/* =====================================================================
   LaunchPad Marketing - Book a Call page
   Self-contained: shared component styles + Book-a-Call-specific sections.
   Tokens live in colors_and_type.css.
   ===================================================================== */

/* ---------- Layout helpers ---------- */

section[id] { scroll-margin-top: 80px; }

/* Starfield */

/* ---------- Eyebrow ---------- */

/* ---------- Buttons ---------- */

.btn-outline { background: transparent; }
.btn-outline.cyan { color: #40def3; border-color: rgba(64,222,243,0.7); }
.btn-outline.cyan:hover { background: rgba(64,222,243,0.12); }

/* ---------- Logo ---------- */

/* ---------- Site header (full-bleed) ---------- */
.site-header { position: sticky; top: 0; z-index: 50; padding: 20px 28px; width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); background: rgba(5,13,28,0.35); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; display: flex; align-items: center; justify-content: space-between; transition: all 200ms ease; }

/* ---------- Section seam ---------- */

/* =====================================================================
   BOOK HERO (centered)
   ===================================================================== */
.book-hero-section { position: relative; overflow: hidden; padding: 150px 48px 80px; color: #fff; }
.book-hero-inner { position: relative; max-width: 820px; margin: 0 auto; text-align: center; }
.book-hero-inner .eb-wrap { display: flex; justify-content: center; }
.book-hero-inner h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(38px, 5.4vw, 66px); line-height: 1.02; letter-spacing: -0.02em; margin: 18px 0 0; color: #fff; }
.book-hero-inner h1 .grad { background: linear-gradient(100deg,#40def3,#6ced40); -webkit-background-clip: text; background-clip: text; color: transparent; }
.book-hero-inner p { font-family: var(--font-body); font-size: clamp(16px,1.5vw,19px); line-height: 1.6; color: #d6e2f0; margin: 22px auto 0; max-width: 580px; }

/* =====================================================================
   BOOK EMBED (left rail + calendar card)
   ===================================================================== */
.book-grid { display: grid; grid-template-columns: 1fr minmax(0, 500px); gap: 44px; align-items: start; max-width: 1020px; margin: 0 auto; }
.book-rail { position: sticky; top: 100px; }
.book-rail h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(22px,2.4vw,30px); line-height: 1.12; color: #fff; margin: 0 0 22px; letter-spacing: -0.01em; }
.book-steps { display: flex; flex-direction: column; gap: 16px; }
.book-step { display: flex; gap: 14px; align-items: flex-start; }
.book-step .s-num { width: 38px; height: 38px; flex-shrink: 0; border-radius: 11px; color: #06121c; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 900; font-size: 16px; }
.book-step .s-num.cyan  { background: linear-gradient(135deg,#40def3,#6ced40); box-shadow: 0 0 18px rgba(64,222,243,0.33); }
.book-step .s-num.green { background: linear-gradient(135deg,#6ced40,#40def3); box-shadow: 0 0 18px rgba(108,237,64,0.33); }
.book-step .s-title { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: #fff; margin-bottom: 4px; }
.book-step .s-body { font-family: var(--font-body); font-size: 14px; line-height: 1.6; color: #aebfd0; }
.book-reassure { margin-top: 26px; padding: 18px; border-radius: 16px; background: rgba(108,237,64,0.08); border: 1px solid rgba(108,237,64,0.35); }
.book-reassure .r-head { display: flex; align-items: center; gap: 9px; margin-bottom: 6px; }
.book-reassure .r-check { color: #6ced40; font-size: 15px; font-weight: 900; }
.book-reassure .r-title { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: #fff; }
.book-reassure .r-body { font-family: var(--font-body); font-size: 13px; line-height: 1.55; color: #cdeec0; }

.book-card { background: rgba(255,255,255,0.035); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border-radius: 22px; border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 16px 40px rgba(0,0,0,0.3); padding: 12px; min-height: 640px; display: flex; flex-direction: column; justify-content: center; }
.meetings-iframe-container { min-height: 620px; }
.meetings-iframe-container iframe { width: 100%; min-height: 620px; border: 0; border-radius: 14px; }
/* When the HubSpot embed injects an iframe, hide the placeholder. */
.meetings-iframe-container:has(iframe) + #book-placeholder { display: none !important; }
#book-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; min-height: 600px; padding: 30px; }
#book-placeholder .ph-icon { width: 70px; height: 70px; border-radius: 18px; background: linear-gradient(135deg,#40def3,#6ced40); display: flex; align-items: center; justify-content: center; color: #06121c; margin-bottom: 22px; box-shadow: 0 0 34px rgba(64,222,243,0.45); }
#book-placeholder h3 { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: #fff; margin: 0 0 10px; }
#book-placeholder p { font-family: var(--font-body); font-size: 14.5px; line-height: 1.6; color: #aebfd0; margin: 0; max-width: 360px; }

/* =====================================================================
   FOOTER
   ===================================================================== */

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1024px) {
  .section { padding: 80px 24px; }
  .book-hero-section { padding: 130px 24px 70px; }
  .desktop-nav { display: none; }
  .nav-toggle { display: flex; }
  .site-header, .site-header.scrolled { padding-left: 24px; padding-right: 24px; }

  .book-grid { grid-template-columns: 1fr; gap: 28px; }
  .book-rail { position: static; }

  .v6-footer-top { grid-template-columns: 1fr; gap: 32px; }
  .v6-footer-cols { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}

@media (max-width: 600px) {
  .book-hero-section { padding-top: 120px; }
  .section { padding: 64px 18px; }
}

/* =====================================================================
   HOST-THEME GUARD (WordPress/Elementor)
   ===================================================================== */

/* Host-theme guard: lock the design's button colors so the host theme (Elementor)
   can't recolor them on rest/hover/focus/active. */
.btn-primary, .btn-outline { -webkit-appearance: none !important; appearance: none !important; }
.btn-primary { background: linear-gradient(135deg, #40def3, #6ced40) !important; color: #0a1729 !important; }

.btn-outline { background: transparent !important; }
.btn-outline.cyan  { color: #40def3 !important; border-color: rgba(64,222,243,0.7) !important; }
.btn-outline.cyan:hover { background: rgba(64,222,243,0.12) !important; color: #40def3 !important; }

/* Nav + footer animated underline (Home v6 update) */
