:root{--teal:#1d617a;--teal-dark:#164b5f;--teal-soft:#e6eff2;--tan:#d8cfc0;--tan-soft:#f3efe8;--ink:#2e2e2e;--soft:#6e6a66;--line:#e4ded4;--white:#fff;--max:1080px;--radius:16px;--font-head:"Poppins", "Segoe UI", Arial, sans-serif;--font-body:"Nunito Sans", "Segoe UI", Arial, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--ink);background:var(--white);margin:0;font-size:1.2rem;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:var(--teal);text-underline-offset:3px}a:hover{color:var(--teal-dark)}h1,h2,h3{font-family:var(--font-head);color:var(--teal);margin:0 0 .5em;line-height:1.15}h1{font-size:clamp(2.6rem,6vw,3.9rem);font-weight:700}h2{font-size:clamp(1.9rem,4vw,2.5rem);font-weight:700}h3{color:var(--ink);font-size:1.35rem;font-weight:600}p{margin:0 0 1em}.kicker{font-family:var(--font-head);letter-spacing:3px;text-transform:uppercase;color:var(--teal);margin-bottom:.4rem;font-size:.95rem;font-weight:700}.container{width:min(var(--max), 100% - 2.5rem);margin-inline:auto}.section{padding:4rem 0}.section--tan{background:var(--tan-soft)}.section--teal{background:var(--teal);color:var(--white)}.section--teal h2,.section--teal .kicker,.section--teal a{color:var(--white)}.lead{font-size:1.35rem}.muted{color:var(--soft)}.small{font-size:1rem}.skip{background:var(--teal);color:#fff;z-index:100;padding:.5rem 1rem;position:absolute;top:0;left:-999px}.skip:focus{top:1rem;left:1rem}.site-header{border-bottom:1.5px solid var(--tan);background:var(--white);z-index:50;position:sticky;top:0}.site-header .container{justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 0;display:flex}.brand{font-family:var(--font-head);color:var(--teal);white-space:nowrap;align-items:center;gap:.6rem;font-size:1.35rem;font-weight:700;text-decoration:none;display:flex}.brand img{border-radius:50%;width:40px;height:40px}.site-nav{gap:1.5rem;display:none}.site-nav a{color:var(--ink);font-size:1.05rem;font-weight:700;text-decoration:none}.site-nav a:hover{color:var(--teal)}.phone-pill{background:var(--teal);color:#fff;font-family:var(--font-head);white-space:nowrap;border-radius:999px;padding:.55rem 1rem;font-size:1.05rem;font-weight:700;text-decoration:none}.phone-pill:hover{background:var(--teal-dark);color:#fff}@media (width>=1000px){.site-nav{display:flex}}@media (width<=520px){.brand{font-size:1.15rem}.brand img{width:32px;height:32px}.phone-pill{padding:.5rem .8rem;font-size:.95rem}}.hero{padding:3.5rem 0 3rem}.hero .container{align-items:center;gap:2.5rem;display:grid}@media (width>=800px){.hero .container{grid-template-columns:1.4fr 1fr}}.hero__photo{aspect-ratio:1;border:6px solid var(--teal);object-fit:cover;border-radius:50%;width:min(320px,70vw);margin-inline:auto}.hero .tag{color:#3b3b3b;margin-bottom:1.2rem;font-size:1.5rem}.cta-row{flex-wrap:wrap;align-items:center;gap:.8rem 1.2rem;margin-top:1.4rem;display:flex}.btn{font-family:var(--font-head);border:2px solid var(--teal);border-radius:12px;padding:.85rem 1.5rem;font-size:1.15rem;font-weight:700;text-decoration:none;display:inline-block}.btn--primary{background:var(--teal);color:#fff}.btn--primary:hover{background:var(--teal-dark);border-color:var(--teal-dark);color:#fff}.btn--ghost{color:var(--teal);background:0 0}.btn--ghost:hover{background:var(--teal-soft)}.banner{background:var(--teal);color:#fff;border-radius:var(--radius);padding:1.4rem 2rem;text-decoration:none;display:inline-block}.banner .label{font-size:1.25rem;font-weight:800}.banner .num{font-family:var(--font-head);letter-spacing:1px;color:#fff;font-size:clamp(2rem,6vw,3rem);font-weight:700;line-height:1.1}.banner:hover{background:var(--teal-dark);color:#fff}.grid{gap:1.4rem;display:grid}@media (width>=700px){.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--white);border:1.5px solid var(--line);border-radius:var(--radius);padding:1.6rem}.card h3{margin-top:0}.card p:last-child{margin-bottom:0}.section--tan .card{border-color:var(--tan)}.steps{counter-reset:step;gap:1.2rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=800px){.steps{grid-template-columns:repeat(4,1fr)}}.steps li{counter-increment:step;background:var(--white);border-radius:var(--radius);border:1.5px solid var(--tan);padding:1.4rem}.steps li:before{content:counter(step);background:var(--teal);color:#fff;width:2.4rem;height:2.4rem;font-family:var(--font-head);border-radius:50%;place-items:center;margin-bottom:.7rem;font-size:1.2rem;font-weight:700;display:inline-grid}.steps h3{margin-bottom:.3rem}.steps p{margin:0}.price{font-family:var(--font-head);color:#242424;font-size:clamp(2.4rem,6vw,3.2rem);font-weight:700;line-height:1.1}.price-note{color:#77726d;font-size:1.2rem;font-style:italic}.promise{color:var(--teal);margin:1.4rem 0;font-size:1.35rem;font-style:italic;font-weight:800}.split{align-items:start;gap:2rem;display:grid}@media (width>=850px){.split{grid-template-columns:1fr 1fr}}.split--photo{grid-template-columns:1fr}@media (width>=850px){.split--photo{grid-template-columns:300px 1fr}}.about__photo{border-radius:var(--radius);border:4px solid var(--tan);width:260px}.callout{background:var(--teal-soft);border-left:6px solid var(--teal);border-radius:0 var(--radius) var(--radius) 0;margin:1.5rem 0;padding:1.2rem 1.5rem}.callout p:last-child{margin-bottom:0}.checks{margin:0 0 1rem;padding:0;list-style:none}.checks li{margin-bottom:.6rem;padding-left:2rem;position:relative}.checks li:before{content:"✓";color:var(--teal);font-weight:800;position:absolute;top:0;left:0}.faq details{border-bottom:1.5px solid var(--line);padding:.9rem 0}.faq summary{cursor:pointer;font-family:var(--font-head);color:var(--ink);justify-content:space-between;gap:1rem;font-size:1.2rem;font-weight:600;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--teal);font-size:1.5rem;font-weight:700;line-height:1}.faq details[open] summary:after{content:"−"}.faq details p{margin:.7rem 0 0}.form{gap:1rem;max-width:640px;display:grid}.form label{gap:.35rem;font-weight:700;display:grid}.form input,.form select,.form textarea{font:inherit;border:2px solid var(--tan);color:var(--ink);background:#fff;border-radius:10px;width:100%;padding:.8rem 1rem;font-size:1.15rem}.form input:focus,.form select:focus,.form textarea:focus{outline:3px solid var(--teal-soft);border-color:var(--teal)}.form textarea{resize:vertical;min-height:140px}.hp{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.site-footer{background:var(--tan-soft);border-top:1.5px solid var(--tan);color:var(--soft);padding:2.5rem 0;font-size:1rem}.site-footer p{margin:0 0 .5rem}.site-footer a{color:var(--teal)}.center{text-align:center}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.stack>*+*{margin-top:1rem}
