:root{--green:#1a5b34;--dark:#0b2f1a;--pink:#ec5597;--soft:#f3f8f4;--muted:#647268;--border:#dce8df}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--soft);color:var(--dark);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.site-header{height:72px;padding:0 max(20px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:10px;color:var(--green);font-size:20px;font-weight:850}.brand img{width:52px;height:52px;object-fit:contain}.phone{display:grid;text-align:right;color:var(--green);font-weight:850}.phone small{color:var(--muted);font-size:10px;font-weight:600}.hero{padding:58px max(20px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:1.4fr .6fr;gap:50px;align-items:center;background:linear-gradient(135deg,#124526,#1a6a3a);color:#fff}.hero h1{margin:8px 0 14px;font-size:clamp(48px,8vw,86px);line-height:.95;letter-spacing:-.055em}.hero-copy>p:not(.eyebrow){max-width:650px;margin:0;color:rgba(255,255,255,.82);font-size:18px;line-height:1.55}.eyebrow{margin:0;color:#ff91bf;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.11em}.trust{margin-top:28px;display:flex;flex-wrap:wrap;gap:18px;color:#fff;font-size:12px;font-weight:700}.trust span::first-letter{color:#ff91bf}.hero-card{padding:26px;display:grid;gap:9px;background:#fff;color:var(--dark);border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.18)}.hero-card b{color:var(--green);font-size:19px}.hero-card span{color:var(--muted);font-size:13px;line-height:1.5}.hero-card a{margin-top:10px;padding:14px;border-radius:9px;background:var(--pink);color:#fff;text-align:center;font-weight:850}.steps{width:min(1180px,calc(100% - 32px));margin:-20px auto 34px;padding:17px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 8px 24px rgba(7,54,28,.08)}.steps article{padding:12px;display:flex;align-items:center;gap:12px}.steps strong{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff}.steps div{display:grid;gap:3px}.steps b{color:var(--green);font-size:13px}.steps span{color:var(--muted);font-size:11px}.scheduler-section{width:min(1060px,calc(100% - 28px));margin:0 auto 50px}.section-heading{text-align:center;margin-bottom:24px}.section-heading h2{margin:8px 0 8px;color:var(--green);font-size:clamp(28px,4vw,42px);letter-spacing:-.035em}.section-heading>p:last-child{margin:0;color:var(--muted)}.scheduler-frame{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 28px rgba(7,54,28,.08)}.scheduler-frame iframe{display:block;width:100%;min-height:1100px;border:0}.scheduler-help{text-align:center;color:var(--muted);font-size:12px}.scheduler-help a{color:var(--pink);font-weight:800}footer{padding:22px;text-align:center;background:#fff;border-top:1px solid var(--border);color:var(--muted);font-size:11px}footer a{color:var(--green);font-weight:800}@media(max-width:760px){.hero{padding:38px 18px 50px;grid-template-columns:1fr;gap:28px}.hero h1{font-size:52px}.hero-copy>p:not(.eyebrow){font-size:15px}.steps{grid-template-columns:1fr;margin-top:-18px}.scheduler-frame iframe{min-height:1200px}}@media(max-width:480px){.site-header{height:64px;padding:0 13px}.brand img{width:44px;height:44px}.brand span,.phone small{display:none}.hero h1{font-size:46px}.trust{gap:10px;font-size:10px}.scheduler-section{width:calc(100% - 16px)}}