/* ==================================================================
   DQR HOME — v3 (2026-09, from scratch). Tokens from dqr-tokens.css (--dqr-*),
   light + dark via html[data-theme]. Loaded only on the home page together with
   dqr-tokens.css + dqr-public-header.css (no legacy theme CSS).
   ================================================================== */
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body.dqr-home { margin: 0; background: var(--dqr-bg); color: var(--dqr-ink); font-family: var(--dqr-font); font-size: 16px; line-height: 1.6; overflow-x: clip; }
body.dqr-home * { box-sizing: border-box; }
body.dqr-home img { max-width: 100%; height: auto; }
:where(body.dqr-home) a { color: inherit; }
:where(body.dqr-home) :is(h1, h2, h3, h4) { margin: 0; color: var(--dqr-ink); letter-spacing: -.02em; line-height: 1.15; }
:where(body.dqr-home) p { margin: 0; }
body.dqr-home :focus-visible { outline: 2px solid var(--dqr-brand); outline-offset: 3px; }
[data-theme="dark"] body.dqr-home { --dqr-bg: #0f0f10; }

.hm-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.hm-container-narrow { max-width: 860px; }
.hm-section { padding: 88px 0; }
.hm-section-alt { background: var(--dqr-surface-2); }
[data-theme="dark"] .hm-section-alt { background: #141415; }
.hm-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.hm-head h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; margin: 12px 0 14px; }
.hm-head p { color: var(--dqr-muted); font-size: 17px; }
.hm-head-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 20px; text-align: left; }
.hm-head-row h2 { margin-bottom: 0; }
.hm-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: var(--dqr-brand-soft); color: var(--dqr-brand-700); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hm-eyebrow-light { background: rgba(255, 255, 255, .16); color: #fff; }
.hm-muted { color: var(--dqr-muted); font-size: 17px; }

/* buttons */
.hm-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; font-size: 15px; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .18s var(--dqr-ease), box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.hm-btn i { font-size: 17px; transition: transform .18s var(--dqr-ease); }
.hm-btn:hover i.icon-feather-arrow-right { transform: translateX(3px); }
.hm-btn-lg { min-height: 54px; padding: 0 26px; font-size: 16px; }
.hm-btn-block { width: 100%; }
.hm-btn-primary { background: var(--dqr-brand-600); color: #fff; box-shadow: 0 10px 26px var(--dqr-brand-ring); }
.hm-btn-primary:hover { background: var(--dqr-brand-700); color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px var(--dqr-brand-ring); }
.hm-btn-ghost { background: var(--dqr-surface); color: var(--dqr-ink); border-color: var(--dqr-line-strong); }
.hm-btn-ghost:hover { background: var(--dqr-n-100); border-color: var(--dqr-n-400); transform: translateY(-2px); }
.hm-btn-light { background: #fff; color: var(--dqr-brand-ink); box-shadow: 0 12px 30px rgba(0, 0, 0, .2); }
.hm-btn-light:hover { transform: translateY(-2px); color: var(--dqr-brand-ink); }
.hm-btn.is-static { cursor: default; opacity: .8; }
.hm-btn.is-static:hover { transform: none; }

/* reveal */
.hm-reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s var(--dqr-ease); }
.hm-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .hm-reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---------- hero ---------- */
.hm-hero { position: relative; overflow: hidden; padding: calc(var(--dqr-ph-h, 72px) + 64px) 0 72px; background: var(--dqr-bg); }
.hm-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hm-orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; }
.hm-orb-a { width: 520px; height: 520px; left: -140px; top: -120px; background: var(--dqr-brand-soft); }
.hm-orb-b { width: 460px; height: 460px; right: -120px; top: 120px; background: color-mix(in srgb, var(--dqr-brand-2) 22%, transparent); }
.hm-gridlines { position: absolute; inset: 0; background-image: linear-gradient(var(--dqr-line) 1px, transparent 1px), linear-gradient(90deg, var(--dqr-line) 1px, transparent 1px); background-size: 48px 48px; opacity: .35; -webkit-mask-image: radial-gradient(60% 60% at 50% 30%, #000 0%, transparent 100%); mask-image: radial-gradient(60% 60% at 50% 30%, #000 0%, transparent 100%); }
.hm-hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hm-hero-copy h1 { font-size: clamp(36px, 5.2vw, 62px); font-weight: 900; margin: 18px 0 18px; letter-spacing: -.03em; }
.hm-hero-copy h1 em, .hm-hero-copy h1 span { color: var(--dqr-brand-700); font-style: normal; }
.hm-lead { max-width: 560px; color: var(--dqr-ink-2); font-size: 18px; line-height: 1.65; }
.hm-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 22px; }
.hm-rating { display: flex; align-items: center; gap: 10px; color: var(--dqr-muted); font-size: 14px; }
.hm-stars { display: inline-flex; gap: 2px; color: #f59e0b; }
.hm-stars i { font-size: 15px; }
.hm-stars i::before { content: "★"; font-family: inherit; font-style: normal; }   /* filled star: the feather icon font only has an outline star */
.hm-trust { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.hm-trust li { padding: 7px 12px; border-radius: 999px; border: 1px solid var(--dqr-line); background: var(--dqr-surface); color: var(--dqr-muted); font-size: 13px; }
.hm-trust strong { color: var(--dqr-ink); }
.hm-hero-visual { position: relative; display: flex; justify-content: center; align-items: center; min-height: 520px; }
.hm-phone { position: relative; flex: 0 0 auto; align-self: center; width: 270px; padding: 12px; border-radius: 40px; background: var(--dqr-n-900); box-shadow: 0 40px 80px -20px rgba(16, 24, 40, .45), 0 0 0 1px rgba(255, 255, 255, .06) inset; }
[data-theme="dark"] .hm-phone { background: #2a2a2b; }
.hm-phone img { display: block; width: 100%; height: auto; aspect-ratio: 268 / 405; object-fit: cover; border-radius: 30px; }
.hm-phone-notch { position: absolute; top: 20px; left: 50%; width: 92px; height: 22px; transform: translateX(-50%); border-radius: 999px; background: var(--dqr-n-900); z-index: 2; }
[data-theme="dark"] .hm-phone-notch { background: #2a2a2b; }
.hm-float { position: absolute; padding: 12px 14px; border-radius: 16px; background: var(--dqr-surface); border: 1px solid var(--dqr-line); box-shadow: var(--dqr-sh-3); font-size: 13px; color: var(--dqr-ink); animation: hm-float 6s ease-in-out infinite; }
.hm-float-stats { left: 0; bottom: 70px; width: 170px; }
.hm-float-stats span { display: block; color: var(--dqr-muted); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hm-float-stats strong { display: block; margin: 2px 0 10px; font-size: 14px; }
.hm-bars { display: flex; align-items: flex-end; gap: 6px; height: 44px; }
.hm-bars i { flex: 1 1 0; border-radius: 4px 4px 2px 2px; background: var(--dqr-brand-gradient); }
.hm-float-order { right: 0; top: 60px; display: flex; align-items: center; gap: 8px; font-weight: 700; animation-delay: -2s; }
.hm-float-qr { right: 8px; bottom: 30px; display: flex; align-items: center; gap: 8px; font-weight: 700; animation-delay: -4s; }
.hm-float-qr i { color: var(--dqr-brand-700); }
.hm-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px rgba(34, 197, 94, .2); display: inline-block; }
@keyframes hm-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ---------- demo strip + marquee ---------- */
.hm-demo { padding: 0 0 8px; }
.hm-demo-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; padding: 16px 20px; border-radius: 18px; background: var(--dqr-surface); border: 1px solid var(--dqr-line); box-shadow: var(--dqr-sh-2); }
.hm-demo-label { display: inline-flex; align-items: center; gap: 8px; color: var(--dqr-ink-2); font-weight: 800; font-size: 14px; }
.hm-demo-links { display: flex; flex-wrap: wrap; gap: 8px; }
.hm-demo-links a { display: inline-flex; align-items: center; gap: 6px; padding: 9px 14px; border-radius: 999px; border: 1px solid var(--dqr-line-strong); color: var(--dqr-ink); font-size: 13.5px; font-weight: 700; text-decoration: none; transition: background .18s ease, border-color .18s ease, color .18s ease; }
.hm-demo-links a:hover { background: var(--dqr-brand-softer); border-color: var(--dqr-brand-ring); color: var(--dqr-brand-700); }
.hm-marquee { overflow: hidden; padding: 18px 0; border-top: 1px solid var(--dqr-line); border-bottom: 1px solid var(--dqr-line); background: var(--dqr-surface); margin-top: 32px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.hm-marquee-track { display: flex; align-items: center; gap: 22px; width: max-content; animation: hm-marquee 40s linear infinite; color: var(--dqr-muted); font-weight: 700; font-size: 15px; white-space: nowrap; }
.hm-marquee-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--dqr-brand); display: inline-block; }
@keyframes hm-marquee { to { transform: translateX(-50%); } }

/* ---------- generic grids / cards ---------- */
.hm-grid { display: grid; gap: 20px; }
.hm-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hm-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hm-card { display: block; padding: 26px 24px; border-radius: 20px; background: var(--dqr-surface); border: 1px solid var(--dqr-line); box-shadow: var(--dqr-sh-1); text-decoration: none; color: inherit; transition: transform .2s var(--dqr-ease), box-shadow .2s ease, border-color .2s ease; }
.hm-card:hover { transform: translateY(-4px); box-shadow: var(--dqr-sh-3); border-color: var(--dqr-brand-ring); }
.hm-card h3 { font-size: 18px; font-weight: 800; margin: 14px 0 8px; }
.hm-card p { color: var(--dqr-muted); font-size: 14.5px; line-height: 1.6; }
.hm-icon { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--dqr-brand-soft); color: var(--dqr-brand-700); font-size: 22px; }
.hm-usecase ul { list-style: none; margin: 14px 0 0; padding: 14px 0 0; border-top: 1px dashed var(--dqr-line); display: grid; gap: 6px; }
.hm-usecase li { position: relative; padding-left: 18px; color: var(--dqr-ink-2); font-size: 13.5px; }
.hm-usecase li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--dqr-brand); }
.hm-link-card h3 { display: flex; align-items: center; gap: 8px; }
.hm-link-card h3::after { content: "\2192"; margin-left: auto; color: var(--dqr-n-400); transition: transform .18s var(--dqr-ease), color .18s ease; }
.hm-link-card:hover h3::after { transform: translateX(3px); color: var(--dqr-brand-700); }

/* split + showcase */
.hm-split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: end; margin-bottom: 40px; }
.hm-split h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 800; margin-top: 12px; }
.hm-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hm-showcase h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 800; margin: 12px 0 20px; }
.hm-shots { position: relative; min-height: 420px; }
.hm-shot { position: absolute; border-radius: 18px; border: 1px solid var(--dqr-line); box-shadow: var(--dqr-sh-3); object-fit: cover; background: var(--dqr-surface); }
.hm-shot-main { left: 0; top: 0; width: 78%; height: 380px; }
.hm-shot-float { right: 0; bottom: 0; width: 46%; height: 220px; animation: hm-float 7s ease-in-out infinite; }
.hm-checks { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 12px; }
.hm-checks li { display: flex; gap: 12px; align-items: flex-start; color: var(--dqr-ink-2); font-size: 16px; }
.hm-checks i { flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--dqr-success-bg); color: var(--dqr-success); font-size: 13px; margin-top: 1px; }

/* steps */
.hm-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; counter-reset: step; }
.hm-steps li { position: relative; padding: 26px 22px; border-radius: 20px; background: var(--dqr-surface); border: 1px solid var(--dqr-line); }
.hm-steps li::after { content: ""; position: absolute; right: -20px; top: 40px; width: 20px; height: 2px; background: var(--dqr-line-strong); }
.hm-steps li:last-child::after { display: none; }
.hm-step-no { display: inline-block; font-size: 32px; font-weight: 900; letter-spacing: -.03em; color: var(--dqr-brand-700); line-height: 1; }
.hm-steps h3 { font-size: 17px; font-weight: 800; margin: 12px 0 8px; }
.hm-steps p { color: var(--dqr-muted); font-size: 14.5px; }

/* stats */
.hm-stats { padding: 26px 0; background: var(--dqr-brand-gradient); }
.hm-stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.hm-stats-grid > div { padding: 22px 18px; border-radius: 18px; background: rgba(255, 255, 255, .14); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); text-align: center; color: #fff; }
.hm-stats-grid strong { display: block; font-size: 34px; font-weight: 900; letter-spacing: -.03em; line-height: 1.1; }
.hm-stats-grid span { display: block; margin-top: 6px; font-size: 13.5px; opacity: .92; }

/* compare */
.hm-compare { max-width: 880px; margin: 0 auto; border: 1px solid var(--dqr-line); border-radius: 20px; overflow: hidden; background: var(--dqr-surface); box-shadow: var(--dqr-sh-1); }
.hm-compare-row { display: grid; grid-template-columns: 1.3fr 1fr 1fr; align-items: center; }
.hm-compare-row > div { padding: 14px 18px; font-size: 15px; border-top: 1px solid var(--dqr-line); }
.hm-compare-head > div { border-top: 0; background: var(--dqr-n-100); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--dqr-muted); }
.hm-compare-row > div:first-child { font-weight: 700; color: var(--dqr-ink); }
.hm-no { color: var(--dqr-muted); }
.hm-yes { color: var(--dqr-success); font-weight: 800; }
.hm-yes::before { content: "\2713"; margin-right: 6px; }
.hm-compare-row:nth-child(even) > div:last-child { background: var(--dqr-success-bg); }
.hm-compare-row > div:last-child { background: color-mix(in srgb, var(--dqr-success-bg) 60%, transparent); }

/* capabilities */
.hm-caps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.hm-cap { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border-radius: 16px; background: var(--dqr-surface); border: 1px solid var(--dqr-line); }
.hm-cap > i { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--dqr-brand-soft); color: var(--dqr-brand-700); font-size: 19px; }
.hm-cap h4 { font-size: 15px; font-weight: 800; margin-bottom: 4px; }
.hm-cap p { color: var(--dqr-muted); font-size: 13.5px; line-height: 1.5; }

/* testimonials */
.hm-quote p { color: var(--dqr-ink-2); font-size: 15.5px; line-height: 1.65; margin: 12px 0 18px; }
.hm-quote-author { display: flex; align-items: center; gap: 12px; }
.hm-quote-author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.hm-quote-author strong { display: block; font-size: 14.5px; }
.hm-quote-author span { color: var(--dqr-muted); font-size: 13px; }

/* pricing */
.hm-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 20px; align-items: stretch; max-width: 1000px; margin: 0 auto; }
.hm-plan { position: relative; display: flex; flex-direction: column; padding: 28px 26px; border-radius: 22px; background: var(--dqr-surface); border: 1px solid var(--dqr-line); box-shadow: var(--dqr-sh-1); }
.hm-plan.is-featured { border-color: var(--dqr-brand-ring); box-shadow: 0 24px 50px -20px var(--dqr-brand-ring), var(--dqr-sh-2); }
.hm-plan-badge { position: absolute; top: -13px; left: 26px; padding: 5px 12px; border-radius: 999px; background: var(--dqr-brand-600); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hm-plan h3 { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--dqr-ink-2); }
.hm-price { margin: 12px 0 18px; }
.hm-price strong { display: block; font-size: 36px; font-weight: 900; letter-spacing: -.03em; color: var(--dqr-ink); line-height: 1.1; }
.hm-price span { color: var(--dqr-muted); font-size: 13.5px; }
.hm-plan-list { list-style: none; margin: 0 0 22px; padding: 18px 0 0; border-top: 1px solid var(--dqr-line); display: grid; gap: 10px; flex: 1 1 auto; }
.hm-plan-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--dqr-ink-2); font-size: 14.5px; line-height: 1.45; }
.hm-plan-list i { color: var(--dqr-success); font-size: 17px; margin-top: 1px; flex: 0 0 auto; }
.hm-plan-list i.hm-off { color: var(--dqr-n-400); }
.hm-plan-list .icon-text { display: none; }

/* faq */
.hm-faq { display: grid; gap: 10px; }
.hm-faq-item { border: 1px solid var(--dqr-line); border-radius: 16px; background: var(--dqr-surface); overflow: hidden; }
.hm-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; cursor: pointer; list-style: none; font-weight: 800; font-size: 16px; color: var(--dqr-ink); }
.hm-faq-item summary::-webkit-details-marker { display: none; }
.hm-faq-item summary i { flex: 0 0 auto; color: var(--dqr-muted); transition: transform .2s var(--dqr-ease); }
.hm-faq-item[open] summary i { transform: rotate(180deg); color: var(--dqr-brand-700); }
.hm-faq-item[open] { border-color: var(--dqr-brand-ring); }
.hm-faq-body { padding: 0 20px 18px; color: var(--dqr-ink-2); font-size: 15px; line-height: 1.65; }

/* seo */
.hm-seo { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; align-items: start; }
.hm-prose h2 { font-size: clamp(26px, 3vw, 34px); font-weight: 900; margin: 12px 0 18px; }
.hm-prose h3 { font-size: 20px; font-weight: 800; margin: 28px 0 8px; }
.hm-prose p { color: var(--dqr-ink-2); font-size: 16px; line-height: 1.7; }
.hm-seo-aside { position: sticky; top: calc(var(--dqr-ph-h, 72px) + 20px); padding: 22px; border-radius: 20px; background: var(--dqr-surface); border: 1px solid var(--dqr-line); box-shadow: var(--dqr-sh-1); }
.hm-seo-aside h4 { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--dqr-muted); margin-bottom: 12px; }
.hm-seo-aside ul { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 8px; }
.hm-seo-aside li { display: flex; gap: 8px; align-items: center; font-size: 14px; color: var(--dqr-ink-2); }
.hm-seo-aside li i { color: var(--dqr-success); }

/* logos */
.hm-logos { padding: 34px 0; border-top: 1px solid var(--dqr-line); border-bottom: 1px solid var(--dqr-line); background: var(--dqr-surface); }
.hm-logos-label { text-align: center; color: var(--dqr-muted); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.hm-logos-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; }
.hm-logos-row a { font-size: 20px; font-weight: 900; letter-spacing: -.02em; color: var(--dqr-muted); text-decoration: none; transition: color .18s ease; }
.hm-logos-row a:hover { color: var(--dqr-brand-700); }

/* blog */
.hm-post { padding: 0; overflow: hidden; }
.hm-post-media { aspect-ratio: 16 / 9; background: var(--dqr-n-100); }
.hm-post-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hm-post-body { padding: 18px 20px 22px; }
.hm-post-meta { display: block; color: var(--dqr-muted); font-size: 12.5px; font-weight: 600; }
.hm-post h3 { font-size: 17px; margin: 8px 0 6px; }
.hm-post p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* final cta */
.hm-final { padding-bottom: 96px; }
.hm-final-card { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 44px; border-radius: 28px; background: linear-gradient(135deg, var(--dqr-brand-600) 0%, var(--dqr-brand-2) 100%); color: #fff; box-shadow: 0 30px 60px -20px var(--dqr-brand-ring); }
.hm-final-card h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); font-weight: 900; margin: 12px 0 8px; }
.hm-final-card p { color: rgba(255, 255, 255, .85); font-size: 16px; }
.hm-final-card .hm-btn { flex: 0 0 auto; white-space: nowrap; }

/* sticky mobile cta */
.hm-sticky-cta { display: none; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
    .hm-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hm-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hm-steps li::after { display: none; }
    .hm-caps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .hm-section { padding: 64px 0; }
    .hm-hero { padding-top: calc(var(--dqr-ph-h, 64px) + 40px); padding-bottom: 48px; }
    .hm-hero-grid { grid-template-columns: 1fr; gap: 36px; }
    .hm-hero-visual { min-height: 0; padding: 20px 0; }
    .hm-float-stats { left: 0; bottom: 40px; }
    .hm-split { grid-template-columns: 1fr; gap: 12px; }
    .hm-showcase { grid-template-columns: 1fr; gap: 32px; }
    .hm-shots { min-height: 320px; }
    .hm-shot-main { height: 300px; }
    .hm-shot-float { height: 170px; }
    .hm-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hm-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hm-seo { grid-template-columns: 1fr; }
    .hm-seo-aside { position: static; }
    .hm-final-card { flex-direction: column; align-items: flex-start; padding: 32px 28px; }
    .hm-final-card .hm-btn { white-space: normal; width: 100%; }
    .hm-head-row { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
    .hm-container { padding: 0 16px; }
    .hm-section { padding: 52px 0; }
    .hm-head { margin-bottom: 28px; }
    .hm-head h2 { font-size: 26px; }
    .hm-head p, .hm-muted, .hm-lead { font-size: 15.5px; }
    .hm-hero-copy h1 { font-size: 34px; }
    .hm-actions .hm-btn { width: 100%; }
    .hm-hero-visual { transform: scale(.92); transform-origin: top center; }
    .hm-float-order { top: 10px; right: -4px; }
    .hm-float-qr { display: none; }
    .hm-demo-inner { padding: 14px; }
    .hm-demo-links { width: 100%; }
    .hm-demo-links a { flex: 1 1 calc(50% - 8px); justify-content: center; }
    .hm-grid-3, .hm-grid-4, .hm-steps, .hm-caps, .hm-stats-grid { grid-template-columns: 1fr; }
    .hm-stats-grid strong { font-size: 30px; }
    .hm-compare-row > div { padding: 12px 12px; font-size: 13.5px; }
    .hm-compare-row { grid-template-columns: 1.2fr 1fr 1fr; }
    .hm-faq-item summary { padding: 15px 16px; font-size: 15px; }
    .hm-faq-body { padding: 0 16px 16px; font-size: 14.5px; }
    .hm-plans { grid-template-columns: 1fr; }
    .hm-logos-row a { font-size: 17px; }
    .hm-sticky-cta { position: fixed; left: calc(50% - 34px); max-width: calc(100vw - 96px); bottom: calc(12px + env(safe-area-inset-bottom, 0px)); z-index: 990; display: inline-flex; align-items: center; gap: 10px; padding: 5px 16px 5px 5px; min-height: 44px; border-radius: 999px; background: color-mix(in srgb, var(--dqr-surface) 84%, transparent); -webkit-backdrop-filter: blur(16px) saturate(1.4); backdrop-filter: blur(16px) saturate(1.4); border: 1px solid var(--dqr-line); color: var(--dqr-ink); font-weight: 800; font-size: 13.5px; letter-spacing: -.01em; text-decoration: none; white-space: nowrap; box-shadow: 0 12px 32px rgba(15, 23, 42, .18); transform: translate(-50%, 24px); opacity: 0; pointer-events: none; transition: transform .28s var(--dqr-ease), opacity .28s ease; }
    .hm-sticky-cta.is-visible { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; }
    .hm-sticky-cta .hm-sticky-ico { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--dqr-brand-600); color: #fff; font-size: 16px; box-shadow: 0 6px 14px var(--dqr-brand-ring); }
    .hm-sticky-cta .hm-sticky-arrow { color: var(--dqr-muted); font-size: 15px; margin-left: -2px; }
    [data-theme="dark"] .hm-sticky-cta { box-shadow: 0 12px 32px rgba(0, 0, 0, .5); border-color: rgba(255, 255, 255, .1); }
    .hm-final { padding-bottom: 96px; }
}

/* cookie bar + misc legacy bits still emitted by the footer on this page */
body.dqr-home .mfp-hide { display: none !important; }
