:root{--ink:#153c37;--muted:#5d6c67;--paper:#fffdf8;--wash:#f5eee1;--line:#d8dfd7;--sun:#e7ae42;--deep:#123631}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:ui-rounded,"Avenir Next",Avenir,"Segoe UI",sans-serif;font-size:16px;line-height:1.55}.wrap{width:min(100% - 2.25rem,68rem);margin:auto}header{padding:1.1rem 0;border-bottom:1px solid var(--line);background:rgba(255,253,248,.96);position:sticky;top:0;z-index:2}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-weight:800;font-size:1.35rem;letter-spacing:-.05em;color:var(--ink);text-decoration:none}.navlinks{display:flex;gap:.3rem;align-items:center}.navlinks a{color:var(--ink);text-decoration:none;padding:.45rem .55rem;font-size:.9rem;border-radius:.5rem}.navlinks a:hover,.navlinks a[aria-current="page"]{background:var(--wash)}.hero{padding:4.5rem 0 3.5rem;display:grid;gap:2.25rem}.eyebrow{font-size:.82rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase;color:#936819;margin:0 0 .8rem}.hero h1{font-size:clamp(2.4rem,9vw,5rem);line-height:1.02;letter-spacing:-.065em;margin:0;max-width:11ch}.intro{font-size:1.15rem;max-width:36rem;margin:1.25rem 0 0;color:#3e514b}.notice{background:var(--deep);color:#fffdf8;border-radius:1.25rem;padding:1.35rem;box-shadow:0 18px 40px rgba(18,54,49,.12)}.notice strong{display:block;font-size:1.1rem;margin-bottom:.35rem}.notice p{margin:0;color:#e2eee9}.block{padding:3.5rem 0;border-top:1px solid var(--line)}h2{font-size:clamp(1.7rem,6vw,2.6rem);line-height:1.1;letter-spacing:-.045em;margin:0 0 1.1rem;max-width:18ch}.lead{font-size:1.08rem;max-width:42rem;color:#3e514b}.steps{display:grid;gap:1rem;margin-top:1.6rem}.card{padding:1.3rem;border:1px solid var(--line);border-radius:1rem;background:#fff}.card .number{display:inline-flex;width:2rem;height:2rem;border-radius:50%;background:var(--wash);align-items:center;justify-content:center;font-weight:800;margin-bottom:.8rem}.card h3{margin:0 0 .35rem;font-size:1.15rem}.card p{margin:0;color:var(--muted)}.truth{background:var(--wash)}.truth-inner{padding:3.5rem 0}.quote{font-size:1.25rem;line-height:1.4;max-width:45rem;margin:1.25rem 0 0;font-weight:650}.result-list{padding-left:1.15rem;max-width:43rem}.result-list li{padding:.3rem 0}.smallprint{font-size:.94rem;color:var(--muted);max-width:46rem}.pricing{display:grid;gap:1rem;margin-top:1.5rem}.price-card{padding:1.35rem;border-radius:1rem;border:1px solid var(--line);background:#fff}.price-card.featured{border:2px solid var(--sun)}.price-card h3,.price-card p{margin:.1rem 0}.price{font-size:1.55rem;font-weight:800;letter-spacing:-.04em}.page-head{padding:3.5rem 0 2rem;border-bottom:1px solid var(--line)}.page-head h1{font-size:clamp(2.25rem,8vw,4rem);letter-spacing:-.06em;line-height:1.05;margin:0 0 .8rem}.prose{padding:2.5rem 0 4rem;max-width:45rem}.prose h2{font-size:1.55rem;margin-top:2.5rem;max-width:none}.prose p,.prose li{color:#314740}.prose ul{padding-left:1.2rem}.contact-box{margin:2rem 0;padding:1.4rem;border-radius:1rem;background:var(--wash);max-width:40rem}footer{background:var(--deep);color:#e7f0eb;padding:2rem 0;font-size:.9rem}footer .footer-inner{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}footer a{color:#fffdf8}@media(min-width:720px){.hero{grid-template-columns:1.3fr .7fr;align-items:end;padding:7rem 0 5rem}.steps{grid-template-columns:repeat(3,1fr)}.pricing{grid-template-columns:repeat(2,1fr)}}
