:root {
  --health-bg: #fbfdff;
  --health-surface: rgba(255, 255, 255, 0.92);
  --health-surface-strong: #ffffff;
  --health-text: #203246;
  --health-muted: #66788d;
  --health-line: rgba(183, 202, 220, 0.52);
  --health-blue: #7aa8d9;
  --health-blue-strong: #5f8fc4;
  --health-blue-soft: #eef6fd;
  --health-green: #9bc7bb;
  --health-green-soft: #edf7f4;
  --health-shadow: 0 24px 60px rgba(76, 109, 138, 0.12);
}

.landing-saude {
  --landing-bg: var(--health-bg);
  --landing-surface: var(--health-surface-strong);
  --landing-text: var(--health-text);
  --landing-muted: var(--health-muted);
  --landing-primary: var(--health-blue);
  --landing-primary-strong: var(--health-blue-strong);
  --landing-primary-soft: var(--health-blue-soft);
  --landing-border: var(--health-line);
  --landing-shadow: var(--health-shadow);
  background:
    radial-gradient(circle at top left, rgba(122, 168, 217, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(21, 130, 109, 0.10), transparent 24%),
    linear-gradient(180deg, #fcfeff 0%, #f9fcff 100%);
}

.landing-saude .landing-topbar {
  background: rgba(251, 253, 255, 0.88);
  border-bottom-color: rgba(193, 208, 223, 0.58);
}

.landing-saude .landing-login {
  border-color: rgba(122, 168, 217, 0.28);
  color: #47698d;
}

.landing-saude .landing-button.health-button {
  background: linear-gradient(135deg, #8fb7df, #6a9acf);
  box-shadow: 0 18px 42px rgba(106, 154, 207, 0.24);
}

.landing-saude .landing-nichebar,
.health-nichebar {
  position: fixed;
  top: 74px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 18;
  background: rgba(251, 253, 255, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(193, 208, 223, 0.58);
}

.landing-saude .landing-nichebar-inner,
.health-nichebar-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.landing-saude .landing-nichebar-head,
.health-nichebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.landing-saude .landing-nichebar-head strong,
.health-nichebar-head strong {
  display: block;
  font-size: 0.96rem;
  line-height: 1.15;
}

.landing-saude .landing-nichebar-kicker,
.health-nichebar-kicker {
  display: block;
  color: #6d8295;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

.landing-saude .landing-nichebar-button,
.health-nichebar-button {
  min-height: 38px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  background: rgba(143, 183, 223, 0.18);
  color: #5f88b0;
  font-weight: 800;
  font-size: 0.84rem;
  line-height: 1.05;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.landing-saude .landing-nicho-modal,
.health-nicho-modal {
  background: rgba(17, 35, 52, 0.42);
}

.landing-saude .landing-nicho-modal.is-hidden,
.health-nicho-modal.is-hidden {
  display: none;
}

.landing-saude .landing-nicho-modal-card,
.health-nicho-modal-card {
  background: #fff;
  box-shadow: 0 28px 80px rgba(35, 59, 84, 0.22);
}

.landing-saude .landing-nicho-modal-card h2,
.health-nicho-modal-card h2 {
  color: #203246;
}

.landing-saude .landing-nicho-modal-card p,
.health-nicho-modal-card p {
  color: var(--health-muted);
}

.landing-saude .landing-nicho-close,
.health-nicho-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(122, 168, 217, 0.12);
  color: #537da8;
  font-size: 1.5rem;
  cursor: pointer;
}

.landing-saude .landing-nicho-grid,
.health-nicho-grid {
  margin-top: 16px;
}

.landing-saude .landing-nicho-option,
.health-nicho-option {
  border: 1px solid rgba(183, 202, 220, 0.72);
  background: linear-gradient(180deg, #fff, #f8fbfe);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(114, 146, 176, 0.08);
}

.landing-saude .landing-nicho-option strong,
.health-nicho-option strong {
  color: #203246;
}

.landing-saude .landing-nicho-option.is-active,
.health-nicho-option.is-active {
  border-color: rgba(122, 168, 217, 0.76);
  background: linear-gradient(180deg, #f7fbff, #edf5fd);
}

.landing-saude .landing-nicho-emoji,
.health-nicho-emoji {
  background: rgba(155, 199, 187, 0.16);
}

.health-hero,
.health-pain,
.health-contact,
.health-panel,
.health-calm,
.health-steps,
.health-offer,
.health-faq {
  padding: 30px 0;
}

.health-section-bridge {
  position: relative;
  padding: 4px 0 6px;
}

.health-section-bridge .landing-container {
  position: relative;
  z-index: 1;
}

.health-section-bridge-card,
.health-section-bridge-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.health-section-bridge-card {
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(242, 248, 252, 0.92));
  border: 1px solid rgba(188, 209, 224, 0.48);
  box-shadow: 0 14px 30px rgba(110, 142, 170, 0.08);
}

.health-section-bridge-card-soft {
  background: linear-gradient(180deg, rgba(247, 251, 254, 0.9), rgba(255, 255, 255, 0.96));
}

.health-section-bridge-pill,
.health-section-bridge-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.health-section-bridge-pill {
  background: rgba(231, 242, 249, 0.88);
  color: #5f7e96;
}

.health-section-bridge-line {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(122, 168, 217, 0.18), rgba(122, 168, 217, 0.72), rgba(122, 168, 217, 0.18));
}

.health-section-bridge-flow {
  gap: 8px;
}

.health-section-bridge-node {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(188, 209, 224, 0.44);
  color: #7b94a9;
  box-shadow: 0 12px 24px rgba(110, 142, 170, 0.07);
}

.health-section-bridge-node.is-active {
  background: linear-gradient(135deg, rgba(135, 186, 214, 0.2), rgba(149, 203, 189, 0.24));
  color: #43677f;
  border-color: rgba(137, 186, 214, 0.58);
}

.health-section-bridge-contact::before,
.health-section-bridge-panel::before,
.health-section-bridge-offer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(100%, 520px);
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}

.health-section-bridge-contact::before {
  background: radial-gradient(circle at center, rgba(155, 199, 187, 0.12), rgba(155, 199, 187, 0) 72%);
}

.health-section-bridge-panel::before {
  background: radial-gradient(circle at center, rgba(122, 168, 217, 0.12), rgba(122, 168, 217, 0) 72%);
}

.health-section-bridge-offer::before {
  background: radial-gradient(circle at center, rgba(122, 168, 217, 0.10), rgba(122, 168, 217, 0) 72%);
}

.health-hero-grid,
.health-contact-grid,
.health-panel-grid {
  display: grid;
  gap: 18px;
}

.health-hero {
  padding-top: 24px;
  padding-bottom: 6px;
}

.health-hero-copy h1,
.health-pain-copy h2,
.health-contact-copy h2,
.health-panel-copy h2 {
  margin-top: 14px;
  font-size: clamp(2.2rem, 8vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.health-hero-kicker {
  gap: 8px;
  padding-inline: 12px 16px;
  background: #fff6ef;
  color: #56777f;
  box-shadow: 0 10px 24px rgba(122, 168, 217, 0.08);
}

.health-hero-kicker img {
  width: 18px;
  height: 18px;
}

.health-hero-copy h1 {
  max-width: 620px;
  color: #132347;
  font-size: clamp(2.7rem, 9vw, 4.9rem);
  line-height: 0.96;
}

.health-hero-copy h1 span {
  display: block;
  margin-top: 6px;
  color: #0d8b72;
}

.health-pain-copy h2,
.health-contact-copy h2,
.health-panel-copy h2 {
  font-size: clamp(1.9rem, 6vw, 3rem);
  line-height: 1.04;
}

.health-hero-copy p,
.health-contact-copy p,
.health-panel-copy p {
  margin-top: 12px;
  max-width: 620px;
  color: #4f6176;
  font-size: 0.99rem;
  line-height: 1.62;
}

.health-hero-points {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  list-style: none;
}

.health-hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #223650;
  line-height: 1.45;
  font-weight: 700;
  font-size: 0.91rem;
}

.health-hero-points li img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin-top: 1px;
  filter: saturate(1.15);
}

.health-hero-points li:nth-child(3) img {
  filter: invert(48%) sepia(17%) saturate(944%) hue-rotate(157deg) brightness(90%) contrast(88%);
}

.health-hero-copy .health-button {
  margin-top: 18px;
  min-height: 56px;
  padding-inline: 28px;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, #16a085, #0e8d73);
  box-shadow: 0 18px 34px rgba(14, 141, 115, 0.24);
  position: relative;
  overflow: hidden;
}

.health-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.health-hero-meta span {
  display: grid;
  gap: 3px;
  min-height: 58px;
  align-content: start;
  padding: 4px 3px;
  border-radius: 18px;
  background: transparent;
  border: 0;
  text-align: center;
  color: #688198;
}

.health-hero-meta-item {
  opacity: 0;
  transform: translateY(10px);
}

.health-hero-meta strong {
  font-size: 0.72rem;
  color: #5f798f;
}

.health-hero-meta small {
  font-size: 0.66rem;
  line-height: 1.25;
}

.health-hero-meta span::before {
  content: "";
  width: 22px;
  height: 22px;
  margin: 0 auto 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.health-hero-meta span:nth-child(1)::before {
  background-image: url("/static/img/landings/saude/sem-cartao.svg");
}

.health-hero-meta span:nth-child(2)::before {
  background-image: url("/static/img/landings/saude/configuracao-rapida.svg");
}

.health-hero-meta span:nth-child(3)::before {
  background-image: url("/static/img/landings/saude/cancelamento-flexivel.svg");
}

.health-hero-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.health-hero-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.health-hero-reveal.is-visible .health-hero-point-item {
  animation: healthHeroPointIn 480ms ease forwards;
}

.health-hero-reveal.is-visible .health-hero-point-item:nth-child(1) {
  animation-delay: 80ms;
}

.health-hero-reveal.is-visible .health-hero-point-item:nth-child(2) {
  animation-delay: 170ms;
}

.health-hero-reveal.is-visible .health-hero-point-item:nth-child(3) {
  animation-delay: 260ms;
}

.health-hero-reveal.is-visible .health-hero-meta-item {
  animation: healthHeroSealIn 460ms ease forwards;
}

.health-hero-reveal.is-visible .health-hero-meta-item:nth-child(1) {
  animation-delay: 70ms;
}

.health-hero-reveal.is-visible .health-hero-meta-item:nth-child(2) {
  animation-delay: 160ms;
}

.health-hero-reveal.is-visible .health-hero-meta-item:nth-child(3) {
  animation-delay: 250ms;
}

.health-hero-cta::after {
  content: "";
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -34%;
  width: 34%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  transform: skewX(-20deg);
  animation: healthHeroButtonShimmer 4.8s ease-in-out 1.4s infinite;
  pointer-events: none;
}

.health-hero-visual,
.health-contact-visual,
.health-panel-visual {
  display: flex;
  justify-content: center;
}

.health-hero-scene {
  position: relative;
  width: min(100%, 440px);
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.health-hero-scene::before {
  content: "";
  position: absolute;
  inset: 40px 4px 0 22px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(219, 236, 255, 0.92), rgba(235, 245, 255, 0.56) 55%, transparent 78%);
}

.health-scene-photo {
  position: absolute;
  right: 0;
  top: 104px;
  width: 132px;
  height: 228px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 14px 34px rgba(94, 116, 138, 0.08);
  opacity: 0.88;
}

.health-phone-frame {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -18px;
  width: min(100%, 128%);
  transform: translateX(-50%);
  border-radius: 40px;
  overflow: visible;
  box-shadow: none;
  border: 0;
  background: transparent;
}

.health-phone-shot {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 48px rgba(55, 85, 118, 0.20));
  animation: healthHeroPhoneFloat 6s ease-in-out 1.2s infinite;
}


.health-pain {
  position: relative;
}

.health-pain::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at left center, rgba(155, 199, 187, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(242, 248, 252, 0.88), rgba(250, 253, 255, 0.6));
  pointer-events: none;
}

.health-pain .landing-container,
.health-contact .landing-container,
.health-panel .landing-container,
.health-calm .landing-container,
.health-steps .landing-container,
.health-offer .landing-container,
.health-faq .landing-container {
  position: relative;
  z-index: 1;
}

.health-pain-bubbles {
  display: grid;
  gap: 12px;
  margin-top: 0;
  flex: 1;
}

.health-pain-bubble {
  width: min(100%, 320px);
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(215, 226, 236, 0.74);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: #21344b;
  box-shadow: 0 8px 18px rgba(119, 147, 173, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.health-pain-card {
  padding: 22px 18px;
  border: 1px solid rgba(211, 224, 235, 0.65);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(252, 254, 255, 0.92), rgba(245, 251, 255, 0.84));
  box-shadow: 0 20px 48px rgba(111, 141, 169, 0.08);
}

.health-pain-bubble span {
  font-weight: 600;
  line-height: 1.4;
}

.health-pain-bubble small {
  color: #93a3b3;
  font-size: 0.73rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.health-pain-bubble:nth-child(even) {
  margin-left: 22px;
}

.health-pain-bubble-typing {
  width: min(100%, 164px);
  min-height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.health-pain-typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.health-pain-typing-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #4cbf96;
  opacity: 0.35;
  animation: healthTypingPulse 1.4s ease-in-out infinite;
}

.health-pain-typing-dots span:nth-child(2) {
  animation-delay: 0.18s;
}

.health-pain-typing-dots span:nth-child(3) {
  animation-delay: 0.36s;
}

@keyframes healthTypingPulse {
  0%,
  80%,
  100% {
    opacity: 0.28;
    transform: translateY(0) scale(0.92);
  }

  40% {
    opacity: 1;
    transform: translateY(-1px) scale(1);
  }
}

.health-pain-chat {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 24px;
}

.health-pain-whatsapp {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(180deg, #e7fbf1, #f2fff9);
  border: 1px solid rgba(106, 201, 153, 0.42);
  color: #18a865;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(71, 168, 117, 0.14);
}

.health-pain-whatsapp img {
  width: 25px;
  height: 25px;
  display: block;
  filter: invert(51%) sepia(92%) saturate(458%) hue-rotate(102deg) brightness(92%) contrast(95%);
}

.health-contact-illustration {
  position: relative;
  width: min(100%, 420px);
  min-height: 360px;
}

.health-contact-figure {
  position: absolute;
  right: 20px;
  top: 0;
  width: 220px;
  height: auto;
  object-fit: cover;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(118, 147, 177, 0.12);
}

.health-contact-card-shot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(100%, 320px);
  height: auto;
  border-radius: 26px;
  box-shadow: 0 24px 56px rgba(96, 125, 153, 0.18);
}

.health-contact .landing-container {
  max-width: 760px;
}

.health-contact-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.health-contact-trust-item {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(231, 242, 249, 0.82);
  color: #5e7990;
  font-size: 0.78rem;
  font-weight: 700;
}

.health-contact-stage {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(183, 202, 220, 0.46);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(251, 253, 255, 0.96), rgba(239, 247, 252, 0.92));
  box-shadow: 0 18px 40px rgba(114, 145, 172, 0.10);
}

.health-contact-stage-head {
  display: grid;
  gap: 4px;
}

.health-contact-stage-head strong {
  font-size: 0.92rem;
  line-height: 1.3;
}

.health-contact-stage-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  width: fit-content;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(192, 213, 226, 0.64);
  color: #638198;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.health-contact-stage-screen {
  margin-top: 10px;
  padding: 12px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(228, 239, 247, 0.88), rgba(245, 250, 253, 0.96));
  border: 1px solid rgba(191, 211, 223, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.health-contact-stage-device {
  position: relative;
  width: min(100%, 252px);
  margin: 0 auto;
  padding: 11px 8px 9px;
  border-radius: 30px;
  background: linear-gradient(180deg, #162433, #24394b 58%, #152330);
  box-shadow:
    0 22px 40px rgba(71, 99, 123, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.health-contact-stage-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 32%;
  height: 12px;
  border-radius: 0 0 12px 12px;
  background: rgba(8, 12, 18, 0.92);
  z-index: 1;
}

.health-contact-stage-device img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 14px 28px rgba(14, 26, 36, 0.18);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.health-contact-stage-device img.is-switching {
  opacity: 0.42;
  transform: scale(0.985);
}

.health-contact-stage-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.health-contact-stage-tab {
  width: 100%;
  min-height: 72px;
  padding: 10px 10px 9px;
  border: 1px solid rgba(191, 211, 223, 0.5);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  text-align: left;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.health-contact-stage-tab small {
  display: block;
  color: #6f8ca4;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.health-contact-stage-tab strong {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  line-height: 1.24;
}

.health-contact-stage-tab.is-active {
  border-color: rgba(128, 184, 205, 0.72);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 28px rgba(109, 145, 176, 0.10);
  transform: translateY(-2px);
}

.health-panel {
  background: linear-gradient(180deg, rgba(242, 248, 252, 0.56), rgba(255, 255, 255, 0));
}

.health-panel-preview {
  position: relative;
  width: min(100%, 370px);
  padding: 12px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(245, 250, 253, 0.95), rgba(231, 241, 248, 0.92));
  border: 1px solid rgba(188, 209, 224, 0.55);
  box-shadow: 0 24px 48px rgba(104, 135, 162, 0.12);
}

.health-panel-preview::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 18px;
  width: 44%;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(208, 228, 241, 0.34), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.health-panel-preview::after {
  content: "";
  position: absolute;
  inset: auto 18px 12px 18px;
  height: 56px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(224, 237, 246, 0), rgba(224, 237, 246, 0.92));
  pointer-events: none;
}

.health-panel-preview-main {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 44px rgba(87, 116, 143, 0.18);
  animation: healthPanelMockupFloat 8.2s ease-in-out infinite;
}

.health-panel-preview-float {
  position: absolute;
  right: -8px;
  bottom: 16px;
  z-index: 2;
  width: 35%;
  max-width: 122px;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(87, 116, 143, 0.18);
  animation: healthPanelCardFloat 6.4s ease-in-out infinite;
}

.health-panel-badge {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(175, 204, 223, 0.7);
  box-shadow: 0 12px 24px rgba(110, 142, 170, 0.14);
  color: #476277;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.24s ease, opacity 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.health-panel-badge-top {
  left: 16px;
  top: 18px;
}

.health-panel-badge-middle {
  right: 14px;
  top: 44%;
}

.health-panel-badge-bottom {
  left: 18px;
  bottom: 18px;
}

.health-panel-badge.is-dim {
  opacity: 0.38;
  transform: scale(0.97);
}

.health-panel-badge.is-highlight {
  border-color: rgba(132, 190, 212, 0.76);
  box-shadow: 0 16px 28px rgba(110, 142, 170, 0.18);
  transform: translateY(-2px);
}

@keyframes healthPanelMockupFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -7px, 0);
  }
}

@keyframes healthPanelCardFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1.2deg);
  }
  50% {
    transform: translate3d(0, -10px, 0) rotate(1deg);
  }
}

@keyframes healthHeroPointIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes healthHeroSealIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes healthHeroButtonShimmer {
  0%,
  78%,
  100% {
    left: -34%;
    opacity: 0;
  }
  82% {
    opacity: 1;
  }
  92% {
    left: 118%;
    opacity: 1;
  }
  100% {
    left: 118%;
    opacity: 0;
  }
}

@keyframes healthHeroPhoneFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.health-panel-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.health-panel-points article,
.health-calm-card,
.health-step-card,
.health-offer-card,
.health-faq-item {
  border: 1px solid rgba(183, 202, 220, 0.5);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 34px rgba(114, 145, 172, 0.08);
}

.health-panel-points article {
  position: relative;
  padding: 14px 12px;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
  animation: healthPanelPointIn 0.6s ease both;
}

.health-panel-points article::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(132, 191, 211, 0.08), rgba(114, 181, 201, 0.72), rgba(132, 191, 211, 0.08));
  opacity: 0.95;
}

.health-panel-points article::after {
  content: "";
  position: absolute;
  inset: auto -24px -36px auto;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(203, 228, 240, 0.22), rgba(203, 228, 240, 0));
  pointer-events: none;
  z-index: -1;
}

.health-panel-points article:nth-child(1) {
  animation-delay: 0.04s;
}

.health-panel-points article:nth-child(2) {
  animation-delay: 0.10s;
}

.health-panel-points article:nth-child(3) {
  animation-delay: 0.16s;
}

.health-panel-points article:nth-child(4) {
  animation-delay: 0.22s;
}

.health-panel-points article:active {
  transform: translateY(-2px) scale(0.995);
}

.health-panel-points article:nth-child(1) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 250, 254, 0.9));
}

.health-panel-points article:nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 249, 0.9));
}

.health-panel-points article:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 247, 0.9));
}

.health-panel-points article:nth-child(4) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 253, 0.9));
}

.health-panel-points article.is-active {
  border-color: rgba(131, 188, 210, 0.76);
  box-shadow: 0 24px 40px rgba(114, 145, 172, 0.15);
  transform: translateY(-3px);
}

.health-panel-points article.is-active::before {
  background: linear-gradient(90deg, rgba(132, 191, 211, 0.18), rgba(102, 176, 202, 0.94), rgba(132, 191, 211, 0.18));
}

@media (hover: hover) {
  .health-panel-points article:hover {
    transform: translateY(-5px);
    border-color: rgba(151, 188, 209, 0.62);
    box-shadow: 0 22px 42px rgba(114, 145, 172, 0.14);
  }
}

.health-panel-points article strong {
  display: block;
  font-size: 0.88rem;
  line-height: 1.24;
}

.health-panel-points article p {
  margin-top: 6px;
  font-size: 0.82rem;
  line-height: 1.5;
}

.health-panel-point-head {
  display: flex;
  align-items: center;
  gap: 9px;
}

.health-panel-point-titlewrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.health-panel-point-head img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  padding: 6px;
  box-sizing: content-box;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(244, 250, 253, 1), rgba(234, 244, 249, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 18px rgba(133, 171, 194, 0.10);
  filter: invert(35%) sepia(18%) saturate(1154%) hue-rotate(161deg) brightness(86%) contrast(93%);
}

.health-panel-points article:nth-child(2) .health-panel-point-head img {
  filter: invert(36%) sepia(17%) saturate(1322%) hue-rotate(149deg) brightness(84%) contrast(91%);
}

.health-panel-points article:nth-child(3) .health-panel-point-head img {
  filter: invert(32%) sepia(17%) saturate(1434%) hue-rotate(119deg) brightness(83%) contrast(90%);
}

.health-panel-points article:nth-child(4) .health-panel-point-head img {
  filter: invert(35%) sepia(20%) saturate(1210%) hue-rotate(176deg) brightness(84%) contrast(92%);
}

.health-panel-point-mini {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(232, 242, 249, 0.88);
  color: #66859d;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@keyframes healthPanelPointIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.health-calm {
  padding-top: 20px;
}

.health-calm-grid,
.health-steps-list {
  display: grid;
  gap: 14px;
}

.health-calm-card {
  padding: 22px 20px;
}

.health-calm-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(122, 168, 217, 0.12);
}

.health-calm-card-icon img {
  width: 24px;
  height: 24px;
}

.health-calm-card strong {
  display: block;
  margin-top: 14px;
  font-size: 1.02rem;
  line-height: 1.55;
}

.health-calm-card p {
  margin-top: 10px;
  color: var(--health-muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

.health-steps {
  background: linear-gradient(180deg, rgba(236, 246, 253, 0.44), rgba(255, 255, 255, 0));
}

.health-steps-list {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.health-step-card {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.health-step-rail {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
}

.health-step-line {
  width: 2px;
  flex: 1 1 auto;
  min-height: 56px;
  margin-top: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(120, 169, 196, 0.55), rgba(196, 221, 236, 0.24));
}

.health-step-card:last-child .health-step-line {
  opacity: 0;
}

.health-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(240, 248, 253, 0.98), rgba(230, 241, 248, 0.95));
  box-shadow: 0 12px 24px rgba(129, 163, 189, 0.16);
}

.health-step-icon img {
  width: 16px;
  height: 16px;
  filter: invert(42%) sepia(19%) saturate(1124%) hue-rotate(163deg) brightness(90%) contrast(90%);
}

.health-step-content {
  position: relative;
  padding: 12px 12px 11px;
  border: 1px solid rgba(183, 202, 220, 0.54);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 254, 0.92));
  box-shadow: 0 16px 34px rgba(114, 145, 172, 0.08);
  overflow: hidden;
  text-align: left;
}

.health-step-content::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(129, 184, 205, 0.08), rgba(129, 184, 205, 0.75), rgba(129, 184, 205, 0.08));
}

.health-step-trigger {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.health-step-label {
  display: block;
  color: #7190ab;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.health-step-content strong {
  display: block;
  margin-top: 5px;
  font-size: 0.88rem;
  line-height: 1.22;
}

.health-step-content p {
  margin-top: 6px;
  color: var(--health-muted);
  line-height: 1.42;
  font-size: 0.78rem;
}

.health-step-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #5f84a3;
  font-size: 0.72rem;
  font-weight: 700;
}

.health-step-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(223, 237, 246, 0.9);
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.24s ease, background 0.24s ease;
}

.health-step-visual {
  grid-column: 2;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s ease;
}

.health-step-visual-inner {
  min-height: 0;
  overflow: hidden;
  display: grid;
  gap: 6px;
  padding: 0 12px 0 12px;
}

.health-step-card.is-open .health-step-visual {
  grid-template-rows: 1fr;
}

.health-step-card.is-open .health-step-visual-inner {
  padding: 0 12px 12px 12px;
}

.health-step-card.is-open .health-step-toggle-icon {
  transform: rotate(45deg);
  background: rgba(204, 228, 241, 0.98);
}

.health-step-card.is-open .health-step-content {
  border-color: rgba(155, 192, 213, 0.72);
  box-shadow: 0 20px 38px rgba(114, 145, 172, 0.12);
}

.health-step-visual img {
  display: block;
  width: 100%;
  max-width: 170px;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(198, 214, 226, 0.76);
  box-shadow: 0 16px 28px rgba(114, 145, 172, 0.10);
  cursor: zoom-in;
}

.health-step-visual-note {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  width: fit-content;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(231, 242, 249, 0.82);
  color: #5a7991;
  font-size: 0.66rem;
  font-weight: 700;
}

.health-step-image-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(13, 26, 39, 0.68);
}

.health-step-image-modal.is-hidden {
  display: none;
}

.health-step-image-modal-card {
  position: relative;
  width: min(92vw, 560px);
  max-height: 88vh;
  padding: 14px;
  border-radius: 26px;
  background: rgba(250, 253, 255, 0.98);
  box-shadow: 0 28px 70px rgba(20, 40, 58, 0.32);
}

.health-step-image-modal-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(88vh - 28px);
  object-fit: contain;
  border-radius: 18px;
}

.health-step-image-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #476277;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(79, 107, 131, 0.18);
}

.health-offer-shell {
  display: flex;
  justify-content: center;
}

.health-offer-card {
  width: min(100%, 920px);
  padding: 22px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 247, 253, 0.94));
  border-color: rgba(160, 196, 220, 0.58);
}

.health-offer-card h2 {
  font-size: clamp(1.7rem, 4.8vw, 2.5rem);
  line-height: 1.04;
  max-width: 11ch;
}

.health-offer-card p {
  margin-top: 10px;
  color: var(--health-muted);
  line-height: 1.58;
  font-size: 0.92rem;
}

.health-offer-copy,
.health-offer-side {
  display: flex;
  flex-direction: column;
}

.health-offer-price-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 14px;
}

.health-offer-price-line strong {
  font-size: clamp(2.1rem, 6.5vw, 3rem);
  line-height: 0.98;
  color: #17365d;
}

.health-offer-price-line span {
  color: #607892;
  font-size: 0.95rem;
  font-weight: 700;
}

.health-offer-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  list-style: none;
}

.health-offer-list li {
  position: relative;
  padding-left: 24px;
  color: #4d657c;
  font-size: 0.88rem;
  line-height: 1.45;
}

.health-offer-list li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: 0;
  color: #77a99a;
  font-weight: 800;
}

.health-offer-side {
  justify-content: center;
  padding: 18px 16px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(223, 239, 250, 0.92), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(149, 192, 220, 0.46);
  margin-top: 14px;
}

.health-offer-side-text {
  margin-top: 0;
  color: #506b84;
  line-height: 1.56;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
}

.health-offer-side .health-button {
  margin-top: 14px;
  min-height: 54px;
}

.health-offer-side-note {
  margin-top: 10px;
  color: #70859a;
  font-size: 0.76rem;
  line-height: 1.45;
  text-align: center;
}

.health-faq-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.health-faq-item {
  overflow: hidden;
}

.health-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.health-faq-question strong {
  font-size: 0.92rem;
  line-height: 1.36;
}

.health-faq-icon {
  flex: 0 0 auto;
  color: #6c97bf;
  font-size: 1.35rem;
  font-weight: 700;
  transition: transform 0.28s ease, color 0.28s ease;
}

.health-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  opacity: 0;
  transition:
    max-height 0.34s ease,
    opacity 0.24s ease,
    padding 0.34s ease;
}

.health-faq-answer p {
  color: var(--health-muted);
  line-height: 1.8;
  transform: translateY(-6px);
  transition: transform 0.28s ease;
}

.health-faq-item.is-open .health-faq-answer {
  max-height: 240px;
  padding: 0 20px 22px;
  opacity: 1;
}

.health-faq-item.is-open .health-faq-icon {
  transform: rotate(45deg);
  color: #4f83b8;
}

.health-faq-item.is-open .health-faq-answer p {
  transform: translateY(0);
}

.health-final-cta {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

@media (min-width: 768px) {
  .health-calm-grid,
  .health-steps-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .health-steps-list {
    gap: 22px 24px;
  }

  .health-step-card {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .health-step-content {
    padding: 22px 22px 20px;
  }

  .health-step-card.is-open .health-step-visual-inner {
    padding: 0 22px 22px 22px;
  }

  .health-hero,
  .health-pain,
  .health-contact,
  .health-panel,
  .health-calm,
  .health-steps,
  .health-offer,
  .health-faq {
    padding: 56px 0;
  }

  .health-section-bridge {
    padding: 8px 0 10px;
  }

  .health-section-bridge-card {
    min-height: 58px;
    padding: 12px 18px;
  }

  .health-phone-card,
  .health-phone-frame {
    width: min(100%, 560px);
  }

  .health-pain-card {
    padding: 36px 32px;
  }

  .health-offer-card {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 24px;
    align-items: center;
  }

  .health-scene-photo {
    top: 104px;
    width: 156px;
    height: 276px;
  }

  .health-hero-scene {
    min-height: 470px;
  }
}

@media (min-width: 980px) {
  .landing-saude .landing-nichebar,
  .health-nichebar {
    top: 74px;
  }

  .landing-saude .landing-nichebar-inner,
  .health-nichebar-inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .health-hero {
    padding-top: 64px;
    padding-bottom: 12px;
  }

  .health-hero-grid,
  .health-contact-grid,
  .health-panel-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
    align-items: center;
    gap: 54px;
  }

  .health-panel-grid {
    grid-template-columns: minmax(340px, 430px) minmax(0, 1fr);
    gap: 54px;
  }

  .health-contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .health-contact-flow {
    grid-auto-flow: initial;
    grid-auto-columns: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

  .health-pain-grid {
    display: grid;
    grid-template-columns: minmax(0, 760px);
    justify-content: center;
  }

  .health-calm-grid,
  .health-steps-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .health-hero-copy h1 {
    max-width: 620px;
  }

  .health-contact-visual,
  .health-panel-visual {
    justify-content: flex-end;
  }

  .health-panel-visual {
    order: 0;
  }

  .health-panel-preview {
    width: min(100%, 410px);
  }

  .health-panel-preview-float {
    right: -18px;
    bottom: 28px;
    width: 36%;
    max-width: 152px;
  }

  .health-hero-scene {
    min-height: 500px;
  }

  .health-phone-frame {
    width: 700px;
    top: -18px;
  }

  .health-scene-photo {
    top: 118px;
    width: 172px;
    height: 304px;
  }

  .health-step-card:nth-child(even) {
    margin-top: 44px;
  }

  .health-contact-step-card,
  .health-contact-step-card.is-focus,
  .health-contact-step-card:active {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .health-contact-step-card,
  .health-contact-step-card.is-visible,
  .health-contact-step-card.is-focus,
  .health-contact-step-card:active,
  .health-contact-step-card img,
  .health-contact-step-card.is-focus img,
  .health-panel-preview-main,
  .health-panel-preview-float {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .health-hero-reveal,
  .health-hero-meta-item,
  .health-pain-typing-dots span {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .health-hero-cta::after,
  .health-phone-shot {
    animation: none !important;
  }
}
