/* ============================================================================
   ac-v4.css - The Karmic Cleanse V2 preview, TEMPLATE OF THE DEPLOYED v1.4 PAGE.

   Part 1 below is the stylesheet of https://claf-karmic-cleanse-slo-v4.pages.dev/
   copied byte for byte out of the live page (AK/Arcana/US/CLA/AC/build_slo_v4.py
   produced it; AK is read-only and nothing there was touched). Every selector,
   token, component and breakpoint is the template's own.

   Part 2 is the preview chrome this deploy adds and the template has no class
   for: the review/placeholder boxes (this deploy exists to share the copy WITH
   its placeholders visible), the reviewer nav strip, the non-posting order
   fields, and one single-column variant of .section-grid (the template's
   bundle-card aside is dropped: the V2 copy has no block for it).
   NOTHING of the v1.4 COPY lives here - this file is layout only.
   ========================================================================== */

/* ---------------------------------------------------------------- PART 1 */
html, body { margin: 0; padding: 0; }
.ghl-ac-page { width: 100%; max-width: none; overflow-x: clip; isolation: isolate; }
.ghl-ac-page {
  --ink: #141222; --muted: #68657a; --paper: #ffffff; --wash: #f7f7f9;
  --night: #0b0920; --night-2: #17132f; --purple: #7c32f5; --purple-dark: #6422d0;
  --purple-soft: #9b68ff; --green: #29c85a; --red: #ef274b; --gold: #f2b51e;
}
.ghl-ac-page * { box-sizing: border-box; }
.ghl-ac-page { scroll-behavior: smooth; }
.ghl-ac-page {
  margin: 0; color: var(--ink); background: var(--paper);
  font-family: "Poppins", "Avenir Next", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased;
}
.ghl-ac-page button, .ghl-ac-page input { font: inherit; }
.ghl-ac-page button, .ghl-ac-page a { -webkit-tap-highlight-color: transparent; }
.ghl-ac-page a { color: inherit; }
.ghl-ac-page button:focus-visible, .ghl-ac-page a:focus-visible,
.ghl-ac-page input:focus-visible, .ghl-ac-page summary:focus-visible {
  outline: 3px solid #ad88ff; outline-offset: 3px;
}
.ghl-ac-page p { line-height: 1.58; }
.ghl-ac-page em { color: var(--purple); font-style: normal; }
.ghl-ac-page .sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap;
}
.ghl-ac-page .mobile-break { display: none; }

.ghl-ac-page .dark-hero {
  color: #fff;
  background: radial-gradient(100% 58% at 50% 0%, #281a63 0%, rgba(40, 26, 99, 0) 62%), var(--night);
}
.ghl-ac-page .topbar {
  min-height: 50px; padding: 8px 22px; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(18, 15, 42, 0.82); font-size: 11px; color: #d4d0e4;
}
.ghl-ac-page .topbar > :last-child { justify-self: end; }
.ghl-ac-page .brand { font-size: 15px; font-weight: 900; text-decoration: none; letter-spacing: -0.03em; }
.ghl-ac-page .brand span { color: var(--purple-soft); }
.ghl-ac-page .hero-shell { max-width: 1160px; margin: 0 auto; padding: 25px 22px 58px; }
.ghl-ac-page .eyebrow { margin: 0 0 12px; text-align: center; font-size: 14px; font-weight: 650; }
.ghl-ac-page .eyebrow i {
  display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%;
  background: var(--purple); box-shadow: 0 0 12px var(--purple);
}
.ghl-ac-page .hero-shell > h1 {
  max-width: 940px; margin: 0 auto; text-align: center; font-size: clamp(26px, 3.35vw, 41px);
  line-height: 1.19; letter-spacing: -0.045em; text-wrap: balance;
}
.ghl-ac-page .hero-subtitle { margin: 13px auto 10px; text-align: center; color: #ddd9eb; font-size: 14px; }
.ghl-ac-page .hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(290px, 0.93fr); gap: 36px; align-items: start;
}
.ghl-ac-page .hero-left { display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.ghl-ac-page .hero-copy h2, .ghl-ac-page .story-copy h2 {
  margin: 3px 0 18px; text-align: center; font-size: clamp(23px, 2.5vw, 29px); line-height: 1.22; letter-spacing: -0.035em;
}
.ghl-ac-page .hero-copy p { margin: 0 0 19px; color: #e3dfed; font-size: 14px; }

.ghl-ac-page .video-frame {
  position: relative; aspect-ratio: 16 / 9.95; overflow: hidden; border: 1px solid rgba(128, 145, 230, 0.22);
  background: linear-gradient(145deg, #20387e, #202e70 48%, #101735); box-shadow: inset 0 0 80px rgba(60, 86, 195, 0.16);
}
.ghl-ac-page .video-frame::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 75% 15%, rgba(100, 118, 221, 0.22), transparent 48%); pointer-events: none;
}
.ghl-ac-page .sound-pill {
  position: absolute; z-index: 2; top: 13px; left: 13px; display: flex; align-items: center; gap: 6px;
  color: white; font-size: 9px; font-weight: 800; line-height: 1.1;
}
.ghl-ac-page .sound-pill span {
  width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: #ef493e; border-radius: 50%;
}
.ghl-ac-page .play-button {
  position: absolute; z-index: 3; inset: 50% auto auto 50%; translate: -50% -50%; width: 84px; height: 84px;
  display: grid; place-items: center; color: #fff; border: 7px solid #fff; border-radius: 50%;
  background: rgba(19, 27, 72, 0.22); cursor: pointer; transition: transform 0.2s ease, background 0.2s ease;
}
.ghl-ac-page .play-button:hover { transform: scale(1.06); background: rgba(124, 50, 245, 0.35); }
.ghl-ac-page .play-button span { font-size: 33px; margin-left: 5px; }
.ghl-ac-page .play-button.is-playing span { margin-left: 0; font-weight: 900; }
.ghl-ac-page .video-controls {
  position: absolute; z-index: 2; inset: auto 0 0; min-height: 38px; padding: 8px 12px; display: flex;
  align-items: center; gap: 10px; background: rgba(6, 5, 15, 0.76); color: white; font-size: 11px;
}
.ghl-ac-page .video-controls i { flex: 1; height: 3px; background: rgba(255, 255, 255, 0.22); }
.ghl-ac-page .video-controls small { padding: 2px 4px; background: rgba(255, 255, 255, 0.16); }
.ghl-ac-page .video-compact { aspect-ratio: 16 / 8.9; }
.ghl-ac-page .video-compact .play-button { width: 70px; height: 70px; border-width: 6px; }

.ghl-ac-page .offer-card {
  position: sticky; top: 18px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px; background: #fff; color: var(--ink); box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}
.ghl-ac-page .offer-ribbon {
  padding: 8px; text-align: center; color: white; background: linear-gradient(90deg, var(--purple), #8a3bff);
  font-size: 10px; font-weight: 800; line-height: 1.2;
}
.ghl-ac-page .offer-inner { padding: 13px 16px 18px; }
.ghl-ac-page .offer-kicker { margin: 7px 0 0; text-align: center; font-size: 11px; font-weight: 700; }
.ghl-ac-page .price-line { margin: 5px 0 0; text-align: center; color: #f12931; font-size: 15px; font-weight: 800; }
.ghl-ac-page .price-line strong { margin-left: 5px; font-size: 26px; }
.ghl-ac-page .offer-copy { margin: 10px auto 0; max-width: 260px; text-align: center; font-size: 9px; line-height: 1.45; color: #555063; }
.ghl-ac-page .available { margin: 10px 0 9px; text-align: center; font-size: 9px; font-weight: 600; }
.ghl-ac-page .order-form { display: grid; gap: 7px; }
.ghl-ac-page .order-form input {
  width: 100%; min-height: 40px; padding: 9px 11px; color: var(--ink); border: 1px solid #d7d5df;
  border-radius: 5px; background: white; font-size: 11px;
}
.ghl-ac-page .primary-cta {
  min-height: 52px; padding: 8px 12px; display: flex; align-items: center; justify-content: center; gap: 14px;
  color: #fff; border: 0; border-radius: 6px; background: linear-gradient(180deg, #8237ff, #6821dc);
  box-shadow: 0 7px 18px rgba(109, 40, 217, 0.33); text-decoration: none; cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.ghl-ac-page .primary-cta:hover { filter: brightness(1.1); transform: translateY(-1px); }
.ghl-ac-page .primary-cta:disabled { cursor: wait; filter: saturate(0.7); opacity: 0.78; }
.ghl-ac-page .primary-cta span { display: flex; flex-direction: column; align-items: center; line-height: 1.15; }
.ghl-ac-page .primary-cta strong { font-size: 14px; letter-spacing: 0.01em; }
.ghl-ac-page .primary-cta small { margin-top: 3px; font-size: 8px; font-weight: 500; opacity: 0.86; }
.ghl-ac-page .primary-cta > b {
  width: 25px; height: 25px; display: grid; place-items: center; border-radius: 5px;
  background: rgba(255, 255, 255, 0.22); font-size: 16px;
}
.ghl-ac-page .form-status {
  display: none; margin: 8px 0 0; padding: 8px; text-align: center; color: #126d31; background: #e2f8e9;
  border-radius: 4px; font-size: 9px;
}
.ghl-ac-page .form-status.is-visible { display: block; }
.ghl-ac-page .secure-line { margin: 9px 0 0; text-align: center; color: #615d6d; font-size: 8px; }
.ghl-ac-page .guarantee-mini {
  margin-top: 9px; padding: 8px; display: flex; align-items: center; gap: 8px; background: #fff2c7;
  border: 1px solid #f0d786; border-radius: 6px;
}
.ghl-ac-page .guarantee-mini > span {
  width: 37px; height: 37px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #ffe48c, #d9a019); color: #614202; font-size: 8px; font-weight: 900;
}
.ghl-ac-page .guarantee-mini p { margin: 0; font-size: 8px; line-height: 1.3; }
.ghl-ac-page .stars { display: block; text-align: center; color: var(--gold); font-size: 16px; letter-spacing: 2px; }
.ghl-ac-page .offer-testimonials { margin-top: 10px; display: grid; gap: 9px; }

.ghl-ac-page .product-stack { position: relative; width: min(480px, 90%); height: 270px; margin: 14px auto; }
.ghl-ac-page .product-stack-small { width: 100%; height: 165px; margin: 1px auto 3px; }
.ghl-ac-page .book-cover, .ghl-ac-page .device, .ghl-ac-page .phone {
  position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center;
  border-radius: 3px; box-shadow: 0 9px 22px rgba(20, 18, 34, 0.24);
}
.ghl-ac-page .book-cover {
  z-index: 4; top: 5%; left: 35%; width: 30%; height: 88%; padding: 9px; color: #fff;
  background: linear-gradient(145deg, #974eff, #6920ee); text-align: center;
}
.ghl-ac-page .book-cover small { font-size: clamp(5px, 0.7vw, 9px); }
.ghl-ac-page .book-cover strong { margin: 12% 0; font-size: clamp(13px, 2vw, 25px); line-height: 0.95; letter-spacing: -0.04em; }
.ghl-ac-page .book-cover em { padding: 5px; color: white; background: rgba(255, 255, 255, 0.2); font-size: clamp(5px, 0.7vw, 8px); font-style: normal; }
.ghl-ac-page .device { top: 17%; width: 34%; height: 67%; color: #6e28e6; border: 7px solid #292534; background: #f5f2ff; }
.ghl-ac-page .device span, .ghl-ac-page .phone span {
  width: 44%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 3px; background: #7b32ef; color: #fff; font-weight: 900;
}
.ghl-ac-page .device small, .ghl-ac-page .phone small {
  margin-top: 7px; padding: 0 4px; text-align: center; font-size: 6.5px; font-weight: 800; letter-spacing: 0.02em; color: #4a4558;
}
.ghl-ac-page .device-left { left: 7%; transform: rotate(-8deg); }
.ghl-ac-page .device-back { left: 21%; }
.ghl-ac-page .device-right { right: 12%; transform: rotate(8deg); }
.ghl-ac-page .phone {
  z-index: 5; right: 4%; top: 39%; width: 12%; height: 51%; color: white; border: 5px solid #2b2734;
  background: #ede7ff; transform: rotate(7deg);
}
.ghl-ac-page .phone span { width: 68%; font-size: 8px; }
.ghl-ac-page .phone small { font-size: 5px; margin-top: 4px; }
.ghl-ac-page .product-stack-small .book-cover strong { font-size: 13px; }
.ghl-ac-page .product-stack-small .book-cover small, .ghl-ac-page .product-stack-small .book-cover em { font-size: 5px; }
.ghl-ac-page .product-stack-small .device { border-width: 4px; }
.ghl-ac-page .product-stack-small .phone { border-width: 3px; }
.ghl-ac-page .product-stack-small .device small { font-size: 4.5px; margin-top: 3px; }
.ghl-ac-page .product-stack-small .phone small { font-size: 3.5px; margin-top: 2px; }

.ghl-ac-page .testimonial-still {
  position: relative; aspect-ratio: 16 / 9.5; overflow: hidden; border-radius: 4px;
  background: linear-gradient(135deg, #120937 0%, #240872 58%, #4d2290 100%);
}
.ghl-ac-page .testimonial-still .play-button { left: 83%; width: 48px; height: 48px; border: 0; background: rgba(225, 220, 255, 0.56); }
.ghl-ac-page .testimonial-still .play-button span { font-size: 19px; }
.ghl-ac-page .quote-strips {
  position: absolute; z-index: 2; top: 10%; left: 7%; display: flex; align-items: flex-start;
  flex-direction: column; gap: 3px; max-width: 74%;
}
.ghl-ac-page .quote-strips span { padding: 3px 5px; color: #141222; background: #fff; font-size: clamp(7px, 1.2vw, 12px); font-weight: 800; }
.ghl-ac-page .silhouette i { position: absolute; top: 16%; right: 14%; width: 25%; aspect-ratio: 0.8; border-radius: 50%; background: #5f478b; }
.ghl-ac-page .silhouette b { position: absolute; right: 2%; bottom: -24%; width: 53%; aspect-ratio: 1; border-radius: 50% 50% 0 0; background: #5f478b; }
.ghl-ac-page .person-label { position: absolute; z-index: 2; left: 7%; bottom: 9%; display: flex; flex-direction: column; align-items: flex-start; }
.ghl-ac-page .person-label strong, .ghl-ac-page .person-label small { padding: 3px 6px; color: #fff; background: #812dff; }
.ghl-ac-page .person-label strong { font-size: 9px; }
.ghl-ac-page .person-label small { margin-top: 2px; font-size: 6px; }
.ghl-ac-page .testimonial-compact .quote-strips span { font-size: 7px; padding: 2px 3px; }
.ghl-ac-page .testimonial-compact .play-button { width: 30px; height: 30px; }
.ghl-ac-page .testimonial-compact .play-button span { font-size: 12px; }

.ghl-ac-page .story-section, .ghl-ac-page .included-section { background: var(--wash); }
.ghl-ac-page .section-grid {
  max-width: 1160px; margin: 0 auto; padding: 48px 22px 32px; display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(270px, 0.95fr); gap: 34px; align-items: start;
}
.ghl-ac-page .story-copy > p { margin: 0 0 16px; color: #3f3b4d; font-size: 14px; }
.ghl-ac-page .story-copy > h2 { margin-top: 4px; }
.ghl-ac-page .story-copy > h2:not(:first-child) { margin-top: 38px; }
.ghl-ac-page .flow-comparison { margin: 26px 0 39px; display: grid; grid-template-columns: 1fr 1fr; gap: 27px; }
.ghl-ac-page .flow-column { display: flex; flex-direction: column; align-items: stretch; gap: 15px; text-align: center; }
.ghl-ac-page .flow-label {
  align-self: center; margin-bottom: -7px; padding: 3px 15px; background: #fff; border: 1px solid #dedce5;
  border-radius: 3px; font-size: 8px; font-weight: 800; letter-spacing: 0.08em;
}
.ghl-ac-page .flow-head, .ghl-ac-page .flow-step { position: relative; padding: 10px; color: #fff; border-radius: 4px; font-size: 11px; font-weight: 700; }
.ghl-ac-page .flow-head { font-size: 13px; }
.ghl-ac-page .flow-head small { display: block; font-size: 8px; font-weight: 500; }
.ghl-ac-page .flow-step::after { content: ""; position: absolute; left: 50%; bottom: -16px; width: 2px; height: 16px; background: currentColor; opacity: 0.65; }
.ghl-ac-page .flow-step small {
  position: absolute; top: -13px; right: 0; padding: 3px 9px; color: white; border-radius: 3px 3px 0 0;
  background: #0c0b14; font-size: 6px; letter-spacing: 0.08em;
}
.ghl-ac-page .old-flow .flow-head, .ghl-ac-page .old-flow .flow-step { background: var(--red); }
.ghl-ac-page .new-flow .flow-head, .ghl-ac-page .new-flow .flow-step { background: var(--green); }
.ghl-ac-page .flow-arrow { margin: -5px 0; color: currentColor; font-size: 30px; }
.ghl-ac-page .old-flow { color: #b81230; }
.ghl-ac-page .new-flow { color: #13a140; }
.ghl-ac-page .case-studies { display: grid; gap: 12px; margin: 0 0 22px; }
.ghl-ac-page .bundle-card {
  position: sticky; top: 18px; padding: 17px 17px 20px; background: #fff; border: 2px solid #9d5cff;
  border-radius: 7px; box-shadow: 0 8px 24px rgba(70, 41, 108, 0.08);
}
.ghl-ac-page .bundle-card h3 { margin: 0; text-align: center; font-size: 12px; }
.ghl-ac-page .bundle-count { text-align: center; font-size: 10px; font-weight: 700; }
.ghl-ac-page .bundle-list { display: grid; gap: 8px; }
.ghl-ac-page .bundle-row {
  padding-bottom: 8px; display: grid; grid-template-columns: 46px 1fr auto; gap: 8px; align-items: center;
  border-bottom: 1px solid #eeeaf4;
}
.ghl-ac-page .bundle-row > div:nth-child(2) { min-width: 0; }
.ghl-ac-page .bundle-row strong, .ghl-ac-page .bundle-row small { display: block; }
.ghl-ac-page .bundle-row strong { font-size: 9px; }
.ghl-ac-page .bundle-row small { color: #716d7c; font-size: 6px; }
.ghl-ac-page .bundle-row p { margin: 3px 0 0; color: #878291; font-size: 6px; line-height: 1.35; }
.ghl-ac-page .bundle-row > b { padding: 3px 5px; color: #fff; background: var(--green); border-radius: 3px; font-size: 7px; }
.ghl-ac-page .mini-book {
  width: 104px; height: 135px; margin: 0 auto; padding: 10px 7px; display: flex; flex-direction: column;
  align-items: center; justify-content: space-between; text-align: center; color: #fff;
  background: linear-gradient(150deg, #944cff, #6d24e6); border: 4px solid #272332; box-shadow: 0 7px 17px rgba(25, 18, 45, 0.18);
}
.ghl-ac-page .mini-book small, .ghl-ac-page .mini-book span { font-size: 6px; }
.ghl-ac-page .mini-book strong { font-size: 12px; line-height: 1; }
.ghl-ac-page .mini-book-compact { width: 43px; height: 58px; margin: 0; padding: 5px 2px; border-width: 2px; }
.ghl-ac-page .mini-book-compact small, .ghl-ac-page .mini-book-compact span { font-size: 3px; }
.ghl-ac-page .mini-book-compact strong { font-size: 5px; }
.ghl-ac-page .bundle-total { margin: 14px 0 12px; text-align: center; font-size: 8px; }
.ghl-ac-page .bundle-total strong { display: block; margin-top: 4px; color: #f2293c; font-size: 14px; }
.ghl-ac-page .bundle-card .primary-cta { width: 100%; }
.ghl-ac-page .bundle-guarantee { display: block; margin-top: 9px; text-align: center; color: #666173; font-size: 7px; }

.ghl-ac-page .system-section { background: #fff; }
.ghl-ac-page .section-shell { max-width: 1040px; margin: 0 auto; padding: 46px 22px; }
.ghl-ac-page .section-shell > h2, .ghl-ac-page .reviews-section h2, .ghl-ac-page .included-section h2,
.ghl-ac-page .faq-section h2, .ghl-ac-page .stack-section h2 {
  margin: 0 auto; text-align: center; font-size: clamp(23px, 3vw, 32px); line-height: 1.2; letter-spacing: -0.04em;
}
.ghl-ac-page .section-eyebrow { margin: 0 0 9px; text-align: center; color: #474256; font-size: 9px; font-weight: 700; }
.ghl-ac-page .section-intro { max-width: 650px; margin: 10px auto 24px; text-align: center; color: var(--muted); font-size: 12px; }
.ghl-ac-page .feature-fan { margin: 32px 0 22px; display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 24px; align-items: center; }
.ghl-ac-page .feature-fan > div:first-child, .ghl-ac-page .feature-fan > div:last-child { display: grid; gap: 30px; }
.ghl-ac-page .feature-fan p { margin: 0; display: flex; align-items: center; gap: 8px; color: #373344; font-size: 10px; font-weight: 600; }
.ghl-ac-page .feature-fan > div:first-child p { justify-content: flex-end; text-align: right; }
.ghl-ac-page .feature-fan i { width: 24px; height: 1px; background: #c9c5d0; }
.ghl-ac-page .fan-art { position: relative; min-height: 300px; display: grid; place-items: center; }
.ghl-ac-page .fan-art .mini-book { position: relative; z-index: 3; width: 175px; height: 240px; }
.ghl-ac-page .fan-art .mini-book strong { font-size: 21px; }
.ghl-ac-page .fan-page {
  position: absolute; width: 175px; height: 220px; background: repeating-linear-gradient(#fff 0 7px, #bcb7c6 8px 9px);
  border: 1px solid #ddd8e4; box-shadow: 0 7px 16px rgba(0, 0, 0, 0.14);
}
.ghl-ac-page .left-page { transform: rotate(-28deg) translateX(-66px); border-top: 8px solid var(--red); }
.ghl-ac-page .right-page { transform: rotate(28deg) translateX(66px); border-top: 8px solid #2483ff; }
.ghl-ac-page .stats-row { margin: 19px 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; text-align: center; }
.ghl-ac-page .stats-row strong { display: block; font-size: 17px; }
.ghl-ac-page .stats-row span { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; }
.ghl-ac-page .wide-cta { width: min(540px, 100%); margin: 0 auto; }
.ghl-ac-page .guarantee-line { margin: 11px auto 0; text-align: center; color: #4d4858; font-size: 9px; }
.ghl-ac-page .demo-heading { margin-top: 46px !important; }
.ghl-ac-page .demo-video { max-width: 670px; margin: 21px auto 0; }

.ghl-ac-page .reviews-section { background: #fff; }
.ghl-ac-page .reviews-grid { columns: 2; column-gap: 16px; }
.ghl-ac-page .review-card {
  margin: 0 0 16px; break-inside: avoid; overflow: hidden; border: 1px solid #ebe9f0; border-radius: 6px;
  background: white; box-shadow: 0 3px 12px rgba(26, 19, 46, 0.04);
}
.ghl-ac-page .video-review > div:last-child { padding: 11px 12px 13px; color: #fff; background: var(--purple); }
.ghl-ac-page .video-review p { margin: 5px 0 0; font-size: 9px; }

.ghl-ac-page .narrow-shell { max-width: 1000px; }
.ghl-ac-page .included-section .product-stack { margin-top: 25px; }
.ghl-ac-page .bonus-grid { margin-top: 25px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ghl-ac-page .bonus-card {
  padding: 15px 14px 12px; display: flex; flex-direction: column; align-items: center; text-align: center;
  background: #fff; border: 1px solid #e9e7ed; border-radius: 6px;
}
.ghl-ac-page .bonus-card h3 { margin: 10px 0 0; font-size: 12px; }
.ghl-ac-page .bonus-card > small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.ghl-ac-page .bonus-card > p { flex: 1; color: var(--muted); font-size: 9px; }
.ghl-ac-page .bonus-card footer {
  width: 100%; padding-top: 9px; display: flex; align-items: center; gap: 7px; border-top: 1px solid #eeeaf2; font-size: 7px;
}
.ghl-ac-page .bonus-card footer span { margin-right: auto; }
.ghl-ac-page .bonus-card footer b { padding: 3px 7px; color: #fff; background: var(--green); border-radius: 3px; }
.ghl-ac-page .included-section .wide-cta { margin-top: 28px; }
.ghl-ac-page .download-link { text-align: center; color: var(--purple); font-size: 9px; }
.ghl-ac-page .guarantee-block { max-width: 670px; margin: 52px auto 0; }
.ghl-ac-page .guarantee-block > div {
  width: 58px; height: 58px; margin: 0 auto 13px; display: grid; place-items: center; color: #674704;
  border: 3px solid #efc04b; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #ffe588, #dda019);
  font-size: 11px; font-weight: 900;
}
.ghl-ac-page .guarantee-block p { color: #504b5c; font-size: 12px; }

.ghl-ac-page .faq-section { background: #fff; }
.ghl-ac-page .faq-grid { margin-top: 26px; columns: 2; column-gap: 34px; }
.ghl-ac-page .faq-grid details { margin-bottom: 20px; break-inside: avoid; }
.ghl-ac-page .faq-grid summary { display: flex; align-items: flex-start; gap: 8px; list-style: none; cursor: pointer; font-size: 12px; font-weight: 700; }
.ghl-ac-page .faq-grid summary::-webkit-details-marker { display: none; }
.ghl-ac-page .faq-grid summary span {
  width: 16px; height: 16px; flex: 0 0 auto; display: grid; place-items: center; color: white;
  border-radius: 50%; background: var(--ink); font-size: 9px;
}
.ghl-ac-page .faq-grid details p { margin: 7px 0 0 24px; color: var(--muted); font-size: 11px; }
.ghl-ac-page .faq-grid details[open] summary span { background: var(--purple); }

.ghl-ac-page .site-footer {
  padding: 36px 22px 41px; text-align: center; color: #fff;
  background: radial-gradient(90% 120% at 50% 100%, #4c1fa8 0%, rgba(76, 31, 168, 0) 62%), #14112e;
}
.ghl-ac-page .site-footer > p { max-width: 650px; margin: 8px auto; color: #c8c4d9; font-size: 9px; }
.ghl-ac-page .site-footer .product-stack { max-width: 290px; }
.ghl-ac-page .site-footer .wide-cta { max-width: 470px; }
.ghl-ac-page .site-footer a { color: #ccbaff; }
.ghl-ac-page .site-footer p span { color: #706991; }

/* ---- LETTER KIT: long-form elements the template has no class for, in its own tokens ---- */
.ghl-ac-page .stack-section { background: var(--wash); }
.ghl-ac-page .letter-h3 { margin: 26px 0 8px; font-size: 16px; letter-spacing: -0.02em; }
.ghl-ac-page .letter-bullets { margin: 0 0 22px; padding: 0; list-style: none; }
.ghl-ac-page .letter-bullets li {
  position: relative; margin: 0 0 11px; padding-left: 26px; color: #3f3b4d; font-size: 13px; line-height: 1.5;
}
.ghl-ac-page .letter-bullets li::before {
  content: "\2713"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900;
}
.ghl-ac-page .doom-list {
  margin: 0 0 22px; padding: 16px 18px; background: #fff; border: 1px dashed #ddd8e6; border-radius: 8px;
}
.ghl-ac-page .doom-list p { margin: 0 0 9px; color: #3f3b4d; font-size: 13px; }
.ghl-ac-page .doom-list p:last-child { margin-bottom: 0; }
.ghl-ac-page .letter-disclaimer {
  margin: 0 0 22px; padding: 16px 18px; background: #fff; border: 1px solid #e9e6f0; border-radius: 8px;
}
.ghl-ac-page .letter-disclaimer p { margin: 0 0 9px; color: #565163; font-size: 11px; line-height: 1.5; }
.ghl-ac-page .letter-disclaimer p:last-child { margin-bottom: 0; }
.ghl-ac-page .letter-steps {
  margin: 0 0 22px; padding: 18px 20px; background: #fff; border: 1px solid #e6e1f0; border-radius: 8px;
}
.ghl-ac-page .letter-steps p { margin: 0 0 12px; color: #3f3b4d; font-size: 13px; }
.ghl-ac-page .letter-steps p:last-child { margin-bottom: 0; }
.ghl-ac-page .letter-steps b { color: var(--purple); }
.ghl-ac-page .imgnote { margin: 0 0 18px; text-align: center; color: #8d889b; font-size: 10px; }
.ghl-ac-page .disc { margin: 0 0 18px; color: #8d889b; font-size: 11px; line-height: 1.5; }
.ghl-ac-page .letter-quote { margin: 26px 0 4px; text-align: center; color: var(--ink); font-size: 19px; font-style: italic; }
.ghl-ac-page .letter-quote-by { margin: 0 0 6px; text-align: center; font-weight: 700; font-size: 13px; }
.ghl-ac-page .letter-sig { margin: 0 0 18px; font-weight: 700; color: var(--ink); font-size: 14px; }
.ghl-ac-page .letter-ps { margin: 0 0 14px; color: #3f3b4d; font-size: 13px; }
.ghl-ac-page .urgent-strip {
  margin: 0 0 14px; padding: 11px 15px; text-align: center; border-radius: 8px; background: #fff2c7;
  border: 1px solid #f0d786; color: #7a5a06; font-size: 13px; font-weight: 700;
}
.ghl-ac-page .inline-offer {
  margin: 26px auto 30px; max-width: 520px; padding: 20px 18px; text-align: center; background: #fff;
  border: 2px solid #9d5cff; border-radius: 10px; box-shadow: 0 8px 24px rgba(70, 41, 108, 0.08);
}
.ghl-ac-page .inline-offer .offer-headline { margin: 0 0 6px; font-size: 14px; font-weight: 800; }
.ghl-ac-page .inline-offer .price-line { font-size: 15px; }
.ghl-ac-page .inline-offer .offer-copy { max-width: 340px; font-size: 11px; }
.ghl-ac-page .inline-offer .available { font-size: 10px; }
.ghl-ac-page .inline-offer .primary-cta { width: 100%; margin-top: 4px; }
.ghl-ac-page .inline-offer .guarantee-line { margin-top: 9px; }
.ghl-ac-page .inline-offer .download-link { margin: 7px 0 0; font-weight: 700; }

@media (max-width: 900px) {
  .ghl-ac-page .hero-grid, .ghl-ac-page .section-grid { grid-template-columns: 1fr; }
  .ghl-ac-page .offer-card, .ghl-ac-page .bundle-card { position: static; width: min(440px, 100%); margin: 0 auto; }
  .ghl-ac-page .hero-left { display: contents; }
  .ghl-ac-page .hero-left .video-frame { order: 1; }
  .ghl-ac-page .offer-card { order: 2; }
  .ghl-ac-page .hero-copy { order: 3; }
  .ghl-ac-page .feature-fan { grid-template-columns: 1fr; }
  .ghl-ac-page .feature-fan > div:first-child, .ghl-ac-page .feature-fan > div:last-child { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .ghl-ac-page .feature-fan > div:first-child p, .ghl-ac-page .feature-fan > div:last-child p { justify-content: center; text-align: center; }
  .ghl-ac-page .fan-art { min-height: 280px; }
  .ghl-ac-page .reviews-grid { columns: 1; }
}

@media (max-width: 620px) {
  .ghl-ac-page .topbar { padding: 10px 15px; grid-template-columns: 1fr; justify-items: center; gap: 3px; text-align: center; }
  .ghl-ac-page .topbar > :last-child { justify-self: center; }
  .ghl-ac-page .brand { grid-row: 1; }
  .ghl-ac-page .hero-shell { padding: 20px 14px 42px; }
  .ghl-ac-page .eyebrow { font-size: 11px; }
  .ghl-ac-page .hero-shell > h1 { font-size: 27px; }
  .ghl-ac-page .hero-subtitle { font-size: 12px; }
  .ghl-ac-page .hero-grid { gap: 24px; }
  .ghl-ac-page .play-button { width: 64px; height: 64px; border-width: 5px; }
  .ghl-ac-page .play-button span { font-size: 25px; }
  .ghl-ac-page .hero-copy p { font-size: 13px; }
  .ghl-ac-page .mobile-break { display: initial; }
  .ghl-ac-page .section-grid, .ghl-ac-page .section-shell { padding: 36px 15px; }
  .ghl-ac-page .flow-comparison { gap: 12px; }
  .ghl-ac-page .flow-head, .ghl-ac-page .flow-step { padding: 9px 5px; font-size: 9px; }
  .ghl-ac-page .feature-fan > div:first-child, .ghl-ac-page .feature-fan > div:last-child { grid-template-columns: 1fr; }
  .ghl-ac-page .feature-fan p { justify-content: center !important; text-align: center !important; }
  .ghl-ac-page .stats-row, .ghl-ac-page .bonus-grid { grid-template-columns: 1fr; }
  .ghl-ac-page .reviews-grid { columns: 1; }
  .ghl-ac-page .faq-grid { columns: 1; }
  .ghl-ac-page .product-stack { height: 210px; }
  .ghl-ac-page .product-stack-small { height: 165px; }
  .ghl-ac-page .site-footer { padding-inline: 15px; }
}

/* ---- MOCKUP KIT (ac_mockups.py): inline-SVG art replaces the box mockups ---- */
.ghl-ac-page .kc-bundle, .ghl-ac-page .kc-fan, .ghl-ac-page .kc-cover { display: block; width: 100%; height: auto; overflow: visible; }
.ghl-ac-page .product-stack, .ghl-ac-page .product-stack-small { height: auto; }
.ghl-ac-page .product-stack { width: min(600px, 100%); margin: 18px auto; }
.ghl-ac-page .product-stack-small { width: 100%; margin: 4px auto 8px; }
.ghl-ac-page .site-footer .product-stack { max-width: 380px; }
.ghl-ac-page .fan-art { min-height: 0; }
.ghl-ac-page .fan-art .kc-fan { max-width: 470px; margin: 0 auto; }
.ghl-ac-page .bonus-card .kc-cover { width: 118px; margin: 0 auto; }
.ghl-ac-page .bundle-row { grid-template-columns: 48px 1fr auto; }
.ghl-ac-page .bundle-row .kc-cover { width: 48px; }
.ghl-ac-page .feature-fan i { height: 0; background: none; border-top: 1px dashed #b6b4c6; }

@media (prefers-reduced-motion: reduce) {
  .ghl-ac-page { scroll-behavior: auto; }
  .ghl-ac-page *, .ghl-ac-page *::before, .ghl-ac-page *::after {
    transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important;
  }
}

/* ---------------------------------------------------------------- PART 2
   preview chrome (NEW - not part of the v1.4 template)                    */
body { margin: 0; background: #fff; }

.preview-bar {
  padding: 10px 18px calc(10px + env(safe-area-inset-top, 0px));
  background: #2b1442; color: #ffd9a8;
  font: 700 13px/1.45 "Poppins", "Segoe UI", Arial, sans-serif;
  text-align: center;
}
.nav-strip {
  margin: 0; padding: 22px 18px calc(22px + env(safe-area-inset-bottom, 0px));
  background: #17132f; color: #ddd9eb;
  font: 400 13px/1.5 "Poppins", "Segoe UI", Arial, sans-serif; text-align: center;
}
.nav-strip b { display: block; margin-bottom: 8px; color: #fff; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.nav-strip p { margin: 0 0 10px; color: #ddd9eb; }
.nav-strip a {
  display: inline-block; margin: 0 6px 8px 0; padding: 10px 14px; min-height: 44px;
  background: #ffffff1a; color: #fff; border: 1px solid #9b68ff; border-radius: 8px;
  text-decoration: none; font-weight: 700;
}

/* placeholders stay visible, on purpose */
.ghl-ac-page .review-note {
  margin: 0 0 18px; padding: 13px 14px 12px; background: #fff4e5;
  border: 2px dashed #f0c48a; border-radius: 10px; color: #6b3d10; font-size: 12px; line-height: 1.5;
}
.ghl-ac-page .review-note .tag,
.ghl-ac-page .media-box .tag,
.ghl-ac-page .review-chip {
  display: inline-block; margin: 0 0 7px; padding: 3px 8px; background: #b2530a; color: #fff;
  border-radius: 4px; font-size: 9px; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase;
}
.ghl-ac-page .review-note p, .ghl-ac-page .media-box p { margin: 0; color: inherit; font-size: inherit; }
.ghl-ac-page .media-box {
  margin: 0 0 18px; padding: 22px 16px; background: #f1eef9; border: 2px dashed #9b68ff;
  border-radius: 12px; color: #4a3b78; font-size: 12px; line-height: 1.5; text-align: center;
}
.ghl-ac-page .media-box .tag { background: #6422d0; }
.ghl-ac-page .ph-inline {
  background: #fff4e5; border-bottom: 2px dotted #b2530a; color: #6b3d10; font-weight: 700; padding: 0 2px;
}
.ghl-ac-page .testimonial-still .review-chip { position: absolute; z-index: 3; left: 7%; bottom: 8%; }

/* the order block is a preview: no <form>, no input, nothing posts anywhere */
.ghl-ac-page .order-form .field {
  display: block; width: 100%; min-height: 40px; padding: 11px 11px; color: #68657a;
  border: 1px solid #d7d5df; border-radius: 5px; background: #fff; font-size: 11px; text-align: left;
}
.ghl-ac-page .field-note, .ghl-ac-page .cta-sentinel {
  display: block; margin: 4px 0 0; color: #b2530a; font-size: 8px; font-weight: 700; text-align: center;
}
.ghl-ac-page .primary-cta small { opacity: 1; }

/* the template's story section is a 2-column grid whose aside (bundle-card)
   has no V2 copy block; this is the one-column variant. */
.ghl-ac-page .section-grid.solo { grid-template-columns: minmax(0, 1fr); max-width: 900px; }
.ghl-ac-page .section-grid.solo .story-copy > p,
.ghl-ac-page .included-section .story-copy > p { font-size: 15px; }
.ghl-ac-page .letter-bullets li, .ghl-ac-page .doom-list p,
.ghl-ac-page .letter-steps p { font-size: 14px; }
.ghl-ac-page .faq-grid summary { font-size: 13px; }
.ghl-ac-page .faq-grid details p { font-size: 12px; }
.ghl-ac-page .bonus-card > p { font-size: 10px; }

/* under 900px the template flattens .hero-left with display:contents and
   orders video(1) / offer card(2) / hero copy(3); the [VIDEO] review box is a
   new child and would jump to the front without an order of its own. */
@media (max-width: 900px) {
  .ghl-ac-page .hero-left > .media-box { order: 1; }
}

@media (max-width: 620px) {
  .ghl-ac-page .section-grid.solo .story-copy > p,
  .ghl-ac-page .included-section .story-copy > p { font-size: 15px; }
  .ghl-ac-page .letter-bullets li { font-size: 14px; }
}
