.engagement-section {
  position: relative;
  overflow: hidden;
  padding: 108px 0;
  background:
    radial-gradient(circle at 8% 14%, rgba(233, 173, 50, .2), transparent 25%),
    linear-gradient(135deg, #111620 0%, #090c11 58%, #17111a 100%);
  color: var(--white);
}

.engagement-section::before {
  content: "虎";
  position: absolute;
  right: -24px;
  bottom: -145px;
  color: rgba(255, 255, 255, .035);
  font: 700 420px/1 Georgia, "Times New Roman", serif;
  pointer-events: none;
}

.engagement-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: clamp(52px, 8vw, 110px);
  align-items: center;
}

.engagement-copy h2 {
  max-width: 650px;
  margin: 0 0 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
}

.engagement-copy h2 em {
  display: block;
  color: var(--gold);
  font-weight: 500;
}

.engagement-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 0;
  color: #bec3cc;
  font-size: 16px;
  line-height: 1.75;
}

.engagement-benefits {
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
}

.engagement-benefits li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  color: #e8e9ec;
  font-size: 13px;
}

.engagement-benefits span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  color: var(--gold);
  font-size: 12px;
}

.newsletter-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 22px;
  background: rgba(255, 255, 255, .07);
  padding: clamp(26px, 4vw, 44px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .33);
  backdrop-filter: blur(18px);
}

.newsletter-card::after {
  content: "FAMILY NOTES";
  position: absolute;
  top: 21px;
  right: -25px;
  padding: 8px 28px;
  transform: rotate(7deg);
  background: var(--gold);
  color: var(--ink);
  letter-spacing: .13em;
  font-size: 8px;
  font-weight: 900;
}

.newsletter-form {
  display: grid;
  gap: 17px;
}

.newsletter-form .engagement-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.newsletter-form label:not(.engagement-check) {
  display: grid;
  gap: 9px;
  color: #c8ccd3;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 900;
}

.newsletter-form input,
.newsletter-form select {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(5, 7, 10, .72);
  color: var(--white);
  padding: 0 15px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}

.newsletter-form input::placeholder {
  color: #818894;
}

.newsletter-form select option {
  background: #10141d;
  color: var(--white);
}

.engagement-check,
.trial-consent {
  display: grid !important;
  grid-template-columns: 20px 1fr;
  gap: 11px !important;
  align-items: start;
  margin: 0 !important;
  color: #b8bec7 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.55;
}

.engagement-check input,
.trial-consent input {
  width: 18px !important;
  min-height: 18px !important;
  height: 18px !important;
  margin-top: 1px;
  accent-color: var(--gold);
}

.newsletter-form .button {
  width: 100%;
  cursor: pointer;
  border: 0;
}

.engagement-status {
  min-height: 18px;
  margin: 0;
  color: #c7cbd2;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}

.engagement-status.is-success {
  color: var(--gold-bright);
}

.engagement-status.is-error {
  color: #ff9e91;
}

.engagement-privacy {
  margin: -5px 0 0;
  color: #858c98;
  text-align: center;
  font-size: 9px;
  line-height: 1.55;
}

.engagement-privacy a {
  border-bottom: 1px solid currentColor;
}

.engagement-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.trial-consent {
  margin: 4px 0 17px !important;
  color: #6b7079 !important;
}

.theme-dark .trial-consent {
  color: #aeb4be !important;
}

.inquiry-form.is-submitting .form-submit,
.newsletter-form.is-submitting button {
  cursor: wait;
  opacity: .72;
}

.inquiry-form .form-note.is-success {
  color: #2b7a42;
  font-weight: 800;
}

.theme-dark .inquiry-form .form-note.is-success {
  color: #91d8a5;
}

.inquiry-form .form-note.is-error {
  color: #b63325;
  font-weight: 800;
}

.theme-dark .inquiry-form .form-note.is-error {
  color: #ff9e91;
}

.tiger-notes-prompt {
  position: fixed;
  z-index: 190;
  right: 20px;
  bottom: 20px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 32px;
  gap: 12px;
  align-items: center;
  width: min(390px, calc(100vw - 40px));
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 15px;
  background: #10141df5;
  color: var(--white);
  padding: 13px;
  box-shadow: 0 20px 65px rgba(0, 0, 0, .42);
  transform: translateY(150%);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
}

.tiger-notes-prompt.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.tiger-notes-prompt img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.tiger-notes-prompt strong {
  display: block;
  margin-bottom: 3px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.tiger-notes-prompt span {
  display: block;
  color: #c0c5ce;
  font-size: 10px;
  line-height: 1.4;
}

.tiger-notes-prompt a {
  position: absolute;
  inset: 0;
  border-radius: 15px;
}

.tiger-notes-prompt button {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  color: #c8ccd3;
  background: rgba(255, 255, 255, .09);
}

@media (width <= 860px) {
  .engagement-section {
    padding: 86px 0;
  }

  .engagement-grid {
    grid-template-columns: 1fr;
  }

  .engagement-copy {
    max-width: 680px;
  }
}

@media (width <= 600px) {
  .engagement-section {
    padding: 78px 0;
  }

  .engagement-copy h2 {
    font-size: 48px;
  }

  .newsletter-card {
    padding: 30px 18px 24px;
  }

  .newsletter-card::after {
    top: 14px;
    right: -30px;
  }

  .newsletter-form .engagement-field-row {
    grid-template-columns: 1fr;
  }

  .tiger-notes-prompt {
    right: 14px;
    bottom: 80px;
    width: calc(100vw - 28px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tiger-notes-prompt {
    transition: none;
  }
}

/* Decorative sequence labels are intentionally hidden for a cleaner layout. */
.program-topline > span,
.parent-copy li > span,
.journey article > span,
.review-grid figcaption > span,
.finder-counter {
  display: none !important;
}

.parent-copy li {
  grid-template-columns: 1fr;
  gap: 0;
}

.journey article > span + .journey-icon {
  margin-top: 0;
}
