/* ============================================================
   HOME v2 (hv-*) - דף הבית, /why-taskey, /about. 2026-09.
   נטען אחרי main.css ומשתמש בטוקנים שלו (--accent, --line, --shadow-*, --ease-*).
   כללים: accent אחד, רדיוסים 16/22/28, צללים בגוון נייבי, תנועה רק transform/opacity.
   ============================================================ */
.hv-hero, .hv-pain, .hv-features, .hv-why, .hv-proof, .hv-pricing, .hv-about, .hv-faq,
.hv-explain, .hv-compare, .hv-without, .hv-story { padding: clamp(64px, 8vw, 112px) 0; }
.hv-features, .hv-pricing, .hv-faq, .hv-without { background: var(--surface-2); }
.hv-proof { background: var(--page-bg); }
.hv-hero h1, .hv-page-hero h1, .hv-pain h2, .hv-features h2, .hv-why h2, .hv-pricing h2, .hv-about h2, .hv-faq h2,
.hv-compare h2, .hv-without h2, .hv-story h2, .hv-explain h2, .hv-closing h2 {
    margin: 0; color: var(--navy); font-weight: 900; line-height: 1.12; letter-spacing: -0.005em; text-wrap: balance;
}
.hv-hero h1, .hv-page-hero h1 { font-size: clamp(36px, 4.1vw, 56px); }
.hv-hero h1 em, .hv-page-hero h1 em, .hv-without h2 em { font-style: normal; color: var(--accent); }
.hv-pain h2, .hv-features h2, .hv-why h2, .hv-pricing h2, .hv-about h2, .hv-faq h2, .hv-compare h2, .hv-without h2, .hv-closing h2 { font-size: clamp(30px, 3.6vw, 46px); }
.hv-head { max-width: 640px; margin-bottom: clamp(32px, 5vw, 56px); }
.hv-head-center { margin-inline: auto; text-align: center; }
.hv-head p { margin: 14px 0 0; font-size: 19px; color: var(--text-muted); }
.hv-note { margin: 26px 0 0; text-align: center; font-size: 15.5px; }
.hv-note a, .hv-more a, .hv-link { font-weight: 700; color: var(--accent-ink); }
.hv-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-size: 16px; }
.hv-link i { transition: transform 220ms var(--ease-out); }
.hv-link:hover { text-decoration: none; }
.hv-link:hover i { transform: translateX(-3px); }
.hv-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

/* --- hero --- */
.hv-hero { position: relative; overflow: clip; padding: clamp(36px, 5vw, 64px) 0 clamp(56px, 7vw, 96px); background: var(--page-bg); }
.hv-hero::before {
    content: ""; position: absolute; inset: -20% -10% auto; height: 120%; pointer-events: none;
    background:
        radial-gradient(60% 50% at 20% 30%, rgba(47, 109, 246, 0.14), transparent 70%),
        radial-gradient(40% 40% at 85% 10%, rgba(47, 109, 246, 0.08), transparent 70%);
}
.hv-hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 4vw, 56px); align-items: center; }
.hv-hero-copy h1 { margin-bottom: 22px; }
.hv-hero-sub { margin: 0; font-size: clamp(18px, 1.5vw, 21px); color: var(--text-muted); max-width: 32em; line-height: 1.55; }
.hv-hero-small { margin: 14px 0 0; color: var(--text-muted); font-size: 15px; }

/* --- double bezel (מסגרת כפולה למסכים) --- */
.hv-bezel {
    --pad: 8px; padding: var(--pad); border-radius: var(--r-xl);
    background: linear-gradient(180deg, rgba(15, 31, 77, 0.06), rgba(15, 31, 77, 0.10));
    box-shadow: 0 0 0 1px var(--line) inset, var(--shadow-float);
}
.hv-bezel-core {
    border-radius: calc(var(--r-xl) - var(--pad)); overflow: hidden; background: #fff;
    box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 0 0 1px rgba(15, 31, 77, 0.06);
}
.hv-bezel-core img { width: 100%; }
.hv-bezel-hero { transform: perspective(1800px) rotateY(-6deg) rotateX(1.5deg); transform-origin: 100% 50%; transition: transform 900ms var(--ease-out); }
.hv-bezel-flat { max-width: 980px; margin: clamp(40px, 5vw, 64px) auto 0; }
@media (hover: hover) and (pointer: fine) { .hv-bezel-hero:hover { transform: perspective(1800px) rotateY(0) rotateX(0); } }

/* --- logos marquee --- */
.hv-logos { padding: 8px 0 64px; background: var(--page-bg); }
.hv-logos-title { margin: 0 0 28px; text-align: center; color: var(--text-muted); font-weight: 600; font-size: 15px; }
.hv-marquee {
    --gap: 56px; overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.hv-marquee-track { display: flex; align-items: center; gap: var(--gap); width: max-content; animation: hv-marquee 48s linear infinite; }
.hv-marquee:hover .hv-marquee-track { animation-play-state: paused; }
.hv-marquee-track img { height: 34px; width: auto; max-width: 150px; object-fit: contain; filter: grayscale(1); opacity: .62; transition: filter 250ms ease, opacity 250ms ease; }
.hv-marquee-track img:hover { filter: none; opacity: 1; }
@keyframes hv-marquee { to { transform: translateX(calc(-50% - var(--gap) / 2)); } }

/* --- pain --- */
.hv-pain h2 { text-align: center; margin-bottom: clamp(32px, 4vw, 48px); }
.hv-pain-list { list-style: none; margin: 0; padding: 0; }
.hv-pain-list li { display: flex; align-items: center; gap: 22px; padding: 22px 6px; border-top: 1px solid var(--line); }
.hv-pain-list li:last-child { border-bottom: 1px solid var(--line); }
.hv-pain-list i { flex: none; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-ink); font-size: 24px; }
.hv-pain-list p { margin: 0; font-size: clamp(19px, 2vw, 24px); color: var(--text); line-height: 1.4; }
.hv-pain-list strong { color: var(--navy); font-weight: 800; }
.hv-pain-bridge { margin: clamp(36px, 5vw, 56px) 0 0; text-align: center; font-size: clamp(19px, 2vw, 23px); color: var(--text-muted); line-height: 1.55; }
.hv-pain-bridge strong { color: var(--navy); }

/* --- features bento --- */
.hv-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.hv-cell {
    grid-column: span 2; display: flex; flex-direction: column; min-height: 300px;
    border-radius: var(--r-lg); background: #fff; overflow: hidden;
    box-shadow: 0 0 0 1px var(--line) inset, var(--shadow-soft);
    transition: transform 350ms var(--ease-out), box-shadow 350ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) { .hv-cell:hover { transform: translateY(-3px); box-shadow: 0 0 0 1px var(--line-strong) inset, var(--shadow-float); } }
.hv-cell h3 { margin: 0 0 10px; font-size: 21px; font-weight: 700; color: var(--navy); line-height: 1.25; }
.hv-cell p { margin: 0; color: var(--text-muted); font-size: 16.5px; line-height: 1.55; max-width: 34em; }
.hv-cell-text { padding: 30px 30px 24px; }
.hv-cell-wide { grid-column: span 4; flex-direction: row; align-items: stretch; min-height: 360px; }
.hv-cell-wide .hv-cell-text { flex: 0 0 46%; padding: 34px; display: flex; flex-direction: column; justify-content: center; }
.hv-shot {
    margin-top: auto; padding: 8px 0 0 8px; overflow: hidden; margin-inline-end: -1px;
    background: linear-gradient(180deg, rgba(15, 31, 77, 0.06), rgba(15, 31, 77, 0.10));
    border-start-start-radius: var(--r-md); box-shadow: 0 0 0 1px var(--line) inset;
}
.hv-shot img { width: 100%; object-fit: cover; object-position: right top; border-start-start-radius: 10px; box-shadow: 0 0 0 1px rgba(15, 31, 77, 0.08); }
.hv-shot-sm { margin-inline-start: 30px; height: 150px; }
.hv-shot-sm img { height: 100%; }
.hv-cell-wide .hv-shot { flex: 1; align-self: flex-end; margin: 24px 0 0; }
.hv-cell-wide .hv-shot img { height: 100%; }
.hv-cell-navy { padding: 30px; background: linear-gradient(150deg, #10225a, #2f6df6 120%); box-shadow: none; }
.hv-cell-navy h3 { color: #fff; margin-top: 18px; }
.hv-cell-navy p { color: rgba(255, 255, 255, 0.82); }
.hv-cell-soft { padding: 30px; background: var(--accent-soft); box-shadow: 0 0 0 1px rgba(47, 109, 246, 0.14) inset; }
.hv-cell-soft h3 { margin-top: 18px; }
.hv-cell-icon { font-size: 40px; color: #fff; }
.hv-cell-soft .hv-cell-icon { color: var(--accent); }
.hv-more { margin: 28px 0 0; color: var(--text-muted); font-size: 16px; }
.hv-more a { margin-inline-start: 6px; }

/* --- why (בית) / without --- */
.hv-why-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.hv-why-copy { position: sticky; top: 110px; }
.hv-why-copy p { margin: 20px 0 0; font-size: 18px; color: var(--text-muted); line-height: 1.6; max-width: 30em; }
.hv-why-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.hv-why-list li { display: flex; gap: 18px; align-items: flex-start; padding: 22px 24px; border-radius: var(--r-md); background: #fff; box-shadow: 0 0 0 1px var(--line) inset; }
.hv-why-list i { flex: none; font-size: 26px; color: var(--text-muted); margin-top: 2px; }
.hv-why-list strong { display: block; font-size: 18px; color: var(--navy); margin-bottom: 4px; }
.hv-why-list span { color: var(--text-muted); font-size: 16px; line-height: 1.5; }
.hv-why-list .hv-why-yes { background: var(--accent-soft); box-shadow: 0 0 0 1px rgba(47, 109, 246, 0.18) inset; }
.hv-why-yes i { color: var(--accent); }
.hv-why-list-grid { display: grid; grid-template-columns: 1fr 1fr; max-width: 980px; margin: 0 auto; }

/* --- proof: stats + quotes carousel --- */
.hv-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: clamp(36px, 5vw, 56px); text-align: center; }
.hv-stats strong { display: block; font-size: clamp(34px, 4vw, 52px); font-weight: 900; color: var(--navy); letter-spacing: -0.02em; line-height: 1.1; }
.hv-stats span { color: var(--text-muted); font-size: 16px; }
/* שתי עמודות שזורמות (CSS columns): כל עדות בגובה הטבעי שלה, גלילה אנכית רגילה. */
.hv-quotes { columns: 2; column-gap: 16px; max-width: 980px; margin: 0 auto; }
.hv-quote {
    break-inside: avoid; width: 100%;
    margin: 0 0 16px; display: flex; flex-direction: column; gap: 20px; padding: 28px;
    border-radius: var(--r-lg); background: #fff; box-shadow: 0 0 0 1px var(--line) inset, var(--shadow-soft);
}
.hv-quote blockquote { margin: 0; flex: 1; font-size: 16.5px; line-height: 1.65; color: var(--text); }
.hv-quote-featured blockquote { font-size: 17.5px; font-weight: 500; color: var(--navy); }
.hv-quote blockquote::before { content: "\05F4"; color: var(--accent); font-weight: 900; margin-inline-end: 2px; }
.hv-quote figcaption { display: flex; align-items: center; gap: 14px; }
.hv-quote figcaption img, .hv-quote-avatar { width: 46px; height: 46px; flex: none; border-radius: 12px; object-fit: contain; background: #fff; padding: 4px; box-shadow: 0 0 0 1px var(--line); }
.hv-quote-avatar { display: grid; place-items: center; padding: 0; background: var(--accent-soft); color: var(--accent-ink); font-weight: 800; font-size: 20px; box-shadow: none; }
.hv-quote figcaption strong { display: block; color: var(--navy); font-size: 15.5px; }
.hv-quote figcaption span { color: var(--text-muted); font-size: 14px; }

/* --- pricing --- */
.hv-peruser {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 18px;
    max-width: 820px; margin: 0 auto clamp(32px, 4vw, 48px); padding: 22px 26px;
    border-radius: var(--r-lg); background: #fff; box-shadow: 0 0 0 1px var(--line) inset, var(--shadow-soft);
}
.hv-peruser-step { display: flex; flex-direction: column; align-items: center; min-width: 110px; line-height: 1.2; }
.hv-peruser-step span { font-size: 13.5px; color: var(--text-muted); font-weight: 600; }
.hv-peruser-step strong { font-size: 30px; font-weight: 900; color: var(--navy); letter-spacing: -0.02em; margin: 4px 0 2px; }
.hv-peruser-step em { font-style: normal; font-size: 12.5px; color: var(--text-muted); }
.hv-peruser-best strong { color: var(--accent); }
.hv-peruser > i { color: var(--accent); font-size: 22px; }
.hv-peruser p { flex-basis: 100%; margin: 12px 0 0; padding-top: 14px; border-top: 1px solid var(--line); text-align: center; font-size: 16px; color: var(--text-muted); }
.hv-peruser p strong { color: var(--navy); }
.hv-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.hv-plan { position: relative; display: flex; flex-direction: column; padding: 30px 28px 28px; border-radius: var(--r-lg); background: #fff; box-shadow: 0 0 0 1px var(--line) inset, var(--shadow-soft); }
.hv-plan h3 { margin: 0; font-size: 22px; color: var(--navy); font-weight: 800; }
.hv-plan-for { margin: 6px 0 0; color: var(--text-muted); font-size: 15.5px; min-height: 2.6em; }
.hv-plan-price { display: flex; align-items: baseline; gap: 8px; margin: 18px 0 4px; }
.hv-plan-price strong { font-size: 44px; font-weight: 900; color: var(--navy); letter-spacing: -0.02em; line-height: 1; }
.hv-plan-price span { color: var(--text-muted); font-size: 15px; }
.hv-plan-peruser { margin: 0 0 20px; font-size: 14px; font-weight: 600; color: var(--accent-ink); }
.hv-plan ul { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.hv-plan li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; line-height: 1.45; }
.hv-plan li i { color: var(--accent); font-size: 18px; margin-top: 3px; }
.hv-plan-featured { background: linear-gradient(160deg, #10225a, #1c3a8f 100%); box-shadow: var(--shadow-float); color: rgba(255,255,255,0.85); transform: translateY(-8px); }
.hv-plan-featured h3, .hv-plan-featured .hv-plan-price strong { color: #fff; }
.hv-plan-featured .hv-plan-for, .hv-plan-featured .hv-plan-price span { color: rgba(255,255,255,0.7); }
.hv-plan-featured .hv-plan-peruser { color: #a9c3ff; }
.hv-plan-featured li i { color: #8fb1ff; }
.hv-plan-badge { position: absolute; top: -13px; inset-inline-start: 24px; padding: 5px 12px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 12.5px; font-weight: 700; box-shadow: var(--shadow-accent); }

/* --- about (בית) --- */
.hv-about-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.hv-about-copy p { margin: 18px 0 0; font-size: 18px; color: var(--text-muted); line-height: 1.65; max-width: 34em; }
.hv-about-facts { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.hv-about-facts li { padding: 22px 24px; border-radius: var(--r-md); background: #fff; box-shadow: 0 0 0 1px var(--line) inset; }
.hv-about-facts strong { display: block; font-size: 28px; font-weight: 900; color: var(--navy); letter-spacing: -0.01em; line-height: 1.1; }
.hv-about-facts span { color: var(--text-muted); font-size: 15px; }

/* --- faq accordion --- */
.hv-faq h2 { text-align: center; margin-bottom: clamp(32px, 4vw, 48px); }
.hv-accordion { display: flex; flex-direction: column; gap: 10px; }
.hv-accordion details { border-radius: var(--r-md); background: #fff; box-shadow: 0 0 0 1px var(--line) inset; transition: box-shadow 200ms ease; }
.hv-accordion details[open] { box-shadow: 0 0 0 1px var(--line-strong) inset, var(--shadow-soft); }
.hv-accordion summary {
    list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 18px 22px; font-weight: 700; font-size: 17px; color: var(--navy);
}
.hv-accordion summary::-webkit-details-marker { display: none; }
.hv-accordion summary::after {
    content: "+"; flex: none; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
    background: var(--accent-soft); color: var(--accent-ink); font-weight: 400; font-size: 20px; line-height: 1;
    transition: transform 260ms var(--ease-out), background-color 200ms ease;
}
.hv-accordion details[open] summary::after { transform: rotate(45deg); background: var(--accent); color: #fff; }
.hv-acc-body { padding: 0 22px 20px; color: var(--text-muted); font-size: 16px; line-height: 1.6; max-width: 44em; }
.hv-acc-body p { margin: 0; }
.hv-acc-body a { font-weight: 700; }
@supports (interpolate-size: allow-keywords) {
    .hv-accordion details { interpolate-size: allow-keywords; }
    .hv-accordion details::details-content { block-size: 0; overflow: hidden; transition: block-size 320ms var(--ease-drawer), content-visibility 320ms allow-discrete; }
    .hv-accordion details[open]::details-content { block-size: auto; }
}

/* --- closing (בלוק כהה יחיד) --- */
.hv-closing { padding: 0 0 24px; background: var(--page-bg); }
.hv-closing-inner {
    padding: clamp(56px, 8vw, 104px) clamp(24px, 6vw, 88px); border-radius: var(--r-xl); text-align: center;
    color: rgba(255,255,255,0.82); box-shadow: var(--shadow-float);
    background:
        radial-gradient(70% 90% at 90% 0%, rgba(47, 109, 246, 0.55), transparent 65%),
        radial-gradient(50% 70% at 10% 100%, rgba(91, 200, 242, 0.25), transparent 70%),
        var(--navy);
}
.hv-closing h2 { color: #fff; }
.hv-closing p { margin: 18px auto 0; font-size: 19px; max-width: 34em; line-height: 1.55; }
.hv-closing .hv-ctas { justify-content: center; }

/* --- inner pages: hero, explain cards, compare table, story --- */
.hv-page-hero { padding: clamp(48px, 6vw, 80px) 0 clamp(24px, 3vw, 40px); background: var(--page-bg); text-align: center; }
.hv-page-hero .hv-hero-sub { margin: 20px auto 0; }
.hv-explain { background: var(--page-bg); padding-top: clamp(24px, 3vw, 40px); }
.hv-explain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hv-explain-card { padding: 30px; border-radius: var(--r-lg); background: #fff; box-shadow: 0 0 0 1px var(--line) inset, var(--shadow-soft); }
.hv-explain-card > i { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-ink); font-size: 26px; margin-bottom: 18px; }
.hv-explain-card h2 { font-size: 22px; margin-bottom: 10px; }
.hv-explain-card p { margin: 0; color: var(--text-muted); font-size: 16.5px; line-height: 1.6; }
.hv-compare-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.hv-compare-copy p { margin: 18px 0 0; font-size: 17px; color: var(--text-muted); line-height: 1.7; }
.hv-compare-copy strong { color: var(--navy); }
.hv-compare-table { border-radius: var(--r-lg); background: #fff; box-shadow: 0 0 0 1px var(--line) inset, var(--shadow-soft); overflow: hidden; }
.hv-compare-table table { width: 100%; border-collapse: collapse; font-size: 15px; }
.hv-compare-table th, .hv-compare-table td { padding: 14px 18px; text-align: start; vertical-align: top; border-top: 1px solid var(--line); }
.hv-compare-table thead th { border-top: 0; background: var(--surface-2); color: var(--navy); font-weight: 800; font-size: 15.5px; }
.hv-compare-table td:first-child { color: var(--navy); font-weight: 700; }
.hv-compare-table td:last-child { color: var(--text-muted); }
.hv-compare-table .hv-col-taskey { background: var(--accent-soft); color: var(--accent-ink); font-weight: 700; }
.hv-compare-table thead .hv-col-taskey { background: var(--accent); color: #fff; }
.hv-story { padding-top: clamp(24px, 3vw, 40px); }
.hv-story-list { list-style: none; margin: 0; padding: 0; position: relative; }
.hv-story-list::before { content: ""; position: absolute; top: 12px; bottom: 12px; inset-inline-start: 34px; width: 2px; background: linear-gradient(180deg, var(--accent), var(--line)); }
.hv-story-list li { position: relative; padding: 0 0 44px 0; padding-inline-start: 96px; }
.hv-story-year {
    position: absolute; inset-inline-start: 0; top: 0; width: 70px; height: 70px; border-radius: 50%;
    display: grid; place-items: center; background: #fff; color: var(--accent-ink); font-weight: 900; font-size: 15px;
    box-shadow: 0 0 0 1px var(--line-strong) inset, var(--shadow-soft);
}
.hv-story-now .hv-story-year { background: var(--accent); color: #fff; box-shadow: var(--shadow-accent); }
.hv-story h2 { font-size: 24px; margin-bottom: 10px; }
.hv-story-list p { margin: 0; color: var(--text-muted); font-size: 17px; line-height: 1.75; }
.hv-story-banner {
    margin-top: 24px; padding: clamp(36px, 5vw, 56px) clamp(24px, 4vw, 48px); border-radius: var(--r-xl); text-align: center;
    color: rgba(255,255,255,0.85); box-shadow: var(--shadow-float);
    background: radial-gradient(70% 90% at 90% 0%, rgba(47, 109, 246, 0.5), transparent 65%), var(--navy);
}
.hv-story-banner p { margin: 0 0 14px; font-size: 17px; line-height: 1.8; }
.hv-story-banner strong { color: #fff; }
.hv-story-punch { font-size: 20px; font-weight: 800; color: #fff; }
.hv-story-banner .hv-ctas { justify-content: center; }

/* --- responsive --- */
@media (max-width: 1024px) {
    .hv-cell-wide { flex-direction: column; min-height: 0; }
    .hv-cell-wide .hv-cell-text { flex: none; }
    .hv-cell-wide .hv-shot { align-self: stretch; margin: 0 0 0 30px; height: 220px; }
    .hv-explain-grid { grid-template-columns: 1fr; }
    .hv-compare-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
    .hv-hero-grid { grid-template-columns: 1fr; }
    .hv-hero-copy { text-align: center; }
    .hv-hero-sub { margin-inline: auto; }
    .hv-hero .hv-ctas { justify-content: center; }
    .hv-bezel-hero { transform: none; }
    .hv-why-grid, .hv-about-grid { grid-template-columns: 1fr; }
    .hv-why-copy { position: static; }
    .hv-why-list-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .hv-ctas { flex-direction: column; }
    .hv-ctas .btn { width: 100%; }
    .hv-bento { grid-template-columns: 1fr; }
    .hv-cell, .hv-cell-wide { grid-column: span 1; min-height: 0; }
    .hv-shot-sm { height: 140px; }
    .hv-plans { grid-template-columns: 1fr; }
    .hv-plan-featured { transform: none; }
    .hv-stats { grid-template-columns: 1fr; gap: 20px; }
    .hv-quotes { columns: 1; }
    .hv-pain-list li { align-items: flex-start; gap: 16px; padding: 18px 2px; }
    .hv-pain-list i { width: 44px; height: 44px; font-size: 20px; }
    .hv-peruser > i { display: none; }
    .hv-peruser-step { min-width: 30%; }
    .hv-story-list::before { inset-inline-start: 24px; }
    .hv-story-list li { padding-inline-start: 68px; }
    .hv-story-year { width: 50px; height: 50px; font-size: 12.5px; }
    .hv-compare-table { overflow-x: auto; }
    .hv-compare-table table { min-width: 560px; }
}
@media (prefers-reduced-motion: reduce) {
    .hv-marquee-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
    .hv-marquee { mask-image: none; -webkit-mask-image: none; }
    .hv-bezel-hero { transform: none; transition: none; }
    .btn, .btn i, .hv-cell, .hv-link i, .nav-menu > a { transition: none; }
}
