.free-health-check-page {
  min-width: 0;
}

.free-health-check-page .site-header {
  background: rgba(247, 247, 242, 0.94);
}

.free-header-link {
  flex: none;
  color: var(--accent);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-underline-offset: 4px;
}

.free-header-link:hover {
  color: var(--accent-dark);
}

.free-hero {
  padding: 76px 0 88px;
  overflow: hidden;
}

.free-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}

.free-hero-copy {
  min-width: 0;
}

.free-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(44px, 5.2vw, 68px);
}

.free-hero-lede {
  max-width: 680px;
  margin-bottom: 14px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.62;
}

.free-supporting-line {
  margin-bottom: 26px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 760;
}

.free-benefit-list,
.free-included-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.free-benefit-list {
  max-width: 650px;
  border-top: 1px solid var(--line-dark);
}

.free-benefit-list li {
  position: relative;
  padding: 10px 10px 10px 28px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 14px;
}

.free-benefit-list li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  color: var(--accent);
  font-weight: 900;
}

.free-benefit-list strong {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.free-format-line {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.free-format-line span {
  margin-right: 7px;
  color: var(--accent);
  font-size: 16px;
}

.free-form-card {
  position: relative;
  min-width: 0;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid #adc2b6;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.free-form-card::before {
  content: "";
  position: absolute;
  inset: -34% -38%;
  z-index: -1;
  background: radial-gradient(circle, rgba(23, 107, 77, 0.12), rgba(23, 107, 77, 0) 64%);
  pointer-events: none;
}

.free-form-heading {
  margin-bottom: 24px;
}

.free-panel-label {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.free-form-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 3.4vw, 43px);
}

.free-form-heading p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.kit-form-shell {
  width: 100%;
  min-width: 0;
}

.kit-form-shell > * {
  width: 100%;
  max-width: 100%;
}

.kit-form-shell .formkit-form {
  margin: 0;
  font-family: Arial, sans-serif;
}

.kit-form-shell .formkit-input {
  min-width: 0;
  border-color: var(--line-dark) !important;
  border-radius: 6px !important;
  color: var(--ink) !important;
  font-family: Arial, sans-serif;
}

.kit-form-shell .formkit-input:focus {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px rgba(23, 107, 77, 0.15);
}

.kit-form-shell .formkit-submit {
  min-width: 0;
  border-radius: 6px !important;
  background-color: var(--accent) !important;
  font-family: Arial, sans-serif;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0.035em;
  line-height: 1.2;
}

.kit-form-shell .formkit-submit:hover {
  background-color: var(--accent-dark) !important;
}

.kit-form-shell .formkit-submit:focus-visible {
  outline: 3px solid rgba(23, 107, 77, 0.28) !important;
  outline-offset: 2px;
}

.kit-form-shell iframe {
  display: block;
  max-width: 100%;
  border: 0;
}

.free-form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.free-section {
  padding: 84px 0;
}

.free-section-heading {
  max-width: 680px;
  margin-bottom: 40px;
}

.free-section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 48px);
}

.free-checks {
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.free-check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line-dark);
}

.free-check-card {
  min-width: 0;
  min-height: 250px;
  padding: 26px;
}

.free-check-card + .free-check-card {
  border-left: 1px solid var(--line);
}

.free-card-number {
  display: block;
  margin-bottom: 45px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.free-check-card h3 {
  margin-bottom: 13px;
  font-size: 18px;
  text-transform: uppercase;
}

.free-check-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.58;
}

.free-included-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(50px, 9vw, 130px);
  align-items: start;
}

.free-included-grid .free-section-heading {
  margin-bottom: 0;
}

.free-included-list {
  border-top: 1px solid var(--line-dark);
}

.free-included-list li {
  position: relative;
  padding: 15px 16px 15px 34px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 650;
}

.free-included-list li::before {
  content: "✓";
  position: absolute;
  left: 5px;
  color: var(--accent);
  font-weight: 900;
}

.free-upsell {
  padding-top: 20px;
}

.free-upsell-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: center;
  padding: clamp(34px, 6vw, 68px);
  border-radius: var(--radius);
  color: #fff;
  background: var(--ink);
}

.free-upsell-card .section-kicker {
  color: #8fc5aa;
}

.free-upsell-card h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 4vw, 48px);
}

.free-upsell-copy > p:not(.section-kicker) {
  max-width: 690px;
  margin-bottom: 0;
  color: #b9c3bf;
  font-size: 15px;
}

.free-upsell-copy .free-upsell-lede {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 750;
}

.free-upsell-action {
  text-align: center;
}

.free-upsell-action .button {
  width: 100%;
}

.free-upsell-action p {
  margin: 12px 0 0;
  color: #9ba8a3;
  font-size: 10px;
}

.free-footer {
  padding: 34px 0;
}

.free-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.free-footer-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.free-footer-inner p:first-child {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0.04em;
}

@media (max-width: 980px) {
  .free-hero-grid {
    grid-template-columns: 1fr;
  }

  .free-form-card {
    width: min(100%, 620px);
  }

  .free-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .free-check-card {
    min-height: 225px;
  }

  .free-check-card + .free-check-card {
    border-left: 0;
  }

  .free-check-card:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .free-check-card:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .free-included-grid,
  .free-upsell-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .free-upsell-action {
    width: min(100%, 360px);
  }
}

@media (max-width: 680px) {
  .free-header-link {
    font-size: 9px;
  }

  .free-hero {
    padding: 52px 0 66px;
  }

  .free-hero-grid {
    gap: 40px;
  }

  .free-hero-copy h1 {
    font-size: clamp(37px, 10.5vw, 48px);
  }

  .free-hero-lede {
    font-size: 16px;
    line-height: 1.5;
  }

  .free-supporting-line {
    font-size: 13px;
  }

  .free-form-card {
    padding: 26px 20px;
  }

  .free-section {
    padding: 66px 0;
  }

  .free-check-grid {
    grid-template-columns: 1fr;
  }

  .free-check-card {
    min-height: 0;
    padding: 24px;
  }

  .free-check-card:nth-child(even) {
    border-left: 0;
  }

  .free-check-card + .free-check-card,
  .free-check-card:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .free-card-number {
    margin-bottom: 24px;
  }

  .free-upsell {
    padding-top: 0;
  }

  .free-upsell-card {
    width: 100%;
    border-radius: 0;
  }

  .free-footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

@media (max-width: 390px) {
  .free-health-check-page .brand {
    gap: 7px;
    font-size: 13px;
  }

  .free-health-check-page .brand-mark {
    width: 26px;
    height: 26px;
  }

  .free-header-link {
    max-width: 90px;
    text-align: right;
  }
}
