:root{--bg:#ffffff;--text:#0f172a;--muted:#f5f7fb;--border:#e5e7eb;--primary:#111827}*{box-sizing:border-box}#__next,body,html{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 24px}.header{position:-webkit-sticky;position:sticky;top:0;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);background:rgba(255,255,255,.8);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{font-weight:700;letter-spacing:.2px}.nav a{color:#4b5563;text-decoration:none;margin-left:20px}.nav a:hover{color:#111827}.hero{padding:80px 0 48px}.hero-inner{text-align:center}.hero h1{font-size:40px;line-height:1.1;margin:0 0 16px}.hero p{color:#374151;margin:0 auto 24px;max-width:680px}.cta-row{display:inline-flex;gap:12px;margin-top:8px}.btn{padding:12px 16px;border-radius:8px;font-weight:600;text-decoration:none;border:1px solid var(--border);color:var(--text)}.btn-primary{background:#111827;color:white;border-color:#111827}.btn-primary:hover{opacity:.95}.btn-ghost{background:white}.hero-card{margin:28px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;padding:16px;border:1px solid var(--border);border-radius:12px;max-width:900px}.hero-metric{display:grid;grid-gap:4px;gap:4px}.metric{font-weight:700}.caption{color:#6b7280;font-size:14px}.section{padding:64px 0}.section.muted{background:var(--muted)}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.card{border:1px solid var(--border);border-radius:12px;padding:20px;background:white}.card h3{margin:0 0 8px}.card p{color:#374151;margin:0}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.step{display:flex;align-items:center;gap:10px;padding:16px;border:1px dashed var(--border);border-radius:12px;background:white;justify-content:center}.badge{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#111827;color:white;font-size:14px;font-weight:700}.benefit h4{margin:0 0 6px}.benefit p{color:#374151;margin:0}.cta{text-align:center}.cta h2{margin:0 0 8px}.cta p{color:#374151;margin:0 0 16px}.footer{border-top:1px solid var(--border);background:white}.footer-inner{display:flex;align-items:center;justify-content:space-between;padding:20px 0}.footer-links a{color:#4b5563;text-decoration:none;margin-left:16px}.footer-links a:hover{color:#111827}@media (max-width:900px){.grid-3,.hero-card,.steps{grid-template-columns:1fr}.header-inner{height:auto;padding:12px 0;flex-direction:column;gap:8px}}