:root{--primary: #c0392b;--primary-light: #e74c3c;--primary-dark: #922b21;--bg-body: #fdf9ff;--bg-card: #f6f1fb;--bg-white: #ffffff;--text-main: #2a252b;--text-muted: #6f6a8c;--accent-soft: #fde0dd;--accent-circle: #f9e1de;--border-light: #f0e7ff;--tag-bg: #f4f1ff;--dot-color: #e0d8f4;--shadow-nav: 0 10px 25px rgba(0, 0, 0, .03);--shadow-btn: 0 5px 20px rgba(192, 57, 43, .35);--shadow-btn-big: 0 9px 26px rgba(192, 57, 43, .45);--shadow-card: 0 26px 45px rgba(26, 5, 7, .18);--font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--page-max-width: 1500px;--page-padding: 24px;--radius-sm: 8px;--radius-md: 18px;--radius-lg: 24px;--radius-xl: 32px;--radius-full: 999px}@media(max-width:1040px){:root{--page-padding: 20px}}@media(max-width:768px){:root{--page-padding: 16px;--radius-xl: 24px;--radius-lg: 18px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}@media(max-width:768px){html{font-size:15px}}@media(max-width:480px){html{font-size:14px}}body{font-family:var(--font-family);background:var(--bg-body);color:var(--text-main);line-height:1.5;min-height:100vh;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:color .2s ease}img{max-width:100%;height:auto;display:block}video{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}#app{min-height:100vh;overflow-x:hidden}.container{max-width:var(--page-max-width);margin:0 auto;padding:0 var(--page-padding)}@media(max-width:768px){.hide-mobile{display:none!important}}@media(min-width:769px){.hide-desktop{display:none!important}}.text-center-mobile{text-align:left}@media(max-width:768px){.text-center-mobile{text-align:center}}.topbar-wrapper[data-v-1a7ef9c2]{width:100%;position:sticky;top:0;z-index:1000;background:var(--bg-body)}.topbar-content[data-v-1a7ef9c2]{max-width:var(--page-max-width);margin:0 auto;padding:0 var(--page-padding)}.topbar[data-v-1a7ef9c2]{width:100%;background:transparent;padding:20px 0;display:flex;align-items:center;justify-content:space-between}.topbar-divider[data-v-1a7ef9c2]{width:100%;height:1px;background:var(--border-light)}.logo[data-v-1a7ef9c2]{display:flex;align-items:center;gap:12px;z-index:1001}.logo-icon[data-v-1a7ef9c2]{width:38px;height:38px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;overflow:hidden}.logo-icon img[data-v-1a7ef9c2]{width:100%;height:100%;object-fit:contain}.logo-text[data-v-1a7ef9c2]{font-weight:700;font-size:24px;color:var(--primary)}.nav-links[data-v-1a7ef9c2]{display:flex;gap:8px;font-size:15px;align-items:center;justify-content:center;flex:1}.nav-link[data-v-1a7ef9c2]{padding:10px 24px;border-radius:var(--radius-full);font-weight:500;color:var(--text-muted);transition:background-color .2s ease,color .2s ease;cursor:pointer}.nav-link[data-v-1a7ef9c2]:hover,.nav-link.active[data-v-1a7ef9c2]{background:var(--accent-soft);color:var(--text-main)}.nav-right[data-v-1a7ef9c2]{display:flex;align-items:center;gap:16px;font-size:14px}.btn-primary-nav[data-v-1a7ef9c2]{padding:12px 28px;border-radius:var(--radius-full);background:var(--primary);color:var(--bg-white);font-size:14px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-btn);transition:transform .2s ease,box-shadow .2s ease}.btn-primary-nav[data-v-1a7ef9c2]:hover{transform:translateY(-2px);box-shadow:0 12px 24px #c0392b66}.mobile-menu-toggle[data-v-1a7ef9c2]{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:10px;z-index:1001}.hamburger-line[data-v-1a7ef9c2]{width:24px;height:2px;background:var(--text-main);transition:all .3s ease;transform-origin:center}.hamburger-line.open[data-v-1a7ef9c2]:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-line.open[data-v-1a7ef9c2]:nth-child(2){opacity:0}.hamburger-line.open[data-v-1a7ef9c2]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu-overlay[data-v-1a7ef9c2]{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;transition:opacity .3s ease;z-index:999;pointer-events:none}.mobile-menu-overlay.open[data-v-1a7ef9c2]{opacity:1;pointer-events:auto}.mobile-menu[data-v-1a7ef9c2]{display:none;position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background:var(--bg-white);box-shadow:-10px 0 30px #0000001a;transition:right .3s ease;z-index:1000;padding-top:100px}.mobile-menu.open[data-v-1a7ef9c2]{right:0}.mobile-menu-content[data-v-1a7ef9c2]{display:flex;flex-direction:column;padding:20px;gap:8px}.mobile-nav-link[data-v-1a7ef9c2]{padding:16px 20px;font-size:16px;font-weight:500;color:var(--text-main);border-radius:var(--radius-md);transition:background .2s ease,color .2s ease}.mobile-nav-link[data-v-1a7ef9c2]:hover,.mobile-nav-link.active[data-v-1a7ef9c2]{background:var(--accent-soft);color:var(--primary)}.mobile-nav-link.contact-link[data-v-1a7ef9c2]{margin-top:20px;background:var(--primary);color:#fff;text-align:center}.mobile-nav-link.contact-link[data-v-1a7ef9c2]:hover{background:var(--primary-dark);color:#fff}@media(max-width:1040px){.nav-link[data-v-1a7ef9c2]{padding:10px 18px}.btn-primary-nav[data-v-1a7ef9c2]{padding:10px 22px}}@media(max-width:840px){.topbar-content[data-v-1a7ef9c2]{padding:0 var(--page-padding)}.topbar[data-v-1a7ef9c2]{padding:16px 0}.logo-icon[data-v-1a7ef9c2]{width:32px;height:32px}.logo-text[data-v-1a7ef9c2]{font-size:20px}.desktop-nav[data-v-1a7ef9c2]{display:none}.mobile-menu-toggle[data-v-1a7ef9c2]{display:flex}.mobile-menu-overlay[data-v-1a7ef9c2],.mobile-menu[data-v-1a7ef9c2]{display:block}}@media(max-width:480px){.logo-text[data-v-1a7ef9c2]{font-size:18px}.logo-icon[data-v-1a7ef9c2]{width:28px;height:28px}.mobile-menu[data-v-1a7ef9c2]{width:85%}}.footer[data-v-458d9362]{background:var(--text-main);padding:30px 0;margin-top:30px}.footer-content[data-v-458d9362]{max-width:var(--page-max-width);margin:0 auto;padding:0 var(--page-padding);display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.footer-brand[data-v-458d9362]{display:flex;flex-direction:column;align-items:center;gap:8px}.footer-logo[data-v-458d9362]{font-size:24px;font-weight:700;color:var(--bg-white)}.footer-tagline[data-v-458d9362]{font-size:14px;color:#fff9;margin:0}.footer-links[data-v-458d9362]{display:flex;align-items:center;gap:16px}.footer-link[data-v-458d9362]{font-size:14px;color:#fffc;transition:color .2s ease}.footer-link[data-v-458d9362]:hover{color:var(--bg-white)}.footer-divider[data-v-458d9362]{color:#ffffff4d}.footer-copyright[data-v-458d9362]{font-size:12px;color:#fff6;margin:0}@media(max-width:768px){.footer[data-v-458d9362]{padding:28px 0 24px}.footer-content[data-v-458d9362]{gap:12px}.footer-link[data-v-458d9362]{font-size:13px}.footer-copyright[data-v-458d9362]{font-size:11px}}@media(max-width:480px){.footer[data-v-458d9362]{padding:24px 0 20px}.footer-links[data-v-458d9362]{flex-direction:column;gap:10px}.footer-divider[data-v-458d9362]{display:none}.footer-link[data-v-458d9362]{font-size:14px;padding:4px 0}}.app-container[data-v-0924f4e9]{width:100%;min-height:100vh;display:flex;flex-direction:column}.hero-wrapper[data-v-4a81074f]{margin-top:60px;display:flex;justify-content:center}.hero-card[data-v-4a81074f]{width:100%;background:var(--bg-card);border-radius:var(--radius-xl);padding:60px;display:grid;grid-template-columns:1.05fr 1fr;gap:40px;position:relative;overflow:hidden}.decorative-circle[data-v-4a81074f]{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:var(--accent-circle);right:-140px;bottom:-210px;pointer-events:none}.hero-left[data-v-4a81074f]{position:relative;z-index:1}.hero-title[data-v-4a81074f]{font-size:44px;line-height:1.1;letter-spacing:.01em;margin-bottom:30px;font-weight:600}.hero-title span[data-v-4a81074f]{display:block}.hero-title .highlight[data-v-4a81074f]{color:var(--primary);font-weight:700}.hero-text[data-v-4a81074f]{font-size:16px;line-height:1.7;color:var(--text-muted);max-width:420px;margin-bottom:50px}.btn-primary-big[data-v-4a81074f]{display:inline-flex;align-items:center;gap:10px;padding:12px 26px;background:var(--primary);border-radius:var(--radius-full);color:var(--bg-white);font-size:14px;font-weight:500;margin-bottom:18px;box-shadow:var(--shadow-btn-big);transition:transform .2s ease,box-shadow .2s ease}.btn-primary-big[data-v-4a81074f]:hover{transform:translateY(-3px);box-shadow:0 18px 32px #c0392b80}.btn-pill-icon[data-v-4a81074f]{width:20px;height:20px;border-radius:var(--radius-full);border:2px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;font-size:11px}.icon-diamond[data-v-4a81074f]{font-size:10px}.rating[data-v-4a81074f]{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted)}.rating-dot[data-v-4a81074f]{width:10px;height:10px;border-radius:50%;background:var(--primary)}.rating-value[data-v-4a81074f]{font-weight:600;color:var(--text-main)}.rating-subtext[data-v-4a81074f]{color:var(--text-muted)}.hero-right[data-v-4a81074f]{position:relative;z-index:2;display:flex;justify-content:center;align-items:center}.doc-preview-wrap[data-v-4a81074f]{width:700px;max-width:100%;background:transparent;position:relative}.doc-preview-card[data-v-4a81074f]{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden}.doc-preview-img[data-v-4a81074f]{width:100%;display:block;scale:1.01}@media(max-width:1200px){.hero-card[data-v-4a81074f]{gap:30px;padding:50px 40px}.doc-preview-wrap[data-v-4a81074f]{width:550px}}@media(max-width:1040px){.hero-card[data-v-4a81074f]{grid-template-columns:1fr;padding:40px 30px 48px;gap:40px}.hero-left[data-v-4a81074f]{text-align:center;display:flex;flex-direction:column;align-items:center}.hero-title[data-v-4a81074f]{font-size:36px}.hero-text[data-v-4a81074f]{max-width:600px}.hero-right[data-v-4a81074f]{order:-1}.doc-preview-wrap[data-v-4a81074f]{width:100%;max-width:600px}.decorative-circle[data-v-4a81074f]{width:300px;height:300px;right:-100px;bottom:-150px}.rating[data-v-4a81074f]{justify-content:center}}@media(max-width:768px){.hero-wrapper[data-v-4a81074f]{margin-top:40px}.hero-card[data-v-4a81074f]{padding:32px 24px 40px;border-radius:var(--radius-lg)}.hero-title[data-v-4a81074f]{font-size:32px;margin-bottom:24px}.hero-text[data-v-4a81074f]{font-size:15px;margin-bottom:36px}.btn-primary-big[data-v-4a81074f]{padding:14px 28px;font-size:15px}.decorative-circle[data-v-4a81074f]{width:250px;height:250px;right:-80px;bottom:-120px}}@media(max-width:480px){.hero-wrapper[data-v-4a81074f]{margin-top:24px}.hero-card[data-v-4a81074f]{padding:24px 16px 32px;gap:30px}.hero-title[data-v-4a81074f]{font-size:26px;margin-bottom:20px}.hero-text[data-v-4a81074f]{font-size:14px;margin-bottom:28px;line-height:1.6}.btn-primary-big[data-v-4a81074f]{padding:12px 24px;font-size:14px;width:100%;justify-content:center}.rating[data-v-4a81074f]{flex-direction:column;gap:4px}.rating-subtext[data-v-4a81074f]{font-size:11px}.decorative-circle[data-v-4a81074f]{width:180px;height:180px;right:-60px;bottom:-80px}}.video-section[data-v-2e0c16df]{padding:80px 0;background:linear-gradient(180deg,var(--bg-body) 0%,var(--bg-card) 100%)}.video-container[data-v-2e0c16df]{max-width:var(--page-max-width);margin:0 auto;padding:0 var(--page-padding)}.video-header[data-v-2e0c16df]{text-align:center;margin-bottom:48px}.video-title[data-v-2e0c16df]{font-size:36px;font-weight:700;color:var(--text-main);margin-bottom:16px}.video-title .highlight[data-v-2e0c16df]{color:var(--primary)}.video-subtitle[data-v-2e0c16df]{font-size:16px;color:var(--text-muted);max-width:600px;margin:0 auto;line-height:1.6}.video-wrapper[data-v-2e0c16df]{max-width:900px;margin:0 auto}.video-player[data-v-2e0c16df]{position:relative;width:100%;border-radius:var(--radius-xl);overflow:hidden;background:#000;box-shadow:0 25px 60px #0003;outline:none}.video-player[data-v-2e0c16df]:focus-visible{box-shadow:0 25px 60px #0003,0 0 0 3px var(--primary)}.video-element[data-v-2e0c16df]{width:100%;display:block;aspect-ratio:16 / 9;object-fit:cover;cursor:pointer}.loading-spinner[data-v-2e0c16df]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spinner[data-v-2e0c16df]{width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:var(--primary);border-radius:50%;animation:spin-2e0c16df 1s linear infinite}@keyframes spin-2e0c16df{to{transform:rotate(360deg)}}.video-placeholder[data-v-2e0c16df]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e)}.placeholder-content[data-v-2e0c16df]{text-align:center;padding:40px}.placeholder-icon[data-v-2e0c16df]{font-size:64px;margin-bottom:20px;opacity:.8}.placeholder-text[data-v-2e0c16df]{font-size:24px;font-weight:600;color:#fff;margin:0 0 8px}.placeholder-subtext[data-v-2e0c16df]{font-size:14px;color:#fff9;margin:0}.big-play-overlay[data-v-2e0c16df]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0000004d;cursor:pointer;transition:background .3s ease}.big-play-overlay[data-v-2e0c16df]:hover{background:#0006}.big-play-button[data-v-2e0c16df]{width:80px;height:80px;border-radius:50%;background:var(--primary);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 10px 30px #c0392b66;z-index:2}.big-play-button[data-v-2e0c16df]:hover{transform:scale(1.1);box-shadow:0 15px 40px #c0392b80}.big-play-button .play-icon[data-v-2e0c16df]{width:36px;height:36px;color:#fff;margin-left:4px}.play-glow[data-v-2e0c16df]{position:absolute;width:120px;height:120px;background:var(--primary);border-radius:50%;opacity:.3;filter:blur(40px);animation:pulse-glow-2e0c16df 2s ease-in-out infinite;pointer-events:none}@keyframes pulse-glow-2e0c16df{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.controls[data-v-2e0c16df]{position:absolute;bottom:0;left:0;right:0;padding:60px 16px 16px;background:linear-gradient(transparent,#000c);opacity:0;transition:opacity .3s ease}.controls.visible[data-v-2e0c16df],.video-player:hover .controls[data-v-2e0c16df],.video-player:focus .controls[data-v-2e0c16df]{opacity:1}.video-player.controls-hidden .controls[data-v-2e0c16df]{opacity:0}.progress-container[data-v-2e0c16df]{width:100%;height:20px;padding:8px 0;cursor:pointer;margin-bottom:8px}.progress-bar[data-v-2e0c16df]{position:relative;width:100%;height:4px;background:#ffffff4d;border-radius:2px;transition:height .1s ease}.progress-container:hover .progress-bar[data-v-2e0c16df]{height:6px}.progress-buffered[data-v-2e0c16df]{position:absolute;top:0;left:0;height:100%;width:0;background:#fff6;border-radius:2px}.progress-played[data-v-2e0c16df]{position:absolute;top:0;left:0;height:100%;background:var(--primary);border-radius:2px;transition:width .1s linear}.progress-handle[data-v-2e0c16df]{position:absolute;top:50%;width:14px;height:14px;background:var(--primary);border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:transform .1s ease;box-shadow:0 2px 8px #0000004d}.progress-container:hover .progress-handle[data-v-2e0c16df]{transform:translate(-50%,-50%) scale(1)}.controls-row[data-v-2e0c16df]{display:flex;align-items:center;justify-content:space-between}.controls-left[data-v-2e0c16df],.controls-right[data-v-2e0c16df]{display:flex;align-items:center;gap:8px}.control-btn[data-v-2e0c16df]{width:40px;height:40px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s ease}.control-btn[data-v-2e0c16df]:hover{background:#ffffff1a}.control-btn .icon[data-v-2e0c16df]{width:24px;height:24px;color:#fff}.volume-control[data-v-2e0c16df]{display:flex;align-items:center;gap:4px}.volume-slider[data-v-2e0c16df]{width:80px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff4d;border-radius:2px;outline:none;cursor:pointer}.volume-slider[data-v-2e0c16df]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #0000004d}.volume-slider[data-v-2e0c16df]::-moz-range-thumb{width:14px;height:14px;background:#fff;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 6px #0000004d}.time-display[data-v-2e0c16df]{font-size:13px;color:#fff;font-weight:500;margin-left:8px;font-variant-numeric:tabular-nums}.video-features[data-v-2e0c16df]{display:flex;justify-content:center;gap:40px;margin-top:32px}.feature[data-v-2e0c16df]{display:flex;align-items:center;gap:10px}.feature-icon[data-v-2e0c16df]{font-size:20px}.feature-text[data-v-2e0c16df]{font-size:14px;font-weight:500;color:var(--text-muted)}@media(max-width:1040px){.video-section[data-v-2e0c16df]{padding:70px 0}.video-title[data-v-2e0c16df]{font-size:32px}}@media(max-width:840px){.video-section[data-v-2e0c16df]{padding:60px 0}.video-title[data-v-2e0c16df]{font-size:28px}.video-subtitle[data-v-2e0c16df]{font-size:15px}.video-features[data-v-2e0c16df]{flex-wrap:wrap;gap:24px}.volume-slider[data-v-2e0c16df]{display:none}.big-play-button[data-v-2e0c16df]{width:64px;height:64px}.big-play-button .play-icon[data-v-2e0c16df]{width:28px;height:28px}}@media(max-width:768px){.video-section[data-v-2e0c16df]{padding:50px 0}.video-header[data-v-2e0c16df]{margin-bottom:28px}.video-wrapper[data-v-2e0c16df],.video-player[data-v-2e0c16df]{border-radius:var(--radius-lg)}.video-title[data-v-2e0c16df]{font-size:24px;line-height:1.3}.video-subtitle[data-v-2e0c16df]{font-size:14px;max-width:90%;margin:0 auto}.video-features[data-v-2e0c16df]{flex-direction:column;align-items:center;gap:16px;margin-top:24px}.controls[data-v-2e0c16df]{padding:12px 16px}.control-btn[data-v-2e0c16df]{width:36px;height:36px}.control-btn .icon[data-v-2e0c16df]{width:20px;height:20px}.time-display[data-v-2e0c16df]{font-size:11px}.placeholder-icon[data-v-2e0c16df]{font-size:40px}.placeholder-text[data-v-2e0c16df]{font-size:16px}.placeholder-subtext[data-v-2e0c16df]{font-size:12px}}@media(max-width:480px){.video-section[data-v-2e0c16df]{padding:40px 0}.video-header[data-v-2e0c16df]{margin-bottom:24px}.video-title[data-v-2e0c16df]{font-size:22px}.video-subtitle[data-v-2e0c16df]{font-size:13px}.big-play-button[data-v-2e0c16df]{width:56px;height:56px}.big-play-button .play-icon[data-v-2e0c16df]{width:24px;height:24px}.controls-row[data-v-2e0c16df],.controls-left[data-v-2e0c16df],.controls-right[data-v-2e0c16df]{gap:4px}.control-btn[data-v-2e0c16df]{width:32px;height:32px}.control-btn .icon[data-v-2e0c16df]{width:18px;height:18px}.feature-icon[data-v-2e0c16df]{font-size:16px}.feature-text[data-v-2e0c16df]{font-size:13px}}.video-player[data-v-2e0c16df]:fullscreen{border-radius:0}.video-player:fullscreen .video-element[data-v-2e0c16df]{height:100vh;object-fit:contain}.about-section[data-v-21fabeee]{background:#e8eef4;padding:80px 0;margin-top:60px;margin-bottom:60px}.about-container[data-v-21fabeee]{max-width:var(--page-max-width);margin:0 auto;padding:0 var(--page-padding);display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.bubbles-container[data-v-21fabeee]{position:relative;height:450px;width:100%}.bubble[data-v-21fabeee]{position:absolute;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.bubble-top[data-v-21fabeee]{width:220px;height:220px;top:0;left:80px;z-index:1}.bubble-bottom-left[data-v-21fabeee]{width:240px;height:240px;bottom:20px;left:0;z-index:2}.bubble-center[data-v-21fabeee]{width:200px;height:200px;top:50%;left:50%;transform:translate(-30%,-40%);z-index:3}.bubble-icon[data-v-21fabeee]{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;font-size:20px}.bubble-text[data-v-21fabeee]{font-size:14px;font-weight:600;line-height:1.4;margin:0;max-width:140px}.about-content[data-v-21fabeee]{padding-right:40px}.about-title[data-v-21fabeee]{font-size:36px;font-weight:700;color:var(--text-main);margin-bottom:24px;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:6px}.about-title .highlight[data-v-21fabeee]{color:#0891b2;text-decoration:none}.about-paragraphs[data-v-21fabeee]{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.about-text[data-v-21fabeee]{font-size:16px;line-height:1.7;color:var(--text-main);margin:0;text-align:justify}.footnote[data-v-21fabeee]{font-size:12px;color:var(--text-muted);margin-bottom:28px}.partner-links[data-v-21fabeee]{display:flex;gap:32px;flex-wrap:wrap}.partner-link[data-v-21fabeee]{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#1e3a5f;transition:color .2s ease}.partner-link[data-v-21fabeee]:hover{color:var(--primary)}.partner-icon[data-v-21fabeee]{font-size:16px;color:#0891b2}.partner-name[data-v-21fabeee]{text-decoration:none}.bubbles-container.desktop-only[data-v-21fabeee]{display:block}.features-list.tablet-mobile-only[data-v-21fabeee]{display:none}.features-list[data-v-21fabeee]{display:flex;flex-direction:column;gap:12px;width:100%}.feature-item[data-v-21fabeee]{display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--bg-white);border-radius:var(--radius-md);border:1px solid var(--border-light);transition:transform .2s ease,box-shadow .2s ease}.feature-item[data-v-21fabeee]:hover{transform:translate(4px);box-shadow:0 4px 12px #0000000d}.feature-item-icon[data-v-21fabeee]{width:44px;height:44px;min-width:44px;border-radius:var(--radius-sm);background:var(--bg-card);display:flex;align-items:center;justify-content:center;font-size:20px}.feature-item-text[data-v-21fabeee]{font-size:15px;font-weight:600;line-height:1.4;margin:0;color:var(--text-main)}@media(max-width:1200px){.about-container[data-v-21fabeee]{gap:40px}.bubbles-container[data-v-21fabeee]{height:400px}.bubble-top[data-v-21fabeee]{width:200px;height:200px}.bubble-bottom-left[data-v-21fabeee]{width:210px;height:210px}.bubble-center[data-v-21fabeee]{width:180px;height:180px}}@media(max-width:1040px){.about-container[data-v-21fabeee]{grid-template-columns:1fr;gap:40px}.bubbles-container.desktop-only[data-v-21fabeee]{display:none}.features-list.tablet-mobile-only[data-v-21fabeee]{display:flex}.about-content[data-v-21fabeee]{padding-left:20px;padding-right:20px;text-align:center}.partner-links[data-v-21fabeee]{justify-content:center}.about-paragraphs[data-v-21fabeee]{text-align:justify}}@media(max-width:768px){.about-section[data-v-21fabeee]{padding:60px 0;margin-top:40px;margin-bottom:40px}.about-container[data-v-21fabeee]{gap:32px}.about-content[data-v-21fabeee]{padding-left:16px;padding-right:16px}.about-title[data-v-21fabeee]{font-size:30px}.about-text[data-v-21fabeee]{font-size:15px}.partner-links[data-v-21fabeee]{gap:16px}.partner-link[data-v-21fabeee]{font-size:14px}.feature-item[data-v-21fabeee]{padding:14px 18px}.feature-item-icon[data-v-21fabeee]{width:40px;height:40px;min-width:40px;font-size:18px}.feature-item-text[data-v-21fabeee]{font-size:14px}}@media(max-width:480px){.about-section[data-v-21fabeee]{padding:50px 0;margin-top:30px;margin-bottom:30px}.about-container[data-v-21fabeee]{gap:24px}.about-content[data-v-21fabeee]{padding-left:12px;padding-right:12px}.features-list[data-v-21fabeee]{gap:10px}.feature-item[data-v-21fabeee]{padding:12px 16px;gap:12px}.feature-item-icon[data-v-21fabeee]{width:36px;height:36px;min-width:36px;font-size:16px}.feature-item-text[data-v-21fabeee]{font-size:13px}.about-title[data-v-21fabeee]{font-size:24px}.about-text[data-v-21fabeee]{font-size:14px;line-height:1.6}.about-paragraphs[data-v-21fabeee]{gap:16px;margin-bottom:20px}.footnote[data-v-21fabeee]{font-size:11px;margin-bottom:20px}.partner-link[data-v-21fabeee]{font-size:13px}}.contact-section[data-v-09736f9e]{padding:80px 0;background:linear-gradient(180deg,var(--bg-card) 0%,var(--accent-soft) 100%)}.contact-container[data-v-09736f9e]{max-width:var(--page-max-width);margin:0 auto;padding:0 var(--page-padding);display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}.contact-info[data-v-09736f9e]{color:var(--text-main)}.contact-title[data-v-09736f9e]{font-size:36px;font-weight:700;margin-bottom:20px;color:var(--text-main)}.contact-title .highlight[data-v-09736f9e]{color:var(--primary)}.contact-subtitle[data-v-09736f9e]{font-size:16px;line-height:1.7;color:var(--text-muted);margin-bottom:40px}.contact-details[data-v-09736f9e]{display:flex;flex-direction:column;gap:24px}.contact-item[data-v-09736f9e]{display:flex;align-items:flex-start;gap:16px}.contact-icon[data-v-09736f9e]{font-size:24px;width:48px;height:48px;background:var(--bg-white);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000000f}.contact-text[data-v-09736f9e]{display:flex;flex-direction:column;gap:4px}.contact-label[data-v-09736f9e]{font-size:13px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.contact-value[data-v-09736f9e]{font-size:16px;font-weight:500;color:var(--text-main)}a.contact-value[data-v-09736f9e]:hover{color:var(--primary)}.contact-form-wrapper[data-v-09736f9e]{background:var(--bg-white);border-radius:var(--radius-xl);padding:40px;box-shadow:0 20px 50px #c0392b14;border:1px solid var(--border-light)}.contact-form[data-v-09736f9e]{display:flex;flex-direction:column;gap:20px}.form-group[data-v-09736f9e]{display:flex;flex-direction:column;gap:8px}.form-label[data-v-09736f9e]{font-size:14px;font-weight:500;color:var(--text-main)}.required[data-v-09736f9e]{color:var(--primary)}.form-input[data-v-09736f9e]{padding:14px 16px;border:1px solid var(--border-light);border-radius:var(--radius-md);font-size:15px;font-family:inherit;color:var(--text-main);background:var(--bg-body);transition:border-color .2s ease,box-shadow .2s ease;outline:none}.form-input[data-v-09736f9e]::placeholder{color:var(--text-muted)}.form-input[data-v-09736f9e]:focus{border-color:var(--primary);box-shadow:0 0 0 3px #c0392b1a}.form-textarea[data-v-09736f9e]{resize:vertical;min-height:120px}.submit-button[data-v-09736f9e]{padding:16px 32px;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-full);font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:var(--shadow-btn-big);margin-top:10px}.submit-button[data-v-09736f9e]:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 18px 32px #c0392b66}.submit-button.disabled[data-v-09736f9e]{background:#ccc;cursor:not-allowed;box-shadow:none}.button-content[data-v-09736f9e]{display:flex;align-items:center;gap:10px}.button-icon[data-v-09736f9e]{font-size:18px}.button-loading[data-v-09736f9e]{display:flex;align-items:center;gap:10px}.spinner-small[data-v-09736f9e]{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-09736f9e .8s linear infinite}@keyframes spin-09736f9e{to{transform:rotate(360deg)}}.form-note[data-v-09736f9e]{font-size:12px;color:var(--text-muted);text-align:center;margin:0}.success-message[data-v-09736f9e]{text-align:center;padding:40px 20px}.success-icon[data-v-09736f9e]{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#10b981;color:#fff;border-radius:50%;font-size:28px;margin-bottom:20px}.success-message p[data-v-09736f9e]{font-size:16px;color:var(--text-main);margin:0}.error-message[data-v-09736f9e]{padding:16px;border-radius:var(--radius-md);border:1px solid rgba(239,68,68,.25);background:#ef444414;color:var(--text-main);display:flex;align-items:flex-start;gap:10px}.error-icon[data-v-09736f9e]{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#ef4444;color:#fff;font-weight:700;font-size:14px;flex:0 0 auto;margin-top:1px}.error-message p[data-v-09736f9e]{margin:0;font-size:14px;line-height:1.5}@media(max-width:1200px){.contact-container[data-v-09736f9e]{gap:50px}}@media(max-width:1040px){.contact-container[data-v-09736f9e]{grid-template-columns:1fr;gap:40px}.contact-info[data-v-09736f9e]{text-align:center}.contact-details[data-v-09736f9e]{align-items:center}.contact-form-wrapper[data-v-09736f9e]{max-width:600px;margin:0 auto}}@media(max-width:768px){.contact-section[data-v-09736f9e]{padding:60px 0}.contact-title[data-v-09736f9e]{font-size:30px}.contact-subtitle[data-v-09736f9e]{font-size:15px}.contact-form-wrapper[data-v-09736f9e]{padding:32px 24px}.form-label[data-v-09736f9e]{font-size:13px}.form-input[data-v-09736f9e]{font-size:15px;padding:14px 16px}}@media(max-width:480px){.contact-section[data-v-09736f9e]{padding:50px 0}.contact-title[data-v-09736f9e]{font-size:26px}.contact-subtitle[data-v-09736f9e]{font-size:14px;line-height:1.6}.contact-form-wrapper[data-v-09736f9e]{padding:24px 18px;border-radius:var(--radius-md)}.form-group[data-v-09736f9e]{margin-bottom:16px}.form-input[data-v-09736f9e]{font-size:14px;padding:12px 14px}.form-textarea[data-v-09736f9e]{min-height:100px}.submit-button[data-v-09736f9e]{width:100%;padding:14px 24px;font-size:14px}.form-note[data-v-09736f9e]{font-size:11px}.contact-item[data-v-09736f9e]{flex-direction:column;text-align:center}.contact-icon[data-v-09736f9e]{width:44px;height:44px;font-size:20px}.success-message[data-v-09736f9e]{padding:30px 16px}.success-icon[data-v-09736f9e]{width:56px;height:56px;font-size:24px}}.home-page[data-v-434bd73b]{width:100%}.page-shell[data-v-434bd73b]{max-width:var(--page-max-width);margin:0 auto;padding:0 var(--page-padding) 60px}@media(max-width:840px){.page-shell[data-v-434bd73b]{padding-inline:16px}}.legal-page[data-v-835c94a9]{width:100%;min-height:60vh;padding:40px 0 80px}.page-shell[data-v-835c94a9]{max-width:1400px;margin:0 auto;padding:0 var(--page-padding)}.back-link[data-v-835c94a9]{display:inline-flex;align-items:center;font-size:14px;color:var(--primary);margin-bottom:32px;transition:opacity .2s ease}.back-link[data-v-835c94a9]:hover{opacity:.8}.legal-content[data-v-835c94a9]{background:var(--bg-white);border-radius:var(--radius-xl);padding:48px;box-shadow:0 4px 20px #0000000a}.legal-title[data-v-835c94a9]{font-size:36px;font-weight:700;color:var(--text-main);margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid var(--border-light)}.legal-section[data-v-835c94a9]{margin-bottom:32px}.legal-section[data-v-835c94a9]:last-child{margin-bottom:0}.legal-section h2[data-v-835c94a9]{font-size:18px;font-weight:600;color:var(--text-main);margin-bottom:12px}.legal-section p[data-v-835c94a9]{font-size:15px;line-height:1.7;color:var(--text-muted);margin:0 0 12px}.legal-section p[data-v-835c94a9]:last-child{margin-bottom:0}@media(max-width:768px){.legal-page[data-v-835c94a9]{padding:32px 0 60px}.legal-content[data-v-835c94a9]{padding:36px 28px;border-radius:var(--radius-lg)}.legal-title[data-v-835c94a9]{font-size:30px;margin-bottom:32px;padding-bottom:16px}.legal-section[data-v-835c94a9]{margin-bottom:28px}.legal-section h2[data-v-835c94a9]{font-size:16px;margin-bottom:10px}.legal-section p[data-v-835c94a9]{font-size:14px}.back-link[data-v-835c94a9]{font-size:13px;margin-bottom:24px}}@media(max-width:480px){.legal-page[data-v-835c94a9]{padding:24px 0 50px}.page-shell[data-v-835c94a9]{padding:0 var(--page-padding)}.legal-content[data-v-835c94a9]{padding:28px 20px;border-radius:var(--radius-md)}.legal-title[data-v-835c94a9]{font-size:24px;margin-bottom:28px}.legal-section[data-v-835c94a9]{margin-bottom:24px}.legal-section h2[data-v-835c94a9]{font-size:15px}.legal-section p[data-v-835c94a9]{font-size:13px;line-height:1.6}}.legal-page[data-v-83bf52e4]{width:100%;min-height:60vh;padding:40px 0 80px}.page-shell[data-v-83bf52e4]{max-width:1400px;margin:0 auto;padding:0 var(--page-padding)}.back-link[data-v-83bf52e4]{display:inline-flex;align-items:center;font-size:14px;color:var(--primary);margin-bottom:32px;transition:opacity .2s ease}.back-link[data-v-83bf52e4]:hover{opacity:.8}.legal-content[data-v-83bf52e4]{background:var(--bg-white);border-radius:var(--radius-xl);padding:48px;box-shadow:0 4px 20px #0000000a}.legal-title[data-v-83bf52e4]{font-size:36px;font-weight:700;color:var(--text-main);margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid var(--border-light)}.legal-section[data-v-83bf52e4]{margin-bottom:32px}.legal-section[data-v-83bf52e4]:last-child{margin-bottom:0}.legal-section h2[data-v-83bf52e4]{font-size:18px;font-weight:600;color:var(--text-main);margin-bottom:16px}.legal-section h3[data-v-83bf52e4]{font-size:15px;font-weight:600;color:var(--text-main);margin:16px 0 8px}.legal-section p[data-v-83bf52e4]{font-size:15px;line-height:1.7;color:var(--text-muted);margin:0 0 12px}.legal-section p[data-v-83bf52e4]:last-child{margin-bottom:0}.legal-list[data-v-83bf52e4]{margin:12px 0 16px;padding-left:24px}.legal-list li[data-v-83bf52e4]{font-size:15px;line-height:1.7;color:var(--text-muted);margin-bottom:6px}.legal-list li[data-v-83bf52e4]:last-child{margin-bottom:0}.legal-link[data-v-83bf52e4]{color:var(--primary);text-decoration:underline}.legal-link[data-v-83bf52e4]:hover{text-decoration:none}@media(max-width:768px){.legal-page[data-v-83bf52e4]{padding:32px 0 60px}.legal-content[data-v-83bf52e4]{padding:36px 28px;border-radius:var(--radius-lg)}.legal-title[data-v-83bf52e4]{font-size:30px;margin-bottom:32px;padding-bottom:16px}.legal-section[data-v-83bf52e4]{margin-bottom:28px}.legal-section h2[data-v-83bf52e4]{font-size:16px;margin-bottom:12px}.legal-section h3[data-v-83bf52e4],.legal-section p[data-v-83bf52e4],.legal-list li[data-v-83bf52e4]{font-size:14px}.back-link[data-v-83bf52e4]{font-size:13px;margin-bottom:24px}}@media(max-width:480px){.legal-page[data-v-83bf52e4]{padding:24px 0 50px}.page-shell[data-v-83bf52e4]{padding:0 var(--page-padding)}.legal-content[data-v-83bf52e4]{padding:28px 20px;border-radius:var(--radius-md)}.legal-title[data-v-83bf52e4]{font-size:24px;margin-bottom:28px}.legal-section[data-v-83bf52e4]{margin-bottom:24px}.legal-section h2[data-v-83bf52e4]{font-size:15px;margin-bottom:10px}.legal-section h3[data-v-83bf52e4]{font-size:13px;margin:12px 0 6px}.legal-section p[data-v-83bf52e4]{font-size:13px;line-height:1.6}.legal-list[data-v-83bf52e4]{padding-left:20px}.legal-list li[data-v-83bf52e4]{font-size:13px;margin-bottom:4px}}
