/* ==========================================================================
   Canada French PR Preparation Bundle - Mobile-First Sales Funnel Stylesheet
   Compact, High-Converting FlexiFunnels Architecture (Lightweight & Tight)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@600;700;800;900&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
  /* Colors */
  --navy-950: #070d18;
  --navy-900: #0b192c;
  --navy-850: #0f223a;
  --navy-800: #132a48;
  --navy-700: #1e3a5f;

  --red-600: #d9252c;
  --red-700: #b91c1c;
  --red-800: #991b1b;
  --red-50: #fef2f2;
  --red-100: #fee2e2;

  --yellow-400: #facc15;
  --yellow-300: #fde047;
  --yellow-50: #fefce8;

  --emerald-600: #059669;
  --emerald-50: #ecfdf5;

  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;

  --white: #ffffff;

  /* Typography */
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(11, 25, 44, 0.06);
  --shadow-md: 0 4px 12px -2px rgba(11, 25, 44, 0.08);
  --shadow-lg: 0 10px 24px -4px rgba(11, 25, 44, 0.12);
  --shadow-cta: 0 8px 20px -3px rgba(217, 37, 44, 0.45);

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 18px;
  --radius-full: 9999px;
}

/* Base & Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--slate-800);
  background-color: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: 74px; /* offset for sticky bottom funnel bar */
}

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

button, input, select {
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Mobile-First Container */
.container {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 640px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* Typography & Markers */
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: var(--navy-900);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

mark.highlight-yellow {
  background: linear-gradient(120deg, rgba(254, 240, 138, 0.95) 0%, rgba(250, 204, 21, 0.95) 100%);
  color: var(--navy-950);
  padding: 1px 6px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 800;
}

.maple-icon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}

/* Compact Section Header */
.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 32px auto;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red-600);
  background: var(--red-50);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  border: 1px solid var(--red-100);
  margin-bottom: 10px;
}

.section-header h2 {
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  color: var(--navy-900);
  margin-bottom: 8px;
}

.section-header p {
  font-size: 0.95rem;
  color: var(--slate-600);
  line-height: 1.5;
}

/* ==========================================================================
   FlexiFunnels 2-Line Action CTA Button (Responsive)
   ========================================================================== */

.funnel-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #e5252c 0%, #d9252c 50%, #b91c1c 100%);
  color: var(--white);
  padding: 14px 24px;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-cta);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  width: 100%;
  max-width: 440px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.funnel-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -4px rgba(217, 37, 44, 0.55);
}

.funnel-btn:active {
  transform: translateY(0);
}

.funnel-btn-main {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.funnel-btn-sub {
  font-size: 0.75rem;
  font-weight: 600;
  color: #fecaca;
  margin-top: 3px;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--white);
  color: var(--navy-900);
  border: 1.5px solid var(--slate-200);
  padding: 10px 20px;
  border-radius: var(--radius-md);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}

.btn-secondary:hover {
  background: var(--slate-50);
  border-color: var(--slate-300);
}

/* ==========================================================================
   Top Urgent Banner & Compliance Strip
   ========================================================================== */

.top-urgent-bar {
  background: linear-gradient(90deg, #991b1b 0%, #d9252c 50%, #991b1b 100%);
  color: var(--white);
  padding: 8px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}

.top-urgent-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fef08a;
  box-shadow: 0 0 0 0 rgba(254, 240, 138, 0.7);
  animation: pulseDotAnim 1.8s infinite;
  flex-shrink: 0;
}

@keyframes pulseDotAnim {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(254, 240, 138, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(254, 240, 138, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(254, 240, 138, 0); }
}

.compliance-strip {
  background: #f8fafc;
  border-bottom: 1px solid var(--slate-200);
  padding: 6px 12px;
  font-size: 0.725rem;
  color: var(--slate-600);
  text-align: center;
}

/* ==========================================================================
   Site Header
   ========================================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--slate-200);
  height: 60px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-icon {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-sm);
  background: var(--navy-900);
  color: var(--red-600);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  color: var(--navy-900);
  line-height: 1.1;
}

.logo-sub {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--slate-500);
  text-transform: uppercase;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-price-badge {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--navy-900);
  background: var(--slate-100);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
}

.header-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--red-600);
  color: var(--white);
  border: none;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.header-cta-btn:hover {
  opacity: 0.9;
}

/* ==========================================================================
   Hero Section (Compact & Mobile-Optimized)
   ========================================================================== */

.hero-section {
  padding: 28px 0 36px 0;
  background: radial-gradient(circle at 50% 0%, #ffffff 0%, #f8fafc 70%, #f1f5f9 100%);
}

@media (min-width: 860px) {
  .hero-section {
    padding: 44px 0 52px 0;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}

@media (min-width: 860px) {
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 36px;
  }
}

.hero-content {
  text-align: center;
}

@media (min-width: 860px) {
  .hero-content {
    text-align: left;
  }
}

.hero-title {
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  font-weight: 800;
  color: var(--navy-900);
  line-height: 1.14;
  margin-bottom: 12px;
}

.hero-sub {
  font-size: clamp(0.925rem, 1.6vw, 1.05rem);
  color: var(--slate-600);
  line-height: 1.5;
  margin-bottom: 18px;
}

/* 3D Visual on Mobile is Clean & Sized Properly */
.hero-visual-card {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--white);
  border: 1px solid var(--slate-200);
}

.hero-badge-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(11, 25, 44, 0.94);
  color: var(--white);
  padding: 5px 12px;
  border-radius: var(--radius-full);
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 5px;
}

.hero-badge-tag svg {
  color: var(--red-600);
}

/* Bullet Points in Hero */
.hero-bullets-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin-bottom: 18px;
  text-align: left;
}

@media (min-width: 500px) {
  .hero-bullets-row {
    grid-template-columns: 1fr 1fr;
  }
}

.hero-bullet-point {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.825rem;
  font-weight: 700;
  color: var(--navy-900);
}

.bullet-check-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--emerald-50);
  color: var(--emerald-600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  flex-shrink: 0;
}

/* Price Strip in Hero */
.hero-pricing-line {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  background: var(--yellow-50);
  border: 1.5px solid var(--yellow-400);
  padding: 6px 14px;
  border-radius: var(--radius-sm);
  margin-bottom: 18px;
}

.hero-price-strike {
  font-size: 0.95rem;
  text-decoration: line-through;
  color: var(--slate-400);
  font-weight: 600;
}

.hero-price-now {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--navy-900);
}

.hero-price-save {
  font-size: 0.7rem;
  font-weight: 800;
  background: var(--red-600);
  color: var(--white);
  padding: 2px 6px;
  border-radius: 4px;
}

.hero-trust-sub {
  font-size: 0.75rem;
  color: var(--slate-500);
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

@media (min-width: 860px) {
  .hero-trust-sub {
    justify-content: flex-start;
  }
}

/* ==========================================================================
   Compact Comparison Section (No Bloat)
   ========================================================================== */

.comparison-section {
  padding: 36px 0;
  background: var(--white);
}

.comp-box {
  background: #fdfdfd;
  border: 1.5px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 20px 16px;
  max-width: 900px;
  margin: 0 auto;
}

.comp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 680px) {
  .comp-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.comp-col-bad {
  background: var(--red-50);
  border: 1px dashed var(--red-200);
  border-radius: var(--radius-md);
  padding: 16px;
}

.comp-col-good {
  background: var(--navy-900);
  color: var(--white);
  border-radius: var(--radius-md);
  padding: 16px;
}

.comp-col-title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.comp-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.comp-items li {
  font-size: 0.825rem;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}

.comp-col-bad li {
  color: var(--slate-700);
}

.comp-col-good li {
  color: var(--slate-100);
}

.comp-icon-bad {
  color: var(--red-600);
  font-weight: 800;
}

.comp-icon-good {
  color: var(--yellow-400);
  font-weight: 800;
}

/* ==========================================================================
   THE 5-BOOK BUNDLE SHOWCASE (COMPACT INTERACTIVE SELECTOR)
   Takes 1 single screen on mobile & desktop instead of 4,000px!
   ========================================================================== */

.books-showcase-section {
  padding: 40px 0;
  background: var(--slate-50);
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
}

.book-selector-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}

.book-tab-chip {
  background: var(--white);
  border: 1.5px solid var(--slate-200);
  border-radius: var(--radius-full);
  padding: 8px 14px;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--slate-700);
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.15s ease;
}

.book-tab-chip.active {
  background: var(--navy-900);
  color: var(--white);
  border-color: var(--navy-900);
}

.book-spotlight-card {
  background: var(--white);
  border: 1.5px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .book-spotlight-card {
    grid-template-columns: 240px 1fr;
    padding: 28px;
  }
}

.book-spine-box {
  background: linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 100%);
  color: var(--white);
  border-radius: var(--radius-md);
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
}

.book-spine-badge {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--yellow-400);
  text-transform: uppercase;
}

.book-spine-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 10px 0 4px 0;
}

.book-spine-val {
  font-size: 0.75rem;
  color: var(--slate-300);
  font-weight: 600;
}

.book-spotlight-info h3 {
  font-size: 1.25rem;
  color: var(--navy-900);
  margin-bottom: 8px;
}

.book-spotlight-desc {
  font-size: 0.9rem;
  color: var(--slate-600);
  line-height: 1.5;
  margin-bottom: 16px;
}

.book-items-mini-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

@media (min-width: 500px) {
  .book-items-mini-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.book-mini-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--slate-700);
  font-weight: 600;
}

.book-mini-item span.chk {
  color: var(--emerald-600);
  font-weight: 800;
}

/* ==========================================================================
   Bonus Section (90-Day Planner Spotlight)
   ========================================================================== */

.bonus-spotlight-section {
  padding: 36px 0;
  background: var(--white);
}

.bonus-mini-card {
  background: linear-gradient(135deg, #fffbeb 0%, #fef2f2 100%);
  border: 2px solid var(--red-600);
  border-radius: var(--radius-lg);
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .bonus-mini-card {
    grid-template-columns: 1.15fr 0.85fr;
    padding: 28px;
  }
}

.bonus-tag-strip {
  display: inline-block;
  background: var(--red-600);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.bonus-mini-card h2 {
  font-size: 1.45rem;
  color: var(--navy-900);
  margin-bottom: 8px;
}

.bonus-mini-card p {
  font-size: 0.875rem;
  color: var(--slate-600);
  line-height: 1.5;
  margin-bottom: 14px;
}

.bonus-chips-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.bonus-chip {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--navy-900);
}

/* ==========================================================================
   Interactive Demo Showcase (Compact Tabs)
   ========================================================================== */

.demo-section {
  padding: 40px 0;
  background: var(--slate-50);
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
}

.demo-tabs-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 18px;
  -webkit-overflow-scrolling: touch;
}

.demo-tab-btn {
  background: var(--white);
  border: 1px solid var(--slate-200);
  padding: 8px 14px;
  border-radius: var(--radius-full);
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--slate-700);
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

.demo-tab-btn.active {
  background: var(--navy-900);
  color: var(--white);
  border-color: var(--navy-900);
}

.demo-content-box {
  background: var(--white);
  border: 1.5px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 18px;
  box-shadow: var(--shadow-sm);
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .demo-content-box {
    padding: 24px;
  }
}

.demo-pane {
  display: none;
}

.demo-pane.active {
  display: block;
}

/* Speaking Mini Box */
.speaking-prompt-box {
  background: var(--slate-100);
  border-left: 3px solid var(--red-600);
  padding: 10px 14px;
  margin-bottom: 14px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.speaking-prompt-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy-900);
}

.mini-steps-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

@media (min-width: 540px) {
  .mini-steps-list {
    grid-template-columns: 1fr 1fr;
  }
}

.mini-step-item {
  background: var(--slate-50);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  font-size: 0.8rem;
}

.mini-step-item strong {
  display: block;
  color: var(--navy-900);
  margin-bottom: 2px;
}

.mini-step-item span.phr {
  color: var(--slate-600);
  font-style: italic;
}

/* Quiz Mini Box */
.quiz-options-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 12px 0;
}

.quiz-btn {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  text-align: left;
  font-size: 0.85rem;
  color: var(--slate-800);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.quiz-btn:hover {
  background: var(--slate-50);
}

.quiz-btn.selected-correct {
  background: var(--emerald-50);
  border-color: var(--emerald-600);
  color: var(--emerald-700);
  font-weight: 700;
}

.quiz-btn.selected-wrong {
  background: var(--red-50);
  border-color: var(--red-600);
  color: var(--red-700);
}

.quiz-explanation-mini {
  display: none;
  background: var(--emerald-50);
  border: 1px solid var(--emerald-100);
  border-radius: var(--radius-sm);
  padding: 12px;
  font-size: 0.8rem;
  color: #166534;
}

.quiz-explanation-mini.active {
  display: block;
}

/* Audio Player Mini */
.mini-audio-player {
  background: var(--navy-900);
  color: var(--white);
  border-radius: var(--radius-md);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.audio-controls-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.audio-play-round {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--red-600);
  color: var(--white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.audio-slider {
  flex: 1;
  height: 5px;
  accent-color: var(--red-600);
  cursor: pointer;
}

/* ==========================================================================
   THE SIGNATURE FLEXIFUNNELS "OFFER STACK BOX" (COMPACT & PUNCHY)
   ========================================================================== */

.offer-stack-section {
  padding: 44px 0;
  background: var(--white);
}

.offer-box {
  max-width: 760px;
  margin: 0 auto;
  background: var(--white);
  border: 2.5px solid var(--red-600);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.offer-box-header {
  background: linear-gradient(135deg, #b91c1c 0%, #d9252c 50%, #991b1b 100%);
  color: var(--white);
  padding: 18px 16px;
  text-align: center;
}

.offer-ribbon-tag {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.725rem;
  font-weight: 800;
  color: var(--yellow-400);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.offer-box-header h2 {
  color: var(--white);
  font-size: clamp(1.4rem, 2.8vw, 1.85rem);
}

.offer-box-body {
  padding: 18px 16px;
}

@media (min-width: 600px) {
  .offer-box-body {
    padding: 24px;
  }
}

.stack-checklist {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.stack-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: var(--slate-50);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
}

.stack-item-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--navy-900);
}

.stack-item-row span.chk {
  color: var(--emerald-600);
  font-weight: 800;
}

.stack-item-val {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--slate-500);
}

/* Price Display */
.offer-price-highlight {
  background: linear-gradient(135deg, #fffbeb 0%, #fef2f2 100%);
  border: 1.5px dashed var(--red-600);
  border-radius: var(--radius-md);
  padding: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.offer-strike-line {
  font-size: 0.875rem;
  color: var(--slate-500);
  margin-bottom: 2px;
}

.offer-strike-line span.del {
  text-decoration: line-through;
  font-weight: 700;
  color: var(--slate-400);
}

.offer-big-price {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 900;
  color: var(--navy-900);
  line-height: 1.1;
  margin-bottom: 4px;
}

.offer-sub-terms {
  font-size: 0.75rem;
  color: var(--slate-500);
  font-weight: 600;
}

/* Trust Seals Row */
.trust-seals-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--slate-200);
  font-size: 0.725rem;
  color: var(--slate-600);
  font-weight: 700;
}

@media (min-width: 540px) {
  .trust-seals-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.trust-seal-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.trust-seal-item svg {
  color: var(--emerald-600);
  flex-shrink: 0;
}

/* ==========================================================================
   FAQ Section (Accordion)
   ========================================================================== */

.faq-section {
  padding: 36px 0;
  background: var(--slate-50);
  border-top: 1px solid var(--slate-200);
}

.faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.faq-btn {
  width: 100%;
  background: transparent;
  border: none;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-heading);
  font-size: 0.925rem;
  font-weight: 700;
  color: var(--navy-900);
}

.faq-arrow {
  font-size: 0.7rem;
  transition: transform 0.15s ease;
}

.faq-item.open .faq-arrow {
  transform: rotate(180deg);
}

.faq-content {
  display: none;
  padding: 0 16px 14px 16px;
  font-size: 0.85rem;
  color: var(--slate-600);
  line-height: 1.5;
}

.faq-item.open .faq-content {
  display: block;
}

/* ==========================================================================
   Final Fast CTA Section
   ========================================================================== */

.final-cta-section {
  padding: 44px 0;
  background: linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 100%);
  color: var(--white);
  text-align: center;
}

.final-cta-inner {
  max-width: 640px;
  margin: 0 auto;
}

.final-cta-inner h2 {
  color: var(--white);
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  margin-bottom: 8px;
}

.final-cta-inner p {
  color: var(--slate-300);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* ==========================================================================
   Footer & Legal Compliance
   ========================================================================== */

.site-footer {
  background: var(--navy-950);
  color: var(--slate-400);
  padding: 40px 0 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

@media (min-width: 640px) {
  .footer-top-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 0.775rem;
  color: var(--slate-300);
}

.footer-links a:hover {
  color: var(--white);
}

.footer-legal-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  padding: 14px;
  margin-bottom: 20px;
}

.footer-legal-text {
  font-size: 0.75rem;
  color: var(--slate-400);
  line-height: 1.5;
}

.footer-bottom-copy {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  color: var(--slate-500);
  flex-wrap: wrap;
  gap: 8px;
}

/* ==========================================================================
   Persistent Sticky Bottom Funnel Bar (Mobile & Desktop)
   ========================================================================== */

.sticky-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(11, 25, 44, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 16px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.25);
  transform: translateY(110%);
  transition: transform 0.25s ease;
}

.sticky-bottom-bar.visible {
  transform: translateY(0);
}

.sticky-left-info {
  display: flex;
  flex-direction: column;
}

.sticky-label {
  font-size: 0.6875rem;
  color: var(--slate-300);
  font-weight: 600;
}

.sticky-price {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
}

.sticky-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e5252c 0%, #b91c1c 100%);
  color: var(--white);
  border: none;
  padding: 10px 20px;
  border-radius: var(--radius-sm);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(217, 37, 44, 0.4);
  text-decoration: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.sticky-buy-btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

/* ==========================================================================
   Checkout & Policy Modals
   ========================================================================== */

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(7, 13, 24, 0.78);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

.modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.modal-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  max-width: 500px;
  width: 100%;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  position: relative;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.modal-close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--slate-100);
  border: none;
  color: var(--slate-700);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.modal-header {
  background: var(--navy-900);
  color: var(--white);
  padding: 18px 20px;
}

.modal-header h3 {
  color: var(--white);
  font-size: 1.2rem;
  margin-bottom: 2px;
}

.modal-header p {
  color: var(--slate-300);
  font-size: 0.8rem;
}

.modal-body {
  padding: 20px;
  overflow-y: auto;
}

.modal-summary-box {
  background: var(--slate-50);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  margin-bottom: 16px;
  font-size: 0.8rem;
}

.modal-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  color: var(--slate-700);
}

.modal-summary-row.total {
  border-top: 1px solid var(--slate-200);
  padding-top: 6px;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy-900);
}

.form-group {
  margin-bottom: 12px;
}

.form-label {
  display: block;
  font-size: 0.775rem;
  font-weight: 700;
  color: var(--slate-700);
  margin-bottom: 4px;
}

.form-input {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid var(--slate-200);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  outline: none;
}

.form-input:focus {
  border-color: var(--navy-900);
}
