/* Homepage-only clean hero layer.
 * Loaded after activation-flow-shared.css so archived poster experiments do
 * not affect the approved text-first hero or certificate heading. */

.home-step2-scope #activation-flow.step2-stage {
  padding-top: 26px !important;
  background:
    radial-gradient(circle at 9% 82%, rgba(203, 243, 222, .54), transparent 21%),
    radial-gradient(circle at 92% 9%, rgba(203, 243, 222, .62), transparent 18%),
    linear-gradient(120deg, #fffefb 0%, #fcfdf9 54%, #f8fcf8 100%) !important;
}

.home-step2-scope #activation-flow.step2-stage::before,
.home-step2-scope #activation-flow.step2-stage::after {
  display: block !important;
}

.home-step2-scope #activation-flow.step2-stage > .activation-intro.step2-activation-intro {
  width: min(calc(100% - 40px), 820px);
  margin: 0 auto 27px;
  text-align: center;
}

.home-step2-scope #activation-flow .activation-intro-kicker {
  position: relative;
  width: fit-content;
  margin: 0 auto 13px;
  padding: 7px 15px;
  border: 1px solid var(--activation-mint);
  border-radius: 999px;
  background: var(--activation-surface);
  box-shadow: none;
  color: var(--activation-brand-deep);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.035em;
}

.home-step2-scope #activation-flow .activation-intro-kicker::before,
.home-step2-scope #activation-flow .activation-intro-kicker::after,
.home-step2-scope #activation-flow .home-hero-fast::before,
.home-step2-scope #activation-flow .home-hero-fast::after,
.home-step2-scope #activation-flow .home-hero-method::before,
.home-step2-scope #activation-flow .home-hero-method::after {
  display: none !important;
}

.home-step2-scope #activation-flow .activation-intro h1 {
  margin: 0;
  color: var(--activation-navy);
  font-size: clamp(38px, 3.7vw, 52px);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: -.075em;
  word-break: keep-all;
}

.home-step2-scope #activation-flow .home-hero-keyword {
  display: block;
  color: var(--activation-navy);
}

.home-step2-scope #activation-flow .activation-intro h1 .home-hero-highlight {
  position: static;
  display: block;
  width: auto;
  max-width: none;
  margin: 7px 0 0;
  padding: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: var(--activation-brand);
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  white-space: normal;
}

.home-step2-scope #activation-flow .home-hero-copy {
  width: min(100%, 820px);
  margin: 11px auto 0 !important;
  color: var(--activation-navy) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.48 !important;
  letter-spacing: -.04em !important;
  text-align: center;
  word-break: keep-all;
}

.home-step2-scope #activation-flow .home-hero-copy > span {
  display: block;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  text-align: center;
  white-space: normal;
}

.home-step2-scope #activation-flow .home-hero-copy > span + span {
  margin-top: 1px;
  color: var(--activation-brand);
}

.home-step2-scope #activation-flow .home-hero-copy > span::before,
.home-step2-scope #activation-flow .home-hero-copy > span::after,
.home-step2-scope #activation-flow .home-hero-benefit::before,
.home-step2-scope #activation-flow .activation-intro-note {
  display: none !important;
}

.home-step2-scope #activation-flow .flow-panels {
  box-sizing: border-box;
  border-top: 0;
  padding-top: 0;
}

.home-step2-scope #activation-flow .step2-question-stage[data-step2-question="1"] {
  padding-top: 26px !important;
}

.home-step2-scope #activation-flow #inline-certificate-title {
  position: static;
  width: auto;
  max-width: 100%;
  margin-inline: auto;
  color: var(--activation-navy);
  font-size: clamp(34px, 3vw, 42px);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -.075em;
}

.home-step2-scope #activation-flow #inline-certificate-title::before,
.home-step2-scope #activation-flow #inline-certificate-title::after,
.home-step2-scope #activation-flow #inline-certificate-title .certificate-question-keyword::after {
  display: none !important;
}

.home-step2-scope #activation-flow #inline-certificate-title .certificate-question-keyword {
  position: static;
  display: inline;
  margin: 0;
  background: none;
  color: inherit;
}

.home-step2-scope #activation-flow [data-step2-question="1"] > .step2-stage-lede {
  position: static;
  width: auto;
  min-height: 0;
  margin: 7px auto 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--activation-navy);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: -.045em;
}

.home-step2-scope #activation-flow [data-step2-question="1"] > .step2-stage-lede::after,
.home-step2-scope #activation-flow [data-step2-question="1"] > .step2-stage-lede .certificate-one::after {
  display: none !important;
}

.home-step2-scope #activation-flow [data-step2-question="1"] > .step2-stage-lede .certificate-one {
  position: static;
  color: inherit;
  font-weight: 900;
}

@media (max-width: 767px) {
  .home-step2-scope #activation-flow.step2-stage {
    padding-top: 12px !important;
  }

  .home-step2-scope #activation-flow.step2-stage > .activation-intro.step2-activation-intro {
    width: 100%;
    margin-bottom: 12px;
  }

  .home-step2-scope #activation-flow .activation-intro-kicker {
    margin-bottom: 11px;
    padding: 6px 12px;
    font-size: 11px;
  }

  .home-step2-scope #activation-flow .activation-intro h1 {
    font-size: clamp(31px, 8.5vw, 35px);
    line-height: 1.02;
  }

  .home-step2-scope #activation-flow .activation-intro h1 .home-hero-highlight {
    margin-top: 6px;
    font-size: clamp(22px, 7.2vw, 29px);
    line-height: 1.02;
  }

  .home-step2-scope #activation-flow .home-hero-copy {
    width: 100%;
    margin-top: 10px !important;
    font-size: clamp(9px, 2.75vw, 11px) !important;
    line-height: 1.45 !important;
    letter-spacing: -.06em !important;
  }

  .home-step2-scope #activation-flow .home-hero-copy > span {
    white-space: nowrap;
  }

  .home-step2-scope #activation-flow .flow-panels {
    padding-top: 0;
  }

  .home-step2-scope #activation-flow .step2-question-stage[data-step2-question="1"] {
    padding-top: 16px !important;
  }

  .home-step2-scope #activation-flow #inline-certificate-title {
    font-size: clamp(23px, 7.4vw, 31px);
    line-height: 1.1;
    white-space: nowrap;
  }

  .home-step2-scope #activation-flow [data-step2-question="1"] > .step2-stage-lede {
    width: 100%;
    margin: 4px auto 7px;
    padding: 0;
    font-size: clamp(9.5px, 2.8vw, 11.5px);
    line-height: 1.35;
    letter-spacing: -.055em;
    white-space: nowrap;
  }
}

@media (max-width: 340px) {
  .home-step2-scope #activation-flow.step2-stage {
    padding-top: 8px !important;
  }

  .home-step2-scope #activation-flow.step2-stage > .activation-intro.step2-activation-intro {
    margin-bottom: 9px;
  }

  .home-step2-scope #activation-flow .activation-intro-kicker {
    margin-bottom: 8px;
  }

  .home-step2-scope #activation-flow .activation-intro h1 {
    font-size: 31px;
  }

  .home-step2-scope #activation-flow .activation-intro h1 .home-hero-highlight {
    margin-top: 6px;
    font-size: 22px;
  }

  .home-step2-scope #activation-flow .home-hero-copy {
    margin-top: 8px !important;
    font-size: 9px !important;
  }

  .home-step2-scope #activation-flow .flow-panels {
    padding-top: 0;
  }

  .home-step2-scope #activation-flow #inline-certificate-title {
    font-size: 22px;
  }

  .home-step2-scope #activation-flow [data-step2-question="1"] > .step2-stage-lede {
    margin-bottom: 5px;
    font-size: 9px;
  }
}

/* Q1 attention motion v23 — a faster CTA sweep and a persistent amber line
 * with a soft opacity-only glow, without changing card geometry. */
.home-step2-scope #activation-flow [data-step2-question="1"] .step2-stage-action.is-primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.home-step2-scope #activation-flow [data-step2-question="1"] .step2-stage-action.is-primary::after {
  content: "";
  position: absolute;
  inset: -18% auto -18% -42%;
  width: 34%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, .12) 32%,
    rgba(255, 255, 255, .68) 50%,
    rgba(255, 255, 255, .12) 68%,
    transparent 100%
  );
  opacity: 0;
  transform: translate3d(0, 0, 0) skewX(-18deg);
  will-change: transform, opacity;
  animation: home-q1-cta-shine 2.4s cubic-bezier(.22, 1, .36, 1) infinite;
  pointer-events: none;
}

.home-step2-scope #activation-flow [data-step2-question="1"] .step2-stage-choice.is-recommended {
  border-color: #f2b62f;
  background: linear-gradient(145deg, #fffefa 0%, #fffdfa 66%, #fffaf3 100%);
}

.home-step2-scope #activation-flow [data-step2-question="1"] .step2-stage-choice.is-recommended::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid rgba(255, 211, 89, .96);
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 224, 137, .28),
    inset 0 0 11px rgba(242, 182, 47, .22);
  opacity: .16;
  will-change: opacity;
  animation: home-q1-amber-border-glow 3.2s ease-in-out infinite;
  pointer-events: none;
}

.home-step2-scope #activation-flow [data-step2-question="1"] .step2-stage-choice > small {
  color: color-mix(in srgb, var(--activation-muted) 78%, var(--activation-brand) 22%);
  font-weight: 800;
  opacity: 1;
}

@keyframes home-q1-cta-shine {
  0%, 42% {
    opacity: 0;
    transform: translate3d(0, 0, 0) skewX(-18deg);
  }

  50% {
    opacity: 1;
  }

  80%, 100% {
    opacity: 0;
    transform: translate3d(440%, 0, 0) skewX(-18deg);
  }
}

@keyframes home-q1-amber-border-glow {
  0%, 100% {
    opacity: .16;
  }

  50% {
    opacity: .88;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-step2-scope #activation-flow [data-step2-question="1"] .step2-stage-action.is-primary::after,
  .home-step2-scope #activation-flow [data-step2-question="1"] .step2-stage-choice.is-recommended::before {
    animation: none;
  }

  .home-step2-scope #activation-flow [data-step2-question="1"] .step2-stage-action.is-primary::after {
    display: none;
  }

  .home-step2-scope #activation-flow [data-step2-question="1"] .step2-stage-choice.is-recommended::before {
    opacity: .28;
  }
}
