/* ============================================================
   BOOK A DISCOVERY CALL — page-discovery-call.css
   Depends on global: wrap, section-white, section-cream, section-dark,
   eyebrow, accent, section-head, btn-primary, btn-secondary, btn-dark,
   btn-outline-light, checklist, faq-list, faq-item, faq-q, faq-a,
   faq-toggle, footer
   ============================================================ */

:root {
  --navy: #06061a;
  --cobalt: #1414c8;
  --lime: #3dffb0;
  --cream: #f5f4f0;
  --ink: #111827;
  --soft: #374151;
  --muted: #6b7280;
  --line-lt: #e8e6e0;
}

/* ─────────────────────────────────────────────────────────
   2. NARROW CONTENT SECTIONS (intro / founder / checklist / book / faq)
   ───────────────────────────────────────────────────────── */
.dc-narrow { max-width: 760px; }
.dc-narrow-wide { max-width: 860px; }
.dc-narrow-book { max-width: 820px; }
.dc-body-text:last-child { margin-bottom: 0; }

/* ─────────────────────────────────────────────────────────
   3. FOUNDER INTRO
   ───────────────────────────────────────────────────────── */
.dc-founder { display: grid; grid-template-columns: 240px 1fr; gap: 56px; align-items: start; padding-top: 10px; }
@media (max-width: 720px) { .dc-founder { grid-template-columns: 1fr; gap: 28px; } 
.dc-portrait {
  max-width: 350px; margin: 0 auto 40px; 
}
}

.dc-portrait {
  position: relative; width: 100%; aspect-ratio: 1/1; border-radius: 50%; overflow: hidden;
  background: var(--navy); border: 4px solid var(--lime);
  box-shadow: 0 0 0 10px rgba(61, 255, 176, .12), 0 18px 40px rgba(6, 6, 26, .14);
}
.dc-portrait img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
.dc-portrait-ph {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 14px; background: var(--grad); text-align: center; padding: 20px; border-radius: 50%;
}
.dc-portrait-ph .dc-mono {
   font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8); line-height: 1.6;
}
.dc-sig {  font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: 22px; }
.dc-pullquote {
  border-left: 3px solid var(--lime); padding-left: 20px; margin: 24px 0;
  font-weight: 600; color: var(--ink); letter-spacing: -.01em;
}
.dc-founder-body p { margin-bottom: 18px; }
.dc-founder-body p:last-child { margin-bottom: 0; }

/* ─────────────────────────────────────────────────────────
   4. WORTH BRINGING / QUICK LINKS
   ───────────────────────────────────────────────────────── */
.dc-qlabel {  color: var(--muted); margin: 25px 0; }
.dc-quick-links { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 0 0; }
.dc-faq-section .faq-item .faq-a p { margin: 0; }


.badc-page .wrap {
  max-width: 800px;
}
@media (max-width: 850px) {
  .badc-page .wrap {
    max-width: calc(100% - 60px);
  }
}