/* =========================================================
   Site stylesheet — Bootstrap 5 overrides + custom components
   Two design families:
     .theme-pub   -> publication (advertorial + about)
     .theme-offer -> offer/course (course + legal pages)
   ========================================================= */

:root {
  /* Publication palette */
  --pub-teal: #0f8f82;
  --pub-teal-dark: #0b6b61;
  --pub-teal-tint: #e7f7f4;
  --pub-ink: #1a2626;
  --pub-muted: #55676a;
  --pub-orange: #ff6a3d;
  --pub-orange-dark: #e0522a;
  --pub-border: #dfe8e7;
  --pub-bg: #ffffff;

  /* Offer palette */
  --offer-ink: #12111a;
  --offer-accent: #6c5ce7;
  --offer-accent-dark: #5541d1;
  --offer-amber: #ffb020;
  --offer-mint: #21e0a1;
  --offer-light: #f6f4fc;
  --offer-border: #e4dff7;
  --offer-muted: #6b6580;

  /* Neutral footer/disclaimer */
  --neutral-dark: #12161c;
  --neutral-dark-2: #1b212a;
  --neutral-text: #d9dee3;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 26px;
}

/* =========================================================
   Base
   ========================================================= */
html {
  scroll-behavior: smooth;
}

body {
  color: var(--pub-ink);
  background: var(--pub-bg);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

body.theme-pub {
  font-family: "Cairo", "Segoe UI", sans-serif;
  color: var(--pub-ink);
  background: var(--pub-bg);
}

body.theme-offer {
  font-family: "Tajawal", "Segoe UI", sans-serif;
  color: var(--offer-ink);
  background: #ffffff;
}

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

a { text-decoration: none; }

.container-narrow {
  max-width: 760px;
  margin-inline: auto;
  width: 100%;
}

.container-wide {
  max-width: 1140px;
  margin-inline: auto;
  width: 100%;
}

section { padding: 44px 0; }

@media (min-width: 768px) {
  section { padding: 64px 0; }
}
@media (min-width: 1024px) {
  section { padding: 84px 0; }
}

.visually-hidden-skip { position: absolute; left: -9999px; }

*:focus-visible {
  outline: 3px solid var(--offer-amber);
  outline-offset: 2px;
}

/* =========================================================
   Buttons
   ========================================================= */
.btn-pub-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--pub-teal);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  min-height: 44px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.btn-pub-cta:hover, .btn-pub-cta:focus-visible { background: var(--pub-teal-dark); color: #fff; transform: translateY(-1px); }

.btn-pub-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--pub-orange);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 28px;
  border-radius: 999px;
  border: none;
  min-height: 48px;
  width: 100%;
  transition: background 0.2s ease, transform 0.2s ease;
}
.btn-pub-orange:hover, .btn-pub-orange:focus-visible { background: var(--pub-orange-dark); color: #fff; transform: translateY(-1px); }
@media (min-width: 480px) { .btn-pub-orange { width: auto; } }

.btn-offer-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--offer-mint);
  color: #0d1a14;
  font-weight: 800;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 999px;
  border: none;
  min-height: 44px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.btn-offer-primary:hover, .btn-offer-primary:focus-visible { background: #12c98a; color: #0d1a14; transform: translateY(-1px); }

.btn-offer-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.5);
  min-height: 44px;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.btn-offer-outline:hover, .btn-offer-outline:focus-visible { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff; }

.btn-offer-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--offer-ink);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 999px;
  border: none;
  min-height: 44px;
  width: 100%;
  transition: background 0.2s ease, transform 0.2s ease;
}
.btn-offer-dark:hover, .btn-offer-dark:focus-visible { background: var(--offer-accent-dark); color: #fff; transform: translateY(-1px); }
@media (min-width: 480px) { .btn-offer-dark { width: auto; } }

/* =========================================================
   PUBLICATION THEME (advertorial + about)
   ========================================================= */
.pub-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
}
.pub-header .pub-logo {
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 4vw, 26px);
  color: var(--pub-teal);
}

.pub-ribbon {
  background: #fff7ec;
  border: 1px solid #f3ddb0;
  color: #7a5a12;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
}

.pub-byline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: start;
  margin: 0 auto 28px;
  max-width: 460px;
}
.pub-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid var(--pub-teal);
  background: var(--pub-teal-tint);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pub-teal-dark);
  font-weight: 800;
  font-size: 18px;
  flex-shrink: 0;
}
.pub-byline p { margin: 0; font-size: 14px; color: var(--pub-muted); }
.pub-byline p strong { color: var(--pub-ink); }

.pub-hero-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 30px;
}
.pub-hero-head h1 {
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 800;
  color: var(--pub-teal);
  line-height: 1.25;
  margin-bottom: 16px;
}
.pub-hero-head .pub-subhead {
  font-size: clamp(16px, 2.4vw, 19px);
  color: var(--pub-muted);
  max-width: 560px;
  margin-inline: auto;
}

.pub-hero-media {
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 20px 40px -20px rgba(15, 143, 130, 0.35);
}
.pub-hero-media img { width: 100%; object-fit: cover; }

.pub-article p { font-size: 17px; color: #33403f; margin-bottom: 18px; }
.pub-article .pub-lede { font-size: 19px; color: var(--pub-ink); font-weight: 500; }

.pub-callout {
  background: var(--pub-teal-tint);
  border-inline-start: 4px solid var(--pub-teal);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 600;
  color: var(--pub-teal-dark);
  margin: 28px 0;
}

.pub-section-divider {
  height: 6px;
  border: none;
  margin: 0;
  background: repeating-linear-gradient(-45deg, var(--pub-orange) 0 14px, var(--pub-teal) 14px 28px);
  opacity: 0.85;
}

.pub-kicker {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #b83a1c;
  background: #fff1ea;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.pub-statband {
  background: var(--pub-ink);
  color: #fff;
  border-radius: var(--radius-md);
  padding: 32px 24px;
  text-align: center;
}
.pub-statband .pub-statband-figure {
  font-size: clamp(40px, 8vw, 64px);
  font-weight: 800;
  color: var(--offer-mint);
  line-height: 1;
  margin-bottom: 8px;
}
.pub-statband p.pub-statband-text { color: #dbe4e3; font-size: 16px; max-width: 520px; margin: 0 auto; }

.pub-loop {
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-top: 24px;
  background: #000;
}
.pub-loop .pub-loop-frame { aspect-ratio: 16 / 10; width: 100%; }
.pub-loop video { width: 100%; height: 100%; object-fit: cover; }

.pub-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.pub-why-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
  color: #33403f;
}
.pub-why-list li::before {
  content: "✓";
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--pub-teal);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.pub-cta-band {
  background: var(--pub-orange);
  border-radius: var(--radius-md);
  padding: 28px 22px;
  text-align: center;
  color: #fff;
}
.pub-cta-band h3 { font-size: clamp(20px, 3vw, 26px); font-weight: 800; margin-bottom: 10px; }
.pub-cta-band p { color: #fff0e9; margin-bottom: 18px; font-size: 15px; }

.pub-rate-table-wrap { overflow-x: auto; margin: 24px 0; }
.pub-rate-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 460px;
  border: 1px solid var(--pub-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.pub-rate-table caption { text-align: start; font-size: 13px; color: var(--pub-muted); padding-bottom: 8px; }
.pub-rate-table th, .pub-rate-table td {
  border: 1px solid var(--pub-border);
  padding: 14px 16px;
  text-align: start;
  font-size: 15px;
}
.pub-rate-table thead th {
  background: var(--pub-teal);
  color: #fff;
  font-weight: 700;
}
.pub-rate-table tbody tr:nth-child(odd) { background: var(--pub-teal-tint); }
.pub-rate-table tbody tr.pub-rate-hourly td { font-weight: 800; color: var(--pub-teal-dark); }
.pub-rate-note { font-size: 13px; color: var(--pub-muted); margin-top: 10px; }

.pub-offer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.pub-offer-list li {
  background: #fff;
  border: 1px solid var(--pub-border);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 600;
  color: var(--pub-ink);
  display: flex;
  gap: 12px;
  align-items: center;
}
.pub-offer-list li span.pub-offer-icon {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--pub-teal-tint); color: var(--pub-teal-dark);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 15px;
}

.pub-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .pub-steps { grid-template-columns: repeat(3, 1fr); }
}
.pub-steps li {
  background: #fff;
  border: 1px solid var(--pub-border);
  border-radius: var(--radius-md);
  padding: 22px 20px;
}
.pub-steps .pub-step-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--pub-teal); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; margin-bottom: 12px;
}
.pub-steps h4 { font-size: 17px; font-weight: 700; margin-bottom: 6px; color: var(--pub-ink); }
.pub-steps p { font-size: 14px; color: var(--pub-muted); margin: 0; }

.pub-price-note {
  background: #fff;
  border: 1px dashed var(--pub-teal);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  font-size: 15px;
  color: var(--pub-ink);
  margin: 20px 0;
}
.pub-price-note strong { color: var(--pub-teal-dark); }

.pub-form-section {
  background: var(--pub-teal-tint);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
}
@media (min-width: 768px) { .pub-form-section { padding: 40px; } }

/* =========================================================
   Shared form styling (used by both themes)
   ========================================================= */
.lead-form label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
  color: inherit;
}
.lead-form .form-control {
  min-height: 48px;
  font-size: 16px;
  border-radius: var(--radius-sm);
  border: 1px solid #cfd7d6;
  padding: 10px 14px;
  width: 100%;
}
.lead-form textarea.form-control { min-height: 110px; }
.lead-form .form-control:focus {
  border-color: var(--pub-teal);
  box-shadow: 0 0 0 3px rgba(15,143,130,0.15);
  outline: none;
}
.theme-offer .lead-form .form-control:focus {
  border-color: var(--offer-accent);
  box-shadow: 0 0 0 3px rgba(108,92,231,0.18);
}
.lead-form .form-row { margin-bottom: 16px; }
.lead-form .form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .lead-form .form-grid.two-col { grid-template-columns: 1fr 1fr; }
}
.lead-form .form-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  margin: 18px 0;
}
.lead-form .form-consent input {
  width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px;
}
.lead-form .form-error {
  color: #b3261e;
  font-size: 13px;
  margin-top: 4px;
  display: none;
}
.lead-form .form-control.is-invalid { border-color: #b3261e; }
.lead-form .form-control.is-invalid + .form-error,
.lead-form .form-consent.is-invalid .form-error { display: block; }
.lead-form .form-success {
  display: none;
  background: #e5f6ec;
  border: 1px solid #8fd3ab;
  color: #1c6b3c;
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  font-weight: 600;
  margin-top: 16px;
}
.lead-form .form-success.is-visible { display: block; }
.lead-form.is-submitted .lead-form-fields { display: none; }
.lead-form button[type="submit"] { cursor: pointer; }

/* =========================================================
   OFFER THEME (course + legal pages)
   ========================================================= */
.offer-nav {
  background: var(--offer-ink);
  padding: 14px 0;
  position: relative;
  z-index: 30;
}
.offer-nav .offer-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.offer-logo {
  font-family: "Baloo Bhaijaan 2", "Tajawal", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--offer-mint);
}
.offer-nav-links {
  display: none;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0; padding: 0;
}
.offer-nav-links a { color: #e7e4f7; font-size: 15px; font-weight: 600; }
.offer-nav-links a:hover, .offer-nav-links a:focus-visible { color: var(--offer-mint); }
@media (min-width: 1024px) { .offer-nav-links { display: flex; } }

.offer-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,0.25);
  background: transparent;
  color: #fff;
  font-size: 20px;
}
@media (min-width: 1024px) { .offer-nav-toggle { display: none; } }

.offer-nav-mobile {
  display: none;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin: 14px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.offer-nav-mobile.is-open { display: flex; }
.offer-nav-mobile a {
  color: #e7e4f7;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 4px;
  display: block;
}
@media (min-width: 1024px) { .offer-nav-mobile { display: none !important; } }

.offer-hero {
  position: relative;
  background: linear-gradient(180deg, #1c1830 0%, var(--offer-ink) 100%);
  color: #fff;
  padding: 50px 0 90px;
  overflow: hidden;
}
.offer-hero-media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-width: 480px;
  margin: 0 auto 28px;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
}
@media (min-width: 768px) { .offer-hero-media { aspect-ratio: 16 / 9; max-width: 100%; } }
.offer-hero-media video { width: 100%; height: 100%; object-fit: cover; }

.offer-kicker {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: var(--offer-mint);
  background: rgba(33,224,161,0.12);
  border: 1px solid rgba(33,224,161,0.4);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 16px;
}

.offer-hero-head { text-align: center; max-width: 780px; margin: 0 auto 30px; }
.offer-hero-head h1 {
  font-family: "Baloo Bhaijaan 2", "Tajawal", sans-serif;
  font-size: clamp(30px, 6vw, 58px);
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 18px;
  color: #fff;
  text-shadow: 0 2px 0 var(--offer-accent-dark), 0 4px 0 rgba(85,65,209,0.5);
}
.offer-hero-head p.offer-subhead {
  font-size: clamp(16px, 2.6vw, 20px);
  color: #cfc9ec;
  max-width: 600px;
  margin: 0 auto 26px;
}
.offer-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

.offer-firstcta {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 50px -24px rgba(18,17,26,0.35);
  padding: 28px 22px;
  margin-top: -64px;
  position: relative;
  z-index: 5;
  text-align: center;
}
@media (min-width: 768px) {
  .offer-firstcta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    text-align: start;
    padding: 32px 40px;
  }
}
.offer-firstcta .offer-kicker {
  margin-bottom: 10px;
  color: var(--offer-accent-dark);
  background: var(--offer-light);
  border-color: var(--offer-border);
}
.offer-firstcta h2 {
  font-family: "Baloo Bhaijaan 2", "Tajawal", sans-serif;
  font-size: clamp(22px, 3.2vw, 30px);
  color: var(--offer-ink);
  margin-bottom: 8px;
}
.offer-firstcta p { color: var(--offer-muted); font-size: 15px; margin-bottom: 0; max-width: 480px; }
.offer-firstcta .offer-firstcta-cta { flex-shrink: 0; margin-top: 18px; }
@media (min-width: 768px) { .offer-firstcta .offer-firstcta-cta { margin-top: 0; } }

.offer-pillrow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding-top: 8px;
}
.offer-pill {
  background: var(--offer-light);
  border: 1px solid var(--offer-border);
  color: var(--offer-ink);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
}

.offer-section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 36px;
}
.offer-section-head .offer-kicker {
  color: var(--offer-accent-dark);
  background: var(--offer-light);
  border: 1px solid var(--offer-border);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 14px;
}
.offer-section-head h2 {
  font-family: "Baloo Bhaijaan 2", "Tajawal", sans-serif;
  font-size: clamp(24px, 4vw, 38px);
  color: var(--offer-ink);
  margin-bottom: 12px;
}
.offer-section-head p { color: var(--offer-muted); font-size: 16px; }

.offer-curriculum-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) { .offer-curriculum-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .offer-curriculum-grid { grid-template-columns: repeat(3, 1fr); } }
.offer-curriculum-card {
  background: var(--offer-light);
  border: 1px solid var(--offer-border);
  border-radius: var(--radius-md);
  padding: 22px 20px;
  height: 100%;
}
.offer-curriculum-card .offer-num {
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 28px;
  color: var(--offer-accent);
  margin-bottom: 10px;
}
.offer-curriculum-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; color: var(--offer-ink); }
.offer-curriculum-card p { font-size: 14px; color: var(--offer-muted); margin: 0; }
.offer-curriculum-card.has-image { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.offer-curriculum-card.has-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.offer-curriculum-card.has-image .offer-curriculum-card-body { padding: 20px; }

.offer-split {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) { .offer-split { grid-template-columns: 1fr 1fr; align-items: stretch; } }

.offer-panel {
  border-radius: var(--radius-md);
  padding: 28px 24px;
  height: 100%;
}
.offer-panel-rates {
  background: var(--offer-ink);
  color: #fff;
}
.offer-panel-rates h3 { font-family: "Baloo Bhaijaan 2", sans-serif; font-size: 22px; margin-bottom: 16px; color: var(--offer-mint); }
.offer-rate-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  font-size: 15px;
}
.offer-rate-row:last-child { border-bottom: none; }
.offer-rate-row span.offer-rate-figure { font-weight: 800; color: var(--offer-amber); flex-shrink: 0; }
.offer-math {
  margin-top: 18px;
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius-sm);
  padding: 16px;
  font-size: 14px;
  color: #e5e2f5;
}
.offer-math strong { color: #fff; }
.offer-panel-rates .offer-panel-note { font-size: 12px; color: #b9b3d6; margin-top: 14px; }

.offer-panel-leverage {
  background: var(--offer-light);
  border: 1px solid var(--offer-border);
}
.offer-panel-leverage .offer-kicker {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: var(--offer-accent-dark);
  background: #fff;
  border: 1px solid var(--offer-border);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 14px;
}
.offer-panel-leverage h3 { font-family: "Baloo Bhaijaan 2", sans-serif; font-size: 22px; margin-bottom: 12px; color: var(--offer-ink); }
.offer-panel-leverage p { color: var(--offer-muted); font-size: 15px; }
.offer-panel-leverage ul { margin: 14px 0 0; padding-inline-start: 20px; color: #3a3550; font-size: 14px; }
.offer-panel-leverage li { margin-bottom: 8px; }

.offer-video-block {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 20px 44px -22px rgba(18,17,26,0.4);
}
.offer-video-block video { width: 100%; height: 100%; object-fit: cover; }

.offer-pricing-stack {
  display: grid;
  gap: 22px;
}
.offer-pkg {
  border: 2px solid var(--offer-border);
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  background: #fff;
}
@media (min-width: 768px) {
  .offer-pkg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 32px 36px;
  }
}
.offer-pkg.is-highlight {
  border-color: var(--offer-accent);
  background: linear-gradient(180deg, #f5f2ff 0%, #ffffff 100%);
  box-shadow: 0 20px 44px -26px rgba(108,92,231,0.45);
}
.offer-pkg-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: var(--offer-accent);
  border-radius: 999px;
  padding: 5px 12px;
  margin-bottom: 10px;
}
.offer-pkg-name { font-family: "Baloo Bhaijaan 2", sans-serif; font-size: 24px; color: var(--offer-ink); margin-bottom: 4px; }
.offer-pkg-hours { font-size: 13px; color: var(--offer-muted); margin-bottom: 14px; }
.offer-pkg-themes { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 8px; }
.offer-pkg-themes li { font-size: 14px; color: #3a3550; display: flex; gap: 8px; }
.offer-pkg-themes li::before { content: "✓"; color: var(--offer-accent); font-weight: 800; flex-shrink: 0; }
.offer-pkg-price-block { flex-shrink: 0; text-align: center; }
@media (min-width: 768px) { .offer-pkg-price-block { text-align: end; } }
.offer-pkg-price { font-family: "Baloo Bhaijaan 2", sans-serif; font-size: 34px; color: var(--offer-ink); margin-bottom: 12px; }
.offer-pkg-price-block .btn-offer-primary { width: 100%; }
@media (min-width: 768px) { .offer-pkg-price-block .btn-offer-primary { width: auto; } }

.offer-addon-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .offer-addon-grid { grid-template-columns: 1fr 1fr; } }
.offer-addon-card {
  border: 1px solid var(--offer-border);
  border-radius: var(--radius-md);
  padding: 22px 20px;
  background: var(--offer-light);
}
.offer-addon-card .offer-addon-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.offer-addon-card h3 { font-size: 17px; font-weight: 700; color: var(--offer-ink); margin: 0; }
.offer-addon-card .offer-addon-price { font-family: "Baloo Bhaijaan 2", sans-serif; font-size: 20px; color: var(--offer-accent-dark); flex-shrink: 0; }
.offer-addon-card p { font-size: 14px; color: var(--offer-muted); margin: 0; }

.offer-perks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
@media (min-width: 700px) { .offer-perks { grid-template-columns: 1fr 1fr; } }
.offer-perks li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--offer-border);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  font-size: 15px;
  color: #3a3550;
}
.offer-perks li .offer-perk-icon {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  background: var(--offer-mint); color: #0d1a14;
  display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800;
}

.offer-limits {
  background: var(--offer-ink);
  color: #efeafc;
  border-radius: var(--radius-lg);
  padding: 30px 24px;
}
.offer-limits h2 { font-family: "Baloo Bhaijaan 2", sans-serif; color: #fff; margin-bottom: 16px; font-size: clamp(22px,3.4vw,30px); }
.offer-limits ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.offer-limits li { display: flex; gap: 10px; font-size: 15px; color: #d8d2ef; }
.offer-limits li::before { content: "•"; color: var(--offer-amber); font-weight: 800; }

.offer-life-block {
  display: grid;
  gap: 24px;
  align-items: center;
}
@media (min-width: 900px) { .offer-life-block { grid-template-columns: 1fr 1fr; } }
.offer-life-media { border-radius: var(--radius-lg); overflow: hidden; }
.offer-life-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.offer-life-copy h2 { font-family: "Baloo Bhaijaan 2", sans-serif; font-size: clamp(22px,3.4vw,30px); margin-bottom: 14px; color: var(--offer-ink); }
.offer-life-copy p { color: var(--offer-muted); font-size: 15px; margin-bottom: 12px; }

.offer-faq { max-width: 760px; margin: 0 auto; }
.offer-faq-item {
  border: 1px solid var(--offer-border);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}
.offer-faq-q {
  width: 100%;
  text-align: start;
  background: var(--offer-light);
  border: none;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  color: var(--offer-ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  min-height: 44px;
}
.offer-faq-q .offer-faq-icon { flex-shrink: 0; transition: transform 0.2s ease; font-size: 18px; color: var(--offer-accent); }
.offer-faq-item.is-open .offer-faq-q .offer-faq-icon { transform: rotate(45deg); }
.offer-faq-a {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease, padding 0.25s ease;
  font-size: 14px;
  color: var(--offer-muted);
}
.offer-faq-item.is-open .offer-faq-a {
  padding: 16px 20px;
  max-height: 400px;
}

.offer-form-section {
  background: var(--offer-light);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
}
@media (min-width: 768px) { .offer-form-section { padding: 44px; } }

.section-alt-pub { background: var(--pub-teal-tint); }
.section-alt-offer { background: var(--offer-light); }
.section-dark-offer { background: var(--offer-ink); color: #fff; }

/* =========================================================
   Legal / prose pages (offer + publication shared prose look)
   ========================================================= */
.legal-hero { padding-top: 40px; padding-bottom: 10px; }
.legal-hero h1 {
  font-size: clamp(26px, 4.6vw, 40px);
  font-weight: 800;
  margin-bottom: 10px;
}
.legal-hero p { color: var(--offer-muted); font-size: 15px; }
.legal-body h2 { font-size: clamp(20px, 3vw, 26px); font-weight: 700; margin: 30px 0 12px; }
.legal-body p, .legal-body li { font-size: 15px; color: #3a3550; margin-bottom: 12px; }
.legal-body ul { padding-inline-start: 22px; }
.theme-pub .legal-body p, .theme-pub .legal-body li { color: #33403f; }
.theme-pub .legal-body h2 { color: var(--pub-ink); }

.about-media { border-radius: var(--radius-md); overflow: hidden; margin: 24px 0; }
.about-media img { width: 100%; object-fit: cover; }

/* =========================================================
   Shared: disclaimer + footer (site-wide, neutral)
   ========================================================= */
.site-disclaimer {
  display: block;
  background: #fff7e8;
  border-top: 4px solid var(--offer-amber);
  padding: 26px 0;
}
.site-disclaimer .container-wide,
.site-disclaimer .container-narrow {
  font-size: 14px;
  color: #4a4030;
  line-height: 1.7;
}
.site-disclaimer a { color: var(--pub-teal-dark); font-weight: 700; text-decoration: underline; }
.theme-offer .site-disclaimer a { color: var(--offer-accent-dark); }

.site-footer {
  background: var(--neutral-dark);
  color: var(--neutral-text);
  padding: 34px 0 28px;
}
.site-footer__company {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 22px;
}
.site-footer__company strong { color: #fff; }
.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 18px;
}
.site-footer__links a {
  color: var(--neutral-text);
  font-size: 14px;
  font-weight: 600;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.site-footer__links a:hover, .site-footer__links a:focus-visible { color: var(--offer-mint); text-decoration: underline; }
.site-footer__meta { font-size: 12.5px; color: #8a919b; }

/* =========================================================
   Utility
   ========================================================= */
.mt-40 { margin-top: 40px; }
.mb-0 { margin-bottom: 0; }
.text-center { text-align: center; }
