body{font-family:Inter,Arial,sans-serif;margin:0;background:#fbfaf6;color:#09221f}header{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:18px 6%;border-bottom:1px solid #d7eee8;background:#fff}header a{color:#007a52;text-decoration:none;font-weight:900}nav{display:flex;gap:14px;flex-wrap:wrap}nav a{font-size:14px}.wrap{width:min(1040px,calc(100% - 40px));margin:0 auto}.hero{padding:52px 0 28px;border-bottom:1px solid #d7eee8}.kicker{font-weight:900;text-transform:uppercase;color:#00875e;letter-spacing:.08em;font-size:13px}h1{font-size:clamp(34px,5vw,56px);line-height:1.06;margin:10px 0 14px}h2{font-size:clamp(24px,3vw,34px);margin:34px 0 12px}p,li{font-size:17px;line-height:1.72}.decision-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0}.decision-card{background:#fff;border:1px solid #d7eee8;border-radius:10px;padding:18px}.decision-card b{display:block;color:#007a52;margin-bottom:8px}.next-links{display:flex;gap:10px;flex-wrap:wrap;margin:26px 0}.next-links a{border:1px solid #cfe9df;border-radius:999px;padding:9px 13px;color:#007a52;text-decoration:none;font-weight:900;background:#fff}.cta{margin:42px 0 70px;padding:22px;background:#f2fff9;border-top:1px solid #d7eee8;border-bottom:1px solid #d7eee8}.btn{display:inline-block;background:#00a86b;color:#fff;border-radius:999px;padding:12px 18px;text-decoration:none;font-weight:900}@media(max-width:760px){header{align-items:flex-start;flex-direction:column}.decision-grid{grid-template-columns:1fr}p,li{font-size:16px}}