/* X-Frame sales page — faithful replica of the original design + modern polish.
   Imports the shared j3.css (tokens + header/mega-menu + buttons). */

:root { --box-dark: #141417; }

/* ---- copy ---- */
.rich p { font-size: 1.05rem; color: #34373d; }   /* dark, readable on white + grey */
.rich p + p { margin-top: 14px; }
.rich strong { color: var(--ink); font-weight: 600; }
h1 .accent, h2 .accent, h3 .accent { color: var(--red); }

/* ---- hero (centered VSL) ---- */
.hero-x { padding: clamp(30px,4vw,56px) 0 clamp(26px,4vw,46px); text-align: center; }
.hero-x .eyebrow { margin: 0 auto 16px; }
.hero-x h1 { font-size: clamp(1.7rem, 1rem + 2.5vw, 2.7rem); max-width: 940px; margin: 0 auto 26px; line-height: 1.2; }
.vsl { position: relative; width: 100%; max-width: 840px; margin: 0 auto; aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); background: #0b0b0d; }
.vsl iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---- CTA cluster + dashed guarantee chip (matches original) ---- */
.cta-cluster { display: flex; flex-direction: column; align-items: center; gap: 14px; margin: 30px auto 0; }
.cta-cluster .btn { font-size: 1.1rem; padding: 16px 32px; }
.gtee { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); border: 1.5px dashed var(--line-2); border-radius: 8px; padding: 7px 14px; }
.gtee svg { width: 16px; height: 16px; color: var(--red); }
.gtee.on-dark { color: #cfd2d6; border-color: rgba(255,255,255,.28); }

/* ---- 2-col split (image + content) ---- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,56px); align-items: center; }
.split.flip .split-media { order: 2; }
.split-media img { width: 100%; height: auto; border-radius: 16px; display: block; }
.split-copy h2 { font-size: clamp(1.5rem,1rem+1.6vw,2.1rem); }
.split-copy .uline { margin: 14px 0 18px; }

/* ---- dark emphasis box (the core motif of this page) ---- */
.darkbox { background: var(--box-dark); color: #c9ccd2; border-radius: 26px; padding: clamp(28px,4vw,52px); box-shadow: var(--shadow-dark); }
.darkbox h2, .darkbox h3 { color: #fff; }
.darkbox .accent { color: var(--red-bright); }
.darkbox .uline { margin: 14px 0 20px; }
.darkbox p { color: #c2c6cc; }
.darkbox p strong { color: #fff; }
.darkbox.center { text-align: center; }
.darkbox.center .dlist { margin-inline: auto; text-align: left; }  /* list text stays left so multi-line rows align under the icon */
/* dark box with image inside */
.darkbox.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(26px,3vw,48px); align-items: center; }
.darkbox.split.flip .db-media { order: 2; }
.darkbox.split .db-media img { width: 100%; height: auto; border-radius: 16px; }

/* ---- light bordered box ---- */
.lightbox { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: clamp(24px,3vw,40px); box-shadow: var(--shadow-sm); }

/* ---- grey box (light grey card; used inside white sections, and as the lighter box in a pair) ---- */
.greybox { background: #f3f4f6; border: 1px solid var(--line); border-radius: 22px; padding: clamp(22px,3vw,38px); color: var(--ink-2); }
.greybox h2, .greybox h3 { color: var(--ink); }
.greybox p { color: #34373d; }
.greybox p strong { color: var(--ink); }

/* spacing between stacked blocks that share one background section */
.gap-t { margin-top: clamp(42px,5vw,68px); }
/* a split whose columns size to their own content (no stretch) */
.split.start { align-items: start; }

/* ---- lists (red bullet / red check) ---- */
.dlist { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; max-width: 820px; }
.dlist li { display: flex; gap: 14px; align-items: flex-start; font-size: 1.04rem; line-height: 1.5; }
.dlist li svg { flex-shrink: 0; width: 24px; height: 24px; margin-top: 1px; }
.dlist.tight { gap: 13px; }
.dlist.tight li { font-size: .98rem; }

/* ---- phase / generic image cards ---- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.pcard { background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.pcard .ph { aspect-ratio: 16/10; overflow: hidden; }
.pcard .ph img { width: 100%; height: 100%; object-fit: cover; }
.pcard .bd { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.pcard h3 { font-size: 1.4rem; }
.pcard .btn { align-self: flex-start; margin-top: auto; padding: 11px 22px; font-size: .92rem; }
.value-badge { display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; color: var(--red); margin-bottom: 4px; }
.darkbox .value-badge { color: var(--red-bright); }

/* ---- price 2-col card ---- */
.price-split { background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; }
.price-split .pc-copy { padding: clamp(28px,3.5vw,48px); }
.price-split .pc-copy .rich p { font-size: 1.04rem; }
.price-split .pc-copy .price { font-family: var(--font-head); font-weight: 700; color: var(--ink); }
.price-split .pc-copy .price .big { color: var(--red); font-size: 1.5em; }
.price-split .pc-media { padding: clamp(18px,2vw,28px); }                 /* real img, shown in full (the X-Frame showcase must not be cropped) */
.price-split .pc-media img { width: 100%; height: auto; display: block; border-radius: 14px; }
.price-split hr { border: 0; border-top: 1px solid var(--line); margin: 18px 0; }

/* ---- guarantee box with photo ---- */
.gbox { position: relative; }
.gbox .gb-photo { position: absolute; right: clamp(16px,3vw,48px); bottom: 0; width: clamp(180px,26%,320px); }
.gbox .gb-photo img { width: 100%; height: auto; display: block; }

/* ---- trust strip ---- */
.section.tight { padding: clamp(40px,5vw,68px) 0; }
/* margin-bottom only — must NOT reset margin-top, or it overrides .gap-t */
.sec-head { text-align: center; max-width: 820px; margin-left: auto; margin-right: auto; margin-bottom: clamp(34px,4vw,52px); }
.sec-head .eyebrow { margin-bottom: 16px; }
.sec-head h2 { font-size: clamp(1.6rem,1rem+1.8vw,2.4rem); }
.sec-head p { color: #34373d; font-size: 1.08rem; margin-top: 16px; }

/* ---- "not one and done" left column: grey paragraph box + separate poster below ---- */
/* poster is bottom-cropped (keep the title + figure at top, cut the empty base) to match the original */
.nod-poster { width: 100%; aspect-ratio: 19 / 20; object-fit: cover; object-position: top center; display: block; border-radius: 16px; margin-top: 22px; box-shadow: var(--shadow-sm); }

/* ---- offer / pricing card: order-summary style (upper CTAs scroll here) ---- */
#pricing { scroll-margin-top: 90px; }                 /* offset the sticky header on anchor scroll */
.offer-receipt { display: grid; grid-template-columns: 1.15fr .85fr; background: #fff; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.offer-receipt .or-left { padding: clamp(26px,3vw,40px); }
.offer-receipt .or-left .dlist { gap: 13px; }
.offer-receipt .or-left .dlist li { font-size: 1rem; }
.or-bonus { display: flex; gap: 12px; align-items: center; margin-top: 14px; }
.or-bonus img { width: 52px; height: 70px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.or-bonus b { font-family: var(--font-head); font-size: .95rem; color: var(--ink); display: block; }
.or-bonus .vtag { font-size: .85rem; color: var(--red); font-weight: 600; }
.offer-receipt .or-right { background: var(--box-dark); color: #c9ccd2; padding: clamp(26px,3vw,40px); display: flex; flex-direction: column; justify-content: center; }
.orp-row { display: flex; justify-content: space-between; gap: 12px; font-size: .95rem; padding: 7px 0; color: #c2c6cc; }
.orp-row.tv { border-top: 1px solid rgba(255,255,255,.14); margin-top: 6px; padding-top: 12px; }
.orp-row .strike { text-decoration: line-through; color: #8a8f97; }
.orp-today { display: flex; align-items: baseline; justify-content: space-between; margin: 12px 0 18px; }
.orp-today .lab { font-family: var(--font-head); font-weight: 600; color: #fff; }
.orp-amt { font-family: var(--font-head); font-weight: 700; font-size: 2.6rem; color: #fff; line-height: 1; }
.orp-amt .cur { color: var(--red-bright); font-size: .5em; vertical-align: super; }
.offer-receipt .or-right .btn { width: 100%; justify-content: center; }
.offer-receipt .gtee.on-dark { margin: 14px auto 0; }
@media (max-width: 780px){ .offer-receipt { grid-template-columns: 1fr; } }

/* ---- responsive ---- */
@media (max-width: 860px){
  .split, .split.flip { grid-template-columns: 1fr; }
  .split.flip .split-media, .split .split-media { order: -1; max-width: 540px; margin: 0 auto; }
  .darkbox.split, .darkbox.split.flip { grid-template-columns: 1fr; }
  .darkbox.split .db-media, .darkbox.split.flip .db-media { order: -1; max-width: 520px; margin: 0 auto; }
  .duo { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .price-split { grid-template-columns: 1fr; }
  .price-split .pc-media { order: -1; }
  .price-split .pc-media img { max-width: 340px; margin: 0 auto; }
  .gbox .gb-photo { position: static; width: 220px; margin: 18px auto 0; display: block; }
}
@media (max-width: 560px){
  .cta-cluster .btn { width: 100%; }
}
