: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;--accent-muted: #6b8e83;--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[data-v-c63cf3c2]{position:sticky;top:0;z-index:1000;width:100%;background:#fdf9ffcc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0}.topbar-inner[data-v-c63cf3c2]{max-width:1280px;margin:0 auto;padding:0 24px;height:80px;display:flex;align-items:center;justify-content:space-between}.logo[data-v-c63cf3c2]{display:flex;align-items:center;gap:12px}.logo-icon[data-v-c63cf3c2]{width:44px;height:44px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.logo-icon img[data-v-c63cf3c2]{width:100%;height:100%;object-fit:contain}.logo-text[data-v-c63cf3c2]{font-size:20px;font-weight:800;letter-spacing:-.02em;color:var(--primary)}.desktop-nav[data-v-c63cf3c2]{display:flex;align-items:center;gap:40px}.nav-link[data-v-c63cf3c2]{font-size:14px;font-weight:500;color:var(--text-main);transition:color .2s ease}.nav-link[data-v-c63cf3c2]:hover{color:var(--primary);opacity:.7}.desktop-actions[data-v-c63cf3c2]{display:flex;align-items:center;gap:16px}.btn-login[data-v-c63cf3c2]{padding:10px 20px;font-size:14px;font-weight:700;background:#e2e8f0;border-radius:8px;color:var(--text-main);transition:background .2s ease;cursor:pointer}.btn-login[data-v-c63cf3c2]:hover{background:#cbd5e1}.btn-demo[data-v-c63cf3c2]{padding:10px 20px;font-size:14px;font-weight:700;background:var(--primary);color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;transition:opacity .2s ease;cursor:pointer}.btn-demo[data-v-c63cf3c2]:hover{opacity:.9}.mobile-toggle[data-v-c63cf3c2]{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:10px;z-index:1001;cursor:pointer}.hamburger-line[data-v-c63cf3c2]{width:24px;height:2px;background:var(--text-main);transition:all .3s ease;transform-origin:center}.hamburger-line.open[data-v-c63cf3c2]:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-line.open[data-v-c63cf3c2]:nth-child(2){opacity:0}.hamburger-line.open[data-v-c63cf3c2]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;transition:opacity .3s ease;z-index:9000;pointer-events:none}.mobile-overlay.open{display:block;opacity:1;pointer-events:auto}.mobile-menu{display:none;position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background:#fdf9ff;box-shadow:-10px 0 30px #0000001a;transition:right .3s ease;z-index:9100;padding-top:24px}.mobile-menu.open{display:block;right:0}.mobile-menu-header{display:flex;justify-content:flex-end;padding:16px 20px 8px}.mobile-close{width:36px;height:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;cursor:pointer;position:relative}.close-line{width:20px;height:2px;background:#2a252b;position:absolute;border-radius:2px}.close-line:nth-child(1){transform:rotate(45deg)}.close-line:nth-child(2){transform:rotate(-45deg)}.mobile-menu-content{display:flex;flex-direction:column;padding:8px 20px 20px;gap:8px}.mobile-link{padding:16px 20px;font-size:16px;font-weight:500;color:#2a252b;border-radius:12px;transition:background .2s ease,color .2s ease;display:block;text-decoration:none}.mobile-link:hover{background:#fde0dd;color:#c0392b}.mobile-divider{height:1px;background:#e2e8f0;margin:12px 0}.mobile-demo{padding:14px 20px;font-size:15px;font-weight:700;background:#c0392b;color:#fff;border-radius:8px;text-align:center;cursor:pointer;transition:opacity .2s ease}.mobile-demo:hover{opacity:.9}@media(max-width:768px){.desktop-nav[data-v-c63cf3c2],.desktop-actions[data-v-c63cf3c2]{display:none}.mobile-toggle[data-v-c63cf3c2]{display:flex}.topbar-inner[data-v-c63cf3c2]{height:64px}.logo-icon[data-v-c63cf3c2]{width:36px;height:36px}.logo-text[data-v-c63cf3c2]{font-size:18px}}@media(max-width:480px){.logo-text[data-v-c63cf3c2]{font-size:16px}.logo-icon[data-v-c63cf3c2]{width:32px;height:32px}.mobile-menu{width:85%}}.footer[data-v-6a530f1d]{background:var(--bg-white);border-top:1px solid #e2e8f0;padding-top:64px;padding-bottom:32px}.footer-inner[data-v-6a530f1d]{max-width:1280px;margin:0 auto;padding:0 24px}.footer-grid[data-v-6a530f1d]{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:64px}.footer-brand[data-v-6a530f1d]{max-width:400px}.footer-logo[data-v-6a530f1d]{display:flex;align-items:center;gap:12px;margin-bottom:24px}.footer-logo-icon[data-v-6a530f1d]{width:32px;height:32px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}.footer-logo-icon img[data-v-6a530f1d]{width:100%;height:100%;object-fit:contain}.footer-logo-text[data-v-6a530f1d]{font-size:18px;font-weight:800;letter-spacing:-.02em;color:var(--primary)}.footer-description[data-v-6a530f1d]{font-size:14px;color:var(--text-muted);line-height:1.7}.footer-column-title[data-v-6a530f1d]{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin-bottom:24px}.footer-links[data-v-6a530f1d]{list-style:none;display:flex;flex-direction:column;gap:16px}.footer-link[data-v-6a530f1d]{font-size:14px;font-weight:500;color:var(--text-main);transition:color .2s ease;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;text-align:left}.footer-link[data-v-6a530f1d]:hover{color:var(--primary)}.footer-bottom[data-v-6a530f1d]{padding-top:32px;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;gap:16px}.footer-copyright[data-v-6a530f1d]{font-size:12px;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.footer-social[data-v-6a530f1d]{display:flex;gap:24px}.social-link[data-v-6a530f1d]{font-size:12px;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:color .2s ease}.social-link[data-v-6a530f1d]:hover{color:var(--primary)}@media(max-width:768px){.footer[data-v-6a530f1d]{padding-top:48px}.footer-grid[data-v-6a530f1d]{grid-template-columns:1fr;gap:40px;margin-bottom:40px}.footer-brand[data-v-6a530f1d]{max-width:none;text-align:center}.footer-logo[data-v-6a530f1d]{justify-content:center}.footer-column[data-v-6a530f1d]{text-align:center}.footer-links[data-v-6a530f1d]{align-items:center}.footer-bottom[data-v-6a530f1d]{flex-direction:column;text-align:center}}@media(max-width:480px){.footer[data-v-6a530f1d]{padding-top:40px;padding-bottom:24px}.footer-grid[data-v-6a530f1d]{gap:32px;margin-bottom:32px}.footer-description[data-v-6a530f1d]{font-size:13px}}.app-container[data-v-0924f4e9]{width:100%;min-height:100vh;display:flex;flex-direction:column}.hero[data-v-2c361844]{position:relative;padding:64px 0 96px;overflow:hidden;margin-top:20px}.hero-inner[data-v-2c361844]{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero-badge[data-v-2c361844]{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:9999px;background:#6b8e831a;color:var(--accent-muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px}.hero-title[data-v-2c361844]{font-size:38px;font-weight:900;color:var(--primary);line-height:1.1;letter-spacing:-.02em;margin-bottom:24px}.hero-description[data-v-2c361844]{font-size:18px;color:var(--text-muted);line-height:1.7;margin-bottom:10px;max-width:560px}.hero-keywords[data-v-2c361844]{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:64px}.keyword[data-v-2c361844]{font-size:14px;font-weight:600;color:#0d9488}.keyword-dot[data-v-2c361844]{width:5px;height:5px;border-radius:50%;background:#0d9488;flex-shrink:0}.hero-buttons[data-v-2c361844]{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.hero-subtitle[data-v-2c361844]{font-size:14px;color:var(--text-muted);margin-top:20px}.btn-primary[data-v-2c361844]{padding:16px 32px;background:var(--primary);color:#fff;font-weight:700;font-size:15px;border-radius:8px;box-shadow:0 10px 25px #c0392b59;transition:transform .2s ease;cursor:pointer}.btn-primary[data-v-2c361844]:hover{transform:scale(1.02)}.btn-secondary[data-v-2c361844]{padding:16px 32px;background:var(--bg-white);color:var(--primary);font-weight:700;font-size:15px;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000f;transition:background .2s ease;cursor:pointer}.btn-secondary[data-v-2c361844]:hover{background:#f8fafc}.hero-mockup-wrap[data-v-2c361844]{position:relative}.hero-mockup[data-v-2c361844]{aspect-ratio:16 / 10;min-height:280px;background:#e2e8f0;border-radius:12px;box-shadow:0 25px 50px #00000026;border:1px solid #cbd5e1;overflow:hidden;display:flex;flex-direction:column}.mockup-titlebar[data-v-2c361844]{height:32px;background:#cbd5e1;display:flex;align-items:center;padding:0 16px;gap:8px;flex-shrink:0}.dot[data-v-2c361844]{width:8px;height:8px;border-radius:50%}.dot-red[data-v-2c361844]{background:#f87171}.dot-yellow[data-v-2c361844]{background:#facc15}.dot-green[data-v-2c361844]{background:#4ade80}.app-header[data-v-2c361844]{height:28px;background:#f1f5f9;border-bottom:1px solid #cbd5e1;display:flex;align-items:center;justify-content:center;padding:0 10px;flex-shrink:0}.app-header-left[data-v-2c361844]{display:flex;align-items:center;gap:8px}.app-menu-btn[data-v-2c361844]{width:32px;height:14px;border-radius:3px;background:var(--primary)}.app-tab[data-v-2c361844]{width:60px;height:10px;border-radius:2px;background:#cbd5e1}.app-tab-active[data-v-2c361844]{background:#94a3b8}.app-header-center[data-v-2c361844],.app-header-right[data-v-2c361844]{display:flex;align-items:center;gap:5px}.app-tool-icon[data-v-2c361844]{width:12px;height:12px;border-radius:2px;background:#94a3b8}.app-tool-divider[data-v-2c361844]{width:1px;height:14px;background:#cbd5e1;margin:0 2px}.app-comment-btn[data-v-2c361844]{width:48px;height:14px;border-radius:3px;background:#059669}.app-body[data-v-2c361844]{flex:1;min-height:0;background:#f8fafc}.app-body-image-frame[data-v-2c361844]{width:100%;height:100%;overflow:hidden}.app-body-image[data-v-2c361844]{display:block;width:100%;height:calc(100% + 30px);object-fit:cover;object-position:center top;transform:translateY(-26px)}.app-sidebar-left[data-v-2c361844]{width:22%;border-right:1px solid #e2e8f0;background:#f8fafc;padding:8px 6px;display:flex;flex-direction:column;gap:3px;overflow:hidden}.sidebar-header[data-v-2c361844]{display:flex;align-items:center;justify-content:space-between;padding-bottom:6px;border-bottom:1px solid #e2e8f0;margin-bottom:4px}.sidebar-title-line[data-v-2c361844]{width:55%;height:8px;border-radius:2px;background:#64748b}.sidebar-count-line[data-v-2c361844]{width:20%;height:7px;border-radius:2px;background:#94a3b8}.student-item[data-v-2c361844]{display:flex;align-items:center;gap:5px;padding:4px 5px;border-radius:4px}.student-active[data-v-2c361844]{background:#c0392b14}.student-icon[data-v-2c361844]{width:10px;height:10px;border-radius:2px;flex-shrink:0}.student-icon.corrected[data-v-2c361844]{background:#4ade80}.student-icon.pending[data-v-2c361844]{background:#facc15}.student-name-line[data-v-2c361844]{width:70%;height:7px;border-radius:2px;background:#cbd5e1}.student-name-line.name-short[data-v-2c361844]{width:50%}.app-pdf-area[data-v-2c361844]{flex:1;background:#e2e8f0;display:flex;align-items:flex-start;justify-content:center;padding:12px;overflow:hidden}.pdf-page[data-v-2c361844]{width:85%;background:#fff;border-radius:2px;box-shadow:0 1px 4px #00000014;padding:14px 12px;position:relative}.pdf-line[data-v-2c361844]{height:5px;border-radius:2px;margin-bottom:5px;background:#e2e8f0}.pdf-line-title[data-v-2c361844]{width:40%;background:#94a3b8;height:7px;margin-bottom:10px}.pdf-line-long[data-v-2c361844]{width:95%}.pdf-line-medium[data-v-2c361844]{width:70%}.pdf-line-short[data-v-2c361844]{width:45%}.pdf-spacer[data-v-2c361844]{height:8px}.pdf-annotation[data-v-2c361844]{position:absolute;top:36px;right:10px;width:14px;height:14px;border-radius:50%;background:var(--primary);opacity:.7}.app-sidebar-right[data-v-2c361844]{width:24%;border-left:1px solid #e2e8f0;background:#f8fafc;padding:8px 6px;display:flex;flex-direction:column;gap:6px;overflow:hidden}.comment-tabs[data-v-2c361844]{display:flex;gap:6px;padding-bottom:6px;border-bottom:1px solid #e2e8f0}.comment-tab[data-v-2c361844]{height:8px;border-radius:2px;flex:1;background:#e2e8f0}.comment-tab-active[data-v-2c361844]{background:var(--primary);opacity:.6}.comment-card[data-v-2c361844]{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:7px;display:flex;flex-direction:column;gap:4px}.comment-card-header[data-v-2c361844]{display:flex;align-items:center;justify-content:space-between}.comment-label-line[data-v-2c361844]{width:55%;height:6px;border-radius:2px;background:#94a3b8}.comment-badge[data-v-2c361844]{width:28px;height:10px;border-radius:3px;background:var(--primary);opacity:.7}.comment-text-line[data-v-2c361844]{width:90%;height:5px;border-radius:2px;background:#e2e8f0}.comment-text-line.comment-text-short[data-v-2c361844]{width:60%}.comment-points[data-v-2c361844]{width:24px;height:10px;border-radius:3px;background:#c0392b26;align-self:flex-end}.hero-blur-circle[data-v-2c361844]{position:absolute;bottom:-24px;right:-24px;width:128px;height:128px;background:#6b8e831a;border-radius:50%;filter:blur(48px);pointer-events:none}@media(max-width:1024px){.hero-inner[data-v-2c361844]{grid-template-columns:1fr;gap:40px}.hero-mockup-wrap[data-v-2c361844]{order:-1;max-width:100%;width:100%;margin:0 auto}.hero-title[data-v-2c361844]{font-size:40px;margin-top:24px}.hero-text[data-v-2c361844]{text-align:center;display:flex;flex-direction:column;align-items:center}.hero-buttons[data-v-2c361844]{justify-content:center;flex-direction:column;align-items:center}.hero-keywords[data-v-2c361844]{justify-content:center}}@media(max-width:768px){.hero[data-v-2c361844]{padding:40px 0 64px}.hero-title[data-v-2c361844]{font-size:36px}.hero-description[data-v-2c361844]{font-size:16px}}@media(max-width:480px){.hero[data-v-2c361844]{padding:24px 0 48px}.hero-mockup-wrap[data-v-2c361844]{max-width:360px}.hero-mockup[data-v-2c361844]{min-height:200px}.hero-title[data-v-2c361844]{font-size:30px}.hero-description[data-v-2c361844]{font-size:15px}.btn-primary[data-v-2c361844],.btn-secondary[data-v-2c361844]{width:100%;text-align:center;justify-content:center}.hero-buttons[data-v-2c361844]{flex-direction:column;width:100%}.keyword[data-v-2c361844]{font-size:13px}}.steps-section[data-v-2af609e3]{padding:96px 0;background:var(--bg-white)}.steps-inner[data-v-2af609e3]{max-width:1280px;margin:0 auto;padding:0 24px}.steps-header[data-v-2af609e3]{text-align:center;margin-bottom:80px}.steps-title[data-v-2af609e3]{font-size:36px;font-weight:900;color:var(--primary)}.steps-list[data-v-2af609e3]{display:flex;flex-direction:column;gap:128px}.step-row[data-v-2af609e3]{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:64px}.step-row-reversed .step-text[data-v-2af609e3]{order:2}.step-row-reversed .step-media[data-v-2af609e3]{order:1}.step-number[data-v-2af609e3]{color:var(--accent-muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.step-title[data-v-2af609e3]{font-size:30px;font-weight:700;color:var(--primary);margin-bottom:24px;line-height:1.2}.step-description[data-v-2af609e3]{font-size:18px;color:var(--text-muted);line-height:1.7}.step-media[data-v-2af609e3]{width:100%}.step-video[data-v-2af609e3]{width:100%;display:block;border-radius:12px;box-shadow:0 8px 32px #0000001f;border:1px solid #e2e8f0;background:#0f172a;cursor:pointer}@media(max-width:1024px){.step-row[data-v-2af609e3]{gap:32px}.steps-list[data-v-2af609e3]{gap:80px}.step-title[data-v-2af609e3]{font-size:26px}.step-description[data-v-2af609e3]{font-size:16px}}@media(max-width:768px){.steps-section[data-v-2af609e3]{padding:64px 0}.steps-header[data-v-2af609e3]{margin-bottom:48px}.steps-title[data-v-2af609e3]{font-size:28px}.step-row[data-v-2af609e3],.step-row-reversed[data-v-2af609e3]{grid-template-columns:1fr;gap:24px}.step-row-reversed .step-text[data-v-2af609e3],.step-row-reversed .step-media[data-v-2af609e3]{order:0}.steps-list[data-v-2af609e3]{gap:56px}.step-title[data-v-2af609e3]{font-size:22px}}@media(max-width:480px){.steps-section[data-v-2af609e3]{padding:48px 0}.step-title[data-v-2af609e3]{font-size:20px}.step-description[data-v-2af609e3]{font-size:15px}.steps-list[data-v-2af609e3]{gap:48px}.step-media[data-v-2af609e3]{margin-left:-24px;margin-right:-24px;width:calc(100% + 48px)}.step-video[data-v-2af609e3]{border-radius:0;border-left:none;border-right:none}}.lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:9500;padding:24px}.lightbox-box{position:relative;width:80%;max-width:1100px;border-radius:12px;overflow:hidden;box-shadow:0 32px 80px #00000080}.lightbox-video{width:100%;display:block;border-radius:12px;background:#000}.lightbox-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#0009;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1;transition:background .2s ease}.lightbox-close:hover{background:#000000e6}.lightbox-close svg{width:18px;height:18px}.about-section[data-v-d40e5a06]{background:#e8eef4;padding:80px 0;margin-top:60px;margin-bottom:60px}.about-container[data-v-d40e5a06]{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-d40e5a06]{position:relative;height:450px;width:100%}.bubble[data-v-d40e5a06]{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-d40e5a06]{width:220px;height:220px;top:0;left:80px;z-index:1}.bubble-bottom-left[data-v-d40e5a06]{width:240px;height:240px;bottom:20px;left:0;z-index:2}.bubble-center[data-v-d40e5a06]{width:200px;height:200px;top:50%;left:50%;transform:translate(-30%,-40%);z-index:3}.bubble-icon[data-v-d40e5a06]{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-d40e5a06]{font-size:14px;font-weight:600;line-height:1.4;margin:0;max-width:140px}.about-content[data-v-d40e5a06]{padding-right:40px}.about-title[data-v-d40e5a06]{font-size:36px;font-weight:700;color:var(--text-main);margin-bottom:24px;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:6px;margin-top:24px}.about-title .highlight[data-v-d40e5a06]{color:#0891b2;text-decoration:none}.about-paragraphs[data-v-d40e5a06]{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.about-text[data-v-d40e5a06]{font-size:16px;line-height:1.7;color:var(--text-main);margin:0;text-align:justify}.footnote[data-v-d40e5a06]{font-size:12px;color:var(--text-muted);margin-bottom:28px}.partner-links[data-v-d40e5a06]{display:flex;gap:32px;flex-wrap:wrap}.partner-link[data-v-d40e5a06]{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#1e3a5f;transition:color .2s ease}.partner-link[data-v-d40e5a06]:hover{color:var(--primary)}.partner-icon[data-v-d40e5a06]{font-size:16px;color:#0891b2}.partner-name[data-v-d40e5a06]{text-decoration:none}.bubbles-container.desktop-only[data-v-d40e5a06]{display:block}.features-list.tablet-mobile-only[data-v-d40e5a06]{display:none}.features-list[data-v-d40e5a06]{display:flex;flex-direction:column;gap:12px;width:100%}.feature-item[data-v-d40e5a06]{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-d40e5a06]:hover{transform:translate(4px);box-shadow:0 4px 12px #0000000d}.feature-item-icon[data-v-d40e5a06]{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-d40e5a06]{font-size:15px;font-weight:600;line-height:1.4;margin:0;color:var(--text-main)}@media(max-width:1200px){.about-container[data-v-d40e5a06]{gap:40px}.bubbles-container[data-v-d40e5a06]{height:400px}.bubble-top[data-v-d40e5a06]{width:200px;height:200px}.bubble-bottom-left[data-v-d40e5a06]{width:210px;height:210px}.bubble-center[data-v-d40e5a06]{width:180px;height:180px}}@media(max-width:1040px){.about-container[data-v-d40e5a06]{grid-template-columns:1fr;gap:40px}.bubbles-container.desktop-only[data-v-d40e5a06]{display:none}.features-list.tablet-mobile-only[data-v-d40e5a06]{display:flex}.about-content[data-v-d40e5a06]{padding-left:20px;padding-right:20px;text-align:center}.partner-links[data-v-d40e5a06]{justify-content:center}.about-paragraphs[data-v-d40e5a06]{text-align:justify}}@media(max-width:768px){.about-section[data-v-d40e5a06]{padding:60px 0;margin-top:40px;margin-bottom:40px}.about-container[data-v-d40e5a06]{gap:32px}.about-content[data-v-d40e5a06]{padding-left:16px;padding-right:16px}.about-title[data-v-d40e5a06]{font-size:30px}.about-text[data-v-d40e5a06]{font-size:15px}.partner-links[data-v-d40e5a06]{gap:16px}.partner-link[data-v-d40e5a06]{font-size:14px}.feature-item[data-v-d40e5a06]{padding:14px 18px}.feature-item-icon[data-v-d40e5a06]{width:40px;height:40px;min-width:40px;font-size:18px}.feature-item-text[data-v-d40e5a06]{font-size:14px}}@media(max-width:480px){.about-section[data-v-d40e5a06]{padding:50px 0;margin-top:30px;margin-bottom:30px}.about-container[data-v-d40e5a06]{gap:24px}.about-content[data-v-d40e5a06]{padding-left:12px;padding-right:12px}.features-list[data-v-d40e5a06]{gap:10px}.feature-item[data-v-d40e5a06]{padding:12px 16px;gap:12px}.feature-item-icon[data-v-d40e5a06]{width:36px;height:36px;min-width:36px;font-size:16px}.feature-item-text[data-v-d40e5a06]{font-size:13px}.about-title[data-v-d40e5a06]{font-size:24px}.about-text[data-v-d40e5a06]{font-size:14px;line-height:1.6}.about-paragraphs[data-v-d40e5a06]{gap:16px;margin-bottom:20px}.footnote[data-v-d40e5a06]{font-size:11px;margin-bottom:20px}.partner-link[data-v-d40e5a06]{font-size:13px}}.trust-section[data-v-6f24bd9b]{padding:96px 0;margin-top:64px;margin-bottom:64px}.trust-inner[data-v-6f24bd9b]{max-width:1280px;margin:0 auto;padding:0 24px;text-align:center}.trust-title[data-v-6f24bd9b]{font-size:24px;font-weight:700;color:var(--primary);margin-bottom:48px}.trust-grid[data-v-6f24bd9b]{display:flex;flex-wrap:wrap;justify-content:center;gap:48px;opacity:1}.trust-item[data-v-6f24bd9b]{flex:0 1 200px;display:flex;align-items:center;justify-content:center;gap:8px}.trust-item img[data-v-6f24bd9b]{max-width:100%;height:auto}.trust-icon[data-v-6f24bd9b]{width:32px;height:32px;color:currentColor}.trust-label[data-v-6f24bd9b]{font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:12px}@media(max-width:768px){.trust-section[data-v-6f24bd9b]{padding:64px 0}.trust-grid[data-v-6f24bd9b]{grid-template-columns:repeat(2,1fr);gap:32px}.trust-title[data-v-6f24bd9b]{font-size:20px}}@media(max-width:480px){.trust-section[data-v-6f24bd9b]{padding:48px 0}.trust-grid[data-v-6f24bd9b]{gap:24px}.trust-label[data-v-6f24bd9b]{font-size:10px}}.contact-section[data-v-e25f099a]{padding:80px 0;background:linear-gradient(180deg,var(--bg-card) 0%,var(--accent-soft) 100%)}.contact-container[data-v-e25f099a]{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}.contact-info[data-v-e25f099a]{color:var(--text-main)}.contact-title[data-v-e25f099a]{font-size:36px;font-weight:700;margin-bottom:20px;color:var(--text-main)}.contact-title .highlight[data-v-e25f099a]{color:var(--primary)}.contact-subtitle[data-v-e25f099a]{font-size:16px;line-height:1.7;color:var(--text-muted);margin-bottom:40px}.contact-details[data-v-e25f099a]{display:flex;flex-direction:column;gap:24px}.contact-item[data-v-e25f099a]{display:flex;align-items:flex-start;gap:16px}.contact-icon[data-v-e25f099a]{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-e25f099a]{display:flex;flex-direction:column;gap:4px}.contact-label[data-v-e25f099a]{font-size:13px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.contact-value[data-v-e25f099a]{font-size:16px;font-weight:500;color:var(--text-main)}a.contact-value[data-v-e25f099a]:hover{color:var(--primary)}.contact-form-wrapper[data-v-e25f099a]{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-e25f099a]{display:flex;flex-direction:column;gap:20px}.form-group[data-v-e25f099a]{display:flex;flex-direction:column;gap:8px}.form-label[data-v-e25f099a]{font-size:14px;font-weight:500;color:var(--text-main)}.required[data-v-e25f099a]{color:var(--primary)}.form-input[data-v-e25f099a]{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-e25f099a]::placeholder{color:var(--text-muted)}.form-input[data-v-e25f099a]:focus{border-color:var(--primary);box-shadow:0 0 0 3px #c0392b1a}.form-textarea[data-v-e25f099a]{resize:vertical;min-height:120px}.submit-button[data-v-e25f099a]{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-e25f099a]:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 18px 32px #c0392b66}.submit-button.disabled[data-v-e25f099a]{background:#ccc;cursor:not-allowed;box-shadow:none}.button-content[data-v-e25f099a]{display:flex;align-items:center;gap:10px}.button-icon[data-v-e25f099a]{font-size:18px}.button-loading[data-v-e25f099a]{display:flex;align-items:center;gap:10px}.spinner-small[data-v-e25f099a]{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-e25f099a .8s linear infinite}@keyframes spin-e25f099a{to{transform:rotate(360deg)}}.form-note[data-v-e25f099a]{font-size:12px;color:var(--text-muted);text-align:center;margin:0}.success-message[data-v-e25f099a]{text-align:center;padding:40px 20px}.success-icon[data-v-e25f099a]{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-e25f099a]{font-size:16px;color:var(--text-main);margin:0}.error-message[data-v-e25f099a]{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-e25f099a]{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-e25f099a]{margin:0;font-size:14px;line-height:1.5}@media(max-width:1200px){.contact-container[data-v-e25f099a]{gap:50px}}@media(max-width:1040px){.contact-container[data-v-e25f099a]{grid-template-columns:1fr;gap:40px}.contact-info[data-v-e25f099a]{text-align:center}.contact-details[data-v-e25f099a]{align-items:center}.contact-form-wrapper[data-v-e25f099a]{max-width:600px;margin:0 auto}}@media(max-width:768px){.contact-section[data-v-e25f099a]{padding:60px 0}.contact-title[data-v-e25f099a]{font-size:30px}.contact-subtitle[data-v-e25f099a]{font-size:15px}.contact-form-wrapper[data-v-e25f099a]{padding:32px 24px}.form-label[data-v-e25f099a]{font-size:13px}.form-input[data-v-e25f099a]{font-size:15px;padding:14px 16px}}@media(max-width:480px){.contact-section[data-v-e25f099a]{padding:50px 0}.contact-title[data-v-e25f099a]{font-size:26px}.contact-subtitle[data-v-e25f099a]{font-size:14px;line-height:1.6}.contact-form-wrapper[data-v-e25f099a]{padding:24px 18px;border-radius:var(--radius-md)}.form-group[data-v-e25f099a]{margin-bottom:16px}.form-input[data-v-e25f099a]{font-size:14px;padding:12px 14px}.form-textarea[data-v-e25f099a]{min-height:100px}.submit-button[data-v-e25f099a]{width:100%;padding:14px 24px;font-size:14px}.form-note[data-v-e25f099a]{font-size:11px}.contact-item[data-v-e25f099a]{flex-direction:column;text-align:center}.contact-icon[data-v-e25f099a]{width:44px;height:44px;font-size:20px}.success-message[data-v-e25f099a]{padding:30px 16px}.success-icon[data-v-e25f099a]{width:56px;height:56px;font-size:24px}}.home-page[data-v-dafbce73]{width:100%}.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-cc3954a0]{width:100%;min-height:60vh;padding:40px 0 80px}.page-shell[data-v-cc3954a0]{max-width:1400px;margin:0 auto;padding:0 var(--page-padding)}.back-link[data-v-cc3954a0]{display:inline-flex;align-items:center;font-size:14px;color:var(--primary);margin-bottom:32px;transition:opacity .2s ease}.back-link[data-v-cc3954a0]:hover{opacity:.8}.legal-content[data-v-cc3954a0]{background:var(--bg-white);border-radius:var(--radius-xl);padding:48px;box-shadow:0 4px 20px #0000000a}.legal-title[data-v-cc3954a0]{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-cc3954a0]{margin-bottom:32px}.legal-section[data-v-cc3954a0]:last-child{margin-bottom:0}.legal-section h2[data-v-cc3954a0]{font-size:18px;font-weight:600;color:var(--text-main);margin-bottom:16px}.legal-section h3[data-v-cc3954a0]{font-size:15px;font-weight:600;color:var(--text-main);margin:16px 0 8px}.legal-section p[data-v-cc3954a0]{font-size:15px;line-height:1.7;color:var(--text-muted);margin:0 0 12px}.legal-section p[data-v-cc3954a0]:last-child{margin-bottom:0}.legal-list[data-v-cc3954a0]{margin:12px 0 16px;padding-left:24px}.legal-list li[data-v-cc3954a0]{font-size:15px;line-height:1.7;color:var(--text-muted);margin-bottom:6px}.legal-list li[data-v-cc3954a0]:last-child{margin-bottom:0}.legal-link[data-v-cc3954a0]{color:var(--primary);text-decoration:underline}.legal-link[data-v-cc3954a0]:hover{text-decoration:none}@media(max-width:768px){.legal-page[data-v-cc3954a0]{padding:32px 0 60px}.legal-content[data-v-cc3954a0]{padding:36px 28px;border-radius:var(--radius-lg)}.legal-title[data-v-cc3954a0]{font-size:30px;margin-bottom:32px;padding-bottom:16px}.legal-section[data-v-cc3954a0]{margin-bottom:28px}.legal-section h2[data-v-cc3954a0]{font-size:16px;margin-bottom:12px}.legal-section h3[data-v-cc3954a0],.legal-section p[data-v-cc3954a0],.legal-list li[data-v-cc3954a0]{font-size:14px}.back-link[data-v-cc3954a0]{font-size:13px;margin-bottom:24px}}@media(max-width:480px){.legal-page[data-v-cc3954a0]{padding:24px 0 50px}.page-shell[data-v-cc3954a0]{padding:0 var(--page-padding)}.legal-content[data-v-cc3954a0]{padding:28px 20px;border-radius:var(--radius-md)}.legal-title[data-v-cc3954a0]{font-size:24px;margin-bottom:28px}.legal-section[data-v-cc3954a0]{margin-bottom:24px}.legal-section h2[data-v-cc3954a0]{font-size:15px;margin-bottom:10px}.legal-section h3[data-v-cc3954a0]{font-size:13px;margin:12px 0 6px}.legal-section p[data-v-cc3954a0]{font-size:13px;line-height:1.6}.legal-list[data-v-cc3954a0]{padding-left:20px}.legal-list li[data-v-cc3954a0]{font-size:13px;margin-bottom:4px}}
