/* Landing pages (BL-017): /beyond-calorie-counting/, /weekly-meal-plan/,
   /photo-food-tracker/. One stylesheet for the three pages; the desktop and
   the mobile design are the same document — below 768px the layout follows
   the mobile mock-ups (stacked hero, horizontal snap rows, accordion FAQ,
   sticky store button). Written for this repository, not exported from
   WordPress: nothing here depends on the theme or the plugins. */

:root {
  --lp-purple: #4b1a9a;
  --lp-purple-2: #5a25ab;
  --lp-accent: #7b45c9;
  --lp-accent-dark: #5e2fa3;
  --lp-accent-soft: #efe8fa;
  --lp-ink: #1c1c1e;
  --lp-night: #1c1230;
  --lp-gold: #ffb347;
  --lp-gold-ink: #3a1370;
  --lp-green: #2e8a58;
  --lp-green-bar: #7cc243;
  --lp-orange: #e08a1e;
  --lp-orange-bar: #f5a623;
  --lp-red: #d94f4f;
  --lp-red-bar: #e5534b;
  --lp-gray: #f4f3f8;
  --lp-track: #efedf5;
  --lp-line: #e5e3ee;
  --lp-muted: #555;
  --lp-faint: #8e8e93;
  --lp-outside: #ecebf4;
}

html { -webkit-text-size-adjust: 100%; }
body.lp {
  margin: 0;
  background: #fff;
  color: var(--lp-ink);
  font-family: -apple-system, system-ui, "SF Pro Text", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}
.lp *, .lp *::before, .lp *::after { box-sizing: border-box; }
.lp a { color: var(--lp-accent); text-decoration: none; }
.lp a:hover { color: var(--lp-accent-dark); }
.lp img { display: block; max-width: 100%; }
.lp h1, .lp h2, .lp h3, .lp p { margin: 0; }
.lp b, .lp strong { font-weight: 600; }
.lp em { font-style: italic; }

.lp-page { display: flex; flex-direction: column; min-height: 100vh; padding-bottom: 72px; position: relative; }
.lp-in { max-width: 1120px; margin: 0 auto; width: 100%; }
.lp-only-m { display: none !important; }

/* nav */
.lp-nav { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 24px; }
.lp-logo img { height: 36px; width: auto; }
.lp a.lp-btn, .lp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 40px; padding: 0 16px; border-radius: 20px;
  background: var(--lp-accent); color: #fff; font: 600 14px/1 system-ui, sans-serif;
  white-space: nowrap; flex: none;
}
.lp-btn:hover { background: var(--lp-accent-dark); color: #fff; }
.lp-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,0,0,.3); border-radius: 14px; padding: 6px 12px; font-size: 13px; color: #fff; }
.lp-pill .lp-star { color: var(--lp-gold); }

/* hero */
.lp-hero { background: var(--lp-purple); color: #fff; position: relative; }
.lp-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(112deg, var(--lp-purple) 0 42%, var(--lp-purple-2) 42% 70%, var(--lp-purple) 70%); }
.lp-hero-in { position: relative; padding: 56px 24px 0; display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-end; justify-content: space-between; }
.lp-hero-copy { flex: 1 1 420px; min-width: 0; padding-bottom: 56px; }
.lp-h1 { font: 800 clamp(34px, 5vw, 58px)/1.05 system-ui, sans-serif; letter-spacing: -.5px; margin: 20px 0 18px; text-wrap: balance; }
.lp-h1 .lp-gold { color: var(--lp-gold); }
.lp-lead { font-size: 18px; line-height: 1.5; opacity: .9; margin: 0 0 28px; max-width: 540px; text-wrap: pretty; }
.lp-stores { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.lp-stores a { display: flex; align-items: center; height: 52px; }
.lp-stores img { height: 52px; width: auto; }
.lp-fine { font-size: 13px; opacity: .75; margin-top: 16px; }
.lp-hero-shot { flex: 0 1 380px; display: flex; justify-content: center; position: relative; min-width: 280px; z-index: 1; }
.lp-phone {
  width: 280px; aspect-ratio: 591 / 1280; border-radius: 40px; border: 8px solid var(--lp-ink);
  background-color: #111; background-size: cover; background-position: top;
  box-shadow: 0 30px 60px rgba(0,0,0,.35); margin-bottom: -120px; flex: none;
}
.lp-callout { position: absolute; left: 0; top: 200px; background: #fff; color: var(--lp-ink); border-radius: 16px; padding: 12px 14px; box-shadow: 0 10px 30px rgba(0,0,0,.3); max-width: 230px; }
.lp-callout-k { font: 600 11px system-ui, sans-serif; letter-spacing: .6px; color: var(--lp-faint); }
.lp-callout-t { font: 600 15px/1.3 system-ui, sans-serif; margin-top: 4px; }
.lp-callout-v { font-size: 13px; font-weight: 600; margin-top: 4px; color: var(--lp-green); }
.lp-callout-v.is-accent { color: var(--lp-accent); }

/* sections */
.lp-section { padding: 72px 24px; }
.lp-section--gray { background: var(--lp-gray); }
.lp-section--after-hero { padding-top: 160px; }
.lp-section--last { padding-bottom: 40px; }
.lp-eyebrow { font: 600 12px system-ui, sans-serif; letter-spacing: .8px; text-transform: uppercase; color: var(--lp-accent); }
.lp-eyebrow.is-gold { color: var(--lp-gold); }
.lp-h2 { font: 800 clamp(28px, 3.6vw, 42px)/1.1 system-ui, sans-serif; letter-spacing: -.4px; margin: 12px 0 10px; text-wrap: balance; }
.lp-h2.is-plain { margin-top: 0; }
.lp-h2--sm { font-size: 28px; margin: 0 0 20px; }
.lp-sub { font-size: 17px; line-height: 1.5; color: var(--lp-muted); max-width: 620px; margin: 0 0 32px; }
.lp-note { font-size: 13px; color: var(--lp-faint); margin-top: 14px; }

.lp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.lp-grid--3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.lp-grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; align-items: start; }
.lp-grid--week { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; }

.lp-card { background: #fff; border-radius: 24px; padding: 24px; display: flex; flex-direction: column; gap: 14px; position: relative; }
.lp-card--soft { background: var(--lp-gray); padding: 22px; }
.lp-card--purple { background: var(--lp-purple); color: #fff; padding: 22px; }
.lp-card--hl { outline: 2px solid var(--lp-accent); outline-offset: -2px; }
.lp-card--day { padding: 14px; gap: 10px; border-radius: 20px; }
.lp-card--center { justify-content: center; align-items: center; text-align: center; }
.lp-card-head { display: flex; justify-content: space-between; align-items: baseline; }
.lp-card-k { font: 600 14px system-ui, sans-serif; color: var(--lp-faint); text-transform: uppercase; }
.lp-card-k.is-accent { color: var(--lp-accent); }
.lp-card-kcal { font: 700 22px system-ui, sans-serif; }
.lp-card-menu { font-size: 15px; line-height: 1.6; color: #333; }
.lp-card-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--lp-track); padding-top: 14px; margin-top: auto; font-size: 14px; color: var(--lp-muted); }
.lp-card--purple .lp-card-foot { border-top-color: rgba(255,255,255,.2); color: #fff; opacity: .85; }
.lp-score { font: 800 28px system-ui, sans-serif; }
.lp-score.is-bad { color: var(--lp-red); }
.lp-score.is-good { color: var(--lp-green); }
.lp-card-text { font-size: 15px; line-height: 1.55; color: var(--lp-muted); }
.lp-card--purple .lp-card-text { color: #fff; opacity: .9; }
.lp-card-title { font: 700 20px system-ui, sans-serif; }
.lp-card-title-sm { font: 700 15px system-ui, sans-serif; }
.lp-hp { font: 600 12px system-ui, sans-serif; color: var(--lp-green); }
.lp-day-img { height: 70px; border-radius: 12px; background-size: cover; background-position: center; }
.lp-day-menu { font-size: 12.5px; line-height: 1.35; color: var(--lp-muted); }
.lp-day-big { font: 700 22px system-ui, sans-serif; color: var(--lp-accent); }

.lp-step { display: flex; align-items: center; gap: 10px; }
.lp-step-n { width: 30px; height: 30px; border-radius: 10px; background: var(--lp-accent); color: #fff; display: flex; align-items: center; justify-content: center; font: 700 14px system-ui, sans-serif; flex: none; }
.lp-step-n.is-gold { background: var(--lp-gold); color: var(--lp-gold-ink); }
.lp-step-n.is-soft { background: var(--lp-accent-soft); color: var(--lp-accent); font-size: 15px; }
.lp-step-t { font: 700 20px system-ui, sans-serif; }
.lp-arrow { position: absolute; right: -18px; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 18px; background: #fff; border: 1px solid var(--lp-line); display: flex; align-items: center; justify-content: center; color: var(--lp-accent); font-size: 16px; z-index: 1; }

.lp-mini { background: #fff; color: var(--lp-ink); border-radius: 16px; padding: 12px; display: flex; gap: 12px; align-items: center; box-shadow: 0 2px 8px rgba(60,30,120,.06); }
.lp-mini-body { min-width: 0; }
.lp-mini-t { font: 600 14px/1.3 system-ui, sans-serif; }
.lp-mini-s { font-size: 12px; color: var(--lp-faint); margin-top: 2px; }
.lp-mini-s.is-good { color: var(--lp-green); font-weight: 600; }
.lp-mini-s.is-accent { color: var(--lp-accent); font-weight: 600; }
.lp-thumb { width: 56px; height: 56px; border-radius: 12px; background-size: cover; background-position: center; flex: none; position: relative; }
.lp-thumb .lp-frame { position: absolute; inset: 6px; border: 2px solid var(--lp-gold); border-radius: 6px; }
.lp-thumbs { display: flex; gap: 8px; }
.lp-thumbs > div { flex: 1; height: 48px; border-radius: 10px; background-size: cover; background-position: center; }
.lp-thumbs .lp-more { flex: none; width: 48px; background: var(--lp-accent-soft); color: var(--lp-accent); display: flex; align-items: center; justify-content: center; font: 700 13px system-ui, sans-serif; }

.lp-bars { background: #fff; color: var(--lp-ink); border-radius: 16px; padding: 12px 14px; display: flex; flex-direction: column; gap: 8px; box-shadow: 0 2px 8px rgba(60,30,120,.06); }
.lp-bars--plain { background: none; padding: 0; box-shadow: none; margin-top: 6px; }
.lp-bar { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.lp-bar-l { width: 52px; flex: none; color: var(--lp-muted); white-space: nowrap; }
.lp-bars--plain .lp-bar { gap: 10px; font-size: 13px; }
.lp-bars--plain .lp-bar-l { width: 96px; }
.lp-bar-track { flex: 1; height: 6px; border-radius: 3px; background: var(--lp-track); position: relative; overflow: hidden; }
.lp-bars--plain .lp-bar-track { height: 8px; border-radius: 4px; }
.lp-bar-fill { position: absolute; left: 0; top: 0; bottom: 0; background: var(--lp-orange-bar); }
.lp-bar-fill.is-ok { background: var(--lp-green-bar); }
.lp-bar-fill.is-bad { background: var(--lp-red-bar); }
.lp-bar-s { font: 600 11px system-ui, sans-serif; color: var(--lp-orange); text-transform: uppercase; white-space: nowrap; }
.lp-bar-s.is-ok { color: var(--lp-green); }
.lp-bar-s.is-bad { color: var(--lp-red); }
.lp-bars--plain .lp-bar-s { width: 70px; text-align: right; text-transform: none; font-size: 13px; }

.lp-ring { width: 72px; height: 72px; border-radius: 36px; border: 7px solid var(--lp-track); border-top-color: var(--lp-green-bar); border-right-color: var(--lp-green-bar); border-bottom-color: var(--lp-green-bar); display: flex; align-items: center; justify-content: center; font: 700 20px system-ui, sans-serif; flex: none; }

.lp-sunday { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 16px; border: 1px solid var(--lp-line); border-radius: 24px; padding: 20px 22px; }
.lp-sunday-text { flex: 1 1 320px; font-size: 15px; line-height: 1.55; color: var(--lp-muted); min-width: 0; }
.lp-dots { display: flex; gap: 4px; flex: none; }
.lp-dots span { width: 26px; height: 26px; border-radius: 13px; background: var(--lp-track); display: flex; align-items: center; justify-content: center; font-size: 12px; color: #fff; }
.lp-dots .is-ok { background: var(--lp-green-bar); }
.lp-dots .is-warn { background: var(--lp-orange-bar); }

.lp-phones { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 44px; align-items: center; background: var(--lp-gray); border-radius: 28px; padding: 28px; }
.lp-phones .lp-phone { width: 150px; border-radius: 22px; border-width: 5px; margin: 0; box-shadow: none; }
.lp-phones-text { flex: 1 1 260px; min-width: 0; }
.lp-phones-text .lp-card-title { margin-bottom: 8px; }

/* dark science block */
.lp-dark { background: var(--lp-night); color: #fff; }
.lp-dark .lp-sub { color: #fff; opacity: .85; margin: 0 0 20px; max-width: none; }
.lp-dark .lp-sub:last-child { margin-bottom: 0; }
.lp-dark a { color: var(--lp-gold); text-decoration: underline; }
.lp-stack { display: flex; flex-direction: column; gap: 12px; }
.lp-fact { background: rgba(255,255,255,.07); border-radius: 18px; padding: 18px 20px; font-size: 15px; line-height: 1.55; }
.lp-fact-k { font: 600 11px system-ui, sans-serif; letter-spacing: .6px; text-transform: uppercase; color: var(--lp-gold); margin-bottom: 6px; }
.lp-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.lp-chips span { background: rgba(255,255,255,.12); border-radius: 12px; padding: 6px 10px; font-size: 12px; }

/* compare / pricing tables */
.lp-table { border: 1px solid var(--lp-line); border-radius: 24px; overflow: hidden; }
.lp-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr; padding: 16px 20px; border-top: 1px solid var(--lp-track); font-size: 15px; line-height: 1.45; gap: 12px; align-items: center; }
.lp-row--head { background: var(--lp-gray); border-top: 0; padding: 14px 20px; font: 600 12px system-ui, sans-serif; letter-spacing: .6px; text-transform: uppercase; color: var(--lp-faint); }
.lp-row--head .is-accent { color: var(--lp-accent); }
.lp-row .lp-k { color: var(--lp-muted); }
.lp-row .lp-v { font-weight: 600; }
.lp-table--price .lp-row { grid-template-columns: 1.4fr 90px 110px; padding: 14px 20px; }
.lp-table--price .lp-row.is-premium { background: #faf8ff; }
.lp-table--price .lp-row.is-free { color: var(--lp-muted); }
.lp-table--price .lp-c { text-align: center; }
.lp-table--price .lp-c.is-no { color: #c7c5d0; }
.lp-table--price .lp-c.is-yes { color: var(--lp-accent); font-weight: 700; }
.lp-table--price .lp-c.is-inf { color: var(--lp-accent); font: 700 18px system-ui, sans-serif; }
.lp-table--price .lp-d { font-size: 13px; color: var(--lp-faint); }

.lp-list { display: flex; flex-direction: column; gap: 10px; font-size: 15px; line-height: 1.4; }
.lp-list div { display: flex; gap: 10px; }
.lp-list .is-ok { color: var(--lp-green); }
.lp-list .is-gold { color: var(--lp-gold); }
.lp-price-h { font: 700 20px system-ui, sans-serif; }
.lp-price-h.is-good { color: var(--lp-green); }
.lp-price-h.is-gold { color: var(--lp-gold); }

/* proof */
.lp-quote { background: #fff; border-radius: 20px; padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.lp-quote--soft { background: var(--lp-gray); }
.lp-quote-t { font-size: 16px; line-height: 1.5; }
.lp-quote-a { font-size: 13px; color: var(--lp-faint); }
.lp-quote-a b { color: var(--lp-ink); }
.lp-press { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin-top: 32px; font-size: 13px; color: var(--lp-faint); }
.lp-press b { font: 700 16px system-ui, sans-serif; color: var(--lp-muted); }

/* faq */
.lp-faq { display: flex; flex-direction: column; gap: 18px; font-size: 15px; line-height: 1.55; color: var(--lp-muted); }
.lp-faq details { border: 0; }
.lp-faq summary { list-style: none; font: 600 16px system-ui, sans-serif; color: var(--lp-ink); margin-bottom: 4px; cursor: default; pointer-events: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; color: var(--lp-accent); display: none; flex: none; }
.lp-faq details[open] summary::after { content: "–"; }

/* cta */
.lp-cta { background: var(--lp-purple); color: #fff; border-radius: 28px; padding: 32px; display: flex; flex-direction: column; gap: 18px; align-self: start; }
.lp-cta-t { font: 800 28px/1.1 system-ui, sans-serif; letter-spacing: -.4px; text-wrap: balance; }
.lp-cta-s { font-size: 15px; line-height: 1.5; opacity: .85; }

.lp-footer { margin: 40px auto 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--lp-faint); border-top: 1px solid var(--lp-track); padding-top: 20px; }
.lp-footer nav { display: flex; gap: 16px; }
.lp-footer a { color: var(--lp-faint); }

/* sticky store bar */
.lp-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 10; display: flex; justify-content: center; pointer-events: none; }
.lp-sticky-in { width: 100%; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--lp-track); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); display: flex; justify-content: space-between; align-items: center; gap: 12px; pointer-events: auto; }
.lp-sticky-t { font: 600 14px/1.2 system-ui, sans-serif; min-width: 0; }
.lp-sticky-t small { display: block; font: 400 12px system-ui, sans-serif; color: var(--lp-faint); margin-top: 2px; }
.lp-sticky .lp-btn { height: 44px; padding: 0 20px; border-radius: 22px; font-size: 15px; }

/* ---------- mobile: the mobile mock-ups ---------- */
@media (max-width: 767px) {
  body.lp { background: var(--lp-outside); }
  .lp-page { max-width: 480px; margin: 0 auto; background: #fff; padding-bottom: 104px; }
  .lp-only-d { display: none !important; }
  .lp-only-m { display: block !important; }
  span.lp-only-m { display: inline !important; }
  .lp-pill.lp-only-m, a.lp-only-m { display: inline-flex !important; }
  .lp-bar.lp-only-m, .lp-grid.lp-only-m { display: flex !important; }

  .lp-nav { background: var(--lp-purple); padding: 12px 20px; }
  .lp-logo img { height: 30px; }
  .lp-nav .lp-pill { font: 600 12px system-ui, sans-serif; border-radius: 12px; padding: 5px 10px; }

  .lp-hero::before { background: linear-gradient(160deg, var(--lp-purple) 0 45%, var(--lp-purple-2) 45% 75%, var(--lp-purple) 75%); }
  .lp-hero-in { display: block; padding: 20px 20px 0; }
  .lp-hero-copy { padding-bottom: 0; }
  .lp-hero .lp-pill { font-size: 12px; border-radius: 12px; padding: 5px 10px; gap: 6px; }
  .lp-h1 { font-size: clamp(30px, 8.4vw, 38px); line-height: 1.06; margin: 14px 0 12px; }
  .lp-h1 br { display: none; }
  .lp-lead { font-size: 16px; line-height: 1.45; opacity: .92; margin-bottom: 18px; max-width: none; }
  .lp-stores { flex-wrap: nowrap; gap: 10px; }
  .lp-stores a { flex: 1; justify-content: center; height: 48px; }
  .lp-stores img { height: 48px; max-width: 100%; }
  .lp-fine { font-size: 12px; margin-top: 12px; text-align: center; }
  .lp-hero-shot { position: relative; height: 300px; margin: 22px -20px 0; min-width: 0; display: flex; justify-content: center; overflow: hidden; }
  .lp-phone { width: 240px; border-radius: 34px; border-width: 7px; margin-bottom: 0; box-shadow: 0 24px 50px rgba(0,0,0,.4); }
  .lp-callout { left: auto; right: 12px; top: 110px; border-radius: 14px; padding: 10px 12px; max-width: 190px; box-shadow: 0 10px 30px rgba(0,0,0,.35); }
  .lp-callout-k { font-size: 10px; }
  .lp-callout-t { font-size: 13px; margin-top: 3px; }
  .lp-callout-v { font-size: 12px; margin-top: 3px; }

  .lp-section { padding: 32px 20px 8px; }
  .lp-section--after-hero { padding-top: 32px; }
  .lp-section--gray { background: #fff; }
  .lp-eyebrow { font-size: 11px; }
  .lp-h2 { font-size: 26px; margin: 8px 0 8px; }
  .lp-h2--sm { font-size: 24px; margin-bottom: 14px; }
  .lp-sub { font-size: 15px; margin-bottom: 16px; }
  .lp-note { font-size: 12px; margin-top: 10px; }

  .lp-grid, .lp-grid--3, .lp-grid--2 { display: flex; flex-direction: column; gap: 12px; }
  .lp-grid--2 { gap: 24px; }
  .lp-card { background: var(--lp-gray); border-radius: 18px; padding: 16px; gap: 10px; }
  .lp-card--purple { background: var(--lp-purple); }
  .lp-card-k { font-size: 12px; }
  .lp-card-kcal { font-size: 15px; }
  .lp-card-menu { font-size: 14px; line-height: 1.5; }
  .lp-card-text { font-size: 14px; line-height: 1.5; }
  .lp-card-title { font-size: 17px; }
  .lp-score { font-size: 24px; }
  .lp-card-foot { padding-top: 10px; }
  .lp-bars { border-radius: 14px; padding: 10px 12px; gap: 6px; box-shadow: none; }
  .lp-bar { gap: 6px; font-size: 11px; }
  .lp-bar-l { width: 60px; }
  .lp-bar-track { height: 5px; }
  .lp-bar-s { font-size: 10px; }
  .lp-bars--plain { padding: 0; margin-top: 0; }
  .lp-bars--plain .lp-bar { font-size: 12px; }
  .lp-bars--plain .lp-bar-l { width: 80px; }
  .lp-bars--plain .lp-bar-s { font-size: 12px; width: 62px; }
  .lp-step-n { width: 26px; height: 26px; border-radius: 8px; font-size: 13px; }
  .lp-step-t { font-size: 17px; }
  .lp-arrow { display: none; }
  .lp-mini { border-radius: 14px; padding: 10px; gap: 10px; box-shadow: none; }
  .lp-mini-t { font-size: 13px; }
  .lp-mini-s { font-size: 11px; }
  .lp-thumb { width: 44px; height: 44px; border-radius: 10px; }
  .lp-thumb .lp-frame { inset: 5px; }
  .lp-thumbs > div { height: 52px; }
  .lp-ring { width: 56px; height: 56px; border-width: 6px; font-size: 16px; }

  /* horizontal snap rows: how-it-works, quotes, week */
  .lp-scroll { display: flex; flex-direction: row; gap: 12px; overflow-x: auto; margin: 0 -20px; padding: 0 20px 8px; scroll-snap-type: x mandatory; scroll-padding-left: 20px; scrollbar-width: none; }
  .lp-scroll::-webkit-scrollbar { display: none; }
  .lp-scroll > * { flex: none; width: 250px; scroll-snap-align: start; border-radius: 20px; }
  .lp-scroll > .lp-quote { width: 260px; border-radius: 18px; }
  .lp-scroll > .lp-card--day { width: 150px; }
  .lp-scroll::after { content: ""; flex: none; width: 8px; }
  .lp-quote { background: var(--lp-gray); padding: 16px; gap: 10px; }
  .lp-quote-t { font-size: 15px; line-height: 1.45; }
  .lp-quote-a { font-size: 12px; }
  .lp-press { gap: 16px; margin-top: 8px; font-size: 12px; }
  .lp-press b { font-size: 14px; }

  .lp-sunday { margin-top: 12px; padding: 16px; border-radius: 18px; gap: 12px; }
  .lp-phones { margin-top: 12px; padding: 16px; border-radius: 18px; gap: 10px; }
  .lp-phones .lp-phone { width: 30%; border-width: 3px; border-radius: 14px; }
  .lp-phones-text { flex: 1 1 100%; }

  .lp-dark { margin: 24px 20px 0; border-radius: 22px; padding: 20px; }
  .lp-dark .lp-h2 { font-size: 22px; line-height: 1.15; margin: 8px 0 10px; }
  .lp-dark .lp-sub { font-size: 14px; margin-bottom: 12px; }
  .lp-fact { padding: 14px 16px; font-size: 14px; }
  .lp-chips { gap: 6px; }
  .lp-chips span { border-radius: 10px; padding: 5px 9px; font-size: 11px; }

  .lp-row { grid-template-columns: 1fr 1fr 1fr; padding: 12px 14px; font-size: 13px; gap: 8px; }
  .lp-row--head { padding: 10px 14px; font-size: 10px; }
  .lp-table--price .lp-row { grid-template-columns: 1.4fr 56px 70px; padding: 12px 14px; font-size: 14px; }
  .lp-table--price .lp-d { font-size: 12px; }
  .lp-list { font-size: 14px; gap: 8px; }

  .lp-faq { gap: 6px; font-size: 14px; line-height: 1.5; }
  .lp-faq details { border-bottom: 1px solid var(--lp-track); padding: 10px 0; }
  .lp-faq summary { font-size: 15px; cursor: pointer; pointer-events: auto; margin: 0; }
  .lp-faq summary::after { display: inline; }
  .lp-faq details > div { padding-top: 8px; }

  .lp-cta { margin-top: 12px; border-radius: 22px; padding: 22px; gap: 14px; }
  .lp-cta-t { font-size: 24px; }
  .lp-cta-s { font-size: 14px; }
  .lp-cta .lp-stores a { height: 46px; }
  .lp-cta .lp-stores img { height: 46px; }
  .lp-footer { margin-top: 20px; border-top: 0; padding-top: 0; font-size: 12px; gap: 10px; }
  .lp-footer nav { gap: 14px; }

  .lp-sticky-in { max-width: 480px; background: rgba(255,255,255,.94); }
  .lp-sticky-t { font-size: 13px; flex: 1; }
  .lp-sticky-t small { font-size: 11px; }
  .lp-sticky .lp-btn { height: 48px; padding: 0 22px; border-radius: 24px; font-size: 16px; }
}

@media (prefers-reduced-motion: no-preference) {
  .lp-scroll { scroll-behavior: smooth; }
}
