:root{--color-bg: #08090f;--color-surface: #11131a;--color-card: #11131a;--color-text: #f7f8fb;--color-muted: #a5adbf;--color-border: rgba(255, 255, 255, .12);--color-accent: #8f9dff;--color-accent-strong: #b8c2ff;--color-white: #f9f9f9;--color-black: #0b0d15;--font-sans: "Inter", sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 7rem;--max-width: 1180px;--header-height: 84px}*{margin:0;padding:0;box-sizing:border-box}html{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);scroll-behavior:smooth}body{line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh;background:radial-gradient(circle at 10% 0%,rgba(111,126,208,.08),transparent 32%),radial-gradient(circle at 85% 0%,rgba(111,126,208,.06),transparent 28%),var(--color-bg)}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}button,.cta-button{font-family:var(--font-sans);background:#f4f5f8;color:#0e1118;border:1px solid rgba(255,255,255,.35);padding:.62rem 1.05rem;font-size:.9rem;font-weight:580;cursor:pointer;transition:all .2s ease;border-radius:999px}button:hover,.cta-button:hover{background:#fff;color:#0c1018;transform:translateY(-1px)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.4rem}section{padding:var(--spacing-xl) 0}.text-center{text-align:center}.fade-in{animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.container{padding:0 1rem}section{padding:4.5rem 0}}@media(max-width:480px){.container{padding:0 .85rem}}#main-nav[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;width:100%;height:var(--header-height);z-index:1000;transition:all .3s ease;display:flex;align-items:center}#main-nav[data-astro-cid-5blmo7yk].scrolled{background-color:#070914b8;backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);height:74px}.nav-content[data-astro-cid-5blmo7yk]{display:flex;justify-content:space-between;align-items:center;width:100%}.logo[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{font-size:.96rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-text)}.nav-links[data-astro-cid-5blmo7yk]{display:flex;gap:1.6rem;list-style:none}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{font-size:.84rem;letter-spacing:.02em;font-weight:500;color:var(--color-muted)}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover{color:var(--color-text)}.nav-actions[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:1.1rem}.login-link[data-astro-cid-5blmo7yk]{font-size:.84rem;font-weight:500;color:var(--color-muted)}.login-link[data-astro-cid-5blmo7yk]:hover{color:var(--color-text)}@media(max-width:768px){#main-nav[data-astro-cid-5blmo7yk]{height:68px}#main-nav[data-astro-cid-5blmo7yk].scrolled{height:62px}.nav-links[data-astro-cid-5blmo7yk]{display:none}.nav-actions[data-astro-cid-5blmo7yk]{gap:.65rem}.login-link[data-astro-cid-5blmo7yk]{display:none}.nav-actions[data-astro-cid-5blmo7yk] .cta-button[data-astro-cid-5blmo7yk]{padding:.5rem .85rem;font-size:.78rem}.logo[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{font-size:.88rem;letter-spacing:.17em}}@media(max-width:420px){.logo[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{letter-spacing:.14em}}.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:88vh;display:flex;align-items:center;padding-top:4.5rem;padding-bottom:2rem;isolation:isolate}.hero[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;inset:8% 12% auto;height:360px;z-index:-1;border-radius:20px;background:linear-gradient(130deg,#7484da29,#7f92ff08);filter:blur(18px)}.hero-panel[data-astro-cid-bbe6dxrz]{max-width:900px;padding:0;border:0;border-radius:0;background:transparent}.hero-content[data-astro-cid-bbe6dxrz]{z-index:1}.hero-kicker[data-astro-cid-bbe6dxrz]{display:inline-block;margin-bottom:.9rem;padding:.25rem .65rem;font-size:.73rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-strong);border:1px solid var(--color-border);border-radius:999px}.hero-title[data-astro-cid-bbe6dxrz]{font-family:var(--font-sans);font-size:clamp(2.25rem,5vw,4rem);line-height:1.02;letter-spacing:-.02em;margin-bottom:1rem}.hero-title[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{color:var(--color-accent-strong);animation:glowPulse 3s ease-in-out infinite}.hero-subtitle[data-astro-cid-bbe6dxrz]{font-size:1.02rem;color:var(--color-muted);margin-bottom:1.6rem;max-width:700px}.hero-cta[data-astro-cid-bbe6dxrz]{display:flex;gap:.72rem;animation:fadeIn .9s ease both;animation-delay:.12s}.cta-button[data-astro-cid-bbe6dxrz].secondary{background:#151a27d1;border:1px solid var(--color-border);color:var(--color-text)}.cta-button[data-astro-cid-bbe6dxrz].secondary:hover{background:#252b3ceb;color:var(--color-text)}.hero-kicker[data-astro-cid-bbe6dxrz],.hero-title[data-astro-cid-bbe6dxrz],.hero-subtitle[data-astro-cid-bbe6dxrz]{animation:fadeIn .7s ease both}.hero-title[data-astro-cid-bbe6dxrz]{animation-delay:80ms}.hero-subtitle[data-astro-cid-bbe6dxrz]{animation-delay:.16s}@media(max-width:768px){.hero[data-astro-cid-bbe6dxrz]{min-height:auto;padding-top:6.4rem;padding-bottom:1rem}.hero[data-astro-cid-bbe6dxrz]:before{inset:8% 2% auto;height:260px;filter:blur(22px)}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(1.95rem,10vw,2.8rem);line-height:1.04;margin-bottom:.8rem}.hero-subtitle[data-astro-cid-bbe6dxrz]{font-size:.95rem;margin-bottom:1.2rem;max-width:100%}.hero-cta[data-astro-cid-bbe6dxrz]{flex-direction:column;align-items:stretch;width:100%;gap:.55rem}.hero-cta[data-astro-cid-bbe6dxrz] .cta-button[data-astro-cid-bbe6dxrz]{width:100%;text-align:center;justify-content:center}}@media(max-width:420px){.hero-kicker[data-astro-cid-bbe6dxrz]{font-size:.68rem;letter-spacing:.06em}}@keyframes glowPulse{0%,to{text-shadow:0 0 0 rgba(184,194,255,0)}50%{text-shadow:0 0 18px rgba(184,194,255,.26)}}.social-proof[data-astro-cid-bcts4zk3]{background-color:transparent;padding:1.5rem 0 var(--spacing-lg)}.section-label[data-astro-cid-bcts4zk3]{text-align:center;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-muted);margin-bottom:2.25rem;opacity:.88}.logos-grid[data-astro-cid-bcts4zk3]{padding:0;border:0;border-radius:0;background:transparent;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem 2rem;animation:fadeIn .9s ease both}.logo-item[data-astro-cid-bcts4zk3]{font-weight:500;font-size:.95rem;letter-spacing:.09em;color:#e8edffc7;transition:transform .2s ease,color .2s ease}.logo-item[data-astro-cid-bcts4zk3]:hover{transform:translateY(-2px);color:var(--color-text)}@media(max-width:768px){.section-label[data-astro-cid-bcts4zk3]{font-size:.72rem;margin-bottom:1.4rem}.logos-grid[data-astro-cid-bcts4zk3]{justify-content:center;gap:.9rem 1.2rem;display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));text-align:center}.logo-item[data-astro-cid-bcts4zk3]{font-size:.82rem;letter-spacing:.05em}}@media(max-width:420px){.logos-grid[data-astro-cid-bcts4zk3]{grid-template-columns:1fr}}.feature[data-astro-cid-jlu7nt5s]{background-color:transparent}.feature-grid[data-astro-cid-jlu7nt5s]{max-width:1080px;display:grid;grid-template-columns:1fr 1fr;gap:1.15rem;align-items:stretch}.feature-text[data-astro-cid-jlu7nt5s]{padding:0;border:0;border-radius:0;background:transparent;animation:fadeUp .7s ease both}.reverse[data-astro-cid-jlu7nt5s] .feature-text[data-astro-cid-jlu7nt5s]{animation-delay:.12s}.reverse[data-astro-cid-jlu7nt5s] .feature-grid[data-astro-cid-jlu7nt5s]{direction:rtl}.reverse[data-astro-cid-jlu7nt5s] .feature-text[data-astro-cid-jlu7nt5s],.reverse[data-astro-cid-jlu7nt5s] .feature-visual[data-astro-cid-jlu7nt5s]{direction:ltr}.tag[data-astro-cid-jlu7nt5s]{color:var(--color-accent-strong);font-size:.8rem;text-transform:uppercase;font-weight:600;letter-spacing:.12em;margin-bottom:1rem;display:block}.feature-title[data-astro-cid-jlu7nt5s]{font-family:var(--font-sans);font-size:clamp(2rem,3.5vw,3rem);margin-bottom:1rem;line-height:1.1;letter-spacing:-.01em}.feature-description[data-astro-cid-jlu7nt5s]{font-size:1rem;color:var(--color-muted);margin-bottom:1.7rem}.feature-list[data-astro-cid-jlu7nt5s]{list-style:none;margin-bottom:2rem}.feature-list[data-astro-cid-jlu7nt5s] li[data-astro-cid-jlu7nt5s]{margin-bottom:.6rem;display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#f0f4ffe6}.feature-list[data-astro-cid-jlu7nt5s] li[data-astro-cid-jlu7nt5s]:before{content:"•";color:var(--color-accent);font-weight:700}.feature-link[data-astro-cid-jlu7nt5s]{font-weight:600;color:var(--color-accent-strong);border-bottom:1px solid var(--color-accent-strong);padding-bottom:4px}.feature-visual[data-astro-cid-jlu7nt5s]{border:0;border-radius:0;background:transparent;padding:0;animation:fadeUp .7s ease both;animation-delay:.16s}.feature-visual[data-astro-cid-jlu7nt5s] svg[data-astro-cid-jlu7nt5s]{display:block;width:100%;height:auto}@media(max-width:992px){.feature-grid[data-astro-cid-jlu7nt5s]{grid-template-columns:1fr;text-align:left;gap:1.4rem}.feature-list[data-astro-cid-jlu7nt5s] li[data-astro-cid-jlu7nt5s]{justify-content:flex-start}.reverse[data-astro-cid-jlu7nt5s] .feature-grid[data-astro-cid-jlu7nt5s]{direction:ltr}.feature-visual[data-astro-cid-jlu7nt5s]{max-width:560px}}@media(max-width:768px){.feature-title[data-astro-cid-jlu7nt5s]{font-size:clamp(1.65rem,8vw,2.2rem)}.feature-description[data-astro-cid-jlu7nt5s]{font-size:.95rem;margin-bottom:1.2rem}.feature-list[data-astro-cid-jlu7nt5s]{margin-bottom:1.2rem}.feature-list[data-astro-cid-jlu7nt5s] li[data-astro-cid-jlu7nt5s]{font-size:.9rem;margin-bottom:.45rem}.feature-visual[data-astro-cid-jlu7nt5s]{display:none}}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.impact[data-astro-cid-kenr2scj]{padding-top:var(--spacing-lg)}.section-title[data-astro-cid-kenr2scj]{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:1.8rem;max-width:620px;letter-spacing:-.01em}.stats-grid[data-astro-cid-kenr2scj]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stat-item[data-astro-cid-kenr2scj]{padding:1.25rem;border-radius:0;border:0;background:transparent;transition:transform .2s ease,border-color .2s ease;animation:fadeIn .9s ease both}.stat-item[data-astro-cid-kenr2scj]:hover{transform:translateY(-3px)}.stat-number[data-astro-cid-kenr2scj]{display:block;font-size:clamp(2.2rem,5vw,3.2rem);font-weight:700;margin-bottom:.4rem;color:var(--color-text)}.stat-label[data-astro-cid-kenr2scj]{font-size:.95rem;color:var(--color-muted);font-weight:500}@media(max-width:768px){.section-title[data-astro-cid-kenr2scj]{font-size:clamp(1.5rem,7vw,1.9rem);margin-bottom:1.1rem}.stats-grid[data-astro-cid-kenr2scj]{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.stat-item[data-astro-cid-kenr2scj]{padding:.85rem .25rem}.stat-number[data-astro-cid-kenr2scj]{font-size:clamp(1.6rem,8vw,2.1rem)}.stat-label[data-astro-cid-kenr2scj]{font-size:.82rem;line-height:1.35}}@media(max-width:420px){.stats-grid[data-astro-cid-kenr2scj]{grid-template-columns:1fr}}footer[data-astro-cid-sz7xmlte]{background-color:transparent;padding-top:var(--spacing-xl);border-top:1px solid var(--color-border)}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr 1.4fr;gap:var(--spacing-lg);margin-bottom:2.2rem}.footer-logo[data-astro-cid-sz7xmlte]{font-size:1rem;font-weight:600;letter-spacing:.18em;margin-bottom:1rem}.footer-tagline[data-astro-cid-sz7xmlte]{color:var(--color-muted);max-width:360px;font-size:.95rem}.footer-links[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}.link-group[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;color:var(--color-text)}.link-group[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none}.link-group[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.75rem}.link-group[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.88rem;color:var(--color-muted)}.link-group[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--color-text)}.footer-bottom[data-astro-cid-sz7xmlte]{padding:1.2rem 0 2rem;border-top:1px solid var(--color-border);text-align:center;font-size:.8rem;color:var(--color-muted)}@media(max-width:768px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:1.4rem;margin-bottom:1.6rem}.footer-tagline[data-astro-cid-sz7xmlte]{max-width:100%;font-size:.9rem}.footer-links[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:.8rem}.link-group[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{margin-bottom:.65rem}.link-group[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.45rem}}@media(max-width:420px){.footer-links[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}}main[data-astro-cid-j7pv25f6]{width:100%}
