.landing-educacao {
  --landing-bg: #f6f9ff;
  --landing-surface: #ffffff;
  --landing-text: #1d2f55;
  --landing-muted: #647a9b;
  --landing-primary: #2f63ea;
  --landing-primary-strong: #234fca;
  --landing-primary-soft: #e6efff;
  --landing-border: rgba(189, 208, 240, 0.82);
  --landing-shadow: 0 24px 56px rgba(66, 103, 176, 0.12);
  background:
    radial-gradient(circle at top left, rgba(71, 134, 255, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(107, 180, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%);
}

.landing-educacao main {
  position: relative;
}

.landing-educacao .landing-topbar {
  background: rgba(246, 249, 255, 0.92);
  border-bottom-color: rgba(196, 212, 239, 0.78);
}

.landing-educacao .landing-topbar .landing-brand,
.landing-educacao .landing-topbar .landing-login {
  color: #203a61;
}

.landing-educacao .landing-login {
  border-color: rgba(83, 125, 213, 0.24);
  color: #4b6ea5;
}

.landing-educacao .landing-button.health-button {
  background: linear-gradient(135deg, #3167ee, #2451d3);
  box-shadow: 0 18px 36px rgba(47, 99, 234, 0.26);
}

.landing-educacao .landing-kicker {
  color: #3c62a6;
}

.landing-educacao .landing-nichebar {
  position: fixed;
  top: 74px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 18;
  background: rgba(246, 249, 255, 0.9);
  backdrop-filter: blur(14px);
  border-bottom-color: rgba(196, 212, 239, 0.74);
}

.landing-educacao .landing-nichebar-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.landing-educacao .landing-nichebar-head strong {
  display: block;
  font-size: 0.96rem;
  line-height: 1.15;
  color: #274267;
}

.landing-educacao .landing-nichebar-kicker {
  display: block;
  color: #7188a7;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

.landing-educacao .landing-nichebar-button {
  min-height: 38px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  background: rgba(98, 140, 228, 0.14);
  color: #5478b3;
  font: inherit;
  font-weight: 800;
  font-size: 0.84rem;
  line-height: 1.05;
  cursor: pointer;
}

.landing-educacao .landing-nicho-modal {
  background: rgba(21, 34, 61, 0.5);
}

.landing-educacao .landing-nicho-option {
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border-color: rgba(189, 208, 240, 0.88);
}

.landing-educacao .landing-nicho-option.is-active {
  background: linear-gradient(180deg, #f8fbff, #edf4ff);
  border-color: rgba(98, 140, 228, 0.72);
}

.landing-educacao .landing-nicho-emoji {
  background: rgba(230, 239, 255, 0.92);
}

.landing-educacao .health-hero-kicker {
  background: rgba(234, 242, 255, 0.96);
  color: #4067a7;
}

.landing-educacao .health-hero-copy h1 {
  color: #183056;
}

.landing-educacao .health-hero-copy h1 span {
  color: #2d6af0;
}

.landing-educacao .health-hero-copy p,
.landing-educacao .health-contact-copy p,
.landing-educacao .health-panel-copy p {
  color: #617897;
}

.landing-educacao .health-hero-point-item span {
  color: #1d3358;
}

.landing-educacao .health-hero-point-item img,
.landing-educacao .health-panel-point-head img,
.landing-educacao .health-step-icon img {
  filter: invert(28%) sepia(64%) saturate(1614%) hue-rotate(210deg) brightness(94%) contrast(94%);
}

.landing-educacao .health-hero-meta strong,
.landing-educacao .health-hero-meta small {
  color: #6f86a5;
}

.landing-educacao .health-hero-scene::before {
  inset: 36px 0 18px 0;
  border-radius: 42px;
  background: radial-gradient(circle at center, rgba(212, 232, 255, 0.98), rgba(235, 244, 255, 0.62) 58%, transparent 84%);
}

.landing-educacao .health-hero {
  position: relative;
}

.landing-educacao .health-hero::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -10px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(69, 127, 236, 0.06), rgba(116, 203, 255, 0.1), rgba(69, 127, 236, 0.06));
  filter: blur(10px);
  pointer-events: none;
}

.edu-hero-scene {
  min-height: 430px;
}

.edu-phone-frame {
  top: 8px;
  width: min(100%, 118%);
}

.edu-scene-card {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 3;
  width: min(158px, 40%);
  padding: 12px 11px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(188, 210, 241, 0.9);
  box-shadow: 0 20px 34px rgba(76, 110, 178, 0.16);
  backdrop-filter: blur(10px);
  animation: eduSceneFloat 5.8s ease-in-out infinite;
}

.edu-scene-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 16px;
  background: rgba(230, 239, 255, 0.95);
  font-size: 1.2rem;
}

.edu-scene-card strong {
  display: block;
  color: #1d3156;
  font-size: 0.76rem;
  line-height: 1.26;
}

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

.landing-educacao .health-pain::before,
.landing-educacao .health-panel,
.landing-educacao .health-steps {
  background:
    radial-gradient(circle at left top, rgba(89, 144, 243, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(240, 246, 255, 0.86), rgba(255, 255, 255, 0));
}

.landing-educacao .edu-steps {
  position: relative;
}

.landing-educacao .edu-steps::before {
  content: "";
  position: absolute;
  inset: 18px 0 auto;
  height: 140px;
  background: linear-gradient(180deg, rgba(203, 225, 255, 0.28), rgba(203, 225, 255, 0));
  pointer-events: none;
}

.landing-educacao .health-pain-card,
.landing-educacao .health-contact-stage,
.landing-educacao .health-panel-preview,
.landing-educacao .health-offer-side {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 255, 0.94));
  border-color: rgba(191, 211, 241, 0.72);
}

.landing-educacao .health-pain-card,
.landing-educacao .health-contact-stage,
.landing-educacao .health-offer-card,
.landing-educacao .health-faq-item {
  box-shadow:
    0 18px 36px rgba(74, 109, 176, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.edu-pain-icon {
  background: linear-gradient(180deg, #ebf3ff, #f7fbff);
  border-color: rgba(122, 167, 238, 0.38);
  color: #3667d8;
  box-shadow: 0 10px 22px rgba(73, 122, 208, 0.14);
}

.edu-pain-icon span {
  font-size: 1.25rem;
}

.landing-educacao .health-pain-bubble {
  border-color: rgba(213, 224, 241, 0.86);
  box-shadow: 0 8px 18px rgba(86, 118, 177, 0.08);
}

.landing-educacao .health-pain-bubble:nth-child(2) {
  transform: translateX(6px);
}

.landing-educacao .health-pain-bubble:nth-child(3) {
  transform: translateX(-2px);
}

.landing-educacao .health-pain-bubble:nth-child(4) {
  transform: translateX(8px);
}

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

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

.landing-educacao .health-pain-typing-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #5f8ff3;
  opacity: 0.35;
  animation: educacaoTypingPulse 1.4s ease-in-out infinite;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .landing-educacao .health-pain-typing-dots span {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
}

.landing-educacao .health-contact-stage-badge,
.landing-educacao .health-contact-trust-item,
.landing-educacao .health-step-visual-note,
.landing-educacao .health-panel-point-mini {
  background: rgba(230, 239, 255, 0.9);
  color: #5677a9;
}

.landing-educacao .health-contact {
  padding-top: 24px;
  padding-bottom: 20px;
}

.landing-educacao .health-contact-copy h2 {
  margin-top: 10px;
  font-size: clamp(1.7rem, 5.8vw, 2.4rem);
  line-height: 1.06;
}

.landing-educacao .health-contact-copy p {
  margin-top: 12px;
  font-size: 0.96rem;
  line-height: 1.58;
}

.landing-educacao .health-contact-trust {
  gap: 8px;
  margin-top: 14px;
}

.landing-educacao .health-contact-trust-item {
  min-height: 28px;
  padding: 0 10px;
  font-size: 0.72rem;
}

.landing-educacao .health-contact-stage-screen,
.landing-educacao .health-panel-preview {
  background: linear-gradient(180deg, rgba(231, 241, 255, 0.9), rgba(247, 250, 255, 0.96));
}

.landing-educacao .health-contact-stage-device {
  background: linear-gradient(180deg, #1b2840, #253a59 58%, #17253d);
}

.landing-educacao .health-contact-stage {
  margin-top: 20px;
  padding: 14px;
  border-radius: 24px;
}

.landing-educacao .health-contact-stage-head {
  gap: 6px;
}

.landing-educacao .health-contact-stage-head strong {
  font-size: 1rem;
  line-height: 1.28;
}

.edu-contact-stage-hint {
  margin-top: 8px;
  color: #7088a8;
  font-size: 0.78rem;
  line-height: 1.4;
}

.landing-educacao .health-contact-stage-badge {
  min-height: 28px;
  padding: 0 10px;
  font-size: 0.7rem;
}

.landing-educacao .health-contact-stage-screen {
  margin-top: 12px;
  padding: 8px;
  border-radius: 20px;
}

.landing-educacao .health-contact-stage-device {
  width: min(100%, 238px);
  padding: 11px 7px 8px;
  border-radius: 26px;
}

.landing-educacao .health-contact-stage-notch {
  top: 7px;
  height: 10px;
}

.landing-educacao .health-contact-stage-device img {
  border-radius: 18px;
}

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

.landing-educacao .health-contact-stage-tab {
  position: relative;
  min-height: 72px;
  padding: 10px 30px 9px 11px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
}

.landing-educacao .health-contact-stage-tab small {
  font-size: 0.66rem;
}

.landing-educacao .health-contact-stage-tab strong {
  margin-top: 4px;
  font-size: 0.84rem;
  line-height: 1.2;
}

.edu-contact-stage-tab-icon {
  position: absolute;
  right: 9px;
  bottom: 9px;
  opacity: 0.52;
  font-size: 0.78rem;
  line-height: 1;
}

.landing-educacao .health-contact-stage-tab.is-active .edu-contact-stage-tab-icon {
  opacity: 0.9;
}

.landing-educacao .health-contact-stage-tab.is-active,
.landing-educacao .health-step-card.is-open .health-step-content,
.landing-educacao .health-panel-points article.is-active {
  border-color: rgba(117, 157, 235, 0.82);
  box-shadow: 0 20px 38px rgba(79, 117, 186, 0.14);
}

.landing-educacao .health-contact-stage-tab.is-active::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 8px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5a87ef, #7bcfff);
}

.landing-educacao .health-section-bridge-pill,
.landing-educacao .health-section-bridge-node {
  color: #486b98;
}

.landing-educacao .health-section-bridge-card {
  border-color: rgba(178, 203, 241, 0.88);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 246, 255, 0.98));
  box-shadow: 0 16px 28px rgba(74, 109, 176, 0.08);
}

.landing-educacao .health-section-bridge-pill {
  background: rgba(223, 236, 255, 0.98);
  color: #476da0;
}

.landing-educacao .health-panel-preview-main {
  border-radius: 24px;
}

.landing-educacao .health-panel-preview-float {
  width: 42%;
  max-width: 150px;
  border-radius: 20px;
}

.landing-educacao .edu-panel {
  padding-top: 24px;
  padding-bottom: 22px;
}

.landing-educacao .edu-panel-copy h2 {
  margin-top: 10px;
  font-size: clamp(1.75rem, 5.9vw, 2.5rem);
  line-height: 1.06;
  color: #1a365f;
}

.landing-educacao .edu-panel-copy p {
  margin-top: 10px;
  font-size: 0.95rem;
  line-height: 1.58;
  max-width: 34ch;
}

.landing-educacao .edu-panel-copy::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4f7fea, #89d5ff);
  box-shadow: 0 8px 18px rgba(79, 127, 234, 0.18);
}

.landing-educacao .edu-panel-visual {
  margin-top: 14px;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
}

.landing-educacao .edu-panel-carousel-shell {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.landing-educacao .edu-panel-carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.landing-educacao .edu-panel-carousel-label {
  color: #6d84a3;
  font-size: 0.76rem;
  font-weight: 700;
}

.landing-educacao .edu-panel-carousel-dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.landing-educacao .edu-panel-carousel-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(128, 156, 204, 0.32);
  transition: transform 0.22s ease, background 0.22s ease;
  cursor: pointer;
}

.landing-educacao .edu-panel-carousel-dots span.is-active {
  background: #3a6ce6;
  transform: scale(1.18);
}

.landing-educacao .edu-panel-carousel {
  display: grid;
  width: 100%;
  grid-auto-flow: column;
  grid-auto-columns: 48%;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
  overscroll-behavior-x: contain;
}

.landing-educacao .edu-panel-carousel::-webkit-scrollbar {
  display: none;
}

.landing-educacao .edu-panel-slide {
  scroll-snap-align: start;
  display: flex;
}

.landing-educacao .edu-panel-slide-trigger {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.landing-educacao .edu-panel-slide {
  transition: transform 0.24s ease;
}

.landing-educacao .edu-panel-slide.is-active {
  transform: translateY(-3px);
}

.landing-educacao .edu-panel-slide-copy {
  margin-top: 10px;
  padding: 12px 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(191, 211, 241, 0.72);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 255, 0.94));
  box-shadow: 0 16px 30px rgba(74, 109, 176, 0.08);
}

.landing-educacao .edu-panel-slide-copy::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(79, 127, 234, 0.86), rgba(137, 213, 255, 0.7));
}

.landing-educacao .edu-panel-slide-title {
  display: flex;
  align-items: center;
  gap: 9px;
}

.landing-educacao .edu-panel-slide-title img {
  width: 19px;
  height: 19px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(230, 239, 255, 0.92);
  filter: invert(28%) sepia(64%) saturate(1614%) hue-rotate(210deg) brightness(94%) contrast(94%);
}

.landing-educacao .edu-panel-slide-title strong {
  color: #1f345a;
  font-size: 0.92rem;
  line-height: 1.2;
}

.landing-educacao .edu-panel-slide-copy p {
  margin: 8px 0 0;
  color: #617897;
  font-size: 0.82rem;
  line-height: 1.45;
}

.landing-educacao .edu-panel-slide.is-active .edu-panel-slide-copy {
  border-color: rgba(117, 157, 235, 0.82);
  box-shadow: 0 18px 32px rgba(72, 112, 186, 0.12);
}

.landing-educacao .edu-panel-preview {
  width: 100%;
  height: 188px;
  padding: 8px;
  border-radius: 18px;
  overflow: hidden;
}

.landing-educacao .edu-panel-preview::before {
  inset: 8px auto 8px 8px;
  border-radius: 14px;
}

.landing-educacao .edu-panel-preview::after {
  inset: auto 8px 6px 8px;
  height: 20px;
}

.landing-educacao .edu-panel-preview-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.landing-educacao .edu-panel-preview-agenda .health-panel-preview-main {
  object-position: center 68%;
}

.landing-educacao .edu-panel-preview-share .health-panel-preview-main {
  object-position: center 20%;
}

.landing-educacao .edu-panel-preview-blocks .health-panel-preview-main {
  object-position: center 26%;
}

.landing-educacao .edu-panel-preview-waitlist .health-panel-preview-main {
  object-position: center 22%;
}

.landing-educacao .edu-panel-preview-float {
  right: -4px;
  bottom: 14px;
  width: 34%;
  max-width: 112px;
  border-radius: 16px;
}

.landing-educacao .health-offer-price-line strong {
  color: #244ebf;
}

.landing-educacao .health-offer-card {
  background:
    radial-gradient(circle at top right, rgba(105, 165, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 255, 0.98));
  border-color: rgba(183, 206, 241, 0.76);
  box-shadow:
    0 22px 42px rgba(74, 109, 176, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.landing-educacao .health-offer-copy {
  gap: 0;
}

.landing-educacao .health-offer-card p {
  color: #617897;
}

.landing-educacao .health-offer-price-line {
  margin-top: 20px;
  padding: 16px 18px 14px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(236, 244, 255, 0.9), rgba(248, 251, 255, 0.98));
  border: 1px solid rgba(191, 211, 241, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.landing-educacao .health-offer-price-line span {
  color: #5f79a3;
  font-size: 1rem;
}

.landing-educacao .health-offer-list {
  gap: 12px;
}

.landing-educacao .health-offer-list li {
  min-height: 44px;
  padding: 11px 14px 11px 42px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(191, 211, 241, 0.62);
  box-shadow: 0 10px 20px rgba(74, 109, 176, 0.05);
  font-weight: 600;
}

.landing-educacao .health-offer-list li::before {
  content: "✓";
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4978e2;
  background: rgba(230, 239, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 900;
}

.landing-educacao .health-faq-icon {
  color: #5a80b9;
}

.landing-educacao .health-faq {
  position: relative;
  padding-top: 52px;
}

.landing-educacao .health-faq .section-head {
  margin-bottom: 18px;
}

.edu-desktop-story {
  display: none;
}

.landing-educacao .health-faq-question {
  transition: background 0.22s ease;
}

.landing-educacao .health-faq-item.is-open .health-faq-question {
  background: linear-gradient(180deg, rgba(244, 248, 255, 0.92), rgba(255, 255, 255, 0.98));
}

.landing-educacao .health-final-cta .health-button {
  box-shadow: 0 18px 34px rgba(47, 99, 234, 0.24);
}

.landing-educacao .health-offer-side {
  position: relative;
  gap: 0;
  padding: 22px 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(119, 190, 255, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(240, 247, 255, 0.96), rgba(255, 255, 255, 0.98));
  box-shadow:
    0 18px 34px rgba(74, 109, 176, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.landing-educacao .health-offer-side::before {
  content: "Vagas limitadas";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  width: fit-content;
  margin: 0 auto 12px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(230, 239, 255, 0.92);
  color: #5677a9;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing-educacao .health-offer-side-text {
  color: #4f6788;
  font-size: 0.94rem;
  line-height: 1.62;
}

.landing-educacao .health-offer-side .health-button {
  margin-top: 16px;
  min-height: 56px;
}

.landing-educacao .health-offer-side-note {
  margin-top: 12px;
  color: #7187a4;
  font-size: 0.78rem;
  line-height: 1.5;
}

.landing-educacao .health-step-image-modal {
  padding: 12px;
}

.landing-educacao .edu-steps .section-head {
  position: relative;
  z-index: 1;
}

.landing-educacao .edu-steps .section-head h2 {
  margin-inline: auto;
}

.landing-educacao .edu-steps-intro {
  max-width: 30ch;
  margin: 10px auto 0;
  color: #6b82a1;
  font-size: 0.92rem;
  line-height: 1.52;
  text-align: center;
}

.landing-educacao .health-steps-list {
  position: relative;
  z-index: 1;
  gap: 12px;
}

.landing-educacao .health-step-card {
  position: relative;
  border-radius: 24px;
  border-color: rgba(191, 211, 241, 0.78);
  background:
    radial-gradient(circle at top right, rgba(114, 167, 255, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
  box-shadow:
    0 18px 36px rgba(74, 109, 176, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  overflow: hidden;
}

.landing-educacao .health-step-card::after {
  content: "";
  position: absolute;
  left: 54px;
  right: 16px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(78, 120, 225, 0), rgba(78, 120, 225, 0.34), rgba(132, 212, 255, 0));
}

.landing-educacao .health-step-rail {
  left: 14px;
  top: 16px;
  bottom: 14px;
}

.landing-educacao .health-step-line {
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, rgba(104, 151, 238, 0.28), rgba(141, 214, 255, 0.08));
}

.landing-educacao .health-step-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ebf3ff, #f7fbff);
  box-shadow: 0 12px 24px rgba(73, 122, 208, 0.14);
}

.landing-educacao .health-step-content {
  margin-left: 54px;
  padding: 16px 14px 14px;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
}

.landing-educacao .health-step-content::before {
  display: none;
}

.landing-educacao .health-step-label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(230, 239, 255, 0.9);
  color: #5677a9;
  font-size: 0.67rem;
  letter-spacing: 0.04em;
}

.landing-educacao .health-step-content strong {
  margin-top: 8px;
  color: #20365c;
  font-size: 1rem;
  line-height: 1.24;
}

.landing-educacao .health-step-content p {
  margin-top: 7px;
  color: #6b82a1;
  font-size: 0.84rem;
  line-height: 1.45;
}

.landing-educacao .health-step-toggle {
  margin-top: 10px;
  color: #4d75c7;
  font-size: 0.8rem;
}

.landing-educacao .health-step-toggle-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(230, 239, 255, 0.92);
  color: #3f69bf;
}

.landing-educacao .health-step-visual {
  padding-inline: 14px 14px;
  padding-bottom: 14px;
}

.landing-educacao .health-step-visual-inner {
  padding: 10px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(232, 241, 255, 0.92), rgba(247, 250, 255, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.landing-educacao .health-step-visual img {
  border-radius: 14px;
}

.landing-educacao .health-step-visual-note {
  margin-top: 10px;
  min-height: 28px;
  padding: 0 11px;
  font-size: 0.73rem;
}

.landing-educacao .health-step-card.is-open {
  border-color: rgba(123, 161, 236, 0.8);
}

.landing-educacao .health-step-card.is-open::after {
  background: linear-gradient(90deg, rgba(78, 120, 225, 0.1), rgba(78, 120, 225, 0.7), rgba(132, 212, 255, 0.3));
}

.landing-educacao .health-step-card.is-open .health-step-content {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.12));
}

.landing-educacao .health-step-card.is-open .health-step-visual-inner {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 28px rgba(72, 112, 186, 0.1);
}

.landing-educacao .health-step-image-modal-card {
  width: min(94vw, 420px);
  max-height: 90vh;
  padding: 12px;
  border-radius: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.landing-educacao .health-step-image-modal-card img {
  width: 100%;
  max-height: none;
  height: auto;
  object-fit: initial;
  border-radius: 16px;
}

.landing-educacao .health-step-image-modal-close {
  position: sticky;
  top: 0;
  margin-left: auto;
}

@media (min-width: 768px) {
  .landing-educacao .health-faq {
    padding-top: 60px;
  }

  .landing-educacao .edu-steps-intro {
    max-width: 40ch;
    font-size: 0.96rem;
  }

  .landing-educacao .health-steps-list {
    gap: 14px;
  }

  .landing-educacao .edu-panel {
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .landing-educacao .edu-panel-preview {
    height: 188px;
    padding: 10px;
    border-radius: 20px;
  }

  .landing-educacao .edu-panel-preview-main {
    height: 100%;
  }

  .landing-educacao .edu-panel-preview-agenda .health-panel-preview-main {
    object-position: center 68%;
  }

  .landing-educacao .edu-panel-preview-share .health-panel-preview-main {
    object-position: center 20%;
  }

  .landing-educacao .edu-panel-preview-blocks .health-panel-preview-main {
    object-position: center 26%;
  }

  .landing-educacao .edu-panel-preview-waitlist .health-panel-preview-main {
    object-position: center 22%;
  }

  .landing-educacao .edu-panel-preview-float {
    right: -8px;
    bottom: 18px;
    max-width: 126px;
  }

  .landing-educacao .health-contact {
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .landing-educacao .health-contact-stage {
    padding: 18px;
  }

  .landing-educacao .health-contact-stage-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .landing-educacao .health-contact-stage-device {
    width: min(100%, 270px);
  }

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

  .edu-phone-frame {
    width: min(100%, 112%);
  }

  .edu-scene-card {
    bottom: 42px;
    width: 210px;
  }
}

@media (min-width: 980px) {
  .edu-desktop-story {
    display: block;
    padding: 20px 0 18px;
  }

  .edu-desktop-story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
  }

  .edu-desktop-story-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    height: 100%;
    padding: 24px 22px;
    border: 1px solid rgba(191, 211, 241, 0.76);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
    box-shadow:
      0 18px 36px rgba(74, 109, 176, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.88);
  }

  .edu-desktop-story-pain h2,
  .edu-desktop-story-copy h2 {
    margin-top: 10px;
    color: #1c355d;
    font-size: clamp(1.9rem, 2.2vw, 2.5rem);
    line-height: 1.06;
  }

  .edu-desktop-story-pain .health-pain-chat {
    margin-top: 16px;
    align-items: center;
    gap: 14px;
    flex: 1 1 auto;
  }

  .edu-desktop-story-pain .health-pain-bubbles {
    max-width: 100%;
    align-self: center;
  }

  .edu-desktop-story-pain .health-pain-bubble {
    width: 100%;
  }

  .edu-desktop-story-copy {
    justify-content: flex-start;
  }

  .edu-desktop-story-copy p {
    margin-top: 16px;
    color: #617897;
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .edu-desktop-story-copy .health-contact-trust {
    margin-top: auto;
    padding-top: 18px;
  }

  .edu-desktop-story-visual {
    display: none;
  }

  .landing-educacao .edu-pain,
  .landing-educacao .health-section-bridge-contact {
    display: none;
  }

  .landing-educacao .edu-contact {
    display: block;
    padding-top: 10px;
    padding-bottom: 26px;
  }

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

  .landing-educacao .edu-contact .health-contact-copy {
    display: none;
  }

  .landing-educacao .edu-contact .health-contact-stage {
    width: min(100%, 700px);
    margin: 0 auto;
    padding: 24px;
  }

  .landing-educacao .edu-contact .health-contact-stage-head {
    text-align: center;
    justify-items: center;
  }

  .landing-educacao .edu-contact .edu-contact-stage-hint {
    text-align: center;
  }

  .landing-educacao .edu-contact .health-contact-stage-screen {
    margin-top: 14px;
  }

  .landing-educacao .edu-contact .health-contact-stage-device {
    width: min(100%, 314px);
  }

  .landing-educacao .edu-contact .health-contact-stage-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 16px;
  }

  .landing-educacao .landing-container {
    width: min(1240px, calc(100% - 56px));
  }

  .landing-educacao .health-hero {
    padding-top: 34px;
    padding-bottom: 2px;
  }

  .landing-educacao .health-hero-grid {
    grid-template-columns: minmax(430px, 0.9fr) minmax(500px, 1.02fr);
    align-items: center;
    gap: 28px;
  }

  .landing-educacao .health-hero-copy h1 {
    max-width: 9ch;
    font-size: clamp(3.25rem, 4.15vw, 4.45rem);
    line-height: 0.94;
  }

  .landing-educacao .health-hero-copy p {
    max-width: 50ch;
    margin-top: 10px;
    font-size: 0.95rem;
    line-height: 1.52;
  }

  .landing-educacao .health-hero-points {
    max-width: 520px;
    gap: 7px;
    margin-top: 12px;
  }

  .landing-educacao .health-hero-point-item span {
    font-size: 0.9rem;
    line-height: 1.38;
  }

  .landing-educacao .health-hero-copy .health-button {
    margin-top: 16px;
    min-height: 54px;
    min-width: 224px;
  }

  .landing-educacao .health-hero-meta {
    margin-top: 10px;
    gap: 8px;
  }

  .landing-educacao .health-hero-meta span {
    min-height: 54px;
    padding: 4px 2px;
  }

  .landing-educacao .health-hero-meta strong {
    font-size: 0.72rem;
  }

  .landing-educacao .health-hero-meta small {
    font-size: 0.66rem;
  }

  .landing-educacao .health-hero-visual {
    align-self: stretch;
    justify-content: flex-start;
    overflow: hidden;
  }

  .landing-educacao .edu-panel {
    padding-top: 36px;
    padding-bottom: 28px;
  }

  .landing-educacao .edu-hero-scene {
    width: 100%;
    min-height: 500px;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden;
  }

  .landing-educacao .edu-phone-frame {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 480px;
    transform: none;
  }

  .landing-educacao .edu-scene-card {
    right: 238px;
    bottom: 110px;
    width: 144px;
    padding: 10px 10px;
  }

  .landing-educacao .edu-scene-card strong {
    font-size: 0.72rem;
  }

  .landing-educacao .health-pain {
    padding-top: 24px;
    padding-bottom: 42px;
  }

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

  .landing-educacao .health-pain-card {
    padding: 34px 34px 30px;
    border-radius: 34px;
  }

  .landing-educacao .health-pain-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.6rem, 3.2vw, 3.4rem);
  }

  .landing-educacao .health-pain-chat {
    align-items: center;
    gap: 22px;
  }

  .landing-educacao .health-pain-bubbles {
    max-width: 560px;
  }

  .landing-educacao .health-contact {
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .landing-educacao .health-contact-grid {
    grid-template-columns: minmax(360px, 420px) minmax(0, 620px);
    align-items: start;
    gap: 42px;
  }

  .landing-educacao .health-contact-copy {
    position: sticky;
    top: 156px;
  }

  .landing-educacao .health-contact-copy h2 {
    font-size: clamp(2.4rem, 3vw, 3.3rem);
  }

  .landing-educacao .health-contact-stage {
    margin-top: 0;
    padding: 18px 18px 16px;
  }

  .landing-educacao .health-contact-stage-device {
    width: min(100%, 320px);
  }

  .landing-educacao .health-section-bridge-card,
  .landing-educacao .health-section-bridge-card-soft {
    min-height: 58px;
    padding: 12px 22px;
  }

  .landing-educacao .edu-panel-visual {
    margin-top: 0;
    justify-content: flex-end;
  }

  .landing-educacao .health-panel-grid {
    grid-template-columns: minmax(360px, 420px) minmax(0, 1fr);
    align-items: start;
    gap: 34px;
  }

  .landing-educacao .edu-panel-copy {
    position: sticky;
    top: 156px;
  }

  .landing-educacao .edu-panel-copy h2 {
    font-size: clamp(2.7rem, 3.15vw, 3.55rem);
  }

  .landing-educacao .edu-panel-carousel {
    grid-auto-columns: minmax(0, 208px);
    overflow: visible;
    gap: 16px;
  }

  .landing-educacao .edu-panel-slide-copy {
    min-height: 172px;
    padding: 14px 14px 15px;
  }

  .landing-educacao .edu-panel-preview {
    width: 100%;
    height: 214px;
  }

  .landing-educacao .edu-panel-preview-main {
    height: 100%;
  }

  .landing-educacao .edu-panel-preview-agenda .health-panel-preview-main {
    object-position: center 68%;
  }

  .landing-educacao .edu-panel-preview-blocks .health-panel-preview-main {
    object-position: center 26%;
  }

  .landing-educacao .health-offer {
    padding-top: 38px;
  }

  .landing-educacao .health-offer-card {
    width: min(100%, 1040px);
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
    gap: 22px;
    padding: 30px;
  }

  .landing-educacao .health-offer-card h2 {
    font-size: clamp(2.8rem, 3.6vw, 4rem);
    line-height: 0.98;
  }

  .landing-educacao .health-offer-side {
    align-self: stretch;
    justify-content: center;
    min-height: 100%;
    padding-inline: 24px;
  }

  .landing-educacao .health-faq {
    padding-top: 48px;
  }

  .landing-educacao .health-faq .landing-container {
    max-width: 980px;
  }

  .landing-educacao .health-faq .section-head h2 {
    font-size: clamp(2.6rem, 3.1vw, 3.45rem);
  }

  .landing-educacao .health-faq-list {
    gap: 14px;
  }

  .landing-educacao .health-faq-question {
    padding: 24px 24px;
  }

  .landing-educacao .landing-nichebar {
    top: 74px;
  }

  .landing-educacao .landing-nichebar-inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
