:root {
  --bg: #0a1210;
  --bg2: #101a17;
  --paper: #f3f2ec;
  --dim: rgba(243, 242, 236, .74);
  --faint: rgba(243, 242, 236, .56);
  --line: rgba(183, 255, 55, .16);
  --acid: #b7ff37;
  --acid2: #8fd11f;
  --spark: #69c8ff;
  --display: "Archivo Black", Arial, sans-serif;
}

.saude-page {
  background:
    radial-gradient(circle at 85% 12%, rgba(183, 255, 55, .08), transparent 28rem),
    var(--bg);
}

.saude-page .topbar {
  background: linear-gradient(180deg, rgba(10, 18, 16, .97), rgba(10, 18, 16, 0));
}

.saude-page .brand i,
.saude-page .hero h1 em {
  color: var(--acid);
}

.saude-page .hero {
  background: #081210;
}

.saude-page .hero-media {
  opacity: .48;
  object-position: 58% center;
}

.saude-page .hero::before {
  background:
    linear-gradient(90deg, rgba(6, 12, 10, .94), rgba(6, 12, 10, .52) 58%, rgba(6, 12, 10, .2)),
    linear-gradient(180deg, rgba(6, 12, 10, .12), rgba(6, 12, 10, .88) 78%, var(--bg));
}

.saude-page .hero h1 {
  max-width: 980px;
}

.saude-page .signal,
.saude-page .section--alt {
  background: var(--bg2);
}

.saude-page .style-card,
.saude-page .plan-card,
.saude-page .trust-grid article {
  background: #0d1815;
}

.saude-page .proof-panel {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 1px;
  margin-top: 3rem;
  background: var(--line);
}

.saude-page .proof-panel > * {
  min-height: 360px;
  background: #0d1815;
}

.saude-page .proof-panel picture,
.saude-page .proof-panel img {
  width: 100%;
  height: 100%;
}

.saude-page .proof-panel img {
  object-fit: cover;
}

.saude-page .proof-panel__copy {
  display: grid;
  align-content: center;
  padding: clamp(2rem, 6vw, 5rem);
}

.saude-page .proof-panel__copy h3 {
  max-width: 14ch;
  margin-top: .7rem;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 4.4rem);
}

.saude-page .proof-panel__copy p {
  max-width: 48ch;
  margin-top: 1rem;
  color: var(--dim);
}

.saude-page .final {
  background:
    radial-gradient(circle at 75% 20%, rgba(105, 200, 255, .13), transparent 30%),
    linear-gradient(135deg, #101f1a, #0a1210 64%);
}

.saude-page .final::after {
  border-color: rgba(183, 255, 55, .24);
}

@media (max-width: 780px) {
  .saude-page .hero::before {
    background: linear-gradient(0deg, rgba(6, 12, 10, .98), rgba(6, 12, 10, .38) 72%);
  }

  .saude-page .hero-media {
    object-position: 64% center;
  }

  .saude-page .proof-panel {
    grid-template-columns: 1fr;
  }

  .saude-page .proof-panel > * {
    min-height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .saude-page .hero-media {
    display: block;
  }
}
