
:root {
  --bg: #ffffff;
  --bg-2: #f7fbfb;
  --bg-3: #ecf7f7;
  --ink: #1f3a3a;
  --ink-2: #3a5252;
  --muted: #6b7d7d;
  --line: rgba(31, 58, 58, 0.12);
  --navy: #1f3a3a;
  --navy-2: #122525;
  --blue: #67bfc1;
  --blue-2: #e1f3f4;
  --blue-3: #eff8f9;
  --teal: #67bfc1;
  --teal-2: #4ea8aa;
  --teal-3: #e1f3f4;
  --coral: #ff9f83;
  --coral-2: #ff8665;
  --coral-3: #ffe9e1;
  --green: #67bfc1;
  --gold: #ff9f83;
  --peach: #ffe9e1;
  --rose: #ffe9e1;
  --shadow: 0 24px 70px rgba(31, 58, 58, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
  color: var(--ink-2);
  background: var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button { font: inherit; }
.top-rail {
  overflow: hidden;
  white-space: nowrap;
  padding: 9px 0;
  background: #e6f2f3;
  color: #1f3a3a;
  font-size: 12px;
  font-weight: 650;
  position: relative;
}
.top-rail-track {
  display: inline-flex;
  gap: 36px;
  padding-left: 36px;
  animation: tickerScroll 38s linear infinite;
  will-change: transform;
}
.top-rail:hover .top-rail-track { animation-play-state: paused; }
.top-rail span { display: inline-flex; align-items: center; }
.top-rail span::before { content: "✦"; color: var(--blue); margin-right: 9px; font-size: 11px; }
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .top-rail-track { animation: none; }
  .press-track { animation: none; }
}

/* Press intro — heading + LeanDose stat row above the ticker */
.press-intro { padding: 56px 0 32px; background: white; }
.press-heading {
  text-align: center;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 850;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 28px;
}
.press-stats {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  max-width: 760px;
  margin: 0 auto;
  background: white;
  border-radius: 18px;
  padding: 20px 8px;
  box-shadow: 0 18px 60px rgba(31,58,58,.06);
  border: 1px solid rgba(31,58,58,.06);
}
.press-stat {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  text-align: center;
  border-right: 1px solid rgba(31,58,58,.10);
}
.press-stat:last-child { border-right: 0; }
.press-stat strong {
  display: block;
  font-size: clamp(28px, 3.4vw, 38px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1;
}
.press-stat span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.01em;
}
.press-intro + .press-strip + .solution-panel,
.press-intro + .solution-panel { margin-top: 56px; }

@media (max-width: 720px) {
  .press-intro { padding: 40px 0 22px; }
  .press-stats { flex-direction: row; padding: 14px 4px; }
  .press-stat { padding: 6px 8px; }
  .press-stat span { font-size: 11px; }
}

/* Press logo strip — infinite marquee */
.press-strip {
  background: var(--blue);
  overflow: hidden;
  padding: 32px 0;
  white-space: nowrap;
  position: relative;
}
.press-track {
  display: inline-flex;
  width: max-content;
  animation: tickerScroll 38s linear infinite;
  will-change: transform;
}
.press-strip:hover .press-track { animation-play-state: paused; }
.press-set {
  display: inline-flex;
  align-items: center;
  gap: 90px;
  padding-right: 90px;
  color: white;
}
.press-logo { display: inline-flex; align-items: baseline; line-height: 1; color: white; }

.logo-yahoo { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 900; font-size: 42px; letter-spacing: -0.04em; align-items: flex-end; }
.logo-yahoo em { font-style: normal; font-weight: 900; }
.logo-yahoo i { font-style: normal; font-size: 14px; font-weight: 800; letter-spacing: 0; margin-left: 6px; padding-bottom: 6px; }

.logo-wsj { font-family: 'Playfair Display', Georgia, serif; font-weight: 900; font-size: 46px; letter-spacing: -0.02em; }

.logo-fox { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; }
.logo-fox b { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 44px; font-style: italic; letter-spacing: -0.01em; }
.logo-fox i { font-style: normal; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 10px; letter-spacing: 0.18em; margin-top: 4px; }

.logo-nbc { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 900; font-size: 38px; letter-spacing: 0.02em; }

.logo-forbes { font-family: 'Playfair Display', Georgia, serif; font-weight: 900; font-style: italic; font-size: 42px; letter-spacing: -0.01em; }

@media (max-width: 980px) {
  .press-strip { padding: 22px 0; }
  .press-set { gap: 60px; padding-right: 60px; }
  .logo-yahoo, .logo-forbes { font-size: 32px; }
  .logo-wsj { font-size: 34px; }
  .logo-fox b { font-size: 32px; }
  .logo-nbc { font-size: 28px; }
  .press-track { animation-duration: 28s; }
}
.site-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 78px;
  padding: 0 28px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(31, 58, 58, 0.08);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 23px; font-weight: 800; letter-spacing: -0.03em; }
.brand-logo-link { gap: 0; letter-spacing: 0; flex: 0 0 auto; }
.brand-logo { display: block; width: auto; height: 58px; }
.footer .brand-logo { height: 84px; width: auto; }
.brand-mark { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; background: var(--blue-2); color: var(--blue); font-weight: 900; box-shadow: inset 0 0 0 1px rgba(103,191,193,.16); }
.brand span span { color: var(--blue); }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 650; color: var(--ink); }
.nav-links a { padding: 26px 0; }
.nav-links a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 650; color: var(--ink); }
.nav-login { color: var(--ink); opacity: .8; }
.btn, .btn-dark, .btn-light, .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  border: 0;
  min-height: 45px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.btn, .btn-dark { background: var(--navy); color: white; box-shadow: 0 14px 34px rgba(31,58,58,.14); }
.btn:hover, .btn-dark:hover { background: var(--navy-2); transform: translateY(-1px); }
.btn-light { background: white; color: var(--navy); box-shadow: inset 0 0 0 1px rgba(31,58,58,.12); }
.btn-outline { background: transparent; color: var(--navy); box-shadow: inset 0 0 0 1.5px rgba(31,58,58,.22); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--navy); }
.mobile-menu { display: none; position: fixed; inset: 78px 14px auto 14px; z-index: 70; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 14px; max-height: calc(100vh - 100px); overflow-y: auto; }
.mobile-menu a { display: block; padding: 12px 14px; border-radius: 12px; color: var(--ink); font-weight: 700; font-size: 15px; }
.mobile-menu a:hover { background: var(--blue-3); }
.mobile-menu a[href*="leandose-funnel"], .mobile-menu a[href*="scoreapp"] { background: var(--navy); color: white; text-align: center; margin-top: 8px; }
.mobile-menu a[href*="leandose-funnel"]:hover, .mobile-menu a[href*="scoreapp"]:hover { background: var(--blue); color: white; }
.mobile-menu.is-open { display: block; }
.container { max-width: 1190px; margin: 0 auto; padding: 0 28px; }
.section { padding: 88px 0; }
.section-tight { padding: 60px 0; }
.eyebrow { color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-weight: 850; font-size: 11px; margin-bottom: 14px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); letter-spacing: -0.035em; line-height: 1.06; }
h1 { font-size: clamp(42px, 7vw, 86px); font-weight: 500; }
h2 { font-size: clamp(32px, 4.2vw, 54px); font-weight: 500; }
h3 { font-size: 24px; font-weight: 700; }
.lead { font-size: 18px; line-height: 1.65; color: var(--muted); max-width: 720px; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.hero {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  padding: 88px 0 110px;
  background: radial-gradient(circle at 82% 25%, #eff8f9 0 18%, transparent 42%), linear-gradient(180deg, #fff 0%, #fff 58%, #eff8f9 100%);
}
.hero::after {
  content: "";
  position: absolute;
  width: min(760px, 62vw);
  height: min(760px, 62vw);
  border-radius: 50%;
  right: -120px;
  top: 120px;
  background: #eff8f9;
  z-index: 0;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 0.92fr; gap: 48px; align-items: center; }
.hero-copy h1 .blue { color: var(--blue); font-weight: 650; }
.hero-sub { color: var(--muted); font-size: 17px; line-height: 1.75; max-width: 620px; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; align-items: center; }
.trust-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin: 0 0 24px; color: var(--ink); font-size: 13px; font-weight: 700; }
.stars { color: var(--gold); letter-spacing: 1px; }
.avatar-stack { display: flex; }
.avatar-stack img { width: 38px; height: 38px; border-radius: 50%; border: 2px solid white; object-fit: cover; margin-left: -8px; box-shadow: 0 8px 20px rgba(31,58,58,.14); }
.avatar-stack img:first-child { margin-left: 0; }
.hero-media { position: relative; z-index: 1; }
.hero-card { border-radius: 30px; overflow: hidden; background: white; box-shadow: var(--shadow); border: 1px solid rgba(31,58,58,.09); }
.hero-card video, .hero-card img { width: 100%; height: 520px; object-fit: cover; }
.float-card { position: absolute; left: -24px; bottom: 26px; width: 255px; padding: 18px; background: white; border-radius: 18px; box-shadow: 0 24px 60px rgba(31,58,58,.16); border: 1px solid rgba(31,58,58,.08); }
.float-card strong { display: block; color: var(--ink); font-size: 17px; }
.float-card span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.solution-panel { margin-top: 56px; position: relative; z-index: 3; background: linear-gradient(135deg, #e1f3f4, #eff8f9); border-radius: 28px; padding: 60px 34px 30px; box-shadow: inset 0 0 0 1px rgba(103,191,193,.12); }
.press-strip + .solution-panel { margin-top: 56px; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.solution-card { min-height: 150px; display: flex; align-items: flex-end; position: relative; overflow: hidden; border-radius: 14px; background: #e1f3f4; color: white; padding: 20px; }
.solution-card::before { content: ""; position: absolute; inset: 0; background-image: var(--img); background-size: cover; background-position: center; transform: scale(1.02); transition: transform .25s ease; }
.solution-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 0%, rgba(31,58,58,.68) 80%); }
.solution-card:hover::before { transform: scale(1.08); }
.solution-card span { position: relative; z-index: 1; font-size: 18px; font-weight: 800; line-height: 1.2; max-width: 230px; }
.solution-card i { position: absolute; z-index: 1; right: 18px; bottom: 18px; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: white; color: var(--navy); font-style: normal; font-weight: 900; }
.solution-all { display: flex; justify-content: center; margin-top: 25px; }
.logo-strip { border: 1px solid rgba(103,191,193,.12); border-radius: 18px; padding: 32px; box-shadow: 0 18px 44px rgba(31,58,58,.05); background: white; }
.proof-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px; }
.proof-stat { background: var(--bg-2); border-radius: 15px; padding: 18px; text-align: center; }
.proof-stat strong { display: block; color: var(--ink); font-size: 26px; letter-spacing: -0.04em; }
.proof-stat span { color: var(--muted); font-size: 12px; font-weight: 700; }
.product-shell { display: grid; grid-template-columns: 220px 1fr; gap: 24px; margin-top: 34px; }
.product-tabs { background: white; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; height: max-content; box-shadow: 0 18px 50px rgba(31,58,58,.06); }
.product-tabs a { display: flex; align-items: center; gap: 10px; padding: 18px 20px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 750; }
.product-tabs a.active { background: var(--navy); color: white; }
.product-tabs a:last-child { border-bottom: 0; }
.med-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.med-card { background: white; border: 1px solid rgba(31,58,58,.08); border-radius: 18px; padding: 28px; box-shadow: 0 24px 60px rgba(31,58,58,.07); display: flex; flex-direction: column; min-height: 100%; }
.med-card.featured { border-color: rgba(103,191,193,.55); box-shadow: 0 28px 70px rgba(103,191,193,.14); }
.med-img { height: 460px; display: grid; place-items: center; background: #f7f8fa; border-radius: 15px; margin-bottom: 22px; padding: 24px; }
.med-img img { max-height: 410px; max-width: 100%; object-fit: contain; }
.tag { display: inline-flex; width: max-content; align-items: center; border-radius: 999px; padding: 6px 11px; background: var(--blue-2); color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.med-card h3 { margin: 14px 0 6px; }
.med-card p { color: var(--muted); font-size: 14px; }
.price { margin-top: auto; color: var(--ink); font-size: 32px; font-weight: 850; letter-spacing: -.04em; }
.price small { font-size: 13px; color: var(--muted); font-weight: 700; }
.card-actions { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.steps-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; align-items: center; }
.steps-list { display: grid; gap: 26px; }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 16px; }
.step-num { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-2); color: var(--navy); font-weight: 850; }
.step h3 { font-size: 20px; margin: 0 0 6px; }
.step p { color: var(--muted); margin: 0; }
.image-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.image-row img, .image-row video { width: 100%; height: 430px; object-fit: cover; border-radius: 14px; display: block; }
.dark-band { background: var(--navy-2); color: white; }
.dark-band h2, .dark-band h3 { color: white; }
.dark-band .lead { color: rgba(255,255,255,.72); }
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; }
.video-card { position: relative; overflow: hidden; border-radius: 18px; background: #1f3a3a; box-shadow: 0 26px 70px rgba(0,0,0,.18); }
.video-card video { width: 100%; aspect-ratio: 9/16; object-fit: cover; }
.video-caption { position: absolute; left: 12px; right: 12px; bottom: 12px; color: white; background: linear-gradient(180deg, transparent, rgba(0,0,0,.65)); border-radius: 0 0 14px 14px; padding: 46px 12px 12px; font-size: 12px; font-weight: 700; }

/* Testimonial video marquee — continuous left-to-right scroll */
.video-rail { overflow: hidden; margin-top: 34px; position: relative; width: 100%; }
.video-track {
  display: inline-flex;
  width: max-content;
  animation: tickerScroll 40s linear infinite;
  will-change: transform;
}
.video-rail:hover .video-track { animation-play-state: paused; }
.video-set { display: inline-flex; gap: 18px; padding-right: 18px; }
.video-rail .video-card { width: 280px; flex-shrink: 0; }
@media (prefers-reduced-motion: reduce) { .video-track { animation: none; } }
@media (max-width: 980px) {
  .video-rail .video-card { width: 220px; }
  .video-track { animation-duration: 32s; }
}
@media (max-width: 640px) {
  .video-rail .video-card { width: 180px; }
  .video-set { gap: 12px; padding-right: 12px; }
  .video-track { animation-duration: 26s; }
}

/* Reviews — shared tile + two layouts (marquee for homepage, masonry grid for patient-success) */
.review-tile {
  background: white;
  border: 1px solid rgba(31,58,58,.08);
  border-radius: 14px;
  padding: 22px 22px 20px;
  box-shadow: 0 18px 48px rgba(31,58,58,.06);
}
.review-tile .stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; margin-bottom: 10px; }
.review-tile blockquote { margin: 0 0 14px; font-size: 14px; line-height: 1.55; color: var(--ink); font-weight: 500; quotes: none; }
.review-tile .review-name { font-size: 13px; font-weight: 850; color: var(--ink); }
.review-tile .review-meta { font-size: 11px; color: var(--muted); margin-top: 2px; font-weight: 600; }

/* Homepage marquee */
.reviews-marquee { overflow: hidden; margin-top: 24px; position: relative; width: 100%; }
.reviews-marquee .review-track {
  display: inline-flex;
  width: max-content;
  animation: tickerScroll 90s linear infinite;
  will-change: transform;
}
.reviews-marquee:hover .review-track { animation-play-state: paused; }
.reviews-marquee .review-set { display: inline-flex; gap: 18px; padding-right: 18px; align-items: flex-start; }
.reviews-marquee .review-tile { width: 320px; flex-shrink: 0; }
.reviews-marquee .review-tile blockquote { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
@media (prefers-reduced-motion: reduce) { .reviews-marquee .review-track { animation: none; } }
@media (max-width: 980px) {
  .reviews-marquee .review-tile { width: 280px; }
  .reviews-marquee .review-track { animation-duration: 70s; }
}
@media (max-width: 640px) {
  .reviews-marquee .review-tile { width: 240px; }
  .reviews-marquee .review-track { animation-duration: 56s; }
}

/* Patient-success masonry grid */
.reviews-grid {
  columns: 4 260px;
  column-gap: 18px;
  margin-top: 28px;
}
.reviews-grid .review-tile {
  break-inside: avoid;
  margin-bottom: 18px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 980px) { .reviews-grid { columns: 2 260px; } }
@media (max-width: 640px) { .reviews-grid { columns: 1; } }

.reviews-link { margin-top: 18px; padding-top: 0; padding-bottom: 0; }
.reviews-link a { color: var(--blue); font-weight: 800; text-decoration: none; font-size: 14px; }
.reviews-link a:hover { text-decoration: underline; }

.reviews-expand-btn {
  display: block;
  margin: 14px auto 0;
  padding: 14px 32px;
  background: var(--navy);
  color: white;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 14px 34px rgba(31,58,58,.16);
  transition: transform 0.15s, background 0.15s;
}
.reviews-expand-btn:hover { background: var(--navy-2); transform: translateY(-1px); }

/* Testimonial photo marquee — second row under the video rail */
.pic-rail { overflow: hidden; margin-top: 18px; position: relative; width: 100%; }
.pic-track { display: inline-flex; width: max-content; animation: tickerScroll 70s linear infinite; will-change: transform; }
.pic-rail:hover .pic-track { animation-play-state: paused; }
.pic-set { display: inline-flex; gap: 18px; padding-right: 18px; }
.pic-card { width: 280px; flex-shrink: 0; position: relative; overflow: hidden; border-radius: 18px; background: #1f3a3a; box-shadow: 0 26px 70px rgba(0,0,0,.18); }
.pic-card img { width: 100%; aspect-ratio: 9/16; object-fit: cover; display: block; }
@media (prefers-reduced-motion: reduce) { .pic-track { animation: none; } }
@media (max-width: 980px) {
  .pic-card { width: 220px; }
  .pic-track { animation-duration: 56s; }
}
@media (max-width: 640px) {
  .pic-card { width: 180px; }
  .pic-set { gap: 12px; padding-right: 12px; }
  .pic-track { animation-duration: 44s; }
}
.dark-cta { margin-top: 46px; border-radius: 22px; padding: 44px; text-align: center; background: radial-gradient(circle at 50% 0%, rgba(103,191,193,.34), transparent 45%), #1f3a3a; border: 1px solid rgba(103,191,193,.45); color: white; }
.dark-cta h2 { color: white; }
.dark-cta .lead, .dark-cta p { color: rgba(255,255,255,.85); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.rounded-photo { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.rounded-photo img { width: 100%; height: 540px; object-fit: cover; }
.accordion { display: grid; gap: 12px; }
details.faq-card, .qa-card { background: #e1f3f4; border: 1px solid rgba(103,191,193,.25); border-radius: 14px; overflow: hidden; }
details.faq-card summary { cursor: pointer; list-style: none; padding: 18px 20px; display: flex; justify-content: space-between; gap: 18px; color: var(--ink); font-weight: 800; }
details.faq-card summary::-webkit-details-marker { display: none; }
details.faq-card summary::after { content: "+"; color: var(--blue); font-size: 24px; line-height: 1; }
details.faq-card[open] summary::after { content: "-"; }
details.faq-card > .faq-answer { display: none; }
details.faq-card[open] > .faq-answer { display: block; }
.faq-answer { padding: 0 20px 20px; color: var(--ink-2); font-size: 14px; line-height: 1.7; }
.review-rail { display: grid; grid-template-columns: repeat(4, minmax(260px, 1fr)); gap: 22px; overflow: hidden; margin-top: 34px; }
.review-card { background: white; border: 1px solid rgba(103,191,193,.18); border-radius: 18px; padding: 26px; box-shadow: 0 22px 60px rgba(31,58,58,.07); }
.review-card blockquote { margin: 12px 0 22px; color: var(--ink-2); line-height: 1.65; }
.review-name { color: var(--ink); font-size: 13px; font-weight: 850; }
.review-meta { color: var(--muted); font-size: 12px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 34px; }
.article-card { background: white; border: 1px solid rgba(31,58,58,.1); border-radius: 18px; overflow: hidden; box-shadow: 0 24px 60px rgba(31,58,58,.07); }
.article-img { height: 220px; background: var(--blue-2); overflow: hidden; }
.article-img img { width: 100%; height: 100%; object-fit: cover; }
.article-body { padding: 24px; }
.article-body h3 { font-size: 22px; margin: 10px 0; }
.article-body p { color: var(--muted); font-size: 14px; }
.qa-list { max-width: 720px; margin: 34px auto 0; display: grid; gap: 14px; }
.qa-card { padding: 16px; }
.qa-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--ink); font-weight: 800; font-size: 14px; }
.qa-person { display: flex; align-items: center; gap: 12px; }
.qa-avatar { width: 42px; height: 42px; border-radius: 50%; background: white; display: grid; place-items: center; color: var(--blue); font-weight: 900; border: 1px solid rgba(103,191,193,.22); flex: 0 0 auto; }
.qa-answer { margin: 14px 0 0 54px; padding: 16px; border-radius: 12px; background: white; color: var(--ink-2); font-size: 14px; line-height: 1.65; border: 1px solid rgba(103,191,193,.18); }
.page-hero { padding: 84px 0; background: linear-gradient(135deg, #fff 0%, #eff8f9 100%); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 48px; align-items: center; }
.page-hero img { border-radius: 24px; width: 100%; height: 420px; object-fit: cover; box-shadow: var(--shadow); }
.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.check-card { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 22px; box-shadow: 0 20px 50px rgba(31,58,58,.06); }
.check-card h3 { font-size: 20px; margin-bottom: 10px; }
.check-card p { color: var(--muted); margin: 0; font-size: 14px; }
.product-hero { background: linear-gradient(135deg, #eff8f9 0%, #fff 48%, #ffe9e1 100%); }
.product-detail { display: grid; grid-template-columns: .95fr 1.05fr; gap: 50px; align-items: center; }
.product-visual { background: white; border: 1px solid var(--line); border-radius: 26px; padding: 40px; box-shadow: var(--shadow); }
.product-visual img { width: 100%; max-height: 420px; object-fit: contain; }
.feature-list { display: grid; gap: 12px; margin: 24px 0; }
.feature-list li { list-style: none; display: flex; gap: 10px; color: var(--ink-2); }
.feature-list li::before { content: "✓"; color: var(--green); font-weight: 900; }
.compare-table { width: 100%; border-collapse: collapse; background: white; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 60px rgba(31,58,58,.07); }
.compare-table th, .compare-table td { padding: 18px; border-bottom: 1px solid var(--line); text-align: left; }
.compare-table th { background: var(--navy); color: white; }
.compare-table tr:last-child td { border-bottom: 0; }
.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 30px; }
.location-card { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 22px; box-shadow: 0 20px 50px rgba(31,58,58,.06); }
.location-card h3 { font-size: 20px; margin-bottom: 8px; }
.location-card p { color: var(--muted); font-size: 14px; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.contact-card { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 26px; box-shadow: 0 20px 50px rgba(31,58,58,.06); }
.form-shell { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 30px; box-shadow: var(--shadow); }
.field { display: grid; gap: 7px; margin-bottom: 14px; }
.field label { color: var(--ink); font-size: 13px; font-weight: 750; }
.field input, .field textarea, .field select { border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; font: inherit; color: var(--ink); background: var(--bg-2); }
.field textarea { min-height: 120px; resize: vertical; }
.footer { background: #0e1f1f; color: rgba(255,255,255,.72); padding: 70px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr 1fr; gap: 44px; padding-bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer h3, .footer h4 { color: white; }
.footer h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 14px; }
.footer a, .footer span { display: block; color: rgba(255,255,255,.72); padding: 5px 0; font-size: 13px; }
.footer a:hover { color: white; }
.footer .btn-light { width: max-content; margin-top: 18px; color: var(--navy); display: inline-flex; }
.footer .btn-light:hover { color: var(--navy); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; flex-wrap: wrap; font-size: 12px; color: rgba(255,255,255,.52); }
.disclaimer { margin-top: 24px; color: rgba(255,255,255,.45); font-size: 10px; line-height: 1.7; }
@media (max-width: 980px) {
  .top-rail-track { animation-duration: 28s; }
  .site-nav { min-height: 70px; padding: 0 16px; }
  .nav-links, .nav-login { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .hero { min-height: auto; padding: 58px 0 96px; }
  .hero::after { top: 330px; right: -220px; width: 520px; height: 520px; }
  .hero-grid, .page-hero-grid, .product-detail, .steps-layout, .split { grid-template-columns: 1fr; }
  .hero-card video, .hero-card img, .rounded-photo img, .page-hero img { height: 380px; }
  .float-card { left: 16px; width: calc(100% - 32px); }
  .solution-grid, .med-grid, .article-grid, .check-grid, .location-grid, .contact-grid, .proof-stats { grid-template-columns: 1fr 1fr; }
  .product-shell { grid-template-columns: 1fr; }
  .product-tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .review-rail { grid-template-columns: 1fr; overflow: visible; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .container { padding: 0 18px; }
  .section { padding: 64px 0; }
  .hero-actions, .card-actions { width: 100%; }
  .btn, .btn-dark, .btn-light, .btn-outline { width: 100%; }
  .solution-panel { border-radius: 20px; padding: 42px 16px 22px; }
  .solution-grid, .med-grid, .article-grid, .check-grid, .location-grid, .contact-grid, .proof-stats, .product-tabs { grid-template-columns: 1fr; }
  .image-row { display: none; }
  .video-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .qa-answer { margin-left: 0; }
}

/* Home How It Works — 3-column grid (each column = video + step + body) */
.how-it-works .how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.how-it-works .how-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.how-it-works .how-media {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  background: white;
}
.how-it-works .how-media video {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}
.how-it-works .how-col .step-num { margin-top: 8px; }
.how-it-works .how-col h3 { margin: 0; }
.how-it-works .how-col p { color: var(--muted); margin: 0; }
@media (max-width: 900px) {
  .how-it-works .how-grid { grid-template-columns: 1fr; gap: 28px; }
  .how-it-works .how-media video { height: 280px; }
}

/* v2 cinematic vial — strong bob (matches leandose-vial-cinematic.vercel.app "Strong" preset) */
.bob-stage {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: transparent;
}
.bob-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: bob-strong 5s ease-in-out infinite;
}
@keyframes bob-strong {
  0%, 100% { transform: translate3d(0, -1.4%, 0); }
  50%      { transform: translate3d(0, 1.4%, 0); }
}
/* bob-stage sizing per wrapper context */
.article-img .bob-stage {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
}
.article-img .bob-stage img { object-fit: cover; }

.rounded-photo .bob-stage {
  aspect-ratio: auto;
  width: 100%;
  height: 540px;
}
.rounded-photo .bob-stage img { object-fit: cover; }
@media (max-width: 900px) {
  .rounded-photo .bob-stage { height: 380px; }
}

.product-visual .bob-stage {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  height: auto;
}
.product-visual .bob-stage img { object-fit: contain; }

.med-img .bob-stage {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
}
.med-img .bob-stage img { object-fit: contain; }

/* Side-by-side vial pair (used on GLP-1 buying guide hero) */
.vial-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  width: 100%;
}
.vial-pair .bob-stage { aspect-ratio: 1 / 1; }
.vial-pair .bob-stage img { object-fit: contain; }
