@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{color-scheme:dark;--bg: #090c15;--surface: #11172a;--surface-2: #0f2138;--text: #e8f0ff;--muted: #a6b7d6;--accent: #2ed0ff;--accent-2: #75ffbf;--line: rgba(154, 189, 255, .24);--shadow: 0 20px 60px rgba(0, 4, 12, .4)}html[data-theme=light]{color-scheme:light;--bg: #dfe7f1;--surface: #f7fbff;--surface-2: #ecf3fb;--text: #0f223d;--muted: #2f4869;--accent: #1487c7;--accent-2: #23b68f;--line: rgba(32, 74, 120, .26);--shadow: 0 18px 40px rgba(23, 42, 67, .12)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:radial-gradient(circle at 80% 0%,rgba(46,208,255,.16),transparent 30%),radial-gradient(circle at 20% 0%,rgba(117,255,191,.14),transparent 35%),var(--bg);color:var(--text);font-family:Space Grotesk,IBM Plex Sans,Segoe UI,sans-serif;scroll-behavior:smooth}html[data-theme=light] body{background:radial-gradient(circle at 80% 0%,rgba(20,135,199,.08),transparent 36%),radial-gradient(circle at 20% 0%,rgba(35,182,143,.07),transparent 38%),var(--bg)}main{min-height:100vh;position:relative}.container{width:min(1120px,92vw);margin:0 auto}.section{padding:2.25rem 0}.lang-toggle{position:fixed;top:.8rem;right:.9rem;z-index:60;display:inline-flex;gap:.3rem;padding:.3rem;border-radius:999px;border:1px solid rgba(154,189,255,.22);background:#0a101ebd;backdrop-filter:blur(6px)}.theme-toggle{position:fixed;top:3.35rem;right:.9rem;z-index:60;display:inline-flex;gap:.3rem;padding:.3rem;border-radius:999px;border:1px solid rgba(154,189,255,.22);background:#0a101ebd;backdrop-filter:blur(6px)}.lang-btn{text-decoration:none;color:#acc1e2;font-size:.8rem;line-height:1;border-radius:999px;padding:.42rem .56rem;border:1px solid transparent}.lang-btn:hover,.lang-btn:focus-visible{color:#dcecff}.lang-btn.is-active{color:#ecf7ff;border-color:#9abdff57;background:#2ed0ff1f}.theme-btn{border:1px solid transparent;border-radius:999px;background:transparent;color:#acc1e2;font-size:.78rem;line-height:1;padding:.42rem .56rem;cursor:pointer;font-family:inherit}.theme-btn:hover,.theme-btn:focus-visible{color:#dcecff}.theme-btn.is-active{color:#ecf7ff;border-color:#9abdff57;background:#2ed0ff1f}html[data-theme=light] .lang-toggle,html[data-theme=light] .theme-toggle{border-color:#29548233;background:#f6fbffdb}html[data-theme=light] .lang-btn,html[data-theme=light] .theme-btn{color:#466084}html[data-theme=light] .lang-btn:hover,html[data-theme=light] .theme-btn:hover,html[data-theme=light] .lang-btn:focus-visible,html[data-theme=light] .theme-btn:focus-visible{color:#122b4f}html[data-theme=light] .lang-btn.is-active,html[data-theme=light] .theme-btn.is-active{color:#143f6d;border-color:#1487c747;background:#1487c724}.toc-panel{position:fixed;left:1rem;top:50%;transform:translateY(calc(-50% + 80px));z-index:35;width:min(150px,24vw);padding:.72rem .7rem .78rem;border-radius:14px;border:1px solid rgba(154,189,255,.2);background:#0a101eb3;backdrop-filter:blur(4px);color:#b8cae4;font-size:.88rem;opacity:0;pointer-events:none;transition:opacity .5s ease,transform .58s cubic-bezier(.16,.84,.24,1)}.toc-panel.is-mounted{opacity:1;pointer-events:auto;transform:translateY(-50%)}.toc-panel-title{margin:0 0 .55rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:#8ea4c4}.toc-panel-nav{display:grid;gap:.35rem;border-left:1px solid rgba(154,189,255,.28);padding-left:.7rem}.toc-panel-nav a{color:#9fb3d1;text-decoration:none;position:relative;padding-left:.72rem;line-height:1.35;transition:color .2s ease,transform .2s ease}.toc-panel-nav a:before{content:"";position:absolute;left:0;top:.56em;width:.38rem;height:1px;background:#9abdff85}.toc-panel-nav a:hover,.toc-panel-nav a:focus-visible{color:#d4e6ff}.toc-panel-nav a.is-active{color:#e3f2ff;transform:translate(2px)}.toc-panel-nav a.is-active:before{background:linear-gradient(90deg,var(--accent),var(--accent-2))}.hero-stage{position:relative;margin-top:.7rem;border:1px solid rgba(154,189,255,.26);overflow:hidden;isolation:isolate}.hero-stage:after{content:"";position:absolute;inset:0;background-image:var(--hero-bg);background-size:cover;background-position:center;background-repeat:no-repeat;filter:saturate(.62) brightness(.55) contrast(.86);transform:scale(1.02);z-index:0}.hero-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 16%,rgba(117,255,191,.08),transparent 36%),linear-gradient(180deg,#090c159e,#090c15d1 62%,#090c15eb),linear-gradient(90deg,#090c15d1,#090c159e);z-index:1}html[data-theme=light] .hero-stage:before{background:linear-gradient(180deg,#dfe7f1c7,#dfe7f1e0 62%,#dfe7f1f0),linear-gradient(90deg,#dfe7f1b8,#dfe7f194)}html[data-theme=light] .hero-stage:after{filter:saturate(.42) brightness(.5) contrast(.9)}html[data-theme=light] h1{text-shadow:0 6px 16px rgba(18,39,67,.18)}.hero{position:relative;z-index:2;padding-top:3.2rem;padding-bottom:3rem}.hero-grid{display:grid;gap:2rem;grid-template-columns:1.3fr 1fr;align-items:start}.label{margin:0;font-family:IBM Plex Mono,JetBrains Mono,monospace;color:var(--accent);letter-spacing:.06em;text-transform:uppercase;font-size:.84rem}h1{margin:.9rem 0 1rem;font-size:clamp(2rem,4.2vw,3.6rem);line-height:1.1;text-shadow:0 8px 24px rgba(0,0,0,.5)}h2{margin:0 0 1.4rem;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.2}h3{margin-top:0;line-height:1.25}.lead{margin:0;color:var(--muted);max-width:60ch;line-height:1.65;text-shadow:0 4px 16px rgba(0,0,0,.42)}html[data-theme=light] .lead,html[data-theme=light] .quick-points,html[data-theme=light] .hero-card ul{color:#2c4463}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.scroll-cue{margin-top:1.2rem;display:inline-flex;align-items:center;gap:.45rem;color:#b2c4df;text-decoration:none;font-size:.9rem;border-bottom:1px dashed rgba(154,189,255,.36);padding-bottom:.2rem}html[data-theme=light] .scroll-cue{color:#39587d;border-bottom-color:#29548252}.scroll-cue-arrow{display:inline-block;animation:cue-bounce 1.5s ease-in-out infinite}@keyframes cue-bounce{0%,to{transform:translateY(0);opacity:.85}50%{transform:translateY(5px);opacity:1}}.quick-points{margin:1.4rem 0 0;padding-left:1.2rem;color:var(--muted);line-height:1.65}.hero-card,.card,.faq-list details,.modal-panel{border:1px solid var(--line);background:linear-gradient(180deg,#ffffff05,#ffffff03);border-radius:16px;box-shadow:var(--shadow)}.section-shell{border:1px solid var(--line);border-radius:18px;padding:1.25rem;background:linear-gradient(180deg,#090c1566,#090c152e);transition:opacity .55s ease,transform .55s ease}html[data-theme=light] .toc-panel{border-color:#274f7a4d;background:#f7fbffdb;color:#304c70}html[data-theme=light] .toc-panel-title{color:#486687}html[data-theme=light] .toc-panel-nav{border-left-color:#274f7a42}html[data-theme=light] .toc-panel-nav a{color:#355478}html[data-theme=light] .toc-panel-nav a:before{background:#274f7a7a}html[data-theme=light] .toc-panel-nav a:hover,html[data-theme=light] .toc-panel-nav a:focus-visible,html[data-theme=light] .toc-panel-nav a.is-active{color:#173a64}html[data-theme=light] .hero-card,html[data-theme=light] .card,html[data-theme=light] .faq-list details,html[data-theme=light] .modal-panel,html[data-theme=light] .section-shell,html[data-theme=light] .benefit-card{background:linear-gradient(180deg,#f7fbffe6,#ecf3fbdb);border-color:#274f7a3d}html[data-theme=light] .hero-card{backdrop-filter:blur(2px)}html[data-theme=light] .section-head{border-bottom-color:#274f7a3d}html[data-theme=light] .btn-secondary{background:#f7fbffc7;border-color:#274f7a47}.section-shell.js-reveal-card{opacity:1;transform:translateY(0)}.section-shell.js-reveal-card.reveal-ready{opacity:0;transform:translateY(58px)}.section-shell.js-reveal-card.reveal-ready.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.section-shell.js-reveal-card.reveal-ready{opacity:1;transform:none;transition:none}.scroll-cue-arrow{animation:none}}.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;border-bottom:1px dashed rgba(154,189,255,.35);margin-bottom:1rem;padding-bottom:.75rem}.back-link{color:var(--accent);text-decoration:none;font-size:.9rem;white-space:nowrap}.back-link:hover{color:var(--accent-2)}.section-shell p{line-height:1.7;color:var(--muted)}.hero-card{padding:1.25rem 1.25rem 1.25rem 1.4rem;background:#090c15ad;backdrop-filter:blur(2px)}.hero-card ul{margin:.6rem 0 0;padding-left:1.1rem;color:var(--muted);line-height:1.6}.card-title{margin:0;font-weight:600}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.benefit-card{border:1px solid var(--line);border-radius:14px;padding:1rem;background:#0f21386b}.benefit-card h3{margin-bottom:.5rem}.benefit-card p{margin:0;color:var(--muted);line-height:1.6}.card{padding:1.2rem}.card p{margin:.6rem 0 0;color:var(--muted);line-height:1.6}.steps{margin:0;padding-left:1.2rem;display:grid;gap:.9rem}.steps p{margin:.35rem 0 0;color:var(--muted);line-height:1.6}.faq-list{display:grid;gap:.8rem}.faq-list details{padding:1rem 1.1rem}.faq-list summary{cursor:pointer;font-weight:600}.faq-list p{margin:.75rem 0 0;color:var(--muted);line-height:1.6}.section-cta{padding-top:1.2rem}.cta-wrap{padding:.2rem 0 .1rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.cta-wrap p{margin:.5rem 0 0;color:var(--muted)}.cta-actions{display:flex;flex-wrap:wrap;gap:.75rem}.privacy p{color:var(--muted);line-height:1.7;margin:.5rem 0 0}.btn{border:1px solid transparent;border-radius:999px;padding:.68rem 1.05rem;text-decoration:none;cursor:pointer;font-weight:600;font:inherit;transition:transform .15s ease,border-color .15s ease,background .2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#07101d}.btn-secondary{border-color:var(--line);color:var(--text);background:#ffffff05}.modal{position:fixed;inset:0;display:none;z-index:50}.modal[aria-hidden=false]{display:block}.modal-backdrop{position:absolute;inset:0;background:#0009}.modal-panel{position:relative;width:min(620px,92vw);margin:5vh auto 0;padding:1.2rem;background:var(--surface)}.modal-close{position:absolute;right:.75rem;top:.5rem;font-size:1.5rem;line-height:1;border:0;background:transparent;color:var(--text);cursor:pointer}.modal-text{color:var(--muted);margin-top:.5rem}.lead-form{display:grid;gap:.75rem}.lead-form label{display:grid;gap:.4rem;font-size:.95rem}.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:.65rem .75rem;background:var(--surface-2);color:var(--text);font:inherit}.lead-form textarea{resize:vertical}.form-status{min-height:1.2em;margin:0;color:var(--muted);font-size:.93rem}@media(max-width:900px){.hero-grid,.cards,.benefits-grid{grid-template-columns:1fr}.section-head{flex-direction:column;align-items:flex-start}.hero-stage{margin-top:.45rem}.hero{padding-top:2.1rem;padding-bottom:2rem}.cta-wrap{flex-direction:column;align-items:flex-start}.section{padding:1.6rem 0}}
