/* GiftRewardsClub.com — Full conversion funnel */

:root {
  --navy: #0a2540;
  --blue: #004B87;
  --blue-light: #0067B1;
  --sky: #e8f4fc;
  --rose: #fdf2f4;
  --gold: #c9a227;
  --green: #00a651;
  --green-dark: #008744;
  --red: #e53935;
  --orange: #ff6b2c;
  --white: #fff;
  --gray-900: #1a1a2e;
  --gray-700: #4a5568;
  --gray-500: #718096;
  --gray-200: #e2e8f0;
  --gray-100: #f7fafc;
  --font: 'DM Sans', system-ui, sans-serif;
  --display: 'Fraunces', Georgia, serif;
  --radius: 12px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); color: var(--gray-900); background: var(--white); line-height: 1.5; overflow-x: hidden; }
.container { max-width: 960px; margin: 0 auto; padding: 0 16px; }

/* Funnel — consistent side breathing room on mobile */
.funnel-page .container {
  padding-left: max(20px, 5vw);
  padding-right: max(20px, 5vw);
}

.funnel-page .top-banner .container {
  padding-left: max(16px, 4vw);
  padding-right: max(16px, 4vw);
}

/* Urgency strip */
.urgency-strip { background: linear-gradient(90deg, var(--navy), var(--blue)); color: var(--white); font-size: 0.72rem; font-weight: 600; padding: 7px 0; position: sticky; top: 0; z-index: 200; }
.urgency-strip-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 14px; }
.cohort-badge { background: rgba(255,255,255,0.15); padding: 3px 10px; border-radius: 999px; font-size: 0.65rem; text-transform: uppercase; }
.urgency-timer { font-variant-numeric: tabular-nums; color: #ffd54f; font-weight: 800; }
.spots-count { color: #ff8a80; font-weight: 800; font-size: 1rem; display: inline-block; }
.spots-count.shake { animation: spotsShake 0.55s ease; }
@keyframes spotsShake {
  0%, 100% { transform: translateX(0); }
  12% { transform: translateX(-5px) rotate(-3deg); }
  28% { transform: translateX(5px) rotate(3deg); }
  44% { transform: translateX(-4px); }
  60% { transform: translateX(4px); }
  76% { transform: translateX(-2px); }
}
@keyframes tick { 0% { transform: scale(1.3); } 100% { transform: scale(1); } }
.flash { animation: flash 1s step-end infinite; }
@keyframes flash { 50% { opacity: 0.5; } }

/* Header — default sticky offset when no top-banner */
.site-header { background: rgba(255,255,255,0.97); border-bottom: 1px solid var(--gray-200); position: sticky; top: 30px; z-index: 100; }
.header-inner { display: flex; justify-content: space-between; align-items: center; height: 40px; font-size: 0.88rem; font-weight: 700; }
.logo { letter-spacing: -0.02em; }
.logo-icon { color: var(--gold); }
.header-live { font-size: 0.68rem; color: var(--green); font-weight: 600; display: flex; align-items: center; gap: 5px; }
.pulse-dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; animation: pulse 1.5s infinite; }
@keyframes pulse { 50% { opacity: 0.4; transform: scale(1.2); } }

/* Steps */
.step { display: none; padding: 10px 0 20px; animation: fadeUp 0.3s ease; }
.step.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
body.funnel-mode #below-fold { display: none; }

/* Top banner — countdown + allocation bar */
.top-banner {
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}

.urgency-strip { position: relative; }

.allocation-strip {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  padding: 8px 0 10px;
}

.allocation-strip-inner { max-width: 520px; }

.allocation-strip-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--gray-700);
}

.allocation-strip-label { text-transform: uppercase; letter-spacing: 0.04em; }

.allocation-strip-pct { color: var(--red); font-variant-numeric: tabular-nums; }

.stock-meter-bar-top {
  height: 10px;
  background: var(--gray-200);
  border-radius: 999px;
  overflow: hidden;
}

.stock-meter-bar-top .stock-meter-fill {
  height: 100%;
  width: 91%;
  background: linear-gradient(90deg, var(--orange), var(--red));
  transition: width 0.5s ease;
  border-radius: 999px;
}

/* Header below sticky top banner */
.funnel-page .site-header { top: 0; position: relative; }

/* ── Funnel hero ── */
.funnel-page #step-hero {
  background: linear-gradient(180deg, var(--sky) 0%, var(--white) 55%);
  padding: 10px 0 20px;
}

.funnel-page .hero-fold {
  max-width: 640px;
  padding-top: 2px;
}

.funnel-page #step-hero .container {
  padding-left: max(20px, 5vw);
  padding-right: max(20px, 5vw);
}

.funnel-page .hero-meta {
  text-align: center;
  margin-bottom: 12px;
}

.funnel-page .date-line {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.funnel-page .geo-cap {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--red);
  line-height: 1.35;
  margin: 0;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}

.hero-card-col {
  text-align: center;
  width: 100%;
}

.hero-card-caption {
  font-size: 0.78rem;
  color: var(--gray-500);
  margin-top: 8px;
  font-weight: 500;
}

/* Sam's Club branded gift card — ~80% width, 10% gap each side */
.sams-gift-card {
  position: relative;
  background: linear-gradient(145deg, #003d6b 0%, #004B87 35%, #0067B1 100%);
  color: var(--white);
  border-radius: clamp(14px, 3vw, 18px);
  padding: clamp(12px, 3vw, 18px) clamp(14px, 3.5vw, 22px);
  box-shadow:
    0 10px 28px rgba(0, 75, 135, 0.32),
    0 2px 0 rgba(255, 255, 255, 0.12) inset;
  text-align: left;
  width: 80%;
  max-width: 360px;
  aspect-ratio: 1.586 / 1;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: space-between;
  gap: 4px;
}

.sgc-shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    115deg,
    transparent 30%,
    rgba(255, 255, 255, 0.08) 45%,
    transparent 60%
  );
  pointer-events: none;
  overflow: hidden;
}

.sgc-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.sgc-logo {
  font-size: clamp(1rem, 3.5vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.sgc-logo sup {
  font-size: 0.45em;
  font-weight: 600;
  opacity: 0.85;
  vertical-align: super;
}

.sgc-chip {
  width: clamp(34px, 10vw, 44px);
  height: clamp(24px, 7vw, 30px);
  border-radius: 5px;
  background: linear-gradient(135deg, #e8c547, #f5d76e 40%, #c9a227);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}

.sgc-main {
  display: flex;
  align-items: baseline;
  gap: clamp(10px, 3vw, 16px);
  position: relative;
  z-index: 1;
}

.sgc-amount {
  font-family: var(--display);
  font-size: clamp(2.2rem, 11vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0;
}

.sgc-label {
  font-size: clamp(0.78rem, 2.8vw, 0.95rem);
  opacity: 0.92;
  font-weight: 500;
  padding-bottom: 0.15em;
}

.sgc-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  z-index: 1;
}

.sgc-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  width: 100%;
}

.sgc-tags span {
  flex: 1 1 0;
  min-width: 0;
  font-size: clamp(0.52rem, 2vw, 0.65rem);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.16);
  padding: 3px 6px;
  border-radius: 999px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sgc-footer {
  width: 100%;
}

.sgc-badge {
  display: inline-block;
  font-size: clamp(0.58rem, 2.2vw, 0.68rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: linear-gradient(90deg, var(--gold), #ffe082);
  color: #1a1a2e;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.hero-copy-col { min-width: 0; }

.funnel-page .hero-kicker {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.funnel-page .hero-fold h1 {
  font-family: var(--display);
  font-size: clamp(1.55rem, 4.5vw, 2.15rem);
  line-height: 1.1;
  margin-bottom: 8px;
  color: var(--navy);
}

.funnel-page .hero-sub {
  font-size: 0.92rem;
  color: var(--gray-700);
  line-height: 1.45;
  margin-bottom: 12px;
}

.funnel-page .hero-fold .amount { color: var(--blue-light); }

.funnel-page .anchor-row {
  margin-bottom: 12px;
  font-size: 0.88rem;
}

.anchor-row-hero {
  justify-content: center;
  padding: 6px 12px;
  margin-bottom: 8px;
}

.funnel-page .cta-zone {
  text-align: center;
  margin-bottom: 8px;
}

.funnel-page .trust-row {
  font-size: 0.75rem;
  gap: 10px 14px;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.trust-icon {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  color: var(--green-dark);
  opacity: 0.85;
}

.trust-row-sm { margin-top: 6px; }

.funnel-page .opt-out-link { font-size: 0.75rem; }

.funnel-page .claims-counter {
  font-size: 0.84rem;
  margin: 12px 0 6px;
}

.funnel-page .authority-row {
  font-size: 0.72rem;
  margin-top: 8px;
  gap: 8px;
}

.auth-badge-icon {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px 5px 6px;
  border-radius: 999px;
}

.auth-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: var(--white);
  border-radius: 50%;
  font-size: 0.72rem;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.funnel-page .auth-badge {
  font-size: 0.68rem;
  padding: 4px 9px;
}

@media (max-width: 720px) {
  .hero-copy-col { text-align: center; }
  .funnel-page .hero-kicker { text-align: center; }
  .funnel-page .hero-fold h1 { text-align: center; }
  .funnel-page .hero-sub { text-align: center; font-size: 0.88rem; }
  .funnel-page .anchor-row { justify-content: center; }
}

@media (max-width: 400px) {
  .funnel-page .hero-fold h1 { font-size: 1.42rem; }
  .allocation-strip-head { font-size: 0.68rem; }
  .cohort-badge { display: none; }
}

/* FAQ accordion */
.faq-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--gray-500);
  margin: -12px auto 16px;
  font-weight: 500;
}

.faq-hint-icon { font-size: 1rem; }

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 18px;
  user-select: none;
}

.faq-list summary span:first-child { flex: 1; }

.faq-chevron {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  position: relative;
  transition: transform 0.2s ease, background 0.2s ease;
}

.faq-chevron::before,
.faq-chevron::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--blue);
  border-radius: 1px;
  transition: transform 0.2s ease;
}

.faq-chevron::before {
  width: 10px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.faq-chevron::after {
  width: 2px;
  height: 10px;
  transform: translate(-50%, -50%);
}

.faq-list details[open] .faq-chevron {
  background: var(--blue);
  border-color: var(--blue);
}

.faq-list details[open] .faq-chevron::before,
.faq-list details[open] .faq-chevron::after {
  background: var(--white);
}

.faq-list details[open] .faq-chevron::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq-list details { transition: box-shadow 0.2s ease; }

.faq-list details[open] {
  box-shadow: 0 4px 16px rgba(0,75,135,0.1);
  border: 1px solid #bbdefb;
}

.anchor-row { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; font-size: 0.82rem; margin-bottom: 12px; padding: 8px 12px; background: var(--gray-100); border-radius: var(--radius); }
.anchor-old { color: var(--gray-500); }
.anchor-old s { color: var(--red); }
.anchor-arrow { color: var(--gray-500); }
.anchor-new { color: var(--green-dark); font-weight: 700; }
.anchor-row-sm { font-size: 0.78rem; justify-content: center; margin: 8px 0; }

/* CTA zone */
.cta-zone { position: relative; margin-bottom: 10px; }
.cta-pointer { display: block; text-align: center; font-size: 1.2rem; animation: bounce 1s infinite; margin-bottom: 2px; }
@keyframes bounce { 50% { transform: translateY(5px); } }
.btn { display: flex; align-items: center; justify-content: center; width: 100%; font-family: inherit; font-weight: 700; font-size: 1rem; border: none; border-radius: var(--radius); cursor: pointer; text-decoration: none; transition: transform 0.15s; }
.btn-claim { background: linear-gradient(180deg, #00c853, var(--green-dark)); color: var(--white); padding: 15px 18px; box-shadow: 0 5px 20px rgba(0,166,81,0.4); }
.btn-claim:hover { transform: translateY(-1px); }
.pulse-cta { animation: pulseCta 2s infinite; }
@keyframes pulseCta { 50% { box-shadow: 0 6px 28px rgba(0,166,81,0.6); transform: scale(1.015); } }
.btn-lg { font-size: 1.08rem; padding: 16px 18px; }
.cta-zone.interrupt .btn-claim,
body.cta-interrupt .btn-claim { animation: interrupt 0.6s ease 3; }
@keyframes interrupt { 0%,100% { background: linear-gradient(180deg, #00c853, var(--green-dark)); } 50% { background: linear-gradient(180deg, #ff9800, #f57c00); } }

.inline-cta-block {
  text-align: center;
  margin-top: 28px;
  padding-top: 4px;
}

.inline-cta-block .btn {
  max-width: 380px;
  margin: 0 auto;
}

.trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; margin-top: 8px; font-size: 0.68rem; font-weight: 600; color: var(--gray-700); }
.opt-out-link { display: block; width: 100%; margin-top: 8px; background: none; border: none; font-size: 0.68rem; color: var(--gray-500); text-decoration: underline; cursor: pointer; font-family: inherit; }
.opt-out-link:hover { color: var(--red); }

.claims-counter { font-size: 0.75rem; color: var(--gray-700); text-align: center; margin: 8px 0; }
.claims-counter strong { color: var(--blue); font-variant-numeric: tabular-nums; display: inline-block; }
.claims-counter strong.tick { animation: tick 0.4s ease; }

.authority-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px; font-size: 0.65rem; color: var(--gray-500); margin-top: 6px; }
.auth-badge { background: var(--gray-100); border: 1px solid var(--gray-200); padding: 3px 8px; border-radius: 4px; font-weight: 600; color: var(--gray-700); }

/* Queue */
.queue-shell { text-align: center; max-width: 400px; margin: 0 auto; padding: 20px 0; }
.queue-icon { font-size: 2.5rem; margin-bottom: 12px; }
.queue-shell h2 { font-family: var(--display); font-size: 1.4rem; margin-bottom: 8px; }
.queue-status { font-size: 0.85rem; font-weight: 600; color: var(--blue); margin-bottom: 8px; min-height: 1.2em; }

.queue-fact-box {
  background: linear-gradient(135deg, #f0f7ff, #e8f5e9);
  border: 1px solid #bbdefb;
  border-radius: var(--radius);
  padding: 14px 16px;
  margin: 14px 0;
  text-align: left;
  animation: fadeUp 0.4s ease;
}

.queue-fact-label { font-size: 0.72rem; font-weight: 700; color: var(--blue); display: block; margin-bottom: 6px; }

.queue-fact-box p { font-size: 0.82rem; color: var(--gray-700); line-height: 1.45; margin: 0; transition: opacity 0.25s ease; }

.queue-pos strong.tick { animation: tick 0.4s ease; display: inline-block; }
.queue-bar { height: 8px; background: var(--gray-200); border-radius: 999px; overflow: hidden; margin: 16px 0; }
.queue-bar-fill { height: 100%; background: var(--blue); width: 0%; transition: width 1s linear; }
.queue-note { font-size: 0.78rem; color: var(--gray-500); }

/* Wheel */
.wheel-shell { text-align: center; max-width: 400px; margin: 0 auto; padding: 12px 0; }
.wheel-shell .btn-claim { width: 100%; }
.wheel-note,
.wheel-win-banner { margin-left: 0; margin-right: 0; }
.wheel-tag { font-size: 0.78rem; font-weight: 700; color: var(--blue); margin-bottom: 8px; }
.wheel-shell h2 { font-family: var(--display); font-size: 1.3rem; margin-bottom: 16px; }
.wheel-stage { position: relative; width: 260px; height: 260px; margin: 0 auto 16px; }
.wheel-pointer { position: absolute; top: -6px; left: 50%; transform: translateX(-50%); color: var(--red); font-size: 1.4rem; z-index: 2; }
.wheel-wrap { width: 100%; height: 100%; border-radius: 50%; box-shadow: 0 6px 24px rgba(0,0,0,0.15); overflow: hidden; border: 5px solid var(--gold); }
#wheel-canvas { width: 100%; height: 100%; display: block; transition: transform 4.5s cubic-bezier(0.15,0.85,0.25,1); }
.wheel-note { font-size: 0.8rem; color: var(--gray-500); margin-top: 10px; }
.wheel-win-banner { background: #e8f5e9; border: 2px solid var(--green); border-radius: var(--radius); padding: 12px; margin-top: 10px; }
.wheel-win-banner strong { display: block; font-size: 1.3rem; color: var(--green-dark); }

/* Quiz */
.quiz-shell { max-width: 500px; margin: 0 auto; }
.bonus-banner { background: linear-gradient(90deg, #fff3e0, #ffe0b2); border: 1px solid var(--orange); border-radius: var(--radius); padding: 10px 14px; font-size: 0.82rem; text-align: center; margin-bottom: 10px; }
.hold-banner { background: #fff8e1; border: 1px solid #ffc107; border-radius: var(--radius); padding: 10px; text-align: center; font-size: 0.82rem; margin-bottom: 14px; }
.quiz-top { display: flex; gap: 10px; margin-bottom: 18px; }
.btn-back { background: var(--gray-100); border: none; width: 36px; height: 36px; border-radius: 50%; cursor: pointer; flex-shrink: 0; }
.progress-zone { flex: 1; }
.progress-labels { display: flex; justify-content: space-between; font-size: 0.75rem; font-weight: 600; margin-bottom: 4px; }
.progress-bar { height: 8px; background: var(--gray-200); border-radius: 999px; overflow: hidden; }
.progress-fill { height: 100%; background: linear-gradient(90deg, var(--green), #69f0ae); transition: width 0.4s ease; }
.quiz-question h2 { font-family: var(--display); font-size: 1.25rem; margin-bottom: 6px; line-height: 1.25; }
.quiz-question p { font-size: 0.85rem; color: var(--gray-500); margin-bottom: 14px; }
.quiz-options { display: flex; flex-direction: column; gap: 8px; }
.quiz-option { display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: var(--white); border: 2px solid var(--gray-200); border-radius: var(--radius); font-family: inherit; font-size: 0.92rem; font-weight: 500; cursor: pointer; text-align: left; transition: border-color 0.15s, transform 0.15s; }
.quiz-option:hover { border-color: var(--blue-light); transform: translateX(3px); }
.quiz-option.selected { border-color: var(--green); background: #e8f5e9; }
.option-icon { font-size: 1.2rem; }

/* Analyzing */
.analyze-shell { text-align: center; max-width: 420px; margin: 0 auto; padding: 16px 0; }
.analyze-spinner { width: 50px; height: 50px; border: 4px solid var(--gray-200); border-top-color: var(--blue); border-radius: 50%; margin: 0 auto 20px; animation: spin 0.9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.analyze-shell h2 { font-family: var(--display); font-size: 1.35rem; margin-bottom: 6px; }
.analyze-sub { font-size: 0.85rem; color: var(--gray-500); margin-bottom: 20px; }
.analyze-steps { list-style: none; text-align: left; }
.analyze-steps li { padding: 10px 0 10px 26px; position: relative; font-size: 0.85rem; color: var(--gray-500); border-bottom: 1px solid var(--gray-100); }
.analyze-steps li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--gray-200); }
.analyze-steps li.active { color: var(--blue); font-weight: 600; }
.analyze-steps li.active::before { border-color: var(--blue); animation: pulse 1s infinite; }
.analyze-steps li.done { color: var(--green); }
.analyze-steps li.done::before { background: var(--green); border-color: var(--green); content: '✓'; color: white; font-size: 0.55rem; display: flex; align-items: center; justify-content: center; }

/* Success */
.success-shell { text-align: center; max-width: 480px; margin: 0 auto; padding: 8px 0; }
.success-shell h2 { font-family: var(--display); font-size: 1.4rem; color: var(--green-dark); margin-bottom: 6px; }
.success-lead { font-size: 0.88rem; color: var(--gray-700); margin-bottom: 6px; }
.loss-copy { font-size: 0.72rem; color: var(--red); font-weight: 600; margin-top: 6px; }

/* Below fold */
.hero-details { background: var(--gray-100); padding: 28px 0; }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.details-grid-compact { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
.details-heading {
  font-family: var(--display);
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: 12px;
  text-align: center;
}
.details-side-full { width: 100%; }
.why-quick li { font-size: 0.92rem; padding: 7px 0; }

.section { padding: 40px 0; }
.section-alt { background: var(--gray-100); }
.section-title { font-family: var(--display); font-size: 1.5rem; text-align: center; margin-bottom: 24px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { background: var(--white); border-radius: var(--radius); padding: 22px; text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.step-num { width: 40px; height: 40px; background: var(--blue); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; margin: 0 auto 12px; }
.step-card h3 { font-size: 1rem; margin-bottom: 6px; }
.step-card p { font-size: 0.82rem; color: var(--gray-500); }
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.benefit-card { background: var(--white); border-radius: var(--radius); padding: 20px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.benefit-icon { font-size: 1.6rem; display: block; margin-bottom: 8px; }
.benefit-card h3 { font-size: 0.95rem; margin-bottom: 4px; }
.benefit-card p { font-size: 0.82rem; color: var(--gray-500); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.testimonial { background: var(--white); border-radius: var(--radius); padding: 18px; border-left: 4px solid var(--blue); box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.testimonial p { font-size: 0.88rem; font-style: italic; color: var(--gray-700); margin-bottom: 10px; line-height: 1.6; }
.testimonial footer strong { font-size: 0.82rem; display: block; }
.testimonial footer { font-size: 0.75rem; color: var(--gray-500); }
.faq-list { max-width: 680px; margin: 0 auto; }
.faq-list details { background: var(--white); border-radius: var(--radius); margin-bottom: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.faq-list summary { padding: 14px 18px; font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { padding: 0 18px 14px; font-size: 0.88rem; color: var(--gray-700); line-height: 1.6; }
.final-cta-section { background: linear-gradient(135deg, var(--navy), var(--blue)); color: var(--white); text-align: center; }
.final-cta-inner h2 { font-family: var(--display); font-size: 1.5rem; margin-bottom: 6px; }
.final-cta-inner p { opacity: 0.9; font-size: 0.85rem; margin-bottom: 16px; }
.final-cta-section .btn-claim { max-width: 360px; margin: 0 auto; }
.final-cta-section .opt-out-link { color: rgba(255,255,255,0.6); margin-top: 10px; }

/* Toast */
.social-toast { position: fixed; bottom: 16px; left: 16px; z-index: 300; display: flex; gap: 10px; background: var(--white); border-radius: var(--radius); padding: 12px; box-shadow: 0 8px 28px rgba(0,0,0,0.15); border: 1px solid var(--gray-200); max-width: 290px; animation: slideIn 0.35s ease; }
body.hero-active .social-toast {
  top: 78px;
  bottom: auto;
  left: 10px;
  right: 10px;
  max-width: none;
}
.social-toast[hidden] { display: none; }
@keyframes slideIn { from { opacity: 0; transform: translateX(-16px); } }
.toast-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 0.6rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.toast-body { font-size: 0.75rem; line-height: 1.4; color: var(--gray-700); }
.toast-time { display: block; font-size: 0.65rem; color: var(--gray-500); margin-top: 2px; }

/* Exit */
.exit-overlay { position: fixed; inset: 0; z-index: 400; background: rgba(10,37,64,0.7); display: flex; align-items: center; justify-content: center; padding: 20px; }
.exit-overlay[hidden] { display: none; }
.exit-modal { background: var(--white); border-radius: 18px; padding: 28px 24px; max-width: 380px; width: 100%; text-align: center; position: relative; }
.exit-close { position: absolute; top: 10px; right: 12px; background: none; border: none; font-size: 1.4rem; cursor: pointer; color: var(--gray-500); }
.exit-tag { font-size: 0.72rem; font-weight: 700; color: var(--red); text-transform: uppercase; margin-bottom: 6px; }
.exit-modal h3 { font-family: var(--display); font-size: 1.2rem; margin-bottom: 16px; }

.site-footer { padding: 20px 16px; text-align: center; font-size: 0.68rem; color: var(--gray-500); background: var(--gray-100); border-top: 1px solid var(--gray-200); line-height: 1.6; }
.site-footer a { color: var(--blue); }

@media (min-width: 721px) {
  .hero-fold { max-width: 640px; }
  #step-hero .container { max-width: 640px; }
  .hero-copy-col .cta-zone { text-align: center; }
  .hero-copy-col .trust-row { justify-content: center; }
  .funnel-page .claims-counter { text-align: center; }
  .funnel-page .authority-row { justify-content: center; }
  .funnel-page .hero-kicker,
  .funnel-page .hero-fold h1,
  .funnel-page .hero-sub { text-align: center; }
  .funnel-page .anchor-row { justify-content: center; }
}

@media (max-width: 768px) {
  .cohort-badge { display: none; }
  .site-header { top: 28px; }
  .details-grid, .steps-grid, .benefits-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .social-toast { left: 10px; right: 10px; max-width: none; }
  body.hero-active .social-toast { top: 72px; bottom: auto; }
  .wheel-stage { width: 230px; height: 230px; }
}

@media (max-width: 400px) {
  .header-inner { font-size: 0.78rem; }
  .hero-fold h1 { font-size: 1.32rem; margin-bottom: 6px; }
  .hero-kicker { font-size: 0.82rem; margin-bottom: 4px; }
  .hero-sub { font-size: 0.84rem; margin-bottom: 10px; }
  .date-line { font-size: 0.76rem; }
  .anchor-row { font-size: 0.82rem; padding: 7px 11px; margin-bottom: 10px; }
  .btn-claim { padding: 14px 14px; font-size: 0.95rem; }
  .claims-counter { font-size: 0.78rem; margin: 8px 0; }
  .authority-row { display: none; }
  #step-hero { min-height: auto; }
}
