@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: oklch(.16 .034 245);--card: oklch(.22 .038 245);--border: oklch(1 0 0 / .1);--fg: oklch(.93 .008 240);--muted: oklch(.65 .03 230);--brand: #4F46E5;--cta: #3b82f6;--electric: #818cf8}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--fg);font-family:Geist,Geist Variable,system-ui,sans-serif;font-feature-settings:"ss01","cv11";line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:3.5rem;background:#020e1beb;backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.header-logo{display:flex;align-items:center;gap:.625rem;font-size:1rem;font-weight:600;letter-spacing:-.02em;color:var(--fg)}.header-mark{width:24px;height:24px;flex-shrink:0;color:var(--brand)}.btn{display:inline-block;padding:.5rem 1.125rem;border-radius:.625rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s;font-family:inherit}.btn:hover{opacity:.85}.btn-outline{border:1px solid var(--brand);color:var(--brand)}.btn-primary{background:var(--cta);color:#fff;border:1px solid var(--cta)}.btn-secondary{border:1px solid var(--border);color:var(--muted)}section{padding:5rem 1.5rem;max-width:1100px;margin:0 auto}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;letter-spacing:-.02em}.section-subtitle{color:var(--muted);margin-bottom:3rem;max-width:520px;font-size:.9375rem}.hero{text-align:center;padding:7rem 1.5rem 5rem;max-width:760px;margin:0 auto}.hero-headline{font-size:clamp(2rem,5vw,3.25rem);font-weight:600;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem}.hero-headline span{color:var(--electric)}.hero-sub{font-size:1.0625rem;color:var(--muted);max-width:560px;margin:0 auto 2.5rem;line-height:1.55}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cards{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:768px){.cards{grid-template-columns:repeat(3,1fr)}}.card{background:var(--card);border:1px solid var(--border);border-radius:.875rem;padding:1.75rem}.card-step{font-family:Geist,ui-monospace,monospace;font-size:.6875rem;font-weight:500;letter-spacing:.08em;color:var(--muted);margin-bottom:1.25rem}.card-title{font-size:.9375rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.01em}.card-text{font-size:.875rem;color:var(--muted);line-height:1.55}.features-list{list-style:none;display:grid;grid-template-columns:1fr;gap:.85rem}@media(min-width:768px){.features-list{grid-template-columns:repeat(2,1fr)}}.features-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--muted)}.features-list li:before{content:"+";color:var(--cta);font-weight:600;flex-shrink:0;font-family:Geist,ui-monospace,monospace;margin-top:.05rem}.problem-section{text-align:center;max-width:680px}.problem-contrast{font-size:1.125rem;color:var(--muted);font-weight:400;margin-bottom:.875rem}.problem-heading{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;letter-spacing:-.025em;line-height:1.15;margin-bottom:1.75rem;color:var(--fg)}.problem-body{color:var(--muted);font-size:1rem;line-height:1.7;max-width:560px;margin:0 auto;text-align:left}.problem-body p+p{margin-top:1rem}.features-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:600px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:1.25rem}.feature-card-title{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--fg);letter-spacing:-.01em}.feature-card-text{font-size:.8125rem;color:var(--muted);line-height:1.6}.scenarios-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:768px){.scenarios-grid{grid-template-columns:repeat(3,1fr)}}.scenario-card{background:var(--card);border:1px solid var(--border);border-radius:.875rem;padding:1.75rem}.scenario-q{font-size:1rem;font-weight:600;color:var(--electric);margin-bottom:.875rem;letter-spacing:-.01em;line-height:1.3}.scenario-a{font-size:.875rem;color:var(--muted);line-height:1.65}.demo-section{max-width:920px}.demo-frame{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem 1.5rem 1rem;overflow:hidden}.demo-frame svg{width:100%;height:auto;display:block}.demo-legend{display:flex;gap:1.5rem;margin-top:1rem;justify-content:center}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--muted)}.legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.legend-dot-blue{background:#818cf8}.legend-dot-green{background:#34d399}.faq-section{max-width:720px}.faq-list{border:1px solid var(--border);border-radius:.875rem;overflow:hidden}details.faq-item{border-bottom:1px solid var(--border)}details.faq-item:last-child{border-bottom:none}details.faq-item summary{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.5rem;font-size:.9375rem;font-weight:500;color:var(--fg);cursor:pointer;list-style:none;user-select:none;background:var(--card);transition:background .15s}details.faq-item summary::-webkit-details-marker{display:none}details.faq-item summary:after{content:"+";font-size:1.125rem;font-weight:400;color:var(--muted);flex-shrink:0;margin-left:1rem}details.faq-item[open] summary:after{content:"−"}details.faq-item summary:hover{background:#102334}.faq-answer{padding:0 1.5rem 1.125rem;font-size:.875rem;color:var(--muted);line-height:1.65;background:var(--card)}.trust-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:600px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-item{display:flex;flex-direction:column;gap:.375rem}.trust-label{font-size:.875rem;font-weight:600;color:var(--fg)}.trust-desc{font-size:.8125rem;color:var(--muted);line-height:1.55}.cta-final{text-align:center;max-width:640px}.cta-final-heading{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:600;letter-spacing:-.025em;margin-bottom:1rem;line-height:1.15}.cta-final-sub{font-size:1rem;color:var(--muted);margin-bottom:2rem;line-height:1.6}.footer{border-top:1px solid var(--border);padding:2rem 1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.875rem;max-width:1100px;margin:0 auto}.footer-link{color:var(--cta);transition:opacity .15s}.footer-link:hover{opacity:.75}
