@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('assets/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('assets/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('assets/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('assets/test-hero-bg.webp') center top / cover no-repeat;
}

.test-brand-wordmark,
.test-brand-wordmark:hover,
.test-brand-wordmark:focus-visible {
  width: 292px;
  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;
  }
}
