@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--bg:#f5f7fb;--surface:#fff;--text:#0f172a;--muted:#64748b;--line:#e2e8f0;--brand:#4f46e5;--brand-strong:#4338ca;--brand-soft:#eef2ff;--max:1060px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Manrope,Segoe UI,sans-serif;line-height:1.55}main{min-height:100vh}.shell{width:min(100% - 2rem, var(--max));margin:0 auto}.narrow{max-width:820px}.site-header{background:var(--surface);border-bottom:1px solid var(--line)}.nav-shell{justify-content:space-between;align-items:center;gap:1rem;min-height:60px;display:flex}.brand{color:var(--text);letter-spacing:-.02em;font-size:1.95rem;font-weight:800;text-decoration:none}.top-nav{align-items:center;gap:1rem;display:flex}.top-nav a{color:var(--muted);font-size:.98rem;font-weight:600;text-decoration:none;transition:color .18s}.top-nav a:hover{color:var(--text)}.top-nav a:last-child{color:var(--brand)}.hero{padding:5.8rem 0 4.1rem}.hero-shell{text-align:center;max-width:720px}.eyebrow{background:var(--brand-soft);width:fit-content;color:var(--brand);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;margin:0 auto;padding:.42rem .88rem;font-size:.79rem;font-weight:700}h1,h2,h3{letter-spacing:-.03em;margin:0;line-height:1.14}h1{margin-top:1.55rem;font-size:clamp(2.45rem,7vw,4.2rem);font-weight:800}.hero-copy{max-width:610px;color:var(--muted);margin:1.45rem auto 0;font-size:clamp(1.05rem,2.5vw,1.12rem)}.cta-row{flex-wrap:wrap;justify-content:center;gap:.7rem;margin-top:2rem;display:flex}.button{border:1px solid var(--brand);color:#fff;background:var(--brand);border-radius:.6rem;justify-content:center;align-items:center;padding:.78rem 1.55rem;font-size:1.02rem;font-weight:700;text-decoration:none;transition:transform .16s,background-color .16s;display:inline-flex}.button:hover{background:var(--brand-strong);transform:translateY(-1px)}.button-ghost{background:var(--surface);color:#334155;border-color:#d1d5db}.button-ghost:hover{background:#f8fafc}.button[aria-disabled=true],.top-nav a[aria-disabled=true]{opacity:.5;pointer-events:none}.button:focus-visible,.top-nav a:focus-visible,.brand:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.config-note{color:#b45309;margin-top:.75rem;font-size:.89rem}.section-divider{width:min(100% - 2rem, var(--max));border-top:1px solid var(--line);margin:0 auto}.section{padding:4.2rem 0}.section-head{text-align:center;margin-bottom:2rem}.section-head h2{font-size:clamp(2rem,4.8vw,3rem);font-weight:800}.section-head p{color:var(--muted);max-width:620px;margin:.75rem auto 0;font-size:1.05rem}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;display:grid}.card{border:1px solid var(--line);background:var(--surface);border-radius:.95rem;padding:1.5rem}.feature-icon{background:var(--brand-soft);width:2.5rem;height:2.5rem;color:var(--brand);border-radius:.6rem;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1rem;font-weight:700;display:inline-flex}.card h3{font-size:1.42rem;font-weight:800}.card p{color:var(--muted);margin:.7rem 0 0}.steps{counter-reset:step;gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.steps li{border:1px solid var(--line);background:var(--surface);color:#334155;border-radius:.8rem;padding:.9rem 1rem .9rem 3rem;position:relative}.steps li:before{counter-increment:step;content:counter(step);background:var(--brand-soft);width:1.45rem;height:1.45rem;color:var(--brand);border-radius:999px;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:inline-flex;position:absolute;top:.75rem;left:.9rem}.integrations ul{flex-wrap:wrap;justify-content:center;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.integrations li{color:#334155;background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;padding:.46rem .9rem;font-size:.9rem;font-weight:600}.final-cta{text-align:center;padding-top:2.8rem}.final-cta h2{font-size:clamp(1.75rem,4.1vw,2.55rem);font-weight:800}.final-cta p{color:var(--muted);margin:.8rem auto 0}.final-cta .button{margin-top:1.35rem}.site-footer{border-top:1px solid var(--line);background:#f8fafc;margin-top:3.5rem}.footer-shell{min-height:84px;color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;font-size:.92rem;display:flex}@media (max-width:940px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.top-nav{gap:.7rem}.top-nav a{font-size:.88rem}.hero{padding-top:4.3rem}.feature-grid{grid-template-columns:1fr}.section{padding:3rem 0}.footer-shell{text-align:center;flex-direction:column;justify-content:center;padding:1.1rem 0}}@media (max-width:540px){.top-nav a:first-child,.top-nav a:nth-child(2),.top-nav a:nth-child(3){display:none}.brand{font-size:1.6rem}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}
