/*
 * Between-Visit Program landing page — /lp/between-visit/
 * Scoped under body.between-visit-landing so it never leaks onto other
 * pages. Ported from assets/between-visit.html (site header/footer
 * replace the page's own header/footer, so those rules are dropped here).
 */
body.between-visit-landing {
  --bv-purple: #785788;
  --bv-purple-dark: #4A3560;
  --bv-ink: #2E2138;
  --bv-gold: #F1C677;
  --bv-gold-soft: #FBE8C4;
  --bv-cream: #FBF8F4;
  --bv-white: #FFFFFF;
  --bv-line: rgba(46,33,56,0.14);
  --bv-line-soft: rgba(46,33,56,0.08);
  --bv-sms-out: #785788;
  --bv-sms-in: #EFEAF1;
}

body.between-visit-landing .bv-mono { font-family: 'IBM Plex Mono', monospace; }
body.between-visit-landing .bv-wrap { max-width: 1120px; margin: 0 auto; padding: 0 32px; }
body.between-visit-landing .bv-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bv-purple);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 18px;
}
body.between-visit-landing .bv-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--bv-purple-dark); color: var(--bv-white) !important;
  padding: 15px 30px; border-radius: 3px; text-decoration: none !important;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500; font-size: 15.5px; border: 1px solid var(--bv-purple-dark);
  cursor: pointer; transition: all .2s ease;
}
body.between-visit-landing .bv-btn:hover { background: var(--bv-purple); border-color: var(--bv-purple); }
body.between-visit-landing .bv-btn.bv-ghost { background: transparent; color: var(--bv-purple-dark) !important; border: 1px solid var(--bv-purple-dark); }
body.between-visit-landing .bv-btn.bv-ghost:hover { background: var(--bv-purple-dark); color: var(--bv-white) !important; }

body.between-visit-landing .bv-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
body.between-visit-landing .bv-reveal.show { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  body.between-visit-landing .bv-reveal { opacity: 1; transform: none; transition: none; }
}

/* HERO */
body.between-visit-landing .bv-hero { padding: 76px 0 70px; position: relative; overflow: hidden; }
body.between-visit-landing .bv-heroGrid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
body.between-visit-landing .bv-hero h1 {
  font-family: 'DM Serif Display', serif; font-weight: 400; color: var(--bv-purple-dark);
  font-size: 46px; line-height: 1.16; margin-bottom: 22px;
}
body.between-visit-landing .bv-hero h1 em { font-style: italic; color: var(--bv-purple); }
body.between-visit-landing .bv-hero p.bv-sub { font-family: 'DM Sans', sans-serif; font-size: 18px; color: #5B4E63; max-width: 480px; margin-bottom: 34px; }
body.between-visit-landing .bv-heroCtas { display: flex; gap: 14px; flex-wrap: wrap; }
body.between-visit-landing .bv-heroNote { margin-top: 20px; font-size: 13px; color: #8A7D91; font-family: 'IBM Plex Mono', monospace; }

/* phone mockup */
body.between-visit-landing .bv-phoneWrap { display: flex; justify-content: center; }
body.between-visit-landing .bv-phone {
  width: 270px; background: var(--bv-white); border: 8px solid var(--bv-ink); border-radius: 34px;
  padding: 14px 10px; box-shadow: 0 30px 60px rgba(46,33,56,0.18);
}
body.between-visit-landing .bv-phoneNotch { width: 70px; height: 6px; background: var(--bv-ink); border-radius: 6px; margin: 0 auto 12px; }
body.between-visit-landing .bv-phoneScreen { background: var(--bv-white); border-radius: 10px; padding: 16px 12px; min-height: 340px; position: relative; }
body.between-visit-landing .bv-phoneContact { text-align: center; font-size: 12px; color: #8A7D91; font-family: 'IBM Plex Mono', monospace; margin-bottom: 14px; letter-spacing: .04em; }
body.between-visit-landing .bv-bubble { max-width: 82%; padding: 11px 14px; border-radius: 16px; font-size: 13.5px; margin-bottom: 10px; line-height: 1.45; font-family: 'DM Sans', sans-serif; }
body.between-visit-landing .bv-bubble.bv-out { background: var(--bv-sms-out); color: var(--bv-white); margin-left: auto; border-bottom-right-radius: 4px; }
body.between-visit-landing .bv-bubble.bv-in { background: var(--bv-sms-in); color: var(--bv-ink); margin-right: auto; border-bottom-left-radius: 4px; }
body.between-visit-landing .bv-bubbleTime { font-size: 10.5px; color: #B3A6B8; text-align: center; margin: 10px 0 8px; font-family: 'IBM Plex Mono', monospace; }

/* section shells */
body.between-visit-landing section.bv-section { padding: 76px 0; }
body.between-visit-landing .bv-sectionHead { max-width: 640px; margin-bottom: 52px; }
body.between-visit-landing .bv-sectionHead h2 { font-size: 34px; line-height: 1.24; }
body.between-visit-landing .bv-sectionHead p { font-family: 'DM Sans', sans-serif; font-size: 16.5px; color: #5B4E63; margin-top: 16px; }

/* WHY */
body.between-visit-landing .bv-whyGrid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: start; }
body.between-visit-landing .bv-whyGrid h2 { font-family: 'DM Serif Display', serif; color: var(--bv-purple-dark); font-size: 32px; line-height: 1.28; margin-bottom: 16px; }
body.between-visit-landing .bv-whyGrid p { font-family: 'DM Sans', sans-serif; font-size: 16px; color: #5B4E63; margin-bottom: 14px; }
body.between-visit-landing .bv-chipRow { margin-top: 24px; }
body.between-visit-landing .bv-chip { padding: 12px 0; border-top: 1px solid var(--bv-line-soft); font-size: 14.5px; color: #5B4E63; font-family: 'DM Sans', sans-serif; }
body.between-visit-landing .bv-chip strong { color: var(--bv-purple-dark); font-weight: 500; }

body.between-visit-landing .bv-touchCard { background: var(--bv-white); border: 1px solid var(--bv-line); border-radius: 8px; padding: 28px; }
body.between-visit-landing .bv-touchCard .bv-tcHead { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: var(--bv-purple); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 16px; }
body.between-visit-landing .bv-touchCard .bv-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--bv-line-soft); font-size: 14px; font-family: 'DM Sans', sans-serif; }
body.between-visit-landing .bv-touchCard .bv-row:last-child { border-bottom: none; }
body.between-visit-landing .bv-touchCard .bv-label { color: #8A7D91; font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: .03em; }
body.between-visit-landing .bv-touchCard .bv-val { color: var(--bv-purple-dark); font-weight: 500; }

/* TIMELINE / PHONE THREAD */
body.between-visit-landing .bv-timelineSection { padding: 88px 0 96px; }
body.between-visit-landing .bv-threadShell {
  max-width: 640px; margin: 0 auto; background: var(--bv-white); border: 1px solid var(--bv-line);
  border-radius: 8px; overflow: hidden; box-shadow: 0 20px 50px rgba(46,33,56,0.08);
}
body.between-visit-landing .bv-threadHeader { background: var(--bv-ink); color: var(--bv-white); padding: 16px 22px; display: flex; align-items: center; gap: 12px; }
body.between-visit-landing .bv-threadHeader .bv-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--bv-gold); }
body.between-visit-landing .bv-threadHeader .bv-name { font-weight: 500; font-size: 14.5px; font-family: 'DM Sans', sans-serif; }
body.between-visit-landing .bv-threadHeader .bv-sub { font-size: 11.5px; color: #B9ABC0; font-family: 'IBM Plex Mono', monospace; }
body.between-visit-landing .bv-threadBody { padding: 8px 24px 30px; }

body.between-visit-landing .bv-msgRow {
  display: grid; grid-template-columns: 1fr 230px; gap: 0 22px; align-items: start;
  padding: 26px 0; border-bottom: 1px solid var(--bv-line-soft);
}
body.between-visit-landing .bv-msgRow:last-child { border-bottom: none; }
body.between-visit-landing .bv-msgRow .bv-dayTag {
  font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: var(--bv-purple); font-weight: 500;
  letter-spacing: .06em; margin-bottom: 9px; display: block;
}
body.between-visit-landing .bv-msgRow .bv-visitTag {
  display: inline-block; background: var(--bv-gold-soft); color: #7A5A1E; font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; padding: 4px 10px; border-radius: 3px; margin-bottom: 10px; letter-spacing: .03em;
}
body.between-visit-landing .bv-msgRow .bv-bubbleFull {
  background: var(--bv-sms-in); border-radius: 14px; border-bottom-left-radius: 4px; padding: 13px 16px;
  font-size: 14px; color: var(--bv-ink); max-width: 96%; font-family: 'DM Sans', sans-serif;
}
body.between-visit-landing .bv-solvesNote { border-left: 2px solid var(--bv-gold); padding-left: 16px; margin-top: 2px; }
body.between-visit-landing .bv-solvesNote .bv-tag { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; color: #A08A2E; display: block; margin-bottom: 6px; }
body.between-visit-landing .bv-solvesNote p { font-size: 13.5px; color: #5B4E63; line-height: 1.55; font-family: 'DM Sans', sans-serif; }

@media (max-width: 820px) {
  body.between-visit-landing .bv-msgRow { grid-template-columns: 1fr; }
  body.between-visit-landing .bv-solvesNote { border-left: none; border-top: 2px solid var(--bv-gold); padding-left: 0; padding-top: 12px; margin-top: 14px; }
}

/* UTILIZATION MANAGEMENT */
body.between-visit-landing .bv-umSection { background: var(--bv-white); border-top: 1px solid var(--bv-line); border-bottom: 1px solid var(--bv-line); padding: 70px 0; }
body.between-visit-landing .bv-umWrap { max-width: 720px; }
body.between-visit-landing .bv-umList { margin-top: 8px; }
body.between-visit-landing .bv-umItem { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--bv-line-soft); }
body.between-visit-landing .bv-umItem:last-child { border-bottom: none; }
body.between-visit-landing .bv-umItem .bv-ico {
  width: 34px; height: 34px; border-radius: 50%; background: var(--bv-purple); color: var(--bv-white);
  display: flex; align-items: center; justify-content: center; font-family: 'IBM Plex Mono', monospace;
  font-size: 13px; flex-shrink: 0; font-weight: 500;
}
body.between-visit-landing .bv-umItem h4 { font-size: 16px; font-weight: 500; color: var(--bv-purple-dark); margin-bottom: 6px; font-family: 'DM Sans', sans-serif; }
body.between-visit-landing .bv-umItem p { font-size: 14.5px; color: #5B4E63; font-family: 'DM Sans', sans-serif; }

/* OFFER */
body.between-visit-landing .bv-offerSection { padding: 88px 0; text-align: center; }
body.between-visit-landing .bv-offerBadge {
  display: inline-block; background: var(--bv-gold-soft); color: #7A5A1E; font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; padding: 6px 16px; border-radius: 20px; letter-spacing: .05em; margin-bottom: 22px;
}
body.between-visit-landing .bv-offerSection h2 { font-family: 'DM Serif Display', serif; color: var(--bv-purple-dark); font-size: 36px; max-width: 700px; margin: 0 auto 18px; line-height: 1.3; }
body.between-visit-landing .bv-offerSection p.bv-lede { font-family: 'DM Sans', sans-serif; font-size: 17px; color: #5B4E63; max-width: 620px; margin: 0 auto 44px; }
body.between-visit-landing .bv-fitGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 820px; margin: 0 auto; }
body.between-visit-landing .bv-fitCard { background: var(--bv-white); border: 1px solid var(--bv-line); border-radius: 6px; padding: 30px 26px; text-align: left; }
body.between-visit-landing .bv-fitCard .bv-stat { font-family: 'DM Serif Display', serif; font-size: 34px; color: var(--bv-purple); margin-bottom: 8px; }
body.between-visit-landing .bv-fitCard p { font-size: 14.5px; color: #5B4E63; font-family: 'DM Sans', sans-serif; }

/* DEMO */
body.between-visit-landing .bv-demoSection { background: var(--bv-purple-dark); padding: 88px 0; }
body.between-visit-landing .bv-demoGrid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: flex-start; }
body.between-visit-landing .bv-demoSection h2 { font-family: 'DM Serif Display', serif; color: var(--bv-white); font-size: 34px; margin-bottom: 16px; line-height: 1.3; }
body.between-visit-landing .bv-demoSection p { color: #DCD2E1; font-family: 'DM Sans', sans-serif; font-size: 16px; margin-bottom: 20px; }
body.between-visit-landing .bv-demoSection .bv-eyebrow { color: var(--bv-gold); }
body.between-visit-landing .bv-demoList { list-style: none; margin-top: 26px; padding: 0; }
body.between-visit-landing .bv-demoList li { display: flex; gap: 12px; padding: 10px 0; color: #EFE7F2; font-size: 14.5px; align-items: flex-start; font-family: 'DM Sans', sans-serif; }
body.between-visit-landing .bv-demoList li::before { content: "—"; color: var(--bv-gold); }

body.between-visit-landing .bv-formCard {
  background: var(--bv-white); border-radius: 8px; padding: 38px; box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}
body.between-visit-landing .bv-formCard h3 {
  font-family: 'DM Serif Display', serif; color: var(--bv-purple-dark); font-size: 22px; margin-bottom: 8px;
}
body.between-visit-landing .bv-formCard .bv-formSub { color: #5B4E63; font-family: 'DM Sans', sans-serif; font-size: 14px; margin-bottom: 20px; }

@media (max-width: 900px) {
  body.between-visit-landing .bv-heroGrid,
  body.between-visit-landing .bv-whyGrid,
  body.between-visit-landing .bv-demoGrid { grid-template-columns: 1fr; }
  body.between-visit-landing .bv-fitGrid { grid-template-columns: 1fr; }
  body.between-visit-landing .bv-hero h1 { font-size: 34px; }
  body.between-visit-landing .bv-phoneWrap { order: -1; margin-bottom: 20px; }
}
