/* Lunvera Beauty — isolated landing styles */
:root {
    --lv-paper: #fbf8f3;
    --lv-paper-2: #f3eee7;
    --lv-ink: #211f1c;
    --lv-muted: #6f6a63;
    --lv-line: rgba(33,31,28,.14);
    --lv-accent: #8b6a55;
    --lv-accent-dark: #644a3a;
    --lv-sage: #dfe4dc;
    --lv-white: #fff;
    --lv-radius: 28px;
    --lv-shadow: 0 24px 70px rgba(31,27,23,.10);
    --lv-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --lv-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body:has(.lv-beauty) { margin: 0; background: var(--lv-paper); }
body:has(.lv-beauty) .wp-site-blocks { padding: 0; }

.lv-beauty,
.lv-beauty * { box-sizing: border-box; }

.lv-beauty {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    overflow: clip;
    background: var(--lv-paper);
    color: var(--lv-ink);
    font-family: var(--lv-sans);
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

.lv-beauty a { color: inherit; text-decoration: none; }
.lv-beauty button,
.lv-beauty input,
.lv-beauty select { font: inherit; }
.lv-beauty h1,
.lv-beauty h2,
.lv-beauty h3,
.lv-beauty p { margin-top: 0; }
.lv-beauty h1,
.lv-beauty h2 { font-family: var(--lv-serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
.lv-beauty h1 em,
.lv-beauty h2 em { font-weight: 400; color: var(--lv-accent-dark); }
.lv-beauty h1 { font-size: clamp(3.3rem, 6vw, 6.4rem); max-width: 980px; margin-bottom: 30px; }
.lv-beauty h2 { font-size: clamp(2.35rem, 4.4vw, 4.6rem); margin-bottom: 24px; }
.lv-beauty h3 { font-size: 1.2rem; line-height: 1.3; }

.lv-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.lv-narrow { max-width: 920px; }
.lv-section { padding: 112px 0; }
.lv-eyebrow { margin-bottom: 18px; font-size: .76rem; line-height: 1; letter-spacing: .18em; font-weight: 750; color: var(--lv-accent-dark); }
.lv-muted { color: var(--lv-muted); }
.lv-intro { font-size: clamp(1.15rem, 2vw, 1.45rem); color: var(--lv-muted); max-width: 780px; }
.lv-fineprint { max-width: 860px; margin: 28px auto 0; text-align: center; color: var(--lv-muted); font-size: .86rem; }

.lv-nav {
    width: min(1380px, calc(100% - 40px));
    height: 82px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 20;
}
.lv-brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.lv-brand__mark {
    width: 34px; height: 34px; border: 1px solid var(--lv-ink); border-radius: 50%;
    display: inline-grid; place-items: center; font-family: var(--lv-serif); font-style: italic; font-size: 1.22rem;
}
.lv-brand__word { font-weight: 760; font-size: .86rem; letter-spacing: .28em; }
.lv-nav__links { display: flex; gap: 30px; font-size: .88rem; color: var(--lv-muted); }
.lv-nav__links a:hover { color: var(--lv-ink); }
.lv-nav > .lv-button { justify-self: end; }

.lv-button {
    appearance: none;
    border: 1px solid var(--lv-ink);
    border-radius: 999px;
    background: var(--lv-ink);
    color: var(--lv-paper) !important;
    min-height: 54px;
    padding: 15px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 720;
    font-size: .94rem;
    line-height: 1.15;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.lv-button:hover { transform: translateY(-2px); background: var(--lv-accent-dark); border-color: var(--lv-accent-dark); }
.lv-button:focus-visible,
.lv-text-link:focus-visible,
.lv-beauty a:focus-visible,
.lv-beauty input:focus-visible,
.lv-beauty select:focus-visible,
.lv-beauty button:focus-visible { outline: 3px solid rgba(139,106,85,.35); outline-offset: 3px; }
.lv-button--small { min-height: 44px; padding: 12px 19px; font-size: .84rem; }
.lv-button--wide { width: 100%; }
.lv-button--light { background: var(--paper, #fbf8f3); background: var(--lv-paper); color: var(--lv-ink) !important; border-color: var(--lv-paper); }
.lv-button--light:hover { background: var(--lv-white); border-color: var(--lv-white); }
.lv-text-link { font-weight: 700; font-size: .94rem; display: inline-flex; gap: 8px; align-items: center; }

.lv-hero { min-height: 760px; padding: 80px 0 116px; position: relative; }
.lv-hero::before {
    content: ""; position: absolute; width: 680px; height: 680px; border-radius: 50%; right: -240px; top: -160px;
    background: radial-gradient(circle, rgba(139,106,85,.14), rgba(139,106,85,0) 68%); pointer-events: none;
}
.lv-hero__grid { display: grid; grid-template-columns: minmax(0,1.16fr) minmax(360px,.84fr); align-items: center; gap: 72px; }
.lv-hero__copy { position: relative; z-index: 2; }
.lv-lead { font-size: clamp(1.08rem, 1.7vw, 1.3rem); max-width: 760px; color: var(--lv-muted); line-height: 1.65; margin-bottom: 32px; }
.lv-hero__actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.lv-trust-row { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px 22px; color: var(--lv-muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.lv-trust-row span { display: flex; align-items: center; gap: 10px; }
.lv-trust-row span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--lv-accent); }

.lv-hero__visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.lv-orbit { position: absolute; border: 1px solid rgba(33,31,28,.1); border-radius: 50%; }
.lv-orbit--one { width: 520px; height: 520px; }
.lv-orbit--two { width: 390px; height: 390px; }
.lv-card--visual { width: min(430px, 88%); min-height: 420px; padding: 34px; background: #2d2a27; color: var(--lv-paper); border-radius: 38px; box-shadow: var(--lv-shadow); position: relative; z-index: 2; transform: rotate(-2deg); }
.lv-visual__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 62px; }
.lv-pill { border: 1px solid rgba(255,255,255,.26); border-radius: 999px; padding: 6px 10px; font-size: .65rem; letter-spacing: .15em; }
.lv-visual__dot { width: 9px; height: 9px; border-radius: 50%; background: #d6b69d; box-shadow: 0 0 0 7px rgba(214,182,157,.12); }
.lv-visual__kicker { color: rgba(255,255,255,.58); margin-bottom: 8px; font-size: .9rem; }
.lv-visual__big { font-family: var(--lv-serif); font-size: 2.65rem; line-height: 1.05; letter-spacing: -.03em; max-width: 310px; }
.lv-visual__flow { display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: 12px; align-items: center; margin: 40px 0; }
.lv-visual__flow div { display: grid; gap: 3px; }
.lv-visual__flow strong { font-size: .72rem; color: #d6b69d; }
.lv-visual__flow span { font-size: .78rem; }
.lv-visual__flow i { display: block; height: 1px; background: rgba(255,255,255,.22); }
.lv-visual__note { border-top: 1px solid rgba(255,255,255,.15); padding-top: 22px; font-size: .84rem; color: rgba(255,255,255,.6); }
.lv-float-card { position: absolute; z-index: 3; padding: 14px 18px; background: rgba(255,255,255,.91); backdrop-filter: blur(12px); border: 1px solid rgba(33,31,28,.1); border-radius: 17px; box-shadow: 0 15px 45px rgba(31,27,23,.1); color: var(--lv-muted); font-size: .78rem; }
.lv-float-card span { display: block; font-family: var(--lv-serif); font-size: 1.65rem; color: var(--lv-ink); line-height: 1; margin-bottom: 3px; }
.lv-float-card--a { left: 0; top: 96px; }
.lv-float-card--b { right: -5px; bottom: 90px; }

.lv-section--problem { background: var(--lv-white); }
.lv-statement { margin: 55px 0 28px; padding: 34px 0; border-top: 1px solid var(--lv-line); border-bottom: 1px solid var(--lv-line); }
.lv-statement span { display: block; color: var(--lv-muted); margin-bottom: 7px; }
.lv-statement strong { font-family: var(--lv-serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 500; line-height: 1.15; }

.lv-section--calculator { background: #292724; color: var(--lv-paper); }
.lv-section--calculator .lv-eyebrow { color: #d5b59d; }
.lv-section--calculator h2 { color: var(--lv-paper); }
.lv-section-head { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(280px,.6fr); gap: 70px; align-items: end; margin-bottom: 54px; }
.lv-section-head > p { color: var(--lv-muted); margin-bottom: 7px; }
.lv-section--calculator .lv-section-head > p { color: rgba(255,255,255,.58); }
.lv-section-head--center { max-width: 920px; margin-left: auto; margin-right: auto; text-align: center; grid-template-columns: 1fr; gap: 4px; }
.lv-section-head--center > p { max-width: 720px; margin-inline: auto; }
.lv-calculator { display: grid; grid-template-columns: 1.08fr .92fr; background: #34312e; border: 1px solid rgba(255,255,255,.1); border-radius: 32px; overflow: hidden; }
.lv-calculator__controls { padding: 48px; }
.lv-field-group { margin: 0 0 38px; border: 0; padding: 0; min-width: 0; }
.lv-field-group__head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; margin-bottom: 17px; }
.lv-field-group label,
.lv-field-group legend { color: rgba(255,255,255,.86); font-weight: 650; line-height: 1.35; }
.lv-field-group output { min-width: 64px; text-align: right; font-family: var(--lv-serif); font-size: 1.5rem; color: #e6cbb7; }
.lv-field-group input[type="range"] { width: 100%; accent-color: #d0ad94; }
.lv-range-labels { display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: .72rem; margin-top: 6px; }
.lv-choice-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; margin-top: 16px; }
.lv-choice-row label { position: relative; cursor: pointer; }
.lv-choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.lv-choice-row span { display: block; text-align: center; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; padding: 12px 8px; font-size: .86rem; color: rgba(255,255,255,.7); transition: .2s ease; }
.lv-choice-row input:checked + span { background: var(--lv-paper); color: var(--lv-ink); border-color: var(--lv-paper); }
.lv-calculator__controls .lv-button { background: #d8bca6; color: #241f1b !important; border-color: #d8bca6; }
.lv-calculator__result { padding: 48px; display: flex; flex-direction: column; justify-content: center; background: #1f1d1b; }
.lv-result__label { font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: #d5b59d; }
.lv-result__number { padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.lv-result__number strong { display: block; font-family: var(--lv-serif); font-size: clamp(2.6rem,4vw,4.2rem); font-weight: 500; line-height: 1; letter-spacing: -.03em; }
.lv-result__number span { display: block; margin-top: 9px; color: rgba(255,255,255,.55); font-size: .84rem; }
.lv-result__disclaimer { margin: 24px 0; color: rgba(255,255,255,.5); font-size: .77rem; }

.lv-benefits { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--lv-line); border-left: 1px solid var(--lv-line); }
.lv-benefit { min-height: 245px; padding: 32px; border-right: 1px solid var(--lv-line); border-bottom: 1px solid var(--lv-line); }
.lv-benefit > span { display: block; margin-bottom: 45px; color: var(--lv-accent); font-size: .75rem; letter-spacing: .1em; }
.lv-benefit h3 { margin-bottom: 10px; }
.lv-benefit p { color: var(--lv-muted); font-size: .92rem; margin-bottom: 0; }

.lv-section--paths { background: var(--lv-paper-2); }
.lv-paths { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.lv-path { background: rgba(255,255,255,.58); border: 1px solid var(--lv-line); border-radius: 26px; padding: 34px; min-height: 390px; display: flex; flex-direction: column; }
.lv-path--featured { background: var(--lv-white); transform: translateY(-14px); box-shadow: var(--lv-shadow); }
.lv-path__num { font-family: var(--lv-serif); font-size: 2rem; color: var(--lv-accent); margin-bottom: 38px; }
.lv-path__label { font-size: .68rem; font-weight: 800; letter-spacing: .16em; color: var(--lv-accent-dark); }
.lv-path h3 { font-family: var(--lv-serif); font-size: 1.8rem; font-weight: 500; letter-spacing: -.02em; margin-bottom: 14px; }
.lv-path p:not(.lv-path__label) { color: var(--lv-muted); font-size: .9rem; }
.lv-path a { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--lv-line); display: flex; justify-content: space-between; font-weight: 760; font-size: .88rem; }

.lv-section--implementation { background: var(--lv-white); }
.lv-implementation { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.lv-implementation__intro { position: sticky; top: 42px; }
.lv-implementation__intro > p:not(.lv-eyebrow) { color: var(--lv-muted); margin-bottom: 30px; }
.lv-timeline { border-top: 1px solid var(--lv-line); }
.lv-timeline article { display: grid; grid-template-columns: 110px 1fr; column-gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--lv-line); }
.lv-timeline article > span { grid-row: 1 / span 2; color: var(--lv-accent-dark); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }
.lv-timeline h3 { margin-bottom: 8px; }
.lv-timeline p { color: var(--lv-muted); margin: 0; font-size: .9rem; }

.lv-section--fit { background: #2a2825; color: var(--lv-paper); }
.lv-section--fit .lv-eyebrow { color: #d5b59d; }
.lv-section--fit h2 { color: var(--lv-paper); }
.lv-fit-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.lv-fit-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lv-fit-card { border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 30px; }
.lv-fit-card h3 { margin-bottom: 22px; }
.lv-fit-card ul { margin: 0; padding: 0; list-style: none; }
.lv-fit-card li { padding: 11px 0 11px 26px; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.66); font-size: .88rem; position: relative; }
.lv-fit-card li:last-child { border-bottom: 0; }
.lv-fit-card li::before { position: absolute; left: 0; top: 11px; }
.lv-fit-card--no li::before { content: "×"; color: #c89b8e; }
.lv-fit-card--yes li::before { content: "✓"; color: #a8bea6; }

.lv-section--form { background: var(--lv-paper-2); }
.lv-form-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 76px; align-items: start; }
.lv-form-copy { position: sticky; top: 42px; }
.lv-form-copy > p:not(.lv-eyebrow) { color: var(--lv-muted); }
.lv-form-note { margin-top: 35px; padding: 22px; border: 1px solid var(--lv-line); border-radius: 18px; display: grid; gap: 6px; }
.lv-form-note span { color: var(--lv-muted); font-size: .82rem; }
.lv-lead-form { background: var(--lv-white); border: 1px solid var(--lv-line); border-radius: 30px; padding: 38px; box-shadow: 0 20px 60px rgba(31,27,23,.06); }
.lv-hp { position: absolute !important; left: -99999px !important; opacity: 0 !important; width: 1px !important; height: 1px !important; }
.lv-step-head { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px 14px; margin-bottom: 26px; }
.lv-step-head span { font-size: .7rem; color: var(--lv-accent-dark); font-weight: 800; letter-spacing: .12em; }
.lv-step-head h3 { grid-column: 1 / -1; font-family: var(--lv-serif); font-size: 2rem; font-weight: 500; margin: 0; }
.lv-step-head .lv-back + span { align-self: center; }
.lv-back { appearance: none; border: 0; background: transparent; padding: 0; color: var(--lv-ink); cursor: pointer; font-size: 1.1rem; }
.lv-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lv-lead-form > .lv-form-step > label,
.lv-form-row label { display: grid; gap: 7px; margin-bottom: 16px; font-size: .79rem; font-weight: 740; color: #504b45; }
.lv-lead-form input[type="text"],
.lv-lead-form input[type="email"],
.lv-lead-form input[type="tel"],
.lv-lead-form select { width: 100%; min-height: 51px; border: 1px solid #d7d0c7; border-radius: 12px; background: #fff; color: var(--lv-ink); padding: 11px 13px; }
.lv-lead-form input[aria-invalid="true"], .lv-lead-form select[aria-invalid="true"] { border-color: #9f4d45; }
.lv-radio-list { border: 0; padding: 0; margin: 0 0 23px; }
.lv-radio-list legend { font-weight: 730; font-size: .86rem; margin-bottom: 10px; }
.lv-radio-list label { position: relative; display: inline-block; margin: 0 6px 7px 0; cursor: pointer; }
.lv-radio-list input { position: absolute; opacity: 0; }
.lv-radio-list span { display: inline-block; padding: 9px 12px; border: 1px solid #d7d0c7; border-radius: 999px; font-size: .8rem; color: var(--lv-muted); }
.lv-radio-list input:checked + span { background: var(--lv-ink); border-color: var(--lv-ink); color: var(--lv-paper); }
.lv-check { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px !important; align-items: start; margin: 16px 0 !important; font-size: .72rem !important; font-weight: 500 !important; line-height: 1.5; color: var(--lv-muted) !important; }
.lv-check input { margin-top: 3px; }
.lv-check a { text-decoration: underline; }
.lv-lead-form .lv-button { margin-top: 14px; }
.lv-form-status { min-height: 24px; color: #8e3f39; font-size: .8rem; margin: 12px 0 0; }
.lv-form-success { text-align: center; padding: 22px 6px 8px; }
.lv-success-icon { width: 54px; height: 54px; border-radius: 50%; background: var(--lv-sage); display: grid; place-items: center; margin: 0 auto 22px; font-weight: 800; }
.lv-form-success h3 { font-family: var(--lv-serif); font-size: 2.25rem; font-weight: 500; margin-bottom: 12px; }
.lv-form-success > p:not(.lv-eyebrow) { color: var(--lv-muted); }

.lv-section--colway { background: var(--lv-white); border-top: 1px solid var(--lv-line); }
.lv-colway-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.lv-colway-grid > div:last-child { font-size: 1rem; }

.lv-section--faq { background: var(--lv-paper); }
.lv-faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 90px; }
.lv-faq-list { border-top: 1px solid var(--lv-line); }
.lv-faq-list details { border-bottom: 1px solid var(--lv-line); }
.lv-faq-list summary { list-style: none; cursor: pointer; padding: 24px 42px 24px 0; font-weight: 720; position: relative; }
.lv-faq-list summary::-webkit-details-marker { display: none; }
.lv-faq-list summary::after { content: "+"; position: absolute; right: 5px; font-size: 1.35rem; font-weight: 400; color: var(--lv-accent); }
.lv-faq-list details[open] summary::after { content: "−"; }
.lv-faq-list details p { padding: 0 42px 24px 0; margin: 0; color: var(--lv-muted); font-size: .9rem; }

.lv-final-cta { background: var(--lv-accent-dark); color: var(--lv-paper); padding: 105px 0; text-align: center; }
.lv-final-cta .lv-eyebrow { color: #e0c2aa; }
.lv-final-cta h2 { color: var(--lv-paper); max-width: 930px; margin: 0 auto 34px; }
.lv-final-cta h2 em { color: #e5cbb8; }

.lv-footer { background: #1d1b19; color: rgba(255,255,255,.65); padding: 54px 0; font-size: .78rem; }
.lv-footer__grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 50px; align-items: start; }
.lv-brand--footer { color: var(--lv-paper); margin-bottom: 15px; }
.lv-brand--footer .lv-brand__mark { border-color: var(--lv-paper); }
.lv-footer__grid > div:first-child p { max-width: 360px; }
.lv-footer__links { display: flex; flex-direction: column; gap: 8px; color: var(--lv-paper); }
.lv-footer__legal { text-align: right; }
.lv-footer__legal p { margin-bottom: 7px; }
.lv-mobile-cta { display: none; }

@media (max-width: 1050px) {
    .lv-nav { grid-template-columns: 1fr auto; }
    .lv-nav__links { display: none; }
    .lv-hero__grid { grid-template-columns: 1fr; }
    .lv-hero__visual { min-height: 500px; max-width: 640px; width: 100%; margin: 0 auto; }
    .lv-hero__copy { text-align: center; }
    .lv-lead { margin-inline: auto; }
    .lv-hero__actions, .lv-trust-row { justify-content: center; }
    .lv-section-head { grid-template-columns: 1fr; gap: 6px; }
    .lv-calculator { grid-template-columns: 1fr; }
    .lv-benefits { grid-template-columns: repeat(2,1fr); }
    .lv-paths { grid-template-columns: 1fr; }
    .lv-path--featured { transform: none; }
    .lv-path { min-height: auto; }
    .lv-implementation, .lv-form-grid { grid-template-columns: 1fr; gap: 50px; }
    .lv-implementation__intro, .lv-form-copy { position: static; }
    .lv-fit-grid, .lv-faq-grid { grid-template-columns: 1fr; gap: 42px; }
    .lv-footer__grid { grid-template-columns: 1fr 1fr; }
    .lv-footer__legal { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 700px) {
    .lv-beauty { font-size: 16px; padding-bottom: 68px; }
    .lv-shell { width: min(100% - 30px, 1240px); }
    .lv-section { padding: 78px 0; }
    .lv-nav { width: calc(100% - 30px); height: 70px; }
    .lv-nav > .lv-button { display: none; }
    .lv-brand__mark { width: 30px; height: 30px; }
    .lv-brand__word { font-size: .77rem; }
    .lv-hero { padding: 52px 0 78px; min-height: auto; }
    .lv-hero__grid { gap: 40px; }
    .lv-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
    .lv-hero__visual { min-height: 420px; }
    .lv-card--visual { min-height: 350px; padding: 27px; border-radius: 30px; }
    .lv-visual__top { margin-bottom: 40px; }
    .lv-visual__big { font-size: 2.2rem; }
    .lv-orbit--one { width: 390px; height: 390px; }
    .lv-orbit--two { width: 300px; height: 300px; }
    .lv-float-card--a { left: 0; top: 60px; }
    .lv-float-card--b { right: 0; bottom: 48px; }
    .lv-calculator__controls, .lv-calculator__result { padding: 28px 22px; }
    .lv-choice-row { grid-template-columns: repeat(2,1fr); }
    .lv-benefits { grid-template-columns: 1fr; }
    .lv-benefit { min-height: auto; }
    .lv-benefit > span { margin-bottom: 24px; }
    .lv-fit-cols, .lv-colway-grid, .lv-footer__grid { grid-template-columns: 1fr; gap: 26px; }
    .lv-form-row { grid-template-columns: 1fr; gap: 0; }
    .lv-lead-form { padding: 25px 20px; border-radius: 23px; }
    .lv-timeline article { grid-template-columns: 1fr; gap: 8px; }
    .lv-timeline article > span { grid-row: auto; }
    .lv-footer__legal { grid-column: auto; }
    .lv-mobile-cta { display: flex; position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px; min-height: 50px; align-items: center; justify-content: center; border-radius: 999px; background: var(--lv-ink); color: var(--lv-paper) !important; box-shadow: 0 12px 32px rgba(0,0,0,.22); font-weight: 750; font-size: .86rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .lv-button { transition: none; }
}
