:root {
  --page-bg: #f5f7fa;
  --surface: #ffffff;
  --navy: #00215e;
  --navy-soft: #0a2f6e;
  --text: #0f172a;
  --muted: #5c6578;
  --line: #e2e6ed;
  --accent-blue: #1877f2;
  --accent-blue-soft: rgba(24, 119, 242, 0.12);
  --danger: #e60000;
  --danger-bright: #ff4d4d;
  --cta-gradient: linear-gradient(180deg, #ff4d4d 0%, #e60000 100%);
  --cta-shadow: 0 12px 28px rgba(230, 0, 0, 0.28);
  --gold: #d4af37;
  --gold-deep: #b8962e;
  --gold-soft: #f4e4a6;
  --card-shadow: 0 10px 40px rgba(0, 33, 94, 0.08);
  --footer-bg: #00215e;
  --shadow: var(--card-shadow);
  --compare-gold: #c9a227;
  --compare-green: #2e8b57;
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: "Sora", sans-serif;
  color: var(--text);
  background-color: var(--page-bg);
  overflow-x: hidden;
  cursor: auto;
}

h1,
h2,
h3 {
  font-family: "Syne", sans-serif;
  letter-spacing: 0.01em;
}

.bg-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 50;
  background: rgba(0, 33, 94, 0.08);
}

.scroll-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--navy), var(--danger-bright));
}

.cursor-glow {
  position: fixed;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 33, 94, 0.08), rgba(0, 33, 94, 0));
  pointer-events: none;
  z-index: 60;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  filter: blur(0.5px);
}

.mesh {
  position: absolute;
  width: 55vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.055;
}

/* Before/After VIP image — keep it responsive, show top, add spacing below */
.before-after-media.full-bleed img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  display: block;
  margin: 0 0 8px 0; /* reduced space below image */
  border-radius: 12px;
}

.before-after-media.full-bleed { padding-top: 12px; padding-bottom: 0; }

.mesh-a {
  background: radial-gradient(circle, #c5d4eb 0%, rgba(197, 212, 235, 0) 70%);
  left: -10vw;
  top: -8vh;
}

.mesh-b {
  background: radial-gradient(circle, #dce3ee 0%, rgba(220, 227, 238, 0) 72%);
  right: -12vw;
  top: 24vh;
  animation-delay: -6s;
}

.mesh-c {
  background: radial-gradient(circle, #e8ecf4 0%, rgba(232, 236, 244, 0) 72%);
  left: 22vw;
  bottom: -24vh;
  animation-delay: -10s;
}

.noise {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: radial-gradient(#94a3b8 0.45px, transparent 0.45px);
  background-size: 4px 4px;
}

.grid-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 33, 94, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 33, 94, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1), transparent 85%);
}

.light-beam {
  position: absolute;
  width: 42vw;
  height: 120vh;
  top: -10vh;
  background: linear-gradient(180deg, rgba(0, 33, 94, 0.04), rgba(255, 255, 255, 0));
  filter: blur(22px);
  transform: rotate(15deg);
  animation: sweep 16s linear infinite;
}

.beam-a {
  left: -14vw;
}

.beam-b {
  right: -18vw;
  animation-direction: reverse;
  animation-duration: 20s;
}

@keyframes drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(50px, -45px, 0) scale(1.15);
  }
}

@keyframes sweep {
  0% {
    transform: translateX(0) rotate(15deg);
  }
  50% {
    transform: translateX(14vw) rotate(18deg);
  }
  100% {
    transform: translateX(0) rotate(15deg);
  }
}

.page-shell {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 0 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-stack {
  width: min(1060px, 100%);
  max-width: 100%;
  min-width: 0;
  padding: 24px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  box-sizing: border-box;
}

/* Light top strip (urgency + steps on light surface) */
.urgency-panel {
  width: 100%;
  box-sizing: border-box;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--card-shadow);
  padding: 22px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.urgency-panel .urgency-headline {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.urgency-headline {
  width: min(920px, 100%);
  margin: 0 0 18px;
  text-align: center;
  font-size: clamp(1.15rem, 3.2vw, 1.75rem);
  line-height: 1.35;
  color: var(--navy);
}

.urgency-headline strong {
  font-weight: 600;
}

.urgency-headline-accent {
  color: var(--gold);
}

/* Animated sold-out bar (sys-alt-* names avoid clashes) */
.sys-alt-progress-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: var(--navy-soft);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  height: 40px;
  box-shadow: 0 4px 14px rgba(0, 33, 94, 0.18);
  font-family: "Sora", sans-serif;
  box-sizing: border-box;
}

.sys-alt-progress-bar {
  height: 100%;
  background: linear-gradient(to right, #e74c3c, #c0392b);
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 25px 0 0 25px;
  z-index: 1;
}

.sys-alt-progress-bar.sys-alt-start-animation {
  animation: sys-alt-load-progress 4s ease-out forwards;
}

@keyframes sys-alt-load-progress {
  from {
    width: 0%;
  }
  to {
    width: 82.22%;
  }
}

.sys-alt-progress-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(12px, 4vw, 20px);
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(0.85rem, 2.8vw, 1.15rem);
  z-index: 2;
  pointer-events: none;
}

.sys-alt-sold-out-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sys-alt-icon {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
}

.steps-bar {
  width: min(920px, 100%);
  max-width: 800px;
  margin: 16px auto 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  background: #eef1f6;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.steps-bar-seg {
  position: relative;
  z-index: 1;
  min-height: 48px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: clamp(0.72rem, 1.55vw, 0.9rem);
  color: var(--navy);
  line-height: 1.25;
  background: var(--surface);
  border-right: 1px solid var(--line);
}

.steps-bar-seg:last-child {
  border-right: 0;
}

.steps-bar-seg--current {
  background: #e8ecf4;
}

.offer-card {
  --offer-pad: clamp(18px, 2.6vw, 30px);
  width: min(1060px, 100%);
  max-width: 100%;
  min-width: 0;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--card-shadow);
  padding: var(--offer-pad);
  position: relative;
  overflow: visible;
  box-sizing: border-box;
}

.offer-card .before-after-section,
.offer-card .vip-compare-section,
.offer-card .offers,
.offer-card .summary-box,
.offer-card .cta-with-toggle {
  margin-top: 18px;
}

/* Light hero card */
.hero-copy.light-card {
  background: var(--surface);
  color: var(--text);
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0, 33, 94, 0.06);
  border: 1px solid var(--line);
}

.hero-copy.light-card h1 {
  color: var(--navy);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.vip-chip {
  margin: 0;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--accent-blue-soft);
  border: 1px solid rgba(24, 119, 242, 0.22);
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.icon-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--navy);
  font-weight: 700;
  cursor: pointer;
}

.offer-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(14px, 2vw, 24px);
  align-items: stretch;
}

.hero-copy {
  border-radius: 14px;
  padding: clamp(18px, 2.4vw, 28px);
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--card-shadow);
  border: 1px solid var(--line);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.08;
  color: var(--navy);
  font-weight: 800;
}

.hero-media {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
  transform-style: preserve-3d;
  box-shadow: var(--card-shadow);
  width: 100%;
  height: 100%;
  min-height: clamp(300px, 26vw, 460px);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(0, 33, 94, 0.08));
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

/* VIP blinking green chip */
.vip-chip.blink {
  background: linear-gradient(135deg, #1f9d55 0%, #37c871 100%);
  color: #fff;
  border-color: rgba(46, 139, 87, 0.22);
  box-shadow: 0 6px 18px rgba(46, 139, 87, 0.18);
  animation: vip-blink 0.7s ease-in-out infinite;
}

@keyframes vip-blink {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: 0.92; }
  100% { transform: scale(1); opacity: 1; }
}

/* Before / After VIP preview styles — make full-bleed image seamless */
.before-after-section {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  overflow: hidden;
}
/* keep space below the preview so sticky footer doesn't overlap */
/* removed bottom margin to restore original flow */
.before-after-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
}
/* (removed duplicate full-bleed rule — image is handled above for responsiveness) */

.before-after-media.full-bleed {
  position: relative;
  border-radius: 24px !important;
  overflow: hidden;
  background: transparent;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.before-after-media.full-bleed::before {
  display: none !important;
}

.before-after-media.full-bleed img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  border-radius: 24px !important;
  -webkit-border-radius: 24px !important;
  clip-path: inset(0 round 24px);
  -webkit-clip-path: inset(0 round 24px);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.before-after-media.full-bleed {
  padding-top: 0;
}
.before-after-copy {
  text-align: center;
  padding: 2px 18px 8px;
}
.before-after-copy h2 {
  margin: 0 0 8px;
  color: var(--navy);
}
/* Premium headline styling for VIP lock-in text */
.premium-headline {
  font-family: 'Syne', 'Oswald', 'Sora', sans-serif;
  color: var(--navy);
  -webkit-text-stroke: 0;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: none;
  font-size: clamp(0.95rem, 2.4vw, 1.45rem);
  line-height: 1.22;
  padding: 0;
  display: block;
  max-width: 820px;
  margin: 0 auto;
  text-wrap: balance;
}

@media (max-width: 900px) {
  .premium-headline {
    font-size: clamp(0.9rem, 4.2vw, 1.1rem);
    line-height: 1.28;
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .premium-headline {
    font-size: clamp(0.85rem, 4.9vw, 1rem);
    line-height: 1.3;
  }
}

@media (max-width: 900px) {
  .premium-headline { letter-spacing: 0.4px; }
}

@media (max-width: 420px) {
  .premium-headline { letter-spacing: 0.2px; }
}
.before-after-copy p { margin:0; color:var(--muted); }

/* Responsive sizing for VIP preview image and bar */
@media (max-width: 1199px) {
  .before-after-media.full-bleed { padding-top: 0; }
  .before-after-media.full-bleed img { max-height: 420px; object-position: top center; width: 100%; height: auto; }
}
@media (max-width: 900px) {
  .before-after-media.full-bleed { padding-top: 0; }
  .before-after-media.full-bleed img { max-height: 360px; object-position: top center; width: 100%; height: auto; }
}
@media (max-width: 420px) {
  .before-after-media.full-bleed { padding-top: 0; }
  .before-after-media.full-bleed img { max-height: 260px; object-position: top center; width: 100%; height: auto; border-radius: 24px !important; }
}

/* Keep the preview clean and rounded */
.before-after-section .before-after-media.full-bleed {
  box-shadow: 0 10px 28px rgba(0, 33, 94, 0.08);
}

.stepper {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.step {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0, 33, 94, 0.08);
  color: var(--navy-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.step.current {
  background: var(--navy);
  color: #ffffff;
}

.step-line {
  width: 34px;
  height: 1px;
  background: var(--line);
}

.step-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.step-label.current {
  color: var(--navy);
}

.offers {
  margin-top: 18px;
}

.offers h2 {
  margin: 0 0 10px;
  color: var(--navy);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.77rem;
  font-weight: 800;
}

.offer-row {
  display: grid;
  grid-template-columns: 26px 1fr auto;
  gap: 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 12px;
}

.offer-row + .offer-row {
  margin-top: 12px;
}

.offer-row > input,
.bundle-toggle input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent-blue);
}

.free-row {
  border-color: rgba(24, 119, 242, 0.25);
  background: var(--accent-blue-soft);
}

.vip-row {
  display: block;
  border-color: rgba(24, 119, 242, 0.25);
  background: var(--accent-blue-soft);
  border-radius: 14px;
  padding: 12px;
}

.vip-row-head {
  display: grid;
  grid-template-columns: 26px 1fr auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.offer-copy {
  display: grid;
  gap: 4px;
}

.offer-title {
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
}

.offer-desc {
  color: var(--muted);
  line-height: 1.45;
  font-size: 0.84rem;
}

.bundle-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy-soft);
  font-size: 0.84rem;
}

.offer-price-block {
  display: grid;
  justify-items: end;
  line-height: 1.1;
  gap: 4px;
}

.offer-price {
  font-size: 1.45rem;
  color: var(--navy);
  font-weight: 800;
}

.offer-price.free {
  color: #0d7a45;
}

.old-price {
  color: #8090b0;
  font-size: 0.8rem;
  text-decoration: line-through;
}

.vip-bonus-lead {
  margin: 14px 0 18px;
  text-align: center;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.vip-bonus-lead-gold {
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 800;
}

.benefits-grid.vip-bonus-grid {
  margin-top: 4px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.vip-bonus-card.benefit-card {
  border-radius: 18px;
  border: 1px solid rgba(24, 119, 242, 0.16);
  background: var(--surface);
  overflow: hidden;
  transform: translateY(0);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
  box-shadow: 0 10px 28px rgba(0, 33, 94, 0.06);
}

.vip-bonus-card.benefit-card::before {
  display: none;
}

.vip-bonus-card.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(0, 33, 94, 0.12);
  border-color: rgba(24, 119, 242, 0.3);
}

.vip-bonus-card.benefit-card.selected {
  border-color: var(--accent-blue);
  border-style: solid;
  box-shadow: 0 16px 44px rgba(24, 119, 242, 0.18);
}

.vip-bonus-card-inner {
  padding: 18px 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}

.vip-bonus-card-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.vip-bonus-script-label {
  font-family: "Syne", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1;
  font-style: normal;
}

.vip-bonus-num-badge {
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border-radius: 10px;
  background: linear-gradient(180deg, #e8f2ff 0%, #9cc3ff 55%, #5a8fe8 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(184, 150, 46, 0.45);
}

.vip-bonus-card-title {
  margin: 0 0 14px;
  text-align: center;
  font-family: "Sora", sans-serif;
  font-size: clamp(0.92rem, 1.6vw, 1.05rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.35;
}

.vip-bonus-visual {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  margin-bottom: 14px;
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
}

.vip-bonus-visual img {
  /* Prevent upscaling: show image at natural resolution up to container size */
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  image-rendering: optimizeQuality;
}

.vip-bonus-points {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vip-bonus-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.45;
}

.vip-bonus-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--accent-blue-soft);
  color: var(--accent-blue);
  display: grid;
  place-items: center;
  margin-top: 1px;
  box-shadow: 0 1px 4px rgba(24, 119, 242, 0.18);
}

.vip-bonus-check svg {
  display: block;
}

/* VIP vs non-VIP comparison — inset band (no 100vw; avoids horizontal overflow) */
.vip-compare-section {
  width: calc(100% + 2 * var(--offer-pad));
  max-width: none;
  margin: clamp(16px, 2.5vw, 26px) calc(-1 * var(--offer-pad)) clamp(12px, 2vw, 20px);
  padding: clamp(26px, 4vw, 40px) clamp(14px, 3vw, 22px) clamp(28px, 4vw, 42px);
  box-sizing: border-box;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(165deg, #0c1220 0%, #050508 42%, #0a1422 100%);
  border: 1px solid rgba(0, 33, 94, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 36px rgba(0, 21, 58, 0.12);
}

.vip-compare-inner {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
}

.vip-compare-callout {
  background: #fff;
  border-radius: 16px;
  padding: clamp(18px, 3vw, 26px) clamp(16px, 3vw, 28px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--line);
}

.vip-compare-callout-main {
  margin: 0 0 18px;
  text-align: center;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  color: var(--navy);
  line-height: 1.5;
  text-transform: capitalize;
  overflow-wrap: break-word;
}

.vip-compare-callout-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 18px);
}

.vip-compare-callout-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
  min-width: 0;
  overflow-wrap: break-word;
}

.vip-compare-x {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fee2e2;
  color: #dc2626;
  font-size: 0.72rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  line-height: 1;
}

.vip-compare-script-title {
  margin: 28px 0 22px;
  text-align: center;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.1rem, 2.8vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #fff;
  line-height: 1.35;
}

.vip-compare-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2.5vw, 22px);
  align-items: stretch;
  min-width: 0;
}

.vip-compare-card {
  border-radius: 18px;
  padding: clamp(18px, 2.5vw, 26px) clamp(14px, 2.2vw, 20px);
  min-height: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.vip-compare-card--with {
  background: linear-gradient(165deg, #dcc062 0%, var(--compare-gold) 40%, #a88620 100%);
  color: #111827;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.vip-compare-card--without {
  background: linear-gradient(165deg, #3aa76d 0%, var(--compare-green) 45%, #1f6b45 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.vip-compare-card-heading {
  margin: 0 0 16px;
  text-align: center;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(0.72rem, 1.4vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vip-compare-card--without .vip-compare-card-heading {
  color: #fff;
}

.vip-compare-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vip-compare-card-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-family: "Sora", sans-serif;
  font-size: clamp(0.78rem, 1.35vw, 0.88rem);
  font-weight: 600;
  line-height: 1.45;
  min-width: 0;
  overflow-wrap: break-word;
}

.vip-compare-card--with .vip-compare-card-list li::before {
  content: "✓";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: var(--compare-green);
  font-size: 0.72rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin-top: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.vip-compare-card--without .vip-compare-card-list li::before {
  content: "✓";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--compare-green);
  font-size: 0.72rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin-top: 2px;
}

.summary-box {
  margin-top: 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #eef1f6;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offers + .summary-box {
  margin-top: 22px;
}

.summary-box p {
  margin: 0;
  font-weight: 600;
  color: var(--muted);
}

.summary-box strong {
  font-size: 1.32rem;
  color: var(--navy);
}

.cta-button {
  margin-top: 14px;
  border: 0;
  width: 100%;
  padding: 15px 18px;
  border-radius: 12px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  cursor: pointer;
  color: #ffffff;
  background: var(--cta-gradient);
  box-shadow: var(--cta-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(230, 0, 0, 0.35);
}

.cta-button.alt {
  background: var(--surface);
  border: 2px solid var(--navy);
  color: var(--navy);
  box-shadow: none;
}

.cta-button:disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.site-sticky-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  background: var(--footer-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -8px 30px rgba(0, 33, 94, 0.25);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0));
}

.site-sticky-footer-inner {
  width: min(1060px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.site-sticky-footer-timer {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.92);
}

.site-sticky-footer-timer-label {
  font-weight: 600;
}

.site-sticky-footer-timer-value {
  font-variant-numeric: tabular-nums;
  color: #ff4d4d;
  text-shadow: 0 0 14px rgba(255, 77, 77, 0.55);
  font-size: 1.15rem;
}

.cta-button--sticky {
  margin-top: 0;
  width: auto;
  min-width: min(220px, 100%);
  padding: 12px 26px;
  border-radius: 999px;
  font-size: 0.95rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 560px) {
  .site-sticky-footer-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-button--sticky {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* Responsive adjustments for mobile and smaller screens */
@media (max-width: 900px) {
  .page-stack {
    padding: 14px 12px 20px;
  }

  .offer-card {
    padding: 14px;
    border-radius: 12px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-copy {
    order: 2;
    padding: 14px;
  }

  .hero-media {
    order: 1;
    border-radius: 10px;
    border-width: 0;
  }

  .hero-media img {
    min-height: 220px;
    object-fit: contain;
  }

  .benefits-grid.vip-bonus-grid {
    grid-template-columns: 1fr;
  }

  .stepper {
    margin-bottom: 14px;
  }

  /* VIP row: stack header elements cleanly on small screens */
  .vip-row-head {
    display: block;
    width: 100%;
  }

  .vip-row-head > input {
    display: block;
    margin: 0 0 10px;
  }

  .vip-row-head .offer-copy {
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
  }

  .vip-row-head .offer-price-block {
    width: 100%;
    justify-items: start;
  }

  .vip-bonus-lead {
    margin-top: 8px;
    font-size: 1rem;
  }

  .vip-bonus-card.benefit-card {
    min-height: auto;
  }

  /* VIP visuals use aspect-ratio: 1/1; no fixed min-height here */
  .vip-bonus-card.benefit-card { width: 100%; }
  .vip-bonus-visual img { width: 100%; height: 100%; object-fit: cover; }

  .vip-bonus-card-inner {
    padding: 16px 14px 18px;
  }

  .vip-bonus-card-title {
    font-size: clamp(0.84rem, 1.8vw, 0.98rem);
  }

  .vip-bonus-points li {
    font-size: 0.75rem;
  }

  .vip-compare-callout-list {
    grid-template-columns: 1fr;
  }

  .vip-compare-columns {
    grid-template-columns: 1fr;
  }

  .summary-box {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }

  .page-shell {
    padding-bottom: calc(120px + env(safe-area-inset-bottom, 0));
  }

  .site-sticky-footer { position: fixed; }

  .modal-card {
    width: calc(100% - 32px);
    max-height: 92vh;
    overflow: auto;
    padding: 16px;
  }
}

@media (min-width: 901px) and (max-width: 1199px) {
  .hero-media { min-height: clamp(280px, 28vw, 420px); }
  .hero-media img { min-height: 0; }
  .before-after-media.full-bleed img { height: auto; }
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 16px;
}

.modal.hidden {
  display: none;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 21, 58, 0.45);
  backdrop-filter: blur(8px);
}

.modal-card {
  position: relative;
  width: min(620px, 100%);
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 20px;
  box-shadow: var(--card-shadow);
}

/* CTA with toggle styles */
.cta-with-toggle { display: flex; align-items: center; gap: 12px; }
.cta-with-toggle .bump-cta-toggle { display: inline-flex; align-items: center; gap: 8px; font-size: 0.9rem; color: var(--navy); }
.cta-with-toggle .bump-cta-toggle input { width: 18px; height: 18px; }
.sticky-cta { justify-content: flex-end; }

@media (max-width: 640px) {
  .cta-with-toggle { gap: 8px; }
  .cta-with-toggle .bump-cta-toggle { font-size: 0.85rem; }
  .sticky-cta { width: 100%; display: flex; justify-content: space-between; align-items: center; }
}

/* Sticky footer: make the Add VIP label light so it reads on dark background */
.site-sticky-footer .bump-cta-toggle { color: rgba(255,255,255,0.95); }
.site-sticky-footer .bump-cta-toggle input { accent-color: var(--gold); filter: none; }
.site-sticky-footer .bump-cta-toggle span { color: rgba(255,255,255,0.95); }

.modal-card h2 {
  margin: 0;
  font-size: 1.6rem;
  color: var(--navy);
}

.modal-note {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.modal-close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--navy);
  font-size: 1.3rem;
  cursor: pointer;
}

.form-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

label {
  display: grid;
  gap: 6px;
}

label span {
  font-size: 0.84rem;
  color: #334464;
}

input,
select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(21, 33, 58, 0.14);
  background: #ffffff;
  color: #162033;
  padding: 11px 12px;
  font: inherit;
}

select option {
  background: #ffffff;
  color: #111827;
}

select option:disabled {
  color: #6b7280;
}

input::placeholder {
  color: #7b879d;
}

input:focus,
select:focus {
  outline: none;
  border-color: var(--accent-blue);
  box-shadow: 0 0 0 3px rgba(24, 119, 242, 0.2);
}

.full-width {
  grid-column: 1 / -1;
}

.phone-row {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 8px;
}

.status-text {
  min-height: 22px;
  margin-top: 8px;
  font-size: 0.85rem;
}

.status-text.error {
  color: #d33e67;
}

.upsell-choices {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
}

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; }

  /* Stack benefit cards to single column on small screens */
  .benefits-grid.vip-bonus-grid { grid-template-columns: 1fr; }

  .vip-compare-columns, .vip-compare-callout-list { grid-template-columns: 1fr; }

  /* Make the VIP header stack vertically and avoid overlapping badges */
  .vip-row-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    justify-content: flex-start;
  }

  .bundle-toggle { justify-self: start; margin-top: 6px; }

  .offer-price-block { justify-items: start; align-self: flex-start; }

  /* Prevent sticky footer overlapping the VIP section */
  .vip-row { padding-bottom: 56px; }

  /* Ensure VIP cards scale nicely */
  .vip-bonus-card.benefit-card { width: 100%; }
  .vip-bonus-visual img { width: 100%; height: 100%; object-fit: cover; }
}

@media (max-width: 640px) {
  .cursor-glow {
    display: none;
  }

  .urgency-panel {
    padding: 20px 12px 18px;
  }

  .sys-alt-progress-container {
    height: 38px;
  }

  .sys-alt-icon {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .steps-bar {
    grid-template-columns: 1fr;
  }

  .steps-bar-seg {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 12px 14px;
  }

  .steps-bar-seg:last-child {
    border-bottom: 0;
  }

  .offer-card {
    --offer-pad: 14px;
    border-radius: 22px;
    padding: 14px;
  }

  .steps-bar {
    margin-bottom: 12px;
  }

  .premium-headline {
    font-size: clamp(0.82rem, 4.6vw, 0.95rem);
    line-height: 1.34;
  }

  .benefits-grid.vip-bonus-grid {
    grid-template-columns: 1fr;
  }

  .vip-bonus-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .form-grid,
  .phone-row {
    grid-template-columns: 1fr;
  }

  .offer-row {
    grid-template-columns: 24px 1fr;
  }

  .offer-price-block {
    grid-column: 2;
    margin-top: 4px;
  }
}

/* Defensive fixes for VIP cards to avoid collapsed/narrow layouts */
.benefits-grid.vip-bonus-grid > * {
  min-width: 0;
  word-break: break-word;
}

.vip-bonus-card.benefit-card, .vip-bonus-card.benefit-card * {
  min-width: 0 !important;
  transform: none !important;
  writing-mode: horizontal-tb !important;
  white-space: normal !important;
}

/* larger bottom padding near sticky footer on small screens */
@media (max-width: 480px) {
  .vip-row { padding-bottom: 80px; }
}
