@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&display=swap');

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #102c52;
}

.page {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}

.hero {
  position: relative;
  width: 100%;
  max-width: 1672px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(0,0,0,0.14);
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
  image-rendering: auto;
}


/* Real form aligned over the cropped hero image */
.lead-form {
  position: absolute;
  inset: 0;
}

/*
  The graphic already has faint placeholder text baked into it.
  This real input uses a solid background to cover that baked-in text.
*/
.lead-form input {
  position: absolute;
  left: 38.70%;
  top: 55.95%;
  width: 29.70%;
  height: 5.75%;
  border: none;
  outline: 0;
  background: transparent;
  color: #6a789d;
  caret-color: #24396c;
  font-size: clamp(12px, 1.35vw, 20px);
  font-weight: 600;
  line-height: 1;
  padding: 0 14px 0 clamp(58px, 6.3vw, 108px);
  border-radius: 10px;
  box-shadow: none;
  z-index: 4;
  appearance: none;
}



.lead-form input::placeholder {
  color: #6a789d;
  font-size: clamp(12px, 1.35vw, 20px);
  font-weight: 600;
  letter-spacing: 0;
  opacity: 1;
}




.email-icon {
  display: none;
}



.email-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lead-form button {
  position: absolute;
  left: 35.00%;
  top: 62.60%;
  width: 32.80%;
  height: 10.80%;
  border: none;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 0;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  z-index: 4;
}



.lead-form input:focus-visible,
.lead-form button:focus-visible,
.footer-links a:focus-visible,
.form-message {
  max-width: 1536px;
  margin: 0 auto;
  min-height: 0;
  text-align: center;
  font-weight: 800;
  padding: 0;
  background: #ffffff;
  line-height: 1.4;
}

.form-message.success { color: #177b3f; }
.form-message.error { color: #bf2f2f; }

.site-footer {
  max-width: 1536px;
  margin: 0 auto;
  background: #ffffff;
  border-top: 0;
  padding: 10px 16px 20px;
  text-align: center;
  box-shadow: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 28px;
  flex-wrap: wrap;
  margin: 0 0 8px;
}

.footer-links a {
  color: #071f4c;
  text-decoration: none;
  font-weight: 900;
  font-size: clamp(13px, 1.2vw, 17px);
  letter-spacing: 0.01em;
}

.footer-links a:hover {
  text-decoration: underline;
}



.footer-copy {
  max-width: 1100px;
  margin: 4px auto 0;
  color: #4e637c;
  font-size: clamp(11px, 1.05vw, 13px);
  line-height: 1.45;
  font-weight: 500;
}

.copyright {
  margin: 7px auto 0;
  color: #344d68;
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 600;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* Legal pages */
.legal-page {
  width: min(920px, calc(100% - 28px));
  margin: 28px auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 16px 42px rgba(0,0,0,0.12);
}

.legal-page h1 {
  margin-top: 0;
  color: #102c52;
}

.legal-page p,
.legal-page li {
  line-height: 1.7;
  color: #465c76;
}

.back-link {
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #102c52;
}


.return-home-wrap {
  width: min(1120px, calc(100% - 34px));
  margin: 0 auto 14px;
  text-align: left;
}

.return-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(7, 31, 76, 0.12);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
  color: #071f4c;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.return-home-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.16);
}

.return-home-button:focus-visible {
  outline: 3px solid rgba(0, 115, 255, 0.95);
  outline-offset: 0;
}

@media (max-width: 520px) {
  .site-footer {
  max-width: 1536px;
  margin: 0 auto;
  background: #ffffff;
  border-top: 0;
  padding: 10px 16px 20px;
  text-align: center;
  box-shadow: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

  .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 28px;
  flex-wrap: wrap;
  margin: 0 0 8px;
}

  
}


.footer-links a:not(:last-child)::after {
  content: "|";
  color: #7b889a;
  margin-left: 28px;
  font-weight: 600;
}

@media (max-width: 520px) {
  .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 28px;
  flex-wrap: wrap;
  margin: 0 0 8px;
}

  .footer-links a:not(:last-child)::after {
    content: "";
    margin: 0;
  }
}



/* Custom cartoon legal/support pages */
body.legal-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,0.96) 0 38px, rgba(255,255,255,0.88) 39px 64px, transparent 65px),
    radial-gradient(circle at 18% 14%, rgba(255,255,255,0.96) 0 28px, rgba(255,255,255,0.88) 29px 50px, transparent 51px),
    radial-gradient(circle at 24% 11%, rgba(255,255,255,0.96) 0 34px, rgba(255,255,255,0.88) 35px 58px, transparent 59px),
    radial-gradient(circle at 76% 11%, rgba(255,255,255,0.96) 0 42px, rgba(255,255,255,0.88) 43px 70px, transparent 71px),
    radial-gradient(circle at 82% 14%, rgba(255,255,255,0.96) 0 30px, rgba(255,255,255,0.88) 31px 52px, transparent 53px),
    radial-gradient(circle at 88% 10%, rgba(255,255,255,0.96) 0 34px, rgba(255,255,255,0.88) 35px 58px, transparent 59px),
    radial-gradient(ellipse at 8% 72%, #6fb250 0 12%, transparent 12.4%),
    radial-gradient(ellipse at 28% 76%, #7fca5c 0 16%, transparent 16.4%),
    radial-gradient(ellipse at 50% 74%, #68ae4d 0 18%, transparent 18.4%),
    radial-gradient(ellipse at 72% 77%, #80c75d 0 16%, transparent 16.4%),
    radial-gradient(ellipse at 92% 72%, #6eb04f 0 12%, transparent 12.4%),
    linear-gradient(180deg, #5fb6ff 0%, #9edcff 33%, #e3f5ff 49%, #9add79 49.3%, #73bc57 64%, #5ca048 64.3%, #b57a34 82%, #965f28 100%);
  color: #102c52;
}

body.legal-body::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 84px;
  background: linear-gradient(180deg, rgba(2,16,36,0.88) 0%, rgba(2,16,36,0.45) 72%, rgba(2,16,36,0) 100%);
  pointer-events: none;
  z-index: 0;
}

body.legal-body::after {
  content: "";
  position: fixed;
  left: -4%;
  right: -4%;
  bottom: 132px;
  height: 140px;
  background:
    radial-gradient(ellipse at 12% 100%, rgba(255, 208, 88, 0.16) 0 20%, transparent 20.5%),
    radial-gradient(ellipse at 88% 100%, rgba(255, 208, 88, 0.16) 0 20%, transparent 20.5%);
  pointer-events: none;
  z-index: 0;
}

.legal-layout {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  padding: 44px 0 0;
}

body.legal-body .legal-page {
  width: min(1120px, calc(100% - 34px));
  min-height: 520px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 28px;
  padding: clamp(24px, 3vw, 38px);
  box-shadow:
    0 24px 50px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.82);
  backdrop-filter: blur(8px);
}

body.legal-body .legal-page h1 {
  margin-top: 0;
  margin-bottom: 22px;
  color: #071f4c;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.03em;
}

body.legal-body .legal-page h1::after {
  content: "";
  display: block;
  width: 150px;
  height: 8px;
  border-radius: 999px;
  margin-top: 14px;
  background: linear-gradient(90deg, #e00000 0%, #ff6b00 45%, #ffcc00 100%);
}

body.legal-body .legal-page h2 {
  color: #071f4c;
  font-size: clamp(22px, 2.4vw, 31px);
  margin: 28px 0 10px;
  font-weight: 900;
}

body.legal-body .legal-page p,
body.legal-body .legal-page li {
  color: #334f6c;
  font-size: clamp(15px, 1.26vw, 18px);
  line-height: 1.72;
  font-weight: 600;
}

body.legal-body .legal-page a {
  color: #0a2c6b;
  font-weight: 800;
}

body.legal-body .site-footer {
  width: 100vw;
  max-width: 100vw;
  margin-top: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 16px 20px;
}

@media (max-width: 900px) {
  .legal-layout {
    padding-top: 18px;
  }

  body.legal-body .legal-page {
    width: min(1120px, calc(100% - 18px));
    min-height: 420px;
    border-radius: 20px;
    padding: 22px;
  }
}


/* Sales video page */
body.sales-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,0.96) 0 38px, rgba(255,255,255,0.88) 39px 64px, transparent 65px),
    radial-gradient(circle at 18% 14%, rgba(255,255,255,0.96) 0 28px, rgba(255,255,255,0.88) 29px 50px, transparent 51px),
    radial-gradient(circle at 24% 11%, rgba(255,255,255,0.96) 0 34px, rgba(255,255,255,0.88) 35px 58px, transparent 59px),
    radial-gradient(circle at 76% 11%, rgba(255,255,255,0.96) 0 42px, rgba(255,255,255,0.88) 43px 70px, transparent 71px),
    radial-gradient(circle at 82% 14%, rgba(255,255,255,0.96) 0 30px, rgba(255,255,255,0.88) 31px 52px, transparent 53px),
    radial-gradient(circle at 88% 10%, rgba(255,255,255,0.96) 0 34px, rgba(255,255,255,0.88) 35px 58px, transparent 59px),
    radial-gradient(ellipse at 8% 72%, #6fb250 0 12%, transparent 12.4%),
    radial-gradient(ellipse at 28% 76%, #7fca5c 0 16%, transparent 16.4%),
    radial-gradient(ellipse at 50% 74%, #68ae4d 0 18%, transparent 18.4%),
    radial-gradient(ellipse at 72% 77%, #80c75d 0 16%, transparent 16.4%),
    radial-gradient(ellipse at 92% 72%, #6eb04f 0 12%, transparent 12.4%),
    linear-gradient(180deg, #5fb6ff 0%, #9edcff 33%, #e3f5ff 49%, #9add79 49.3%, #73bc57 64%, #5ca048 64.3%, #b57a34 82%, #965f28 100%);
  color: #102c52;
}

.sales-page {
  width: 100%;
  max-width: 1536px;
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 44px) 16px 0;
}

.sales-hero {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 52px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 50px rgba(0,0,0,0.25);
  text-align: center;
  overflow: hidden;
  position: relative;
}

.sales-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 204, 0, 0.16), transparent 30%),
    linear-gradient(315deg, rgba(224, 0, 0, 0.12), transparent 34%);
  pointer-events: none;
}

.sales-hero > * {
  position: relative;
  z-index: 1;
}

.sales-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 8px 16px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, #e00000 0%, #b60000 100%);
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(224,0,0,0.25);
}

.sales-hero h1 {
  max-width: 900px;
  margin: 0 auto 30px;
  color: #071f4c;
  font-size: clamp(34px, 5.2vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.sales-subheadline {
  max-width: 860px;
  margin: 0 auto 26px;
  color: #445b75;
  font-size: clamp(16px, 1.55vw, 22px);
  line-height: 1.5;
  font-weight: 700;
}

.sales-video-wrap {
  max-width: 900px;
  margin: 0 auto 22px;
  padding: 9px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffcc00 0%, #e00000 100%);
  box-shadow: 0 18px 38px rgba(0,0,0,0.22);
}

.sales-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,0.10) 0 0, transparent 45%),
    linear-gradient(135deg, #0b1628 0%, #182f53 100%);
}

.sales-video::after {
  content: "VIDEO";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255,255,255,0.16);
  font-size: clamp(42px, 8vw, 94px);
  font-weight: 900;
  letter-spacing: 0.08em;
  pointer-events: none;
}

.sales-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 2;
}

.sound-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(7, 31, 76, 0.72);
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  padding: 24px;
  font-family: Arial, Helvetica, sans-serif;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.sound-overlay-icon {
  width: clamp(60px, 8vw, 88px);
  height: clamp(60px, 8vw, 88px);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffcc00 0%, #f2a900 100%);
  color: #071f4c;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0,0,0,0.32);
}

.sound-overlay-title {
  color: #ffffff;
  font-size: clamp(22px, 4vw, 46px);
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 3px 8px rgba(0,0,0,0.45);
}

.sound-overlay-text {
  color: #ffcc00;
  font-size: clamp(14px, 2vw, 22px);
  line-height: 1.25;
  font-weight: 900;
  text-shadow: 0 2px 6px rgba(0,0,0,0.42);
}

.sound-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


.video-income-disclaimer {
  max-width: 900px;
  margin: -6px auto 22px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(244, 248, 255, 0.96);
  border: 1px solid rgba(7, 31, 76, 0.10);
  color: #425b77;
  font-size: clamp(11px, 1vw, 14px);
  line-height: 1.55;
  font-weight: 700;
  text-align: left;
}

.video-income-disclaimer strong {
  color: #071f4c;
  font-weight: 900;
}

.video-income-disclaimer a {
  color: #071f4c;
  font-weight: 900;
}

.sales-timer-card {
  max-width: 620px;
  margin: 0 auto 24px;
  padding: 20px 22px;
  border-radius: 20px;
  background: #f4f8ff;
  border: 1px solid rgba(7, 31, 76, 0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.70);
}

.timer-label {
  margin: 0 0 6px;
  color: #071f4c;
  font-size: clamp(14px, 1.25vw, 17px);
  font-weight: 900;
}

.sales-timer {
  color: #e00000;
  font-size: clamp(42px, 7vw, 74px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 2px 0 rgba(255,255,255,0.85);
}

.timer-note {
  margin: 8px 0 0;
  color: #64758a;
  font-size: clamp(12px, 1.05vw, 15px);
  font-weight: 700;
}

.timer-complete {
  background: #fff5f5;
  border-color: rgba(224,0,0,0.20);
}

.payment-section {
  max-width: 780px;
  margin: 26px auto 0;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 24px;
  background: #ffffff;
  border: 2px solid rgba(255, 204, 0, 0.72);
  box-shadow: 0 18px 42px rgba(0,0,0,0.18);
  animation: offerPop 0.35s ease-out;
}

.payment-section[hidden] {
  display: none;
}

@keyframes offerPop {
  from { opacity: 0; transform: translateY(14px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.unlock-badge {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 7px 14px;
  border-radius: 999px;
  color: #071f4c;
  background: #ffcc00;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.payment-section h2 {
  margin: 0 0 10px;
  color: #071f4c;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.payment-copy {
  max-width: 660px;
  margin: 0 auto 20px;
  color: #455d78;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.55;
  font-weight: 700;
}

.payment-card {
  max-width: 620px;
  margin: 0 auto;
  padding: clamp(18px, 2.5vw, 26px);
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid rgba(7,31,76,0.12);
  text-align: left;
}

.payment-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.payment-card h3 {
  margin: 0 0 4px;
  color: #071f4c;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 900;
}

.payment-card-top p {
  margin: 0;
  color: #63768b;
  font-weight: 700;
}

.payment-price {
  color: #e00000;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.payment-list {
  margin: 0 0 20px;
  padding-left: 20px;
  color: #334f6c;
  font-weight: 700;
  line-height: 1.65;
}

.sales-cta-button {
  width: 100%;
  min-height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: linear-gradient(180deg, #ff1a1a 0%, #f00000 48%, #bd0000 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.25),
    inset 0 -3px 0 rgba(90,0,0,0.32),
    0 5px 12px rgba(0,0,0,0.35);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: clamp(17px, 2.2vw, 28px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0,0,0,0.38);
}

.sales-cta-button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.checkout-note {
  margin: 12px 0 0;
  color: #718299;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}

.sales-page .site-footer {
  width: calc(100% + 32px);
  max-width: none;
  margin: 34px -16px 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 760px) {
  .sales-page {
    padding-left: 9px;
    padding-right: 9px;
  }

  .sales-hero {
    border-radius: 20px;
    padding: 22px 14px;
  }

  .sales-video-wrap {
    padding: 6px;
    border-radius: 18px;
  }

  .sales-video {
    border-radius: 13px;
  }

  .payment-card-top {
    flex-direction: column;
  }

  .sales-cta-button {
    min-height: 56px;
  }

  .sales-page .site-footer {
    width: calc(100% + 18px);
    margin-left: -9px;
    margin-right: -9px;
  }
}


/* Member login page */
body.login-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,0.96) 0 38px, rgba(255,255,255,0.88) 39px 64px, transparent 65px),
    radial-gradient(circle at 18% 14%, rgba(255,255,255,0.96) 0 28px, rgba(255,255,255,0.88) 29px 50px, transparent 51px),
    radial-gradient(circle at 24% 11%, rgba(255,255,255,0.96) 0 34px, rgba(255,255,255,0.88) 35px 58px, transparent 59px),
    radial-gradient(circle at 76% 11%, rgba(255,255,255,0.96) 0 42px, rgba(255,255,255,0.88) 43px 70px, transparent 71px),
    radial-gradient(circle at 82% 14%, rgba(255,255,255,0.96) 0 30px, rgba(255,255,255,0.88) 31px 52px, transparent 53px),
    radial-gradient(circle at 88% 10%, rgba(255,255,255,0.96) 0 34px, rgba(255,255,255,0.88) 35px 58px, transparent 59px),
    radial-gradient(ellipse at 8% 72%, #6fb250 0 12%, transparent 12.4%),
    radial-gradient(ellipse at 28% 76%, #7fca5c 0 16%, transparent 16.4%),
    radial-gradient(ellipse at 50% 74%, #68ae4d 0 18%, transparent 18.4%),
    radial-gradient(ellipse at 72% 77%, #80c75d 0 16%, transparent 16.4%),
    radial-gradient(ellipse at 92% 72%, #6eb04f 0 12%, transparent 12.4%),
    linear-gradient(180deg, #5fb6ff 0%, #9edcff 33%, #e3f5ff 49%, #9add79 49.3%, #73bc57 64%, #5ca048 64.3%, #b57a34 82%, #965f28 100%);
  color: #102c52;
}

.login-page {
  width: 100%;
  max-width: 1536px;
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 44px) 16px 0;
}

.login-card {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 50px rgba(0,0,0,0.25);
}

.login-mike-panel {
  position: relative;
  min-height: 620px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,0.22) 0 60px, transparent 62px),
    linear-gradient(180deg, #8cd2ff 0%, #b8e5ff 36%, #7fca5c 36.5%, #6cb451 66%, #5a9f46 66.5%, #4d873a 100%);
  overflow: hidden;
}

.login-mike-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  padding: 18px 18px 0;
}

.login-mike-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 31, 76, 0.02) 0%, rgba(7, 31, 76, 0.24) 54%, rgba(7, 31, 76, 0.84) 100%),
    linear-gradient(90deg, rgba(7, 31, 76, 0.10) 0%, rgba(7, 31, 76, 0.14) 100%);
}

.login-mike-caption {
  position: absolute;
  left: clamp(20px, 3vw, 38px);
  right: clamp(20px, 3vw, 38px);
  bottom: clamp(20px, 3vw, 34px);
  z-index: 2;
  color: #ffffff;
  text-align: left;
}

.login-kicker {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #ffcc00;
  color: #071f4c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.login-mike-caption h1 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-shadow: 0 3px 12px rgba(0,0,0,0.40);
}

.login-mike-caption p:last-child {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.45;
  font-weight: 700;
}

.login-form-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4.2vw, 58px);
}

.login-form-panel h2 {
  margin: 0 0 8px;
  color: #071f4c;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.login-subtext {
  margin: 0 0 26px;
  color: #526982;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 700;
  line-height: 1.5;
}

.member-login-form {
  display: grid;
  gap: 12px;
}

.member-login-form label {
  color: #071f4c;
  font-weight: 900;
  font-size: 14px;
}

.member-login-form input {
  width: 100%;
  min-height: 54px;
  border-radius: 10px;
  border: 1px solid rgba(7,31,76,0.18);
  background: #ffffff;
  color: #253c58;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 0 16px;
  outline: 0;
  box-shadow: inset 0 1px 4px rgba(0,0,0,0.05);
}

.member-login-form input:focus-visible {
  outline: 3px solid rgba(0, 115, 255, 0.85);
  outline-offset: 0;
}

.member-login-form button {
  min-height: 58px;
  margin-top: 8px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffe66b 0%, #ffcc00 48%, #d89500 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    inset 0 -3px 0 rgba(96,58,0,0.30),
    0 5px 12px rgba(0,0,0,0.25);
  color: #061b38;
  cursor: pointer;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: clamp(17px, 1.9vw, 25px);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.55);
}

.member-login-form button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.login-help {
  margin: 10px 0 0;
  color: #718299;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.login-page .site-footer {
  width: calc(100% + 32px);
  max-width: none;
  margin: 34px -16px 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 860px) {
  .login-card {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .login-mike-panel {
    min-height: 360px;
  }

  .login-mike-panel img {
    width: 100%;
    object-position: center bottom;
    padding: 12px 12px 0;
  }

  .login-form-panel {
    padding: 26px 18px;
  }

  .login-page {
    padding-left: 9px;
    padding-right: 9px;
  }

  .login-page .site-footer {
    width: calc(100% + 18px);
    margin-left: -9px;
    margin-right: -9px;
  }
}


.forgot-password-link {
  display: inline-block;
  margin: -2px 0 8px;
  color: #0a2c6b;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.forgot-password-link:hover {
  text-decoration: underline;
}

/* Functional transparent overlay aligned to baked-in hero email field/button. */


/* Improved final CTA overlay alignment */

.lead-form input:-webkit-autofill,
.lead-form input:-webkit-autofill:hover,
.lead-form input:-webkit-autofill:focus,
.lead-form input:-webkit-autofill:active {
  -webkit-text-fill-color: #6a789d;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  box-shadow: 0 0 0px 1000px transparent inset;
  border-radius: 8px;
  transition: background-color 9999s ease-in-out 0s;
}

/* Final overlay aligned to the built-in hero field and CTA button. */


/* Hero readability and form usability on tablets and phones. */
@media (max-width: 700px) {
  .hero {
    overflow: visible;
    box-shadow: 0 10px 28px rgba(0,0,0,0.13);
  }


  .lead-form {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
    background: linear-gradient(180deg, #0a2c66 0%, #061d48 100%);
    border-top: 3px solid #f5c400;
  }

  .lead-form input {
    position: static;
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 2px solid rgba(255,255,255,0.72);
    border-radius: 8px;
    background: #ffffff;
    color: #263a68;
    caret-color: #263a68;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
  }

  .lead-form input::placeholder {
    color: #657294;
    font-size: 16px;
  }

  .lead-form button {
    position: static;
    width: 100%;
    height: 54px;
    border: 2px solid #ffdc42;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffd42e 0%, #ff9b00 100%);
    color: #111111;
    font-size: 21px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.35);
    box-shadow: 0 5px 0 #c66900, 0 8px 16px rgba(0,0,0,0.24);
  }

  .lead-form button:active {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #c66900, 0 5px 10px rgba(0,0,0,0.20);
  }
}

@media (min-width: 1673px) {
  .hero {
    border-radius: 0 0 16px 16px;
  }
}


/* DuplicateMike test landing page */

body.test-body {
  margin: 0;
  min-height: 100vh;
  background: #f3f4f6;
  color: #0f172a;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.test-topbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 3;
}

.test-nav {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.test-brand {
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.45);
}

.test-brand span {
  color: #f4c63d;
}

.test-nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.test-nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(7, 31, 76, 0.35);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(5px);
}

.test-nav-links a.test-primary-link {
  background: linear-gradient(180deg, #ffd257 0%, #cf9f14 100%);
  color: #111827;
  border-color: rgba(255,255,255,0.28);
}

.test-hero {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(3,10,26,0.72) 0%, rgba(3,10,26,0.68) 25%, rgba(3,10,26,0.82) 100%),
    url('../images/test-hero-bg.webp') center/cover no-repeat;
  overflow: hidden;
}

.test-hero::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -48px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 52px solid #f3f4f6;
  z-index: 2;
}

.test-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 150px 0 120px;
  display: grid;
  grid-template-columns: minmax(0, 620px) 1fr;
  gap: 30px;
  align-items: center;
}

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

.test-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(244, 198, 61, 0.16);
  color: #ffe38a;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.test-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-shadow: 0 3px 24px rgba(0,0,0,0.38);
}

.test-hero h1 em {
  color: #ffe07a;
  font-style: normal;
}

.test-hero-sub {
  margin: 22px 0 0;
  color: rgba(255,255,255,0.92);
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.55;
  font-weight: 500;
  max-width: 610px;
}

.test-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
}

.test-cta-button, .test-secondary-button {
  text-decoration: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.test-cta-button {
  color: #101827;
  background: linear-gradient(180deg, #ffd857 0%, #c89710 100%);
  box-shadow: 0 16px 28px rgba(0,0,0,0.25);
}

.test-secondary-button {
  color: #ffffff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
}

.test-watch-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}

.test-play-button {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 16px 42px rgba(0,0,0,0.28);
}

.test-play-button::before {
  content: '';
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #0b2b68;
}

.test-watch-label {
  color: #ffffff;
  font-size: clamp(20px, 2.3vw, 30px);
  font-weight: 800;
  line-height: 1.15;
}

.test-watch-label span {
  display: block;
  color: #ffd857;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.test-hero-note {
  margin-top: 24px;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  font-weight: 600;
}

.test-hero-right {
  min-height: 120px;
}

.test-section {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
}

.test-about {
  padding: 96px 0 80px;
}

.test-about h2 {
  margin: 0 0 18px;
  text-align: center;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.03;
  font-weight: 300;
  letter-spacing: -0.04em;
  color: #111827;
}

.test-about-intro {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
  color: #475569;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.7;
}

.test-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.test-feature-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 32px 26px;
  text-align: center;
  box-shadow: 0 14px 36px rgba(15,23,42,0.08);
  border: 1px solid rgba(15,23,42,0.05);
}

.test-feature-icon {
  width: 108px;
  height: 108px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff3c1 0%, #f5d772 100%);
  color: #0b2b68;
  font-size: 48px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.85);
}

.test-feature-card h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2vw, 31px);
  color: #111827;
  font-weight: 800;
}

.test-feature-card p {
  margin: 0;
  color: #475569;
  font-size: 18px;
  line-height: 1.72;
}

.test-mid-cta {
  text-align: center;
  padding: 14px 0 92px;
}

.test-mid-cta .test-cta-button {
  min-width: 250px;
}

.test-page .site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #06111f;
  padding-top: 22px;
  padding-bottom: 24px;
}

.test-page .footer-links a {
  color: #f8fafc;
}

.test-page .footer-links a:not(:last-child)::after {
  color: rgba(255,255,255,0.4);
}

.test-page .footer-copy,
.test-page .copyright {
  color: rgba(255,255,255,0.72);
}

@media (max-width: 980px) {
  .test-hero { min-height: auto; }
  .test-hero-inner {
    grid-template-columns: 1fr;
    padding-top: 138px;
    padding-bottom: 104px;
  }
  .test-hero-right { display: none; }
  .test-feature-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .test-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .test-nav-links { justify-content: flex-start; }
  .test-hero h1 { font-size: clamp(38px, 14vw, 60px); }
  .test-watch-wrap { gap: 14px; }
  .test-play-button { width: 82px; height: 82px; }
  .test-watch-label { font-size: 22px; }
  .test-about { padding-top: 78px; }
}


/* Refined test landing page v2 */
body.test-body { background: #ffffff; }

.test-nav {
  width: min(1240px, calc(100% - 40px));
  padding: 18px 0;
}

.test-brand {
  font-size: clamp(24px, 2.45vw, 36px);
}

.test-nav-links { gap: 8px; }

.test-nav-links a {
  padding: 10px 15px;
  font-size: 12px;
  background: rgba(4, 20, 49, 0.56);
  border-color: rgba(255,255,255,0.14);
}

.test-hero {
  min-height: clamp(620px, 56.25vw, 800px);
  background:
    linear-gradient(90deg, rgba(2, 10, 28, 0.18) 0%, rgba(2, 10, 28, 0.36) 27%, rgba(2, 10, 28, 0.82) 43%, rgba(2, 10, 28, 0.86) 68%, rgba(2, 10, 28, 0.28) 100%),
    url('../images/test-hero-bg.webp') center top / cover no-repeat;
}

.test-hero::after {
  bottom: -1px;
  width: 160px;
  height: 46px;
  border: 0;
  background: #ffffff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.test-hero-inner {
  width: min(1240px, calc(100% - 40px));
  padding: 128px 0 92px;
  display: block;
}

.test-hero-copy {
  width: min(610px, 46vw);
  max-width: none;
  margin-left: 36%;
  text-align: center;
}

.test-kicker {
  margin-bottom: 16px;
  padding: 8px 15px;
  font-size: 12px;
}

.test-hero h1 {
  font-size: clamp(40px, 4.65vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.test-hero-sub {
  margin: 18px auto 0;
  max-width: 560px;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.55;
}

.test-watch-wrap {
  justify-content: center;
  margin-top: 26px;
  gap: 15px;
}

.test-play-button {
  width: 78px;
  height: 78px;
}

.test-play-button::before {
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 22px;
}

.test-watch-label {
  text-align: left;
  font-size: clamp(18px, 1.8vw, 25px);
}

.test-watch-label span {
  font-size: 11px;
  margin-bottom: 5px;
}

.test-hero-actions {
  justify-content: center;
  margin-top: 26px;
}

.test-cta-button, .test-secondary-button {
  min-height: 50px;
  padding: 0 23px;
  font-size: 14px;
}

.test-hero-note {
  margin-top: 18px;
  font-size: 12px;
}

.test-about {
  padding: 96px 0 70px;
}

.test-about h2 {
  font-size: clamp(37px, 4vw, 56px);
  font-weight: 400;
}

.test-about-intro {
  max-width: 790px;
  margin-bottom: 58px;
  font-size: clamp(16px, 1.55vw, 20px);
}

.test-feature-grid {
  gap: 48px;
}

.test-feature-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 16px;
}

.test-feature-icon {
  width: 118px;
  height: 118px;
  margin-bottom: 20px;
  background: transparent;
  box-shadow: none;
  color: #0b2b68;
}

.test-feature-card:nth-child(3) .test-feature-icon {
  color: #d3a319;
}

.test-feature-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.test-feature-card h3 {
  font-size: clamp(23px, 2vw, 29px);
  margin-bottom: 10px;
}

.test-feature-card p {
  font-size: 16px;
  line-height: 1.65;
}

.test-mid-cta {
  padding: 0 0 84px;
}

.test-page .site-footer {
  padding-top: 26px;
  padding-bottom: 28px;
}

@media (max-width: 1050px) {
  .test-hero-copy {
    width: min(560px, 51vw);
    margin-left: 39%;
  }
  .test-hero h1 { font-size: clamp(38px, 5.2vw, 56px); }
}

@media (max-width: 820px) {
  .test-topbar { position: relative; background: #06152f; }
  .test-nav { padding: 14px 0; }
  .test-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(2,10,28,0.48) 0%, rgba(2,10,28,0.82) 46%, rgba(2,10,28,0.92) 100%),
      url('../images/test-hero-bg.webp') 35% top / cover no-repeat;
  }
  .test-hero-inner { padding: 88px 0 84px; }
  .test-hero-copy { width: min(650px, 100%); margin: 0 auto; }
  .test-feature-grid { grid-template-columns: 1fr; gap: 34px; }
  .test-feature-card { max-width: 620px; margin: 0 auto; }
}

@media (max-width: 640px) {
  .test-nav { width: min(100% - 24px, 1240px); }
  .test-brand { font-size: 26px; }
  .test-nav-links a { padding: 8px 11px; font-size: 11px; }
  .test-hero-inner { width: min(100% - 26px, 1240px); padding-top: 72px; }
  .test-hero h1 { font-size: clamp(38px, 12vw, 54px); }
  .test-hero-sub { font-size: 16px; }
  .test-watch-wrap { align-items: center; }
  .test-play-button { width: 72px; height: 72px; flex: 0 0 72px; }
  .test-watch-label { font-size: 20px; }
}


/* Test page update: wordmark logo + cartoon section */
.test-brand-image {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: rgba(255,255,255,0.96);
  padding: 8px 14px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.test-brand-image img {
  display: block;
  width: min(290px, 28vw);
  height: auto;
}

.test-kicker { display: none !important; }

.test-nav {
  width: min(1240px, calc(100% - 36px));
  gap: 18px;
}

.test-nav-links {
  flex: 1 1 auto;
  justify-content: flex-end;
}

.test-hero-sub {
  max-width: 590px;
}

.test-about {
  position: relative;
  overflow: hidden;
  padding: 108px 0 78px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.95) 0 58px, rgba(255,255,255,0.75) 59px 88px, transparent 89px),
    radial-gradient(circle at 27% 12%, rgba(255,255,255,0.95) 0 44px, rgba(255,255,255,0.72) 45px 72px, transparent 73px),
    radial-gradient(circle at 79% 16%, rgba(255,255,255,0.95) 0 54px, rgba(255,255,255,0.72) 55px 82px, transparent 83px),
    radial-gradient(circle at 90% 11%, rgba(255,255,255,0.95) 0 42px, rgba(255,255,255,0.72) 43px 68px, transparent 69px),
    linear-gradient(180deg, #dff3ff 0%, #f8fcff 52%, #eefbe7 52.4%, #dff2d4 100%);
}

.test-about::before,
.test-about::after {
  content: "";
  position: absolute;
  bottom: -24px;
  width: 42%;
  height: 150px;
  background: #8dcf74;
  border-radius: 50% 50% 0 0;
  z-index: 0;
}

.test-about::before {
  left: -3%;
  transform: rotate(-2deg);
}

.test-about::after {
  right: -3%;
  background: #77c260;
  transform: rotate(2deg);
}

.test-about .test-section,
.test-about h2,
.test-about-intro,
.test-about .test-feature-grid,
.test-about .test-feature-card { position: relative; z-index: 1; }

.test-about h2 {
  color: #11213d;
}

.test-about-intro {
  max-width: 820px;
}

.test-feature-grid {
  gap: 28px;
}

.test-feature-card {
  background: rgba(255,255,255,0.94);
  border-radius: 28px;
  padding: 32px 26px;
  box-shadow: 0 16px 34px rgba(15,23,42,0.10);
  border: 1px solid rgba(15,23,42,0.05);
}

.test-feature-icon {
  width: 102px;
  height: 102px;
  margin-bottom: 18px;
  background: linear-gradient(180deg, #fff5c8 0%, #f1dc8a 100%);
  border-radius: 50%;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.9);
}

.test-feature-card h3 {
  font-size: clamp(24px, 2vw, 31px);
  margin-bottom: 10px;
}

.test-feature-card p {
  font-size: 17px;
}

.test-mid-cta {
  padding: 6px 0 86px;
  background: linear-gradient(180deg, #eefbe7 0%, #ffffff 100%);
}

@media (max-width: 900px) {
  .test-brand-image img {
    width: min(250px, 56vw);
  }

  .test-nav {
    gap: 10px;
  }

  .test-about {
    padding-top: 84px;
  }
}

@media (max-width: 640px) {
  .test-brand-image {
    padding: 7px 11px;
  }

  .test-brand-image img {
    width: min(225px, 70vw);
  }

  .test-about {
    padding-top: 74px;
  }

  .test-feature-card {
    padding: 28px 22px;
  }
}


/* Final test page polish: transparent logo, larger nav buttons, full-page cartoon background */
body.test-body {
  background:
    radial-gradient(circle at 12% 7%, rgba(255,255,255,0.88) 0 58px, rgba(255,255,255,0.48) 59px 92px, transparent 93px),
    radial-gradient(circle at 30% 9%, rgba(255,255,255,0.86) 0 44px, rgba(255,255,255,0.44) 45px 76px, transparent 77px),
    radial-gradient(circle at 72% 8%, rgba(255,255,255,0.86) 0 62px, rgba(255,255,255,0.42) 63px 94px, transparent 95px),
    radial-gradient(circle at 88% 6%, rgba(255,255,255,0.84) 0 42px, rgba(255,255,255,0.40) 43px 68px, transparent 69px),
    linear-gradient(180deg, #cfeeff 0%, #eef9ff 44%, #e9f8e3 44.3%, #d7efcc 100%);
  background-attachment: fixed;
}

.test-page {
  background: transparent;
}

.test-brand-image {
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.test-brand-image img {
  display: block;
  width: min(325px, 31vw);
  height: auto;
  filter: drop-shadow(0 5px 10px rgba(0,0,0,0.18));
}

.test-nav {
  width: min(1260px, calc(100% - 34px));
  gap: 24px;
}

.test-nav-links a {
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 800;
}

.test-hero-sub {
  max-width: 610px;
}

/* Make about + CTA sections full width and cartoon themed */
.test-about.test-section,
.test-mid-cta.test-section {
  width: 100%;
  max-width: none;
  margin: 0;
}

.test-about {
  position: relative;
  overflow: hidden;
  padding: 100px 22px 74px;
  background:
    radial-gradient(circle at 16% 14%, rgba(255,255,255,0.92) 0 54px, rgba(255,255,255,0.55) 55px 86px, transparent 87px),
    radial-gradient(circle at 34% 8%, rgba(255,255,255,0.90) 0 40px, rgba(255,255,255,0.50) 41px 70px, transparent 71px),
    radial-gradient(circle at 76% 12%, rgba(255,255,255,0.92) 0 58px, rgba(255,255,255,0.50) 59px 90px, transparent 91px),
    radial-gradient(circle at 90% 8%, rgba(255,255,255,0.88) 0 36px, rgba(255,255,255,0.46) 37px 64px, transparent 65px),
    linear-gradient(180deg, rgba(214,241,255,0.96) 0%, rgba(241,250,255,0.96) 54%, rgba(228,246,220,0.98) 54.4%, rgba(219,241,209,0.98) 100%);
}

.test-about::before,
.test-about::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  border-radius: 50%;
  z-index: 0;
}

.test-about::before {
  bottom: 180px;
  height: 180px;
  background: rgba(151, 212, 125, 0.28);
}

.test-about::after {
  bottom: -70px;
  height: 210px;
  background: linear-gradient(180deg, #8fd474 0%, #74c15d 100%);
}

.test-about > h2,
.test-about > .test-about-intro,
.test-about > .test-feature-grid {
  position: relative;
  z-index: 1;
}

.test-about > h2 {
  max-width: 1100px;
  margin: 0 auto 16px;
  text-align: center;
}

.test-about-intro {
  max-width: 840px;
  margin: 0 auto 44px;
  text-align: center;
  line-height: 1.6;
}

.test-feature-grid {
  max-width: 1240px;
  margin: 0 auto;
  gap: 28px;
}

.test-feature-card {
  background: rgba(255,255,255,0.95);
  border-radius: 28px;
  box-shadow: 0 14px 34px rgba(15,23,42,0.10);
  border: 1px solid rgba(15,23,42,0.05);
  padding: 34px 28px;
}

.test-feature-icon {
  width: 104px;
  height: 104px;
  margin-bottom: 18px;
  background: linear-gradient(180deg, #fff5c6 0%, #f0d97b 100%);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.88);
}

.test-feature-card h3 {
  margin-bottom: 12px;
}

.test-feature-card p {
  font-size: 17px;
  line-height: 1.68;
}

.test-mid-cta {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #d8f0ce 0%, #eef9e8 46%, #ffffff 100%);
  padding: 10px 22px 86px;
}

.test-mid-cta .test-cta-button {
  min-width: 270px;
}

@media (max-width: 900px) {
  .test-brand-image img {
    width: min(270px, 58vw);
  }
  .test-nav {
    gap: 12px;
  }
  .test-nav-links a {
    padding: 10px 15px;
    font-size: 12px;
  }
  .test-about {
    padding-top: 82px;
  }
}

@media (max-width: 640px) {
  .test-brand-image img {
    width: min(238px, 74vw);
  }
  .test-nav-links a {
    padding: 9px 12px;
    font-size: 11px;
  }
  .test-about {
    padding: 72px 16px 64px;
  }
  .test-mid-cta {
    padding: 4px 16px 72px;
  }
}


/* Final polish v2: improved logo, stronger second section, larger CTA */
.test-brand-image {
  background: rgba(255,255,255,0.96);
  padding: 10px 18px;
  border-radius: 28px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.20), inset 0 0 0 1px rgba(0,0,0,0.04);
}

.test-brand-image img {
  width: min(360px, 33vw);
  filter: none;
}

.test-cta-button {
  min-height: 56px;
  padding: 0 28px;
  font-size: 15px;
}

.test-mid-cta .test-cta-button {
  min-width: 292px;
  min-height: 60px;
  font-size: 16px;
}

.test-about {
  background:
    radial-gradient(circle at 14% 11%, rgba(255,255,255,0.9) 0 54px, rgba(255,255,255,0.44) 55px 88px, transparent 89px),
    radial-gradient(circle at 28% 8%, rgba(255,255,255,0.88) 0 40px, rgba(255,255,255,0.38) 41px 68px, transparent 69px),
    radial-gradient(circle at 74% 12%, rgba(255,255,255,0.9) 0 58px, rgba(255,255,255,0.40) 59px 92px, transparent 93px),
    radial-gradient(circle at 88% 9%, rgba(255,255,255,0.84) 0 34px, rgba(255,255,255,0.34) 35px 60px, transparent 61px),
    radial-gradient(circle at 50% 0%, rgba(255,220,120,0.28) 0 88px, rgba(255,220,120,0.12) 89px 130px, transparent 131px),
    linear-gradient(180deg, #d5f0ff 0%, #f3fbff 53%, #e4f6da 53.3%, #d5eec7 100%);
}

.test-about::before {
  bottom: 184px;
  height: 180px;
  background: linear-gradient(180deg, rgba(155,216,133,0.20) 0%, rgba(155,216,133,0.34) 100%);
}

.test-about::after {
  bottom: -76px;
  height: 220px;
  background: linear-gradient(180deg, #8fd474 0%, #70bb58 100%);
}

.test-about h2 {
  font-size: clamp(38px, 4.5vw, 64px);
  max-width: 980px;
}

.test-about-intro {
  max-width: 910px;
  font-size: clamp(18px, 1.5vw, 22px);
}

.test-feature-grid {
  max-width: 1280px;
  gap: 30px;
}

.test-feature-card {
  padding: 34px 30px 30px;
  background: rgba(255,255,255,0.97);
}

.test-feature-icon {
  width: 110px;
  height: 110px;
  background: linear-gradient(180deg, #fff7d6 0%, #f2de95 100%);
}

.test-feature-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.test-feature-card h3 {
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.15;
}

.test-feature-card p {
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .test-brand-image {
    padding: 8px 14px;
    border-radius: 24px;
  }
  .test-brand-image img {
    width: min(300px, 62vw);
  }
}

@media (max-width: 640px) {
  .test-brand-image img {
    width: min(252px, 76vw);
  }
  .test-cta-button {
    min-height: 52px;
    padding: 0 24px;
    font-size: 14px;
  }
  .test-mid-cta .test-cta-button {
    min-width: 250px;
    min-height: 56px;
    font-size: 15px;
  }
}


/* Final polish v3: site-matched logo, tighter second section, improved separator */
.test-brand-image {
  background: rgba(255,255,255,0.96);
  padding: 12px 20px;
  border-radius: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.16), inset 0 0 0 1px rgba(10,24,62,0.04);
}

.test-brand-image img {
  width: min(335px, 31vw);
  height: auto;
}

.test-nav {
  gap: 22px;
}

.test-nav-links a {
  padding: 11px 18px;
  font-size: 13px;
}

.test-hero::after {
  bottom: -26px;
  width: 120px;
  height: 60px;
  background: #ffffff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  filter: drop-shadow(0 -2px 0 rgba(255,255,255,0.15));
}

.test-about.test-section {
  padding: 70px 18px 38px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,255,255,0.68) 0 58px, rgba(255,255,255,0.22) 59px 90px, transparent 91px),
    radial-gradient(circle at 28% 8%, rgba(255,255,255,0.64) 0 42px, rgba(255,255,255,0.18) 43px 72px, transparent 73px),
    radial-gradient(circle at 66% 6%, rgba(247, 242, 184, 0.28) 0 90px, rgba(247,242,184,0.12) 91px 135px, transparent 136px),
    radial-gradient(circle at 82% 12%, rgba(255,255,255,0.66) 0 52px, rgba(255,255,255,0.18) 53px 84px, transparent 85px),
    radial-gradient(circle at 94% 9%, rgba(255,255,255,0.62) 0 38px, rgba(255,255,255,0.16) 39px 64px, transparent 65px),
    linear-gradient(180deg, #d5ecfb 0%, #dff2fb 52%, #dcefd6 52.2%, #d7edcd 100%);
  overflow: hidden;
  position: relative;
}

.test-about.test-section::before {
  content: '';
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: 86px;
  height: 90px;
  border-radius: 50%;
  background: rgba(162, 214, 141, 0.20);
}

.test-about.test-section::after {
  content: '';
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -52px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(180deg, #8fd271 0%, #6fba55 100%);
}

.test-about-inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.test-about h2 {
  font-size: clamp(34px, 4.2vw, 64px);
  margin: 0 auto 12px;
  max-width: 980px;
  text-align: center;
  color: #152342;
}

.test-about-intro {
  max-width: 920px;
  margin: 0 auto 28px;
  text-align: center;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.65;
  color: #4a5a73;
}

.test-feature-grid {
  gap: 22px;
  align-items: stretch;
}

.test-feature-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(16, 24, 40, 0.06);
  border-radius: 26px;
  box-shadow: 0 12px 30px rgba(25, 41, 72, 0.08);
  padding: 24px 22px 20px;
}

.test-feature-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff8da 0%, #f3df97 100%);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.9);
}

.test-feature-card h3 {
  font-size: clamp(20px, 1.9vw, 31px);
  margin: 0 0 10px;
  line-height: 1.15;
}

.test-feature-card p {
  font-size: 16px;
  line-height: 1.62;
}

.test-mid-cta.test-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 8px 18px 58px;
  background: linear-gradient(180deg, #d9efcf 0%, #eef8ea 48%, #ffffff 100%);
}

.test-mid-cta .test-cta-button {
  min-width: 286px;
  min-height: 58px;
  font-size: 16px;
}

@media (max-width: 900px) {
  .test-brand-image {
    padding: 10px 16px;
  }
  .test-brand-image img {
    width: min(290px, 62vw);
  }
  .test-about.test-section {
    padding-top: 58px;
  }
  .test-feature-grid {
    grid-template-columns: 1fr;
  }
  .test-feature-card {
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .test-brand-image img {
    width: min(250px, 76vw);
  }
  .test-nav-links a {
    padding: 9px 13px;
    font-size: 11px;
  }
  .test-hero::after {
    width: 90px;
    height: 44px;
    bottom: -18px;
  }
  .test-about.test-section {
    padding: 50px 14px 28px;
  }
  .test-about-intro {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .test-mid-cta.test-section {
    padding: 4px 14px 46px;
  }
  .test-mid-cta .test-cta-button {
    min-width: 238px;
    min-height: 54px;
    font-size: 15px;
  }
}


/* Revert-style polish per user request */
.test-brand-image {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.test-brand-image img {
  width: min(340px, 31vw);
  height: auto;
  filter: drop-shadow(0 3px 10px rgba(0,0,0,0.18));
}

.test-hero {
  min-height: 700px;
}

.test-hero-inner {
  padding-top: 120px;
  padding-bottom: 82px;
}

.test-hero::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 78px solid transparent;
  border-right: 78px solid transparent;
  border-top: 44px solid #ffffff;
  background: none;
  clip-path: none;
  filter: none;
}

.test-about.test-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 46px 18px 20px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 11% 9%, rgba(255,255,255,0.58) 0 64px, rgba(255,255,255,0.18) 65px 104px, transparent 105px),
    radial-gradient(circle at 28% 7%, rgba(255,255,255,0.55) 0 50px, rgba(255,255,255,0.15) 51px 82px, transparent 83px),
    radial-gradient(circle at 65% 6%, rgba(247,242,184,0.24) 0 100px, rgba(247,242,184,0.10) 101px 148px, transparent 149px),
    radial-gradient(circle at 85% 10%, rgba(255,255,255,0.52) 0 54px, rgba(255,255,255,0.16) 55px 88px, transparent 89px),
    radial-gradient(circle at 95% 8%, rgba(255,255,255,0.48) 0 42px, rgba(255,255,255,0.14) 43px 68px, transparent 69px),
    linear-gradient(180deg, #d7ecfb 0%, #dceffb 54%, #d8edcf 54.3%, #d4ebc9 100%);
}

.test-about.test-section::before {
  content: '';
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: 60px;
  height: 74px;
  border-radius: 50%;
  background: rgba(163,214,141,0.18);
}

.test-about.test-section::after {
  content: '';
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -54px;
  height: 128px;
  border-radius: 50%;
  background: linear-gradient(180deg, #90d473 0%, #72bc59 100%);
}

.test-about-inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.test-about h2 {
  margin: 0 auto 14px;
  max-width: 1080px;
  text-align: center;
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: 1.05;
  color: #13213f;
}

.test-about-intro {
  max-width: 980px;
  margin: 0 auto 44px;
  text-align: center;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.75;
  color: #4e5e77;
}

.test-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 30px;
  max-width: 1360px;
  margin: 0 auto;
  align-items: start;
}

.test-feature-card {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0 18px;
  text-align: center;
}

.test-feature-icon {
  width: 102px;
  height: 102px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.test-feature-icon svg {
  width: 100%;
  height: 100%;
}

.test-feature-card h3 {
  margin: 0 0 14px;
  font-size: clamp(28px, 2.35vw, 34px);
  line-height: 1.12;
  color: #121d38;
}

.test-feature-card p {
  margin: 0 auto;
  max-width: 410px;
  font-size: 17px;
  line-height: 1.65;
  color: #44536a;
}

.test-mid-cta.test-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 8px 18px 56px;
  background: linear-gradient(180deg, #d7edcd 0%, #eef8ea 42%, #ffffff 100%);
}

.test-mid-cta .test-cta-button {
  min-width: 314px;
  min-height: 60px;
  font-size: 17px;
}

@media (max-width: 980px) {
  .test-brand-image img {
    width: min(300px, 62vw);
  }
  .test-hero {
    min-height: auto;
  }
  .test-hero-inner {
    padding-top: 102px;
    padding-bottom: 72px;
  }
  .test-feature-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .test-feature-card {
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .test-brand-image img {
    width: min(250px, 76vw);
  }
  .test-hero::after {
    bottom: -24px;
    border-left-width: 56px;
    border-right-width: 56px;
    border-top-width: 34px;
  }
  .test-about.test-section {
    padding: 38px 14px 18px;
  }
  .test-about h2 {
    font-size: clamp(34px, 10vw, 54px);
  }
  .test-about-intro {
    margin-bottom: 28px;
    font-size: 17px;
    line-height: 1.6;
  }
  .test-feature-icon {
    width: 92px;
    height: 92px;
  }
  .test-feature-card h3 {
    font-size: 24px;
  }
  .test-feature-card p {
    font-size: 16px;
  }
  .test-mid-cta.test-section {
    padding: 6px 14px 42px;
  }
  .test-mid-cta .test-cta-button {
    min-width: 246px;
    min-height: 54px;
    font-size: 15px;
  }
}


/* Final visibility + spacing fix */
.test-brand-image {
  background: rgba(255,255,255,0.96);
  padding: 10px 18px;
  border-radius: 28px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18), inset 0 0 0 1px rgba(12,26,64,0.04);
}

.test-brand-image img {
  width: min(340px, 31vw);
  height: auto;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.10));
}

.test-hero {
  min-height: 650px;
}

.test-hero-inner {
  padding-top: 112px;
  padding-bottom: 68px;
}

.test-hero::after {
  bottom: -30px;
  border-left-width: 70px;
  border-right-width: 70px;
  border-top-width: 40px;
}

.test-about.test-section {
  padding: 50px 18px 12px;
  background: linear-gradient(180deg, #f7f8fb 0%, #fbfcfd 58%, #f5f9f1 58.2%, #eef6e8 100%);
}

.test-about.test-section::before {
  bottom: 72px;
  height: 88px;
  background: rgba(161, 213, 141, 0.16);
}

.test-about.test-section::after {
  bottom: -46px;
  height: 136px;
  background: linear-gradient(180deg, #93d476 0%, #75bf5e 100%);
}

.test-about h2 {
  margin-bottom: 18px;
}

.test-about-intro {
  max-width: 960px;
  margin-bottom: 82px;
}

.test-feature-grid {
  gap: 44px;
}

.test-feature-card {
  padding: 0 20px;
}

.test-feature-icon {
  width: 108px;
  height: 108px;
  margin-bottom: 22px;
}

.test-feature-card h3 {
  margin-bottom: 16px;
}

.test-feature-card p {
  max-width: 430px;
}

.test-mid-cta.test-section {
  padding: 10px 18px 72px;
  background: linear-gradient(180deg, #eef6e8 0%, #f8fbf6 45%, #ffffff 100%);
}

@media (max-width: 980px) {
  .test-brand-image img {
    width: min(300px, 62vw);
  }

  .test-hero {
    min-height: auto;
  }

  .test-hero-inner {
    padding-top: 98px;
    padding-bottom: 58px;
  }

  .test-about.test-section {
    padding-top: 42px;
  }

  .test-about-intro {
    margin-bottom: 56px;
  }

  .test-feature-grid {
    gap: 34px;
  }
}

@media (max-width: 640px) {
  .test-brand-image {
    padding: 8px 14px;
    border-radius: 22px;
  }

  .test-brand-image img {
    width: min(252px, 76vw);
  }

  .test-hero::after {
    bottom: -22px;
    border-left-width: 52px;
    border-right-width: 52px;
    border-top-width: 30px;
  }

  .test-about.test-section {
    padding: 38px 14px 10px;
  }

  .test-about-intro {
    margin-bottom: 42px;
  }

  .test-feature-grid {
    gap: 28px;
  }

  .test-feature-icon {
    width: 92px;
    height: 92px;
    margin-bottom: 18px;
  }

  .test-mid-cta.test-section {
    padding: 8px 14px 52px;
  }
}

/* Reference-match pass: exact clean white information section + improved header logo */
html,
body.test-body {
  overflow-x: hidden;
}

.test-brand-image {
  display: block;
  flex: 0 0 auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.test-brand-image img {
  display: block;
  width: min(500px, 38vw);
  height: auto;
  filter: none;
}

.test-nav {
  width: min(1400px, calc(100% - 44px));
  gap: 28px;
}

.test-hero::after {
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 76px solid transparent;
  border-right: 76px solid transparent;
  border-top: 42px solid #ffffff;
  background: none;
  clip-path: none;
  filter: none;
}

.test-about.test-section {
  width: 100%;
  height: 619px;
  max-width: none;
  margin: 0;
  padding: 85px 0 0;
  overflow: visible;
  background: #ffffff;
}

.test-about.test-section::before,
.test-about.test-section::after {
  display: none;
  content: none;
}

.test-about-inner {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
}

.test-about h2 {
  width: min(760px, calc(100% - 32px));
  max-width: none;
  margin: 0 auto 13px;
  color: #111827;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-align: center;
}

.test-about-intro {
  width: min(742px, calc(100% - 38px));
  max-width: none;
  margin: 0 auto 62px;
  color: #43516b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}

.test-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1094px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  gap: 0;
  align-items: start;
}

.test-feature-card {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.test-feature-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 42px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.test-feature-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.test-feature-card h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.test-feature-card p {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  color: #43516b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.test-mid-cta.test-section {
  width: 100%;
  height: 130px;
  max-width: none;
  margin: 0;
  padding: 10px 0 75px;
  background: #ffffff;
  text-align: center;
}

.test-mid-cta .test-cta-button {
  width: 222px;
  min-width: 222px;
  height: 45px;
  min-height: 45px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 24px rgba(15, 23, 42, 0.20);
}

@media (max-width: 1100px) {
  .test-brand-image img {
    width: min(420px, 43vw);
  }

  .test-nav {
    width: min(100% - 28px, 1240px);
    gap: 16px;
  }

  .test-nav-links a {
    padding: 10px 14px;
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .test-brand-image img {
    width: min(330px, 62vw);
  }

  .test-about.test-section {
    height: auto;
    min-height: 0;
    padding: 70px 18px 56px;
  }

  .test-about h2 {
    font-size: clamp(36px, 7vw, 48px);
  }

  .test-about-intro {
    margin-bottom: 48px;
  }

  .test-feature-grid {
    grid-template-columns: 1fr;
    width: min(620px, 100%);
    gap: 44px;
  }

  .test-feature-icon {
    margin-bottom: 24px;
  }

  .test-mid-cta.test-section {
    height: auto;
    padding: 0 18px 70px;
  }
}

@media (max-width: 640px) {
  .test-brand-image img {
    width: min(285px, 78vw);
  }

  .test-nav {
    align-items: center;
  }

  .test-about.test-section {
    padding: 58px 14px 46px;
  }

  .test-about h2 {
    font-size: clamp(33px, 10vw, 43px);
  }

  .test-about-intro {
    width: min(100%, 520px);
    font-size: 16px;
    line-height: 1.6;
  }

  .test-feature-card h3 {
    font-size: 24px;
  }

  .test-feature-card p {
    font-size: 15px;
  }

  .test-hero::after {
    border-left-width: 56px;
    border-right-width: 56px;
    border-top-width: 32px;
  }
}

/* Final pixel-alignment corrections */
.test-about.test-section,
.test-mid-cta.test-section,
.test-mid-cta .test-cta-button {
  box-sizing: border-box;
}

.test-about-intro {
  width: min(640px, calc(100% - 38px));
}

.test-feature-card p {
  max-width: 290px;
}

/* Final reference spacing and icon scale */
.test-about h2 {
  margin-bottom: 15px;
}

.test-about-intro {
  margin-bottom: 65.5px;
  line-height: 1.75;
}

.test-feature-icon {
  width: 92px;
  height: 92px;
  margin-bottom: 19px;
}

.test-feature-card h3 {
  margin-bottom: 11px;
}

.test-mid-cta.test-section {
  padding-top: 9px;
  padding-bottom: 76px;
}

/* Mobile width and footer containment fix */
body.test-body,
.test-page,
.test-topbar,
.test-nav,
.test-hero,
.test-hero-inner,
.test-about.test-section,
.test-about-inner,
.test-feature-grid,
.test-feature-card,
.test-mid-cta.test-section,
.test-page .site-footer {
  box-sizing: border-box;
  max-width: 100%;
}

.test-page .site-footer {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 640px) {
  .test-about-inner,
  .test-feature-grid {
    width: 100%;
  }

  .test-page .footer-links {
    padding-left: 12px;
    padding-right: 12px;
    justify-content: center;
    row-gap: 8px;
  }
}

/* User-requested test page refinement: transparent logo, centered navigation, updated content */
.test-brand-image img {
  width: min(470px, 36vw);
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.42));
}

@media (min-width: 1101px) {
  .test-nav-links {
    transform: translateX(-88px);
  }
}

.test-about.test-section {
  height: auto;
  min-height: 619px;
  padding-bottom: 58px;
}

.test-about-intro {
  width: min(790px, calc(100% - 38px));
  margin-bottom: 58px;
}

.test-feature-card p {
  max-width: 326px;
}

.test-feature-icon {
  width: 88px;
  height: 88px;
  margin-bottom: 22px;
}

@media (max-width: 1100px) {
  .test-nav-links {
    transform: none;
  }

  .test-brand-image img {
    width: min(390px, 45vw);
  }
}

@media (max-width: 900px) {
  .test-brand-image img {
    width: min(330px, 62vw);
  }

  .test-about.test-section {
    min-height: 0;
    padding-bottom: 54px;
  }
}

@media (max-width: 640px) {
  .test-brand-image img {
    width: min(282px, 78vw);
  }

  .test-feature-icon {
    width: 84px;
    height: 84px;
  }
}

/* Final header, hero-spacing, and lead-capture link refinements */
@media (min-width: 1101px) {
  .test-nav {
    width: min(1180px, calc(100% - 48px));
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .test-brand-image img {
    width: min(330px, 27vw);
  }

  .test-nav-links {
    transform: translateX(-42px);
    gap: 10px;
  }
}

.test-nav-links a {
  min-height: 42px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.045em;
}

.test-nav-links a.test-primary-link {
  min-height: 48px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.035em;
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.24);
}

.test-watch-wrap {
  color: inherit;
  text-decoration: none;
  border-radius: 18px;
  transition: transform 160ms ease, filter 160ms ease;
}

.test-watch-wrap:hover,
.test-watch-wrap:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.test-watch-wrap:focus-visible,
.test-cta-button:focus-visible,
.test-secondary-button:focus-visible,
.test-nav-links a:focus-visible {
  outline: 3px solid rgba(255, 216, 87, 0.95);
  outline-offset: 4px;
}

.test-cta-button {
  letter-spacing: 0.035em;
}

.test-about.test-section {
  padding-top: 54px;
}

.test-about h2 {
  margin-bottom: 13px;
}

@media (max-width: 1100px) and (min-width: 901px) {
  .test-brand-image img {
    width: min(310px, 36vw);
  }

  .test-nav-links a {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
  }

  .test-nav-links a.test-primary-link {
    padding-left: 19px;
    padding-right: 19px;
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .test-about.test-section {
    padding-top: 48px;
  }
}

@media (max-width: 640px) {
  .test-brand-image img {
    width: min(248px, 72vw);
  }

  .test-nav-links a {
    min-height: 39px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }

  .test-nav-links a.test-primary-link {
    min-height: 44px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 12px;
  }

  .test-about.test-section {
    padding-top: 40px;
  }
}


/* July 2026 refinement: tighter hero, centered logo, interactive links, and stronger CTA */
@media (min-width: 1101px) {
  .test-brand-image {
    transform: translateX(30px);
  }

  .test-hero {
    min-height: 700px;
  }

  .test-hero-inner {
    padding-top: 120px;
    padding-bottom: 58px;
  }
}

.test-nav-links a,
.test-brand-image,
.test-cta-button,
.test-secondary-button {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    filter 180ms ease;
}

.test-nav-links a:hover,
.test-nav-links a:focus-visible {
  transform: translateY(-2px);
  background: rgba(16, 54, 112, 0.58);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.test-nav-links a.test-primary-link:hover,
.test-nav-links a.test-primary-link:focus-visible {
  background: linear-gradient(180deg, #ffe06d 0%, #d5a211 100%);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.28);
  filter: brightness(1.03);
}

.test-brand-image:hover,
.test-brand-image:focus-visible {
  transform: translateX(30px) translateY(-2px);
  filter: brightness(1.04);
}

.test-cta-button:hover,
.test-cta-button:focus-visible,
.test-secondary-button:hover,
.test-secondary-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.test-cta-button:hover,
.test-cta-button:focus-visible {
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.29);
}

.test-secondary-button:hover,
.test-secondary-button:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.30);
}

.test-watch-wrap {
  margin-top: 27px;
}

.test-play-button {
  width: 114px;
  height: 114px;
}

.test-play-button::before {
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 31px;
}

.test-hero-actions {
  margin-top: 24px;
}

.test-hero-actions .test-cta-button {
  min-height: 48px;
  padding: 0 22px;
  font-size: 13px;
}

.test-hero-note {
  margin-top: 18px;
}

.test-about.test-section {
  padding-top: 28px;
}

.test-mid-cta.test-section {
  height: auto;
  padding-top: 3px;
  padding-bottom: 70px;
}

.test-mid-cta .test-cta-button {
  width: auto;
  min-width: 300px;
  min-height: 62px;
  height: 62px;
  padding: 0 32px;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.045em;
}

@media (max-width: 1100px) {
  .test-brand-image,
  .test-brand-image:hover,
  .test-brand-image:focus-visible {
    transform: none;
  }

  .test-hero {
    min-height: 680px;
  }

  .test-hero-inner {
    padding-top: 118px;
    padding-bottom: 54px;
  }
}

@media (max-width: 900px) {
  .test-hero {
    min-height: 0;
  }

  .test-hero-inner {
    padding-top: 128px;
    padding-bottom: 66px;
  }

  .test-about.test-section {
    padding-top: 34px;
  }
}

@media (max-width: 640px) {
  .test-play-button {
    width: 96px;
    height: 96px;
  }

  .test-play-button::before {
    border-top-width: 17px;
    border-bottom-width: 17px;
    border-left-width: 27px;
  }

  .test-hero-actions .test-cta-button {
    min-height: 46px;
    padding: 0 19px;
    font-size: 12px;
  }

  .test-about.test-section {
    padding-top: 30px;
  }

  .test-mid-cta .test-cta-button {
    min-width: 250px;
    min-height: 56px;
    height: 56px;
    padding: 0 24px;
    font-size: 15px;
  }
}

/* July 2026 refinement v3: remove the extra gap and simplify hero interactions */
.test-brand-image,
.test-brand-image:hover,
.test-brand-image:focus-visible {
  transform: translateX(30px);
  filter: none;
}

.test-brand-image {
  transition: none;
}

.test-play-button {
  width: 102px;
  height: 102px;
}

.test-play-button::before {
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 28px;
}

.test-hero-note {
  display: none;
}

@media (min-width: 1101px) {
  .test-hero {
    min-height: 640px;
  }

  .test-hero-inner {
    padding-top: 112px;
    padding-bottom: 34px;
  }

  .test-about.test-section {
    position: relative;
    z-index: 2;
    margin-top: -34px;
    padding-top: 52px;
  }
}

@media (max-width: 1100px) {
  .test-brand-image,
  .test-brand-image:hover,
  .test-brand-image:focus-visible {
    transform: none;
  }

  .test-hero-inner {
    padding-bottom: 38px;
  }

  .test-about.test-section {
    position: relative;
    z-index: 2;
    margin-top: -24px;
    padding-top: 46px;
  }
}

@media (max-width: 640px) {
  .test-play-button {
    width: 86px;
    height: 86px;
  }

  .test-play-button::before {
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 24px;
  }

  .test-about.test-section {
    margin-top: -18px;
    padding-top: 38px;
  }
}


/* July 2026 refinement v4: clean section transition and updated hero CTA */
.test-hero::after {
  display: none !important;
  content: none !important;
}

.test-section-divider {
  position: absolute;
  left: 50%;
  bottom: -23px;
  z-index: 6;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(13, 42, 92, 0.12);
  box-shadow: 0 8px 22px rgba(7, 25, 58, 0.18);
  pointer-events: none;
}

.test-section-divider span {
  width: 11px;
  height: 11px;
  margin-top: -5px;
  border-right: 3px solid #d0a113;
  border-bottom: 3px solid #d0a113;
  transform: rotate(45deg);
  border-radius: 1px;
}

@media (min-width: 1101px) {
  .test-hero {
    min-height: 610px;
  }

  .test-hero-inner {
    padding-top: 104px;
    padding-bottom: 30px;
  }

  .test-about.test-section {
    margin-top: 0;
    padding-top: 48px;
  }
}

@media (max-width: 1100px) {
  .test-about.test-section {
    margin-top: 0;
    padding-top: 48px;
  }
}

@media (max-width: 640px) {
  .test-section-divider {
    bottom: -20px;
    width: 40px;
    height: 40px;
  }

  .test-section-divider span {
    width: 9px;
    height: 9px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .test-about.test-section {
    margin-top: 0;
    padding-top: 42px;
  }
}

/* Keep the new divider fully visible instead of clipping it into a white notch. */
.test-hero {
  overflow: visible;
}
.test-hero {
  z-index: 3;
}
.test-about.test-section {
  z-index: 1;
}
.test-topbar {
  z-index: 20;
}


/* July 2026 refinement v5: straight wordmark, balanced divider, and smaller video icon */
.test-brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  flex: 0 0 auto;
  white-space: nowrap;
  line-height: 1;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 3.15vw, 50px);
  font-weight: 900;
  letter-spacing: -0.055em;
  text-decoration: none;
  transform: translateX(30px);
  transition: none;
  filter: none;
}

.test-brand-wordmark,
.test-brand-wordmark:hover,
.test-brand-wordmark:focus-visible {
  transform: translateX(30px);
  filter: none;
}

.test-brand-duplicate,
.test-brand-com {
  color: #ffffff;
  -webkit-text-stroke: 1.35px #071d4f;
  paint-order: stroke fill;
  text-shadow:
    0 2px 0 #071d4f,
    0 4px 0 #071d4f,
    0 8px 14px rgba(0, 0, 0, 0.28);
}

.test-brand-mike {
  color: #ffd533;
  -webkit-text-stroke: 1.35px #071d4f;
  paint-order: stroke fill;
  text-shadow:
    0 2px 0 #071d4f,
    0 4px 0 #071d4f,
    0 8px 14px rgba(0, 0, 0, 0.28);
}

.test-brand-com {
  font-size: 0.74em;
  letter-spacing: -0.045em;
}

.test-play-button {
  width: 94px;
  height: 94px;
}

.test-play-button::before {
  border-top-width: 17px;
  border-bottom-width: 17px;
  border-left-width: 26px;
}

.test-section-divider {
  bottom: -27px;
  width: 54px;
  height: 54px;
}

.test-section-divider span {
  width: 13px;
  height: 13px;
  margin-top: -6px;
  border-right-width: 3px;
  border-bottom-width: 3px;
}

@media (max-width: 1100px) {
  .test-brand-wordmark,
  .test-brand-wordmark:hover,
  .test-brand-wordmark:focus-visible {
    transform: none;
    font-size: clamp(31px, 4.4vw, 44px);
  }
}

@media (max-width: 640px) {
  .test-brand-wordmark,
  .test-brand-wordmark:hover,
  .test-brand-wordmark:focus-visible {
    font-size: clamp(25px, 8.4vw, 34px);
    letter-spacing: -0.06em;
  }

  .test-brand-duplicate,
  .test-brand-mike,
  .test-brand-com {
    -webkit-text-stroke-width: 1px;
    text-shadow:
      0 2px 0 #071d4f,
      0 4px 9px rgba(0, 0, 0, 0.28);
  }

  .test-play-button {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
  }

  .test-play-button::before {
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-left-width: 22px;
  }

  .test-section-divider {
    bottom: -23px;
    width: 46px;
    height: 46px;
  }

  .test-section-divider span {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}

/* July 2026 refinement v6: white triangle divider, compliant income messaging, and smaller lower CTA */
.test-section-divider {
  bottom: -1px;
  width: 132px;
  height: 52px;
  display: block;
  transform: translateX(-50%);
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.test-section-divider span {
  display: none;
}

.test-about.test-section {
  padding-top: 54px;
}

.test-mid-cta .test-cta-button {
  min-width: 258px;
  min-height: 54px;
  height: 54px;
  padding: 0 27px;
  font-size: 15px;
}

@media (max-width: 900px) {
  .test-section-divider {
    width: 110px;
    height: 44px;
  }

  .test-about.test-section {
    padding-top: 48px;
  }
}

@media (max-width: 640px) {
  .test-section-divider {
    bottom: -1px;
    width: 88px;
    height: 35px;
  }

  .test-about.test-section {
    padding-top: 40px;
  }

  .test-mid-cta .test-cta-button {
    min-width: 220px;
    min-height: 50px;
    height: 50px;
    padding: 0 22px;
    font-size: 14px;
  }
}

/* July 2026 conversion-focused homepage refinement v8 */
.test-hero {
  background:
    linear-gradient(90deg, rgba(2, 10, 28, 0.16) 0%, rgba(2, 10, 28, 0.32) 27%, rgba(2, 10, 28, 0.82) 43%, rgba(2, 10, 28, 0.88) 68%, rgba(2, 10, 28, 0.30) 100%),
    url('../images/test-hero-bg.webp') center top / cover no-repeat;
}

.test-brand-wordmark,
.test-brand-wordmark:hover,
.test-brand-wordmark:focus-visible {
  width: 320px;
  font-size: 0;
  line-height: 0;
  transform: translateX(24px);
}

.test-brand-wordmark img,
.test-brand-image.test-brand-wordmark img {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

.test-hero-copy {
  position: relative;
  isolation: isolate;
}

.test-hero-copy::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -11%;
  top: -8%;
  width: 122%;
  height: 116%;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(2, 9, 24, 0.52) 0%, rgba(2, 9, 24, 0.28) 54%, rgba(2, 9, 24, 0) 78%);
}

.test-hero h1 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(42px, 4.55vw, 64px);
  line-height: 1.03;
}

.test-hero-sub {
  max-width: 600px;
  font-size: clamp(15px, 1.28vw, 18px);
  line-height: 1.58;
}

.test-watch-wrap {
  margin-top: 24px;
}

.test-play-button {
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
}

.test-play-button::before {
  margin-left: 6px;
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 24px;
}

.test-watch-label {
  font-size: clamp(17px, 1.55vw, 22px);
}

.test-watch-label span {
  font-size: 11px;
  letter-spacing: 0.09em;
}

.test-hero-actions {
  margin-top: 22px;
}

.test-hero-actions .test-cta-button {
  min-height: 54px;
  padding: 0 29px;
  font-size: 14px;
}

.test-hero-actions .test-secondary-button {
  min-height: 50px;
  padding: 0 20px;
  font-size: 11px;
  letter-spacing: 0.045em;
  background: rgba(255,255,255,0.05);
}

.test-trust-line {
  margin: 16px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-align: center;
}

.test-trust-line span {
  padding: 0 7px;
  color: #ffd857;
}

.test-about.test-section {
  padding-top: 44px;
  min-height: 0;
}

.test-about h2 {
  width: min(940px, calc(100% - 32px));
  font-size: clamp(36px, 4vw, 56px);
  margin-bottom: 13px;
}

.test-about-intro {
  width: min(800px, calc(100% - 38px));
  margin-bottom: 38px;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}

.test-feature-icon {
  width: 86px;
  height: 86px;
  margin-bottom: 17px;
}

.test-feature-card h3 {
  font-size: clamp(22px, 1.75vw, 27px);
}

.test-feature-card p {
  max-width: 320px;
  font-size: 15px;
  line-height: 1.58;
}

.test-mid-cta.test-section {
  padding-top: 0;
  padding-bottom: 62px;
}

.test-mid-cta .test-cta-button {
  min-width: 236px;
  min-height: 50px;
  height: 50px;
  padding: 0 24px;
  font-size: 14px;
}

@media (min-width: 1101px) {
  .test-hero {
    min-height: 610px;
  }

  .test-hero-inner {
    padding-top: 100px;
    padding-bottom: 26px;
  }
}

@media (max-width: 1100px) {
  .test-brand-wordmark,
  .test-brand-wordmark:hover,
  .test-brand-wordmark:focus-visible {
    width: min(270px, 38vw);
    transform: none;
  }
}

@media (max-width: 900px) {
  .test-brand-wordmark,
  .test-brand-wordmark:hover,
  .test-brand-wordmark:focus-visible {
    width: min(250px, 58vw);
  }

  .test-about.test-section {
    padding-top: 42px;
  }
}

@media (max-width: 640px) {
  .test-brand-wordmark,
  .test-brand-wordmark:hover,
  .test-brand-wordmark:focus-visible {
    width: min(220px, 70vw);
  }

  .test-play-button {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }

  .test-play-button::before {
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 20px;
  }

  .test-watch-label {
    font-size: 18px;
  }

  .test-trust-line {
    font-size: 9px;
    line-height: 1.55;
  }

  .test-about.test-section {
    padding-top: 36px;
  }

  .test-about-intro {
    margin-bottom: 32px;
  }
}

/* Mobile above-the-fold correction */
@media (max-width: 900px) {
  .test-hero-inner {
    padding-top: 66px;
    padding-bottom: 54px;
  }
}

@media (max-width: 640px) {
  .test-hero-inner {
    padding-top: 54px;
    padding-bottom: 42px;
  }

  .test-hero h1 {
    font-size: clamp(36px, 10.4vw, 48px);
  }

  .test-hero-sub {
    margin-top: 18px;
  }

  .test-watch-wrap {
    margin-top: 20px;
  }
}


/* Shared navigation for legal, contact, and sales pages — July 2026 v10 */
.global-topbar {
  position: relative;
  z-index: 50;
  width: 100%;
  background:
    linear-gradient(180deg, rgba(5, 30, 77, 0.98) 0%, rgba(8, 48, 108, 0.98) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 9px 24px rgba(3, 18, 50, 0.24);
}

.global-nav {
  width: min(1180px, calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.global-brand {
  width: 292px;
  max-width: 31vw;
  flex: 0 0 auto;
  display: block;
  line-height: 0;
  text-decoration: none;
}

.global-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.global-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.global-nav-links a {
  min-height: 42px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(7, 31, 76, 0.34);
  color: #ffffff;
  text-decoration: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.045em;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.global-nav-links a:hover,
.global-nav-links a:focus-visible {
  transform: translateY(-2px);
  background: rgba(21, 69, 138, 0.78);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.global-nav-links a:focus-visible,
.global-brand:focus-visible {
  outline: 3px solid rgba(255, 216, 87, 0.95);
  outline-offset: 4px;
}

.global-nav-links a.global-primary-link {
  min-height: 48px;
  padding: 0 24px;
  background: linear-gradient(180deg, #ffe06d 0%, #d3a011 100%);
  border-color: rgba(255, 255, 255, 0.30);
  color: #101827;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.035em;
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.24);
}

.global-nav-links a.global-primary-link:hover,
.global-nav-links a.global-primary-link:focus-visible {
  background: linear-gradient(180deg, #ffe985 0%, #d8a713 100%);
  filter: brightness(1.03);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.28);
}

/* Keep content spacing natural under the new shared header. */
body.legal-body .legal-layout {
  padding-top: 28px;
}

@media (max-width: 900px) {
  body.legal-body .legal-layout {
    padding-top: 18px;
  }
}

body.sales-body .sales-page {
  padding-top: clamp(22px, 3vw, 42px);
}

@media (max-width: 980px) {
  .global-nav {
    width: min(940px, calc(100% - 30px));
    gap: 18px;
  }

  .global-brand {
    width: 246px;
    max-width: 34vw;
  }

  .global-nav-links {
    gap: 7px;
  }

  .global-nav-links a {
    min-height: 39px;
    padding: 0 12px;
    font-size: 11px;
  }

  .global-nav-links a.global-primary-link {
    min-height: 44px;
    padding: 0 17px;
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  .global-nav {
    width: 100%;
    min-height: 0;
    padding: 14px 14px 16px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }

  .global-brand {
    width: min(255px, 72vw);
    max-width: none;
  }

  .global-nav-links {
    width: 100%;
    justify-content: center;
    gap: 7px;
  }

  .global-nav-links a {
    min-height: 38px;
    padding: 0 11px;
    font-size: 10px;
  }

  .global-nav-links a.global-primary-link {
    min-height: 42px;
    padding: 0 15px;
    font-size: 11px;
  }
}

@media (max-width: 430px) {
  .global-nav-links {
    gap: 6px;
  }

  .global-nav-links a {
    padding: 0 9px;
    font-size: 9px;
    letter-spacing: 0.025em;
  }

  .global-nav-links a.global-primary-link {
    padding: 0 12px;
    font-size: 10px;
  }
}

/* v11: use the homepage navy footer across every page */
.site-footer,
body.legal-body .site-footer,
.sales-page .site-footer,
.login-page .site-footer,
.test-page .site-footer {
  background: #06111f !important;
  border-top: 0 !important;
}

.site-footer .footer-links a,
body.legal-body .site-footer .footer-links a,
.sales-page .site-footer .footer-links a,
.login-page .site-footer .footer-links a,
.test-page .site-footer .footer-links a {
  color: #f8fafc !important;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible {
  color: #ffd24a !important;
}

.site-footer .footer-links a:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.42) !important;
}

.site-footer .footer-copy,
.site-footer .copyright,
body.legal-body .site-footer .footer-copy,
body.legal-body .site-footer .copyright,
.sales-page .site-footer .footer-copy,
.sales-page .site-footer .copyright,
.login-page .site-footer .footer-copy,
.login-page .site-footer .copyright,
.test-page .site-footer .footer-copy,
.test-page .site-footer .copyright {
  color: rgba(255, 255, 255, 0.74) !important;
}

/* v12: flush, homepage-style footer across every page */
.site-footer,
body.legal-body .site-footer,
.sales-page .site-footer,
.login-page .site-footer,
.test-page .site-footer {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  background: #06111f !important;
  padding: 26px 16px 28px !important;
  box-shadow: none !important;
}

/* Remove the scenery-colored band that appeared above legal-page footers. */
body.legal-body .legal-layout {
  row-gap: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove the extra top gap used by the sales and member-area footers. */
.sales-page .site-footer,
.login-page .site-footer {
  margin-top: 0 !important;
}

/* Keep full-bleed footers inside pages that have horizontal wrapper padding. */
.sales-page .site-footer,
.login-page .site-footer {
  width: calc(100% + 32px) !important;
  margin-left: -16px !important;
  margin-right: -16px !important;
}

@media (max-width: 860px) {
  .sales-page .site-footer,
  .login-page .site-footer {
    width: calc(100% + 18px) !important;
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
}

/* v13: final full-width footer containment fix across all pages */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

/* Allow each page shell to span the full browser width while its content
   remains constrained by the existing inner cards and sections. */
body.legal-body .legal-layout,
body.sales-body .sales-page,
body.login-body .login-page,
body.test-body .test-page,
.page {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.legal-body .legal-layout {
  flex: 1 0 auto;
  align-self: stretch;
}

/* Reset older full-bleed calculations that shifted legal-page footers and
   exposed the illustrated background along the right or bottom edge. */
.site-footer,
body.legal-body .site-footer,
.sales-page .site-footer,
.login-page .site-footer,
.test-page .site-footer {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  box-sizing: border-box !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 26px clamp(16px, 4vw, 60px) 28px !important;
  overflow: hidden !important;
  align-self: stretch !important;
  background: #06111f !important;
}

/* Sales and member pages have horizontal page padding, so compensate for it
   without allowing the footer to exceed the viewport. */
.sales-page .site-footer,
.login-page .site-footer {
  width: calc(100% + 32px) !important;
  margin-left: -16px !important;
  margin-right: -16px !important;
}

.site-footer .footer-links,
.site-footer .footer-copy,
.site-footer .copyright {
  box-sizing: border-box;
  min-width: 0;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  overflow-wrap: anywhere;
}

.site-footer .footer-links {
  width: 100%;
  column-gap: 28px;
  row-gap: 10px;
}

@media (max-width: 860px) {
  .sales-page .site-footer,
  .login-page .site-footer {
    width: calc(100% + 18px) !important;
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
}

@media (max-width: 700px) {
  .site-footer,
  body.legal-body .site-footer,
  .sales-page .site-footer,
  .login-page .site-footer,
  .test-page .site-footer {
    padding: 22px 14px 24px !important;
  }

  .site-footer .footer-links {
    gap: 9px 16px;
  }

  .site-footer .footer-links a {
    font-size: 12px !important;
  }

  .site-footer .footer-links a:not(:last-child)::after {
    content: "" !important;
    margin: 0 !important;
  }

  .site-footer .footer-copy {
    font-size: 11px !important;
    line-height: 1.55 !important;
  }

  .site-footer .copyright {
    font-size: 12px !important;
  }
}


/* v14: square interior content panels and remove residual bottom gaps.
   The public homepage (index.html) and email-capture landing page (landing-page-2.html)
   intentionally keep their existing design. */
html {
  background: #06111f;
}

body.legal-body .legal-page,
body.sales-body .sales-hero,
body.login-body .login-card {
  border-radius: 0 !important;
}

/* Mobile rules earlier in this file reintroduce rounded corners, so keep the
   square treatment consistent at every screen size. */
@media (max-width: 900px) {
  body.legal-body .legal-page,
  body.sales-body .sales-hero,
  body.login-body .login-card {
    border-radius: 0 !important;
  }
}

/* Keep the illustrated page background connected directly to the navy footer
   and prevent a white strip from appearing below short interior pages. */
body.legal-body,
body.sales-body,
body.login-body {
  min-height: 100vh;
  min-height: 100dvh;
}

body.legal-body .legal-layout,
body.sales-body .sales-page,
body.login-body .login-page {
  min-height: calc(100vh - 82px);
  min-height: calc(100dvh - 82px);
  padding-bottom: 0 !important;
  background-color: transparent;
}

body.legal-body .legal-layout {
  row-gap: 0 !important;
}

body.sales-body .sales-hero,
body.login-body .login-card {
  margin-bottom: 0 !important;
}

/* Contact-page readability after adding the expanded support information. */
body.legal-body .contact-page {
  min-height: 0;
}

body.legal-body .contact-page ul {
  margin: 8px 0 20px;
  padding-left: 24px;
}

body.legal-body .contact-page li + li {
  margin-top: 7px;
}

/* v14.1: make interior page shells fully cover the viewport so no illustrated
   background or white strip can remain below the footer. */
body.legal-body .legal-layout,
body.sales-body .sales-page,
body.login-body .login-page {
  display: flex;
  flex-direction: column;
}

body.legal-body .legal-page,
body.sales-body .sales-hero,
body.login-body .login-card {
  flex: 1 0 auto;
}

body.login-body .login-page {
  min-height: 100vh !important;
  min-height: 100dvh !important;
}

body.legal-body .site-footer,
body.sales-body .site-footer,
body.login-body .site-footer {
  margin-top: 0 !important;
  flex: 0 0 auto;
}

/* Sales conversion refinement v16 */
body.sales-body {
  color: #102c52;
}

body.sales-body .sales-page {
  padding-top: clamp(22px, 3vw, 42px);
}

body.sales-body .sales-hero {
  width: min(1120px, 100%);
  padding: clamp(28px, 4vw, 54px);
  border-radius: 0;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 24px 54px rgba(0,0,0,0.22);
}

body.sales-body .sales-hero::before {
  background:
    radial-gradient(circle at 12% 2%, rgba(255,204,0,0.16), transparent 25%),
    radial-gradient(circle at 90% 4%, rgba(15,49,101,0.10), transparent 28%);
}

body.sales-body .sales-kicker {
  margin-bottom: 14px;
  padding: 8px 18px;
  color: #071f4c;
  background: #ffcc00;
  border: 1px solid rgba(7,31,76,0.10);
  box-shadow: none;
  letter-spacing: 0.095em;
}

body.sales-body .sales-hero h1 {
  max-width: 980px;
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.048em;
}

body.sales-body .sales-subheadline {
  max-width: 900px;
  margin-bottom: 18px;
  color: #425b77;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.52;
  font-weight: 700;
}

.sales-value-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  max-width: 900px;
  margin: 0 auto 24px;
  color: #173c6a;
  font-size: clamp(13px, 1.12vw, 16px);
  font-weight: 800;
}

.sales-value-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.sales-value-row b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffcc00;
  color: #071f4c;
  font-size: 13px;
  font-weight: 900;
}

body.sales-body .sales-video-wrap {
  max-width: 930px;
  margin-bottom: 18px;
  padding: 7px;
  border-radius: 18px;
  background: linear-gradient(135deg, #071f4c 0%, #133c77 55%, #ffcc00 55.2%, #f0b700 100%);
  box-shadow: 0 20px 40px rgba(7,31,76,0.24);
}

body.sales-body .sales-video {
  border-radius: 12px;
}

body.sales-body .sales-video::after {
  content: "FREE TRAINING";
  color: rgba(255,255,255,0.10);
  font-size: clamp(36px, 7vw, 82px);
}

body.sales-body .sound-overlay {
  gap: 11px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,204,0,0.10), transparent 34%),
    rgba(4, 20, 49, 0.78);
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

body.sales-body .sound-overlay:hover .sound-overlay-icon,
body.sales-body .sound-overlay:focus-visible .sound-overlay-icon {
  transform: scale(1.045);
  box-shadow: 0 0 0 11px rgba(255,204,0,0.16), 0 14px 28px rgba(0,0,0,0.32);
}

body.sales-body .sound-overlay-icon {
  width: clamp(64px, 7vw, 82px);
  height: clamp(64px, 7vw, 82px);
  background: linear-gradient(180deg, #ffe16a 0%, #ffcc00 48%, #e8ac00 100%);
  border: 2px solid rgba(255,255,255,0.72);
  box-shadow: 0 0 0 8px rgba(255,204,0,0.12), 0 12px 26px rgba(0,0,0,0.30);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.sales-body .sound-overlay-icon svg {
  width: 42%;
  height: 42%;
  margin-left: 5%;
  fill: #071f4c;
}

body.sales-body .sound-overlay-title {
  font-size: clamp(21px, 3.2vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

body.sales-body .sound-overlay-text {
  color: #ffe16a;
  font-size: clamp(13px, 1.45vw, 18px);
  letter-spacing: 0.02em;
}

.sales-learning-strip {
  max-width: 900px;
  margin: 0 auto 18px;
  padding: 17px 18px;
  border: 1px solid rgba(7,31,76,0.10);
  background: #f5f8fd;
  text-align: left;
}

.sales-learning-label {
  margin: 0 0 10px;
  color: #071f4c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.085em;
}

.sales-learning-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sales-learning-items span {
  position: relative;
  padding-left: 18px;
  color: #3f5875;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.42;
  font-weight: 800;
}

.sales-learning-items span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffcc00;
  box-shadow: 0 0 0 3px rgba(255,204,0,0.18);
}

body.sales-body .sales-timer-card {
  max-width: 900px;
  margin-bottom: 22px;
  padding: 18px 20px;
  border-radius: 0;
  background: #071f4c;
  border: 0;
  box-shadow: 0 12px 28px rgba(7,31,76,0.18);
  color: #ffffff;
  text-align: left;
}

.timer-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

body.sales-body .timer-label {
  margin: 0;
  color: #ffffff;
  font-size: clamp(13px, 1.18vw, 16px);
  letter-spacing: 0.035em;
}

body.sales-body .sales-timer {
  flex: 0 0 auto;
  color: #ffcc00;
  font-size: clamp(28px, 4vw, 46px);
  text-shadow: none;
  letter-spacing: -0.035em;
}

.timer-progress {
  width: 100%;
  height: 8px;
  margin-top: 13px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
}

.timer-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffcc00 0%, #ffe27a 100%);
  transition: width 0.35s linear;
}

body.sales-body .timer-note {
  margin-top: 10px;
  color: #d8e2ef;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.45;
}

body.sales-body .timer-complete {
  background: #0d3a72;
  border: 0;
}

body.sales-body .payment-section {
  max-width: 840px;
  margin-top: 24px;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 0;
  border: 2px solid #ffcc00;
  box-shadow: 0 20px 48px rgba(7,31,76,0.18);
}

body.sales-body .unlock-badge {
  margin-bottom: 12px;
  padding: 8px 15px;
  color: #ffffff;
  background: #0d3a72;
  border-radius: 0;
  letter-spacing: 0.09em;
}

body.sales-body .payment-section h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.03;
}

body.sales-body .payment-copy {
  max-width: 700px;
  margin-bottom: 24px;
}

body.sales-body .payment-card {
  max-width: 680px;
  padding: clamp(20px, 2.7vw, 30px);
  border-radius: 0;
  border: 1px solid rgba(7,31,76,0.15);
  box-shadow: 0 10px 26px rgba(7,31,76,0.08);
}

.payment-eyebrow,
.payment-list-title {
  margin: 0 0 6px;
  color: #0d3a72;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.payment-list-title {
  margin: 4px 0 11px;
}

.payment-price-wrap {
  flex: 0 0 auto;
  text-align: right;
}

body.sales-body .payment-price {
  color: #071f4c;
  font-size: clamp(42px, 5vw, 62px);
}

body.sales-body .payment-price span {
  font-size: 0.58em;
  vertical-align: 0.42em;
  margin-right: 2px;
}

.payment-price-wrap small {
  display: block;
  margin-top: 4px;
  color: #6a7c91;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.10em;
}

body.sales-body .payment-list {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

body.sales-body .payment-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
}

body.sales-body .payment-list li span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  background: #ffcc00;
  color: #071f4c;
  font-size: 13px;
  font-weight: 900;
}

body.sales-body .sales-cta-button {
  min-height: 64px;
  border-radius: 6px;
  background: linear-gradient(180deg, #ffce18 0%, #f4b900 100%);
  border: 1px solid #cf9700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.58), 0 8px 18px rgba(7,31,76,0.20);
  color: #071f4c;
  font-size: clamp(16px, 1.9vw, 24px);
  text-shadow: none;
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

body.sales-body .sales-cta-button:hover,
body.sales-body .sales-cta-button:focus-visible {
  filter: brightness(1.03);
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.62), 0 12px 24px rgba(7,31,76,0.24);
}

.checkout-trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin-top: 14px;
  color: #536a84;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.checkout-trust-row span {
  position: relative;
}

.checkout-trust-row span:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: -12px;
  color: #c1cad6;
}

.checkout-trust-row a {
  color: #0d3a72;
  font-weight: 900;
}

body.sales-body .checkout-note {
  max-width: 560px;
  margin: 10px auto 0;
  color: #718299;
}

body.sales-body .video-income-disclaimer {
  max-width: 900px;
  margin: 22px auto 0;
  padding: 13px 15px;
  border-radius: 0;
  background: #f4f7fb;
  color: #5b6d82;
  font-size: clamp(10px, 0.92vw, 13px);
}

@media (max-width: 760px) {
  body.sales-body .sales-page {
    padding-top: 10px;
  }

  body.sales-body .sales-hero {
    padding: 24px 14px;
    border-radius: 0;
  }

  body.sales-body .sales-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .sales-value-row {
    gap: 9px 15px;
    margin-bottom: 20px;
  }

  .sales-learning-items {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .timer-card-topline {
    align-items: flex-end;
  }

  body.sales-body .sales-timer {
    font-size: 30px;
  }

  body.sales-body .payment-card-top {
    gap: 12px;
  }

  .payment-price-wrap {
    width: 100%;
    text-align: left;
  }

  .checkout-trust-row {
    flex-direction: column;
    gap: 6px;
  }

  .checkout-trust-row span:not(:last-child)::after {
    display: none;
  }
}

/* VSL conversion refinement v17 */
body.vsl-body .vsl-page {
  padding-top: clamp(14px, 2vw, 28px);
}

body.vsl-body .vsl-hero {
  width: min(1100px, 100%);
  padding: clamp(24px, 3.5vw, 44px);
}

body.vsl-body .vsl-hero h1 {
  max-width: 920px;
  font-size: clamp(36px, 4.7vw, 60px);
  line-height: 1.02;
}

body.vsl-body .vsl-hero .sales-subheadline {
  max-width: 860px;
  margin-bottom: 24px;
}

body.vsl-body .vsl-video-wrap {
  max-width: 920px;
  margin-bottom: 12px;
}

body.vsl-body .vsl-video::after {
  content: "";
}

body.vsl-body .sound-overlay-title {
  max-width: 760px;
  padding: 0 16px;
  font-size: clamp(20px, 2.8vw, 36px);
}

body.vsl-body .sound-overlay-icon {
  width: clamp(62px, 6.5vw, 78px);
  height: clamp(62px, 6.5vw, 78px);
}

.vsl-retention-line {
  max-width: 880px;
  margin: 0 auto 16px;
  color: #536a84;
  font-size: clamp(12px, 1.05vw, 15px);
  font-weight: 800;
  text-align: center;
}

body.vsl-body .vsl-learning-strip {
  margin-bottom: 16px;
}

body.vsl-body .vsl-unlock-card {
  margin-bottom: 18px;
  padding: 16px 18px;
}

.vsl-status {
  flex: 0 0 auto;
  color: #ffcc00;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 900;
  letter-spacing: 0.06em;
}

body.vsl-body .vsl-offer-section {
  max-width: 900px;
  scroll-margin-top: 100px;
}

body.vsl-body .vsl-payment-card {
  max-width: 720px;
}

.vsl-fit-box {
  display: grid;
  gap: 5px;
  margin: 0 0 20px;
  padding: 14px 16px;
  border-left: 5px solid #ffcc00;
  background: #f5f8fd;
  color: #425b77;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.vsl-fit-box strong {
  color: #071f4c;
  font-weight: 900;
}

.vsl-faq {
  max-width: 720px;
  margin: 24px auto 0;
  text-align: left;
}

.vsl-faq h3 {
  margin: 0 0 12px;
  color: #071f4c;
  font-size: clamp(24px, 2.5vw, 34px);
  text-align: center;
}

.vsl-faq details {
  border-top: 1px solid rgba(7,31,76,0.16);
  padding: 14px 2px;
}

.vsl-faq details:last-of-type {
  border-bottom: 1px solid rgba(7,31,76,0.16);
}

.vsl-faq summary {
  position: relative;
  padding-right: 28px;
  color: #071f4c;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  list-style: none;
}

.vsl-faq summary::-webkit-details-marker {
  display: none;
}

.vsl-faq summary::after {
  content: "+";
  position: absolute;
  right: 3px;
  top: -2px;
  color: #0d3a72;
  font-size: 24px;
  font-weight: 900;
}

.vsl-faq details[open] summary::after {
  content: "−";
}

.vsl-faq p {
  margin: 9px 0 0;
  color: #536a84;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.vsl-faq a {
  color: #0d3a72;
  font-weight: 900;
}

body.vsl-body .vsl-second-cta {
  max-width: 720px;
  margin: 22px auto 0;
}

.vsl-final-reassurance {
  margin: 10px auto 0;
  color: #65778c;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.lead-consent {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 18px 12px;
  background: #ffffff;
  color: #596e86;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.lead-consent a {
  color: #0a2c6b;
  font-weight: 900;
}

@media (max-width: 760px) {
  body.vsl-body .vsl-hero {
    padding: 22px 12px;
  }

  body.vsl-body .vsl-hero h1 {
    font-size: clamp(33px, 9.5vw, 46px);
  }

  body.vsl-body .sound-overlay-title {
    font-size: clamp(18px, 5.6vw, 28px);
  }

  body.vsl-body .vsl-unlock-card {
    text-align: center;
  }

  body.vsl-body .vsl-unlock-card .timer-card-topline {
    align-items: center;
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }

  .vsl-fit-box {
    font-size: 13px;
  }
}


/* Sales-page message alignment v19 */
.vsl-purchase-clarity {
  display: grid;
  gap: 5px;
  margin: -4px 0 20px;
  padding: 14px 16px;
  border-left: 5px solid #0d3a72;
  background: #eef4fb;
  color: #425b77;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.vsl-purchase-clarity strong {
  color: #071f4c;
  font-weight: 900;
}

@media (max-width: 760px) {
  .vsl-purchase-clarity {
    font-size: 13px;
  }
}

/* Post-purchase upsell pages v20 */
body.upsell-body {
  min-height: 100vh;
  min-height: 100dvh;
  background:
    radial-gradient(circle at 14% 7%, rgba(255, 204, 0, 0.18), transparent 22%),
    radial-gradient(circle at 88% 5%, rgba(51, 108, 190, 0.18), transparent 25%),
    linear-gradient(180deg, #eaf2fc 0%, #f7f9fc 48%, #ffffff 100%);
  color: #102c52;
}

body.upsell-body .upsell-page {
  min-height: calc(100vh - 82px);
  min-height: calc(100dvh - 82px);
  display: flex;
  flex-direction: column;
  padding-top: clamp(16px, 2.4vw, 34px);
}

.upsell-hero {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto clamp(30px, 4vw, 48px);
  padding: clamp(28px, 4.5vw, 58px);
  background: rgba(255, 255, 255, 0.985);
  border: 1px solid rgba(7, 31, 76, 0.10);
  box-shadow: 0 26px 64px rgba(7, 31, 76, 0.16);
  text-align: center;
}

.upsell-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 820px;
  margin: 0 auto 26px;
}

.upsell-progress span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 10px;
  background: #eef3f9;
  color: #66798f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.upsell-progress b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #d7e0eb;
  color: #536a84;
  font-size: 11px;
}

.upsell-progress .is-complete {
  background: #edf7ef;
  color: #29673a;
}

.upsell-progress .is-complete b {
  background: #3b9654;
  color: #ffffff;
}

.upsell-progress .is-current {
  background: #071f4c;
  color: #ffffff;
  box-shadow: inset 0 -4px 0 #ffcc00;
}

.upsell-progress .is-current b {
  background: #ffcc00;
  color: #071f4c;
}

.upsell-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  padding: 8px 15px;
  background: #ffcc00;
  color: #071f4c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.095em;
}

.upsell-hero > h1 {
  max-width: 980px;
  margin: 0 auto 18px;
  color: #071f4c;
  font-size: clamp(38px, 5.2vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.048em;
}

.upsell-lead {
  max-width: 900px;
  margin: 0 auto 22px;
  color: #425b77;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.55;
  font-weight: 700;
}

.upsell-reassurance {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  max-width: 910px;
  margin: 0 auto 28px;
  padding: 13px 16px;
  border-left: 5px solid #3b9654;
  background: #edf7ef;
  color: #41624a;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.upsell-reassurance strong {
  color: #245b33;
  font-weight: 900;
}

.upsell-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  gap: 24px;
  align-items: start;
  text-align: left;
}

.upsell-product-card,
.upsell-decision-card {
  border: 1px solid rgba(7, 31, 76, 0.14);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(7, 31, 76, 0.08);
}

.upsell-product-card {
  padding: clamp(24px, 3vw, 38px);
}

.upsell-product-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(7, 31, 76, 0.12);
}

.upsell-product-label {
  margin: 0 0 7px;
  color: #0d3a72;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.10em;
}

.upsell-product-heading h2 {
  margin: 0 0 6px;
  color: #071f4c;
  font-size: clamp(31px, 3.4vw, 45px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.upsell-product-heading p:last-child {
  margin: 0;
  color: #62758c;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.upsell-price {
  flex: 0 0 auto;
  color: #071f4c;
  font-size: clamp(46px, 5vw, 66px);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.06em;
  text-align: right;
}

.upsell-price > span {
  display: inline-block;
  margin-right: 3px;
  font-size: 0.48em;
  vertical-align: 0.48em;
}

.upsell-price small {
  display: block;
  margin-top: 10px;
  color: #6e8094;
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.upsell-bridge-box {
  margin: 22px 0;
  padding: 16px 18px;
  border-left: 6px solid #ffcc00;
  background: #f7f9fc;
}

.conversion-bridge-box {
  border-left-color: #2f6bb3;
}

.upsell-bridge-box strong {
  display: block;
  margin-bottom: 5px;
  color: #071f4c;
  font-size: 15px;
  font-weight: 900;
}

.upsell-bridge-box p {
  margin: 0;
  color: #536a84;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 650;
}

.upsell-product-card > h3 {
  margin: 0 0 14px;
  color: #071f4c;
  font-size: 20px;
}

.upsell-checklist {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.upsell-checklist li {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}

.upsell-checklist li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-top: 1px;
  border-radius: 50%;
  background: #ffcc00;
  color: #071f4c;
  font-size: 13px;
  font-weight: 900;
}

.upsell-checklist strong {
  display: block;
  margin-bottom: 2px;
  color: #173c6a;
  font-size: 14px;
  font-weight: 900;
}

.upsell-checklist p {
  margin: 0;
  color: #5f7289;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

.upsell-decision-card {
  position: sticky;
  top: 102px;
  padding: clamp(22px, 2.5vw, 30px);
  border-top: 7px solid #ffcc00;
}

.conversion-decision-card {
  border-top-color: #2f6bb3;
}

.upsell-decision-eyebrow {
  margin: 0 0 8px;
  color: #0d3a72;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.10em;
}

.upsell-decision-card h2 {
  margin: 0 0 12px;
  color: #071f4c;
  font-size: clamp(27px, 2.8vw, 38px);
  line-height: 1.07;
  letter-spacing: -0.035em;
}

.upsell-decision-copy {
  margin: 0 0 18px;
  color: #526982;
  font-size: 13px;
  line-height: 1.58;
  font-weight: 650;
}

.upsell-summary {
  display: grid;
  gap: 8px;
  margin-bottom: 17px;
  padding: 14px 15px;
  background: #f4f7fb;
}

.upsell-summary div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #60738a;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

.upsell-summary strong {
  color: #173c6a;
  font-weight: 900;
  text-align: right;
}

.upsell-yes-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  padding: 13px 17px;
  border: 1px solid #cf9700;
  border-radius: 6px;
  background: linear-gradient(180deg, #ffdb43 0%, #f4b900 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.62), 0 10px 22px rgba(7,31,76,0.20);
  color: #071f4c;
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.upsell-yes-button:hover,
.upsell-yes-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.025);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65), 0 14px 28px rgba(7,31,76,0.24);
}

.upsell-button-note {
  margin: 9px 0 14px;
  color: #718299;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 800;
  text-align: center;
}

.upsell-decline-link {
  display: block;
  width: fit-content;
  margin: 0 auto 18px;
  color: #61748a;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 800;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.upsell-decline-link:hover,
.upsell-decline-link:focus-visible {
  color: #071f4c;
}

.upsell-policy-note {
  padding: 13px 14px;
  border-left: 4px solid #0d3a72;
  background: #eef4fb;
  color: #526982;
  font-size: 11px;
  line-height: 1.5;
}

.upsell-policy-note strong {
  display: block;
  margin-bottom: 3px;
  color: #071f4c;
  font-weight: 900;
}

.upsell-sequence,
.upsell-compare,
.upsell-faq {
  max-width: 980px;
  margin: clamp(34px, 5vw, 58px) auto 0;
}

.upsell-section-label {
  margin: 0 0 8px;
  color: #0d3a72;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.upsell-sequence > h2,
.upsell-compare > h2,
.upsell-faq > h2 {
  max-width: 780px;
  margin: 0 auto 22px;
  color: #071f4c;
  font-size: clamp(29px, 3.6vw, 45px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.upsell-sequence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.upsell-sequence-grid article,
.upsell-compare-grid article {
  padding: 22px 20px;
  border: 1px solid rgba(7,31,76,0.12);
  background: #f7f9fc;
  text-align: left;
}

.upsell-sequence-grid article.is-highlighted,
.upsell-compare-grid article.is-highlighted {
  border-color: #ffcc00;
  background: #fffaf0;
  box-shadow: inset 0 5px 0 #ffcc00;
}

.upsell-sequence-grid span,
.upsell-compare-grid span {
  color: #0d3a72;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.10em;
}

.upsell-sequence-grid h3,
.upsell-compare-grid h3 {
  margin: 7px 0 6px;
  color: #071f4c;
  font-size: 22px;
}

.upsell-sequence-grid p,
.upsell-compare-grid p {
  margin: 0;
  color: #5b6f87;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 650;
}

.upsell-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.upsell-faq {
  max-width: 820px;
  text-align: left;
}

.upsell-faq > h2 {
  text-align: center;
}

.upsell-faq details {
  padding: 15px 2px;
  border-top: 1px solid rgba(7,31,76,0.16);
}

.upsell-faq details:last-of-type {
  border-bottom: 1px solid rgba(7,31,76,0.16);
}

.upsell-faq summary {
  position: relative;
  padding-right: 28px;
  color: #071f4c;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 900;
  list-style: none;
}

.upsell-faq summary::-webkit-details-marker {
  display: none;
}

.upsell-faq summary::after {
  content: "+";
  position: absolute;
  right: 3px;
  top: -3px;
  color: #0d3a72;
  font-size: 24px;
}

.upsell-faq details[open] summary::after {
  content: "−";
}

.upsell-faq p {
  margin: 9px 0 0;
  color: #596e86;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
}

.upsell-income-note {
  max-width: 900px;
  margin: 28px auto 0;
  padding: 13px 15px;
  background: #f4f7fb;
  color: #63758a;
  font-size: 11px;
  line-height: 1.55;
  text-align: left;
}

.upsell-income-note a {
  color: #0d3a72;
  font-weight: 900;
}

body.upsell-body .site-footer {
  margin-top: auto;
}

.temporary-preview-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 9px;
  margin: 12px 0 0;
  color: rgba(255,255,255,0.48);
  font-size: 9px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.temporary-preview-links a {
  color: rgba(255,255,255,0.68);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.temporary-preview-links a:hover,
.temporary-preview-links a:focus-visible {
  color: #ffcc00;
}

@media (max-width: 900px) {
  .upsell-offer-grid {
    grid-template-columns: 1fr;
  }

  .upsell-decision-card {
    position: static;
  }
}

@media (max-width: 700px) {
  body.upsell-body .upsell-page {
    padding-top: 10px;
  }

  .upsell-hero {
    width: calc(100% - 16px);
    padding: 22px 14px 28px;
  }

  .upsell-progress {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-bottom: 20px;
  }

  .upsell-progress span {
    min-height: 36px;
    justify-content: flex-start;
  }

  .upsell-hero > h1 {
    font-size: clamp(34px, 10vw, 47px);
  }

  .upsell-reassurance {
    display: grid;
  }

  .upsell-product-heading {
    flex-direction: column;
  }

  .upsell-price {
    text-align: left;
  }

  .upsell-sequence-grid,
  .upsell-compare-grid {
    grid-template-columns: 1fr;
  }
}

.upsell-progress .is-visited {
  background: #eef3f9;
  color: #3d5877;
  box-shadow: inset 0 -3px 0 #9fb2c8;
}

.upsell-progress .is-visited b {
  background: #9fb2c8;
  color: #071f4c;
}

/* Customer offer pages aligned with the Funnel System VSL layout — v21 */
.customer-offer-body .customer-offer-page {
  min-height: calc(100vh - 82px);
}

.customer-offer-body .customer-offer-hero {
  padding-top: clamp(26px, 4vw, 48px);
}

.customer-path-strip {
  max-width: 820px;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(7, 31, 76, 0.12);
  border-radius: 999px;
  background: #f4f8ff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.customer-path-strip span {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  color: #667a91;
  font-size: clamp(11px, 1.05vw, 14px);
  font-weight: 900;
  text-align: center;
}

.customer-path-strip span + span {
  border-left: 1px solid rgba(7, 31, 76, 0.10);
}

.customer-path-strip b {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #dce7f6;
  color: #49647f;
  font-size: 12px;
}

.customer-path-strip .is-complete {
  color: #173f8f;
}

.customer-path-strip .is-complete b {
  background: #173f8f;
  color: #ffffff;
}

.customer-path-strip .is-current {
  color: #071f4c;
  background: #fff7d2;
}

.customer-path-strip .is-current b {
  background: #ffcc00;
  color: #071f4c;
}

.customer-offer-body .customer-video-wrap {
  margin-top: 4px;
}

.customer-offer-video iframe {
  background: #091d3d;
}

.customer-purchase-safe-note {
  max-width: 820px;
  margin: 22px auto 0;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  border: 1px solid rgba(23, 63, 143, 0.14);
  border-radius: 14px;
  background: #eef5ff;
  color: #445d79;
  font-size: clamp(13px, 1.15vw, 16px);
  line-height: 1.45;
  font-weight: 700;
}

.customer-purchase-safe-note strong {
  color: #071f4c;
  font-weight: 900;
}

.customer-offer-body .customer-offer-section {
  display: block;
  max-width: 860px;
  margin-top: 24px;
}

.customer-offer-body .customer-payment-card {
  max-width: 680px;
}

.customer-offer-body .payment-list {
  list-style: none;
  padding-left: 0;
}

.customer-offer-body .payment-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.customer-offer-body .payment-list li > span {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  border-radius: 50%;
  background: #173f8f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.customer-decline-link {
  display: block;
  width: fit-content;
  margin: 16px auto 0;
  color: #697c92;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.customer-decline-link:hover,
.customer-decline-link:focus-visible {
  color: #071f4c;
}

.customer-offer-disclaimer {
  margin-top: 24px;
}

.temporary-preview-links {
  margin: 10px 0 0;
  color: rgba(255,255,255,0.48);
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

.temporary-preview-links a {
  color: rgba(255,255,255,0.58);
  text-decoration: none;
}

.temporary-preview-links a:hover,
.temporary-preview-links a:focus-visible {
  color: #ffcc00;
  text-decoration: underline;
}

.temporary-preview-links span {
  padding: 0 5px;
}

@media (max-width: 700px) {
  .customer-path-strip {
    border-radius: 16px;
  }

  .customer-path-strip span {
    min-height: 58px;
    flex-direction: column;
    gap: 4px;
    padding: 7px 4px;
    line-height: 1.12;
  }

  .customer-purchase-safe-note {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}

.customer-offer-body .customer-offer-section {
  animation: none;
}


/* Hybrid cold-traffic funnel: distraction-reduced VSL header */
.vsl-minimal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 12px 18px;
  background: #ffffff;
  border-bottom: 1px solid rgba(9, 39, 90, .10);
  box-shadow: 0 5px 16px rgba(7, 31, 76, .07);
}
.vsl-minimal-header a { display: inline-flex; align-items: center; justify-content: center; }
.vsl-minimal-header img { display: block; width: min(305px, 72vw); height: auto; }
.vsl-minimal-header a:focus-visible { outline: 3px solid #176fe7; outline-offset: 5px; border-radius: 5px; }
@media (max-width: 600px) {
  .vsl-minimal-header { min-height: 56px; padding: 9px 14px; }
  .vsl-minimal-header img { width: min(235px, 70vw); }
}

/* VSL synchronized playback states and unlocked sticky CTA v35 */
.vsl-status[data-state="ready"] { color: #ffcc00; }
.vsl-status[data-state="watching"] { color: #7ff0a8; }
.vsl-status[data-state="paused"] { color: #ffdc78; }
.vsl-status[data-state="loading"] { color: #a9d4ff; }
.vsl-status[data-state="complete"] { color: #7ff0a8; }
.vsl-status[data-state="error"] { color: #ff9b9b; }

.vsl-status[data-state="watching"]::before,
.vsl-status[data-state="loading"]::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: currentColor;
  vertical-align: 0.08em;
}

.vsl-status[data-state="watching"]::before {
  animation: vsl-status-pulse 1.35s ease-in-out infinite;
}

.vsl-status[data-state="loading"]::before {
  animation: vsl-status-blink 0.8s linear infinite;
}

@keyframes vsl-status-pulse {
  0%, 100% { transform: scale(0.8); opacity: 0.55; }
  50% { transform: scale(1.2); opacity: 1; }
}

@keyframes vsl-status-blink {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}

.vsl-sticky-cta {
  position: fixed;
  z-index: 1200;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 18px;
  border-top: 1px solid rgba(255,255,255,0.14);
  background: rgba(7,31,76,0.97);
  box-shadow: 0 -10px 28px rgba(7,31,76,0.24);
  opacity: 0;
  transform: translateY(110%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  backdrop-filter: blur(10px);
}

.vsl-sticky-cta[hidden] { display: none; }

.vsl-sticky-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.vsl-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1040px, 100%);
  margin: 0 auto;
  gap: 18px;
}

.vsl-sticky-copy {
  display: grid;
  gap: 2px;
  color: #ffffff;
  line-height: 1.25;
}

.vsl-sticky-copy strong {
  font-size: 17px;
  font-weight: 900;
}

.vsl-sticky-copy span {
  color: #d9e5f4;
  font-size: 12px;
  font-weight: 700;
}

.vsl-sticky-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 22px;
  border: 1px solid #cf9700;
  border-radius: 6px;
  background: linear-gradient(180deg, #ffce18 0%, #f4b900 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.58), 0 7px 16px rgba(0,0,0,0.22);
  color: #071f4c;
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.vsl-sticky-button:hover,
.vsl-sticky-button:focus-visible {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

body.offer-unlocked {
  padding-bottom: 82px;
}

@media (max-width: 700px) {
  .vsl-sticky-cta { padding: 8px 10px; }
  .vsl-sticky-inner { gap: 9px; }
  .vsl-sticky-copy strong { font-size: 14px; }
  .vsl-sticky-copy span { display: none; }
  .vsl-sticky-button {
    min-height: 44px;
    padding: 9px 13px;
    font-size: 12px;
  }
  body.offer-unlocked { padding-bottom: 68px; }
}

@media (prefers-reduced-motion: reduce) {
  .vsl-status[data-state="watching"]::before,
  .vsl-status[data-state="loading"]::before,
  .vsl-sticky-cta {
    animation: none;
    transition: none;
  }
}

/* Final39: upgraded DuplicateMike member login */
body.login-v2 {
  background:
    radial-gradient(circle at 14% 12%, rgba(255,255,255,0.96) 0 42px, rgba(255,255,255,0.82) 43px 72px, transparent 73px),
    radial-gradient(circle at 84% 13%, rgba(255,255,255,0.94) 0 52px, rgba(255,255,255,0.78) 53px 84px, transparent 85px),
    linear-gradient(180deg, #69baff 0%, #b9e7ff 37%, #dff4ff 48%, #8ed16a 48.5%, #6bb34f 66%, #ad7537 82%, #8c572a 100%);
}

body.login-v2 .login-page {
  min-height: 100vh !important;
  min-height: 100dvh !important;
  padding: clamp(18px, 3vw, 42px) 16px 0 !important;
}

body.login-v2 .login-card {
  width: min(1130px, 100%);
  min-height: 650px;
  grid-template-columns: 1.03fr 0.97fr;
  border: 1px solid rgba(6, 31, 76, 0.12);
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 26px 62px rgba(4, 24, 52, 0.30);
}

body.login-v2 .login-mike-panel {
  min-height: 650px;
  background:
    radial-gradient(circle at 16% 11%, rgba(255,255,255,0.26) 0 56px, transparent 58px),
    linear-gradient(180deg, #82ccff 0%, #c2eaff 36%, #82ca60 36.5%, #6db34f 67%, #4f8c3b 100%);
}

body.login-v2 .login-mike-panel::after {
  background:
    linear-gradient(180deg, rgba(7, 31, 76, 0.01) 0%, rgba(7, 31, 76, 0.10) 44%, rgba(7, 31, 76, 0.92) 100%),
    linear-gradient(90deg, rgba(7, 31, 76, 0.05), rgba(7, 31, 76, 0.13));
}

body.login-v2 .login-mike-panel img {
  padding: 14px 12px 0;
  object-position: center bottom;
  filter: drop-shadow(0 14px 14px rgba(0,0,0,0.20));
}

body.login-v2 .login-mike-caption {
  left: clamp(22px, 3vw, 40px);
  right: clamp(22px, 3vw, 40px);
  bottom: clamp(24px, 3vw, 38px);
}

body.login-v2 .login-kicker {
  margin-bottom: 11px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,0.34);
  background: #ffd32c;
  box-shadow: 0 5px 14px rgba(0,0,0,0.16);
}

body.login-v2 .login-mike-caption h1 {
  max-width: 520px;
  margin-bottom: 11px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.99;
}

body.login-v2 .login-mike-caption > p:last-of-type {
  max-width: 510px;
  font-size: clamp(15px, 1.3vw, 18px);
}

.login-benefit-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,0.96);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.login-benefit-list li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.login-benefit-list li::before {
  content: "✓";
  display: grid;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  place-items: center;
  border-radius: 50%;
  background: #ffd32c;
  color: #071f4c;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 3px 9px rgba(0,0,0,0.18);
}

body.login-v2 .login-form-panel {
  justify-content: center;
  padding: clamp(34px, 4.5vw, 58px);
}

.login-brand {
  display: block;
  width: min(305px, 78%);
  margin: 0 0 clamp(24px, 3vw, 34px);
}

.login-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.login-security-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  margin: 0 0 11px;
  color: #0d3a78;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.login-security-label svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #d49a00;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.login-v2 .login-form-panel h2 {
  margin-bottom: 9px;
  font-size: clamp(38px, 4.5vw, 56px);
}

body.login-v2 .login-subtext {
  max-width: 500px;
  margin-bottom: 24px;
  color: #587088;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

body.login-v2 .member-login-form {
  gap: 17px;
}

.login-field-group {
  display: grid;
  gap: 8px;
}

.login-label-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

body.login-v2 .member-login-form label {
  font-size: 13px;
  letter-spacing: 0.015em;
}

body.login-v2 .forgot-password-link {
  margin: 0;
  color: #0a4ca5;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

body.login-v2 .forgot-password-link:hover,
body.login-v2 .forgot-password-link:focus-visible {
  text-decoration: underline;
}

.login-input-wrap {
  position: relative;
}

.login-input-wrap > svg {
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 2;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  fill: none;
  stroke: #60758f;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

body.login-v2 .member-login-form input[type="email"],
body.login-v2 .member-login-form input[type="password"],
body.login-v2 .member-login-form input[type="text"] {
  min-height: 58px;
  border: 1.5px solid #d1dbe6;
  border-radius: 12px;
  background: #f9fbfd;
  padding: 0 48px 0 48px;
  color: #152d49;
  font-size: 15px;
  font-weight: 700;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025), 0 1px 0 rgba(255,255,255,0.8);
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

body.login-v2 .member-login-form input::placeholder {
  color: #8a9bad;
  opacity: 1;
}

body.login-v2 .member-login-form input:focus {
  border-color: #246bc4;
  background: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(36,107,196,0.13);
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  transform: translateY(-50%);
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #526b87;
  cursor: pointer;
}

.password-toggle:hover,
.password-toggle:focus-visible {
  background: #eaf1f8;
  color: #0a4ca5;
  outline: 0;
}

.password-toggle svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.password-toggle .eye-closed {
  display: none;
}

.password-toggle[aria-pressed="true"] .eye-open {
  display: none;
}

.password-toggle[aria-pressed="true"] .eye-closed {
  display: block;
}

.remember-login {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: #4f647d !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  cursor: pointer;
}

.remember-login input {
  width: 17px !important;
  min-height: 17px !important;
  height: 17px !important;
  margin: 0;
  accent-color: #164f9c;
  box-shadow: none !important;
}

body.login-v2 .member-login-form .member-login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 61px;
  margin-top: 1px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffe86b 0%, #ffd327 45%, #e7a700 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.48),
    inset 0 -3px 0 rgba(96,58,0,0.24),
    0 9px 18px rgba(131,88,0,0.23);
  font-size: clamp(16px, 1.55vw, 21px);
  transition: transform 150ms ease, filter 150ms ease, box-shadow 150ms ease;
}

body.login-v2 .member-login-form .member-login-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.025);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.48),
    inset 0 -3px 0 rgba(96,58,0,0.24),
    0 12px 23px rgba(131,88,0,0.28);
}

.member-login-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-status {
  display: none;
  margin: -3px 0 0;
  padding: 11px 13px;
  border-radius: 9px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 800;
}

.login-status.is-visible {
  display: block;
}

.login-status.is-error {
  border: 1px solid #efc1c1;
  background: #fff2f2;
  color: #9a2525;
}

.login-status.is-info {
  border: 1px solid #bed4ed;
  background: #eef6ff;
  color: #174f8c;
}

.login-support-box {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  padding: 15px 16px;
  border: 1px solid #d9e3ee;
  border-radius: 12px;
  background: #f6f9fc;
}

.login-support-icon {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 50%;
  background: #123f84;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.login-support-box strong {
  display: block;
  margin: 0 0 3px;
  color: #102c52;
  font-size: 12px;
  line-height: 1.35;
}

.login-support-box p {
  margin: 0;
  color: #63758a;
  font-size: 11px;
  line-height: 1.55;
  font-weight: 700;
}

.login-support-box a,
.login-new-member a {
  color: #0a4ca5;
  font-weight: 900;
}

.login-new-member {
  margin: 17px 0 0;
  color: #687b90;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
}

body.login-v2 .login-footer {
  padding-top: 22px !important;
  padding-bottom: 24px !important;
}

body.login-v2 .login-footer .copyright {
  margin-top: 12px;
}

@media (max-width: 860px) {
  body.login-v2 .login-page {
    padding: 9px 9px 0 !important;
  }

  body.login-v2 .login-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  body.login-v2 .login-mike-panel {
    min-height: 390px;
  }

  body.login-v2 .login-mike-panel img {
    padding: 8px 8px 0;
  }

  body.login-v2 .login-mike-caption {
    left: 20px;
    right: 20px;
    bottom: 21px;
  }

  body.login-v2 .login-mike-caption h1 {
    max-width: 560px;
    font-size: clamp(30px, 8.8vw, 44px);
  }

  .login-benefit-list {
    display: none;
  }

  body.login-v2 .login-form-panel {
    padding: 30px 20px 32px;
  }

  .login-brand {
    width: min(285px, 82%);
    margin-bottom: 27px;
  }
}

@media (max-width: 520px) {
  body.login-v2 .login-mike-panel {
    min-height: 330px;
  }

  body.login-v2 .login-mike-caption > p:last-of-type {
    font-size: 13px;
    line-height: 1.45;
  }

  body.login-v2 .login-form-panel {
    padding: 27px 16px 30px;
  }

  .login-brand {
    width: min(255px, 80%);
    margin-bottom: 24px;
  }

  body.login-v2 .login-form-panel h2 {
    font-size: 39px;
  }

  body.login-v2 .login-subtext {
    font-size: 14px;
  }

  .login-label-row {
    align-items: center;
  }

  body.login-v2 .member-login-form input[type="email"],
  body.login-v2 .member-login-form input[type="password"],
  body.login-v2 .member-login-form input[type="text"] {
    min-height: 56px;
    padding-left: 45px;
  }

  .login-support-box {
    padding: 14px;
  }
}

/* Final40: clean centered member login with company navigation */
body.login-clean {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(45, 115, 205, 0.10), transparent 34%),
    linear-gradient(180deg, #f7f9fc 0%, #edf2f7 100%);
  color: #102c52;
}

body.login-clean .login-clean-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.login-clean .login-topbar,
body.login-clean .test-topbar {
  position: relative;
  inset: auto;
  z-index: 20;
  background: #06152f;
  box-shadow: 0 7px 22px rgba(4, 21, 48, 0.20);
}

body.login-clean .test-nav {
  width: min(1180px, calc(100% - 40px));
  min-height: 82px;
  padding: 14px 0;
}

body.login-clean .test-brand-wordmark,
body.login-clean .test-brand-wordmark:hover,
body.login-clean .test-brand-wordmark:focus-visible {
  width: 320px;
  transform: none;
}

body.login-clean .test-nav-links {
  transform: none;
}

body.login-clean .test-nav-links a.login-current-link {
  border-color: rgba(255,255,255,0.38);
  background: rgba(255,255,255,0.14);
}

body.login-clean .login-page {
  width: 100%;
  max-width: none;
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(48px, 7vw, 88px) 16px 0;
}

body.login-clean .login-card {
  display: block;
  width: min(520px, 100%);
  min-height: 0;
  margin: 0 auto;
  overflow: visible;
  border: 1px solid rgba(9, 43, 88, 0.12);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(10, 35, 70, 0.16);
}

body.login-clean .login-form-panel {
  display: block;
  padding: clamp(34px, 5vw, 52px);
  text-align: left;
}

body.login-clean .login-form-panel h1 {
  margin: 0 0 10px;
  color: #071f4c;
  font-size: clamp(36px, 5vw, 50px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-align: center;
}

body.login-clean .login-subtext {
  max-width: 390px;
  margin: 0 auto 28px;
  color: #60738a;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

body.login-clean .member-login-form {
  gap: 12px;
}

body.login-clean .member-login-form input {
  min-height: 56px;
  border: 1.5px solid #d1dce8;
  border-radius: 10px;
  background: #fbfcfe;
}

body.login-clean .member-login-form input:focus-visible {
  border-color: #246bc4;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(36,107,196,0.13);
}

body.login-clean .forgot-password-link {
  width: fit-content;
  margin: 0 0 3px auto;
  color: #0a4ca5;
  font-size: 12px;
  font-weight: 900;
}

body.login-clean .member-login-form button {
  margin-top: 5px;
}

body.login-clean .login-help {
  margin-top: 11px;
  text-align: center;
}

body.login-clean .login-page .site-footer,
body.login-clean .login-footer {
  width: 100vw;
  max-width: none;
  margin: clamp(56px, 8vw, 92px) calc(50% - 50vw) 0;
  padding-top: 24px;
  padding-bottom: 26px;
  border-radius: 0;
  box-shadow: none;
}

body.login-clean .login-footer .copyright {
  margin-top: 12px;
}

@media (max-width: 820px) {
  body.login-clean .test-nav {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  body.login-clean .test-nav {
    width: min(100% - 24px, 1180px);
    align-items: center;
  }

  body.login-clean .test-brand-wordmark,
  body.login-clean .test-brand-wordmark:hover,
  body.login-clean .test-brand-wordmark:focus-visible {
    width: min(220px, 72vw);
  }

  body.login-clean .test-nav-links {
    width: 100%;
    justify-content: center;
  }

  body.login-clean .login-page {
    padding: 34px 10px 0;
  }

  body.login-clean .login-card {
    border-radius: 16px;
  }

  body.login-clean .login-form-panel {
    padding: 30px 20px 32px;
  }

  body.login-clean .login-form-panel h1 {
    font-size: 38px;
  }
}


/* Final41: raise the clean login card and use the standard compact site footer */
body.login-clean .login-page {
  min-height: calc(100vh - 110px) !important;
  min-height: calc(100dvh - 110px) !important;
  padding: clamp(26px, 3.5vw, 42px) 16px 0 !important;
  justify-content: flex-start;
}

body.login-clean .login-card {
  flex: 0 0 auto !important;
  width: min(520px, 100%) !important;
}

body.login-clean .login-footer,
body.login-clean .login-page .site-footer {
  flex: 0 0 auto;
  margin-top: auto !important;
  padding: 22px clamp(16px, 4vw, 60px) 24px !important;
}

body.login-clean .login-footer .footer-links {
  gap: 9px 24px;
  margin-bottom: 10px;
}

body.login-clean .login-footer .footer-links a {
  font-size: clamp(12px, 1vw, 15px) !important;
  line-height: 1.35;
}

body.login-clean .login-footer .footer-copy {
  max-width: 980px;
  margin-top: 4px;
  font-size: clamp(10px, 0.9vw, 12px) !important;
  line-height: 1.5 !important;
}

body.login-clean .login-footer .copyright {
  margin-top: 8px;
  font-size: clamp(11px, 0.95vw, 13px) !important;
}

@media (max-width: 700px) {
  body.login-clean .login-page {
    min-height: calc(100dvh - 150px) !important;
    padding: 24px 10px 0 !important;
  }

  body.login-clean .login-footer,
  body.login-clean .login-page .site-footer {
    margin-top: 34px !important;
    padding: 20px 14px 22px !important;
  }

  body.login-clean .login-footer .footer-links {
    gap: 8px 15px;
  }
}
