/* ============================================================
   WELDECK /start/ — Google Ads landing page.
   Built from the approved "Weldeck Ads Landing" canvas (v3).
   Leans on tokens.css for every colour/space value and on
   home.css for .btn, the order dialog and the FAQ accordion.
   Scroll-triggered one-shot animations fire when landing.js
   adds .in; the looping ones (carousel, pulses) are pure CSS.
   ============================================================ */

.lp-wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

/* The approved design uses the lighter display weight; home.css sets
   headings to 700 further down, so re-assert 500 for this page. */
.lp-page h1, .lp-page h2 { font-weight: 500; }

/* ---------- nav ---------- */
.lp-nav { border-bottom: 1px solid var(--line); background: var(--surface); }
.lp-nav .lp-wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 14px; padding-bottom: 14px; }
.lp-nav .logo__img { display: block; }
.lp-nav-links { display: flex; gap: 26px; }
.lp-nav-links a { font-size: var(--fs-small); font-weight: 600; color: var(--ink); text-decoration: none; white-space: nowrap; }
.lp-nav-links a:hover { color: var(--accent-text); }
@media (max-width: 880px) { .lp-nav-links { display: none; } }

/* ---------- reveal system ---------- */
.lr { opacity: 0; transform: translateY(14px); transition: opacity 480ms var(--ease), transform 480ms var(--ease); }
.lr.in { opacity: 1; transform: none; }

/* ---------- hero ---------- */
.lp-hero { background: linear-gradient(180deg, var(--tint) 0%, var(--surface) 88%); }
.lp-hero .lp-wrap { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 64px; align-items: center; padding-top: 72px; padding-bottom: 68px; }
.lp-hero h1 { font-size: clamp(2.1rem, 4vw, 3.5rem); line-height: 1.08; margin: 0 0 4px; }
.lp-hero h1 u { text-decoration: none; border-bottom: 4px solid var(--accent); }
.lp-lede { margin: 0; font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.5; color: var(--muted); max-width: 42ch; }
.lp-hero-col { display: flex; flex-direction: column; gap: 22px; }
.lp-cta-row { display: flex; align-items: center; gap: 18px; }
.lp-scroll { display: inline-flex; align-items: center; min-height: 44px; padding: 0 6px; font-size: var(--fs-small); font-weight: 600; color: var(--accent-text); text-decoration: none; white-space: nowrap; }
.lp-meta { display: flex; flex-wrap: wrap; gap: 8px 10px; font-size: 14px; color: var(--muted); }

/* hero mock: photo carousel behind, search card in front */
.lp-mock { position: relative; display: flex; justify-content: flex-end; min-height: 440px; }
.lp-photo { position: absolute; left: 0; top: 10px; width: 300px; height: 390px; border-radius: 16px; overflow: hidden; box-shadow: 0 18px 44px rgba(20, 20, 20, 0.16); transform: rotate(-2deg); background: var(--tile); }
.lp-caro { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; animation: lp-caro 12s infinite; }
.lp-caro:nth-child(1) { animation-delay: 0s; } .lp-caro:nth-child(2) { animation-delay: 4s; } .lp-caro:nth-child(3) { animation-delay: 8s; }
@keyframes lp-caro { 0%, 28% { opacity: 1; } 36%, 92% { opacity: 0; } 100% { opacity: 1; } }
.lp-search { position: relative; z-index: 2; width: 340px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 44px rgba(20, 20, 20, 0.10); padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.lp-sq { display: flex; align-items: center; gap: 8px; background: var(--paper); border-radius: var(--r-pill); padding: 9px 14px; font-size: 14px; color: var(--ink); }
.lp-sq svg { flex: none; stroke: var(--muted); fill: none; stroke-width: 2.4; stroke-linecap: round; }
.lp-sr { display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); padding: 6px 12px; }
.lp-found { display: flex; flex-direction: column; gap: 6px; border: 1.5px solid var(--accent); background: var(--accent-soft); border-radius: 10px; padding: 10px 12px; }
.lp-found-top { display: flex; justify-content: space-between; align-items: center; }
.lp-found b { font-size: 14px; color: var(--ink-strong); }
.lp-found small { font-size: 12px; color: var(--muted); }
.lp-badge { font-size: 10px; font-weight: 700; letter-spacing: 0.05em; color: var(--accent-ink); background: var(--accent); border-radius: 3px; padding: 2px 6px; animation: lp-pulse 2.6s 2s infinite; }
.lp-chip { position: absolute; left: 20px; bottom: -8px; z-index: 3; background: var(--dim); color: var(--on-dim); border-radius: 8px; padding: 10px 14px; font-size: 13px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18); }
/* on-load stagger (no observer needed above the fold) */
.lp-sq   { animation: lp-up 600ms 200ms var(--ease) both; }
.lp-found{ animation: lp-pop 800ms 1150ms var(--ease) both; }
.lp-sr:nth-of-type(3) { animation: lp-up 600ms 500ms var(--ease) both; }
.lp-sr:nth-of-type(4) { animation: lp-up 600ms 700ms var(--ease) both; }
.lp-sr:nth-of-type(5) { animation: lp-up 600ms 900ms var(--ease) both; }
.lp-chip { animation: lp-up 700ms 1500ms var(--ease) both; }
@keyframes lp-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes lp-pop { 0% { opacity: 0; transform: scale(0.85); } 60% { transform: scale(1.05); } 100% { opacity: 1; transform: scale(1); } }
@keyframes lp-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(25, 87, 214, 0.40); } 60% { box-shadow: 0 0 0 12px rgba(25, 87, 214, 0); } }

/* ---------- research strip ---------- */
.lp-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.lp-strip .lp-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 22px; padding-bottom: 22px; }
.lp-strip-title { font-size: 14px; font-weight: 600; color: var(--ink-strong); white-space: nowrap; }
.lp-strip-items { display: flex; flex-wrap: wrap; gap: 12px 36px; font-size: 14px; color: var(--muted); }
.lp-strip-items b { color: var(--ink-strong); }

/* ---------- shared section furniture ---------- */
.lp-s { padding: 72px 0; }
.lp-s--paper { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lp-k { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-text); margin: 0 0 10px; }
.lp-s h2 { font-size: clamp(1.7rem, 2.8vw, 2.4rem); margin: 0 0 10px; line-height: 1.15; }
.lp-sub { margin: 0; font-size: 1.05rem; color: var(--muted); max-width: 58ch; }
/* minmax(0,…) so a wide child (the d1 chart, long words) can never blow the track */
.lp-grid2 { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.lp-card { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 26px; }
.lp-src { font-size: 12px; color: var(--muted); }

/* ---------- 01 what changed ---------- */
/* <figure> carries a UA default margin of ~17px 40px — that 40px was pushing
   the chart out of its grid track and giving the page a horizontal scrollbar */
.lp-grid2 .d1 { width: 100%; margin: 0; }
.lp-when { display: flex; flex-direction: column; gap: 14px; font-size: 1rem; margin-top: 10px; }
.lp-when > div { display: flex; gap: 12px; align-items: baseline; }
.lp-when i { flex: none; width: 56px; font-style: normal; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; color: var(--muted); text-transform: uppercase; }
.lp-when .now i { color: var(--accent-text); }
.lp-chart { display: flex; flex-direction: column; gap: 12px; }
.lp-chart-title { font-size: 14px; font-weight: 600; color: var(--ink-strong); }
.lp-chart-bars { display: flex; align-items: flex-end; gap: 28px; height: 130px; }
.lp-cb { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.lp-cb b { font-size: 15px; color: var(--muted); }
.lp-cb .bar { width: 64px; background: #d9d9d4; border-radius: 4px 4px 0 0; }
.lp-cb small { font-size: 12px; color: var(--muted); }
.lp-cb--hot b { color: var(--accent-text); }
.lp-cb--hot .bar { background: var(--accent-line); transform: scaleY(0); transform-origin: bottom; transition: transform 900ms var(--ease) 150ms; }
.in .lp-cb--hot .bar { transform: scaleY(1); }

/* ---------- 02 proof tiles ---------- */
.lp-tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
.lp-tile { display: flex; flex-direction: column; gap: 10px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); padding: 22px; }
.lp-tile .num { font-size: 30px; font-weight: 500; color: var(--ink-strong); letter-spacing: -0.02em; }
.lp-tile p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.45; }
.lp-tile .lp-src { margin-top: auto; }
.lp-src .wm__img { vertical-align: middle; }
.lp-stars { font-size: 15px; color: var(--gold); letter-spacing: 2px; }
.lp-mb { display: flex; flex-direction: column; gap: 5px; margin-top: 4px; }
.lp-mb span { height: 8px; border-radius: 4px; background: #d9d9d4; display: block; }
.lp-mb .hot { background: var(--accent-line); transform: scaleX(0); transform-origin: left; transition: transform 900ms var(--ease) 300ms; }
.in .lp-mb .hot { transform: scaleX(1); }
.lp-tline path.hot { stroke-dasharray: 100; stroke-dashoffset: 100; transition: stroke-dashoffset 1100ms var(--ease) 300ms; }
.in .lp-tline path.hot { stroke-dashoffset: 0; }
.lp-ring .fill { stroke-dasharray: 0 153; transition: stroke-dasharray 1000ms var(--ease) 300ms; }
.in .lp-ring .fill { stroke-dasharray: 46 107; }
.lp-stan { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); padding: 18px 22px; margin-top: 20px; font-size: 15px; }
.lp-stan .lp-src { white-space: nowrap; }

/* ---------- 03 the street ---------- */
.lp-street { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 12px; margin: 24px 0 14px; }
.lp-shop { display: flex; flex-direction: column; align-items: center; gap: 6px; opacity: 0; transform: translateY(14px); transition: opacity 500ms var(--ease), transform 500ms var(--ease); }
.in .lp-shop { opacity: 1; transform: none; }
.lp-street .lp-shop:nth-child(1) { transition-delay: 0.10s; } .lp-street .lp-shop:nth-child(2) { transition-delay: 0.18s; }
.lp-street .lp-shop:nth-child(3) { transition-delay: 0.26s; } .lp-street .lp-shop:nth-child(4) { transition-delay: 0.34s; }
.lp-street .lp-shop:nth-child(5) { transition-delay: 0.42s; } .lp-street .lp-shop:nth-child(6) { transition-delay: 0.50s; }
.lp-street .lp-shop:nth-child(7) { transition-delay: 0.58s; } .lp-street .lp-shop:nth-child(8) { transition-delay: 0.66s; }
.lp-street .lp-shop:nth-child(9) { transition-delay: 0.74s; } .lp-street .lp-shop:nth-child(10) { transition-delay: 0.82s; }
.lp-shop .bldg { width: 100%; height: 64px; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 4px 10px rgba(20, 20, 20, 0.06); }
.lp-shop small { font-size: 12px; color: var(--accent-text); font-weight: 700; }
.lp-shop--dark .bldg { background: var(--tile); border: 0; box-shadow: none; }
.lp-shop--dark small { color: #9a9a9a; font-weight: 400; }
.lp-shop--you .bldg { background: var(--ink-strong); border: 2px dashed var(--muted); display: flex; align-items: center; justify-content: center; color: var(--on-navy); font-size: 13px; font-weight: 700; animation: lp-pulse 3s 1.6s infinite; }
.lp-shop--you small { color: var(--ink-strong); }

/* ---------- 04 the quiet leak (dark) ---------- */
.lp-dark { background: var(--dim); }
.lp-dark .lp-wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.lp-dark .lp-k { color: #7ea1e8; }
.lp-dark h2 { color: var(--on-dim); }
.lp-dark .lp-sub { color: var(--on-dim-muted); max-width: 46ch; }
.lp-dark-col { display: flex; flex-direction: column; gap: 18px; }
.lp-dark-col .btn { align-self: flex-start; }
.lp-dots { display: flex; gap: 8px; }
.lp-dots i { width: 34px; height: 34px; border-radius: var(--r-pill); background: var(--navy-2); border: 1px solid var(--navy-line); animation: lp-walk 2.4s infinite; }
.lp-dots i:nth-child(1) { animation-delay: 0s; }    .lp-dots i:nth-child(2) { animation-delay: 0.12s; }
.lp-dots i:nth-child(3) { animation-delay: 0.24s; } .lp-dots i:nth-child(4) { animation-delay: 0.36s; }
.lp-dots i:nth-child(5) { animation-delay: 0.48s; } .lp-dots i:nth-child(6) { animation-delay: 0.60s; }
.lp-dots i:nth-child(7) { animation-delay: 0.72s; } .lp-dots i:nth-child(8) { animation-delay: 0.84s; }
.lp-dots i:nth-child(9) { animation-delay: 0.96s; } .lp-dots i:nth-child(10) { animation-delay: 1.08s; }
@keyframes lp-walk { 0%, 100% { opacity: 0.35; transform: none; } 50% { opacity: 1; transform: translateY(-3px); } }
.lp-lane { width: 100%; height: 46px; }
.lp-lane .hot { stroke-dasharray: 100; stroke-dashoffset: 100; transition: stroke-dashoffset 1100ms var(--ease) 300ms; }
.in .lp-lane .hot { stroke-dashoffset: 0; }
.lp-out { display: flex; justify-content: space-between; align-items: center; border-radius: 10px; padding: 14px 18px; }
.lp-out--win { background: #103c1f; border: 1px solid #1d6b38; animation: lp-glow 3s 1s infinite; }
.lp-out--win b { font-size: 16px; color: #d9f2e0; }
.lp-out--win span { font-size: 14px; color: #8fd0a3; }
.lp-out--you { background: #1d1d1d; border: 1px dashed var(--navy-line); }
.lp-out--you b, .lp-out--you span { color: var(--on-dim-muted); }
.lp-out--you b { font-size: 16px; } .lp-out--you span { font-size: 14px; }
@keyframes lp-glow { 0%, 100% { box-shadow: 0 0 0 rgba(96, 200, 140, 0); } 50% { box-shadow: 0 0 26px rgba(96, 200, 140, 0.28); } }

/* ---------- 05 already online ---------- */
/* Three cards, one per platform. The card frame — not the logo — sets the
   rhythm, because these marks are different shapes: Instagram and WhatsApp
   are square glyphs, JustDial is a 3.8:1 wordmark. Forcing them to a shared
   height in one column made them look mismatched, so each sits at its own
   natural size inside a fixed-height slot. */
.lp-rents { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 18px 0; }
.lp-rent { display: flex; flex-direction: column; gap: 10px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); padding: 16px; }
.lp-rent__logo { display: flex; align-items: center; height: 26px; }
.lp-rent__logo img { max-height: 22px; max-width: 100%; width: auto; display: block; }
.lp-rent__logo img[src*="justdial"] { max-height: 17px; }
.lp-rent p { margin: 0; font-size: var(--fs-small); color: var(--muted); line-height: 1.45; }
.lp-own { font-size: 1rem; color: var(--ink-strong); }
.lp-bars { display: flex; flex-direction: column; gap: 12px; margin-top: 6px; }
.lp-brow { display: grid; grid-template-columns: 110px 1fr 44px; gap: 12px; align-items: center; font-size: 14px; }
.lp-brow .track { height: 12px; background: var(--line); border-radius: var(--r-pill); overflow: hidden; }
.lp-brow .fill { height: 12px; background: var(--accent-line); border-radius: var(--r-pill); transform: scaleX(0); transform-origin: left; transition: transform 900ms var(--ease); }
.lp-brow .fill--dim { background: #b5b5b0; }
.lp-brow:nth-child(2) .fill { transition-delay: 0.35s; }
.lp-brow:nth-child(3) .fill { transition-delay: 0.7s; }
.in .lp-brow .fill { transform: scaleX(1); }
.lp-brow b { color: var(--ink-strong); }

/* ---------- 06 calculator ---------- */
.lp-calc-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 24px; margin-top: 24px; }
.lp-calc { display: flex; flex-direction: column; gap: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 26px; }
.lp-lbl { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.lp-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.lp-chips label { position: relative; }
.lp-chips input { position: absolute; opacity: 0; pointer-events: none; }
.lp-chips span { display: inline-flex; align-items: center; min-height: 38px; padding: 8px 14px; border-radius: var(--r-pill); border: 1px solid var(--line); font-size: 13px; color: var(--ink); cursor: pointer; }
.lp-chips input:checked + span { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); font-weight: 600; }
.lp-chips input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.lp-turn-row { display: flex; justify-content: space-between; align-items: baseline; }
.lp-turn-row output { font-size: 14px; font-weight: 700; color: var(--ink-strong); }
.lp-calc input[type="range"] { width: 100%; }
.lp-res { display: flex; flex-direction: column; gap: 16px; background: var(--ink-strong); border-radius: 16px; padding: 26px; color: var(--on-navy); }
.lp-res-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.lp-res-grid small { display: block; font-size: 12px; color: var(--on-navy-muted); margin-bottom: 4px; }
.lp-res-grid output { font-size: clamp(1.4rem, 2vw, 1.85rem); font-weight: 500; letter-spacing: -0.02em; }
.lp-res-grid .hot { color: #7ea1e8; }
.lp-res svg .hot { stroke-dasharray: 100; stroke-dashoffset: 100; transition: stroke-dashoffset 1100ms var(--ease) 400ms; }
.in .lp-res svg .hot { stroke-dashoffset: 0; }
.lp-res-foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.lp-res-foot small { font-size: 12px; color: var(--on-navy-muted); }

/* ---------- 07 pricing ---------- */
.lp-pks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 24px; }
.lp-pk { display: flex; flex-direction: column; gap: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-card); padding: 28px; }
.lp-pk--star { background: var(--surface); border: 2px solid var(--accent); box-shadow: 0 12px 32px rgba(25, 87, 214, 0.12); }
.lp-pk h3 { margin: 0; font-size: 21px; font-weight: 600; }
.lp-pk .what { font-size: 14px; color: var(--muted); }
.lp-pk .price { font-size: 30px; font-weight: 700; color: var(--ink-strong); line-height: 1.1; }
/* GST disclosure always sits on its own line directly under the price */
.lp-pk .price-sub { font-size: 13px; color: var(--muted); margin-top: -6px; }
.lp-pk ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.lp-pk li { display: flex; gap: 8px; }
.lp-pk li::before { content: "\2713"; color: var(--accent-text); font-weight: 700; }
.lp-pk .note { font-size: 12px; color: var(--muted); }
.lp-pk .btn { margin-top: auto; justify-content: center; }
.lp-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; font-size: 14px; color: var(--muted); margin-top: 26px; }

/* ---------- how it works ---------- */
.lp-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 24px; }
.lp-step { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; }
.lp-step .shot { height: 150px; background: var(--tile); }
.lp-step .shot img { display: block; width: 100%; height: 100%; object-fit: cover; }
.lp-step .body { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; }
.lp-step .n { flex: none; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: var(--r-pill); background: var(--accent-soft); color: var(--accent-text); font-weight: 700; }
.lp-step b { color: var(--ink-strong); }
.lp-step p { margin: 0; font-size: 14px; color: var(--muted); }

/* ---------- guarantee band ---------- */
.lp-guar { background: var(--tint); }
.lp-guar .lp-wrap { display: flex; align-items: center; justify-content: center; gap: 14px; padding-top: 30px; padding-bottom: 30px; font-size: 1.1rem; color: var(--ink-strong); text-align: center; }
.lp-guar svg { flex: none; stroke: var(--accent-text); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- closer ---------- */
.lp-closer { background: var(--ink-strong); text-align: center; }
/* slim band: the photo was cut and the padding halved — this is a sign-off
   strip, not a destination section */
.lp-closer .lp-wrap { display: flex; flex-direction: column; align-items: center; gap: 12px; padding-top: 36px; padding-bottom: 36px; }
.lp-closer h2 { color: var(--on-navy); font-size: clamp(1.6rem, 2.4vw, 2.1rem); margin: 0; }
.lp-closer p { margin: 0; font-size: 1.05rem; color: var(--on-navy-muted); }
.lp-closer .fine { font-size: 13px; }

/* ---------- responsive ---------- */
@media (max-width: 880px) {
  .lp-hero .lp-wrap { grid-template-columns: 1fr; gap: 28px; padding-top: 40px; padding-bottom: 40px; }
  .lp-hero-col { text-align: center; align-items: center; }
  .lp-cta-row { flex-direction: column; gap: 10px; }
  .lp-cta-row .btn { width: 100%; justify-content: center; }
  .lp-meta { justify-content: center; }
  .lp-mock { flex-direction: column; min-height: 0; gap: 14px; }
  .lp-photo { position: static; width: 100%; height: 170px; transform: none; }
  .lp-search { width: 100%; }
  .lp-chip { position: static; align-self: flex-start; margin-top: 10px; }
  .lp-strip .lp-wrap { flex-direction: column; align-items: flex-start; gap: 10px; }
  .lp-s { padding: 44px 0; }
  .lp-grid2 { grid-template-columns: 1fr; gap: 24px; }
  .lp-rents { grid-template-columns: 1fr; }
  .lp-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .lp-stan { flex-direction: column; align-items: flex-start; gap: 8px; }
  .lp-street { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
  .lp-shop .bldg { height: 44px; }
  .lp-dark .lp-wrap { grid-template-columns: 1fr; gap: 28px; padding-top: 44px; padding-bottom: 44px; }
  .lp-dark-col .btn { align-self: stretch; justify-content: center; }
  .lp-calc-grid { grid-template-columns: 1fr; }
  .lp-res-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .lp-res-foot { flex-direction: column; align-items: stretch; text-align: center; }
  .lp-res-foot .btn { justify-content: center; }
  .lp-pks { grid-template-columns: 1fr; }
  .lp-steps { grid-template-columns: 1fr; }
  .lp-guar .lp-wrap { flex-direction: column; gap: 8px; font-size: 1rem; }
  /* 44px minimum touch target on phones */
  .lp-chips span { min-height: 44px; padding: 10px 16px; }

  /* ---- phone density pass ----
     These three blocks were the tallest low-information stretches of the page:
     four stacked citation rows, three stacked platform cards, and three step
     cards each carrying a 150px photo. Same content, far less scrolling. */

  /* research strip: 2x2 instead of four full-width rows */
  .research { padding: 18px 0; }
  .research__head { margin-bottom: 12px; font-size: .95rem; }
  .research .research__grid { grid-template-columns: 1fr 1fr; gap: 12px 14px; }
  .research .wm__img { height: 20px; }
  .research .research__grid p { font-size: 12px; line-height: 1.35; }

  /* platform cards: logo beside the line, not stacked above it */
  .lp-rents { gap: 8px; margin: 14px 0; }
  .lp-rent { flex-direction: row; align-items: center; gap: 12px; padding: 12px 14px; }
  .lp-rent__logo { flex: none; width: 76px; height: 22px; }
  .lp-rent__logo img { max-height: 19px; }
  .lp-rent__logo img[src*="justdial"] { max-height: 15px; }

  /* how it works: the photos are decoration — drop them on a phone and let the
     three steps read as a compact numbered list */
  .lp-steps { gap: 10px; }
  .lp-step { flex-direction: row; align-items: center; }
  .lp-step .shot { display: none; }
  .lp-step .body { padding: 13px 15px; gap: 12px; }
  .lp-step .n { width: 32px; height: 32px; font-size: .95rem; }
  .lp-step p { font-size: 13px; }

  /* ---- phone density pass, part 2: the three tallest sections ---- */

  /* HERO — the CTA already sits above the mock on a phone, so the photo below
     it is pure atmosphere. Keep it, but at a glanceable height. */
  .lp-hero .lp-wrap { padding-top: 30px; padding-bottom: 30px; gap: 20px; }
  .lp-hero-col { gap: 16px; }
  .lp-mock { gap: 10px; }
  .lp-photo { height: 118px; }
  .lp-search { padding: 14px; gap: 7px; }
  .lp-sr { padding: 4px 10px; font-size: 12.5px; }
  .lp-chip { margin-top: 6px; padding: 8px 12px; font-size: 12px; }
  .lp-meta { gap: 6px 10px; font-size: 13px; }

  /* THE QUIET LEAK — the diagram carries the argument; the three story cards
     restate it, so they get list density rather than card density. */
  .lp-page .section.loss { padding: 36px 0; }
  .lp-page .loss__lede { margin-bottom: 16px; font-size: .95rem; }
  .lp-page .lossviz--tall { max-width: 340px; padding: 8px 6px 2px; }
  .lp-page .loss__stories { gap: 8px; }
  .lp-page .loss__story { padding: 12px 14px; }
  .lp-page .loss__story strong { font-size: .9rem; margin-bottom: 3px; }
  .lp-page .loss__story p { font-size: 12.5px; line-height: 1.4; }
  .lp-page .loss__foot { gap: 12px; padding-top: 16px; margin-top: 16px; }
  .lp-page .loss__coda { font-size: 13px; }
  .lp-page .loss__foot .btn { width: 100%; justify-content: center; }

  /* PRICING — three tall cards in a row is most of the scroll. Tighter frame,
     tighter list, smaller price type. Nothing removed. */
  .lp-pks { gap: 12px; margin-top: 16px; }
  .lp-pk { gap: 10px; padding: 18px; }
  .lp-pk h3 { font-size: 19px; }
  .lp-pk .what { font-size: 13px; }
  .lp-pk .price { font-size: 26px; }
  .lp-pk .price-sub { font-size: 12px; margin-top: -4px; }
  .lp-pk ul { gap: 6px; font-size: 13px; }
  .lp-pk .note { font-size: 11.5px; }
  .lp-trust { gap: 6px 18px; margin-top: 16px; font-size: 12.5px; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .lr, .lp-shop, .lp-cb--hot .bar, .lp-mb .hot, .lp-brow .fill { opacity: 1; transform: none; transition: none; }
  .lp-sq, .lp-found, .lp-sr, .lp-chip, .lp-badge, .lp-dots i, .lp-out--win, .lp-shop--you .bldg, .lp-caro { animation: none; opacity: 1; }
  .lp-tline path.hot, .lp-lane .hot, .lp-res svg .hot { stroke-dashoffset: 0; transition: none; }
  .lp-ring .fill { stroke-dasharray: 46 107; transition: none; }
}
