:root{--bg: #0b1220;--bg-soft: #111a2e;--surface: #15203a;--border: #243352;--text: #eef2fb;--text-muted: #a6b2cc;--accent: #3dd9c0;--accent-strong: #20b8a0;--danger: #f08a8a;--success: #6fe3a3;--radius: 14px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.55}.container{width:100%;max-width:1080px;margin:0 auto;padding:0 1.5rem}a{color:var(--accent);text-decoration:none}h1,h2,h3{line-height:1.2;font-weight:700;margin:0 0 .75rem}p{margin:0 0 1rem;color:var(--text-muted)}.eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.topbar{position:sticky;top:0;z-index:20;background:#0b1220eb;backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.topbar-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.brand{display:flex;align-items:center;gap:.6rem}.brand-mark{display:block;width:38px;height:38px;object-fit:contain}.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-copy strong{color:var(--text);font-size:1.05rem}.brand-copy span{font-size:.78rem;color:var(--text-muted)}.topnav{display:flex;align-items:center;gap:1.5rem}.topnav a{color:var(--text-muted);font-weight:500;font-size:.95rem}.topnav a:hover{color:var(--text)}.topnav a.button-primary,.topnav a.button-primary:hover{color:#06241f}.lang-switcher{display:flex;gap:.3rem}.lang-pill{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600;color:var(--text-muted);border:1px solid transparent}.lang-pill:hover{color:var(--text)}.lang-pill.active{color:var(--accent);border-color:var(--border);background:var(--surface)}.button{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.4rem;border-radius:999px;font-weight:600;font-size:.95rem;border:1px solid transparent;cursor:pointer}.button-primary{background:var(--accent);color:#06241f}.button-primary:hover{background:var(--accent-strong)}.button-secondary,.button-ghost{background:transparent;color:var(--text);border-color:var(--border)}.button-secondary:hover,.button-ghost:hover{border-color:var(--accent);color:var(--accent)}.button-row{display:flex;gap:1rem;flex-wrap:wrap;margin:1.5rem 0}.hero{padding:5rem 0 3rem;border-bottom:1px solid var(--border)}.hero-copy{max-width:720px}.hero h1{font-size:clamp(2rem,4vw,3rem)}.lead{font-size:1.1rem}.price-banner{display:inline-flex;align-items:baseline;gap:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1.25rem;margin:1rem 0}.price-banner strong{font-size:1.6rem;color:var(--accent)}.price-note{font-size:.8rem;color:var(--text-muted)}.checklist{list-style:none;margin:1rem 0;padding:0;display:grid;gap:.5rem}.checklist li{color:var(--text-muted)}.checklist li:before{content:"✓ ";color:var(--accent)}.section{padding:4rem 0;border-bottom:1px solid var(--border)}.section:last-of-type{border-bottom:none}.section-header{max-width:680px;margin-bottom:2.5rem}.section-alt{background:var(--bg-soft)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem}.feature-grid,.checklist-grid,.step-grid,.example-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.feature-card,.step-card,.example-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.step-card .step-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--accent);color:#06241f;font-weight:700;margin-bottom:.75rem}.example-card ul{margin:0;padding-left:1.1rem;color:var(--text-muted)}.honest-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem}.honest-card ul{padding-left:1.1rem}.pricing-card{max-width:480px;margin:0 auto;text-align:center}.pricing-card .price-value{font-size:2.75rem;font-weight:800;color:var(--accent);margin:.5rem 0}.pricing-card .checklist{text-align:left}.contact-section{max-width:640px}.form-grid{display:grid;gap:1rem;margin-top:1.5rem}.form-grid label{display:grid;gap:.4rem;font-size:.9rem;color:var(--text-muted)}.form-grid input,.form-grid select,.form-grid textarea{background:var(--bg-soft);border:1px solid var(--border);border-radius:8px;padding:.65rem .8rem;color:var(--text);font:inherit}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{outline:2px solid var(--accent)}.form-grid input[type=hidden]{display:none}.card-actions{display:flex;gap:1rem;align-items:center}.form-feedback{min-height:1.2rem;font-size:.9rem}.form-feedback[data-state=success]{color:var(--success)}.form-feedback[data-state=error]{color:var(--danger)}.page-hero{padding:4rem 0 1rem}.prose-card{max-width:720px}.prose-card h2{margin-top:2rem}.site-footer{padding:3rem 0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-card h3{font-size:.95rem;color:var(--text)}.footer-card ul{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}.footer-card ul li a{color:var(--text-muted)}.footer-note{text-align:center;font-size:.85rem;color:var(--text-muted);margin:0}@media(max-width:720px){.topnav{gap:.85rem}.topnav a:not(.button){display:none}}
