.theme-toggle{width:34px;height:34px;border-radius:var(--radius-sm);background:var(--surface-low);color:var(--on-surface-variant);display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;padding:0;flex-shrink:0;transition:background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.theme-toggle:hover{background:var(--surface-highest);color:var(--primary);transform:rotate(15deg)}.landing-page{min-height:100vh;background:var(--surface);color:var(--on-surface);font-family:var(--font-body);overflow-x:hidden}.landing-container{max-width:1160px;margin:0 auto;padding:0 2rem}.landing-nav{position:sticky;top:0;z-index:100;background:var(--surface);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--surface-highest);transition:background var(--duration-base)}[data-theme=dark] .landing-nav{background:#0e1621e0}.landing-nav-inner{max-width:1160px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;gap:2rem}.landing-nav-brand{display:flex;align-items:center;gap:.625rem;text-decoration:none;flex-shrink:0}.landing-nav-logo{height:28px;width:auto;border-radius:var(--radius-sm)}.landing-nav-name{font-family:var(--font-display);font-size:.9375rem;font-weight:800;color:var(--on-surface);letter-spacing:-.01em;white-space:nowrap}.landing-nav-links{list-style:none;display:flex;gap:.25rem;flex:1;margin:0;padding:0}.landing-nav-links li a{display:block;padding:.5rem .875rem;font-size:.9rem;font-weight:500;color:var(--on-surface-variant);text-decoration:none;border-radius:var(--radius-sm);transition:color var(--duration-fast),background var(--duration-fast)}.landing-nav-links li a:hover{color:var(--primary);background:var(--surface-low)}.landing-nav-actions{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.landing-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--gradient-cta);color:#fff;font-family:var(--font-display);font-weight:700;font-size:.875rem;border:none;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;transition:opacity var(--duration-fast),transform var(--duration-fast),box-shadow var(--duration-fast);box-shadow:0 3px 14px #00658e4d}.landing-btn-primary:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 20px #00658e61}.landing-btn-primary.landing-btn-lg{padding:.875rem 1.75rem;font-size:.9375rem;border-radius:var(--radius-sm)}.landing-btn-ghost{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:transparent;color:var(--on-surface-variant);font-weight:600;font-size:.875rem;border:none;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;transition:background var(--duration-fast),color var(--duration-fast)}.landing-btn-ghost:hover{background:var(--surface-low);color:var(--on-surface)}.landing-btn-ghost.landing-btn-lg{padding:.875rem 1.75rem;font-size:.9375rem}.landing-hero{position:relative;min-height:calc(100vh - 64px);display:flex;align-items:center;gap:4rem;padding:5rem 2rem 4rem;max-width:1160px;margin:0 auto;overflow:hidden}.landing-hero-bg{position:fixed;inset:0;background:radial-gradient(ellipse 80% 60% at 60% -10%,rgba(0,101,142,.07) 0%,transparent 60%);pointer-events:none;z-index:0}[data-theme=dark] .landing-hero-bg{background:radial-gradient(ellipse 80% 60% at 60% -10%,rgba(0,101,142,.18) 0%,transparent 60%)}.landing-hero-orb{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.landing-orb-1{width:500px;height:500px;top:-200px;right:-150px;background:radial-gradient(circle,rgba(0,101,142,.06) 0%,transparent 70%)}.landing-orb-2{width:300px;height:300px;bottom:0;left:-100px;background:radial-gradient(circle,rgba(73,75,214,.05) 0%,transparent 70%)}.landing-hero-content{flex:1;position:relative;z-index:1;max-width:560px}.landing-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .875rem;background:var(--surface-highest);color:var(--primary);font-size:.8125rem;font-weight:600;border-radius:var(--radius-full);margin-bottom:1.5rem;letter-spacing:.01em}.landing-hero-headline{font-family:var(--font-display);font-size:clamp(2.75rem,5vw,4rem);font-weight:800;color:var(--on-surface);line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem}.landing-hero-gradient{background:var(--gradient-cta);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.landing-hero-sub{font-size:1.0625rem;color:var(--on-surface-muted);line-height:1.65;margin-bottom:2rem;max-width:480px}.landing-hero-ctas{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap;margin-bottom:1.25rem}.landing-hero-trust{font-size:.8375rem;color:var(--on-surface-muted)}.landing-hero-trust strong{color:var(--on-surface);font-weight:600}.landing-hero-visual{flex:1;max-width:520px;position:relative;z-index:1}.landing-mock-chat{background:var(--surface-lowest);border-radius:var(--radius-xl);box-shadow:var(--shadow-modal),0 0 0 1px var(--surface-highest);overflow:hidden;font-size:.875rem}[data-theme=dark] .landing-mock-chat{box-shadow:var(--shadow-modal),0 0 0 1px #ffffff0f}.landing-mock-header{background:var(--surface-low);padding:.875rem 1rem;display:flex;align-items:center;gap:.75rem}.landing-mock-dots{display:flex;gap:5px}.landing-mock-dots span{width:10px;height:10px;border-radius:50%;background:var(--surface-highest)}.landing-mock-dots span:nth-child(1){background:#ff6058}.landing-mock-dots span:nth-child(2){background:#ffbd2e}.landing-mock-dots span:nth-child(3){background:#28c940}.landing-mock-title{font-family:var(--font-display);font-size:.8125rem;font-weight:700;color:var(--on-surface-muted)}.landing-mock-body{padding:1.25rem;display:flex;flex-direction:column;gap:.875rem}.landing-mock-msg{padding:.75rem .875rem;border-radius:var(--radius-md);line-height:1.5;font-size:.875rem}.landing-mock-user{background:var(--gradient-cta);color:#fff;align-self:flex-end;max-width:80%;border-bottom-right-radius:4px}.landing-mock-ai{background:var(--surface-low);color:var(--on-surface);border-bottom-left-radius:4px}.landing-mock-ai-label{display:inline-flex;align-items:center;gap:.35rem;font-size:.73rem;font-weight:600;color:var(--tertiary);margin-bottom:.5rem;background:#494bd614;padding:.2rem .5rem;border-radius:var(--radius-full)}.landing-mock-table{margin-top:.75rem;background:var(--surface-lowest);border-radius:var(--radius-sm);overflow:hidden;font-size:.8125rem}.landing-mock-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;padding:.45rem .75rem;gap:.5rem;align-items:center}.landing-mock-th{background:var(--surface-highest);font-family:var(--font-display);font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--on-surface-variant)}.landing-mock-row:not(.landing-mock-th):nth-child(2n){background:var(--surface-low)}.landing-mock-badge{display:inline-block;padding:.15rem .5rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:600;background:var(--surface-highest);color:var(--primary)}.landing-mock-badge-green{background:#1a9c5b1f;color:#1a9c5b}.landing-mock-input{padding:.875rem 1rem;background:var(--surface-low);font-size:.8375rem;color:var(--on-surface-muted);border-top:1px solid var(--surface-highest)}.landing-stats{background:var(--surface-low);padding:3rem 0;margin-top:1rem}.landing-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.landing-stat-value{font-family:var(--font-display);font-size:2.25rem;font-weight:800;color:var(--primary);letter-spacing:-.03em;line-height:1;margin-bottom:.4rem}.landing-stat-label{font-size:.875rem;color:var(--on-surface-muted);font-weight:500}.landing-section-header{text-align:center;max-width:560px;margin:0 auto 3.5rem}.landing-section-tag{display:inline-flex;align-items:center;padding:.3rem .875rem;background:var(--surface-highest);color:var(--primary);font-size:.8rem;font-weight:700;border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem}.landing-section-tag-alt{background:#494bd61a;color:var(--tertiary)}.landing-section-title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--on-surface);letter-spacing:-.02em;line-height:1.2;margin-bottom:.875rem}.landing-section-sub{font-size:1rem;color:var(--on-surface-muted);line-height:1.65}.landing-features{padding:5rem 0}.landing-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.landing-feature-card{background:var(--surface-low);border-radius:var(--radius-lg);padding:1.75rem;transition:background var(--duration-fast),transform var(--duration-fast),box-shadow var(--duration-fast)}.landing-feature-card:hover{background:var(--surface-high);transform:translateY(-2px);box-shadow:var(--shadow-float)}.landing-feature-icon{width:44px;height:44px;background:var(--surface-highest);color:var(--primary);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.landing-feature-title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--on-surface);letter-spacing:-.01em;margin-bottom:.5rem}.landing-feature-desc{font-size:.9rem;color:var(--on-surface-muted);line-height:1.6}.landing-security{padding:5rem 0;background:var(--surface-low)}.landing-security-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.landing-security-copy .landing-section-title{text-align:left}.landing-security-copy .landing-section-sub{text-align:left;margin-bottom:1.75rem}.landing-security-badges{display:flex;flex-wrap:wrap;gap:.75rem}.landing-security-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--surface-lowest);border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;color:var(--on-surface-variant);box-shadow:var(--shadow-card)}.landing-security-visual{display:flex;justify-content:center}.landing-security-card{background:var(--surface-lowest);border-radius:var(--radius-xl);padding:2.25rem;box-shadow:var(--shadow-modal);max-width:400px;width:100%}.landing-security-icon-lg{width:64px;height:64px;background:var(--gradient-cta);color:#fff;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.landing-security-card-text{font-size:1rem;color:var(--on-surface);line-height:1.6;font-style:italic;margin-bottom:1.25rem}.landing-security-card-author{display:flex;align-items:center;gap:.75rem}.landing-security-card-avatar{width:36px;height:36px;border-radius:var(--radius-full);background:var(--gradient-cta);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:.875rem}.landing-security-card-name{font-weight:600;font-size:.875rem;color:var(--on-surface)}.landing-security-card-company{font-size:.8rem;color:var(--on-surface-muted)}.landing-cta{padding:6rem 0}.landing-cta-inner{text-align:center;max-width:600px;margin:0 auto}.landing-cta-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--on-surface);letter-spacing:-.03em;line-height:1.15;margin-bottom:1rem}.landing-cta-sub{font-size:1rem;color:var(--on-surface-muted);margin-bottom:2rem;line-height:1.65}.landing-cta-buttons{display:flex;align-items:center;justify-content:center;gap:.875rem;flex-wrap:wrap}.landing-footer{background:var(--surface-low);padding:3rem 0 1.5rem}.landing-footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:2.5rem;flex-wrap:wrap}.landing-footer-brand{display:flex;align-items:center;gap:.625rem}.landing-footer-links{display:flex;gap:3rem;flex-wrap:wrap}.landing-footer-group{display:flex;flex-direction:column;gap:.625rem}.landing-footer-group-title{font-family:var(--font-display);font-size:.8125rem;font-weight:700;color:var(--on-surface);letter-spacing:.03em;text-transform:uppercase;margin-bottom:.25rem}.landing-footer-group a{font-size:.875rem;color:var(--on-surface-muted);text-decoration:none;transition:color var(--duration-fast)}.landing-footer-group a:hover{color:var(--primary)}.landing-footer-bottom{padding-top:1.5rem;border-top:1px solid var(--surface-highest);font-size:.8125rem;color:var(--on-surface-muted);text-align:center}@media(max-width:1024px){.landing-hero{flex-direction:column;padding:4rem 2rem 3rem;min-height:auto;gap:3rem}.landing-hero-content{max-width:100%}.landing-hero-visual{max-width:100%;width:100%}.landing-features-grid{grid-template-columns:repeat(2,1fr)}.landing-security-inner{grid-template-columns:1fr;gap:2.5rem}.landing-stats-grid{grid-template-columns:repeat(2,1fr)}}.landing-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px;border-radius:var(--radius-sm);flex-shrink:0}.landing-hamburger:hover{background:var(--surface-high)}.landing-hamburger-line{display:block;width:20px;height:2px;background:var(--on-surface);border-radius:2px;transition:transform .24s var(--ease-out),opacity .16s ease;transform-origin:center}.landing-hamburger-line.open:nth-child(1){transform:translateY(7px) rotate(45deg)}.landing-hamburger-line.open:nth-child(2){opacity:0;transform:scaleX(0)}.landing-hamburger-line.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.landing-mobile-menu{display:none;flex-direction:column;gap:.25rem;padding:1rem 1.25rem 1.25rem;border-top:1px solid var(--surface-high);background:var(--surface-lowest);overflow:hidden;max-height:0;opacity:0;transition:max-height .3s var(--ease-out),opacity .24s ease,padding .24s ease}[data-theme=dark] .landing-mobile-menu{background:var(--surface-low)}.landing-mobile-menu.open{max-height:400px;opacity:1}.landing-mobile-menu a{display:block;padding:.65rem .5rem;font-size:.9375rem;font-weight:500;color:var(--on-surface-variant);text-decoration:none;border-radius:var(--radius-sm);transition:color .16s ease,background .16s ease}.landing-mobile-menu a:hover{color:var(--primary);background:var(--surface-low)}.landing-mobile-menu .landing-btn-ghost,.landing-mobile-menu .landing-btn-primary{width:100%;justify-content:center;margin-top:.25rem}@media(max-width:640px){.landing-hamburger,.landing-mobile-menu{display:flex}.landing-nav-links,.landing-nav-actions .landing-btn-ghost,.landing-nav-actions .landing-btn-primary{display:none}.landing-features-grid{grid-template-columns:1fr}.landing-stats-grid{grid-template-columns:repeat(2,1fr)}.landing-hero-headline{font-size:2.25rem}.landing-footer-inner{flex-direction:column;gap:2rem}.landing-footer-links{gap:1.5rem}.landing-hero-ctas{flex-direction:column;align-items:stretch}.landing-hero-ctas button{justify-content:center}}@media(max-width:480px){.landing-container,.landing-nav-inner{padding:0 1rem}.landing-hero{padding:3rem 1rem 2rem}.landing-features,.landing-security{padding:3.5rem 0}.landing-cta{padding:4rem 0}.landing-stats{padding:2rem 0}.landing-stat-value{font-size:1.75rem}.landing-section-title{font-size:1.625rem}.landing-hero-sub{font-size:1rem}.landing-security-inner{gap:1.75rem}.landing-security-card{padding:1.5rem}}.icon{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:inherit;line-height:1;letter-spacing:normal;text-transform:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;-webkit-user-select:none;user-select:none}.icon-sm{font-size:16px}.icon-md{font-size:20px}.icon-lg{font-size:24px}.icon-fill{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}:root{--primary: #00658e;--primary-container: #00a1e0;--tertiary: #494bd6;--tertiary-container: #888bff;--surface: #f8f9ff;--surface-low: #eff4ff;--surface-lowest: #ffffff;--surface-high: #e2ecfb;--surface-highest: #d5e3fc;--on-surface: #0d1c2e;--on-surface-variant: #3d5166;--on-surface-muted: #6b7f95;--error: #ba1a1a;--error-container: #ffdad6;--on-error: #ffffff;--on-primary: #ffffff;--on-tertiary: #ffffff;--on-tertiary-container:#1a1c6b;--gradient-cta: linear-gradient(135deg, #00658e 0%, #00a1e0 100%);--gradient-brand: linear-gradient(135deg, #0a1628 0%, #00658e 55%, #00a1e0 100%);--gradient-brand-alt: linear-gradient(180deg, #071120 0%, #003f5a 50%, #0083b8 100%);--font-display: "Manrope", -apple-system, sans-serif;--font-body: "Inter", -apple-system, sans-serif;--shadow-modal: 0px 20px 40px rgba(13, 28, 46, .06);--shadow-float: 0px 8px 24px rgba(13, 28, 46, .08);--shadow-card: 0px 2px 12px rgba(13, 28, 46, .04);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in: cubic-bezier(.4, 0, 1, 1);--duration-fast: .16s;--duration-base: .24s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--font-body);color:var(--on-surface);background:var(--surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}#root{height:100%;width:100%}img{max-width:100%;height:auto;display:block}button{font-family:var(--font-body);font-size:.9375rem;cursor:pointer;border:none;background:none;padding:0;line-height:1;color:inherit;border-radius:var(--radius-sm)}button:disabled{cursor:not-allowed;opacity:.55}[data-theme=dark]{--primary: #84cfff;--primary-container: #00688f;--tertiary: #c3c4ff;--tertiary-container: #2e30a4;--surface: #0e1621;--surface-low: #121d2a;--surface-lowest: #0a1219;--surface-high: #1c2d3e;--surface-highest: #233144;--on-surface: #d5e3fc;--on-surface-variant: #9ab5cc;--on-surface-muted: #607589;--error: #ffb4ab;--error-container: #5c0008;--on-error: #690005;--on-primary: #003549;--on-tertiary: #0c0e6b;--on-tertiary-container:#e1e0ff;--gradient-cta: linear-gradient(135deg, #004f72 0%, #0083b8 100%);--gradient-brand: linear-gradient(135deg, #050d17 0%, #003f5a 55%, #005a80 100%);--gradient-brand-alt: linear-gradient(180deg, #030a12 0%, #002a3d 50%, #004a6a 100%);--shadow-modal: 0px 20px 40px rgba(0, 0, 0, .45);--shadow-float: 0px 8px 24px rgba(0, 0, 0, .35);--shadow-card: 0px 2px 12px rgba(0, 0, 0, .28)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary);opacity:.5}[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--surface-highest)}
