/* ==========================================================================
   THE 1% CLOSER - Sales page
   ========================================================================== */

/* ---------- Hero ---------------------------------------------------------- */
.phero {
  position: relative; overflow: hidden;
  padding-top: clamp(7.5rem, 5rem + 8vw, 11rem);
  padding-bottom: clamp(3rem, 2rem + 4vw, 5rem);
}
.phero__in { position: relative; z-index: 2; display: grid; justify-items: center; }
.phero__in > .eyebrow { justify-content: center; }
.phero__cta { margin-top: 2.5rem; justify-content: center; }

/* VSL - swap the <img>+button for your embed iframe when the video is ready */
.vsl { margin: clamp(2.5rem, 1.5rem + 3vw, 4rem) 0 0; width: min(880px, 100%); }
.vsl__frame {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden;
  border: 1px solid var(--hair); border-radius: var(--radius);
  background: var(--ink-2);
  box-shadow: var(--shadow-lift), 0 0 0 1px rgba(0,0,0,.6);
}
.vsl__frame img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%;
  filter: grayscale(1) contrast(1.1) brightness(.55);
}
.vsl__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vsl__frame::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 60% at 50% 50%, transparent, rgba(8,8,10,.72));
}
.vsl__play {
  position: absolute; z-index: 2; inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: clamp(64px, 9vw, 88px); aspect-ratio: 1;
  display: grid; place-items: center; border-radius: 50%;
  background: rgba(200,164,76,.94); color: #14100A;
  box-shadow: 0 0 0 1px rgba(255,255,255,.25) inset, 0 18px 44px -14px rgba(0,0,0,.9);
  transition: transform .4s var(--ease-out), background .3s;
}
.vsl__play svg { width: 42%; margin-left: 8%; }
.vsl__play::before {
  content: ""; position: absolute; inset: -10px; border-radius: 50%;
  border: 1px solid var(--gold); opacity: .5;
  animation: halo 2.8s var(--ease) infinite;
}
@keyframes halo { 0% { transform: scale(.94); opacity: .55 } 70%,100% { transform: scale(1.3); opacity: 0 } }
.vsl__play:hover { transform: translate(-50%, -50%) scale(1.07); background: var(--gold-hi); }
.vsl__badge {
  position: absolute; z-index: 2; right: 1rem; bottom: 1rem;
  padding: .45rem .8rem; background: rgba(8,8,10,.78);
  border: 1px solid var(--hair); border-radius: 2px; color: var(--gold);
  backdrop-filter: blur(6px);
}
.vsl figcaption { margin-top: 1rem; text-align: center; }

/* ---------- Stat bar ------------------------------------------------------ */
.statbar { border-block: 1px solid var(--hair-soft); background: var(--ink-1); }
.statbar__in {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  text-align: center;
}
.statbar__in > div {
  padding: clamp(1.5rem, 1rem + 1.5vw, 2.25rem) .75rem;
  border-right: 1px solid var(--hair-soft);
  display: grid; gap: .3rem;
}
.statbar__in > div:last-child { border-right: 0; }
.statbar strong {
  font-family: var(--ff-display); font-weight: 400;
  font-size: clamp(2rem, 3.4vw, 2.75rem); line-height: 1; color: var(--gold);
}
.statbar span {
  font-family: var(--ff-mono); font-size: var(--t-xs);
  letter-spacing: .18em; text-transform: uppercase; color: var(--ash-dim);
}

/* ---------- Verdict block ------------------------------------------------- */
.verdict {
  margin-top: 3rem; padding: clamp(1.5rem, 1rem + 1.6vw, 2.25rem);
  border-left: 2px solid var(--gold);
  background: linear-gradient(90deg, rgba(200,164,76,.07), transparent 70%);
}
.verdict p:last-child { color: var(--bone); font-size: var(--t-lg); line-height: 1.6; margin-top: .85rem; }

/* ---------- Before / after ------------------------------------------------ */
.shift { background: linear-gradient(180deg, transparent, var(--ink-1) 18%, var(--ink-1) 82%, transparent); }
.shift__grid {
  display: grid; align-items: stretch; gap: clamp(1rem, 3vw, 2rem);
  grid-template-columns: 1fr auto 1fr;
}
@media (max-width: 820px) {
  .shift__grid { grid-template-columns: 1fr; }
  .shift__arrow { transform: rotate(90deg); }
}
.shift__col {
  padding: clamp(1.5rem, 1rem + 1.6vw, 2.25rem);
  border: 1px solid var(--hair-soft); border-radius: var(--radius);
  background: var(--ink-1);
}
.shift__col--after { border-color: var(--hair); background: linear-gradient(165deg, var(--ink-3), var(--ink-1) 70%); }
.shift__col ul { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .95rem; }
.shift__col li {
  display: grid; grid-template-columns: 1.2rem 1fr; gap: .7rem;
  font-size: var(--t-sm); line-height: 1.55; color: var(--ash);
}
.shift__col--before li::before { content: "✕"; color: var(--blood); font-size: .75rem; line-height: 1.7; }
.shift__col--after  li::before { content: "✓"; color: var(--gold);  font-size: .8rem;  line-height: 1.6; }
.shift__col--after li { color: var(--bone-dim); }
.shift__arrow { display: grid; place-items: center; color: var(--gold); font-size: 1.6rem; opacity: .5; }

/* ---------- Curriculum ---------------------------------------------------- */
.curr { border-top: 1px solid var(--hair-soft); }
.curr__wk { border-bottom: 1px solid var(--hair-soft); transition: background .5s var(--ease); }
.curr__wk.is-open { background: linear-gradient(180deg, rgba(200,164,76,.045), transparent 55%); }

.curr__head {
  width: 100%; display: grid; align-items: center; gap: clamp(.85rem, 2vw, 1.75rem);
  grid-template-columns: auto 1fr auto 1.5rem;
  padding: clamp(1.25rem, 1rem + 1vw, 1.85rem) 0;
  text-align: left; color: inherit;
}
.curr__wkn {
  font-family: var(--ff-display); font-size: clamp(1.75rem, 3.4vw, 2.6rem);
  color: var(--gold); opacity: .35; line-height: 1; min-width: 2.4ch;
  transition: opacity .4s var(--ease);
}
.curr__wk.is-open .curr__wkn { opacity: .95; }
.curr__wkt {
  font-family: var(--ff-display); font-size: var(--t-xl);
  color: var(--bone); line-height: 1.1;
}
.curr__wklabel { display: block; color: var(--gold); margin-bottom: .35rem; font-size: .625rem; }
.curr__wkc { color: var(--ash-dim); white-space: nowrap; }
.curr__head i {
  width: 1.5rem; height: 1.5rem; position: relative; justify-self: end;
}
.curr__head i::before, .curr__head i::after {
  content: ""; position: absolute; inset: 50% 0 auto 0; height: 1px;
  background: var(--gold); transition: transform .45s var(--ease-out);
}
.curr__head i::after { transform: rotate(90deg); }
.curr__wk.is-open .curr__head i::after { transform: rotate(0deg); }
@media (max-width: 720px) {
  .curr__head { grid-template-columns: auto 1fr 1.5rem; }
  .curr__wkc { display: none; }
}

.curr__inner { padding-bottom: 2rem; padding-left: clamp(0rem, 4vw, 4.4rem); }
.curr__sub { max-width: 62ch; font-size: var(--t-sm); margin-bottom: 1.75rem; }
.curr__lessons {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
}
.curr__lessons li {
  display: grid; grid-template-columns: 2.4rem 1fr auto; align-items: baseline; gap: .85rem;
  padding: .8rem 1rem .8rem 0;
  border-top: 1px solid var(--hair-soft);
  font-size: var(--t-sm);
}
.curr__ln { font-family: var(--ff-mono); font-size: var(--t-xs); color: var(--gold); opacity: .6; }
.curr__lt { color: var(--bone-dim); line-height: 1.45; }
.curr__ld { color: var(--ash-dim); white-space: nowrap; font-size: .625rem; }
.curr__l.is-finale .curr__lt { color: var(--gold-hi); }
.curr__l.is-finale .curr__lt::after {
  content: "Finale"; margin-left: .6rem; padding: .1rem .45rem;
  font-family: var(--ff-mono); font-size: .5rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold);
  border: 1px solid var(--hair); border-radius: 2px; vertical-align: middle;
}

/* ---------- Bonuses ------------------------------------------------------- */
.bonuses { background: linear-gradient(180deg, transparent, var(--ink-1) 22%, var(--ink-1) 78%, transparent); }
.bonus { display: grid; align-content: start; gap: .35rem; }
.bonus .numeral { font-size: clamp(2.5rem, 4vw, 3.25rem); margin-bottom: .5rem; }
.bonus h3 { font-size: var(--t-xl); margin-bottom: .5rem; }
.bonus p { color: var(--ash); font-size: var(--t-sm); line-height: 1.65; }

/* ---------- Fit / not fit ------------------------------------------------- */
.fit {
  display: grid; gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}
.fit__col {
  padding: clamp(1.5rem, 1rem + 1.6vw, 2.25rem);
  border: 1px solid var(--hair-soft); border-radius: var(--radius);
}
.fit__col:first-child { border-color: var(--hair); }
.fit__list { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: 1rem; }
.fit__list li {
  display: grid; grid-template-columns: 1.2rem 1fr; gap: .7rem;
  font-size: var(--t-sm); line-height: 1.55;
}
.fit__list--yes li { color: var(--bone-dim); }
.fit__list--yes li::before { content: "✓"; color: var(--gold); line-height: 1.6; }
.fit__list--no  li { color: var(--ash); }
.fit__list--no  li::before { content: "✕"; color: var(--ash-dim); font-size: .75rem; line-height: 1.75; }

/* ---------- Offer --------------------------------------------------------- */
.offer { position: relative; overflow: hidden; border-top: 1px solid var(--hair-soft); }
.offer__in {
  position: relative; z-index: 2;
  display: grid; gap: clamp(2.5rem, 1rem + 5vw, 4.5rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: start;
}
@media (max-width: 980px) { .offer__in { grid-template-columns: 1fr; } }
.offer__ledger { position: sticky; top: 100px; }
@media (max-width: 980px) { .offer__ledger { position: static; } }

.stack-table { width: 100%; border-collapse: collapse; margin-top: 2.5rem; }
.stack-table th, .stack-table td {
  text-align: left; padding: .95rem 0;
  border-bottom: 1px solid var(--hair-soft);
  font-weight: 400; font-size: var(--t-sm);
}
.stack-table th { color: var(--bone-dim); }
.stack-table td {
  text-align: right; font-family: var(--ff-mono); font-size: var(--t-xs);
  color: var(--ash); white-space: nowrap; padding-left: 1rem;
}
.stack-table tfoot th, .stack-table tfoot td {
  border-bottom: 0; border-top: 1px solid var(--hair);
  padding-top: 1.25rem; color: var(--gold);
  font-family: var(--ff-mono); font-size: var(--t-sm);
  letter-spacing: .12em; text-transform: uppercase;
}

.paylist {
  list-style: none; padding: 1.25rem 0 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: .4rem; justify-content: center;
}
.paylist li {
  font-family: var(--ff-mono); font-size: .5625rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ash-dim);
  border: 1px solid var(--hair-soft); border-radius: 2px; padding: .3rem .55rem;
}

/* ---------- Guarantee ----------------------------------------------------- */
.guarantee {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: center;
  padding: clamp(1.75rem, 1rem + 2vw, 2.75rem);
  border: 1px solid var(--hair); border-radius: var(--radius);
  background:
    radial-gradient(90% 140% at 0% 50%, rgba(200,164,76,.10), transparent 60%),
    var(--ink-1);
}
.guarantee img { width: clamp(64px, 9vw, 96px); }
.guarantee h3 { font-size: var(--t-2xl); margin-bottom: .85rem; }
.guarantee p { font-size: var(--t-sm); line-height: 1.7; }
@media (max-width: 620px) { .guarantee { grid-template-columns: 1fr; text-align: left; } }

/* ---------- FAQ ----------------------------------------------------------- */
.faq__list { margin-top: clamp(2.5rem, 1.5rem + 3vw, 4rem); border-top: 1px solid var(--hair-soft); }
.faq__item { border-bottom: 1px solid var(--hair-soft); }
.faq__head {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: 1.4rem 0; text-align: left;
  font-family: var(--ff-sans); font-size: var(--t-lg); color: var(--bone);
  transition: color .3s;
}
.faq__head:hover { color: var(--gold); }
.faq__head i { position: relative; width: 1.1rem; height: 1.1rem; flex: none; }
.faq__head i::before, .faq__head i::after {
  content: ""; position: absolute; inset: 50% 0 auto 0; height: 1px;
  background: var(--gold); transition: transform .45s var(--ease-out);
}
.faq__head i::after { transform: rotate(90deg); }
.faq__item.is-open .faq__head i::after { transform: rotate(0deg); }
.faq__body p { padding-bottom: 1.6rem; max-width: 68ch; color: var(--ash); font-size: var(--t-sm); line-height: 1.75; }

/* ---------- Sticky buy bar ------------------------------------------------ */
.buybar {
  position: fixed; inset: auto 0 0 0; z-index: 90;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .85rem var(--gut);
  background: rgba(8,8,10,.93);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--hair);
  transform: translateY(110%);
  transition: transform .5s var(--ease-out);
}
.buybar.is-on { transform: none; }
.buybar__price { font-family: var(--ff-display); font-size: 1.75rem; color: var(--gold); line-height: 1; }
.buybar__note { display: block; color: var(--ash-dim); margin-top: .15rem; }
.buybar .btn { padding: .9rem 1.6rem; }
@media (min-width: 981px) { .buybar { display: none; } }
