*{margin:0;padding:0;box-sizing:border-box}:root{--blue-100: #E8ECFF;--blue-300: #5763FB;--blue-500: #10137B;--blue-700: #0A0C4D;--blue-900: #050631;--orange-100: #FFE3AD;--orange-300: #FFB03F;--orange-500: #FF9500;--orange-700: #D43E00;--orange-900: #8A2B05;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}a{text-decoration:none;color:inherit}input,button{font-family:inherit}.home{width:100%;background:#fff;color:#000}.nav{position:absolute;top:0;left:0;right:0;z-index:10;padding:36px 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between}.nav-logo img{height:32px;width:auto}.nav-right{display:flex;align-items:center;gap:32px}.nav-link{color:#fff;font-size:14px;font-weight:700;letter-spacing:.3px;transition:opacity .2s ease}.nav-link:hover{opacity:.8}.nav-login-wrap{position:relative;display:inline-flex}.nav-login{color:#fff;font-size:14px;font-weight:500;padding:8px 24px;background:#e46901;border:none;border-radius:4px;transition:background .2s ease}.nav-login:disabled{background:#8a8a8a;opacity:.7}.nav-login:hover:not(:disabled){background:#c95b00}.nav-login-tooltip{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(4px);padding:6px 10px;background:#111;border-radius:4px;color:#fff;font-size:12px;font-weight:500;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease}.nav-login-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:5px;border-style:solid;border-color:#111111 transparent transparent transparent}.nav-login-wrap:hover .nav-login-tooltip{opacity:1;transform:translate(-50%) translateY(0)}.hero{background-color:#10137b;padding:126px 0 80px;position:relative;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;padding:0 48px;position:relative}.hero-content{color:#fff;position:relative;z-index:1}.hero-heading{font-size:64px;font-weight:700;line-height:1.18;margin-bottom:24px}.hero-heading span{display:block}.hero-subtitle{font-size:28px;font-weight:400;line-height:1.14;margin-bottom:40px}.btn-register-outline{display:inline-block;padding:16px 36px;background:#fff;border:1px solid #10137C;border-radius:4px;color:#10137c;font-size:16px;font-weight:500;font-family:inherit;text-align:center;cursor:pointer;transition:background .2s ease}.btn-register-outline:hover{background:var(--blue-100)}.hero-note{font-size:17px;font-weight:700;margin-top:16px;color:#fff;line-height:1.88}.hero-illustration{position:absolute;right:48px;bottom:-40px;width:420px;height:420px}.hero-illustration img{width:100%;height:100%;object-fit:contain}.section-heading{font-size:36px;font-weight:400;color:#10137b;line-height:1.2;margin-bottom:16px}.section-heading.center{text-align:center}.section-heading strong{font-weight:700}.feature-heading{font-size:36px;font-weight:400;color:#10137b;line-height:1.2;margin-bottom:16px}.feature-heading.center{text-align:center}.problem{padding:80px 0}.problem-container{max-width:1200px;margin:0 auto;padding:0 48px;display:flex;gap:80px;align-items:flex-start}.problem-text{flex:1;max-width:500px}.problem-text p{font-size:20px;line-height:1.4;margin-top:10px}.problem-quote{flex:1;display:flex;gap:20px;align-items:stretch}.quote-bar{width:5px;background:#d9d9d9;flex-shrink:0;border-radius:2px}.quote-content{padding:6px 0;transition:opacity .4s ease}.quote-content.quote-fade{opacity:0}.quote-text{font-size:32px;font-style:italic;color:var(--orange-500);line-height:1.2;margin-bottom:10px}.quote-attribution{font-size:15px;color:#000}.solution{padding:0 0 80px}.solution-container{max-width:1200px;margin:0 auto;padding:0 48px;display:flex;gap:60px;align-items:flex-start}.solution-image{flex-shrink:0;width:568px;border:1px solid #D8D8D8;box-shadow:0 4px 4px #00000040}.solution-image img{width:100%;height:auto;display:block}.solution-text{flex:1}.solution-text p{font-size:20px;line-height:1.4;margin-bottom:8px}.how-it-works{background:var(--blue-100);padding:80px 0}.how-container{max-width:1200px;margin:0 auto;padding:0 48px}.how-subtitle{text-align:center;font-size:20px;line-height:1.4;margin-bottom:48px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.step-card{background:#fff;border-radius:15px;padding:40px 32px}.step-number{width:67px;height:67px;border-radius:50%;background:#10137b;color:#fff;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.step-title{font-size:36px;font-weight:400;color:#10137b;line-height:1.2;margin-bottom:24px}.step-card p{font-size:18px;line-height:1.4;margin-bottom:18px}.calendar-icons{display:flex;gap:16px;margin-top:8px}.calendar-icons img{width:49px;height:49px;object-fit:contain}.platform{padding:80px 0}.platform-container{max-width:1200px;margin:0 auto;padding:0 48px}.platform-subtitle{text-align:center;font-size:20px;line-height:1.4;margin-bottom:48px}.platform-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start}.platform-features .feature-heading{margin-top:0}.platform-features .feature-heading:nth-of-type(2){margin-top:32px}.platform-features p{font-size:20px;line-height:1.4;margin-bottom:18px}.platform-image img{width:100%;height:auto}.meeting-pages{padding:0 0 80px}.meeting-pages-container{max-width:1200px;margin:0 auto;padding:0 48px;display:flex;gap:60px;align-items:flex-start}.meeting-pages-image{flex-shrink:0;width:367px}.meeting-pages-image img{width:100%;height:auto;display:block}.meeting-pages-divider{height:5px;background:#d9d9d9;margin-top:4px;border-radius:2px}.meeting-pages-text{flex:1}.meeting-pages-text p{font-size:20px;line-height:1.4;margin-bottom:18px}.privacy-section{background:#d9d9d9;padding:60px 0}.privacy-container{max-width:1200px;margin:0 auto;padding:0 48px;text-align:center}.privacy-container p{font-size:20px;line-height:1.4;margin-bottom:18px}.built-for-groups{padding:80px 0}.groups-container{max-width:1080px;margin:0 auto;padding:0 48px;text-align:center}.groups-container p{font-size:20px;line-height:1.4;margin-bottom:18px}.cta-banner{padding:0 48px 80px}.cta-container{max-width:1152px;margin:0 auto;background:#8998fd9e;border-radius:10px;padding:48px 64px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px}.cta-content{width:100%}.cta-heading{font-size:36px;font-weight:400;color:#10137c;line-height:1.22;letter-spacing:.3px;margin-bottom:16px;white-space:nowrap}.cta-content p{font-size:18px;line-height:1.4;color:#10137b;margin-bottom:4px}.btn-register-solid{display:inline-block;padding:18px 40px;background:#10137c;border:none;border-radius:4px;color:#fff;font-size:18px;font-weight:600;font-family:inherit;text-align:center;white-space:nowrap;cursor:pointer;transition:background .2s ease;flex-shrink:0}.btn-register-solid:hover{background:var(--blue-700)}.site-footer{background:#10137c;color:#fff;padding:80px 0 40px}.footer-container{max-width:1200px;margin:0 auto;padding:0 48px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.footer-logo{height:32px;width:auto;margin-bottom:16px}.footer-tagline{font-size:19px;font-weight:700;line-height:1.47;color:#d3d6d8}.footer-links{display:flex;gap:80px}.footer-column h4{font-size:18px;font-weight:700;margin-bottom:24px}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:12px}.footer-column a{color:#d3d6d8;font-size:16px;font-weight:700;transition:color .2s ease}.footer-column a:hover{color:#fff}.footer-bottom p{font-size:16px;font-weight:700;color:#fff}.register-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}.register-modal{background:#fff;border-radius:12px;padding:48px;width:100%;max-width:480px;margin:24px;position:relative}.register-close{position:absolute;top:16px;right:20px;background:none;border:none;font-size:28px;color:#666;cursor:pointer;line-height:1}.register-close:hover{color:#000}.register-title{font-size:24px;font-weight:700;color:#10137b;margin-bottom:8px}.register-description{font-size:16px;color:#444;margin-bottom:24px;line-height:1.4}.register-form{display:flex;flex-direction:column;gap:12px}.register-input{padding:14px 16px;border:2px solid #D8D8D8;border-radius:4px;font-size:16px;font-family:inherit;outline:none;transition:border-color .2s ease}.register-input:focus{border-color:#10137b}.register-textarea{resize:vertical;min-height:112px;line-height:1.4}.register-submit{padding:14px 28px;background:#10137c;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s ease}.register-submit:hover{background:var(--blue-700)}.register-submit:disabled{background:#b8bcc6;color:#f4f5f7;cursor:not-allowed}.register-submit:disabled:hover{background:#b8bcc6}.register-success{text-align:center;padding:16px 0}.register-success h3{font-size:24px;font-weight:700;color:#10137b;margin-bottom:12px}.register-success p{font-size:16px;color:#444;line-height:1.4}@media(max-width:1280px){.hero-illustration{width:340px;height:340px;right:24px;bottom:-20px}}@media(max-width:1024px){.nav-container,.hero-container,.problem-container,.solution-container,.how-container,.platform-container,.meeting-pages-container,.privacy-container,.groups-container,.footer-container{padding:0 32px}.cta-banner{padding:0 32px 60px}.hero-heading{font-size:48px}.hero-subtitle{font-size:24px}.section-heading,.feature-heading,.step-title,.cta-heading{font-size:30px}.cta-heading{white-space:normal}.hero-illustration{width:280px;height:280px;right:32px;bottom:-10px}.hero-content{max-width:60%}.solution-image{width:400px}.steps-grid{gap:24px}.step-card{padding:32px 24px}.meeting-pages-image{width:280px}.footer-links{gap:48px}}@media(max-width:768px){.nav{padding:20px 0}.nav-container,.hero-container,.problem-container,.solution-container,.how-container,.platform-container,.meeting-pages-container,.privacy-container,.groups-container,.footer-container{padding:0 24px}.cta-banner{padding:0 24px 60px}.hero{padding:100px 0 60px}.hero-container{display:flex;flex-direction:column}.hero-content{max-width:100%}.hero-heading{font-size:40px;line-height:1.22}.hero-heading span{display:block}.hero-heading span+span{margin-top:16px}.hero-subtitle{font-size:20px;line-height:1.4}.hero-illustration{position:relative;right:auto;bottom:auto;width:280px;height:280px;margin-top:32px;align-self:flex-end}.problem-text p,.solution-text p,.platform-features p,.meeting-pages-text p,.privacy-container p,.groups-container p,.how-subtitle,.platform-subtitle{font-size:18px}.problem{padding:60px 0}.problem-container{flex-direction:column;gap:40px}.problem-text{max-width:100%}.quote-text{font-size:24px}.solution{padding:0 0 60px}.solution-container{flex-direction:column}.solution-image{width:100%}.how-it-works{padding:60px 0}.steps-grid{grid-template-columns:1fr;gap:24px}.section-heading,.feature-heading,.step-title{font-size:28px}.cta-heading{font-size:26px;white-space:normal}.platform{padding:60px 0}.platform-grid{grid-template-columns:1fr}.meeting-pages{padding:0 0 60px}.meeting-pages-container{flex-direction:column}.meeting-pages-image{width:100%;max-width:320px}.cta-container{padding:32px 24px;justify-content:center}.btn-register-solid{white-space:normal}.site-footer{padding:60px 0 32px}.footer-top{flex-direction:column;gap:40px}.footer-links{gap:40px}}@media(max-width:480px){.register-modal{padding:36px 24px}.register-form{flex-direction:column}.nav-right{gap:16px}.hero{padding:90px 0 48px}.hero-heading{font-size:32px}.hero-subtitle{font-size:18px;margin-bottom:32px}.hero-illustration{width:220px;height:220px}.btn-register-outline{padding:14px 24px;font-size:14px}.hero-note{font-size:15px}.section-heading,.feature-heading,.step-title{font-size:24px}.cta-heading{font-size:22px}.problem-text p,.solution-text p,.platform-features p,.meeting-pages-text p,.privacy-container p,.groups-container p,.how-subtitle,.platform-subtitle,.step-card p,.cta-content p{font-size:16px}.quote-text{font-size:20px}.step-number{width:52px;height:52px;font-size:18px}.problem,.how-it-works,.platform,.built-for-groups{padding:48px 0}.solution,.meeting-pages{padding:0 0 48px}.cta-container{padding:28px 20px}.btn-register-solid{padding:14px 28px;font-size:16px}.footer-links{flex-direction:column;gap:32px}.footer-tagline{font-size:16px}}.app{height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(ellipse at top left,var(--blue-700) 0%,var(--blue-900) 40%,#000000 100%);position:relative;overflow:hidden}.orb{position:absolute;width:60vw;height:60vw;pointer-events:none;filter:blur(120px)}.orb-orange{background:radial-gradient(circle at center,rgba(252,104,0,.3) 0%,rgba(252,104,0,.15) 50%,rgba(252,104,0,.05) 70%,transparent 90%)}.orb-blue{background:radial-gradient(circle at center,rgba(87,99,251,.3) 0%,rgba(87,99,251,.15) 50%,rgba(87,99,251,.05) 70%,transparent 90%)}.orb-top-left{top:0;left:0;transform:translate(-50%,-50%)}.orb-top-right{top:0;right:0;transform:translate(50%,-50%)}.orb-bottom-left{bottom:0;left:0;transform:translate(-50%,50%)}.orb-bottom-right{bottom:0;right:0;transform:translate(50%,50%)}.content{position:relative;z-index:1;text-align:center;padding:2rem;max-width:600px;width:100%;flex:1;display:flex;flex-direction:column;justify-content:center}.logo-wrapper{margin-bottom:2rem}.logo{width:clamp(250px,60vw,400px);height:auto}.heading{font-size:clamp(2rem,5vw,3rem);font-weight:600;color:var(--gray-50);margin-bottom:1rem}.tagline{font-size:clamp(1rem,3vw,1.25rem);color:var(--gray-300);font-weight:400}.home-footer{position:fixed;bottom:2rem;left:0;right:0;text-align:center;z-index:2}.home-footer a{color:var(--gray-400);text-decoration:none;font-size:.875rem;transition:color .2s ease}.home-footer a:hover{color:var(--gray-200)}.home-divider{color:var(--gray-600);margin:0 1rem}@media(max-width:768px){.content{padding:1.5rem}}.legal-page{width:100%;background:radial-gradient(ellipse at top left,var(--blue-700) 0%,var(--blue-900) 40%,#000000 100%);position:relative;overflow:hidden}.legal-container{max-width:800px;margin:0 auto;padding:2rem}.legal-header{padding:1rem 0 2rem}.legal-logo{width:180px;height:auto;transition:opacity .2s ease}.legal-logo:hover{opacity:.8}.legal-content{flex:1}.legal-content h1{font-size:clamp(2rem,5vw,2.5rem);font-weight:600;color:var(--gray-50);margin-bottom:.5rem}.legal-subtitle{color:var(--gray-300);font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.legal-meta{color:var(--gray-400);font-size:.875rem;margin-bottom:2.5rem;padding:1rem;background:#ffffff08;border-radius:8px}.legal-meta p{margin-bottom:.25rem;color:var(--gray-400)}.legal-meta p:last-child{margin-bottom:0}.legal-updated{color:var(--gray-400);font-size:.875rem;margin-bottom:2.5rem}.legal-content section{margin-bottom:2rem}.legal-content h2{font-size:1.25rem;font-weight:600;color:var(--gray-100);margin-bottom:.75rem}.legal-content p{color:var(--gray-300);line-height:1.7;margin-bottom:1rem}.legal-content ul{color:var(--gray-300);line-height:1.7;margin-left:1.5rem;margin-bottom:1rem}.legal-content li{margin-bottom:.5rem}.legal-content a{color:var(--orange-400);text-decoration:none;transition:color .2s ease}.legal-content a:hover{color:var(--orange-300)}.legal-footer{padding:2rem 0;text-align:center;border-top:1px solid var(--gray-700);margin-top:2rem}.legal-footer a{color:var(--gray-400);text-decoration:none;font-size:.875rem;transition:color .2s ease}.legal-footer a:hover{color:var(--gray-200)}.legal-divider{color:var(--gray-600);margin:0 1rem}@media(max-width:768px){.legal-container{padding:1rem}.legal-logo{width:140px}.legal-content h2{font-size:1.125rem}}.faq-page{--faq-bg: #10137B;--faq-surface-low: rgba(255, 255, 255, .06);--faq-surface-high: rgba(255, 255, 255, .12);--faq-accent: #FF9500;--faq-accent-dark: #E46901;--faq-text: #ffffff;--faq-text-secondary: #D3D6D8;--faq-border: rgba(255, 255, 255, .12);background-color:var(--faq-bg);color:var(--faq-text);min-height:100vh;scroll-behavior:smooth}.faq-page ::-webkit-scrollbar{width:6px}.faq-page ::-webkit-scrollbar-track{background:var(--faq-bg)}.faq-page ::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.faq-page ::-webkit-scrollbar-thumb:hover{background:#ffffff40}.faq-topnav{position:fixed;top:0;left:0;right:0;z-index:50;padding:36px 0;background:var(--faq-bg);border-bottom:1px solid rgba(255,255,255,.06)}.faq-topnav-container{max-width:1200px;margin:0 auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between}.faq-topnav-logo img{height:32px;width:auto}.faq-topnav-links{display:flex;align-items:center;gap:32px}.faq-topnav-link{color:#fff;font-size:14px;font-weight:700;letter-spacing:.3px;text-decoration:none;transition:opacity .2s ease}.faq-topnav-link:hover{opacity:.8}.faq-login-wrap{position:relative;display:inline-flex}.faq-login{color:#fff;font-size:14px;font-weight:500;padding:8px 24px;background:#e46901;border:none;border-radius:4px;font-family:inherit;cursor:pointer;transition:background .2s ease}.faq-login:disabled{background:#8a8a8a;opacity:.7;cursor:default}.faq-login:hover:not(:disabled){background:#c95b00}.faq-login-tooltip{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(4px);padding:6px 10px;background:#111;border-radius:4px;color:#fff;font-size:12px;font-weight:500;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease}.faq-login-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:5px;border-style:solid;border-color:#111111 transparent transparent transparent}.faq-login-wrap:hover .faq-login-tooltip{opacity:1;transform:translate(-50%) translateY(0)}.faq-sidebar{display:none;flex-direction:column;gap:4px;padding:24px 0;overflow-y:auto;height:calc(100vh - 100px);width:325px;position:fixed;left:0;top:100px;background:var(--faq-bg);border-right:1px solid var(--faq-border)}.faq-sidebar-header{padding:0 32px;margin-bottom:24px}.faq-sidebar-label{color:#fff6;font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;margin:0}.faq-sidebar-title{color:#fff;font-weight:700;font-size:20px;margin:0}.faq-sidebar-nav{display:flex;flex-direction:column;gap:4px}.faq-sidebar-link{display:flex;align-items:center;padding:10px 32px;min-height:52px;color:#fff9;text-decoration:none;transition:all .2s}.faq-sidebar-link:hover{color:#fff;background:var(--faq-surface-low)}.faq-sidebar-link:hover .faq-sidebar-icon{color:var(--faq-accent)}.faq-sidebar-link--active{color:#fff;font-weight:700;border-right:4px solid var(--faq-accent);background:linear-gradient(to right,var(--faq-surface-low),transparent)}.faq-sidebar-link--active .faq-sidebar-icon{color:var(--faq-accent)}.faq-sidebar-icon{margin-right:12px;font-size:20px}.faq-sidebar-link-text{font-size:16px}.faq-main{max-width:1200px;margin:0 auto;padding:126px 48px 80px}.faq-hero{margin-bottom:80px}.faq-hero-inner{position:relative;overflow:hidden;border-radius:10px;padding:48px;background:#8998fd40;min-height:300px;display:flex;flex-direction:column;justify-content:center}.faq-hero-glow{position:absolute;top:0;right:0;width:384px;height:384px;background:#ff950014;filter:blur(100px);border-radius:50%;pointer-events:none}.faq-hero-title{font-size:64px;font-weight:700;color:#fff;margin-bottom:24px;max-width:700px;line-height:1.18}.faq-hero-highlight{color:var(--faq-accent)}.faq-hero-description{font-size:20px;color:var(--faq-text-secondary);max-width:640px;line-height:1.4}.faq-search{padding:0 16px;margin-bottom:16px}.faq-search-input-wrap{position:relative;display:flex;align-items:center}.faq-search-icon{position:absolute;left:10px;color:#fff6;font-size:18px;pointer-events:none}.faq-search-input{width:100%;padding:10px 36px;background:var(--faq-surface-low);border:1px solid var(--faq-border);border-radius:6px;color:#fff;font-size:13px;font-family:inherit;outline:none;transition:border-color .2s ease}.faq-search-input::placeholder{color:#fff6}.faq-search-input:focus{border-color:var(--faq-accent)}.faq-search-clear{position:absolute;right:6px;background:none;border:none;color:#fff6;cursor:pointer;padding:2px;display:flex;align-items:center;transition:color .2s}.faq-search-clear .material-symbols-outlined{font-size:18px}.faq-search-clear:hover{color:#fff}.faq-search-results{margin:8px 0 0;font-size:12px;color:var(--faq-text-secondary)}.faq-no-results{text-align:center;padding:48px 0;color:var(--faq-text-secondary)}.faq-no-results-icon{font-size:48px;color:#fff3;margin-bottom:16px}.faq-no-results p{font-size:18px;margin-bottom:8px}.faq-no-results-link{background:none;border:none;color:var(--faq-accent);font-size:inherit;font-family:inherit;cursor:pointer;text-decoration:underline;padding:0}.faq-no-results-link:hover{opacity:.8}.faq-content{display:flex;flex-direction:column;gap:80px}.faq-section{scroll-margin-top:120px}.faq-section-header{margin-bottom:24px}.faq-section-title{font-size:36px;font-weight:400;color:#fff;margin:0 0 8px;line-height:1.2}.faq-section-accent{height:4px;width:80px;background:var(--faq-accent);border-radius:2px}.faq-section-description{color:var(--faq-text-secondary);font-size:18px;line-height:1.4;margin-bottom:24px}.faq-items{display:flex;flex-direction:column;gap:12px}.faq-accordion{background:var(--faq-surface-low);border-radius:10px;overflow:hidden;transition:background .2s ease}.faq-accordion-summary{display:flex;align-items:center;justify-content:space-between;padding:24px;cursor:pointer;transition:background-color .2s;list-style:none}.faq-accordion-summary::-webkit-details-marker{display:none}.faq-accordion-summary::marker{display:none;content:""}.faq-accordion-summary:hover{background:var(--faq-surface-high)}.faq-accordion-question{font-size:18px;font-weight:600;color:#fff}.faq-expand-icon{color:var(--faq-accent);transition:transform .3s;flex-shrink:0;margin-left:16px}details[open] .faq-expand-icon{transform:rotate(180deg)}.faq-accordion-answer{padding:16px 24px 24px;color:var(--faq-text-secondary);font-size:18px;line-height:1.4}.faq-accordion-answer .faq-list{list-style-type:disc;padding-left:20px;margin-top:8px}.faq-accordion-answer .faq-list li{margin-bottom:4px}.faq-accordion-answer .faq-list-ordered{list-style-type:decimal;padding-left:20px}.faq-accordion-answer .faq-list-ordered li{margin-bottom:8px}.glossary-grid{display:grid;grid-template-columns:1fr;gap:16px}.glossary-card{padding:24px;background:var(--faq-surface-low);border-radius:10px;border:1px solid var(--faq-border)}.glossary-term{color:var(--faq-accent);font-weight:700;font-size:18px;margin:0 0 8px}.glossary-definition{color:var(--faq-text-secondary);font-size:16px;line-height:1.4;margin:0}.faq-footer{background:#10137c;color:#fff;padding:80px 0 40px}.faq-footer-container{max-width:1200px;margin:0 auto;padding:0 48px}.faq-footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.faq-footer-logo{height:32px;width:auto;margin-bottom:16px}.faq-footer-tagline{font-size:19px;font-weight:700;line-height:1.47;color:#d3d6d8}.faq-footer-links{display:flex;gap:80px}.faq-footer-column h4{font-size:18px;font-weight:700;margin-bottom:24px}.faq-footer-column ul{list-style:none;padding:0;margin:0}.faq-footer-column li{margin-bottom:12px}.faq-footer-column a{color:#d3d6d8;font-size:16px;font-weight:700;text-decoration:none;transition:color .2s ease}.faq-footer-column a:hover{color:#fff}.faq-footer-bottom p{font-size:16px;font-weight:700;color:#fff}@media(min-width:768px){.glossary-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.faq-sidebar{display:flex}.faq-main{margin-left:325px;max-width:none;padding-right:48px;padding-left:48px}.faq-footer{margin-left:325px}}@media(max-width:1024px){.faq-topnav-container{padding:0 32px}.faq-main{padding:126px 32px 80px}.faq-hero-title{font-size:48px}.faq-section-title{font-size:30px}.faq-footer-container{padding:0 32px}.faq-footer-links{gap:48px}}@media(max-width:768px){.faq-topnav{padding:20px 0}.faq-topnav-container{padding:0 24px}.faq-main{padding:100px 24px 60px}.faq-hero{margin-bottom:60px}.faq-hero-inner{padding:32px 24px}.faq-hero-title{font-size:40px;line-height:1.22}.faq-hero-description{font-size:18px}.faq-section-title{font-size:28px}.faq-section-description,.faq-accordion-answer{font-size:16px}.faq-content{gap:60px}.faq-footer{padding:60px 0 32px}.faq-footer-container{padding:0 24px}.faq-footer-top{flex-direction:column;gap:40px}.faq-footer-links{gap:40px}}@media(max-width:480px){.faq-topnav-links{gap:16px}.faq-hero-title{font-size:32px}.faq-hero-description,.faq-accordion-question{font-size:16px}.faq-section-title{font-size:24px}.faq-content{gap:48px}.faq-footer-links{flex-direction:column;gap:32px}.faq-footer-tagline{font-size:16px}}
