:root{--bg:#111;--surface:#1a1a18;--border:#3a3833;--text:#f3e9d2;--muted:#a89f8d;--accent:#4eb183;--brand:#2f6b4f;--gold:#d6ab4b;color-scheme:dark}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6}.wrap{max-width:68ch;margin:0 auto;padding:0 1.25rem}a{color:var(--accent)}.header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;padding-bottom:1.5rem;display:flex}.brand{color:var(--text);letter-spacing:-.01em;align-items:center;gap:.6rem;font-weight:700;text-decoration:none;display:inline-flex}.brand-logo{width:auto;height:2.8rem;display:block}.brand-icon{border-radius:22%;width:2rem;height:2rem;display:none}.brand-name{display:none}@media (width<=26rem){.brand-logo{display:none}.brand-icon{display:block}.brand-name{display:inline}}nav{align-items:center;gap:1.25rem;font-size:.95rem;display:flex}nav a{color:var(--muted);text-decoration:none}nav a:hover{color:var(--text)}nav .cta{background:var(--accent);color:var(--bg);border-radius:8px;padding:.45rem .9rem;font-weight:600}h1{letter-spacing:-.02em;margin:1rem 0;font-size:clamp(2rem,6vw,3rem);line-height:1.1}h2{letter-spacing:-.01em;margin-top:3rem;font-size:1.5rem}h3{margin-bottom:.25rem;font-size:1.1rem}p{color:var(--muted)}p.lead{color:var(--text);font-size:1.15rem}table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.95rem}th,td{text-align:left;border-bottom:1px solid var(--border);padding:.5rem .75rem .5rem 0}th{color:var(--muted);font-weight:500}td+td,th+th{text-align:right}.footer{border-top:1px solid var(--border);margin-top:4rem;padding:2rem 1.25rem 3rem;font-size:.9rem}.footer .honest{color:var(--gold)}.dim{color:var(--muted);opacity:.7}.card{border:1px solid var(--border);background:var(--surface);border-radius:12px;margin:.75rem 0;padding:1rem 1.15rem;text-decoration:none;display:block}.card:hover{border-color:var(--accent)}.card h3{color:var(--text);margin-top:0}.card p,.card span{color:var(--muted);margin:.25rem 0 0;font-size:.95rem;display:block}.cta-card{text-align:center;border-color:var(--accent);margin:1.5rem 0}.cta-card h3{color:var(--accent)}.meta{color:var(--muted);font-size:.85rem}.hero-actions{flex-wrap:wrap;gap:.75rem;margin:1.5rem 0 2rem;display:flex}.btn{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;min-height:3rem;padding:0 1.25rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--accent);color:var(--bg)}.btn-quiet{border-color:var(--border);color:var(--text)}.btn-quiet:hover{border-color:var(--accent)}@media (width<=24rem){.btn{flex:100%}}.shot{margin:0 0 1rem}.shot img{border:1px solid var(--border);background:var(--bg);border-radius:12px;width:100%;height:auto;display:block}.shot figcaption{color:var(--muted);margin-top:.6rem;font-size:.9rem}.shot figcaption span{margin-top:.15rem;display:block}.steps{counter-reset:step;margin:1.5rem 0;padding:0;list-style:none}.steps li{counter-increment:step;margin-bottom:1.5rem;padding-left:2.5rem;position:relative}.steps li:before{content:counter(step);border:1px solid var(--accent);width:1.75rem;height:1.75rem;color:var(--accent);border-radius:50%;place-items:center;font-size:.85rem;font-weight:700;display:grid;position:absolute;top:.1rem;left:0}.steps h3{margin:0 0 .15rem}.steps p{margin:0}.strategy-head{align-items:center;gap:.9rem;display:flex}.strategy-head .badge{background:#0d0d0d;border-radius:22%;flex:none;width:3rem;height:3rem}.strategy-head h3{margin:0}.strategy .links{flex-wrap:wrap;gap:.5rem 1.25rem;margin-top:.75rem;font-size:.95rem;display:flex}.strategy .links a{color:var(--accent);text-decoration:none}.strategy .links a:hover{text-decoration:underline}.honest-inline{color:var(--gold);font-size:.95rem}.faq{border-bottom:1px solid var(--border);padding:.25rem 0}.faq summary{cursor:pointer;color:var(--text);align-items:center;min-height:3rem;padding:.85rem 0;font-weight:600;display:flex}.faq[open] summary{color:var(--accent)}.faq p{margin:0 0 1rem}a:focus-visible,summary:focus-visible,.btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:6px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
