/* =========================================================
   HTC 3.0 — High-Ticket Closer® landing page clone
   ========================================================= */

:root {
  --bg-dark: #0d0d0d;
  --bg-dark-2: #141414;
  --bg-white: #ffffff;
  --bg-light: #f4f4f4;
  --gold: #c9a36a;
  --gold-dark: #b8924f;
  --highlight: #fff84a;
  --text-dark: #1a1a1a;
  --text-muted: #555;
  --text-on-dark: #f3f3f3;
  --text-on-dark-muted: #c9c9c9;
  --red: #e23b3b;
  --col: 600px;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Cinzel", "Trajan Pro", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  background: #000;
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

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

/* ---------- Layout primitives ---------- */
.section {
  width: 100%;
  padding: 54px 0;
}
.section--dark   { background: var(--bg-dark); color: var(--text-on-dark); }
.section--dark-2 { background: var(--bg-dark-2); color: var(--text-on-dark); }
.section--white  { background: var(--bg-white); color: var(--text-dark); }
.section--light  { background: var(--bg-light); color: var(--text-dark); }
.section--tight  { padding: 30px 0; }

.wrap {
  max-width: var(--col);
  margin: 0 auto;
  padding: 0 22px;
}

/* ---------- Typography ---------- */
h1, h2, h3 { line-height: 1.18; margin: 0 0 18px; font-weight: 700; }
h1 { font-size: 2.35rem; text-align: center; letter-spacing: -.5px; }
h2 { font-size: 1.7rem; text-align: center; letter-spacing: -.3px; }
h3 { font-size: 1.15rem; }
.section--dark h1, .section--dark h2, .section--dark h3,
.section--dark-2 h1, .section--dark-2 h2 { color: #fff; }

p { margin: 0 0 16px; font-size: 1rem; }
.lead { font-size: 1.02rem; }
.center { text-align: center; }
.muted { color: var(--text-muted); }
.section--dark .muted, .section--dark-2 .muted { color: var(--text-on-dark-muted); }
em { font-style: italic; }
strong { font-weight: 700; }
u, .u { text-decoration: underline; }
.gold-text { color: var(--gold); }
.tm { font-size: .7em; vertical-align: super; }

.subhead {
  text-align: center;
  max-width: 520px;
  margin: -6px auto 0;
  font-weight: 600;
}

.eyebrow { text-align: center; font-size: 1.05rem; margin-bottom: 6px; }

/* ---------- Sticky header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg-dark);
  border-bottom: 1px solid #000;
  padding: 16px 0;
  text-align: center;
}
.logo {
  display: inline-block;
  font-family: var(--serif);
  color: var(--gold);
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
}
.logo .logo-top { font-size: clamp(.95rem, 4.2vw, 1.45rem); font-weight: 700; display: block; }
.logo .logo-sub {
  font-size: .62rem;
  letter-spacing: 3.5px;
  display: block;
  margin-top: 5px;
}

/* ---------- CTA button ---------- */
.cta-btn {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 26px auto;
  padding: 16px 20px;
  background: var(--gold);
  color: #fff;
  font-family: var(--sans);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .3px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
  transition: transform .12s ease, background .15s ease;
}
.cta-btn:hover { background: var(--gold-dark); transform: translateY(-1px); }
.cta-btn .cart { margin-right: 8px; }

/* ---------- Lists ---------- */
.check-list, .x-list { list-style: none; padding: 0; margin: 22px 0; }
.check-list li, .x-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-size: 1rem;
}
.check-list li::before {
  content: "✔";
  position: absolute; left: 0; top: 0;
  color: var(--gold);
  font-weight: 700;
}
.x-list li::before {
  content: "✖";
  position: absolute; left: 0; top: 0;
  color: var(--red);
  font-weight: 700;
}

/* numbered list */
.num-list { padding-left: 20px; margin: 20px 0; }
.num-list li { margin-bottom: 18px; }

/* ---------- Highlighter ---------- */
.hl {
  background: var(--highlight);
  color: #111;
  padding: 0 3px;
  font-weight: 600;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* =========================================================
   IMAGE PLACEHOLDERS
   ========================================================= */
.img-slot {
  position: relative;
  width: 100%;
  background:
    repeating-linear-gradient(45deg,#2a2a2a 0 10px,#262626 10px 20px);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a8a8a;
  font-size: .72rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 12px;
  overflow: hidden;
}
.img-slot.light {
  background: repeating-linear-gradient(45deg,#e6e6e6 0 10px,#dcdcdc 10px 20px);
  color: #9a9a9a;
}
.img-slot.r-43 { aspect-ratio: 4/3; }
.img-slot.r-11 { aspect-ratio: 1/1; }
.img-slot.r-169 { aspect-ratio: 16/9; }
.img-slot.r-tall { aspect-ratio: 3/4; }
.img-slot.banner { aspect-ratio: 16/8; border-radius: 0; }

/* supplied images fill their slot and crop cleanly */
.img-slot img,
.testi-thumb img,
.fb-media img,
.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* hero image (replaces former VSL video mock) */
.hero-img {
  aspect-ratio: 16/12;
  border-radius: 4px;
}

/* ---------- Two-column text+image rows ---------- */
.row { display: flex; gap: 18px; align-items: flex-start; }
.row .col { flex: 1; min-width: 0; }
.row .col p:last-child { margin-bottom: 0; }
@media (max-width: 560px) {
  .row { flex-direction: column; }
}

/* =========================================================
   FACEBOOK MOCK CARD
   ========================================================= */
.fb-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 24px 0; }
.fb-grid.one { grid-template-columns: 1fr; max-width: 340px; margin-inline: auto; }
@media (max-width: 540px) { .fb-grid { grid-template-columns: 1fr; } }

.fb-card {
  background: #fff;
  color: #1c1e21;
  border-radius: 8px;
  border: 1px solid #dadde1;
  padding: 12px;
  font-size: .8rem;
  text-align: left;
  box-shadow: 0 1px 4px rgba(0,0,0,.18);
}
.fb-head { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.fb-avatar { width: 36px; height: 36px; border-radius: 50%; background: #c4c9d1; flex: none; }
.fb-name { font-weight: 700; font-size: .82rem; line-height: 1.1; }
.fb-date { color: #65676b; font-size: .72rem; }
.fb-dots { margin-left: auto; color: #65676b; font-weight: 700; }
.fb-body { font-size: .78rem; line-height: 1.45; color: #1c1e21; }
.fb-body p { margin: 0 0 8px; font-size: .78rem; }
.fb-media {
  margin: 8px -12px 0;
  aspect-ratio: 16/10;
  background: repeating-linear-gradient(45deg,#e9e9e9 0 10px,#e0e0e0 10px 20px);
  display: flex; align-items: center; justify-content: center;
  color: #9a9a9a; font-size: .68rem; text-transform: uppercase; letter-spacing: 1px;
}
.fb-media.boom {
  background: radial-gradient(circle at 50% 40%, #ff7a18, #c11414);
  color: #fff; font-weight: 800; font-size: 1.4rem; letter-spacing: 2px;
}
.fb-media.flames {
  background: linear-gradient(160deg,#ff5e3a,#ff2d55);
  color:#fff; font-weight:800; text-align:center; flex-direction:column; padding:14px;
}
.fb-media.flames .big { font-size: 1.3rem; line-height: 1.2; }
.fb-foot {
  display: flex; justify-content: space-between;
  border-top: 1px solid #e4e6eb; margin-top: 10px; padding-top: 8px;
  color: #65676b; font-size: .72rem; align-items: center;
}
.fb-reacts { display: flex; align-items: center; gap: 2px; }
.fb-reacts .r { width: 16px; height: 16px; border-radius: 50%; display:inline-block; margin-left:-3px; border:1.5px solid #fff;}
.fb-reacts .like { background:#1877f2;} .fb-reacts .love{background:#f33e58;} .fb-reacts .wow{background:#f7b125;}

/* gold quote bubble that sits below some testimonial cards */
.quote-strip {
  background: #0d0d0d;
  border: 2px solid var(--gold);
  border-radius: 6px;
  padding: 26px 16px 16px;
  margin-top: -2px;
  position: relative;
  color: #fff;
  font-size: .82rem;
  text-align: center;
}
.quote-strip .qmark {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--gold); color:#fff; font-size: 1.4rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center; font-family: Georgia, serif;
}
.quote-strip .hl { font-size: .82rem; }

/* =========================================================
   VIDEO TESTIMONIAL CARD (gold border + stars)
   ========================================================= */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 26px 0; }
@media (max-width: 560px){ .testi-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 380px){ .testi-grid { grid-template-columns: 1fr; } }

.testi-card {
  background: #fff;
  border: 2px solid var(--gold);
  border-radius: 4px;
  padding: 10px;
  text-align: left;
  position: relative;
}
.stars {
  display: inline-flex;
  gap: 2px;
  background: #fff;
  border: 2px solid var(--gold);
  border-radius: 16px;
  padding: 2px 10px;
  color: var(--gold);
  font-size: .72rem;
  position: relative;
  top: -20px;
  margin: 0 auto -14px;
  left: 50%;
  transform: translateX(-50%);
}
.testi-thumb {
  position: relative;
  aspect-ratio: 5/4;
  background: #111;
  display: flex; align-items: center; justify-content: center;
  border-radius: 2px;
  margin-bottom: 8px;
}
.testi-quote {
  font-size: .8rem; color: #1a1a1a; line-height: 1.35; margin: 0 0 8px;
  font-weight: 600;
}
.testi-quote .qopen { color: var(--gold); font-weight: 800; font-size: 1rem; margin-right: 2px; }
.testi-quote .emph { background: var(--gold); color:#1a1a1a; padding: 0 2px; }
.testi-name { font-size: .68rem; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.testi-role { font-size: .62rem; color: #888; text-transform: uppercase; letter-spacing: .4px; }

/* big quote testimonial (text only) */
.bigquote { text-align: left; margin: 26px 0; }
.bigquote p { font-size: 1.35rem; font-weight: 700; line-height: 1.3; margin-bottom: 6px; }
.bigquote .by { color: var(--gold); font-weight: 700; text-align: right; font-size: 1.2rem; }

/* =========================================================
   $34.2 BILLION reveal
   ========================================================= */
.big-number {
  position: relative;
  text-align: center;
  margin: 30px auto;
  max-width: 420px;
  padding: 34px 20px;
}
.big-number .num {
  font-size: clamp(1.35rem, 7.5vw, 2.5rem);
  font-weight: 800;
  color: var(--gold);
  line-height: 1.05;
}
.big-number .sub { font-size: clamp(1.1rem, 5vw, 1.6rem); color: #fff; font-weight: 600; }
.big-number .ellipse {
  position: absolute; inset: 0;
  border: 4px solid var(--gold);
  border-radius: 50%;
  transform: rotate(-4deg);
  pointer-events: none;
}

/* =========================================================
   AWARD / GALLERY GRID
   ========================================================= */
.award-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 3px; margin: 22px 0; }
.award-grid .img-slot { aspect-ratio: 3/4; border-radius: 2px; font-size: 0; }
@media (max-width: 560px){ .award-grid { grid-template-columns: repeat(5,1fr); } }

/* =========================================================
   MOUNTAIN FRAMEWORK
   ========================================================= */
.framework { text-align: center; margin: 30px 0; }
.framework svg { width: 100%; max-width: 460px; height: auto; }

/* =========================================================
   PILLAR / VALUE STACK
   ========================================================= */
.value-stack { margin: 26px 0; }
.value-row {
  display: flex; align-items: center; gap: 14px;
  border: 1px solid rgba(201,163,106,.4);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  padding: 14px 16px;
  margin-bottom: 12px;
  background: rgba(255,255,255,.03);
}
.value-row .vr-title { flex: 1; }
.value-row .vr-title strong { display: block; font-size: 1.02rem; }
.value-row .vr-title span { font-size: .82rem; color: var(--text-on-dark-muted); }
.value-row .vr-price { color: var(--gold); font-weight: 800; font-size: 1.1rem; white-space: nowrap; }
.value-total {
  text-align: center; font-size: 1.3rem; font-weight: 800; margin-top: 8px; color:#fff;
}
.value-total s { color: var(--text-on-dark-muted); font-weight: 600; }

/* bonus cards */
.bonus-grid { display: grid; gap: 14px; margin: 24px 0; }
.bonus-card {
  border: 1px solid rgba(201,163,106,.45);
  border-radius: 10px;
  padding: 18px;
  background: rgba(201,163,106,.06);
}
.bonus-card .tag {
  display: inline-block; background: var(--gold); color: #111;
  font-size: .7rem; font-weight: 800; text-transform: uppercase;
  padding: 3px 10px; border-radius: 20px; letter-spacing: .5px; margin-bottom: 10px;
}
.bonus-card h3 { margin: 0 0 8px; }
.bonus-card p { margin: 0; font-size: .9rem; color: var(--text-on-dark-muted); }

/* =========================================================
   MODULE rows
   ========================================================= */
.module {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 26px 0;
  border-top: 1px solid #e4e4e4;
}
.module:first-of-type { border-top: none; }
.module .m-text { flex: 1.1; min-width: 0; }
.module .m-img { flex: 1; min-width: 0; }
.module h3 { margin: 0 0 8px; font-size: 1.02rem; }
.module h3 .mlabel { font-weight: 800; }
.module p { font-size: .9rem; margin: 0; }
.module.rev { flex-direction: row-reverse; }
@media (max-width: 560px){
  .module, .module.rev { flex-direction: column; }
}

/* =========================================================
   CHECKOUT
   ========================================================= */
.checkout-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.recap-list { list-style: none; padding: 0; margin: 0 0 24px; }
.recap-list li {
  display: flex; justify-content: space-between; gap: 10px;
  padding: 9px 0; border-bottom: 1px dashed #e4e4e4; font-size: .9rem;
}
.recap-list li .v { color: var(--gold-dark); font-weight: 700; white-space: nowrap; }
.recap-list li.total { font-weight: 800; font-size: 1.05rem; border-bottom: none; padding-top: 14px; }

.form-section-title {
  font-size: .8rem; text-transform: uppercase; letter-spacing: 1px;
  color: #999; margin: 22px 0 10px; font-weight: 700;
}
.field { margin-bottom: 12px; }
.field label { display: block; font-size: .78rem; font-weight: 600; margin-bottom: 4px; color: #444; }
.field input, .field select {
  width: 100%; padding: 11px 12px; border: 1px solid #ccc; border-radius: 7px;
  font-family: var(--sans); font-size: .9rem;
}
.field-row { display: flex; gap: 12px; }
.field-row .field { flex: 1; }

.price-options { display: grid; gap: 12px; margin: 18px 0; }
.price-opt {
  border: 2px solid #ddd; border-radius: 10px; padding: 16px;
  cursor: pointer; display: flex; align-items: center; gap: 12px;
  transition: border-color .15s, background .15s;
}
.price-opt.active { border-color: var(--gold); background: rgba(201,163,106,.08); }
.price-opt .radio {
  width: 20px; height: 20px; border-radius: 50%; border: 2px solid #bbb; flex: none;
  position: relative;
}
.price-opt.active .radio { border-color: var(--gold); }
.price-opt.active .radio::after {
  content:""; position:absolute; inset:3px; border-radius:50%; background: var(--gold);
}
.price-opt .po-text { flex: 1; }
.price-opt .po-text strong { display: block; font-size: 1rem; }
.price-opt .po-text span { font-size: .8rem; color: #777; }
.price-opt .po-price { font-weight: 800; font-size: 1.2rem; color: var(--text-dark); }

.ssl-badge {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 16px; color: #2c7a3f; font-size: .8rem; font-weight: 600;
}
.ssl-badge .lock { font-size: 1rem; }

/* =========================================================
   FAQ
   ========================================================= */
.faq { max-width: var(--col); margin: 24px auto 0; }
.faq-item { border-bottom: 1px solid #ddd; }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  text-align: left; padding: 18px 36px 18px 0; position: relative;
  font-family: var(--sans); font-size: 1rem; font-weight: 600; color: var(--text-dark);
}
.faq-q::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  color: var(--gold); font-size: 1.5rem; font-weight: 400; transition: transform .2s;
}
.faq-item.open .faq-q::after { content: "–"; }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height .25s ease;
}
.faq-a p { padding: 0 0 18px; margin: 0; font-size: .92rem; color: var(--text-muted); }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--bg-dark); color: var(--text-on-dark-muted); padding: 40px 0 60px; }
.footer-gallery { display: grid; grid-template-columns: repeat(6,1fr); gap: 4px; margin-bottom: 26px; }
.footer-gallery .img-slot { aspect-ratio: 1/1; border-radius: 2px; font-size: 0; }
.footer-links { text-align: center; margin-bottom: 20px; }
.footer-links a { color: var(--gold); text-decoration: none; margin: 0 10px; font-size: .85rem; }
.footer-links a:hover { text-decoration: underline; }
.disclaimer { font-size: .72rem; line-height: 1.6; color: #888; margin-bottom: 16px; }
.copyright { text-align: center; font-size: .75rem; color: #777; }

/* =========================================================
   LEGAL PAGES
   ========================================================= */
.legal h1 { font-size: 1.8rem; margin: 10px 0 6px; }
.legal .updated { text-align: center; color: var(--text-muted); font-size: .82rem; margin-bottom: 30px; }
.legal h2 {
  text-align: left; font-size: 1.15rem; margin: 34px 0 12px;
  padding-bottom: 8px; border-bottom: 2px solid var(--gold);
}
.legal h3 { font-size: .98rem; margin: 20px 0 8px; }
.legal p, .legal li { font-size: .92rem; color: #333; }
.legal ul, .legal ol { padding-left: 22px; margin: 10px 0 16px; }
.legal li { margin-bottom: 8px; }
.legal .back-link {
  display: inline-block; margin-bottom: 8px; color: var(--gold-dark);
  text-decoration: none; font-size: .85rem; font-weight: 600;
}
.legal .back-link:hover { text-decoration: underline; }

/* helpers */
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.narrow { max-width: 480px; margin-inline: auto; }
