/* ============================================================
   BASE.CSS — Global variables, reset, typography, layout,
   nav, footer, buttons, utilities, scroll reveal
   ============================================================ */

/* ── RESET & VARIABLES ───────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:        #0F0A1A;
  --plum:       #2D0F4E;
  --plum-mid:   #5B2D8E;
  --plum-glow:  #8B5CF6;
  --plum-soft:  #C4B5FD;
  --blush:      #FDF6FF;
  --blush-deep: #EDE9FE;
  --cream:      #FEFBF6;
  --gold:       #B8860B;
  --gold-bright:#D4AF37;
  --gold-light: #FFF3CC;
  --white:      #FFFFFF;
  --green:      #059669;
  --red:        #DC2626;
  --text:       #1C0A2E;
  --text-mid:   #4C3B6E;
  --text-soft:  #8B7AAA;
  --r:          14px;
  --rlg:        22px;
  --shadow:     0 4px 32px rgba(45,15,78,.12);
  --shadow-lg:  0 12px 48px rgba(45,15,78,.18);
}

html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.7;
  font-size: 17px;
  overflow-x: hidden;
}

/* ── TYPOGRAPHY ──────────────────────────────────────────── */
h1,h2,h3,h4 { font-family: 'Cormorant Garamond', serif; line-height: 1.2; }
h1 { font-size: clamp(2rem, 5.5vw, 3.6rem); color: #fff; }
h2 { font-size: clamp(1.6rem, 3.8vw, 2.8rem); color: var(--plum); }
h3 { font-size: clamp(1.15rem, 2.5vw, 1.7rem); color: var(--plum); }
p  { margin-bottom: 1rem; color: var(--text-mid); }
a  { color: var(--plum-mid); }
img { max-width: 100%; height: auto; display: block; }

/* ── LAYOUT ──────────────────────────────────────────────── */
.container      { max-width: 840px;  margin: 0 auto; padding: 0 1.4rem; }
.container-wide { max-width: 1120px; margin: 0 auto; padding: 0 1.4rem; }
.section        { padding: 5rem 0; }
.section-alt    { background: var(--blush); }
.section-dark   { background: var(--plum); }
.section-cream  { background: var(--cream); }

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .02em;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all .25s;
  text-align: center;
  line-height: 1.2;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #fff;
  box-shadow: 0 4px 20px rgba(184,134,11,.4);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(212,175,55,.55);
  color: #fff;
}
.btn-outline-light {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.45);
}
.btn-outline-light:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn-block { display: flex; width: 100%; justify-content: center; }

@keyframes glow {
  0%,100% { box-shadow: 0 4px 20px rgba(184,134,11,.4); }
  50%      { box-shadow: 0 6px 36px rgba(212,175,55,.7); }
}
.btn-pulse { animation: glow 2.4s ease-in-out infinite; }

/* ── DIVIDERS ────────────────────────────────────────────── */
.divider {
  width: 56px; height: 3px;
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
  border-radius: 2px;
  margin: 0 auto 1.5rem;
}
.divider-left { margin: 0 0 1.5rem; }

/* ── SECTION LABEL ───────────────────────────────────────── */
.section-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: .75rem;
  display: block;
}

/* ── HOOK BOX ────────────────────────────────────────────── */
.hook-box {
  background: #fff;
  border-left: 4px solid var(--plum-glow);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 1.75rem 2rem;
  margin: 1.75rem 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--text-mid);
  line-height: 1.8;
  box-shadow: var(--shadow);
}

/* ── VERIFIED BADGE ──────────────────────────────────────── */
.verified {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .74rem;
  color: var(--green);
  font-weight: 700;
}
.verified::before { content: '✓'; }

/* ── IMAGE PLACEHOLDER ───────────────────────────────────── */
.img-ph {
  width: 100%;
  background: linear-gradient(160deg, #1A0835, #3D1A6E);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  color: rgba(255,255,255,.5);
  text-align: center;
  padding: 2rem;
  font-size: .82rem;
}
.img-ph .ph-icon  { font-size: 2.2rem; opacity: .6; }
.img-ph .ph-name  { font-weight: 700; color: rgba(255,255,255,.75); font-size: .85rem; }
.img-ph .ph-badge {
  background: var(--gold-bright); color: #000;
  font-size: .65rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 4px; margin-top: .25rem;
}

/* ── TOPBAR ──────────────────────────────────────────────── */
.topbar {
  background: var(--plum);
  padding: .55rem 1.4rem;
  text-align: center;
  font-size: .82rem;
  color: var(--plum-soft);
  letter-spacing: .02em;
  flex-shrink: 0;
  width: 100%;
}
.topbar strong { color: var(--gold-bright); }

/* ══════════════════════════════════════════════════════════
   NAVIGATION — Desktop + Mobile
══════════════════════════════════════════════════════════ */
nav.site-nav {
  background: rgba(15,10,26,.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: static;
  padding: 0;
  border-bottom: 1px solid rgba(139,92,246,.2);
  width: 100%;
}

/* ── Desktop nav row ─────────────────────────────────────── */
.nav-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 0;
}
.nav-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: #fff;
  text-decoration: none;
  font-style: italic;
  flex-shrink: 0;
}
.nav-links-desktop {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.nav-links-desktop a:not(.btn) {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: .88rem;
  font-weight: 500;
  transition: color .2s;
  white-space: nowrap;
}
.nav-links-desktop a:not(.btn):hover { color: #fff; }

/* ── Hamburger button ────────────────────────────────────── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px 4px;
  border-radius: 6px;
  transition: background .2s;
  flex-shrink: 0;
}
.nav-hamburger:hover { background: rgba(255,255,255,.08); }
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .3s, opacity .3s, width .3s;
  transform-origin: center;
}
/* Animated to X when open */
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobile dropdown menu ────────────────────────────────── */
.nav-mobile-menu {
  display: none;
  flex-direction: column;
  background: rgba(10,5,20,.98);
  border-top: 1px solid rgba(139,92,246,.15);
  overflow: hidden;
  max-height: 0;
  transition: max-height .35s ease;
}
.nav-mobile-menu.open {
  max-height: 500px;
}
.nav-mobile-menu a {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: rgba(255,255,255,.8);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 1.4rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background .2s, color .2s;
}
.nav-mobile-menu a:hover {
  background: rgba(139,92,246,.12);
  color: #fff;
}
.nav-mobile-menu a .nav-icon {
  width: 32px;
  height: 32px;
  background: rgba(139,92,246,.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  flex-shrink: 0;
}
.nav-mobile-menu .nav-mobile-cta {
  padding: 1.25rem 1.4rem;
  background: transparent;
}
.nav-mobile-menu .nav-mobile-cta .btn {
  width: 100%;
  justify-content: center;
  font-size: 1rem;
  padding: 14px 24px;
}
/* Price shown under button on mobile */
.nav-mobile-price {
  text-align: center;
  font-size: .78rem;
  color: rgba(255,255,255,.35);
  padding: 0 1.4rem .75rem;
}
.nav-mobile-price strong { color: var(--gold-bright); }

/* ── Overlay backdrop ────────────────────────────────────── */
.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 9998;
  backdrop-filter: blur(2px);
}
.nav-overlay.open { display: block; }

/* ── RESPONSIVE BREAKPOINT ───────────────────────────────── */
@media (max-width: 720px) {
  .nav-links-desktop { display: none; }
  .nav-hamburger     { display: flex; }
  .nav-mobile-menu   { display: flex; }
}
@media (max-width: 400px) {
  .nav-brand { font-size: .9rem; }
}

/* ── FOOTER ──────────────────────────────────────────────── */
footer {
  background: #080412;
  padding: 3rem 1.4rem;
  text-align: center;
  font-size: .8rem;
  color: rgba(255,255,255,.3);
  line-height: 2.2;
}
footer a { color: rgba(255,255,255,.4); text-decoration: none; }

/* ── SCROLL REVEAL ───────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal.visible { opacity: 1; transform: none; }

/* ── UTILITIES ───────────────────────────────────────────── */
.tc  { text-align: center; }
.mt1 { margin-top: 1rem; }
.mt2 { margin-top: 2rem; }
.mt3 { margin-top: 3rem; }
.mb1 { margin-bottom: 1rem; }
.mb2 { margin-bottom: 2rem; }
.soft   { color: var(--text-soft); }
.italic { font-style: italic; }

@media (max-width: 600px) {
  .section { padding: 3rem 0; }
}

/* Prevent white flash on page load */
html {
  background: #0F0A1A;
}

/* ── HERO BACKGROUND IMAGE ───────────────────────────────── */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: .4;
  filter: saturate(.7);
}
/* ============================================================
   HERO.CSS
   Hero section, twinkling stars animation, trust bar
   ============================================================ */

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0F0A1A;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(15,10,26,.95)  0%,
    rgba(45,15,78,.8)   60%,
    rgba(91,45,142,.5)  100%
  );
  z-index: 1;
}

/* ── TWINKLING STARS ─────────────────────────────────────── */
.hero-stars {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.star {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  animation: twinkle var(--dur, 3s) ease-in-out infinite var(--delay, 0s);
}
@keyframes twinkle {
  0%, 100% { opacity: .15; transform: scale(1); }
  50%       { opacity: .75; transform: scale(1.5); }
}

/* ── HERO CONTENT ────────────────────────────────────────── */
.hero-inner {
  position: relative;
  z-index: 2;
  padding: 6rem 0 5rem;
  width: 100%;
}
.hero-content { max-width: 680px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(212,175,55,.15);
  color: var(--gold-bright);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 40px;
  border: 1px solid rgba(212,175,55,.3);
  margin-bottom: 1.5rem;
}
.hero h1     { margin-bottom: 1.25rem; }
.hero-sub {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: rgba(255,255,255,.75);
  max-width: 560px;
  margin-bottom: 2.25rem;
  font-weight: 300;
  line-height: 1.7;
}
.hero-meta {
  font-size: .8rem;
  color: rgba(255,255,255,.4);
  margin-top: .75rem;
}

/* ── TRUST BAR ───────────────────────────────────────────── */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.5rem;
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.trust-item {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .82rem;
  color: rgba(255,255,255,.65);
  font-weight: 500;
}
.trust-item .ti { color: var(--gold-bright); }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 600px) {
  .hero          { min-height: auto; }
  .hero-inner    { padding: 4rem 0 3.5rem; }
}
/* ============================================================
   SECTIONS.CSS
   Problem list, two-column grid, author area, image boxes,
   results strip, book card
   ============================================================ */

/* ── PROBLEM LIST ────────────────────────────────────────── */
.problem-list { list-style: none; padding: 0; }
.problem-list li {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  padding: .8rem 0;
  border-bottom: 1px solid var(--blush-deep);
  font-size: 1rem;
  color: var(--text-mid);
}
.problem-list li .xi {
  color: var(--red);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: .1rem;
}

/* ── TWO COLUMN GRID ─────────────────────────────────────── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 680px) {
  .two-col { grid-template-columns: 1fr; }
}

/* ── IMAGE BOX ───────────────────────────────────────────── */
.img-box {
  border-radius: var(--rlg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── BOOK CARD ───────────────────────────────────────────── */
.book-card {
  display: flex;
  gap: 2rem;
  align-items: center;
  background: #fff;
  border-radius: var(--rlg);
  padding: 2.25rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--blush-deep);
}
.book-3d {
  flex-shrink: 0;
  width: 120px;
  height: 180px;
  background: linear-gradient(145deg, #2D0F4E, #5B2D8E);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .85rem;
  text-align: center;
  box-shadow: -6px 8px 24px rgba(45,15,78,.4),
              inset 2px 0 8px rgba(255,255,255,.08);
  position: relative;
}
.book-3d::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 8px;
  background: linear-gradient(to right, rgba(0,0,0,.3), rgba(0,0,0,.1));
  border-radius: 8px 0 0 8px;
}
.book-3d-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: .72rem;
  color: #fff;
  line-height: 1.5;
  font-style: italic;
  position: relative;
  z-index: 1;
}
@media (max-width: 520px) {
  .book-card { flex-direction: column; }
}

/* ── RESULTS STRIP ───────────────────────────────────────── */
.results-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin: 2.5rem 0;
}
.result-card {
  background: linear-gradient(135deg, var(--plum), #3D1A6E);
  border-radius: var(--r);
  padding: 1.5rem 1rem;
  text-align: center;
}
.result-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--gold-bright);
  line-height: 1;
}
.result-lbl {
  font-size: .78rem;
  color: var(--plum-soft);
  margin-top: .4rem;
  line-height: 1.4;
}

/* ── VIDEO WRAPPER ───────────────────────────────────────── */
.video-wrap {
  border-radius: var(--rlg);
  overflow: hidden;
  margin: 1.5rem 0;
  background: #0F0A1A;
  aspect-ratio: 16/9;
  position: relative;
  box-shadow: var(--shadow-lg);
  width: 100%;
  max-width: 100%;
}
/* Make video section two-col stack better on all screens */
.author-video-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  inset: 0;
}
.video-ph {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(91,45,142,.35), transparent 70%);
}
.play-btn {
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(184,134,11,.5);
  transition: transform .2s;
}
.play-btn:hover  { transform: scale(1.08); }
.play-btn svg    { width: 26px; height: 26px; fill: #fff; margin-left: 4px; }
/* ============================================================
   COMPONENTS.CSS
   Benefits grid, chapters list, bonus box
   ============================================================ */

/* ── BENEFITS GRID ───────────────────────────────────────── */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.1rem;
  margin-top: 2rem;
}
.benefit-card {
  background: #fff;
  border-radius: var(--r);
  padding: 1.5rem;
  border: 1px solid var(--blush-deep);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  box-shadow: 0 2px 16px rgba(45,15,78,.06);
  transition: transform .2s, box-shadow .2s;
}
.benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(45,15,78,.12);
}
.benefit-icon {
  width: 42px;
  height: 42px;
  background: var(--blush-deep);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.15rem;
}
.benefit-card h4 {
  font-size: .95rem;
  color: var(--plum);
  margin-bottom: .2rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
}
.benefit-card p {
  font-size: .88rem;
  color: var(--text-soft);
  margin: 0;
}

/* ── CHAPTERS LIST ───────────────────────────────────────── */
.chapters-list {
  list-style: none;
  padding: 0;
  counter-reset: ch;
}
.chapters-list li {
  counter-increment: ch;
  padding: 1rem 1rem 1rem 3.5rem;
  position: relative;
  border-bottom: 1px solid var(--blush-deep);
  transition: background .2s;
}
.chapters-list li:hover { background: rgba(139,92,246,.04); }
.chapters-list li::before {
  content: counter(ch);
  position: absolute;
  left: 0;
  top: 1rem;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, var(--plum-mid), var(--plum-glow));
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chapters-list li strong {
  display: block;
  color: var(--plum);
  font-size: .93rem;
  margin-bottom: .15rem;
  font-weight: 700;
}
.chapters-list li span {
  font-size: .86rem;
  color: var(--text-soft);
}

/* ── BONUS BOX ───────────────────────────────────────────── */
.bonus-box {
  background: linear-gradient(135deg, #FFF8E1, #FFF3CC);
  border: 2px dashed var(--gold-bright);
  border-radius: var(--r);
  padding: 1.4rem 1.75rem;
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.bonus-tag {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 3px;
}
/* ============================================================
   CAROUSEL.CSS
   Reviews carousel section, review cards, rating bars,
   carousel controls and dots
   ============================================================ */

/* ── CAROUSEL SECTION ────────────────────────────────────── */
.carousel-section {
  background: linear-gradient(180deg, #0F0A1A, #1A0835);
  padding: 6rem 0;
  overflow: hidden;
}
.carousel-section h2  { color: #fff; }
.carousel-section .divider {
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
}

/* ── RATING SUMMARY BAR ──────────────────────────────────── */
.reviews-summary {
  background: #fff;
  border-radius: var(--rlg);
  padding: 2rem;
  border: 1px solid var(--blush-deep);
  display: flex;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  box-shadow: var(--shadow);
}
.rs-score { text-align: center; flex-shrink: 0; }
.rs-big {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.5rem;
  font-weight: 700;
  color: var(--plum);
  line-height: 1;
}
.rs-stars    { color: var(--gold-bright); font-size: 1.1rem; margin: .25rem 0; }
.rs-label    { font-size: .78rem; color: var(--text-soft); }
.rs-bars     { flex: 1; min-width: 160px; }
.bar-row {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: .4rem;
  font-size: .82rem;
  color: var(--text-soft);
}
.bar-track {
  flex: 1;
  height: 8px;
  background: var(--blush-deep);
  border-radius: 4px;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
  border-radius: 4px;
}
@media (max-width: 500px) {
  .reviews-summary { flex-direction: column; gap: 1rem; }
}

/* ── CAROUSEL TRACK ──────────────────────────────────────── */
.carousel-outer     { position: relative; margin-top: 3rem; }
.carousel-track-wrap { overflow: hidden; }
.carousel-track {
  display: flex;
  transition: transform .55s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}
.carousel-slide {
  flex: 0 0 calc(100% / 3);
  padding: 0 .6rem;
  box-sizing: border-box;
}
@media (max-width: 900px) { .carousel-slide { flex: 0 0 50%; } }
@media (max-width: 560px) { .carousel-slide { flex: 0 0 100%; } }

/* ── REVIEW CARD ─────────────────────────────────────────── */
.rc {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(139,92,246,.2);
  border-radius: var(--rlg);
  padding: 1.75rem;
  backdrop-filter: blur(12px);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: .9rem;
  transition: border-color .3s, transform .3s;
  min-height: 280px;
}
.rc:hover {
  border-color: rgba(139,92,246,.45);
  transform: translateY(-3px);
}
.rc-top     { display: flex; align-items: flex-start; gap: .9rem; }
.rc-avatar  {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--plum-glow), var(--plum-mid));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .88rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.rc-name  { font-weight: 700; font-size: .92rem; color: #fff; }
.rc-loc   { font-size: .76rem; color: rgba(255,255,255,.5); margin-top: .1rem; }
.rc-stars { color: var(--gold-bright); font-size: .88rem; letter-spacing: 1.5px; }
.rc-hl    {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--gold-bright);
  line-height: 1.4;
}
.rc-body {
  font-size: .9rem;
  color: rgba(255,255,255,.72);
  line-height: 1.68;
  flex: 1;
}
.rc-foot {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: auto;
  padding-top: .75rem;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* ── CAROUSEL CONTROLS ───────────────────────────────────── */
.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.carousel-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  font-size: 1.1rem;
}
.carousel-arrow:hover {
  background: rgba(139,92,246,.4);
  border-color: rgba(139,92,246,.6);
}
.carousel-dots { display: flex; gap: .5rem; align-items: center; }
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.25);
  cursor: pointer;
  transition: all .25s;
}
.dot.active {
  background: var(--gold-bright);
  width: 22px;
  border-radius: 4px;
}
/* ============================================================
   CHECKOUT.CSS
   Mini checkout strip, price box
   ============================================================ */

/* ── MINI CHECKOUT STRIP ─────────────────────────────────── */
.mini-checkout {
  background: linear-gradient(135deg, #1A0835, #2D0F4E 60%, #3D1A6E);
  padding: 1.75rem 0;
  border-top: 2px solid var(--gold-bright);
  border-bottom: 2px solid var(--gold-bright);
}
.mco-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.mco-label {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: .3rem;
}
.mco-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  color: #fff;
  line-height: 1.3;
  margin-bottom: .4rem;
}
.mco-includes {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem .9rem;
}
.mco-includes span { font-size: .78rem; color: var(--plum-soft); }
.mco-includes span::before { content: '✓ '; color: var(--gold-bright); font-weight: 700; }
.mco-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
  flex-shrink: 0;
}
.mco-price  { display: flex; align-items: baseline; gap: .5rem; }
.mco-was    { font-size: .9rem; color: rgba(255,255,255,.3); text-decoration: line-through; }
.mco-now    {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--gold-bright);
  line-height: 1;
}
.mco-note   { font-size: .74rem; color: rgba(255,255,255,.4); text-align: center; }

/* ── PRICE BOX ───────────────────────────────────────────── */
.price-box {
  background: #fff;
  border: 2px solid var(--plum-glow);
  border-radius: var(--rlg);
  padding: 2.75rem 2rem;
  text-align: center;
  max-width: 460px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
}
.price-badge {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--plum-mid);
  margin-bottom: .5rem;
}
.price-amt {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  font-weight: 700;
  color: var(--plum);
  line-height: 1;
  margin-bottom: .2rem;
}
.price-was {
  font-size: .9rem;
  color: var(--text-soft);
  text-decoration: line-through;
  margin-bottom: 1.25rem;
}
.price-includes {
  list-style: none;
  padding: 1rem 0;
  margin: 1.25rem 0;
  border-top: 1px solid var(--blush-deep);
  border-bottom: 1px solid var(--blush-deep);
  text-align: left;
}
.price-includes li {
  padding: .4rem 0 .4rem 1.7rem;
  position: relative;
  font-size: .9rem;
  color: var(--text-mid);
}
.price-includes li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 600px) {
  .mco-inner  { flex-direction: column; align-items: flex-start; }
  .mco-right  { align-items: flex-start; width: 100%; }
}
/* ============================================================
   FAQ.CSS
   FAQ accordion and closing section
   ============================================================ */

/* ── FAQ ACCORDION ───────────────────────────────────────── */
.faq-item {
  border-bottom: 1px solid var(--blush-deep);
  padding: 1.1rem 0;
}
.faq-q {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: var(--plum);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  user-select: none;
  font-weight: 600;
}
.faq-q::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--plum-glow);
  flex-shrink: 0;
  transition: transform .22s;
  font-family: 'DM Sans', sans-serif;
}
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a {
  font-size: .93rem;
  color: var(--text-mid);
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s;
}
.faq-item.open .faq-a { max-height: 400px; padding-top: .75rem; }

/* ── CLOSING SECTION ─────────────────────────────────────── */
.closing {
  background: linear-gradient(160deg, #0F0A1A, #2D0F4E, #3D1A6E);
  padding: 6rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.closing::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(139,92,246,.2), transparent 70%);
  pointer-events: none;
}
.closing h2 { color: #fff; position: relative; }
.closing p  {
  color: rgba(255,255,255,.6);
  max-width: 560px;
  margin: 0 auto 2rem;
  font-size: 1.05rem;
  position: relative;
}
/* ============================================================
   COUNTDOWN.CSS
   Fixed header wrapper containing the countdown bar and nav.
   Both stay visible as the user scrolls down the page.
   ============================================================ */

/* ── FIXED HEADER WRAPPER ────────────────────────────────── */
#siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
}

/* ── COUNTDOWN BAR ───────────────────────────────────────── */
#countdownBar {
  background: linear-gradient(135deg, #0F0318 0%, #1A0835 40%, #2D0F4E 100%);
  border-bottom: 2px solid var(--gold-bright);
  padding: .55rem 1.4rem;
  width: 100%;
}
#countdownBar.cd-hidden {
  display: none;
}
.cd-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .4rem 1.2rem;
  max-width: 1120px;
  margin: 0 auto;
}

/* ── LABEL ───────────────────────────────────────────────── */
.cd-label {
  font-size: .8rem;
  color: rgba(255,255,255,.82);
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  text-align: center;
}
.cd-label strong { color: var(--gold-bright); }

/* ── TIMER BLOCKS ────────────────────────────────────────── */
.cd-timer {
  display: flex;
  align-items: center;
  gap: .35rem;
  flex-shrink: 0;
}
.timer-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(212,175,55,.35);
  border-radius: 7px;
  padding: 2px 10px 3px;
  min-width: 44px;
}
.timer-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--gold-bright);
  line-height: 1.15;
  letter-spacing: .04em;
}
.timer-lbl {
  font-size: .48rem;
  font-weight: 700;
  letter-spacing: .14em;
  color: rgba(255,255,255,.4);
  font-family: 'DM Sans', sans-serif;
  text-transform: uppercase;
}
.cd-sep {
  color: var(--gold-bright);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

/* ── BUY BUTTON ──────────────────────────────────────────── */
.cd-buy {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: .02em;
  box-shadow: 0 3px 12px rgba(184,134,11,.4);
  transition: transform .2s, box-shadow .2s;
  flex-shrink: 0;
}
.cd-buy:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(184,134,11,.58);
  color: #fff;
}

/* ── EXPIRED STATE ───────────────────────────────────────── */
.cd-expired {
  font-size: .8rem;
  color: rgba(255,255,255,.7);
  font-family: 'DM Sans', sans-serif;
  text-align: center;
}
.cd-expired a {
  color: var(--gold-bright);
  font-weight: 700;
  text-decoration: none;
}

/* ── HEADER SPACER ───────────────────────────────────────── */
/* This div sits below the fixed header and pushes page
   content down so nothing hides underneath. Its height
   is set dynamically by JavaScript. */
#headerSpacer { display: block; width: 100%; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 640px) {
  .cd-inner   { gap: .3rem .75rem; }
  .cd-label   { font-size: .74rem; }
  .timer-num  { font-size: 1.1rem; }
  .timer-block { min-width: 36px; padding: 2px 7px 3px; }
  .cd-buy     { font-size: .74rem; padding: 5px 12px; }
}
/* ============================================================
   MODALS.CSS
   Contact form modal, Privacy Policy modal, Terms modal,
   success toast notification
   ============================================================ */

/* ── MODAL BACKDROP ──────────────────────────────────────── */
.modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 5, 20, .75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  overflow-y: auto;
}
.modal-backdrop.open {
  display: flex;
}

/* ── MODAL BOX ───────────────────────────────────────────── */
.modal-box {
  background: #fff;
  border-radius: var(--rlg);
  width: 100%;
  max-width: 580px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 24px 80px rgba(45,15,78,.35);
  animation: modalIn .3s cubic-bezier(.34,1.56,.64,1) both;
}
@keyframes modalIn {
  from { opacity: 0; transform: scale(.92) translateY(20px); }
  to   { opacity: 1; transform: scale(1)  translateY(0); }
}

/* Legal modal is wider */
.modal-box.modal-wide {
  max-width: 720px;
}

/* ── MODAL HEADER ────────────────────────────────────────── */
.modal-header {
  background: linear-gradient(135deg, #0F0A1A, #2D0F4E);
  padding: 1.75rem 2rem 1.5rem;
  border-radius: var(--rlg) var(--rlg) 0 0;
  position: sticky;
  top: 0;
  z-index: 1;
}
.modal-header h2 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  padding-right: 2.5rem;
}
.modal-header p {
  color: var(--plum-soft);
  font-size: .88rem;
  margin: .35rem 0 0;
}

/* ── CLOSE BUTTON ────────────────────────────────────────── */
.modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,.12);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, transform .2s;
  line-height: 1;
}
.modal-close:hover {
  background: rgba(255,255,255,.25);
  transform: rotate(90deg);
}

/* ── MODAL BODY ──────────────────────────────────────────── */
.modal-body {
  padding: 2rem;
}

/* ── CONTACT FORM ────────────────────────────────────────── */
.modal-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 480px) {
  .modal-form-row { grid-template-columns: 1fr; }
}
.modal-form-group {
  margin-bottom: 1.1rem;
}
.modal-form-group label {
  display: block;
  font-size: .82rem;
  font-weight: 700;
  color: var(--text-mid);
  margin-bottom: .4rem;
  letter-spacing: .01em;
}
.modal-form-group input,
.modal-form-group select,
.modal-form-group textarea {
  width: 100%;
  padding: .75rem 1rem;
  border: 1.5px solid var(--blush-deep);
  border-radius: var(--r);
  font-family: 'DM Sans', sans-serif;
  font-size: .95rem;
  color: var(--text);
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  -webkit-appearance: none;
}
.modal-form-group input:focus,
.modal-form-group select:focus,
.modal-form-group textarea:focus {
  border-color: var(--plum-glow);
  box-shadow: 0 0 0 3px rgba(139,92,246,.1);
}
.modal-form-group input.field-error,
.modal-form-group textarea.field-error {
  border-color: var(--red);
}
.modal-form-group textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.65;
}
.field-error-msg {
  font-size: .76rem;
  color: var(--red);
  margin-top: .3rem;
  display: none;
}
.field-error-msg.visible { display: block; }

/* ── FORM STATES ─────────────────────────────────────────── */
.form-note {
  font-size: .76rem;
  color: var(--text-soft);
  text-align: center;
  margin-top: .85rem;
  line-height: 1.6;
}
.modal-submit-btn {
  width: 100%;
  justify-content: center;
  font-size: 1rem;
  padding: 14px 24px;
  position: relative;
}
.modal-submit-btn.loading {
  opacity: .7;
  pointer-events: none;
}
.modal-submit-btn .btn-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .7s linear infinite;
}
.modal-submit-btn.loading .btn-spinner { display: block; }
.modal-submit-btn.loading .btn-label   { opacity: 0; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── LEGAL CONTENT ───────────────────────────────────────── */
.legal-content h3 {
  font-size: 1.1rem;
  color: var(--plum);
  margin: 1.75rem 0 .6rem;
  padding-bottom: .4rem;
  border-bottom: 2px solid var(--blush-deep);
}
.legal-content h3:first-child { margin-top: 0; }
.legal-content p {
  font-size: .92rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: .85rem;
}
.legal-content ul {
  padding-left: 1.4rem;
  margin-bottom: .85rem;
}
.legal-content ul li {
  font-size: .92rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: .35rem;
}

/* ── SUCCESS STATE inside modal ──────────────────────────── */
.contact-success {
  display: none;
  text-align: center;
  padding: 1.5rem 0 .5rem;
}
.contact-success.visible { display: block; }
.success-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #D1FAE5, #A7F3D0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1.25rem;
}
.contact-success h3 { color: var(--plum); margin-bottom: .75rem; }
.contact-success p  { color: var(--text-mid); font-size: .95rem; }

/* ── TOAST NOTIFICATION ──────────────────────────────────── */
.toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--plum);
  color: #fff;
  padding: .9rem 1.75rem;
  border-radius: 50px;
  font-size: .9rem;
  font-weight: 500;
  box-shadow: 0 8px 32px rgba(45,15,78,.35);
  z-index: 20000;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1), opacity .3s;
  opacity: 0;
  white-space: nowrap;
  max-width: calc(100vw - 2rem);
  text-align: center;
}
.toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.toast.toast-success { background: linear-gradient(135deg, #059669, #047857); }
.toast.toast-error   { background: linear-gradient(135deg, #DC2626, #B91C1C); }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 600px) {
  .modal-body   { padding: 1.5rem; }
  .modal-header { padding: 1.4rem 1.5rem 1.25rem; }
  .modal-box    { max-height: 95vh; }
}
