:root{
  --green:#2f6f4e;
  --green-dark:#1f4d37;
  --green-soft:#e9f4ee;
  --cream:#fbf8f2;
  --text:#172018;
  --muted:#627066;
  --white:#ffffff;
  --line:#dfe8e2;
  --danger:#b42318;
  --danger-soft:#fff1f0;
  --shadow:0 24px 70px rgba(22,47,33,.16);
  --radius:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:var(--cream);
  line-height:1.55;
}

a{color:inherit}

.container{
  width:min(1120px, calc(100% - 32px));
  margin-inline:auto;
}

.hero{
  position:relative;
  overflow:hidden;
  padding:72px 0 56px;
  min-height:760px;
  display:flex;
  align-items:center;
}

.hero__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 18%, rgba(89,171,126,.32), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(229,177,87,.22), transparent 30%),
    linear-gradient(135deg, #f9f6ee 0%, #edf6f0 100%);
  z-index:-2;
}

.hero__bg::after{
  content:"";
  position:absolute;
  inset:auto -120px -220px auto;
  width:620px;
  height:620px;
  border-radius:50%;
  background:rgba(47,111,78,.10);
  z-index:-1;
}

.hero__grid{
  display:grid;
  grid-template-columns:1.07fr .93fr;
  gap:44px;
  align-items:center;
}

.badge,.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--green);
}

.badge{
  background:rgba(47,111,78,.10);
  padding:10px 14px;
  border:1px solid rgba(47,111,78,.16);
  border-radius:999px;
}

h1,h2,h3,p{margin-top:0}

h1{
  font-size:clamp(42px,7vw,76px);
  line-height:.96;
  letter-spacing:-.06em;
  margin:24px 0 18px;
  max-width:760px;
}

.subtitle{
  font-size:clamp(22px,3vw,34px);
  line-height:1.12;
  font-weight:800;
  letter-spacing:-.035em;
  color:var(--green-dark);
  margin-bottom:18px;
}

.lead{
  font-size:19px;
  color:var(--muted);
  max-width:650px;
  margin-bottom:24px;
}

.hero__benefits{
  display:grid;
  gap:10px;
  margin:0 0 28px;
  color:#26352b;
  font-weight:650;
}

.hero__benefits span{
  color:var(--green);
  font-weight:900;
  margin-right:8px;
}

.btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:54px;
  padding:15px 22px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
  border:0;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn:hover{transform:translateY(-2px)}

.btn--primary{
  background:var(--green);
  color:var(--white);
  box-shadow:0 16px 30px rgba(47,111,78,.26);
  width:100%;
}

.btn--primary:hover{background:var(--green-dark)}

.btn--secondary{
  background:var(--text);
  color:var(--white);
  box-shadow:0 16px 30px rgba(23,32,24,.18);
}

.microcopy{
  margin-top:16px;
  color:var(--muted);
  font-size:13px;
  max-width:560px;
}

.form-card{
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.75);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:30px;
}

.form-card__header h2{
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.04em;
  margin:8px 0 10px;
}

.form-card__header p{color:var(--muted)}

.lead-form{
  display:grid;
  gap:16px;
  margin-top:20px;
}

label{
  display:grid;
  gap:7px;
  font-size:14px;
  font-weight:750;
}

input{
  width:100%;
  min-height:52px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:0 15px;
  font:inherit;
  color:var(--text);
  outline:none;
  background:var(--white);
}

input:focus{
  border-color:var(--green);
  box-shadow:0 0 0 4px rgba(47,111,78,.11);
}

.checkbox{
  grid-template-columns:20px 1fr;
  align-items:start;
  gap:10px;
  color:var(--muted);
  font-size:13px;
  font-weight:600;
}

.checkbox input{
  min-height:auto;
  height:18px;
  margin-top:2px;
  accent-color:var(--green);
}

.privacy{
  font-size:12px;
  color:var(--muted);
  text-align:center;
  margin:0;
}

.alert{
  border-radius:16px;
  padding:14px 16px;
  margin-top:18px;
  font-size:14px;
}

.alert ul{
  margin:8px 0 0;
  padding-left:18px;
}

.alert--error{
  background:var(--danger-soft);
  border:1px solid rgba(180,35,24,.22);
  color:var(--danger);
}

.section{
  padding:82px 0;
  background:var(--white);
}

.section--soft{background:var(--green-soft)}

.section__header{
  max-width:760px;
  margin-bottom:32px;
}

.section__header h2,.split h2,.cta h2{
  font-size:clamp(31px,4.2vw,48px);
  line-height:1.05;
  letter-spacing:-.05em;
  margin:8px 0 12px;
}

.section__header p,.split p,.cta p{
  color:var(--muted);
  font-size:18px;
}

.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.card{
  border:1px solid var(--line);
  border-radius:22px;
  padding:26px;
  background:#fff;
}

.card__icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  font-weight:900;
  margin-bottom:18px;
}

.card h3{
  font-size:20px;
  margin-bottom:8px;
}

.card p{color:var(--muted);margin-bottom:0}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:center;
}

.list-box{
  background:#fff;
  border:1px solid rgba(47,111,78,.12);
  border-radius:var(--radius);
  padding:28px;
  box-shadow:0 18px 50px rgba(47,111,78,.10);
}

.list-box ul{
  margin:0;
  padding-left:20px;
  display:grid;
  gap:13px;
  color:#27382d;
  font-weight:650;
}

.cta{
  padding:78px 0;
  background:var(--white);
}

.cta__box{
  border-radius:32px;
  padding:46px;
  text-align:center;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.22), transparent 25%),
    linear-gradient(135deg,var(--green),var(--green-dark));
  color:#fff;
}

.cta__box p{
  color:rgba(255,255,255,.82);
  max-width:620px;
  margin:0 auto 24px;
}

.cta__box .btn{
  width:auto;
  background:#fff;
  color:var(--green-dark);
  box-shadow:none;
}

.footer{
  padding:28px 0;
  background:#111712;
  color:rgba(255,255,255,.74);
  font-size:13px;
}

.footer__content{
  display:flex;
  justify-content:space-between;
  gap:20px;
}

.footer p{margin:0}

@media (max-width: 880px){
  .hero{padding:38px 0 48px}
  .hero__grid,.split{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr}
  .form-card{padding:24px}
  .footer__content{flex-direction:column}
}

@media (max-width: 520px){
  .container{width:min(100% - 22px,1120px)}
  .hero{min-height:auto}
  h1{font-size:43px}
  .lead{font-size:17px}
  .cta__box{padding:30px 20px}
  .btn{width:100%}
}
