.ex-final {
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
  gap: clamp(46px, 6vw, 96px);
  place-items: center stretch;
  text-align: left;
}

.ex-final__content {
  max-width: 720px;
}

.ex-final__content > p:not(.ex-kicker) {
  margin-left: 0;
}

.ex-final .ex-actions {
  justify-content: flex-start;
}

.ex-lead-form {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 620px;
  justify-self: end;
  padding: clamp(28px, 3.4vw, 46px);
  color: #0b2722;
  background: #fffef9;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.ex-lead-form__eyebrow {
  color: #18796d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ex-lead-form h3 {
  margin-top: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.ex-lead-form__intro {
  margin-top: 16px;
  color: #4d5f5a;
  font-size: 14px;
  line-height: 1.65;
}

.ex-lead-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.ex-lead-form label:not(.ex-lead-form__consent) {
  display: grid;
  gap: 8px;
  color: #173f38;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ex-lead-form input:not([type="checkbox"]) {
  min-width: 0;
  min-height: 48px;
  padding: 0 13px;
  color: #0b2722;
  font: inherit;
  font-size: 14px;
  text-transform: none;
  background: #f7f6f0;
  border: 1px solid #d8ddd8;
  border-radius: 0;
}

.ex-lead-form input:focus-visible {
  outline: 3px solid rgba(46, 148, 135, 0.24);
  outline-offset: 2px;
  border-color: #18796d;
}

.ex-lead-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  color: #4d5f5a;
  font-size: 12px;
  line-height: 1.5;
}

.ex-lead-form__consent input {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  accent-color: #18796d;
}

.ex-lead-form .ex-button {
  width: 100%;
  margin-top: 20px;
  color: #fffef9;
  background: #0b4b43;
  border-color: #0b4b43;
}

.ex-lead-form .ex-button:hover {
  background: #073d37;
  border-color: #073d37;
}

.ex-lead-form > small {
  display: block;
  margin-top: 12px;
  color: #5d6b67;
  font-size: 10px;
  line-height: 1.5;
}

.ex-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.ex-founder-proof {
  display: grid;
  width: 100%;
  max-width: var(--ex-max);
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: center;
  margin: clamp(54px, 7vw, 96px) auto;
  padding: clamp(22px, 3vw, 38px);
  background: #fffef9;
  border: 1px solid rgba(11, 39, 34, 0.14);
}

.ex-founder-proof__media {
  position: relative;
  margin: 0;
}

.ex-founder-proof__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.ex-founder-proof__media figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 12px;
  color: #fffef9;
  background: rgba(11, 39, 34, 0.88);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ex-founder-proof__copy h3,
.ex-stories__heading h3 {
  margin-top: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.ex-founder-proof__copy > p:not(.ex-kicker),
.ex-stories__heading > p:not(.ex-kicker) {
  max-width: 660px;
  margin-top: 22px;
  color: #4d5f5a;
  line-height: 1.7;
}

.ex-founder-proof dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 30px 0 0;
  background: rgba(11, 39, 34, 0.14);
}

.ex-founder-proof dl div {
  min-width: 0;
  padding: 16px;
  background: #f3f1e9;
}

.ex-founder-proof dt {
  color: #18796d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ex-founder-proof dd {
  margin: 6px 0 0;
  color: #0b2722;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.ex-founder-proof__copy > a {
  display: inline-block;
  margin-top: 25px;
  color: #0b4b43;
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 5px;
}

.ex-stories {
  width: 100%;
  max-width: var(--ex-max);
  margin: clamp(62px, 8vw, 112px) auto 0;
  padding-top: clamp(48px, 6vw, 82px);
  border-top: 1px solid rgba(11, 39, 34, 0.17);
}

.ex-stories__heading {
  display: grid;
  max-width: 790px;
  margin-bottom: 38px;
}

.ex-stories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 30px);
}

.ex-story-card {
  overflow: hidden;
  color: #fffef9;
  background: #0b2722;
  border: 1px solid rgba(11, 39, 34, 0.18);
}

.ex-story-card video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 14;
  object-fit: cover;
  background: #102f29;
}

.ex-story-card > div {
  min-height: 155px;
  padding: 21px;
}

.ex-story-card span {
  display: block;
  color: #6dc5b5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ex-story-card strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.ex-story-card p {
  margin-top: 10px;
  color: rgba(255, 254, 249, 0.7);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .ex-founder-proof {
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: 32px;
  }

  .ex-founder-proof dl {
    grid-template-columns: 1fr;
  }

  .ex-final {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ex-final__content {
    max-width: 820px;
    justify-self: center;
  }

  .ex-final__content > p:not(.ex-kicker) {
    margin-left: auto;
  }

  .ex-final .ex-actions {
    justify-content: center;
  }

  .ex-lead-form {
    max-width: 720px;
    justify-self: center;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .ex-founder-proof {
    grid-template-columns: 1fr;
    margin-top: 48px;
    margin-bottom: 60px;
    padding: 14px;
  }

  .ex-founder-proof__copy {
    padding: 14px 8px 20px;
  }

  .ex-stories__grid {
    grid-template-columns: 1fr;
  }

  .ex-story-card video {
    aspect-ratio: 4 / 5;
  }

  .ex-story-card > div {
    min-height: 0;
  }

  .ex-final {
    padding-right: 18px;
    padding-left: 18px;
  }

  .ex-final h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .ex-lead-form__grid {
    grid-template-columns: 1fr;
  }
}
