/* BoldWire Digital Marketing — Growth SOP funnel
   Ink #0B0E14 · Ink-2 #1C2534 · Off-white #F2F6FA · Grey #6B7686
   Grey-2 #AEB9C7 · Blue #2491FF · Lime #91F535
   Archivo (display) + Space Grotesk (body) */

:root {
  --ink: #0B0E14;
  --ink-2: #1C2534;
  --ink-3: #141B26;
  --line: #232E40;
  --off: #F2F6FA;
  --grey: #6B7686;
  --grey-2: #AEB9C7;
  --blue: #2491FF;
  --lime: #91F535;
  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --body: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1120px;
  --r: 14px;
}

* { box-sizing: border-box; }
/* author display rules outrank the UA [hidden] rule, so enforce it */
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--off);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--blue); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 780px; }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 900; line-height: 1.1; margin: 0; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.15rem, 6vw, 3.9rem); }
h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); }
h3 { font-size: 1.17rem; font-weight: 700; letter-spacing: -0.01em; }
p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-family: var(--display); font-weight: 700; font-size: 0.76rem;
  letter-spacing: 0.19em; text-transform: uppercase; color: var(--blue);
  margin: 0 0 14px;
}
.eyebrow.lime { color: var(--lime); }
.lede { font-size: clamp(1.05rem, 2vw, 1.24rem); color: var(--grey-2); line-height: 1.6; }
.muted { color: var(--grey-2); }
.small { font-size: 0.9rem; }
strong { color: #fff; font-weight: 700; }
em { color: var(--lime); font-style: normal; font-weight: 700; }

/* ---------- rules & sections ---------- */
.accent { width: 74px; height: 4px; border-radius: 2px; background: linear-gradient(90deg, var(--blue), var(--lime)); margin: 0 0 22px; }
.accent.center { margin-left: auto; margin-right: auto; }
section { padding: clamp(56px, 8vw, 104px) 0; }
section.tight { padding: clamp(40px, 5vw, 64px) 0; }
.alt { background: var(--ink-3); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.center { text-align: center; }
.sec-head { max-width: 720px; margin-bottom: 44px; }
.sec-head.center { margin-left: auto; margin-right: auto; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 14, 20, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav .wrap { display: flex; align-items: center; gap: 18px; height: 66px; }
.nav img { height: 21px; width: auto; }
.nav .spacer { flex: 1; }
.nav .price-tag { font-family: var(--display); font-weight: 700; font-size: 0.95rem; color: var(--grey-2); }
.nav .price-tag s { color: var(--grey); margin-right: 7px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--display); font-weight: 900; font-size: 1.02rem;
  padding: 17px 30px; border-radius: 10px; border: 0; cursor: pointer;
  text-decoration: none; letter-spacing: -0.01em; text-align: center;
  transition: transform .14s ease, box-shadow .14s ease, background .14s ease;
}
.btn-primary {
  background: var(--blue); color: #04101f;
  box-shadow: 0 8px 26px rgba(36, 145, 255, .3);
}
.btn-primary:hover { background: #4aa5ff; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(36, 145, 255, .42); }
.btn-lime { background: var(--lime); color: #14210a; box-shadow: 0 8px 26px rgba(145, 245, 53, .26); }
.btn-lime:hover { background: #a6f95c; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--off); border: 1px solid var(--line); font-weight: 700; }
.btn-ghost:hover { border-color: var(--blue); color: #fff; }
.btn-sm { padding: 11px 20px; font-size: 0.92rem; border-radius: 8px; }
.btn-block { display: flex; width: 100%; }

.buy-note { font-size: 0.86rem; color: var(--grey); margin-top: 13px; line-height: 1.5; }
.buy-note b { color: var(--grey-2); font-weight: 700; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  padding: clamp(46px, 7vw, 84px) 0 clamp(50px, 7vw, 88px);
  background:
    radial-gradient(1100px 560px at 76% 14%, rgba(36,145,255,.16), transparent 62%),
    radial-gradient(760px 460px at 12% 82%, rgba(145,245,53,.09), transparent 64%);
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(34px, 5vw, 68px); align-items: center; }
.hero h1 { margin-bottom: 20px; }
.hero h1 .hl { color: var(--blue); }
.hero-points { list-style: none; padding: 0; margin: 26px 0 30px; }
.hero-points li { position: relative; padding-left: 30px; margin-bottom: 11px; color: var(--grey-2); }
.hero-points li::before {
  content: ""; position: absolute; left: 3px; top: .58em;
  width: 9px; height: 9px; border-radius: 2px; background: var(--lime);
}
.hero-points li b { color: #fff; font-weight: 700; }

.cover-shot { position: relative; }
.cover-shot img {
  width: 100%; border-radius: 8px;
  box-shadow: 0 30px 70px rgba(0,0,0,.62), 0 0 0 1px rgba(255,255,255,.07);
}
.cover-badge {
  position: absolute; top: -14px; right: -10px;
  background: var(--lime); color: #14210a;
  font-family: var(--display); font-weight: 900; font-size: .8rem;
  letter-spacing: .04em; padding: 9px 15px; border-radius: 8px;
  box-shadow: 0 10px 26px rgba(0,0,0,.4); transform: rotate(3deg);
}

/* ---------- price block ---------- */
.price-row { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.price-now { font-family: var(--display); font-weight: 900; font-size: clamp(2.5rem, 6vw, 3.3rem); color: #fff; line-height: 1; }
.price-was { font-family: var(--display); font-weight: 700; font-size: 1.15rem; color: var(--grey); text-decoration: line-through; }
.price-tagline { font-size: .95rem; color: var(--grey-2); }

/* ---------- generic cards ---------- */
.cards { display: grid; gap: 18px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--ink-2); border: 1px solid var(--line);
  border-radius: var(--r); padding: 26px;
}
.card h3 { margin-bottom: 9px; color: #fff; }
.card p { color: var(--grey-2); font-size: .97rem; margin: 0; }
.card .num {
  font-family: var(--display); font-weight: 900; font-size: .82rem;
  color: var(--blue); letter-spacing: .12em; margin-bottom: 12px;
}

/* ---------- parts / curriculum ---------- */
.part { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; margin-bottom: 16px; background: var(--ink-2); }
.part-head { display: flex; align-items: baseline; gap: 14px; padding: 20px 24px; background: #16202E; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.part-head .tag { font-family: var(--display); font-weight: 900; font-size: .74rem; letter-spacing: .16em; color: var(--blue); }
.part-head h3 { font-family: var(--display); font-weight: 900; font-size: 1.28rem; color: #fff; }
.part-head .deck { color: var(--grey); font-size: .92rem; width: 100%; }
.sop-list { list-style: none; margin: 0; padding: 8px 0; }
.sop-list li { display: flex; gap: 15px; padding: 11px 24px; border-bottom: 1px solid rgba(35,46,64,.5); align-items: baseline; }
.sop-list li:last-child { border-bottom: 0; }
.sop-list .n { font-family: var(--display); font-weight: 700; font-size: .82rem; color: var(--lime); min-width: 46px; letter-spacing: .04em; }
.sop-list .t { color: var(--off); font-size: .99rem; }

/* ---------- anatomy strip ---------- */
.anatomy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.anatomy div { background: var(--ink-2); padding: 24px; }
.anatomy h4 { font-family: var(--display); font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); margin-bottom: 9px; }
.anatomy p { color: var(--grey-2); font-size: .94rem; margin: 0; }

/* ---------- peek gallery ---------- */
.peeks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.peeks figure { margin: 0; }
.peeks img {
  width: 100%; border-radius: 8px; border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(0,0,0,.5);
}
.peeks figcaption { margin-top: 11px; font-size: .84rem; color: var(--grey); text-align: center; }
.peeks a.peek { display: block; position: relative; border-radius: 8px; overflow: hidden; }
.peeks a.peek:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.peeks a.peek .zoom {
  position: absolute; inset: auto 10px 10px auto;
  background: rgba(11,14,20,.86); color: var(--off);
  font-family: var(--display); font-weight: 700; font-size: .72rem;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 7px 12px; border-radius: 6px;
  border: 1px solid rgba(255,255,255,.16);
  opacity: 0; transform: translateY(5px); transition: opacity .16s ease, transform .16s ease;
}
.peeks a.peek:hover .zoom, .peeks a.peek:focus-visible .zoom { opacity: 1; transform: translateY(0); }
.peeks a.peek img { transition: transform .25s ease; }
.peeks a.peek:hover img { transform: scale(1.025); }

/* ---------- lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(4,7,12,.95);
  display: none; align-items: center; justify-content: center; padding: 26px;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: min(880px, 94vw); max-height: 94vh; width: auto; height: auto;
  border-radius: 6px; box-shadow: 0 30px 80px rgba(0,0,0,.7);
}
.lightbox-close {
  position: absolute; top: 18px; right: 22px;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
  color: var(--off); font-size: 1.7rem; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.lightbox-close:hover { background: rgba(255,255,255,.16); }

/* ---------- for / not for ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.panel { border-radius: var(--r); padding: 28px; border: 1px solid var(--line); background: var(--ink-2); }
.panel.yes { border-left: 3px solid var(--lime); }
.panel.no { border-left: 3px solid var(--grey); }
.panel h3 { margin-bottom: 15px; color: #fff; }
.panel ul { list-style: none; margin: 0; padding: 0; }
.panel li { position: relative; padding-left: 26px; margin-bottom: 11px; color: var(--grey-2); font-size: .97rem; }
.panel li:last-child { margin-bottom: 0; }
.panel.yes li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 700; }
.panel.no li::before { content: "×"; position: absolute; left: 2px; color: var(--grey); font-weight: 700; font-size: 1.15rem; line-height: 1.3; }

/* ---------- quote ---------- */
.pull {
  border-left: 3px solid var(--blue); padding: 6px 0 6px 24px;
  font-family: var(--body); font-size: clamp(1.1rem, 2.4vw, 1.42rem);
  line-height: 1.5; color: #fff; font-weight: 500;
}

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; padding: 21px 42px 21px 0; position: relative;
  font-family: var(--display); font-weight: 700; font-size: 1.04rem; color: #fff;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; color: var(--blue); font-weight: 400; line-height: 1;
}
.faq details[open] summary::after { content: "−"; }
.faq .a { padding: 0 0 22px; color: var(--grey-2); font-size: .99rem; max-width: 760px; }

/* ---------- final CTA ---------- */
.final {
  border: 1px solid var(--line); border-radius: 20px;
  padding: clamp(34px, 5vw, 58px); text-align: center;
  background:
    radial-gradient(700px 340px at 50% 0%, rgba(36,145,255,.15), transparent 66%),
    var(--ink-2);
}
.final h2 { margin-bottom: 16px; }
.final .lede { margin: 0 auto 26px; max-width: 560px; }

/* ---------- footer ---------- */
footer { border-top: 1px solid var(--line); padding: 46px 0 60px; color: var(--grey); font-size: .9rem; }
footer img { height: 40px; width: auto; margin-bottom: 18px; opacity: .92; }
footer a { color: var(--grey-2); text-decoration: none; }
footer a:hover { color: var(--blue); }
.foot-links { display: flex; gap: 20px; flex-wrap: wrap; margin: 14px 0 20px; }
.foot-legal { max-width: 720px; line-height: 1.6; }

/* ---------- delivery page ---------- */
.deliver { min-height: 100vh; display: flex; align-items: center; padding: 60px 0; }
.deliver-card {
  background: var(--ink-2); border: 1px solid var(--line); border-radius: 20px;
  padding: clamp(30px, 5vw, 54px); text-align: center; max-width: 640px; margin: 0 auto;
}
.deliver-card .tick {
  width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 22px;
  background: rgba(145,245,53,.13); border: 2px solid var(--lime);
  display: flex; align-items: center; justify-content: center;
  color: var(--lime); font-size: 1.9rem; font-weight: 700;
}
.deliver-card h1 { font-size: clamp(1.8rem, 4vw, 2.5rem); margin-bottom: 14px; }
.deliver-card .tick.warn { border-color: var(--grey-2); background: rgba(174,185,199,.1); color: var(--grey-2); }
.spinner {
  width: 42px; height: 42px; margin: 0 auto; border-radius: 50%;
  border: 3px solid rgba(174,185,199,.22); border-top-color: var(--blue);
  animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .spinner { animation-duration: 2.4s; } }

.steps { text-align: left; margin: 28px 0 0; padding: 22px 24px; background: var(--ink-3); border-radius: 12px; border: 1px solid var(--line); }
.steps h4 { font-family: var(--display); font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
.steps ol { margin: 0; padding-left: 20px; color: var(--grey-2); font-size: .94rem; }
.steps li { margin-bottom: 8px; }
.steps li:last-child { margin-bottom: 0; }
.gate-msg { display: none; }
body.no-session .gate-ok { display: none; }
body.no-session .gate-msg { display: block; }

/* ---------- legal pages ---------- */
.legal { padding: 60px 0 90px; }
.legal h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: 10px; }
.legal h2 { font-size: 1.2rem; font-family: var(--display); font-weight: 700; margin: 36px 0 10px; color: #fff; }
.legal p, .legal li { color: var(--grey-2); font-size: .99rem; }
.legal ul { padding-left: 22px; }
.legal li { margin-bottom: 8px; }
.legal .updated { color: var(--grey); font-size: .88rem; margin-bottom: 34px; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .cover-shot { max-width: 380px; margin: 0 auto; order: -1; }
  .cols-3, .anatomy, .peeks { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .cols-2, .cols-3, .anatomy, .peeks { grid-template-columns: 1fr; }
  .peeks a.peek .zoom { opacity: 1; transform: none; }
  .nav .price-tag { display: none; }
  .btn { width: 100%; }
  .sop-list li { padding-left: 18px; padding-right: 18px; }
  .part-head { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
  .btn:hover { transform: none; }
}
