/* ============================================
   LaunchReady.ai — /7-levels-engagement (Flagship)
   Inherits book-cover system from index.css
   (everything scoped to body.book-page).
   This is the price page. $6,500 lives here.
   ============================================ */

/* ============================================
   STICKY MOBILE CTA
   ============================================ */
.bp-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: var(--bc-navy);
  color: var(--bc-cream);
  padding: 14px 20px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 2px solid var(--bc-orange);
}
.bp-sticky-cta-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
  line-height: 1.2;
}
.bp-sticky-cta-text span {
  display: block;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  opacity: 0.78;
  margin-top: 4px;
}
.bp-sticky-cta a {
  background: var(--bc-orange);
  color: var(--bc-cream);
  padding: 12px 18px;
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  white-space: nowrap;
  border-radius: 2px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .bp-sticky-cta { display: flex; }
  body.book-page.engagement main { padding-bottom: 80px; }
}

/* ============================================
   BLOCK 1 — HERO (engagement)
   ============================================ */
.bp-hero-eng {
  min-height: auto;
  padding-top: clamp(140px, 18vw, 220px);
  padding-bottom: clamp(60px, 8vw, 120px);
}
.bp-hero-eng h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(3.5rem, 11vw, 10rem);
  line-height: 0.88;
  letter-spacing: -0.01em;
  color: var(--bc-navy);
  margin: 0;
}
.bp-hero-eng h1 .accent { color: var(--bc-orange); display: block; }
.bp-hero-eng-sub {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  line-height: 1.45;
  color: var(--bc-navy);
  opacity: 0.85;
  margin: clamp(36px, 5vw, 56px) 0 0;
  max-width: 40ch;
  padding-left: clamp(0px, 6vw, 110px);
}
.bp-hero-eng .bc-engagement-fit {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.65;
  border-bottom: none;
  padding-bottom: 0;
  margin: clamp(20px, 3vw, 28px) 0 0;
  padding-left: clamp(0px, 6vw, 110px);
  max-width: 50ch;
}
.bp-hero-eng-stats {
  margin: clamp(40px, 5vw, 56px) 0 0;
  padding-left: clamp(0px, 6vw, 110px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--bc-rule);
  border-bottom: 1px solid var(--bc-rule);
  max-width: 720px;
}
@media (min-width: 700px) {
  .bp-hero-eng-stats { grid-template-columns: repeat(4, 1fr); }
}
.bp-hero-eng-stat {
  padding: 22px 18px;
  border-right: 1px solid var(--bc-rule);
}
.bp-hero-eng-stat:last-child { border-right: none; }
@media (max-width: 699px) {
  .bp-hero-eng-stat:nth-child(2) { border-right: none; }
  .bp-hero-eng-stat:nth-child(1),
  .bp-hero-eng-stat:nth-child(2) { border-bottom: 1px solid var(--bc-rule); }
}
.bp-hero-eng-stat .num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  line-height: 1;
  color: var(--bc-orange);
  margin-bottom: 6px;
  letter-spacing: -0.005em;
}
.bp-hero-eng-stat .label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  color: var(--bc-navy);
  opacity: 0.7;
}
.bp-hero-eng-actions {
  margin-top: clamp(36px, 5vw, 56px);
  padding-left: clamp(0px, 6vw, 110px);
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ============================================
   BLOCK 2 — WHY THIS IS DIFFERENT
   ============================================ */
.bp-why-eng { background: var(--bc-cream-2); }
.bp-why-eng-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: clamp(48px, 7vw, 80px);
}
@media (min-width: 900px) {
  .bp-why-eng-head {
    grid-template-columns: 1fr 1.3fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: end;
  }
}
.bp-why-eng h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--bc-navy);
  margin: 0;
}
.bp-why-eng h2 .accent { color: var(--bc-orange); }
.bp-why-eng-lede {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  line-height: 1.5;
  color: var(--bc-navy);
  opacity: 0.85;
  margin: 0;
  max-width: 56ch;
}
.bp-proof-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--bc-rule);
}
@media (min-width: 800px) {
  .bp-proof-row { grid-template-columns: repeat(3, 1fr); border-top: none; }
}
.bp-proof-card {
  padding: clamp(28px, 4vw, 40px) 0;
  border-bottom: 1px solid var(--bc-rule);
}
@media (min-width: 800px) {
  .bp-proof-card {
    padding: clamp(28px, 4vw, 40px);
    border-bottom: none;
    border-right: 1px solid var(--bc-rule);
    border-top: 1px solid var(--bc-rule);
  }
  .bp-proof-card:last-child { border-right: none; }
}
.bp-proof-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--bc-orange);
  line-height: 1;
  margin-bottom: 16px;
}
.bp-proof-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: var(--bc-navy);
  margin: 0 0 12px;
  line-height: 1.15;
}
.bp-proof-text {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.6;
  color: var(--bc-navy);
  opacity: 0.82;
  margin: 0;
}
.bp-proof-text a { color: var(--bc-navy); border-bottom: 1px solid var(--bc-navy); }
.bp-proof-text a:hover { color: var(--bc-orange); border-color: var(--bc-orange); }
.bp-proof-text em { font-style: italic; }

/* ============================================
   BLOCK 3 — WHAT YOU GET (deliverables)
   ============================================ */
.bp-deliv { padding-top: clamp(110px, 14vw, 180px); }
.bp-deliv-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: clamp(48px, 7vw, 80px);
}
@media (min-width: 900px) {
  .bp-deliv-head {
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: end;
  }
}
.bp-deliv h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--bc-navy);
  margin: 0;
}
.bp-deliv h2 .accent { color: var(--bc-orange); }
.bp-deliv-list {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--bc-rule);
}
.bp-deliv-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: clamp(20px, 3vw, 40px);
  padding: clamp(28px, 4vw, 44px) 0;
  border-bottom: 1px solid var(--bc-rule);
  align-items: baseline;
}
@media (max-width: 600px) {
  .bp-deliv-item { grid-template-columns: 1fr; gap: 12px; }
}
.bp-deliv-step {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  color: var(--bc-orange);
}
.bp-deliv-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.4rem, 2.4vw, 1.95rem);
  color: var(--bc-navy);
  line-height: 1.1;
  margin: 0 0 12px;
}
.bp-deliv-text {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  line-height: 1.65;
  color: var(--bc-navy);
  opacity: 0.82;
  margin: 0;
  max-width: 60ch;
}

/* ============================================
   BLOCK 4 — PRICING (where the $6,500 lives)
   ============================================ */
.bp-pricing { padding-top: clamp(110px, 14vw, 180px); background: var(--bc-cream-2); }
.bp-pricing-head { margin-bottom: clamp(40px, 6vw, 64px); }
.bp-pricing h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--bc-navy);
  margin: 0;
}
.bp-pricing h2 .accent { color: var(--bc-orange); }
.bp-price-block {
  background: var(--bc-navy);
  color: var(--bc-cream);
  padding: clamp(40px, 6vw, 72px) clamp(28px, 4vw, 56px);
  border: 1px solid var(--bc-navy);
}
.bp-price-block-top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px 28px;
  padding-bottom: clamp(28px, 4vw, 40px);
  border-bottom: 1px solid rgba(242, 238, 229, 0.18);
  margin-bottom: clamp(28px, 4vw, 40px);
}
.bp-price-amt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(4.5rem, 12vw, 9rem);
  line-height: 0.85;
  letter-spacing: -0.02em;
  color: var(--bc-cream);
}
.bp-price-amt .currency {
  font-size: 0.55em;
  vertical-align: top;
  opacity: 0.7;
  margin-right: 0.04em;
}
.bp-price-unit {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--bc-cream);
  opacity: 0.78;
  max-width: 24ch;
}
.bp-price-includes {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(28px, 4vw, 40px);
}
.bp-price-includes li {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  line-height: 1.6;
  color: var(--bc-cream);
  opacity: 0.92;
  padding: 14px 0 14px 28px;
  position: relative;
  border-bottom: 1px solid rgba(242, 238, 229, 0.12);
}
.bp-price-includes li:last-child { border-bottom: none; }
.bp-price-includes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  width: 14px;
  height: 1px;
  background: var(--bc-orange);
}
.bp-price-addon {
  background: rgba(242, 106, 33, 0.12);
  border-left: 2px solid var(--bc-orange);
  padding: 18px 22px;
  margin-bottom: clamp(28px, 4vw, 40px);
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.6;
  color: var(--bc-cream);
  opacity: 0.95;
}
.bp-price-addon strong {
  font-weight: 700;
  color: var(--bc-orange);
  display: block;
  margin-bottom: 4px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  opacity: 1;
}
.bp-price-cta a {
  background: var(--bc-orange);
  color: var(--bc-cream);
  border: 1px solid var(--bc-orange);
}
.bp-price-cta a:hover {
  background: var(--bc-cream);
  color: var(--bc-navy);
  border-color: var(--bc-cream);
}
.bp-price-foot {
  margin-top: clamp(28px, 4vw, 40px);
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-size: clamp(0.98rem, 1.4vw, 1.1rem);
  line-height: 1.6;
  color: var(--bc-navy);
  opacity: 0.78;
  max-width: 64ch;
}

/* ============================================
   BLOCK 5 — FAQ
   ============================================ */
.bp-faq-eng { padding-top: clamp(110px, 14vw, 180px); }
.bp-faq-eng-head { margin-bottom: clamp(40px, 6vw, 64px); }
.bp-faq-eng h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--bc-navy);
  margin: 0;
}
.bp-faq-eng h2 .accent { color: var(--bc-orange); }
.bp-faq-eng-list {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--bc-rule);
}
.bp-faq-eng-item {
  border-bottom: 1px solid var(--bc-rule);
  padding: clamp(24px, 3vw, 32px) 0;
}
.bp-faq-eng-item summary {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  color: var(--bc-navy);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  line-height: 1.2;
}
.bp-faq-eng-item summary::-webkit-details-marker { display: none; }
.bp-faq-eng-item summary::after {
  content: '+';
  color: var(--bc-orange);
  font-weight: 900;
  font-size: 1.6em;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.bp-faq-eng-item[open] summary::after { content: '−'; }
.bp-faq-eng-item p {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  line-height: 1.65;
  color: var(--bc-navy);
  opacity: 0.85;
  margin: 18px 0 0;
  max-width: 64ch;
}

/* ============================================
   BLOCK 6 — FINAL CTA
   ============================================ */
.bp-eng-cta { padding: clamp(110px, 14vw, 180px) 0; background: var(--bc-cream-2); }
.bp-eng-cta h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(3rem, 9vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: var(--bc-navy);
  margin: 0;
}
.bp-eng-cta h2 .accent { color: var(--bc-orange); display: block; }
.bp-eng-cta-sub {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  line-height: 1.5;
  color: var(--bc-navy);
  opacity: 0.85;
  margin: 36px 0 48px;
  max-width: 42ch;
  padding-left: clamp(0px, 6vw, 110px);
}
.bp-eng-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding-left: clamp(0px, 6vw, 110px);
}

/* ---- Mobile tuning ---- */
@media (max-width: 480px) {
  .bp-hero-eng-sub, .bp-hero-eng-actions, .bp-hero-eng-stats,
  .bp-eng-cta-sub, .bp-eng-cta-actions { padding-left: 0; }
  .bp-hero-eng-actions .bc-btn,
  .bp-eng-cta-actions .bc-btn,
  .bp-price-cta a { width: 100%; justify-content: center; }
  .bp-price-block-top { flex-direction: column; align-items: flex-start; gap: 8px; }
}
