:root {
  --ink: #11241f;
  --muted: #63716d;
  --green: #176b55;
  --green-dark: #0e4f3e;
  --lime: #c8ef70;
  --cream: #f4f3eb;
  --white: #ffffff;
  --line: #dfe4df;
  --danger: #b42318;
  --success: #137a56;
  --shadow: 0 24px 70px rgba(23, 59, 49, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }

.site-header {
  height: 82px; max-width: 1240px; margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: inline-flex; gap: 11px; align-items: center; font: 800 25px/1 "Manrope", sans-serif; letter-spacing: -.8px; }
.brand > span:last-child > span { color: var(--green); }
.brand-mark { width: 34px; height: 34px; position: relative; display: inline-flex; gap: 3px; align-items: flex-end; padding: 7px; background: var(--green); border-radius: 10px; transform: rotate(-4deg); }
.brand-mark i { width: 5px; border-radius: 3px; display: block; background: var(--lime); transform: rotate(4deg); }
.brand-mark i:nth-child(1) { height: 9px; }.brand-mark i:nth-child(2) { height: 15px; }.brand-mark i:nth-child(3) { height: 21px; }
.header-cta { padding: 11px 18px; border: 1px solid var(--ink); border-radius: 999px; font-weight: 700; font-size: 14px; }

.hero { min-height: 690px; padding: 72px max(28px, calc((100vw - 1184px)/2)) 86px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr); align-items: center; gap: 84px; position: relative; overflow: hidden; background:
  radial-gradient(circle at 8% 91%, rgba(200,239,112,.3) 0 7%, transparent 7.2%),
  linear-gradient(135deg, #edf0e7 0%, #f7f6ef 55%, #e8efe9 100%); }
.hero::before { content: ""; position: absolute; width: 430px; height: 430px; right: -160px; top: -210px; border: 1px solid rgba(23,107,85,.13); border-radius: 50%; box-shadow: 0 0 0 55px rgba(23,107,85,.035), 0 0 0 110px rgba(23,107,85,.025); }
.hero-copy, .form-shell { position: relative; z-index: 1; }
.eyebrow { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; }
.eyebrow > span { width: 30px; height: 2px; background: var(--green); }
h1 { max-width: 720px; margin: 22px 0 22px; font: 800 clamp(45px, 5vw, 72px)/1.02 "Manrope", sans-serif; letter-spacing: -3.8px; }
.hero-lead { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.trust-row { display: flex; gap: 0; margin-top: 46px; }
.trust-row div { padding: 0 25px; border-left: 1px solid #cfd7d1; display: grid; gap: 6px; }
.trust-row div:first-child { padding-left: 0; border-left: 0; }
.trust-row strong { font: 700 15px/1 "Manrope"; }.trust-row span { color: var(--muted); font-size: 12px; }
.mobile-hero-cta { display: none; }

.form-shell { background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 24px; padding: 34px; box-shadow: var(--shadow); }
.form-heading { text-align: center; }
.step-label { color: var(--green); background: #e7f3ed; border-radius: 999px; padding: 7px 11px; font-size: 11px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }
.form-heading h2 { margin: 16px 0 6px; font: 800 25px/1.2 "Manrope"; letter-spacing: -1px; }
.form-heading p { color: var(--muted); margin: 0; font-size: 13px; }
.progress { display: flex; align-items: flex-start; margin: 27px auto 25px; max-width: 270px; }
.progress-item { width: 72px; display: grid; justify-items: center; gap: 6px; color: #9aa49f; font-size: 10px; }
.progress-item span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #d2d9d5; border-radius: 50%; font-weight: 800; background: white; }
.progress-item.active { color: var(--green); }.progress-item.active span { color: white; background: var(--green); border-color: var(--green); }
.progress-line { height: 1px; flex: 1; margin-top: 14px; background: #d2d9d5; }
.form-step { display: none; }.form-step.active { display: block; }
label:not(.consent) { display: block; margin: 15px 0 7px; font-size: 12px; font-weight: 800; }
input { width: 100%; height: 50px; border: 1px solid var(--line); border-radius: 10px; outline: none; color: #000; background: #fff; padding: 0 14px; transition: .2s; }
input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,107,85,.11); }
.phone-field, .password-field { position: relative; }
.phone-field > span { position: absolute; inset: 0 auto 0 0; display: flex; align-items: center; padding: 0 13px; border-right: 1px solid var(--line); color: var(--green-dark); font-size: 12px; font-weight: 800; }
.phone-field input { padding-left: 79px; }
.password-field input { padding-right: 65px; }
.toggle-password { position: absolute; right: 7px; top: 7px; height: 36px; border: 0; background: transparent; color: var(--green); font-size: 11px; font-weight: 800; cursor: pointer; }
.field-note { margin: 6px 0 0; color: var(--muted); font-size: 10px; }
.consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; margin: 18px 0; color: var(--muted); font-size: 10.5px; line-height: 1.5; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin: 0; accent-color: var(--green); }
.primary-button { width: 100%; height: 52px; padding: 0 18px; border: 0; border-radius: 11px; display: flex; justify-content: space-between; align-items: center; color: white; background: var(--green); font-weight: 800; cursor: pointer; box-shadow: 0 9px 20px rgba(23,107,85,.2); transition: .2s; }
.primary-button:hover { background: var(--green-dark); transform: translateY(-1px); }.primary-button:disabled { opacity: .62; cursor: wait; transform: none; }
.primary-button b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.15); }
.secure-note { margin-top: 17px; text-align: center; color: #88948f; font-size: 9.5px; }.secure-note span { color: var(--green); }
.back-button, .resend-row button { border: 0; padding: 0; background: none; color: var(--green); cursor: pointer; font-size: 11px; font-weight: 700; }
.otp-copy { text-align: center; margin: 16px 0; }.otp-icon { margin: 0 auto 9px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); }
.otp-copy h3 { margin: 0 0 5px; font: 800 20px "Manrope"; }.otp-copy p { margin: 0; color: var(--muted); font-size: 12px; }
.otp-input { height: 58px; text-align: center; font-size: 24px; letter-spacing: 10px; font-weight: 700; }
.resend-row { display: flex; justify-content: space-between; margin: 11px 0 20px; color: var(--muted); font-size: 11px; }.resend-row button:disabled { color: #9aa49f; cursor: default; }
.form-message { display: none; margin-top: 14px; padding: 11px 13px; border-radius: 8px; font-size: 12px; line-height: 1.5; }.form-message.error { display: block; color: var(--danger); background: #fff0ee; }.form-message.success { display: block; color: var(--success); background: #eaf8f1; }

.benefits { padding: 95px max(28px, calc((100vw - 1184px)/2)); background: #fff; }
.section-intro { max-width: 680px; }.section-intro h2 { margin: 18px 0 42px; font: 800 clamp(32px,4vw,48px)/1.12 "Manrope"; letter-spacing: -2px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.benefit-grid article { position: relative; min-height: 230px; padding: 30px; border: 1px solid var(--line); border-radius: 17px; background: #fbfcfa; overflow: hidden; }
.benefit-grid .number { color: var(--green); font: 800 12px "Manrope"; }.benefit-grid h3 { margin: 55px 0 11px; font: 800 20px "Manrope"; }.benefit-grid p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.benefit-grid article::after { content: ""; position: absolute; width: 85px; height: 85px; right: -30px; top: -30px; border-radius: 50%; background: var(--lime); opacity: .35; }
footer { padding: 38px max(28px, calc((100vw - 1184px)/2)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px 30px; background: var(--ink); color: white; }.footer-brand > span:last-child > span { color: var(--lime); }.footer-brand .brand-mark { background: var(--lime); }.footer-brand .brand-mark i { background: var(--green-dark); } footer p { margin: 0; color: #aeb9b5; font-size: 12px; }.disclaimer { grid-column: 1/-1; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 38px; padding-top: 55px; }.hero-copy { text-align: center; }.eyebrow { justify-content: center; }h1 { margin-left: auto; margin-right: auto; }.hero-lead { margin: auto; }.trust-row { justify-content: center; }.form-shell { width: 100%; max-width: 500px; margin: 0 auto; }.benefit-grid { grid-template-columns: 1fr; }.benefit-grid article { min-height: 180px; }.benefit-grid h3 { margin-top: 35px; }
}
@media (max-width: 560px) {
  .site-header { height: 70px; padding: 0 18px; }.brand { font-size: 21px; }.brand-mark { transform: scale(.9) rotate(-4deg); }.header-cta { display: none; }
  .hero { padding: 42px 16px 58px; }.hero::before { display: none; }h1 { margin-top: 17px; font-size: 41px; letter-spacing: -2.6px; }.hero-lead { font-size: 15px; line-height: 1.65; }.trust-row { margin-top: 33px; }.trust-row div { padding: 0 10px; }.trust-row strong { font-size: 12px; }.trust-row span { font-size: 9px; }.mobile-hero-cta { display: flex; width: 100%; max-width: 360px; margin: 28px auto 0; padding: 14px 18px; justify-content: space-between; border-radius: 10px; color: white; background: var(--ink); font-weight: 700; }
  .form-shell { padding: 25px 19px; border-radius: 19px; }.form-heading h2 { font-size: 22px; }.benefits { padding: 70px 18px; }.section-intro h2 { font-size: 34px; }.benefit-grid article { padding: 25px; }footer { grid-template-columns: 1fr; padding: 35px 20px; }.footer-brand { margin-bottom: 15px; }
}
