.lvb-hero,
.lvb-choice {
    position: relative;
    overflow: hidden;
    padding: 58px 0 64px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 42%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 96px),
        var(--background-color);
}

.lvb-hero {
    min-height: calc(100svh - 49px);
    display: flex;
    align-items: center;
}

.lvb-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    gap: 80px;
    align-items: center;
}

.lvb-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 12px;
    border: 1px solid var(--outline-color);
    border-radius: 8px;
    color: var(--primary-accent);
    background: rgba(41, 151, 255, 0.08);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lvb-hero h1,
.lvb-choice h1 {
    margin: 22px 0 20px;
    font-size: clamp(4rem, 6vw, 5.2rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.lvb-hero__copy p,
.lvb-choice__head p,
.lvb-section-head p {
    max-width: 740px;
    color: var(--secondary-text);
    font-size: 1.1rem;
    line-height: 1.7;
}

.lvb-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

/* Hero Teaser Dual Bar */
.lvb-hero-teaser {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    height: 330px;
    padding: 0;
    background: transparent;
}

.lvb-ht-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 120px;
}

.lvb-ht-track {
    width: 32px;
    height: 140px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.lvb-ht-fill {
    width: 100%;
    background: #86868b;
    border-radius: 16px;
}

.lvb-ht-col.highlight .lvb-ht-fill {
    background: var(--primary-accent);
}

.lvb-ht-col.highlight .lvb-ht-fill.glow {
    box-shadow: 0 0 24px var(--primary-accent), 0 0 60px rgba(41, 151, 255, 0.3);
}

.lvb-ht-label {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lvb-ht-label strong {
    font-size: 1.8rem;
    color: var(--on-surface-text);
    line-height: 1;
    font-weight: 800;
}

.lvb-ht-col.highlight .lvb-ht-label strong {
    color: var(--primary-accent);
    text-shadow: 0 0 16px rgba(41, 151, 255, 0.6);
}

.lvb-ht-label span {
    font-size: 0.85rem;
    color: var(--secondary-text);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.lvb-ht-bridge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 140px;
    padding-bottom: 45px;
    position: relative;
    width: 80px;
}

.ht-bridge-val {
    font-size: 1.2rem;
    font-weight: 800;
    color: #4ade80;
    text-shadow: 0 0 16px rgba(74, 222, 128, 0.6);
    margin-bottom: 12px;
}

.ht-bridge-arrow {
    position: absolute;
    top: 65px;
    right: -10px;
    width: 14px;
    height: 14px;
    border-top: 3px solid rgba(74, 222, 128, 0.8);
    border-right: 3px solid rgba(74, 222, 128, 0.8);
    transform: rotate(45deg);
    box-shadow: 2px -2px 10px rgba(74, 222, 128, 0.4);
}

.ht-bridge-line {
    position: absolute;
    top: 71px;
    left: 0;
    right: -5px;
    height: 3px;
    background: rgba(74, 222, 128, 0.4);
    box-shadow: 0 0 10px rgba(74, 222, 128, 0.4);
}

.lvb-meter {
    display: grid;
    gap: 8px;
}

.lvb-meter__track {
    height: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.lvb-meter__track i,
.lvb-choice-card__meter i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #4ade80, #2997ff);
}

.lvb-meter__track--warn i {
    background: linear-gradient(90deg, #2997ff, #f59e0b);
}

.lvb-band,
.lvb-impact,
.lvb-final {
    padding: 82px 0;
}

.lvb-band {
    background: var(--surface-color);
    border-top: 1px solid var(--outline-color);
    border-bottom: 1px solid var(--outline-color);
}

.lvb-section-head {
    margin-bottom: 34px;
}

.lvb-section-head h2,
.lvb-final h2 {
    max-width: 820px;
    margin: 16px 0 14px;
    font-size: 3.1rem;
    line-height: 1.03;
    letter-spacing: 0;
}

.lvb-engine-grid,
.lvb-choice-grid,
.lvb-graphs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.lvb-engine,
.lvb-choice-card,
.lvb-graph,
.lvb-stat,
.lvb-protection,
.lvb-readout {
    border: 1px solid var(--outline-color);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
}

.lvb-engine {
    padding: 28px;
    position: relative;
    overflow: hidden;
}

.lvb-engine::before,
.lvb-choice-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 3px solid rgba(255, 255, 255, 0.18);
    pointer-events: none;
}

.lvb-engine--legacy::before,
.lvb-choice-card--legacy::before {
    border-top-color: #4ade80;
}

.lvb-engine--current::before,
.lvb-choice-card--current::before {
    border-top-color: #2997ff;
}

.lvb-engine__header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 28px;
    color: var(--secondary-text);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.lvb-engine h3 {
    margin-bottom: 12px;
    font-size: 1.55rem;
    letter-spacing: 0;
}

.lvb-engine p {
    min-height: 82px;
    color: var(--secondary-text);
    line-height: 1.65;
}

.lvb-engine__stats {
    display: grid;
    gap: 10px;
    margin: 22px 0;
}

.lvb-engine__stats span,
.lvb-choice-card__chips span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 30px;
    padding: 6px 10px;
    border: 1px solid var(--outline-color);
    border-radius: 8px;
    color: var(--secondary-text);
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.84rem;
}

.lvb-engine__stats strong {
    margin-right: 5px;
    color: var(--on-surface-text);
}

.lvb-stat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 22px;
}

.lvb-stat {
    padding: 20px;
}

.lvb-stat strong {
    display: block;
    margin: 8px 0;
    color: var(--on-surface-text);
    font-size: 2.4rem;
    letter-spacing: 0;
}

.lvb-stat small {
    color: var(--secondary-text);
    line-height: 1.45;
}

.lvb-comparison-bento {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

@media (min-width: 1200px) {
    .lvb-comparison-bento {
        grid-template-columns: 1.2fr 1fr 1fr;
    }
}

.lvb-bento-card {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid var(--outline-color);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

[data-lvb-piece] {
    position: relative;
    opacity: 0;
    transform: translate3d(0, 52px, 0) scale(0.97);
    filter: blur(14px);
    will-change: opacity, transform, filter;
}

[data-lvb-piece]::after {
    content: "";
    position: absolute;
    left: clamp(14px, 16%, 70px);
    right: clamp(14px, 16%, 70px);
    bottom: -12px;
    height: 1px;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(0, 18px, 0) scaleX(0.8);
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.42) 0 1px, transparent 1px 100%) 0 0 / 18px 1px,
        linear-gradient(90deg, transparent, rgba(41, 151, 255, 0.38), transparent);
    transition:
        opacity 520ms ease var(--lvb-delay, 0ms),
        transform 520ms ease var(--lvb-delay, 0ms);
}

[data-lvb-piece].is-assembled {
    animation: lvb-scroll-fade 920ms cubic-bezier(0.16, 1, 0.3, 1) var(--lvb-delay, 0ms) both;
}

[data-lvb-piece].is-assembled::after {
    opacity: 0.18;
    transform: translate3d(0, 0, 0) scaleX(1);
}

@keyframes lvb-scroll-fade {
    0% {
        opacity: 0;
        transform: translate3d(0, 52px, 0) scale(0.97);
        filter: blur(14px);
    }

    55% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}

.lvb-bento-card--highlight {
    border-color: rgba(41, 151, 255, 0.3);
    background: linear-gradient(180deg, rgba(41, 151, 255, 0.08), rgba(0, 0, 0, 0));
}

.lvb-bento-card--highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--primary-accent);
}

.lvb-bento-card__head {
    margin-bottom: 24px;
}

.lvb-bento-card__head .badge {
    margin-bottom: 16px;
    display: inline-block;
}

.lvb-bento-card__head h3 {
    margin: 0 0 4px;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--on-surface-text);
}

.lvb-bento-card__head span {
    color: var(--secondary-text);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
}

/* Dual Bar Benchmark */
.lvb-dual-bar-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    min-height: 180px;
    padding: 20px 0;
    margin-bottom: 24px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}

.lvb-db-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 110px;
}

.lvb-db-track {
    width: 24px;
    height: 100px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.lvb-db-fill {
    width: 100%;
    background: #86868b;
    border-radius: 12px;
}

.lvb-db-col.highlight .lvb-db-fill {
    background: var(--primary-accent);
}

.lvb-db-fill.glow {
    box-shadow: 0 0 16px var(--primary-accent);
}

.lvb-db-label {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    white-space: nowrap;
}

.lvb-db-label strong {
    font-size: 1.25rem;
    color: var(--on-surface-text);
    line-height: 1;
}

.lvb-db-col.highlight .lvb-db-label strong {
    color: var(--primary-accent);
    text-shadow: 0 0 12px rgba(41, 151, 255, 0.4);
}

.lvb-db-label span {
    font-size: 0.75rem;
    color: var(--secondary-text);
    text-transform: uppercase;
    font-weight: 600;
}

.lvb-db-bridge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    /* Match the column height (track + label gap + label) so the bridge
       centers against the bar columns, then seat the line at the bar
       midpoint via the padding-bottom below. */
    align-self: stretch;
    padding-bottom: 44px;
    position: relative;
    width: 80px;
}

.bridge-val {
    font-size: 0.95rem;
    font-weight: 700;
    color: #4ade80;
    text-shadow: 0 0 10px rgba(74, 222, 128, 0.4);
    margin-bottom: 8px;
}

.bridge-line {
    /* Seat at the vertical midpoint of the 100px bar tracks, measured from
       the bottom (padding-bottom + half the track height). */
    position: absolute;
    bottom: 94px;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.15);
}

.bridge-arrow {
    position: absolute;
    bottom: 89px;
    right: -4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    border-right: 2px solid rgba(255, 255, 255, 0.15);
    transform: rotate(45deg);
}

.lvb-bloat-result {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bloat-text {
    font-size: 0.95rem;
    color: var(--secondary-text);
    line-height: 1.6;
}

.bloat-text strong {
    color: var(--on-surface-text);
}

/* Stacked Bars */
.lvb-stacked-bars {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
    justify-content: center;
}

.lvb-stacked-legend {
    display: flex;
    gap: 16px;
    margin-bottom: 8px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--secondary-text);
}

.legend-raw::before,
.legend-prot::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
}

.legend-raw::before { background: #86868b; }
.legend-prot::before { background: #f59e0b; }

.lvb-stacked-bar {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lvb-sb-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lvb-sb-info span {
    font-size: 0.85rem;
    color: var(--secondary-text);
    font-weight: 600;
    text-transform: uppercase;
}

.lvb-sb-info strong {
    font-size: 1rem;
    color: var(--on-surface-text);
}

.lvb-sb-track {
    height: 8px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    display: flex;
    overflow: visible;
}

.lvb-sb-raw {
    height: 100%;
    background: #86868b;
    border-radius: 4px 0 0 4px;
}

.lvb-sb-prot {
    height: 100%;
    border-radius: 0 4px 4px 0;
}

/* Lollipop Chart */
.lvb-lollipop-chart {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    padding-top: 10px;
}

.lvb-lollipop-raw-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 4px, transparent 4px, transparent 8px);
    z-index: 1;
}

.lvb-lollipop-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.lvb-lollipop-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lvb-lollipop-info span {
    font-size: 0.85rem;
    color: var(--secondary-text);
    font-weight: 600;
    text-transform: uppercase;
}

.lvb-lollipop-info strong {
    font-size: 1rem;
    color: var(--on-surface-text);
}

.lvb-lollipop-track-container {
    position: relative;
    height: 12px;
    display: flex;
    align-items: center;
}

.lvb-lollipop-bg-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 1px;
}

.lvb-lollipop-fill {
    height: 2px;
    position: relative;
    background: #86868b;
    border-radius: 1px;
}

.lvb-lollipop-dot {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: inherit;
}

/* Colors & Glow */
.fill--min { background: linear-gradient(90deg, #22c55e, #4ade80); }
.fill--med { background: linear-gradient(90deg, #3b82f6, #60a5fa); }
.fill--max { background: linear-gradient(90deg, #f59e0b, #fbbf24); }

.dot--min { background: #4ade80; }
.dot--med { background: #60a5fa; }
.dot--max { background: #fbbf24; }

.glow-raw { box-shadow: 0 0 10px rgba(134, 134, 139, 0.5); }
.glow-min { box-shadow: 0 0 12px rgba(74, 222, 128, 0.5); }
.glow-med { box-shadow: 0 0 12px rgba(96, 165, 250, 0.5); }
.glow-max { box-shadow: 0 0 12px rgba(251, 191, 36, 0.5); }

.lvb-readout {
    margin-top: 32px;
    padding: 24px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}

.lvb-readout p {
    margin-top: 8px;
    max-width: 780px;
    color: var(--secondary-text);
    line-height: 1.65;
}

/* Protections Bento Layout */
.lvb-protection-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    grid-auto-flow: dense;
}

@media (min-width: 1024px) {
    .lvb-protection-grid-modern {
        grid-template-columns: repeat(4, 1fr);
    }
    .lvb-card--wide {
        grid-column: span 2;
    }
    .lvb-card--tall {
        grid-row: span 2;
    }
}

.lvb-protection-card {
    position: relative;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(30, 30, 35, 0.9), rgba(15, 15, 18, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s;
    min-height: 220px;
    display: flex;
}

.lvb-protection-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.lvb-protection-card__bg {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: radial-gradient(circle at top right, var(--primary-accent), transparent 60%);
    transition: opacity 0.4s ease;
}

.lvb-protection-card:hover .lvb-protection-card__bg {
    opacity: 0.25;
}

.lvb-protection-card__inner {
    position: relative;
    z-index: 2;
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.lvb-protection-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: auto;
    padding-bottom: 24px;
}

.lvb-icon-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-accent);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.lvb-protection-card__number {
    font-family: "JetBrains Mono", Consolas, monospace;
    font-size: 1.1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.15);
}

.lvb-protection-card__content h3 {
    margin: 0 0 10px;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--on-surface-text);
    line-height: 1.3;
}

.lvb-protection-card__content p {
    margin: 0;
    color: var(--secondary-text);
    font-size: 0.95rem;
    line-height: 1.6;
}

.lvb-card--tall .lvb-protection-card__inner {
    justify-content: flex-end;
}

.lvb-card--tall .lvb-protection-card__top {
    margin-bottom: auto;
    padding-bottom: 0;
}

.lvb-final__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px;
    border: 1px solid var(--outline-color);
    border-radius: 8px;
    background: var(--surface-color);
}

.lvb-choice {
    min-height: calc(100vh - 67px);
}

.lvb-choice__head {
    max-width: 860px;
    margin-bottom: 34px;
}

.lvb-choice-card {
    position: relative;
    display: grid;
    gap: 18px;
    min-height: 430px;
    padding: 30px;
    color: var(--on-surface-text);
    text-decoration: none;
    overflow: hidden;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.lvb-choice-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.24);
}

.lvb-choice-card__version {
    color: var(--secondary-text);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lvb-choice-card strong {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0;
}

.lvb-choice-card p {
    max-width: 520px;
    color: var(--secondary-text);
    line-height: 1.65;
}

.lvb-choice-card__meter {
    display: grid;
    gap: 9px;
    position: relative;
    padding-bottom: 18px;
}

.lvb-choice-card__meter span {
    color: var(--secondary-text);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.lvb-choice-card__meter::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.lvb-choice-card__meter i {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    z-index: 1;
}

.lvb-choice-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lvb-choice-card em {
    align-self: end;
    color: var(--primary-accent);
    font-style: normal;
    font-weight: 700;
}

@media (max-width: 860px) {
    .lvb-hero h1,
    .lvb-choice h1 {
        font-size: 3.6rem;
    }

    .lvb-section-head h2,
    .lvb-final h2 {
        font-size: 2.35rem;
    }

    .lvb-choice-card strong {
        font-size: 2.35rem;
    }

    .lvb-hero__grid,
    .lvb-engine-grid,
    .lvb-choice-grid,
    .lvb-graphs,
    .lvb-stat-row {
        grid-template-columns: 1fr;
    }

    .lvb-hero {
        min-height: auto;
        align-items: flex-start;
    }

    .lvb-console {
        order: -1;
    }

    .lvb-final__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .lvb-hero h1,
    .lvb-choice h1 {
        font-size: 2.65rem;
    }

    .lvb-stat strong {
        font-size: 1.9rem;
    }

    .lvb-hero,
    .lvb-choice {
        padding: 72px 0 56px;
    }

    .lvb-hero {
        padding-top: 54px;
    }

    .lvb-band,
    .lvb-impact,
    .lvb-final {
        padding: 58px 0;
    }

    .lvb-bar {
        grid-template-columns: 58px minmax(70px, 1fr);
    }

    .lvb-bar strong {
        grid-column: 2;
        text-align: left;
    }
}

/* ---------- Version chooser (clickable engine cards) ----------
   Reuses .lvb-engine as a whole-card anchor on /lua-virtualbox/versions.
   Keeps the landing card look but makes the entire surface clickable and
   pins a clean button to the bottom. */
/* The hero owns its own top padding, so remove the default .main-content
   gap (added via $mainClass = 'hero-main') and tighten the hero top so it
   sits flush under the navbar. */
.lvb-choice-page .pl-hero {
    padding-top: 56px;
}

a.lvb-engine {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

a.lvb-engine:hover {
    transform: translateY(-4px);
    border-color: var(--primary-accent);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

a.lvb-engine--legacy:hover {
    border-color: #4ade80;
}

a.lvb-engine .btn {
    margin-top: auto;
    align-self: flex-start;
    pointer-events: none; /* whole card is the link; avoid double-click target */
}

@media (max-width: 860px) {
    a.lvb-engine {
        min-height: 0;
    }
}
