* {
  box-sizing: border-box;
}

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

body {
  background: #ffffff;
  color: #071f4c;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.start-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  background: #ffffff;
  border-bottom: 1px solid #e3e9f1;
  box-shadow: 0 5px 18px rgba(7, 31, 76, 0.06);
}

.start-logo {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
  color: #071f4c;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
  text-decoration: none;
}

.start-logo-duplicate,
.start-logo-com {
  color: #ffffff;
  -webkit-text-stroke: 1.45px #071d4f;
  paint-order: stroke fill;
  text-shadow: 0 2px 0 #071d4f, 0 5px 10px rgba(7, 29, 79, 0.2);
}

.start-logo-mike {
  color: #ffd533;
  -webkit-text-stroke: 1.45px #071d4f;
  paint-order: stroke fill;
  text-shadow: 0 2px 0 #071d4f, 0 5px 10px rgba(7, 29, 79, 0.2);
}

.start-logo-com {
  font-size: 0.74em;
  letter-spacing: -0.045em;
}

.start-main {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 28px;
}

.start-intro {
  text-align: center;
}

.start-intro h1 {
  max-width: 1080px;
  margin: 0 auto 32px;
  color: #071f4c;
  font-size: clamp(34px, 4.2vw, 64px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.start-title-intro,
.start-title-focus,
.start-title-sub {
  display: block;
  font-weight: 900;
  font-family: inherit;
}

.start-title-intro,
.start-title-focus {
  font-size: 1em;
  letter-spacing: -0.025em;
}

.start-title-intro {
  color: #071f4c;
  line-height: 1.08;
  margin-bottom: 8px;
}

.start-title-focus {
  display: inline-block;
  color: #b57c00;
  line-height: 1.08;
  margin-bottom: 0;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 216, 87, 0.34);
}

.start-title-focus::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: -7px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 216, 87, 0.12), #d0a113 24%, #d0a113 76%, rgba(255, 216, 87, 0.12));
}

.start-title-sub {
  color: #d3a10f;
  font-size: 0.46em;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.start-title-sub br {
  display: none;
}

.start-video-shell {
  width: min(940px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 8px solid #071f4c;
  border-radius: 18px;
  background: #06152f;
  box-shadow: 0 22px 52px rgba(7, 31, 76, 0.22);
}

.start-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #06152f;
  object-fit: cover;
}

.start-countdown-wrap {
  margin-top: 22px;
}

.start-countdown-label {
  margin: 0 0 4px;
  color: #50627a;
  font-size: clamp(13px, 1.6vw, 17px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.start-countdown {
  color: #d51616;
  font-size: clamp(42px, 7vw, 72px);
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  text-shadow: 0 3px 12px rgba(213, 22, 22, 0.13);
}

.start-disclaimer {
  max-width: 980px;
  margin: 34px auto 18px;
  padding: 22px 24px;
  border: 1px solid #dfe6ef;
  border-radius: 14px;
  background: #f7f9fc;
}

.start-disclaimer p {
  margin: 0;
  color: #52647a;
  font-size: clamp(12px, 1.25vw, 14px);
  font-weight: 500;
  line-height: 1.65;
  text-align: left;
}

.start-disclaimer a {
  color: #0b4aa2;
  font-weight: 800;
}

.site-footer {
  max-width: 1536px;
  margin: 0 auto;
  padding: 10px 16px 20px;
  background: #ffffff;
  text-align: center;
  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;
  font-size: clamp(13px, 1.2vw, 17px);
  font-weight: 900;
  letter-spacing: 0.01em;
  text-decoration: none;
}

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

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

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

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

@media (max-width: 640px) {
  .start-header {
    min-height: 72px;
    padding: 12px 14px;
  }

  .start-logo {
    font-size: clamp(26px, 9vw, 36px);
  }

  .start-main {
    width: min(100% - 22px, 1120px);
    padding-top: 30px;
  }

  .start-intro h1 {
    margin-bottom: 22px;
    font-size: clamp(27px, 7.2vw, 40px);
    line-height: 1.1;
    letter-spacing: -0.025em;
  }

  .start-title-intro,
  .start-title-focus {
    font-size: 1em;
  }

  .start-title-intro {
    margin-bottom: 7px;
  }

  .start-title-focus {
    margin-bottom: 0;
  }

  .start-title-focus::after {
    bottom: -6px;
    height: 3px;
  }

  .start-title-sub {
    font-size: 0.45em;
    line-height: 1.1;
    margin-top: 0;
  }

  .start-video-shell {
    border-width: 5px;
    border-radius: 12px;
  }

  .start-disclaimer {
    margin-top: 28px;
    padding: 18px;
  }

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

/* Match the shared site navigation colors. */
.start-header {
  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);
}

.site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 26px clamp(16px, 4vw, 60px) 28px;
  background: #06111f;
}

.site-footer .footer-links,
.site-footer .footer-copy,
.site-footer .copyright {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.site-footer .footer-copy,
.site-footer .copyright {
  color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 700px) {
  .site-footer {
    padding: 22px 14px 24px;
  }
}

/* Two-stage video overlays: sound prompt, then email capture. */
.start-video-shell {
  position: relative;
}

.start-video-layer {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  border: 0;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.start-video-layer.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.start-sound-layer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(4, 22, 54, 0.78), rgba(4, 18, 42, 0.9));
  color: #ffffff;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-align: center;
}

.start-overlay-play {
  position: relative;
  display: grid;
  width: clamp(68px, 9vw, 104px);
  height: clamp(68px, 9vw, 104px);
  place-items: center;
  border: 4px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: linear-gradient(180deg, #ffd83d 0%, #f3aa00 100%);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.38);
}

.start-overlay-play::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 8%;
  border-top: clamp(12px, 1.6vw, 19px) solid transparent;
  border-bottom: clamp(12px, 1.6vw, 19px) solid transparent;
  border-left: clamp(19px, 2.5vw, 31px) solid #071f4c;
}

.start-overlay-title {
  font-size: clamp(25px, 4.2vw, 50px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.45);
}

.start-overlay-subtitle {
  color: #ffd83d;
  font-size: clamp(13px, 1.8vw, 20px);
  font-weight: 800;
  line-height: 1.25;
}

.start-email-layer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 3vw, 32px);
  background: linear-gradient(180deg, rgba(4, 22, 54, 0.84), rgba(4, 18, 42, 0.94));
}

.start-email-card {
  width: min(510px, 96%);
  max-height: 96%;
  overflow: auto;
  padding: clamp(18px, 3.2vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.42);
  color: #071f4c;
  text-align: left;
}

.start-email-kicker {
  margin: 0 0 6px;
  color: #c89400;
  font-size: clamp(11px, 1.3vw, 14px);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.start-email-card h2 {
  margin: 0;
  color: #071f4c;
  font-size: clamp(23px, 3.2vw, 37px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.04;
  text-align: center;
}

.start-email-copy {
  margin: 9px 0 17px;
  color: #586b82;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.start-email-label {
  display: block;
  margin: 0 0 6px;
  color: #263f5f;
  font-size: 12px;
  font-weight: 900;
}

.start-email-card input {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 2px solid #cad6e4;
  border-radius: 9px;
  background: #ffffff;
  color: #071f4c;
  font: 700 15px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  outline: none;
}

.start-email-card input:focus {
  border-color: #1c62b7;
  box-shadow: 0 0 0 4px rgba(28, 98, 183, 0.13);
}

.start-email-card button {
  width: 100%;
  min-height: 56px;
  margin-top: 12px;
  padding: 11px 16px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(180deg, #ffd83d 0%, #f3aa00 100%);
  box-shadow: 0 9px 18px rgba(196, 132, 0, 0.28);
  color: #071f4c;
  cursor: pointer;
  font: 900 clamp(14px, 1.8vw, 18px)/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.start-email-card button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.start-email-message {
  min-height: 18px;
  margin: 7px 0 0;
  color: #47617d;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.start-email-fineprint {
  margin: 3px auto 0;
  color: #718197;
  font-size: clamp(9px, 1vw, 11px);
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.start-email-fineprint a {
  color: #174f98;
  font-weight: 800;
}

@media (max-width: 640px) {
  .start-sound-layer {
    gap: 8px;
    padding: 14px;
  }

  .start-email-layer {
    padding: 7px;
  }

  .start-email-card {
    width: min(440px, 98%);
    padding: 13px 14px;
    border-radius: 12px;
  }

  .start-email-copy {
    margin: 5px 0 10px;
  }

  .start-email-card input {
    min-height: 45px;
  }

  .start-email-card button {
    min-height: 46px;
    margin-top: 8px;
  }

  .start-email-message {
    min-height: 12px;
    margin-top: 3px;
  }

  .start-email-fineprint {
    line-height: 1.3;
  }
}

.start-email-message.is-error {
  color: #ffd4d4;
}

/* Inline Funnel Course checkout that replaces the countdown at zero. */
.start-offer-slot {
  width: min(1000px, 100%);
  margin: 24px auto 0;
}

.start-inline-checkout {
  overflow: hidden;
  border: 1px solid #d7e0eb;
  border-radius: 22px;
  background: linear-gradient(180deg, #fbfcfe 0%, #eef3f8 100%);
  box-shadow: 0 26px 68px rgba(7, 31, 76, 0.17);
  text-align: left;
  animation: startCheckoutReveal 320ms ease-out both;
}

.start-inline-checkout.is-hidden {
  display: none;
}

@keyframes startCheckoutReveal {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.start-checkout-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px clamp(18px, 3vw, 30px);
  background: #071f4c;
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.045em;
}

.start-checkout-status span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-transform: uppercase;
}

.start-checkout-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #42d17d;
  box-shadow: 0 0 0 4px rgba(66, 209, 125, 0.15);
}

.start-checkout-heading {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(27px, 4vw, 42px) clamp(18px, 4vw, 42px) 25px;
  text-align: center;
}

.start-checkout-eyebrow {
  margin: 0 0 9px;
  color: #9b7000;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.start-checkout-heading h2 {
  margin: 0;
  color: #071f4c;
  font-size: clamp(29px, 4.2vw, 46px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.05;
  text-wrap: balance;
}

.start-checkout-price-focus {
  display: inline-block;
  position: relative;
  color: #b57c00;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 216, 87, 0.35);
}

.start-checkout-price-focus::after {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: -5px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 216, 87, 0.12), #d0a113 24%, #d0a113 76%, rgba(255, 216, 87, 0.12));
}

.start-checkout-heading > p:last-child {
  max-width: 620px;
  margin: 13px auto 0;
  color: #5a6d83;
  font-size: clamp(13px, 1.6vw, 15px);
  font-weight: 650;
  line-height: 1.55;
}

.start-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  gap: 26px;
  padding: 0 clamp(18px, 4vw, 38px) clamp(22px, 4vw, 40px);
  align-items: stretch;
}

.start-checkout-product,
.start-payment-card {
  border: 1px solid #dce4ed;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 13px 34px rgba(7, 31, 76, 0.075);
}

.start-checkout-product {
  display: flex;
  flex-direction: column;
  padding: clamp(23px, 3.4vw, 34px);
}

.start-product-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 17px;
}

.start-checkout-badge {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid #efd36f;
  border-radius: 999px;
  background: #fff8d8;
  color: #6d5100;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.start-product-price {
  min-width: 82px;
  text-align: right;
}

.start-product-price span {
  display: block;
  margin-bottom: 2px;
  color: #75859a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.start-product-price strong {
  color: #b57c00;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.start-course-visual {
  position: relative;
  min-height: 168px;
  margin-bottom: 22px;
  padding: 20px;
  overflow: hidden;
  border-radius: 15px;
  background:
    radial-gradient(circle at 86% 15%, rgba(255, 216, 74, 0.28), transparent 30%),
    linear-gradient(135deg, #06152f 0%, #0a326b 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 12px 26px rgba(7, 31, 76, 0.16);
}

.start-course-visual::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -90px;
  bottom: -100px;
  border: 24px solid rgba(255, 216, 74, 0.12);
  border-radius: 50%;
}

.start-course-cover {
  position: relative;
  z-index: 1;
  width: min(265px, 78%);
  padding: 5px 0 2px 18px;
  border-left: 4px solid #ffd84a;
  color: #ffffff;
}

.start-course-brand {
  display: block;
  margin-bottom: 10px;
  color: #ffd84a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.start-course-cover strong {
  display: block;
  font-size: clamp(27px, 3.2vw, 38px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.start-course-tag {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.start-course-flow {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 17px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
}

.start-course-flow span {
  color: #ffffff;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.start-course-flow i {
  color: #ffd84a;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.start-checkout-product h3 {
  margin: 0 0 9px;
  color: #071f4c;
  font-size: clamp(23px, 2.7vw, 31px);
  font-weight: 900;
  letter-spacing: -0.038em;
  line-height: 1.1;
}

.start-product-intro {
  margin: 0 0 18px;
  color: #607389;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.start-checkout-product ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.start-checkout-product li {
  position: relative;
  padding-left: 28px;
  color: #29415f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.start-checkout-product li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: #e6f6ed;
  color: #087944;
  font-size: 12px;
  font-weight: 900;
}

.start-after-payment {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 20px;
  padding: 13px 14px;
  border: 1px solid #d9e6f4;
  border-radius: 12px;
  background: #f5f8fc;
}

.start-after-payment-icon {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #0a4fa3;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.start-after-payment strong {
  display: block;
  margin-bottom: 2px;
  color: #071f4c;
  font-size: 12px;
  font-weight: 900;
}

.start-after-payment p {
  margin: 0;
  color: #5e7187;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
}

.start-checkout-trustlist {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 15px;
  margin-top: auto;
  padding-top: 18px;
  color: #536981;
  font-size: 10px;
  font-weight: 800;
}

.start-payment-card {
  width: 100%;
  max-width: 400px;
  justify-self: end;
  padding: clamp(23px, 3vw, 29px);
  border-color: #cfd9e6;
  box-shadow: 0 16px 38px rgba(7, 31, 76, 0.1);
}

.start-payment-card-title {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 21px;
}

.start-payment-lock {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 11px;
  background: #eaf2fb;
  font-size: 18px;
}

.start-payment-card-title strong {
  display: block;
  color: #071f4c;
  font-size: 17px;
  font-weight: 900;
}

.start-payment-card-title p {
  margin: 2px 0 0;
  color: #718197;
  font-size: 11px;
  font-weight: 650;
}

.start-order-summary {
  margin-bottom: 23px;
  padding: 17px;
  border: 1px solid #dfe6ef;
  border-radius: 13px;
  background: #f8fafc;
}

.start-order-row,
.start-order-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.start-order-row {
  color: #53667d;
  font-size: 12px;
  font-weight: 750;
}

.start-order-row strong {
  color: #071f4c;
}

.start-order-divider {
  height: 1px;
  margin: 14px 0;
  background: #dfe6ef;
}

.start-order-total {
  color: #071f4c;
  font-size: 14px;
  font-weight: 900;
}

.start-order-total strong {
  color: #b57c00;
  font-size: 29px;
  letter-spacing: -0.04em;
}

.start-order-onetime {
  margin: 5px 0 0;
  color: #718197;
  font-size: 9px;
  font-weight: 750;
  text-align: right;
}

.start-payment-label {
  margin: 0 0 10px;
  color: #29415f;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.start-payment-element {
  min-height: 105px;
}

.start-payment-loading,
.start-payment-setup {
  margin: 0;
  padding: 18px;
  border: 1px solid #dbe4ee;
  border-radius: 10px;
  background: #f7f9fc;
  color: #53667d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.start-payment-setup strong {
  display: block;
  margin-bottom: 5px;
  color: #071f4c;
  font-size: 15px;
}

.start-payment-setup p {
  margin: 0;
}

.start-payment-setup code {
  font-size: 0.9em;
}

.start-payment-submit {
  width: 100%;
  min-height: 64px;
  margin-top: 22px;
  padding: 14px 17px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffdc55 0%, #efb500 100%);
  box-shadow: 0 12px 27px rgba(220, 161, 0, 0.32);
  color: #06152f;
  cursor: pointer;
  font: 900 15px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: 0.015em;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.start-payment-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 16px 31px rgba(220, 161, 0, 0.38);
  filter: brightness(1.02);
}

.start-payment-submit:focus-visible {
  outline: 3px solid rgba(10, 79, 163, 0.28);
  outline-offset: 3px;
}

.start-payment-submit:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.start-payment-message {
  min-height: 18px;
  margin: 10px 0 0;
  color: #47617d;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
  text-align: center;
}

.start-payment-message.is-error {
  color: #b22020;
}

.start-payment-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
  padding: 10px 11px;
  border-radius: 9px;
  background: #edf8f2;
  color: #137647;
}

.start-payment-security p {
  margin: 0;
  color: #426b58;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
}

.start-payment-terms {
  margin: 12px 0 0;
  color: #77869a;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}

.start-payment-terms a {
  color: #0b4aa2;
  font-weight: 800;
}

@media (max-width: 800px) {
  .start-checkout-grid {
    grid-template-columns: 1fr;
  }

  .start-payment-card {
    max-width: none;
    justify-self: stretch;
  }

  .start-checkout-status {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .start-inline-checkout {
    border-radius: 15px;
  }

  .start-checkout-status {
    padding: 9px 12px;
    font-size: 9px;
  }

  .start-checkout-heading {
    padding: 22px 14px 19px;
  }

  .start-checkout-price-focus::after {
    bottom: -4px;
    height: 3px;
  }

  .start-checkout-grid {
    gap: 14px;
    padding: 0 10px 12px;
  }

  .start-checkout-product,
  .start-payment-card {
    padding: 18px;
    border-radius: 13px;
  }

  .start-product-topline {
    gap: 10px;
  }

  .start-product-price strong {
    font-size: 32px;
  }

  .start-course-visual {
    min-height: 145px;
    padding: 17px;
  }

  .start-course-cover {
    width: 82%;
    padding-left: 13px;
  }

  .start-course-flow {
    right: 12px;
    bottom: 12px;
    gap: 4px;
    padding: 6px 7px;
  }

  .start-course-flow span {
    font-size: 6px;
  }

  .start-checkout-trustlist {
    display: grid;
    gap: 5px;
  }

  .start-payment-submit {
    min-height: 60px;
    font-size: 14px;
  }
}

/* Compact, trust-focused email gate. */
.start-email-layer {
  padding: clamp(10px, 2.2vw, 24px);
}

.start-email-card {
  width: min(430px, 94%);
  max-height: 94%;
  padding: clamp(16px, 2.4vw, 23px);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
}

.start-email-trustmark {
  display: grid;
  width: 28px;
  height: 28px;
  margin: 0 auto 7px;
  place-items: center;
  border-radius: 50%;
  background: #e9f7ef;
  color: #157347;
  font-size: 16px;
  font-weight: 900;
}

.start-email-kicker {
  margin-bottom: 4px;
  color: #47617d;
  font-size: clamp(9px, 1vw, 11px);
  letter-spacing: 0.08em;
}

.start-email-card h2 {
  font-size: clamp(21px, 2.6vw, 30px);
  line-height: 1.08;
}

.start-email-copy {
  margin: 6px 0 12px;
  font-size: clamp(11px, 1.25vw, 13px);
  font-weight: 600;
}

.start-email-label {
  margin-bottom: 5px;
  font-size: 11px;
}

.start-email-card input {
  min-height: 48px;
  padding: 0 13px;
  border-width: 1px;
  border-radius: 8px;
  font-size: 14px;
}

.start-email-card button {
  min-height: 49px;
  margin-top: 9px;
  border-radius: 8px;
  font-size: clamp(13px, 1.45vw, 16px);
}

.start-email-message {
  min-height: 14px;
  margin-top: 5px;
  font-size: 10px;
}

.start-email-trustline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 12px;
  margin: 2px auto 5px;
  color: #536a83;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
}

.start-email-trustline span:not(:first-child)::before {
  content: "•";
  margin-right: 8px;
  color: #9aacbf;
}

.start-email-fineprint {
  margin-top: 0;
  font-size: 9px;
  line-height: 1.35;
}

@media (max-width: 640px) {
  .start-email-layer {
    padding: 6px;
  }

  .start-email-card {
    width: min(390px, 97%);
    padding: 11px 12px;
    border-radius: 10px;
  }

  .start-email-trustmark {
    width: 23px;
    height: 23px;
    margin-bottom: 4px;
    font-size: 13px;
  }

  .start-email-card h2 {
    font-size: clamp(19px, 6vw, 25px);
  }

  .start-email-copy {
    margin: 4px 0 8px;
  }

  .start-email-card input {
    min-height: 42px;
  }

  .start-email-card button {
    min-height: 43px;
    margin-top: 7px;
  }

  .start-email-trustline {
    gap: 2px 8px;
    font-size: 8px;
  }

  .start-email-trustline span:not(:first-child)::before {
    margin-right: 6px;
  }
}

/* Shorter email capture card. */
.start-email-card {
  width: min(390px, 92%);
  padding: 12px 16px 10px;
  border-radius: 12px;
}

.start-email-trustmark {
  width: 22px;
  height: 22px;
  margin-bottom: 3px;
  font-size: 12px;
}

.start-email-kicker {
  margin-bottom: 2px;
  font-size: 9px;
}

.start-email-card h2 {
  font-size: clamp(19px, 2.25vw, 26px);
  line-height: 1.05;
}

.start-email-copy {
  margin: 3px 0 7px;
  font-size: clamp(10px, 1.05vw, 12px);
  line-height: 1.25;
}

.start-email-label {
  margin-bottom: 4px;
  font-size: 10px;
}

.start-email-card input {
  min-height: 42px;
  padding: 0 12px;
  font-size: 13px;
}

.start-email-card button {
  min-height: 43px;
  margin-top: 7px;
  padding: 8px 13px;
  font-size: clamp(12px, 1.3vw, 14px);
}

.start-email-message {
  min-height: 0;
  margin-top: 4px;
  font-size: 9px;
}

.start-email-message:empty {
  display: none;
}

.start-email-trustline {
  gap: 2px 9px;
  margin: 5px auto 3px;
  font-size: 8px;
  line-height: 1.2;
}

.start-email-trustline span:not(:first-child)::before {
  margin-right: 5px;
}

.start-email-fineprint {
  font-size: 8px;
  line-height: 1.25;
}

@media (max-width: 640px) {
  .start-email-card {
    width: min(350px, 96%);
    padding: 9px 11px 8px;
  }

  .start-email-trustmark {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
    font-size: 11px;
  }

  .start-email-card h2 {
    font-size: clamp(18px, 5.4vw, 22px);
  }

  .start-email-copy {
    margin: 2px 0 6px;
  }

  .start-email-card input {
    min-height: 39px;
  }

  .start-email-card button {
    min-height: 40px;
    margin-top: 6px;
  }

  .start-email-trustline {
    margin-top: 4px;
    font-size: 7.5px;
  }
}



/* Subtle premium gold styling for the email capture card. */
.start-email-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,216,87,0.18), rgba(255,216,87,0) 34%),
    radial-gradient(circle at 0% 100%, rgba(229,173,19,0.10), rgba(229,173,19,0) 30%),
    linear-gradient(180deg, rgba(255,255,255,0.985) 0%, rgba(255,251,243,0.975) 100%);
  border-color: rgba(229,173,19,0.22);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255,216,87,0.08) inset;
}
.start-email-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255,216,87,0.16) 0%, rgba(255,216,87,0) 26%),
    linear-gradient(315deg, rgba(183,125,0,0.08) 0%, rgba(183,125,0,0) 22%);
  pointer-events: none;
}
.start-email-card > * {
  position: relative;
  z-index: 1;
}
.start-email-kicker {
  color: #b77d00;
}
.start-email-trustmark {
  background: linear-gradient(180deg, #fff3c9 0%, #ffe07a 100%);
  color: #8a5d00;
  box-shadow: 0 4px 12px rgba(229,173,19,0.18);
}
.start-email-card h2 {
  color: #0b2c5b;
}
.start-email-card input {
  border-color: rgba(183,125,0,0.18);
  background: rgba(255,255,255,0.97);
}
.start-email-card input:focus {
  border-color: rgba(229,173,19,0.72);
  box-shadow: 0 0 0 4px rgba(255,216,87,0.16);
}


/* Subtle underline accent for the email-capture title. */
.start-email-title-accent {
  position: relative;
  display: inline-block;
  color: inherit;
}
.start-email-title-accent::after {
  content: "";
  position: absolute;
  left: 0.02em;
  right: 0.02em;
  bottom: -0.06em;
  height: 0.11em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,216,87,0) 0%, rgba(255,216,87,0.85) 16%, #d0a113 50%, rgba(255,216,87,0.85) 84%, rgba(255,216,87,0) 100%);
  opacity: 0.9;
}
