:root{
  --green:#69973d; --green-dark:#4f7e2f; --soft:#f3f8ee; --cream:#fffaf0; --text:#1f2a1d; --muted:#62705d; --line:#dfe8d8; --white:#fff;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.5} img{max-width:100%;display:block}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.hero{background:radial-gradient(circle at top right,#e8f3df 0,#fff 45%,#f8fbf5 100%);padding:34px 0 42px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#edf6e7;color:var(--green-dark);font-weight:800;border-radius:999px;padding:8px 13px;font-size:14px;margin-bottom:14px}.hero h1{font-size:56px;line-height:.98;margin:0 0 18px;letter-spacing:-1.8px}.lead{font-size:21px;line-height:1.35;margin:0 0 18px;color:#2c3728}.note{background:#fff;border-left:4px solid var(--green);box-shadow:0 14px 35px rgba(63,89,48,.08);padding:14px 16px;border-radius:14px;margin:0 0 20px;color:#364430}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:var(--green);color:white;font-weight:850;border-radius:14px;padding:17px 24px;box-shadow:0 12px 25px rgba(105,151,61,.25);transition:.2s;min-width:250px}.btn:hover{background:var(--green-dark);transform:translateY(-1px)}.under-btn{font-size:14px;color:var(--muted);margin:12px 0 0}.hero-card{position:relative;border-radius:32px;overflow:hidden;background:#eef3eb;box-shadow:0 22px 70px rgba(25,50,20,.13);border:1px solid #e5eddf}.hero-card img{width:100%;height:520px;object-fit:cover;object-position:center top}.doctor-badge{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);padding:14px 16px;border-radius:18px;display:flex;flex-direction:column;gap:2px}.doctor-badge b{font-size:20px}.doctor-badge span{color:var(--green-dark);font-weight:700}.section{padding:58px 0}.section h2{font-size:36px;line-height:1.12;margin:0 0 16px;letter-spacing:-.8px}.section-lead{font-size:19px;color:var(--muted);margin-top:0}.pain{background:#fff}.check-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.check-list div{background:#f8fbf5;border:1px solid var(--line);border-radius:16px;padding:14px 16px;position:relative;padding-left:45px}.check-list div:before{content:'✓';position:absolute;left:16px;top:13px;width:22px;height:22px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px}.soft-green{background:var(--soft)}.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.mini-card,.quote-card{background:#fff;border-radius:24px;padding:28px;border:1px solid var(--line);box-shadow:0 18px 46px rgba(25,50,20,.07)}.accent-card b{display:block;font-size:26px;margin-bottom:8px}.accent-card span{font-size:20px;color:var(--muted)}.cards{display:grid;gap:18px}.secret-cards{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 15px 40px rgba(25,50,20,.06)}.card h3{font-size:21px;line-height:1.2;margin:10px 0 10px}.card p{color:var(--muted);margin:0}.secret{display:inline-block;text-transform:uppercase;font-size:13px;font-weight:900;color:var(--green-dark);background:#edf6e7;border-radius:999px;padding:7px 10px}.benefits{background:#fbfdf9}.four{grid-template-columns:repeat(4,1fr)}.card.small{padding:20px}.card.small h3{font-size:19px}.urgency,.final-cta{background:#fff}.callout{background:linear-gradient(135deg,#eef6e8,#fffaf0);border:1px solid var(--line);border-radius:28px;padding:34px;text-align:center}.callout p{font-size:18px;color:var(--muted);max-width:760px;margin:0 auto 22px}.about{background:#f8fbf5}.quote-card{font-size:24px;line-height:1.35;font-weight:800;color:var(--green-dark)}.form-section{background:linear-gradient(180deg,#fff,#f4f9ef)}.form-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:start}.form-copy{position:sticky;top:20px}.form-copy p{font-size:18px;color:var(--muted)}.bullets{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px}.bullets li{padding-left:28px;position:relative}.bullets li:before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:900}.form-holder{max-width:560px;margin:0 auto;width:100%}.licenses{background:#fff}.license-num{font-weight:800;color:var(--green-dark)}.license-grid{display:grid;grid-template-columns:repeat(2,minmax(0,360px));gap:18px}.license-grid img{border-radius:14px;border:1px solid var(--line);box-shadow:0 12px 32px rgba(25,50,20,.09);height:420px;width:100%;object-fit:cover;object-position:top}.tiny-center{text-align:center;color:var(--muted);font-size:13px}.footer{background:#1f2a1d;color:#dce8d6;padding:24px 0 80px;font-size:13px}.footer a{color:#dce8d6}.disclaimer{font-size:11px;line-height:1.35;color:#9fac97;max-width:980px}.sticky-cta{display:none;position:fixed;left:0;right:0;bottom:0;background:rgba(255,255,255,.94);border-top:1px solid var(--line);padding:10px 14px;z-index:20}.sticky-cta a{display:flex;justify-content:center;align-items:center;text-decoration:none;background:var(--green);color:#fff;border-radius:12px;min-height:48px;font-weight:900}
@media (max-width:900px){.hero-grid,.two-col,.form-grid{grid-template-columns:1fr}.hero{padding:22px 0 34px}.hero h1{font-size:42px}.hero-card{max-width:520px;margin:0 auto;order:-1}.hero-card img{height:420px}.secret-cards,.four{grid-template-columns:1fr 1fr}.form-copy{position:static}.section{padding:44px 0}}
@media (max-width:620px){.container{width:min(100% - 24px,1120px)}.hero-grid{gap:20px}.hero-copy{text-align:left}.hero h1{font-size:36px;letter-spacing:-1px}.lead{font-size:18px}.note{font-size:14px}.btn{width:100%;min-width:0}.hero-card{border-radius:22px}.hero-card img{height:350px;object-position:center top}.doctor-badge{left:12px;right:12px;bottom:12px;border-radius:14px;padding:12px}.section h2{font-size:28px}.check-list{grid-template-columns:1fr}.secret-cards,.four{grid-template-columns:1fr}.card{padding:20px;border-radius:20px}.callout{padding:24px 18px}.form-section{padding-bottom:74px}.license-grid{grid-template-columns:1fr}.license-grid img{height:360px}.sticky-cta{display:block}.footer{padding-bottom:86px}.quote-card{font-size:19px}.eyebrow{font-size:13px}}
