/* BCB page CSS — Fullscript Dispensary
   Drop this file into:
     wp-content/themes/bcb-child-theme/assets/pages/fullscript.css
   The child theme auto-loads it on the matching page.
   See /build/BUILD_GUIDE.md for details. */

/* Case-A footer fade — the shared .bcb-final-cta closer is now a light card
   (footer.css); the page dissolves into the navy footer. */
.footer-ombre-blend { display: block; }

  /* ═══════════════════════════════════════════════════════════
     v3 PAGE
     ═══════════════════════════════════════════════════════════ */
  body.page-fullscript {
    background:
      linear-gradient(
        to bottom,
        #FFF6F1 0%,
        #FFE9EE 14%,
        #FFD9E0 30%,
        #FCDED6 48%,
        #E8DFE2 66%,
        #D2DDE8 82%,
        #92A6BC 92%,
        #1F2D40 100%
      ) no-repeat;
    background-attachment: fixed;
  }

  .fs-hero, .fs-role, .fs-what, .fs-how, .fs-why,
  .fs-pricing, .fs-disclosure, .fs-not-patient, .fs-final { background: transparent; }

  /* Lifted card pattern */
  .fs-card {
    background: var(--card-lift-bg);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 1px 3px rgba(31,45,64,0.05), 0 12px 32px rgba(31,45,64,0.08);
    border-radius: var(--radius-xl);
  }

  /* ─── Shared headers ─── */
  .fs-eyebrow {
    font-family: var(--font-accent); font-weight: 700;
    font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--pink-500); margin: 0 0 18px;
  }
  .fs-title {
    font-family: var(--font-display); font-weight: 800;
    font-size: clamp(30px, 3.4vw, 40px);
    line-height: 1.12; letter-spacing: -0.02em;
    color: var(--pink-500);
    margin: 0 0 16px;
    text-wrap: balance;
  }
  .fs-body {
    font-size: 16.5px; line-height: 1.7;
    color: var(--navy-500); margin: 0 0 16px;
    text-wrap: pretty;
  }
  .fs-body:last-child { margin-bottom: 0; }

  /* ─── Two-column body sections (text-only sections) ─── */
  .fs-section {
    padding: var(--sec-pad-y) 32px;
  }
  .fs-section__inner { max-width: 760px; margin: 0 auto; }
  .fs-section__head { text-align: center; margin-bottom: 28px; }

  /* ─── HERO ─── */
  .fs-hero { padding: clamp(64px, 9vw, 104px) 32px clamp(48px, 6vw, 72px); }
  .fs-hero__inner { max-width: 800px; margin: 0 auto; text-align: center; }
  .fs-hero__title {
    font-family: var(--font-display); font-weight: 800;
    font-size: clamp(36px, 4.6vw, 56px);
    line-height: 1.05; letter-spacing: -0.025em;
    color: var(--pink-500);
    margin: 0 0 22px;
    text-wrap: balance;
  }
  .fs-hero__lede {
    font-size: clamp(17px, 1.4vw, 19px);
    line-height: 1.6; color: var(--navy-500);
    margin: 0 auto 16px;
    max-width: 700px;
    text-wrap: pretty;
  }
  .fs-hero__short {
    font-size: 15.5px; line-height: 1.6;
    color: var(--navy-500);
    margin: 0 auto 32px;
    max-width: 600px;
  }
  .fs-hero__cta { display: flex; justify-content: center; }
  .fs-hero__cta .btn { gap: 10px; }
  .fs-hero__cta .btn svg { width: 14px; height: 14px; }
  .fs-hero__support {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13.5px; color: var(--navy-400);
    line-height: 1.55;
    margin: 16px 0 0;
  }
  .fs-hero__support svg { width: 13px; height: 13px; color: var(--sky-600); flex-shrink: 0; }

  /* ─── ROLE / WHAT / HOW (text-heavy lifted cards) ─── */
  .fs-textcard {
    padding: clamp(36px, 4.5vw, 56px) clamp(28px, 4vw, 48px);
  }

  /* ─── WHY — comparison row ─── */
  .fs-why__compare {
    margin-top: 18px;
    padding: 22px 26px;
    border-left: 3px solid var(--pink-500);
    background: rgba(255,255,255,0.5);
    border-radius: var(--radius-md);
    font-size: 15px;
    line-height: 1.6;
    color: var(--navy-700);
  }
  .fs-why__compare b {
    display: block;
    font-family: var(--font-display);
    font-weight: 700; font-size: 15.5px;
    color: var(--pink-500);
    margin-bottom: 6px;
  }

  /* ─── PRICING — pills ─── */
  .fs-pricing__inner {
    max-width: 760px; margin: 0 auto;
    text-align: center;
    padding: clamp(44px, 5vw, 64px) clamp(28px, 4vw, 44px);
  }
  .fs-pricing__intro {
    font-size: 16.5px; line-height: 1.65;
    color: var(--navy-500);
    margin: 0 auto 28px;
    max-width: 580px;
  }
  .fs-pricing__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    list-style: none;
    margin: 0 auto 24px;
    padding: 0;
    max-width: 600px;
  }
  .fs-pricing__pills li {
    background: var(--white);
    border: 2px solid var(--pink-300);
    border-radius: 999px;
    padding: 14px 26px;
    font-family: var(--font-sans);
    font-weight: 700; font-size: 15px;
    color: var(--navy-700);
    box-shadow: 0 2px 6px -3px rgba(62, 80, 104, 0.18);
  }
  .fs-pricing__pills li b { color: var(--pink-500); margin-right: 8px; font-size: 16px; }
  .fs-pricing__note {
    font-size: 14.5px; line-height: 1.6;
    color: var(--navy-400);
    margin: 0 auto;
    max-width: 560px;
  }

  /* ─── DISCLOSURE (the most important card) ─── */
  .fs-disclosure { padding: clamp(40px, 5vw, 64px) 32px; }
  .fs-disclosure__card {
    max-width: 760px; margin: 0 auto;
    padding: clamp(40px, 5vw, 56px) clamp(28px, 4vw, 48px);
    background: rgba(255, 247, 250, 0.92); /* pink-tinted card */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(194, 99, 138, 0.2);
    box-shadow: 0 1px 3px rgba(31,45,64,0.05), 0 14px 36px rgba(194,99,138,0.12);
    border-radius: var(--radius-xl);
  }
  .fs-disclosure__head { text-align: center; margin-bottom: 24px; }
  .fs-disclosure__head .fs-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
  }
  .fs-disclosure__head .fs-eyebrow svg { width: 14px; height: 14px; }
  .fs-disclosure__intro {
    font-size: 16.5px; line-height: 1.65;
    color: var(--navy-700);
    margin: 0 0 28px;
    text-align: center;
  }
  .fs-disclosure__heading {
    font-family: var(--font-display); font-weight: 700;
    font-size: 16px; color: var(--navy-700);
    text-align: center;
    margin: 0 0 18px;
  }
  .fs-disclosure__points {
    list-style: none; padding: 0;
    margin: 0 0 24px;
    display: grid; gap: 14px;
  }
  .fs-disclosure__points li {
    position: relative;
    padding: 18px 22px 18px 56px;
    background: var(--white);
    border-radius: var(--radius-md);
    font-size: 15.5px;
    line-height: 1.55;
    color: var(--navy-700);
    box-shadow: 0 1px 2px rgba(31,45,64,0.04);
  }
  .fs-disclosure__points li::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--pink-500);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='4 12 10 18 20 6'/></svg>");
    background-size: 12px 12px; background-position: center; background-repeat: no-repeat;
  }
  .fs-disclosure__final {
    margin: 0;
    padding: 18px 22px;
    background: rgba(255,255,255,0.55);
    border-left: 3px solid var(--pink-500);
    border-radius: var(--radius-sm);
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--navy-500);
  }

  /* ─── NOT-A-PATIENT card ─── */
  .fs-not-patient { padding: clamp(48px, 6vw, 80px) 32px; }
  .fs-not-patient__card {
    max-width: 720px; margin: 0 auto;
    text-align: center;
    padding: clamp(40px, 5vw, 56px) clamp(28px, 4vw, 44px);
  }
  .fs-not-patient__card .fs-title { margin-bottom: 16px; }
  .fs-not-patient__body {
    font-size: 16px; line-height: 1.65;
    color: var(--navy-500);
    margin: 0 auto 16px;
    max-width: 580px;
  }
  .fs-not-patient__ctas {
    display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
    margin-top: 24px;
  }
  .fs-not-patient__ctas .btn { gap: 10px; }
  .fs-not-patient__ctas .btn svg { width: 14px; height: 14px; }

  /* ─── FINAL CTA — gradient-into-navy ─── */
  .fs-final {
    padding: clamp(64px, 9vw, 112px) 32px;
    text-align: center;
    color: var(--white);
    background: linear-gradient(
      to bottom,
      rgba(31, 45, 64, 0) 0%,
      rgba(31, 45, 64, 0.92) 18%,
      rgba(31, 45, 64, 0.96) 100%
    );
  }
  .fs-final__inner { max-width: 720px; margin: 0 auto; }
  .fs-final__title {
    font-family: var(--font-display); font-weight: 800;
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.15; letter-spacing: -0.02em;
    color: var(--white);
    margin: 0 0 16px;
    text-wrap: balance;
  }
  .fs-final__body {
    color: rgba(255,255,255,0.85);
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.6; margin: 0 auto 28px;
    max-width: 560px;
  }
  .fs-final .btn--sky { background: var(--white); color: var(--pink-600); border: 0; }
  .fs-final .btn--sky:hover { background: var(--pink-50); color: var(--pink-700); }
  .fs-final__sub {
    display: block;
    color: rgba(255,255,255,0.7);
    font-size: 13.5px; margin-top: 14px;
  }
