.btn-cta {
  background: linear-gradient(135deg, #061A33 0%, #0F8FEF 100%) !important;
  border: none !important;
  color: #FFFFFF !important;
  box-shadow: 0 14px 30px rgba(15, 143, 239, 0.22) !important;
}

.btn-cta:hover {
  background: linear-gradient(135deg, #041426 0%, #0D7FD4 100%) !important;
  color: #FFFFFF !important;
}

.bg-secondary:not(.py-3),
.bg-\[hsl\(0_0\%_12\%\)\],
.bg-black {
  background: linear-gradient(180deg, #061A33 0%, #082B57 100%) !important;
}

.bg-black\/80 {
  background-color: rgba(6, 26, 51, 0.82) !important;
}

.bg-secondary.py-3 {
  background: #061A33 !important;
}

.bg-secondary.py-3 .text-primary {
  color: #FFFFFF !important;
}

.bg-card {
  background-color: #FFFFFF;
}

.bg-white {
  background-color: #F7F9FC !important;
}

.border-primary\/30 {
  border-color: #DDE6F0;
}

.results-eyebrow {
  margin-bottom: 0.75rem;
  letter-spacing: 0.14em;
}

.results-subheadline {
  text-wrap: balance;
}

.proof-card {
  box-shadow: 0 14px 34px rgba(6, 26, 51, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.proof-card:hover {
  border-color: rgba(15, 143, 239, 0.45);
  box-shadow: 0 20px 44px rgba(6, 26, 51, 0.24);
  transform: translateY(-4px);
}

.proof-image {
  aspect-ratio: 4 / 5;
  display: block;
  height: clamp(360px, 36vw, 520px);
  max-height: 520px;
  object-fit: contain;
  padding: 0.5rem;
}

.proof-note {
  text-wrap: balance;
}

.pillar-card {
  border: 1px solid #DDE6F0;
  box-shadow: 0 14px 34px rgba(6, 26, 51, 0.08);
  min-height: 100%;
  padding: 1.75rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pillar-card:hover {
  border-color: rgba(15, 143, 239, 0.42);
  box-shadow: 0 20px 42px rgba(6, 26, 51, 0.12);
  transform: translateY(-4px);
}

.pillar-number {
  display: block;
  font-size: clamp(3.75rem, 8vw, 5.5rem);
  letter-spacing: -0.04em;
  line-height: 0.85;
  margin-bottom: 1.25rem;
}

.pillar-desc {
  min-height: 4.75rem;
}

.pillar-result {
  background: #EAF5FF;
  border: 1px solid #DDE6F0;
  border-radius: 999px;
  color: #082B57;
  display: inline-flex;
  margin-top: 0.5rem;
  padding: 0.75rem 1rem;
}

@media (max-width: 767px) {
  .min-h-screen > section:first-of-type {
    width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .min-h-screen > section:first-of-type > div > div {
    width: 100%;
    max-width: 100%;
  }

  .min-h-screen > section:first-of-type h1 {
    font-size: clamp(2.2rem, 6vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    max-width: 100%;
    text-align: left;
    text-wrap: balance;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .min-h-screen > section:first-of-type h1 + p {
    font-size: 1.15rem;
    line-height: 1.6;
  }

  .min-h-screen > section:first-of-type h1 + p + p {
    font-size: 1.1rem;
    line-height: 1.65;
  }

  .proof-card:hover,
  .pillar-card:hover {
    transform: none;
  }

  .proof-image {
    aspect-ratio: auto;
    height: auto;
    max-height: none;
  }

  .pillar-card {
    padding: 1.5rem;
  }

  .pillar-desc {
    min-height: 0;
  }

  .pillar-result {
    border-radius: 1rem;
    display: flex;
    width: 100%;
  }
}
