:root {
  color-scheme: dark;
  --background: #050505;
  --surface: #0b0b0c;
  --surface-light: #111113;
  --text: #f7f7f5;
  --muted: #aaa9a6;
  --gold: #d4ad4e;
  --gold-light: #f0d47a;
  --gold-dark: #9a6e1e;
  --border: rgba(255, 255, 255, 0.15);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family:
    "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  position: relative;
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.countdown-bar {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 9px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.96);
  font-size: 0.8rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.countdown-icon {
  position: relative;
  width: 17px;
  height: 17px;
  border: 2px solid var(--gold);
  border-radius: 50%;
}

.countdown-icon::before,
.countdown-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5px;
  content: "";
  transform-origin: 50% 0;
  border-radius: 99px;
  background: var(--gold-light);
}

.countdown-icon::before {
  height: 5px;
  transform: translate(-50%, -100%);
}

.countdown-icon::after {
  height: 4px;
  transform: translate(-50%, 0) rotate(-48deg);
}

.countdown-label {
  font-weight: 700;
}

.countdown-time {
  min-width: 124px;
  color: var(--gold-light);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 24px 0 68px;
  text-align: center;
}

.hero__glow {
  position: absolute;
  top: -390px;
  left: 50%;
  width: 1200px;
  height: 760px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.14) 0,
    rgba(255, 255, 255, 0.04) 34%,
    transparent 70%
  );
  pointer-events: none;
}

.logo-wrap {
  margin-bottom: 12px;
}

.logo {
  width: clamp(220px, 22vw, 292px);
  height: auto;
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 8px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow:
    0 0 0 5px rgba(212, 173, 78, 0.18),
    0 0 14px rgba(212, 173, 78, 0.55);
}

h1,
h2,
p {
  margin-top: 0;
}

.hero-title,
h1.hero-title {
  max-width: 1050px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: clamp(36px, 4.5vw, 62px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
}

.headline-line {
  display: block;
  font-family: "Inter", system-ui, sans-serif !important;
}

.hero-title em,
.hero-title .italic {
  color: #fff;
  font-family: "Inter", system-ui, sans-serif !important;
  font-style: normal;
  font-weight: 800;
}

.hero-title .gold,
.hero-title .highlight {
  color: #d6ad3f;
  font-family: "Inter", system-ui, sans-serif !important;
  font-style: normal;
  font-weight: 800;
}

.hero-title .highlight--marker {
  display: inline-block;
  padding: 0.04em 0.18em 0.12em;
  border-radius: 0.14em;
  background: linear-gradient(180deg, #ffe894 0%, #d4ad4e 100%);
  box-shadow:
    0 0.08em 0 rgba(154, 110, 30, 0.55),
    0 0.18em 0.5em rgba(212, 173, 78, 0.2);
  color: #050505;
}

.highlight--marker {
  display: inline-block;
  padding: 0.04em 0.18em 0.12em;
  border-radius: 0.14em;
  background: linear-gradient(180deg, #ffe894 0%, #d4ad4e 100%);
  box-shadow:
    0 0.08em 0 rgba(154, 110, 30, 0.55),
    0 0.18em 0.5em rgba(212, 173, 78, 0.2);
  color: #050505;
}

.hero-subheadline {
  margin-bottom: 24px;
  color: var(--text);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 600;
  line-height: 1.4;
}

.vsl {
  width: min(100%, 735px);
  aspect-ratio: 16 / 9;
  margin: 0 auto 24px;
  padding: 6px;
  border: 1px solid rgba(212, 173, 78, 0.28);
  border-radius: 14px;
  background: rgba(212, 173, 78, 0.035);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(212, 173, 78, 0.04);
}

.vsl > div {
  overflow: hidden;
  border-radius: 8px;
}

.vsl__placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 11px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent),
    var(--surface);
}

.play-icon {
  display: grid;
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(240, 212, 122, 0.45);
  border-radius: 50%;
  background: rgba(212, 173, 78, 0.12);
}

.play-icon span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--gold-light);
}

.vsl__placeholder p,
.typeform-placeholder p {
  margin-bottom: 2px;
  font-weight: 700;
}

.vsl__placeholder small,
.typeform-placeholder small {
  color: var(--muted);
}

.cta-button {
  display: inline-flex;
  min-width: min(100%, 360px);
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 28px;
  border: 1px solid var(--gold-light);
  border-radius: 999px;
  background: linear-gradient(
    100deg,
    var(--gold-dark),
    var(--gold-light) 48%,
    #bd8c2f
  );
  box-shadow: 0 12px 35px rgba(212, 173, 78, 0.18);
  color: #080808;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.cta-button__label {
  display: grid;
  gap: 2px;
  line-height: 1.18;
  text-align: center;
}

.cta-button__label span {
  display: block;
  font-size: inherit;
}

.main-vsl-hero .cta-button__label,
.section-cta .cta-button__label,
.faq-cta .cta-button__label {
  white-space: nowrap;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(212, 173, 78, 0.28);
}

.cta-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 5px;
}

.cta-button .pictogram {
  font-size: 1.35em;
}

.pictogram {
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.pictogram--call {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M6.6%202.8%2010%206.2%207.8%208.7c.8%201.6%201.9%203.2%203.3%204.6%201.4%201.4%202.9%202.4%204.6%203.3l2.5-2.2%203.4%203.4-1.8%202.1c-.7.8-1.8%201.1-2.8.8-3.5-1.1-6.6-2.9-9.3-5.6C5%2012.4%203.1%209.3%202.1%205.8c-.3-1%200-2.1.8-2.8l2.1-1.8%201.6%201.6Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M6.6%202.8%2010%206.2%207.8%208.7c.8%201.6%201.9%203.2%203.3%204.6%201.4%201.4%202.9%202.4%204.6%203.3l2.5-2.2%203.4%203.4-1.8%202.1c-.7.8-1.8%201.1-2.8.8-3.5-1.1-6.6-2.9-9.3-5.6C5%2012.4%203.1%209.3%202.1%205.8c-.3-1%200-2.1.8-2.8l2.1-1.8%201.6%201.6Z'/%3E%3C/svg%3E");
}

.pictogram--ticket {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M3%207.5A2.5%202.5%200%200%201%205.5%205h13A2.5%202.5%200%200%201%2021%207.5v2.1a2.4%202.4%200%200%200%200%204.8v2.1a2.5%202.5%200%200%201-2.5%202.5h-13A2.5%202.5%200%200%201%203%2016.5v-2.1a2.4%202.4%200%200%200%200-4.8V7.5Zm6-.5v10h2V7H9Zm5%203h3V8h-3v2Zm0%204h3v-2h-3v2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M3%207.5A2.5%202.5%200%200%201%205.5%205h13A2.5%202.5%200%200%201%2021%207.5v2.1a2.4%202.4%200%200%200%200%204.8v2.1a2.5%202.5%200%200%201-2.5%202.5h-13A2.5%202.5%200%200%201%203%2016.5v-2.1a2.4%202.4%200%200%200%200-4.8V7.5Zm6-.5v10h2V7H9Zm5%203h3V8h-3v2Zm0%204h3v-2h-3v2Z'/%3E%3C/svg%3E");
}

.pictogram--unlock {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M8%2010H6a2%202%200%200%200-2%202v7a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2v-7a2%202%200%200%200-2-2h-8V7a3%203%200%200%201%205.7-1.3l1.8-.9A5%205%200%200%200%208%207v3Zm4%204a1.8%201.8%200%200%201%201%203.3V19h-2v-1.7a1.8%201.8%200%200%201%201-3.3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M8%2010H6a2%202%200%200%200-2%202v7a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2v-7a2%202%200%200%200-2-2h-8V7a3%203%200%200%201%205.7-1.3l1.8-.9A5%205%200%200%200%208%207v3Zm4%204a1.8%201.8%200%200%201%201%203.3V19h-2v-1.7a1.8%201.8%200%200%201%201-3.3Z'/%3E%3C/svg%3E");
}

.pictogram--cash {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M4%206h16a2%202%200%200%201%202%202v8a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2Zm2%202a2%202%200%200%201-2%202v4a2%202%200%200%201%202%202h12a2%202%200%200%201%202-2v-4a2%202%200%200%201-2-2H6Zm6%207a3%203%200%201%200%200-6%203%203%200%200%200%200%206Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M4%206h16a2%202%200%200%201%202%202v8a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2Zm2%202a2%202%200%200%201-2%202v4a2%202%200%200%201%202%202h12a2%202%200%200%201%202-2v-4a2%202%200%200%201-2-2H6Zm6%207a3%203%200%201%200%200-6%203%203%200%200%200%200%206Z'/%3E%3C/svg%3E");
}

.pictogram--brain {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M8.5%203a3.5%203.5%200%200%200-3.3%204.6A4.2%204.2%200%200%200%204%2015.3%203.2%203.2%200%200%200%208.8%2019H10V6.5A3.5%203.5%200%200%200%208.5%203Zm7%200A3.5%203.5%200%200%200%2014%206.5V19h1.2a3.2%203.2%200%200%200%204.8-3.7%204.2%204.2%200%200%200-1.2-7.7A3.5%203.5%200%200%200%2015.5%203ZM12%205.5a2%202%200%200%201%202%202V21h-4V7.5a2%202%200%200%201%202-2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M8.5%203a3.5%203.5%200%200%200-3.3%204.6A4.2%204.2%200%200%200%204%2015.3%203.2%203.2%200%200%200%208.8%2019H10V6.5A3.5%203.5%200%200%200%208.5%203Zm7%200A3.5%203.5%200%200%200%2014%206.5V19h1.2a3.2%203.2%200%200%200%204.8-3.7%204.2%204.2%200%200%200-1.2-7.7A3.5%203.5%200%200%200%2015.5%203ZM12%205.5a2%202%200%200%201%202%202V21h-4V7.5a2%202%200%200%201%202-2Z'/%3E%3C/svg%3E");
}

.pictogram--blueprint {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M5%203h11l3%203v15H5V3Zm2%202v14h10V8h-3V5H7Zm2%205h6v2H9v-2Zm0%204h6v2H9v-2Zm-1-6h2V6H8v2Zm5%200h2V6h-2v2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M5%203h11l3%203v15H5V3Zm2%202v14h10V8h-3V5H7Zm2%205h6v2H9v-2Zm0%204h6v2H9v-2Zm-1-6h2V6H8v2Zm5%200h2V6h-2v2Z'/%3E%3C/svg%3E");
}

.pictogram--globe {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M12%202a10%2010%200%201%200%200%2020%2010%2010%200%200%200%200-20Zm0%202c.8%201%201.5%202.2%201.9%203.5h-3.8C10.5%206.2%2011.2%205%2012%204Zm-4%203.5H5.7A8.1%208.1%200%200%201%208.9%204.8%2013.5%2013.5%200%200%200%208%207.5Zm10.3%200H16a13.5%2013.5%200%200%200-.9-2.7%208.1%208.1%200%200%201%203.2%202.7ZM4.3%209.5h3.2A16%2016%200%200%200%207.3%2012c0%20.9.1%201.7.2%202.5H4.3A8.5%208.5%200%200%201%204%2012c0-.9.1-1.7.3-2.5Zm5.2%200h5c.1.8.2%201.6.2%202.5s-.1%201.7-.2%202.5h-5c-.1-.8-.2-1.6-.2-2.5s.1-1.7.2-2.5Zm7%200h3.2c.2.8.3%201.6.3%202.5s-.1%201.7-.3%202.5h-3.2c.1-.8.2-1.6.2-2.5s-.1-1.7-.2-2.5Zm-6.4%207h3.8C13.5%2017.8%2012.8%2019%2012%2020c-.8-1-1.5-2.2-1.9-3.5Zm-4.4%200H8c.2%201%20.5%201.9.9%202.7a8.1%208.1%200%200%201-3.2-2.7Zm10.3%200h2.3a8.1%208.1%200%200%201-3.2%202.7c.4-.8.7-1.7.9-2.7Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M12%202a10%2010%200%201%200%200%2020%2010%2010%200%200%200%200-20Zm0%202c.8%201%201.5%202.2%201.9%203.5h-3.8C10.5%206.2%2011.2%205%2012%204Zm-4%203.5H5.7A8.1%208.1%200%200%201%208.9%204.8%2013.5%2013.5%200%200%200%208%207.5Zm10.3%200H16a13.5%2013.5%200%200%200-.9-2.7%208.1%208.1%200%200%201%203.2%202.7ZM4.3%209.5h3.2A16%2016%200%200%200%207.3%2012c0%20.9.1%201.7.2%202.5H4.3A8.5%208.5%200%200%201%204%2012c0-.9.1-1.7.3-2.5Zm5.2%200h5c.1.8.2%201.6.2%202.5s-.1%201.7-.2%202.5h-5c-.1-.8-.2-1.6-.2-2.5s.1-1.7.2-2.5Zm7%200h3.2c.2.8.3%201.6.3%202.5s-.1%201.7-.3%202.5h-3.2c.1-.8.2-1.6.2-2.5s-.1-1.7-.2-2.5Zm-6.4%207h3.8C13.5%2017.8%2012.8%2019%2012%2020c-.8-1-1.5-2.2-1.9-3.5Zm-4.4%200H8c.2%201%20.5%201.9.9%202.7a8.1%208.1%200%200%201-3.2-2.7Zm10.3%200h2.3a8.1%208.1%200%200%201-3.2%202.7c.4-.8.7-1.7.9-2.7Z'/%3E%3C/svg%3E");
}

.pictogram--star {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='m12%202%202.9%206%206.6%201-4.8%204.7%201.1%206.6L12%2017.2%206.1%2020.3l1.1-6.6L2.4%209l6.6-1L12%202Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='m12%202%202.9%206%206.6%201-4.8%204.7%201.1%206.6L12%2017.2%206.1%2020.3l1.1-6.6L2.4%209l6.6-1L12%202Z'/%3E%3C/svg%3E");
}

.pictogram--users {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M9%2012a4%204%200%201%200%200-8%204%204%200%200%200%200%208Zm0%202c-3.4%200-6%201.7-6%203.8V20h12v-2.2c0-2.1-2.6-3.8-6-3.8Zm8-1a3%203%200%201%200%200-6%203%203%200%200%200%200%206Zm0%201.5c-.8%200-1.6.1-2.3.4%201.4.9%202.3%202.1%202.3%203.6V20h5v-1.8c0-2.1-2.2-3.7-5-3.7Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M9%2012a4%204%200%201%200%200-8%204%204%200%200%200%200%208Zm0%202c-3.4%200-6%201.7-6%203.8V20h12v-2.2c0-2.1-2.6-3.8-6-3.8Zm8-1a3%203%200%201%200%200-6%203%203%200%200%200%200%206Zm0%201.5c-.8%200-1.6.1-2.3.4%201.4.9%202.3%202.1%202.3%203.6V20h5v-1.8c0-2.1-2.2-3.7-5-3.7Z'/%3E%3C/svg%3E");
}

.pictogram--strength {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M8%206h2v12H8v-2H6v-3H3v-2h3V8h2V6Zm6%200h2v2h2v3h3v2h-3v3h-2v2h-2V6Zm-3%205h2v2h-2v-2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M8%206h2v12H8v-2H6v-3H3v-2h3V8h2V6Zm6%200h2v2h2v3h3v2h-3v3h-2v2h-2V6Zm-3%205h2v2h-2v-2Z'/%3E%3C/svg%3E");
}

.pictogram--chart {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M4%2019h16v2H2V3h2v16Zm3-2V9h3v8H7Zm5%200V5h3v12h-3Zm5%200v-6h3v6h-3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M4%2019h16v2H2V3h2v16Zm3-2V9h3v8H7Zm5%200V5h3v12h-3Zm5%200v-6h3v6h-3Z'/%3E%3C/svg%3E");
}

.cta-button .cta-icon {
  width: 24px;
  height: 24px;
  transform: rotate(-8deg);
}

.cta-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.access {
  scroll-margin-top: 30px;
  padding: 86px 0 92px;
  border-top: 1px solid var(--border);
  background:
    radial-gradient(circle at 50% 22%, rgba(212, 173, 78, 0.07), transparent 26%),
    linear-gradient(180deg, #080808, #030303);
  text-align: center;
}

.container--form {
  max-width: 900px;
}

.access-rule {
  width: 210px;
  height: 2px;
  margin: 0 auto 34px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}

.section-label,
.eyebrow,
.countdown-bar,
.cta-button,
button,
.badge,
.countdown,
.footer,
.site-footer,
.site-footer a,
.footer-nav,
.footer-nav a,
.legal-eyebrow,
.back-link {
  font-family: "Inter", system-ui, sans-serif !important;
  text-transform: uppercase;
}

.section-label {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 12px;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2.4rem, 4.6vw, 3.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.access-title {
  margin-bottom: 48px;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: clamp(1.9rem, 3.5vw, 3.1rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.96;
  text-transform: uppercase;
}

.access-title span {
  color: var(--gold);
}

.access__copy {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 1.05rem;
}

.typeform-embed {
  width: min(100%, 490px);
  min-height: 650px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(212, 173, 78, 0.2);
  border-radius: 14px;
  background: #080808;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.5),
    0 0 45px rgba(212, 173, 78, 0.035);
  text-align: left;
}

.typeform-embed > div,
.typeform-embed iframe {
  width: 100%;
  min-height: 650px;
  border: 0;
}

.typeform-embed > div > div,
.typeform-embed .tf-v1-widget,
.typeform-embed iframe {
  height: 650px !important;
}

.site-footer {
  padding: 52px 0 34px;
  border-top: 1px solid var(--border);
  background: #030303;
  color: var(--muted);
  font-size: 0.78rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.footer-logo {
  width: min(280px, 72vw);
  height: auto;
  margin-bottom: 4px;
}

.site-footer p {
  margin: 0;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-nav a {
  color: var(--muted);
  text-decoration: none;
  transition: color 160ms ease;
}

.footer-nav span {
  color: var(--gold);
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--gold-light);
}

.warning-bar {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.96);
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.warning-icon {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  place-items: center;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 0.68rem;
  line-height: 1;
}

.main-vsl-hero {
  min-height: auto;
  padding-bottom: 78px;
}

.main-vsl-title,
h1.main-vsl-title {
  max-width: 1010px;
  margin-bottom: clamp(12px, 1.8vh, 18px);
  color: var(--text);
  font-size: clamp(31px, 3vw, 46px);
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.main-vsl-callout {
  display: inline-flex;
  max-width: min(100%, 760px);
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  padding: 8px 18px;
  border: 1px solid rgba(240, 212, 122, 0.3);
  border-radius: 999px;
  background: rgba(240, 212, 122, 0.08);
  color: var(--gold-light);
  font-size: clamp(0.76rem, 1.1vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.main-vsl-title .headline-line {
  display: block;
  white-space: normal;
}

.main-vsl-title .highlight--marker {
  color: #050505;
}

.main-vsl-subtitle {
  margin: 0 0 26px;
  color: var(--gold-light);
  font-size: clamp(0.86rem, 1.25vw, 0.98rem);
  font-weight: 800;
  line-height: 1.45;
  text-transform: none;
}

.main-vsl-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 100%;
  place-items: center;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 35%, rgba(212, 173, 78, 0.1), transparent 30%),
    #0d0d0e;
}

.main-vsl-placeholder__content {
  text-align: center;
}

.main-vsl-placeholder__content p {
  margin-bottom: 4px;
  font-weight: 800;
}

.main-vsl-placeholder__content small {
  color: var(--muted);
}

.booking-section {
  scroll-margin-top: 30px;
  padding: 86px 0 92px;
  border-top: 1px solid var(--border);
  background:
    radial-gradient(circle at 50% 18%, rgba(212, 173, 78, 0.07), transparent 28%),
    linear-gradient(180deg, #080808, #030303);
  text-align: center;
}

.booking-title {
  margin-bottom: 18px;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.98;
  text-transform: uppercase;
}

.booking-title span {
  color: var(--gold);
}

.booking-copy {
  max-width: 720px;
  margin: 0 auto 42px;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  line-height: 1.75;
}

.booking-copy strong {
  color: var(--gold-light);
}

.calendly-embed {
  display: grid;
  width: min(100%, 720px);
  min-height: 700px;
  margin: 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(212, 173, 78, 0.25);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.calendly-embed .calendly-inline-widget,
.calendly-embed iframe {
  width: 100%;
  min-height: 700px;
  border: 0;
}

.calendly-placeholder {
  padding: 32px;
  text-align: center;
}

.calendly-placeholder__icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
  place-items: center;
  border: 1px solid rgba(212, 173, 78, 0.5);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 1.6rem;
}

.calendly-placeholder p {
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 800;
}

.calendly-placeholder small {
  color: var(--muted);
}

.next-steps-section {
  padding: 84px 0 92px;
  border-top: 1px solid var(--border);
  background:
    radial-gradient(circle at 50% 10%, rgba(212, 173, 78, 0.065), transparent 35%),
    #050505;
  text-align: center;
}

.next-steps-container {
  max-width: 820px;
}

.next-steps-title {
  margin: 0 auto 18px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.next-steps-copy {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  line-height: 1.75;
}

.previous-results {
  overflow: hidden;
  padding: 92px 0 84px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 173, 78, 0.12), transparent 30%),
    #050505;
  text-align: center;
}

.results-pill {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.results-pill span {
  color: var(--gold-light);
  font-weight: 900;
}

.results-title,
.faq-title {
  max-width: 980px;
  margin: 0 auto 18px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

.results-title span {
  display: inline-block;
  padding: 0.02em 0.16em 0.08em;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffe894, #d4ad4e);
  color: #060606;
}

.results-subtitle {
  max-width: 940px;
  margin: 0 auto 42px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 700;
  line-height: 1.45;
}

.results-rail {
  position: relative;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.results-row {
  display: flex;
  width: max-content;
  margin-bottom: 24px;
}

.results-row:last-child {
  margin-bottom: 0;
}

.results-track {
  display: flex;
  width: max-content;
  gap: 24px;
  animation: results-scroll 46s linear infinite;
}

.results-row--reverse .results-track {
  animation-direction: reverse;
  animation-duration: 52s;
}

.result-card {
  flex: 0 0 320px;
  overflow: hidden;
  width: 320px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #1b1b20;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.result-card img,
.result-card--tall img,
.result-card--short img {
  width: 100%;
  height: 225px;
  object-fit: contain;
  object-position: center;
  background: #1b1b20;
}

.section-cta {
  margin-top: 44px;
}

.social-proof-note,
.section-proof,
.faq-proof {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  font-weight: 800;
}

.fit-section {
  padding: 72px 0 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 173, 78, 0.09), transparent 28%),
    #050505;
  text-align: center;
}

.fit-grid {
  display: grid;
  max-width: 1040px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.fit-card {
  min-height: 410px;
  padding: 34px;
  border: 1px solid rgba(240, 212, 122, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  text-align: left;
}

.fit-card--muted {
  opacity: 0.7;
}

.fit-card--gold {
  background:
    linear-gradient(180deg, rgba(240, 212, 122, 0.14), rgba(240, 212, 122, 0.06)),
    #11100d;
  box-shadow: 0 22px 58px rgba(212, 173, 78, 0.08);
}

.fit-toggle {
  width: 52px;
  height: 28px;
  margin-bottom: 30px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.fit-toggle::before {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
}

.fit-toggle--on {
  background: rgba(240, 212, 122, 0.28);
}

.fit-toggle--on::before {
  transform: translateX(24px);
  background: var(--gold-light);
}

.fit-card h3 {
  margin: 0 0 24px;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
}

.fit-card ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-card li {
  position: relative;
  padding-left: 32px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
  line-height: 1.5;
}

.fit-card li::before {
  position: absolute;
  top: 0.28em;
  left: 0;
  width: 18px;
  height: 18px;
  background: var(--gold-light);
  content: "";
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M9.2%2016.6%204.9%2012.3%203.5%2013.7l5.7%205.7L21%207.6%2019.6%206.2%209.2%2016.6Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M9.2%2016.6%204.9%2012.3%203.5%2013.7l5.7%205.7L21%207.6%2019.6%206.2%209.2%2016.6Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.faq-section {
  padding: 68px 0 92px;
  background: #050505;
  text-align: center;
}

.container--faq {
  max-width: 920px;
}

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  text-align: left;
}

.faq-item {
  border: 1px solid rgba(240, 212, 122, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.faq-item summary {
  position: relative;
  padding: 24px 62px 24px 24px;
  cursor: pointer;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

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

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  color: var(--gold-light);
  content: "+";
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 600;
}

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

.faq-item p {
  margin: -8px 24px 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.65;
}

.faq-cta {
  margin-top: 52px;
}

@keyframes results-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 12px));
  }
}

.pre-call-main {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 48px);
  padding: 42px 0 88px;
  text-align: center;
}

.pre-call-main::before {
  position: absolute;
  top: -420px;
  left: 50%;
  width: 1200px;
  height: 760px;
  content: "";
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.13),
    rgba(255, 255, 255, 0.035) 35%,
    transparent 70%
  );
  pointer-events: none;
}

.pre-call-container {
  width: min(calc(100% - 40px), 1040px);
  margin: 0 auto;
}

.pre-call-logo {
  width: clamp(220px, 22vw, 292px);
  height: auto;
  margin: 0 auto 54px;
}

.progress-wrap {
  width: min(100%, 760px);
  margin: 0 auto 48px;
}

.progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.progress-meta strong {
  color: var(--gold-light);
}

.progress-track {
  height: 14px;
  overflow: hidden;
  padding: 3px;
  border: 1px solid rgba(212, 173, 78, 0.4);
  border-radius: 999px;
  background: #111;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.progress-fill {
  width: 87%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    var(--gold-dark),
    var(--gold-light) 62%,
    #fff2b5
  );
  box-shadow: 0 0 16px rgba(212, 173, 78, 0.35);
}

.pre-call-title {
  display: grid;
  max-width: 900px;
  margin: 0 auto clamp(14px, 2vh, 22px);
  gap: 2px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(28px, 2.55vw, 40px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.pre-call-title__line {
  display: block;
  white-space: normal;
}

.pre-call-title__line--urgent {
  text-shadow: 0 14px 38px rgba(0, 0, 0, 0.42);
}

.pre-call-title__line--urgent strong {
  color: var(--gold-light);
}

.pre-call-title__line--claim {
  margin-top: 4px;
  font-size: clamp(25px, 2.7vw, 42px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.pre-call-title__line--claim .highlight--marker {
  display: inline-block;
  margin-left: 0.1em;
  color: #050505;
}

.pre-call-subtitle {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.55vw, 1.08rem);
  font-weight: 700;
  line-height: 1.45;
}

.pre-call-vsl {
  width: min(100%, 735px);
  margin-bottom: 44px;
}

.watch-next-section {
  position: relative;
  max-width: 960px;
  margin: 64px auto 0;
  padding: 62px 0 10px;
  overflow: hidden;
}

.watch-next-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(240, 212, 122, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 212, 122, 0.07) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 38%, black, transparent 72%);
}

.watch-next-eyebrow {
  margin-bottom: 16px;
  color: var(--gold-light);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.watch-next-title {
  margin-bottom: 18px;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: clamp(31px, 3vw, 46px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.watch-next-copy {
  max-width: 720px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  line-height: 1.6;
}

.watch-next-video {
  position: relative;
  display: block;
  width: min(100%, 840px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(240, 212, 122, 0.26);
  border-radius: 18px;
  background: #0b0b0c;
  box-shadow:
    0 24px 74px rgba(0, 0, 0, 0.4),
    0 0 38px rgba(212, 173, 78, 0.12);
  color: #fff;
}

.watch-next-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, opacity 220ms ease;
}

.watch-next-video::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.36));
}

.watch-next-video:hover img {
  transform: scale(1.025);
  opacity: 0.86;
}

.watch-next-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(70px, 9vw, 108px);
  height: clamp(70px, 9vw, 108px);
  transform: translate(-50%, -50%);
  place-items: center;
  border: 1px solid rgba(255, 242, 181, 0.65);
  border-radius: 50%;
  background: linear-gradient(180deg, #ffe894 0%, #d4ad4e 100%);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(212, 173, 78, 0.34);
}

.watch-next-play::before {
  width: 0;
  height: 0;
  margin-left: 7px;
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 23px solid #050505;
}

.watch-next-youtube {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(240, 212, 122, 0.24);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.78);
  color: #fff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
}

.watch-next-youtube__icon {
  position: relative;
  width: 22px;
  height: 16px;
  border-radius: 5px;
  background: var(--gold-light);
}

.watch-next-youtube__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  transform: translate(-36%, -50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #050505;
}

.pre-call-faq {
  margin-top: 62px;
  padding: 64px 0 10px;
  background: transparent;
}

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

.step-card {
  position: relative;
  min-height: 320px;
  padding: 38px 34px 34px;
  overflow: hidden;
  border: 1px solid rgba(212, 173, 78, 0.25);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 42%),
    #0b0b0c;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  text-align: left;
}

.step-number {
  display: inline-grid;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid rgba(240, 212, 122, 0.5);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 1rem;
  font-weight: 900;
}

.step-card h2 {
  margin-bottom: 16px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.step-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.step-card strong {
  color: var(--text);
}

.pre-call-footer {
  margin-top: 62px;
  padding-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .hero {
    padding-top: 20px;
    padding-bottom: 58px;
  }

  .logo-wrap {
    margin-bottom: 10px;
  }

  .logo {
    width: 232px;
  }

  .eyebrow {
    margin-bottom: 18px;
    padding: 8px 12px;
    font-size: 0.64rem;
    letter-spacing: 0.08em;
  }

  .hero-title,
  h1.hero-title {
    max-width: 520px;
    margin-bottom: 20px;
    font-size: clamp(1.2rem, 6.7vw, 1.85rem);
    line-height: 1;
    text-wrap: balance;
  }

  .headline-line {
    display: inline;
  }

  .main-vsl-title,
  h1.main-vsl-title {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: clamp(1.72rem, 7.25vw, 2.08rem);
    letter-spacing: -0.055em;
    line-height: 1.03;
  }

  .main-vsl-title .headline-line {
    display: block;
    white-space: normal;
  }

  .main-vsl-title .highlight--marker {
    padding: 0.01em 0.14em 0.08em;
    font-size: 0.92em;
    white-space: nowrap;
  }

  .vsl {
    width: min(100%, 620px);
    margin-bottom: 22px;
    padding: 5px;
    border-radius: 12px;
  }

  .vsl__placeholder {
    border-radius: 8px;
  }

  .play-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
  }

  .vsl__placeholder p {
    font-size: 0.86rem;
  }

  .vsl__placeholder small {
    font-size: 0.68rem;
  }

  .cta-button {
    width: 100%;
    max-width: 462px;
    min-width: 0;
    min-height: 72px;
    gap: 14px;
    padding: 15px 18px;
    font-size: 1rem;
    line-height: 1.12;
  }

  .previous-results {
    padding: 64px 0 58px;
  }

  .results-pill {
    min-height: 38px;
    margin-bottom: 24px;
    font-size: 0.66rem;
  }

  .results-title,
  .faq-title {
    font-size: clamp(1.55rem, 8vw, 2.4rem);
  }

  .results-subtitle {
    margin-bottom: 30px;
    font-size: 0.95rem;
  }

  .results-track {
    gap: 16px;
    animation-duration: 34s;
  }

  .results-row--reverse .results-track {
    animation-duration: 39s;
  }

  .result-card {
    flex-basis: 250px;
    width: 250px;
    border-radius: 14px;
  }

  .result-card img,
  .result-card--tall img,
  .result-card--short img {
    height: 176px;
  }

  .section-cta {
    margin-top: 34px;
  }

  .fit-section {
    padding: 58px 0;
  }

  .fit-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .fit-card {
    min-height: 0;
    padding: 28px 24px;
    border-radius: 18px;
  }

  .fit-card h3 {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .fit-card li {
    font-size: 0.96rem;
  }

  .faq-section {
    padding: 56px 0 74px;
  }

  .faq-list {
    margin-top: 26px;
  }

  .faq-item summary {
    padding: 20px 52px 20px 20px;
    font-size: 0.95rem;
  }

  .faq-item summary::after {
    right: 20px;
  }

  .faq-item p {
    margin: -4px 20px 20px;
    font-size: 0.93rem;
  }

  .faq-cta {
    margin-top: 38px;
  }

  .access {
    padding: 68px 0 74px;
  }

  .typeform-embed,
  .typeform-embed > div,
  .typeform-embed > div > div,
  .typeform-embed .tf-v1-widget,
  .typeform-embed iframe {
    height: 590px !important;
    min-height: 590px;
  }

  .access-title {
    margin-bottom: 38px;
  }

  .warning-bar {
    min-height: 44px;
    padding: 8px 10px;
    font-size: 0.64rem;
    letter-spacing: 0.07em;
  }

  .main-vsl-hero {
    padding-top: 28px;
    padding-bottom: 36px;
  }

  .main-vsl-hero .logo {
    width: clamp(190px, 52vw, 232px);
  }

  .main-vsl-hero .logo-wrap {
    margin-bottom: 18px;
  }

  .main-vsl-hero .eyebrow {
    max-width: 100%;
    margin-bottom: 22px;
    line-height: 1.25;
  }

  .booking-section {
    padding: 68px 0 74px;
  }

  .next-steps-section {
    padding: 66px 0 72px;
  }

  .booking-title {
    margin-bottom: 16px;
  }

  .booking-copy {
    margin-bottom: 34px;
  }

  .calendly-embed {
    min-height: 620px;
  }

  .pre-call-main {
    min-height: calc(100vh - 44px);
    padding: 30px 0 58px;
  }

  .pre-call-container {
    width: min(calc(100% - 28px), 1040px);
  }

  .pre-call-logo {
    width: clamp(190px, 52vw, 232px);
    margin-bottom: 32px;
  }

  .progress-wrap {
    margin-bottom: 34px;
  }

  .pre-call-title {
    max-width: 100%;
    gap: 3px;
    margin-bottom: 12px;
    font-size: clamp(1.45rem, 6vw, 1.9rem);
    letter-spacing: -0.055em;
    line-height: 1.1;
  }

  .pre-call-title__line {
    white-space: normal;
  }

  .pre-call-title__line--claim {
    margin-top: 8px;
    font-size: clamp(1.35rem, 5.8vw, 1.85rem);
  }

  .pre-call-title__line--claim .highlight--marker {
    padding: 0.01em 0.14em 0.08em;
    white-space: normal;
  }

  .pre-call-subtitle {
    margin-bottom: 22px;
    font-size: 0.95rem;
  }

  .pre-call-vsl {
    width: min(100%, 620px);
    margin-bottom: 34px;
  }

  .watch-next-section {
    margin-top: 46px;
    padding-top: 42px;
  }

  .watch-next-section::before {
    background-size: 34px 34px;
  }

  .watch-next-eyebrow {
    margin-bottom: 12px;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .watch-next-title {
    margin-bottom: 12px;
    font-size: clamp(1.72rem, 8vw, 2.35rem);
  }

  .watch-next-copy {
    margin-bottom: 24px;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .watch-next-video {
    border-radius: 14px;
  }

  .watch-next-play {
    width: 66px;
    height: 66px;
  }

  .watch-next-play::before {
    margin-left: 5px;
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 17px;
  }

  .watch-next-youtube {
    right: 12px;
    bottom: 10px;
    gap: 8px;
    padding: 8px 12px;
    font-size: 0.74rem;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .step-card {
    min-height: 0;
    padding: 30px 26px;
  }

  .step-number {
    margin-bottom: 22px;
  }

  .pre-call-footer {
    margin-top: 48px;
  }

  .footer-inner,
  .footer-nav {
    justify-content: center;
  }

  .footer-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .countdown-bar {
    min-height: 44px;
    gap: 6px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 0.62rem;
    letter-spacing: 0.055em;
  }

  .countdown-icon {
    width: 15px;
    height: 15px;
  }

  .countdown-time {
    min-width: 98px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .cta-button {
    transition: none;
  }

  .results-track {
    animation: none;
  }
}

/* Promoted opt-in draft styles */
.opt-in-draft {
  background: var(--background);
}

.opt-in-draft .hero {
  min-height: calc(100svh - 48px);
  padding: clamp(16px, 2.2vh, 26px) 0 clamp(28px, 4vh, 44px);
  background: var(--background);
  color: var(--text);
}

.opt-in-draft .hero .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.opt-in-draft .hero__glow {
  display: block;
}

.opt-in-draft .logo-wrap {
  margin-bottom: clamp(10px, 1.8vh, 16px);
  filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.24));
}

.opt-in-draft .logo {
  width: clamp(154px, 15vw, 220px);
}

.opt-in-draft .eyebrow {
  margin-bottom: clamp(12px, 1.8vh, 18px);
  padding: 7px 15px;
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  box-shadow: none;
  white-space: nowrap;
}

.opt-in-draft .eyebrow__emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
  font-size: 1.45rem;
  line-height: 1;
}

.opt-in-draft .hero-title,
.opt-in-draft h1.hero-title {
  max-width: 1010px;
  margin-bottom: clamp(12px, 1.8vh, 18px);
  color: var(--text);
  font-size: clamp(31px, 3vw, 46px);
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.opt-in-draft .headline-line {
  display: block;
  white-space: normal;
}

.opt-in-draft .hero-title .highlight--marker {
  padding: 0.01em 0.14em 0.08em;
  background: linear-gradient(180deg, #ffe894 0%, #d4ad4e 100%);
  box-shadow:
    0 0.08em 0 rgba(154, 110, 30, 0.55),
    0 0.18em 0.5em rgba(212, 173, 78, 0.2);
  color: #050505;
}

.opt-in-draft .hero-subheadline {
  margin-bottom: clamp(14px, 2vh, 20px);
  color: rgba(255, 255, 255, 0.68);
}

.opt-in-draft .hero-subheadline--underlined {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: var(--gold-light);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.opt-in-draft .vsl {
  width: min(100%, 735px);
  margin-bottom: clamp(18px, 2.4vh, 26px);
  padding: 5px;
  border-color: rgba(212, 173, 78, 0.28);
  background: rgba(212, 173, 78, 0.035);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(212, 173, 78, 0.04);
}

.opt-in-draft .cta-button {
  min-width: min(100%, 430px);
  min-height: 54px;
  margin-top: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: var(--gold-light);
  background: linear-gradient(
    100deg,
    var(--gold-dark),
    var(--gold-light) 48%,
    #bd8c2f
  );
  box-shadow: 0 12px 35px rgba(212, 173, 78, 0.18);
  color: #080808;
}

.cta-button .cta-icon {
  width: 28px;
  height: 28px;
  color: currentColor;
}

.hero-mobile-benefits {
  display: none;
}

.opt-in-draft .social-proof-note {
  margin-top: 12px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.opt-in-draft .social-proof-note strong {
  color: #fff;
}

.opt-in-draft .credibility-strip {
  width: 100vw;
  margin-top: clamp(20px, 3vh, 30px);
  margin-bottom: clamp(42px, 6vh, 72px);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  border-color: rgba(240, 212, 122, 0.5);
  background: rgba(240, 212, 122, 0.08);
  color: #f3d66f;
  mask-image: none;
}

.opt-in-draft .credibility-strip__track {
  padding: 17px 0;
}

.opt-in-draft .access {
  background: var(--background);
}

.opt-in-draft .access-rule {
  display: none;
}

.opt-in-draft .access-title span {
  color: var(--gold-light);
}

.previous-results {
  position: relative;
  overflow: hidden;
  padding: 92px 0 96px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 4%, rgba(212, 173, 78, 0.12), transparent 24%),
    #050505;
  text-align: center;
}

.results-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 9px 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.results-pill span {
  color: var(--gold-light);
  font-size: 1rem;
}

.results-title {
  max-width: 1010px;
  margin: 0 auto 18px;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: clamp(31px, 3vw, 46px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.results-title span {
  display: inline-block;
  padding: 0 0.18em 0.08em;
  border-radius: 0.12em;
  background: linear-gradient(180deg, #ffe894 0%, #d4ad4e 100%);
  color: #050505;
  line-height: 0.98;
}

.results-subtitle {
  max-width: 1010px;
  margin: 0 auto 44px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-family: "Inter", system-ui, sans-serif !important;
  font-weight: 650;
  line-height: 1.5;
  white-space: nowrap;
}

.results-rail {
  position: relative;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 12%,
    #000 88%,
    transparent
  );
}

.results-row {
  display: flex;
  width: max-content;
  margin-bottom: 24px;
}

.results-row:last-child {
  margin-bottom: 0;
}

.results-track {
  display: flex;
  width: max-content;
  gap: 24px;
  animation: results-scroll 46s linear infinite;
}

.results-row--reverse .results-track {
  animation-direction: reverse;
  animation-duration: 52s;
}

.result-card {
  flex: 0 0 320px;
  overflow: hidden;
  width: 320px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #1b1b20;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  break-inside: avoid;
}

.result-card img {
  width: 100%;
  height: 225px;
  object-fit: contain;
  object-position: center;
  background: #1b1b20;
}

.result-card--tall img {
  height: 225px;
}

.result-card--short img {
  height: 225px;
}

.opt-in-draft .results-cta {
  margin-top: 42px;
}

.results-proof,
.faq-proof {
  margin-top: 14px;
}

@keyframes results-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 12px));
  }
}

.fit-section {
  padding: 64px 0 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 173, 78, 0.09), transparent 28%),
    #050505;
  text-align: center;
}

.fit-title,
.faq-title {
  margin: 0 auto 14px;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: clamp(31px, 3vw, 46px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.fit-subtitle,
.faq-subtitle {
  max-width: 760px;
  margin: 0 auto 42px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.55;
}

.fit-grid {
  display: grid;
  max-width: 1040px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.fit-card {
  min-height: 410px;
  padding: 34px;
  border: 1px solid rgba(240, 212, 122, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  text-align: left;
}

.fit-card--muted {
  opacity: 0.7;
}

.fit-card--gold {
  background:
    linear-gradient(180deg, rgba(240, 212, 122, 0.14), rgba(240, 212, 122, 0.06)),
    #11100d;
  box-shadow: 0 22px 58px rgba(212, 173, 78, 0.08);
}

.fit-toggle {
  width: 52px;
  height: 28px;
  margin-bottom: 30px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.fit-toggle::before {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
}

.fit-toggle--on {
  background: rgba(240, 212, 122, 0.28);
}

.fit-toggle--on::before {
  transform: translateX(24px);
  background: var(--gold-light);
}

.fit-card h3 {
  margin: 0 0 24px;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.045em;
}

.fit-card ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-card li {
  position: relative;
  padding-left: 32px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
  line-height: 1.5;
}

.fit-card li::before {
  position: absolute;
  top: 0.28em;
  left: 0;
  width: 18px;
  height: 18px;
  background: var(--gold-light);
  content: "";
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M9.2%2016.6%204.9%2012.3%203.5%2013.7l5.7%205.7L21%207.6%2019.6%206.2%209.2%2016.6Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M9.2%2016.6%204.9%2012.3%203.5%2013.7l5.7%205.7L21%207.6%2019.6%206.2%209.2%2016.6Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.faq-section {
  padding: 42px 0 92px;
  background: #050505;
  text-align: center;
}

.container--faq {
  max-width: 920px;
}

.faq-list {
  display: grid;
  gap: 14px;
  text-align: left;
}

.faq-item {
  border: 1px solid rgba(240, 212, 122, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.faq-item summary {
  position: relative;
  padding: 24px 62px 24px 24px;
  cursor: pointer;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

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

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  color: var(--gold-light);
  content: "+";
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 600;
}

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

.faq-item p {
  margin: -8px 24px 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.65;
}

.opt-in-draft .faq-cta {
  margin-top: 52px;
}

.opt-in-draft .faq-proof {
  margin-top: 16px;
}

@keyframes alert-float {
  0%,
  100% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, -8px);
  }
}

@keyframes orbit-spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes bar-grow {
  0%,
  100% {
    transform: scaleY(0.82);
  }

  50% {
    transform: scaleY(1);
  }
}

@keyframes badge-pulse {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.cta-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.access {
  scroll-margin-top: 30px;
  padding: 86px 0 92px;
  border-top: 1px solid var(--border);
  background:
    radial-gradient(circle at 50% 22%, rgba(212, 173, 78, 0.07), transparent 26%),
    linear-gradient(180deg, #080808, #030303);
  text-align: center;
}

.container--form {
  max-width: 900px;
}

.access-rule {
  width: 210px;
  height: 2px;
  margin: 0 auto 34px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}

.section-label,
.eyebrow,
.countdown-bar,
.cta-button,
button,
.badge,
.countdown,
.footer,
.site-footer,
.site-footer a,
.footer-nav,
.footer-nav a,
.legal-eyebrow,
.back-link {
  font-family: "Inter", system-ui, sans-serif !important;
  text-transform: uppercase;
}

.section-label {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 12px;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: clamp(31px, 3vw, 46px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.access-title {
  margin-bottom: 48px;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: clamp(31px, 3vw, 46px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-transform: uppercase;
}

.access-title span {
  color: var(--gold);
}

.access__copy {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 1.05rem;
}

.typeform-embed {
  width: min(100%, 490px);
  min-height: 650px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(212, 173, 78, 0.2);
  border-radius: 14px;
  background: #080808;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.5),
    0 0 45px rgba(212, 173, 78, 0.035);
  text-align: left;
}

.typeform-embed > div,
.typeform-embed iframe {
  width: 100%;
  min-height: 650px;
  border: 0;
}

.typeform-embed > div > div,
.typeform-embed .tf-v1-widget,
.typeform-embed iframe {
  height: 650px !important;
}


@media (max-width: 640px) {
    .opt-in-draft .hero {
      min-height: auto;
      padding-top: clamp(14px, 2.4vh, 22px);
      padding-bottom: clamp(30px, 5vh, 44px);
    }
  
    .opt-in-draft .logo {
      width: clamp(132px, 39vw, 170px);
    }
  
    .opt-in-draft .logo-wrap {
      margin-bottom: 10px;
    }
  
    .opt-in-draft .eyebrow {
      max-width: min(100%, 360px);
      margin-bottom: 12px;
      padding: 7px 12px;
      gap: 7px;
      font-size: 0.58rem;
      line-height: 1.25;
    }
  
    .opt-in-draft .eyebrow__emoji {
      font-size: 1.2rem;
    }
  
    .opt-in-draft .hero-title,
    .opt-in-draft h1.hero-title {
      max-width: 100%;
      margin-bottom: 12px;
      font-size: clamp(1.76rem, 7.35vw, 2.12rem);
      letter-spacing: -0.055em;
      line-height: 1.03;
    }
  
    .opt-in-draft .headline-line {
      display: inline;
      white-space: normal;
    }

    .opt-in-draft .hero-title .highlight--marker {
      padding: 0.01em 0.14em 0.08em;
      white-space: normal;
    }
  
    .opt-in-draft .vsl {
      width: min(100%, 620px);
      margin-bottom: 18px;
    }
  
    .opt-in-draft .hero-subheadline {
      margin-bottom: 12px;
      font-size: 0.95rem;
    }
  
    .opt-in-draft .cta-button {
      min-height: 72px;
      padding: 15px 18px;
      font-size: 1rem;
    }
  
    .opt-in-draft .social-proof-note {
      margin-top: 10px;
    }
  
    .opt-in-draft .credibility-strip {
      width: 100vw;
      margin-top: 24px;
      margin-bottom: 46px;
      margin-right: calc(50% - 50vw);
      margin-left: calc(50% - 50vw);
    }
  
    .previous-results {
      padding: 68px 0 72px;
    }
  
    .results-pill {
      margin-bottom: 22px;
      padding: 8px 16px;
      font-size: 0.66rem;
    }
  
    .results-title {
      max-width: 520px;
      font-size: clamp(1.15rem, 5vw, 1.65rem);
      line-height: 0.98;
    }
  
    .results-subtitle {
      margin-bottom: 32px;
      font-size: 0.98rem;
      white-space: normal;
    }
  
    .result-card {
      border-radius: 14px;
      flex-basis: 270px;
      width: 270px;
    }
  
    .result-card img,
    .result-card--tall img {
      height: 198px;
    }
  
    .result-card--short img {
      height: 198px;
    }
  
    .results-track {
      gap: 16px;
      animation-duration: 36s;
    }
  
    .results-row {
      margin-bottom: 16px;
    }
  
    .fit-section {
      padding: 48px 0 38px;
    }
  
    .fit-title,
    .faq-title {
      font-size: clamp(1.15rem, 5vw, 1.65rem);
    }
  
    .fit-subtitle,
    .faq-subtitle {
      margin-bottom: 30px;
      font-size: 0.98rem;
    }
  
    .fit-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
  
    .fit-card {
      min-height: auto;
      padding: 26px 22px;
      border-radius: 18px;
    }
  
    .fit-card h3 {
      font-size: clamp(2rem, 10vw, 2.7rem);
    }
  
    .fit-card li {
      font-size: 0.96rem;
    }
  
    .faq-section {
      padding: 34px 0 72px;
    }
  
    .faq-item summary {
      padding: 20px 54px 20px 20px;
      font-size: 0.98rem;
    }
  
    .faq-item summary::after {
      right: 20px;
    }
  
    .faq-item p {
      margin: -4px 20px 20px;
      font-size: 0.95rem;
    }
  
}

@media (max-width: 640px) and (max-height: 720px) {
    .opt-in-draft .hero {
      padding-top: 10px;
      padding-bottom: 24px;
    }
  
    .opt-in-draft .logo {
      width: 118px;
    }
  
    .opt-in-draft .logo-wrap,
    .opt-in-draft .eyebrow,
    .opt-in-draft .hero-title {
      margin-bottom: 9px;
    }
  
    .opt-in-draft .eyebrow {
      padding: 6px 10px;
      font-size: 0.54rem;
    }
  
    .opt-in-draft .eyebrow__emoji {
      font-size: 1.05rem;
    }
  
    .opt-in-draft .hero-title,
    .opt-in-draft h1.hero-title {
      font-size: clamp(1.56rem, 6.6vw, 1.9rem);
      line-height: 1.02;
    }
  
    .opt-in-draft .hero-subheadline {
      margin-bottom: 9px;
      font-size: 0.88rem;
    }
  
    .opt-in-draft .vsl {
      width: min(100%, 620px);
      margin-bottom: 14px;
    }
  
    .opt-in-draft .cta-button {
      min-height: 66px;
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 0.9rem;
    }
  
    .opt-in-draft .social-proof-note {
      margin-top: 8px;
    }
  
    .opt-in-draft .credibility-strip {
      margin-top: 18px;
      margin-bottom: 38px;
    }
}

@media (max-width: 640px) {
  .opt-in-draft .eyebrow {
    max-width: 100%;
    padding: 7px 12px;
    gap: 6px;
    font-size: clamp(0.52rem, 2.35vw, 0.64rem);
    letter-spacing: 0.035em;
    line-height: 1;
    white-space: nowrap;
  }

  .opt-in-draft .eyebrow__emoji {
    font-size: 1.05rem;
  }

  .opt-in-draft .hero-title,
  .opt-in-draft h1.hero-title {
    max-width: 100%;
    font-size: clamp(1.88rem, 8vw, 2.22rem);
    letter-spacing: -0.055em;
    line-height: 0.98;
    text-wrap: balance;
  }

  .opt-in-draft .headline-line {
    display: block;
    white-space: normal;
  }

  .opt-in-draft .hero-title .highlight--marker {
    display: inline-block;
    padding: 0.01em 0.14em 0.08em;
    border-radius: 0.12em;
    white-space: nowrap;
  }

  .opt-in-draft .cta-button {
    min-height: 60px;
    max-width: 430px;
    padding: 13px 22px;
    gap: 14px;
    font-size: 0.92rem;
    line-height: 1;
  }

  .opt-in-draft .cta-button__label {
    display: block;
    white-space: nowrap;
  }

  .opt-in-draft .cta-button .cta-icon {
    width: 23px;
    height: 23px;
  }

  .opt-in-draft .hero .social-proof-note {
    display: none;
  }

  .hero-mobile-benefits {
    display: grid;
    width: min(100%, 330px);
    margin: 18px auto 0;
    padding: 0;
    gap: 13px;
    color: rgba(255, 255, 255, 0.86);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    list-style: none;
    justify-items: center;
    text-align: center;
  }

  .hero-mobile-benefits li {
    display: inline-grid;
    grid-template-columns: 38px auto;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }

  .hero-mobile-benefits strong {
    color: #fff;
    font-weight: 900;
  }

  .hero-mobile-benefits__icon {
    position: relative;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--gold-light);
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1;
  }

  .hero-mobile-benefits__icon::after {
    position: absolute;
    inset: 4px;
    content: "";
    border: 1px solid rgba(240, 212, 122, 0.24);
    border-radius: 50%;
    background: rgba(240, 212, 122, 0.06);
    z-index: -1;
  }

  .opt-in-draft .section-title,
  .opt-in-draft .results-title,
  .opt-in-draft .fit-title,
  .opt-in-draft .faq-title {
    font-size: clamp(1.72rem, 7.4vw, 2.08rem);
    letter-spacing: -0.05em;
    line-height: 1.02;
  }

  .previous-results .results-title {
    font-size: clamp(1.72rem, 7.4vw, 2.08rem);
    letter-spacing: -0.05em;
    line-height: 1.02;
  }

  .previous-results .results-subtitle {
    font-size: 0.98rem;
    font-weight: 650;
    line-height: 1.5;
  }
}
/* End promoted opt-in draft styles */
