/**
 * Kinetic Pulse landing — scoped to html[data-ds-panel='landing'] only.
 * Tokens match stitch_dynostage_landing/ecu_tcu_remapping_landing_page/code.html
 */

html[data-ds-panel='landing'] {
    --lp-nav-offset: 5.25rem;
    scroll-padding-top: var(--lp-nav-offset);
    --lp-surface: #131313;
    --lp-surface-low: #1b1b1b;
    --lp-surface-container: #1f1f1f;
    --lp-surface-high: #2a2a2a;
    --lp-surface-highest: #353535;
    --lp-surface-bright: #393939;
    --lp-surface-lowest: #0e0e0e;
    --lp-on-surface: #e2e2e2;
    --lp-on-surface-variant: #ddc1ae;
    --lp-primary: #ffb77d;
    --lp-on-primary: #4d2600;
    --lp-primary-container: #ff8c00;
    --lp-outline-variant: #564334;
    --lp-tertiary-container: #ff8683;
    --lp-nav-orange: #f97316;
    --lp-nav-muted: #a3a3a3;
    --lp-neutral-950: #0a0a0a;
    --lp-footer-border: rgba(38, 38, 38, 0.5);
    --lp-max: 80rem;
    --lp-radius-xl: 0.75rem;
    --lp-radius-3xl: 1.5rem;
    --lp-radius-2xl: 1rem;
}

@media (min-width: 768px) {
    html[data-ds-panel='landing'] {
        --lp-nav-offset: 6rem;
    }
}

@media (min-width: 1200px) {
    html[data-ds-panel='landing'] {
        --lp-nav-offset: 6.75rem;
    }
}

html[data-ds-panel='landing'] body.ds-landing-body {
    background-color: var(--lp-surface);
    color: var(--lp-on-surface);
}

/* ---------- Nav (Stitch: fixed, neutral-900/60, px-8 py-4, max-w-7xl) ---------- */

.lp-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: rgba(23, 23, 23, 0.6);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 0 40px rgba(255, 140, 0, 0.08);
}

.lp-nav__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    max-width: var(--lp-max);
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 2rem;
    gap: 0.5rem;
}

@media (min-width: 992px) {
    .lp-nav__inner {
        flex-wrap: nowrap;
        gap: 0;
    }
}

.lp-nav__brand {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: var(--lp-nav-orange);
    text-transform: uppercase;
    font-style: italic;
    text-decoration: none;
    line-height: 1;
}

.lp-nav__brand:hover {
    color: var(--lp-nav-orange);
}

.lp-nav__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
}

@media (min-width: 992px) {
    .lp-nav__links {
        flex-direction: row;
        align-items: center;
        gap: 2rem;
    }
}

.lp-nav__link {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--lp-nav-muted);
    text-decoration: none;
    padding-bottom: 0.25rem;
    border-bottom: 2px solid transparent;
    transition: color 0.15s ease;
}

.lp-nav__link:hover {
    color: #f5f5f5;
}

.lp-nav__link.is-active {
    color: var(--lp-nav-orange);
    border-bottom-color: var(--lp-nav-orange);
}

.lp-nav__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.lp-btn-log {
    padding: 0.5rem 1.25rem;
    border-radius: var(--lp-radius-xl);
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--lp-on-surface);
    background: transparent;
    border: none;
    transition: background 0.15s ease;
}

.lp-btn-log:hover {
    background: rgba(255, 255, 255, 0.05);
    color: var(--lp-on-surface);
}

.lp-btn-kinetic-sm {
    padding: 0.5rem 1.25rem;
    border-radius: var(--lp-radius-xl);
    font-weight: 700;
    font-size: 0.8125rem;
    color: #111;
    border: none;
    background: linear-gradient(90deg, #f97316 0%, #fbbf24 100%);
    box-shadow: 0 6px 18px rgba(249, 115, 22, 0.3);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    transition: filter 0.15s ease, transform 0.1s ease;
}

.lp-btn-kinetic-sm .material-symbols-outlined {
    font-size: 1rem;
}

.lp-btn-kinetic-sm:hover {
    filter: brightness(1.06);
    color: #111;
}

.lp-btn-kinetic-sm:active {
    transform: scale(0.97);
}

/* ---------- Sections: py-24 px-8 pattern ---------- */

.lp-section {
    padding: 6rem 2rem;
}

.lp-container {
    max-width: var(--lp-max);
    margin-left: auto;
    margin-right: auto;
}

/* ---------- Hero ---------- */

.lp-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: stretch;
    padding-top: var(--lp-nav-offset);
    overflow: hidden;
    scroll-margin-top: 0;
}

.lp-hero--conversion {
    min-height: 100svh;
    padding-bottom: 2.5rem;
}

.lp-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.lp-hero__carousel {
    position: absolute;
    inset: 0;
}

.lp-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.4s ease;
    pointer-events: none;
}

.lp-hero__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.lp-hero__slide .lp-hero__video,
.lp-hero__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
}

.lp-hero__carousel-dots {
    position: absolute;
    bottom: 1.25rem;
    right: 1.5rem;
    z-index: 2;
    display: flex;
    gap: 0.5rem;
}

@media (min-width: 992px) {
    .lp-hero__carousel-dots {
        bottom: 2rem;
        right: 2rem;
    }
}

.lp-hero__carousel-dot {
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border: none;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
}

.lp-hero__carousel-dot.is-active {
    background: #fbbf24;
    transform: scale(1.25);
}

.lp-hero__carousel-dot:hover {
    background: rgba(255, 255, 255, 0.65);
}

.lp-hero__media img,
.lp-hero__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
}

.lp-hero--conversion .lp-hero__media img {
    opacity: 0.72;
}

.lp-hero:not(.lp-hero--conversion) .lp-hero__media img {
    opacity: 0.4;
}

.lp-hero__video {
    opacity: 0.55;
}

.lp-hero--conversion .lp-hero__video {
    opacity: 0.7;
}

.lp-hero__gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--lp-surface) 0%, rgba(19, 19, 19, 0.8) 50%, transparent 100%);
}

.lp-hero--conversion .lp-hero__gradient,
.lp-hero--video .lp-hero__gradient {
    background:
        linear-gradient(to right, rgba(10, 10, 10, 0.94) 0%, rgba(10, 10, 10, 0.72) 38%, rgba(10, 10, 10, 0.28) 68%, rgba(10, 10, 10, 0.12) 100%),
        linear-gradient(to top, var(--lp-surface) 0%, rgba(10, 10, 10, 0.55) 28%, transparent 72%);
}

.lp-hero__poster-fallback {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    .lp-hero__carousel .lp-hero__video,
    .lp-hero__video {
        display: none;
    }

    .lp-hero__carousel-dots {
        display: none;
    }

    .lp-hero__poster-fallback {
        display: block;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.55;
    }
}

.lp-hero__content {
    position: relative;
    z-index: 1;
    max-width: var(--lp-max);
    margin: 0 auto;
    padding: 1.5rem 1.5rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .lp-hero__content {
        padding-top: 2rem;
    }
}

@media (min-width: 992px) {
    .lp-hero__content {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2.5rem;
        min-height: calc(100svh - var(--lp-nav-offset));
    }
}

.lp-hero__stack {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    padding-bottom: 2rem;
}

@media (min-width: 992px) {
    .lp-hero__stack {
        gap: 2.75rem;
        padding-bottom: 3rem;
    }
}

html[data-ds-panel='landing'] #vehicles,
html[data-ds-panel='landing'] #services,
html[data-ds-panel='landing'] #pricing,
html[data-ds-panel='landing'] #how,
html[data-ds-panel='landing'] #faq {
    scroll-margin-top: var(--lp-nav-offset);
}

.lp-hero__pitch {
    max-width: 40rem;
}

.lp-hero__rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.875rem;
}

.lp-hero__stars {
    display: inline-flex;
    gap: 0.1rem;
    color: #fbbf24;
}

.lp-hero__stars .material-symbols-outlined {
    font-size: 1.125rem;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

.lp-hero__rating-score {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-weight: 700;
    font-size: 0.9375rem;
    color: #fff;
}

.lp-hero__rating-meta {
    font-size: 0.8125rem;
    color: #a3a3a3;
}

.lp-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.lp-hero__stat {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    background: rgba(255, 183, 125, 0.12);
    border: 1px solid rgba(255, 183, 125, 0.22);
}

.lp-hero__stat-value {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--lp-primary);
}

.lp-hero__stat-label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--lp-on-surface-variant);
}

.lp-hero__narrow {
    max-width: 48rem;
}

.lp-hero__kicker {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-on-surface-variant);
    margin-bottom: 0.75rem;
}

.lp-hero__title {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(2rem, 4.8vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--lp-on-surface);
    margin-bottom: 1rem;
    text-wrap: balance;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.lp-hero--conversion .lp-hero__title {
    text-transform: none;
}

.lp-hero__title-accent {
    color: #fbbf24;
    font-style: normal;
}

.lp-hero__lead {
    font-size: clamp(1rem, 1.8vw, 1.125rem);
    line-height: 1.65;
    color: #d1d5db;
    max-width: 36rem;
    margin-bottom: 1.25rem;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.lp-hero__trust {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--lp-primary);
    margin-bottom: 1.5rem;
}

.lp-hero__ctas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.lp-btn-hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: var(--lp-radius-xl);
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-weight: 700;
    font-size: 0.9375rem;
    color: #111;
    background: linear-gradient(90deg, #f97316 0%, #fbbf24 100%);
    border: none;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.35);
    transition: transform 0.2s ease, filter 0.15s ease;
}

.lp-btn-hero-primary:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    color: #111;
}

.lp-btn-hero-primary .material-symbols-outlined {
    font-size: 1.125rem;
}

/* Hero vehicle finder panel */
.lp-hero__finder {
    width: 100%;
    padding: 1.25rem;
    border-radius: var(--lp-radius-3xl);
    background: rgba(20, 20, 20, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
    .lp-hero__finder {
        padding: 1.5rem;
    }
}

.lp-hero__finder-head {
    margin-bottom: 1rem;
}

.lp-hero__finder-title {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--lp-on-surface);
}

.lp-hero__finder-lead {
    font-size: 0.8125rem;
    color: var(--lp-on-surface-variant);
}

.lp-hero__categories {
    margin-bottom: 1rem;
}

.lp-hero__finder-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 992px) {
    .lp-hero__finder-grid {
        grid-template-columns: 1.15fr 0.85fr;
        gap: 1.25rem;
        align-items: stretch;
    }
}

.lp-hero__select-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width: 576px) {
    .lp-hero__select-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .lp-hero__select-row {
        grid-template-columns: repeat(4, 1fr);
    }
}

.lp-hero__finder-gains {
    min-height: 0;
    padding: 1.25rem !important;
}

.lp-hero__finder-gains .lp-card-gains__bg-icon {
    padding: 1rem;
}

.lp-hero__finder-gains .lp-card-gains__bg-icon .material-symbols-outlined {
    font-size: 6rem;
}

.lp-gains__num--hero {
    font-size: clamp(2rem, 4vw, 2.75rem) !important;
}

.lp-gains__disclaimer--compact {
    font-size: 0.6875rem;
    margin-top: 0.75rem;
    position: relative;
    z-index: 1;
}

/* ---------- Brand strip ---------- */

.lp-brands {
    padding: 3rem 2rem;
    background: var(--lp-surface-lowest);
    border-top: 1px solid rgba(86, 67, 52, 0.1);
    border-bottom: 1px solid rgba(86, 67, 52, 0.1);
}

.lp-brands__kicker {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--lp-on-surface-variant);
    margin-bottom: 2.5rem;
}

.lp-brands__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem 2.5rem;
}

@media (min-width: 768px) {
    .lp-brands__logos {
        gap: 2.5rem 4rem;
    }
}

.lp-brands__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    margin: 0;
    min-width: 4.5rem;
    transition: opacity 0.2s ease;
}

.lp-brands__item:hover {
    opacity: 1;
}

.lp-brands__item:hover .lp-brands__logo {
    opacity: 0.75;
}

.lp-brands__logo {
    height: 2.5rem;
    width: auto;
    max-width: 5rem;
    object-fit: contain;
    opacity: 0.45;
    filter: grayscale(100%);
    transition: opacity 0.2s ease;
}

@media (min-width: 768px) {
    .lp-brands__logo {
        height: 2.75rem;
        max-width: 5.5rem;
    }
}

.lp-brands__name {
    font-family: 'Inter', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lp-on-surface-variant);
    text-align: center;
    line-height: 1.2;
}

/* ---------- Spotlight split ---------- */

.lp-spotlight {
    background: var(--lp-surface);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.lp-spotlight__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 992px) {
    .lp-spotlight__grid {
        grid-template-columns: 1fr 1fr;
        gap: 3.5rem;
    }
}

.lp-spotlight__visual {
    position: relative;
    padding: 0 0 1rem 1rem;
}

.lp-spotlight__visual::before {
    content: '';
    position: absolute;
    inset: 1rem 1rem 0 0;
    border-radius: var(--lp-radius-2xl);
    background: linear-gradient(135deg, #f97316 0%, #fbbf24 100%);
    opacity: 0.85;
    z-index: 0;
}

.lp-spotlight__frame {
    position: relative;
    z-index: 1;
    border-radius: var(--lp-radius-2xl);
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--lp-surface-highest);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-spotlight__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lp-spotlight__status {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.65rem;
    border-radius: 9999px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #86efac;
    background: rgba(10, 10, 10, 0.72);
    border: 1px solid rgba(134, 239, 172, 0.35);
    backdrop-filter: blur(8px);
}

.lp-spotlight__status-dot {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 9999px;
    background: #22c55e;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.8);
}

.lp-spotlight__scan {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.lp-spotlight__scan-corner {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    border-color: rgba(251, 191, 36, 0.55);
    border-style: solid;
}

.lp-spotlight__scan-corner--tl {
    top: 1rem;
    left: 1rem;
    border-width: 2px 0 0 2px;
}

.lp-spotlight__scan-corner--tr {
    top: 1rem;
    right: 1rem;
    border-width: 2px 2px 0 0;
}

.lp-spotlight__scan-corner--bl {
    bottom: 1rem;
    left: 1rem;
    border-width: 0 0 2px 2px;
}

.lp-spotlight__scan-corner--br {
    bottom: 1rem;
    right: 1rem;
    border-width: 0 2px 2px 0;
}

.lp-spotlight__brand {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 3;
    padding: 0.4rem 0.75rem;
    border-radius: var(--lp-radius-xl);
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(10, 10, 10, 0.72);
    border: 1px solid rgba(251, 191, 36, 0.35);
    backdrop-filter: blur(8px);
}

.lp-spotlight__badge {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #d1d5db;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-spotlight__title {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(1.5rem, 3.2vw, 2.125rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--lp-on-surface);
    margin-bottom: 1rem;
}

.lp-spotlight__title-accent {
    color: #fbbf24;
}

.lp-spotlight__lead {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #a3a3a3;
    margin-bottom: 1.5rem;
    max-width: 32rem;
}

.lp-spotlight__list {
    list-style: none;
    margin: 0 0 1.75rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.lp-spotlight__list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: #e5e5e5;
}

.lp-spotlight__check {
    flex-shrink: 0;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 9999px;
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #86efac;
}

.lp-spotlight__check .material-symbols-outlined {
    font-size: 0.875rem;
    font-weight: 700;
}

.lp-spotlight__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.lp-btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: var(--lp-radius-xl);
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-weight: 600;
    font-size: 0.9375rem;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.lp-btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

/* ---------- Bento ---------- */

.lp-bento {
    background: var(--lp-surface-low);
}

.lp-bento__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 992px) {
    .lp-bento__grid {
        grid-template-columns: repeat(12, 1fr);
    }

    .lp-bento__col-selector {
        grid-column: span 5;
    }

    .lp-bento__col-gains {
        grid-column: span 7;
    }
}

.lp-card-bento {
    background: var(--lp-surface-container);
    border-radius: var(--lp-radius-3xl);
    padding: 2.5rem;
    box-shadow: 0 0 40px rgba(255, 183, 125, 0.08);
}

.lp-card-gains {
    background: var(--lp-surface-highest);
    border-radius: var(--lp-radius-3xl);
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lp-card-gains__bg-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2rem;
    opacity: 0.1;
    pointer-events: none;
    line-height: 1;
}

.lp-card-gains__bg-icon .material-symbols-outlined {
    font-size: 12.5rem;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    color: var(--lp-primary);
}

.lp-bento__h2 {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--lp-on-surface);
}

.lp-bento__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.lp-bento__category {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.875rem;
    border-radius: 9999px;
    border: 1px solid rgba(86, 67, 52, 0.2);
    background: var(--lp-surface-highest);
    color: var(--lp-on-surface-variant);
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.lp-bento__category .material-symbols-outlined {
    font-size: 1.125rem;
    color: var(--lp-primary);
}

.lp-bento__category:hover {
    background: var(--lp-surface-bright);
    color: var(--lp-on-surface);
}

.lp-bento__category.is-active {
    background: linear-gradient(90deg, #f97316 0%, #fbbf24 100%);
    border-color: transparent;
    color: #111;
}

.lp-bento__category.is-active .material-symbols-outlined {
    color: #111;
}

.lp-hero__finder .lp-bento__category {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: #d1d5db;
}

.lp-bento__upload {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    margin-top: 1rem;
    padding: 0.75rem 1.25rem;
    border-radius: var(--lp-radius-xl);
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-weight: 700;
    font-size: 0.875rem;
    color: #111;
    background: linear-gradient(90deg, #f97316 0%, #fbbf24 100%);
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(249, 115, 22, 0.25);
    transition: transform 0.15s ease, filter 0.15s ease;
}

.lp-bento__upload:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    color: #111;
}

.lp-bento__upload .material-symbols-outlined {
    font-size: 1.25rem;
}

.lp-field-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.lp-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lp-on-surface-variant);
    margin-bottom: 0.5rem;
}

.lp-select {
    width: 100%;
    background: var(--lp-surface-highest);
    border: none;
    border-radius: var(--lp-radius-xl);
    padding: 1rem 1.5rem;
    font-size: 1rem;
    color: var(--lp-on-surface);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23ddc1ae' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    padding-right: 2.75rem;
}

.lp-select:focus {
    outline: 2px solid var(--lp-primary);
    outline-offset: 2px;
}

.lp-select:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.lp-gains__label {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lp-primary);
    margin-bottom: 0.5rem;
}

.lp-gains__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

.lp-gains__metric-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: var(--lp-on-surface-variant);
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.lp-gains__stock {
    font-size: 0.8125rem;
    color: var(--lp-on-surface-variant);
    margin-top: 0.5rem;
}

.lp-gains__num {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--lp-on-surface);
}

.lp-gains__delta {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--lp-primary);
}

.lp-gains__footer {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(86, 67, 52, 0.1);
}

.lp-gains__footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.lp-pill {
    background: rgba(255, 183, 125, 0.1);
    padding: 0.5rem 1rem;
    border-radius: var(--lp-radius-xl);
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--lp-primary);
}

.lp-gains__disclaimer {
    font-size: 0.875rem;
    font-style: italic;
    color: var(--lp-on-surface-variant);
}

/* ---------- Service catalog ---------- */

.lp-service-catalog {
    background: var(--lp-surface);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.lp-service-catalog__header {
    margin-bottom: 2rem;
    max-width: 36rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.lp-service-catalog__kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-nav-orange);
    margin-bottom: 0.5rem;
}

.lp-service-catalog__title {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
    color: var(--lp-on-surface);
}

.lp-service-catalog__subtitle {
    font-size: 1rem;
    color: var(--lp-on-surface-variant);
    line-height: 1.6;
}

.lp-service-catalog__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 576px) {
    .lp-service-catalog__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .lp-service-catalog__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .lp-service-catalog__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.lp-service-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--lp-radius-2xl);
    min-height: 100%;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.lp-service-card:hover {
    transform: translateY(-3px);
    border-color: rgba(249, 115, 22, 0.3);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.lp-service-card--addon {
    border-color: rgba(255, 134, 131, 0.15);
}

.lp-service-card__icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--lp-radius-xl);
    background: rgba(249, 115, 22, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-service-card__icon .material-symbols-outlined {
    font-size: 1.25rem;
    color: #fbbf24;
}

.lp-service-card__name {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.0625rem;
    font-weight: 700;
    margin: 0 0 0.375rem;
    color: var(--lp-on-surface);
}

.lp-service-card__desc {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--lp-on-surface-variant);
    margin: 0 0 0.75rem;
}

.lp-service-card__price {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--lp-primary);
    margin: 0;
}

/* ---------- Packages ---------- */

.lp-packages {
    background: var(--lp-surface-lowest);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.lp-packages__header {
    margin-bottom: 2.5rem;
    text-align: center;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.lp-packages__kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-nav-orange);
    margin-bottom: 0.5rem;
}

.lp-packages__title {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
    color: var(--lp-on-surface);
}

.lp-packages__subtitle {
    font-size: 1rem;
    color: var(--lp-on-surface-variant);
    line-height: 1.6;
}

.lp-packages__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: stretch;
}

@media (min-width: 768px) {
    .lp-packages__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

@media (min-width: 1200px) {
    .lp-packages__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
}

.lp-package {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    padding: 1.5rem;
    border-radius: var(--lp-radius-2xl);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.lp-package:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 183, 125, 0.25);
}

.lp-package--featured {
    background: linear-gradient(180deg, rgba(249, 115, 22, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
    border-color: rgba(249, 115, 22, 0.45);
    box-shadow: 0 16px 40px rgba(249, 115, 22, 0.12);
}

@media (min-width: 992px) {
    .lp-package--featured {
        transform: translateY(-6px);
    }

    .lp-package--featured:hover {
        transform: translateY(-10px);
    }
}

.lp-package--tertiary {
    border-color: rgba(255, 134, 131, 0.2);
}

.lp-package--quote .lp-package__price-value {
    font-style: italic;
}

.lp-package__badge {
    position: absolute;
    top: -0.625rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111;
    background: linear-gradient(90deg, #f97316 0%, #fbbf24 100%);
    white-space: nowrap;
}

.lp-package__name {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    margin-top: 0.25rem;
    color: var(--lp-on-surface);
}

.lp-package__desc {
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--lp-on-surface-variant);
    margin-bottom: 1rem;
    flex-grow: 0;
    min-height: 2.5rem;
}

.lp-package__price {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-package__price-value {
    display: block;
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(1.75rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--lp-on-surface);
}

.lp-package--featured .lp-package__price-value {
    color: #fbbf24;
}

.lp-package__price-suffix {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8125rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: var(--lp-on-surface-variant);
}

.lp-package__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: #d1d5db;
    flex-grow: 1;
}

.lp-package__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.45;
}

.lp-package__list .material-symbols-outlined {
    font-size: 1rem;
    color: #fbbf24;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.lp-package__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.625rem 1rem;
    border-radius: var(--lp-radius-xl);
    font-weight: 700;
    font-size: 0.875rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: transparent;
    color: var(--lp-on-surface);
    margin-top: auto;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.lp-package__btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
}

.lp-package__btn--primary {
    color: #111;
    border-color: transparent;
    background: linear-gradient(90deg, #f97316 0%, #fbbf24 100%);
    box-shadow: 0 6px 18px rgba(249, 115, 22, 0.28);
}

.lp-package__btn--primary:hover {
    color: #111;
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.lp-package__btn--muted:hover {
    background: rgba(255, 255, 255, 0.06);
    color: var(--lp-on-surface);
    border-color: rgba(255, 255, 255, 0.18);
}

/* ---------- Process ---------- */

.lp-process {
    background: var(--lp-surface);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.lp-process__head {
    text-align: center;
    max-width: 32rem;
    margin: 0 auto 2rem;
}

.lp-process__kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-nav-orange);
    margin-bottom: 0.5rem;
}

.lp-process__title {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--lp-on-surface);
}

.lp-process__sub {
    font-size: 0.9375rem;
    color: var(--lp-on-surface-variant);
    line-height: 1.6;
}

.lp-process__panel {
    padding: 1.5rem;
    border-radius: var(--lp-radius-3xl);
    background: rgba(20, 20, 20, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

@media (min-width: 768px) {
    .lp-process__panel {
        padding: 2rem;
    }
}

.lp-process__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

@media (min-width: 992px) {
    .lp-process__steps {
        grid-template-columns: repeat(4, 1fr);
    }
}

.lp-step {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem 0;
    text-align: left;
}

@media (min-width: 992px) {
    .lp-step {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 1.25rem;
        gap: 0;
    }

    .lp-step:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.08);
    }

    .lp-step:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 1.375rem;
        right: -0.5rem;
        width: 1rem;
        height: 1rem;
        border-top: 2px solid rgba(251, 191, 36, 0.45);
        border-right: 2px solid rgba(251, 191, 36, 0.45);
        transform: rotate(45deg);
        z-index: 1;
    }
}

@media (max-width: 991.98px) {
    .lp-step:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding-bottom: 1.25rem;
        margin-bottom: 0.25rem;
    }
}

.lp-step__icon-wrap {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: var(--lp-radius-xl);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.2) 0%, rgba(251, 191, 36, 0.12) 100%);
    border: 1px solid rgba(249, 115, 22, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .lp-step__icon-wrap {
        width: 3rem;
        height: 3rem;
        margin-bottom: 1rem;
    }
}

.lp-step__icon-wrap .material-symbols-outlined {
    font-size: 1.375rem;
    color: #fbbf24;
}

.lp-step__body {
    min-width: 0;
}

.lp-step__index {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lp-nav-orange);
    margin-bottom: 0.25rem;
}

.lp-step__title {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    color: var(--lp-on-surface);
}

.lp-step__text {
    font-size: 0.8125rem;
    color: #a3a3a3;
    line-height: 1.55;
}

/* ---------- Curve ---------- */

.lp-curve {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: var(--lp-surface);
}

.lp-curve__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
}

@media (min-width: 992px) {
    .lp-curve__grid {
        grid-template-columns: 1fr 1fr;
    }
}

.lp-curve__title {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--lp-on-surface);
}

.lp-curve__lead {
    font-size: 1rem;
    color: var(--lp-on-surface-variant);
    line-height: 1.65;
    margin-bottom: 2rem;
}

.lp-curve__legend {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.lp-curve__legend-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.lp-curve__legend-bar {
    width: 3rem;
    height: 4px;
    flex-shrink: 0;
}

.lp-curve__legend-bar--stock {
    background: #525252;
}

.lp-curve__legend-bar--tuned {
    background: var(--lp-primary);
}

.lp-curve__legend-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lp-curve__legend-text--muted {
    color: var(--lp-on-surface-variant);
}

.lp-curve__legend-text--primary {
    color: var(--lp-primary);
}

.lp-chart-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.5rem;
    border-radius: var(--lp-radius-2xl);
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
}

.lp-chart-card__axis {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    top: 4rem;
    border-left: 1px solid rgba(86, 67, 52, 0.3);
    border-bottom: 1px solid rgba(86, 67, 52, 0.3);
    pointer-events: none;
}

.lp-chart-card svg {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    height: 70%;
    width: calc(100% - 4rem);
    overflow: visible;
}

.lp-chart-card__caption {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Inter', sans-serif;
    font-size: 0.625rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--lp-on-surface-variant);
    white-space: nowrap;
}

/* ---------- Trust ---------- */

.lp-trust {
    background: var(--lp-surface-low);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.lp-trust__head {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 2rem;
}

.lp-trust__kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-nav-orange);
    margin-bottom: 0.5rem;
}

.lp-trust__title {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--lp-on-surface);
}

.lp-trust__subtitle {
    font-size: 1rem;
    color: var(--lp-on-surface-variant);
    line-height: 1.6;
}

.lp-trust__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .lp-trust__stats {
        grid-template-columns: repeat(4, 1fr);
    }
}

.lp-trust__stat {
    text-align: center;
    padding: 1rem 0.75rem;
    border-radius: var(--lp-radius-xl);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-stat__value {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #fbbf24;
    margin-bottom: 0.25rem;
    line-height: 1.1;
}

.lp-stat__label {
    font-family: 'Inter', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lp-on-surface-variant);
}

.lp-trust__quotes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 992px) {
    .lp-trust__quotes {
        grid-template-columns: repeat(3, 1fr);
    }
}

.lp-quote {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    padding: 1.25rem;
    border-radius: var(--lp-radius-2xl);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin: 0;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.lp-quote:hover {
    border-color: rgba(249, 115, 22, 0.28);
    transform: translateY(-3px);
}

.lp-quote__stars {
    display: flex;
    gap: 0.1rem;
    margin-bottom: 0.75rem;
    color: #fbbf24;
}

.lp-quote__stars .material-symbols-outlined {
    font-size: 1rem;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

.lp-quote__body {
    flex-grow: 1;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #d1d5db;
}

.lp-quote__footer {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.lp-quote__avatar {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.25) 0%, rgba(251, 191, 36, 0.2) 100%);
    border: 1px solid rgba(249, 115, 22, 0.35);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6875rem;
    font-weight: 800;
    color: #fbbf24;
    letter-spacing: 0.02em;
}

.lp-quote__name {
    font-weight: 700;
    color: var(--lp-on-surface);
    margin: 0;
    font-size: 0.875rem;
}

.lp-quote__role {
    font-size: 0.75rem;
    color: var(--lp-on-surface-variant);
}

/* ---------- FAQ ---------- */

.lp-faq {
    background: var(--lp-surface-lowest);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.lp-faq__inner {
    max-width: 48rem;
}

.lp-faq__head {
    text-align: center;
    margin-bottom: 2rem;
}

.lp-faq__kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-nav-orange);
    margin-bottom: 0.5rem;
}

.lp-faq__title {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    color: var(--lp-on-surface);
}

.lp-faq__list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lp-faq__item {
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--lp-radius-xl);
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.15s ease;
}

.lp-faq__item[open] {
    border-color: rgba(249, 115, 22, 0.3);
    background: rgba(249, 115, 22, 0.04);
}

.lp-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--lp-on-surface);
    cursor: pointer;
    list-style: none;
}

.lp-faq__question::-webkit-details-marker {
    display: none;
}

.lp-faq__chevron {
    flex-shrink: 0;
    color: #fbbf24;
    transition: transform 0.2s ease;
}

.lp-faq__item[open] .lp-faq__chevron {
    transform: rotate(180deg);
}

.lp-faq__answer {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--lp-on-surface-variant);
    line-height: 1.6;
    font-size: 0.875rem;
}

.lp-faq__help-chat-btn {
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    color: var(--lp-primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.15em;
    cursor: pointer;
}

.lp-faq__help-chat-btn:hover {
    color: #ffd4b0;
}

/* ---------- Final CTA ---------- */

.lp-cta-final {
    position: relative;
    overflow: hidden;
    padding: 4rem 1.5rem;
}

.lp-cta-final__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.lp-cta-final__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    filter: grayscale(1);
}

.lp-cta-final__overlay {
    position: absolute;
    inset: 0;
    background: rgba(19, 19, 19, 0.9);
}

.lp-cta-final__inner {
    position: relative;
    z-index: 1;
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0;
}

.lp-cta-final__title {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    color: var(--lp-on-surface);
}

.lp-cta-final__title span {
    color: #fbbf24;
    font-style: normal;
}

.lp-cta-final__lead {
    font-size: 1rem;
    color: var(--lp-on-surface-variant);
    margin-bottom: 1.75rem;
    line-height: 1.6;
}

.lp-cta-final__btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

@media (min-width: 576px) {
    .lp-cta-final__btns {
        flex-direction: row;
    }
}

.lp-btn-cta-xl {
    padding: 0.75rem 1.5rem;
    border-radius: var(--lp-radius-xl);
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-weight: 700;
    font-size: 0.9375rem;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, filter 0.15s ease;
}

.lp-btn-cta-xl--kinetic {
    color: #111;
    background: linear-gradient(90deg, #f97316 0%, #fbbf24 100%);
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.35);
}

.lp-btn-cta-xl--kinetic:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    color: #111;
}

.lp-btn-cta-xl--outline {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.lp-btn-cta-xl--outline:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

/* ---------- Footer ---------- */

.lp-footer {
    background: var(--lp-neutral-950);
    padding: 3rem 2rem;
    border-top: 1px solid var(--lp-footer-border);
}

.lp-footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: var(--lp-max);
    margin: 0 auto;
}

@media (min-width: 768px) {
    .lp-footer__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.lp-footer__brand {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #f5f5f5;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-style: normal;
}

.lp-footer__about {
    font-size: 0.875rem;
    color: #737373;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.lp-footer__heading {
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--lp-nav-orange);
    margin-bottom: 1.5rem;
}

.lp-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lp-footer__list a {
    font-size: 0.875rem;
    color: #737373;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.15s ease;
}

.lp-footer__list a:hover {
    color: var(--lp-nav-orange);
}

.lp-footer__bottom {
    max-width: var(--lp-max);
    margin: 3rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid #171717;
    text-align: center;
}

.lp-footer__bottom p {
    font-size: 0.875rem;
    color: #737373;
    letter-spacing: 0.02em;
    margin: 0;
}

.lp-footer--hp {
    padding: 0;
}

.lp-footer--hp .lp-footer__main {
    padding: 3rem 1.5rem;
}

.lp-footer__grid--hp {
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

@media (min-width: 992px) {
    .lp-footer__grid--hp {
        grid-template-columns: 1.4fr repeat(5, minmax(0, 1fr));
    }
}

.lp-footer__brand-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lp-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    font-size: 0.875rem;
}

.lp-footer__contact a {
    color: #a3a3a3;
    text-decoration: none;
}

.lp-footer__contact a:hover {
    color: var(--lp-nav-orange);
}

.lp-footer__address {
    color: #a3a3a3;
    font-style: normal;
    line-height: 1.5;
}

.lp-footer__whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    padding: 0.45rem 0.85rem;
    border-radius: 0.65rem;
    background: rgba(22, 163, 74, 0.25);
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
}

.lp-footer__tool-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.lp-footer__tool-logos img {
    height: 1.5rem;
    width: auto;
    opacity: 0.85;
    filter: grayscale(20%);
}

.lp-footer__tool-logos a:hover img {
    opacity: 1;
}

.lp-footer__payments {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.lp-footer__pay-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    height: 1.75rem;
    padding: 0 0.45rem;
    border-radius: 0.35rem;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
}

.lp-footer__pay-badge--visa { background: #1a1f71; }
.lp-footer__pay-badge--mc { background: #252525; }
.lp-footer__pay-badge--ideal { background: #cc2131; }
.lp-footer__pay-badge--paypal { background: #003087; }

.lp-footer__secure-note {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    color: #86efac;
}

.lp-footer__secure-note .material-symbols-outlined {
    font-size: 1.125rem;
}

.lp-footer__bottom--hp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem 2rem;
    margin: 0;
    max-width: none;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-footer__bottom--hp {
        flex-direction: row;
        text-align: left;
        max-width: var(--lp-max);
    }
}

.lp-footer__bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    justify-content: center;
}

.lp-footer__bottom-links a {
    color: #737373;
    text-decoration: none;
    font-size: 0.875rem;
}

.lp-footer__bottom-links a:hover {
    color: #f5f5f5;
}

.lp-chart-card--canvas {
    min-height: 280px;
    padding: 1rem 1rem 0.5rem;
}

.lp-chart-card--canvas canvas {
    width: 100% !important;
    height: 260px !important;
}

.lp-service-card--addon .lp-service-card__price {
    color: #86efac;
    font-weight: 700;
}

/* Theme toggle on landing — match chrome */
html[data-ds-panel='landing'] .lp-nav .ds-icon-btn {
    color: var(--lp-nav-muted);
}

html[data-ds-panel='landing'] .lp-nav .ds-icon-btn:hover {
    color: var(--lp-nav-orange);
    background: rgba(255, 255, 255, 0.05);
}

/* Collapsed nav mobile */
.lp-nav .navbar-toggler {
    color: var(--lp-on-surface);
}

.lp-nav__toggler-icon {
    color: var(--lp-on-surface);
}

@media (min-width: 992px) {
    html[data-ds-panel='landing'] .lp-nav .lp-nav__collapse.navbar-collapse {
        width: auto;
        flex: 1 1 auto;
    }
}

html[data-theme='light'][data-ds-panel='landing'] {
    --lp-surface: #f4f2ef;
    --lp-on-surface: #1c1b1a;
    --lp-on-surface-variant: #5c5854;
    --lp-surface-low: #ebe8e4;
    --lp-surface-container: #e8e4df;
    --lp-surface-high: #ffffff;
    --lp-surface-highest: #f0ebe5;
    --lp-surface-bright: #ddd8d2;
    --lp-surface-lowest: #e4e0db;
    --lp-neutral-950: #f5f5f4;
    --lp-footer-border: rgba(0, 0, 0, 0.08);
}

html[data-theme='light'][data-ds-panel='landing'] body.ds-landing-body {
    background: var(--lp-surface);
    color: var(--lp-on-surface);
}

html[data-theme='light'][data-ds-panel='landing'] .lp-nav {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

html[data-theme='light'][data-ds-panel='landing'] .lp-nav__link {
    color: #57534e;
}

html[data-theme='light'][data-ds-panel='landing'] .lp-nav__link:hover {
    color: #1c1917;
}

html[data-theme='light'][data-ds-panel='landing'] .lp-footer__brand {
    color: #1c1917;
}

html[data-theme='light'][data-ds-panel='landing'] .lp-footer__about,
html[data-theme='light'][data-ds-panel='landing'] .lp-footer__list a,
html[data-theme='light'][data-ds-panel='landing'] .lp-footer__bottom p {
    color: #57534e;
}

/* UK London clock + file window — matches app.css (.ds-navbar-uk-meta) for pages that only load landing.css */
html[data-ds-panel='landing'] .ds-navbar-uk-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.625rem;
    padding: 0.2rem 0.55rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(27, 27, 27, 0.9);
    font-size: 0.625rem;
    line-height: 1.35;
    max-width: 100%;
}

html[data-ds-panel='landing'] .ds-navbar-uk-meta__line,
html[data-ds-panel='landing'] .ds-navbar-uk-meta__svc {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
}

html[data-ds-panel='landing'] .ds-navbar-uk-meta__label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--lp-nav-muted);
}

html[data-ds-panel='landing'] .ds-navbar-uk-meta__clock {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
    font-variant-numeric: tabular-nums;
    font-size: 0.6875rem;
    color: var(--lp-on-surface);
}

html[data-ds-panel='landing'] .ds-navbar-uk-meta__svc-text {
    color: var(--lp-nav-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.5625rem;
}

html[data-ds-panel='landing'] .ds-navbar-uk-meta__icon {
    font-size: 0.9375rem !important;
    color: var(--lp-nav-orange);
    opacity: 0.92;
}

html[data-ds-panel='landing'] .ds-navbar-uk-meta__icon--sm {
    font-size: 0.8125rem !important;
}

html[data-ds-panel='landing'] .ds-navbar-uk-meta__pill {
    padding: 0.1rem 0.42rem;
    border-radius: 999px;
    font-size: 0.5625rem;
    letter-spacing: 0.06em;
    font-weight: 700;
    text-transform: uppercase;
}

html[data-ds-panel='landing'] .ds-navbar-uk-meta__pill--on {
    background: rgba(34, 197, 94, 0.16);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.38);
}

html[data-ds-panel='landing'] .ds-navbar-uk-meta__pill--off {
    background: rgba(163, 163, 163, 0.1);
    color: var(--lp-nav-muted);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

@media (max-width: 991.98px) {
    html[data-ds-panel='landing'] .lp-nav .lp-nav__actions .ds-navbar-uk-meta.ds-navbar-uk-meta--landing {
        order: -1;
        width: 100%;
        justify-content: center;
    }
}

/* ---------- Support Guide widget ---------- */

html[data-ds-panel='landing'] .lp-sg {
    position: fixed;
    z-index: 1070;
    bottom: 1.25rem;
    right: 1.25rem;
}

@media (min-width: 768px) {
    html[data-ds-panel='landing'] .lp-sg {
        bottom: 2rem;
        right: 2rem;
    }
}

html[data-ds-panel='landing'] .lp-sg__launcher {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.125rem;
    border: 1px solid rgba(255, 183, 125, 0.35);
    border-radius: 9999px;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.92) 0%, rgba(255, 183, 125, 0.88) 100%);
    color: var(--lp-on-primary);
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-weight: 700;
    font-size: 0.875rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

html[data-ds-panel='landing'] .lp-sg__launcher:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
}

html[data-ds-panel='landing'] .lp-sg__launcher-icon {
    font-size: 1.25rem;
}

html[data-ds-panel='landing'] .lp-sg__panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.75rem);
    width: min(22rem, calc(100vw - 2rem));
    max-height: min(70vh, 32rem);
    display: flex;
    flex-direction: column;
    border-radius: var(--lp-radius-2xl);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--lp-surface-container);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.75rem) scale(0.98);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
}

html[data-ds-panel='landing'] .lp-sg--open .lp-sg__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

html[data-ds-panel='landing'] .lp-sg__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--lp-surface-low);
}

html[data-ds-panel='landing'] .lp-sg__head-main {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

html[data-ds-panel='landing'] .lp-sg__title-wrap {
    min-width: 0;
}

html[data-ds-panel='landing'] .lp-sg__title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--lp-on-surface);
}

html[data-ds-panel='landing'] .lp-sg__presence {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0.1rem 0 0;
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--lp-nav-muted);
    letter-spacing: 0.02em;
}

html[data-ds-panel='landing'] .lp-sg__presence-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
    animation: lp-sg-presence-pulse 2.4s ease-out infinite;
}

html[data-ds-panel='landing'] .lp-sg__presence--typing .lp-sg__presence-dot {
    background: var(--lp-primary);
    animation: lp-sg-presence-blink 0.9s ease-in-out infinite;
}

html[data-ds-panel='landing'] .lp-sg__presence--typing {
    color: var(--lp-on-surface-variant);
}

@keyframes lp-sg-presence-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
    }
    70% {
        box-shadow: 0 0 0 0.35rem rgba(34, 197, 94, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

@keyframes lp-sg-presence-blink {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.45;
        transform: scale(0.82);
    }
}

html[data-ds-panel='landing'] .lp-sg__head-actions {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

html[data-ds-panel='landing'] .lp-sg__back,
html[data-ds-panel='landing'] .lp-sg__close,
html[data-ds-panel='landing'] .lp-sg__whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    border: 0;
    background: transparent;
    color: var(--lp-nav-muted);
    border-radius: 0.5rem;
    padding: 0.35rem 0.5rem;
    cursor: pointer;
}

html[data-ds-panel='landing'] .lp-sg__whatsapp {
    color: #25d366;
    font-size: 0.75rem;
    font-weight: 600;
}

html[data-ds-panel='landing'] .lp-sg__back:hover,
html[data-ds-panel='landing'] .lp-sg__close:hover,
html[data-ds-panel='landing'] .lp-sg__whatsapp:hover {
    background: rgba(255, 255, 255, 0.06);
    color: var(--lp-on-surface);
}

html[data-ds-panel='landing'] .lp-sg__messages {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

html[data-ds-panel='landing'] .lp-sg__row {
    display: flex;
}

html[data-ds-panel='landing'] .lp-sg__row--bot,
html[data-ds-panel='landing'] .lp-sg__row--choices {
    justify-content: flex-start;
}

html[data-ds-panel='landing'] .lp-sg__row--user {
    justify-content: flex-end;
}

html[data-ds-panel='landing'] .lp-sg__bubble {
    max-width: 88%;
    padding: 0.625rem 0.875rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

html[data-ds-panel='landing'] .lp-sg__row--bot .lp-sg__bubble {
    background: var(--lp-surface-high);
    color: var(--lp-on-surface);
    border-bottom-left-radius: 0.25rem;
}

html[data-ds-panel='landing'] .lp-sg__row--user .lp-sg__bubble {
    background: rgba(255, 140, 0, 0.2);
    color: #ffe8d4;
    border-bottom-right-radius: 0.25rem;
}

html[data-ds-panel='landing'] .lp-sg__choices {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    max-width: 100%;
}

html[data-ds-panel='landing'] .lp-sg__choice {
    border: 1px solid rgba(255, 183, 125, 0.35);
    background: rgba(255, 140, 0, 0.12);
    color: var(--lp-on-surface);
    border-radius: 9999px;
    padding: 0.45rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

html[data-ds-panel='landing'] .lp-sg__choice:hover:not(:disabled) {
    background: rgba(255, 140, 0, 0.22);
    border-color: rgba(255, 183, 125, 0.55);
}

html[data-ds-panel='landing'] .lp-sg__choice:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

html[data-ds-panel='landing'] .lp-sg__bubble--typing {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    min-width: 3.25rem;
    min-height: 2rem;
    padding: 0.7rem 0.9rem;
}

html[data-ds-panel='landing'] .lp-sg__typing-dot {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--lp-on-surface-variant);
    opacity: 0.55;
    animation: lp-sg-typing-bounce 1.2s ease-in-out infinite;
}

html[data-ds-panel='landing'] .lp-sg__typing-dot:nth-child(2) {
    animation-delay: 0.15s;
}

html[data-ds-panel='landing'] .lp-sg__typing-dot:nth-child(3) {
    animation-delay: 0.3s;
}

html[data-ds-panel='landing'] .lp-sg--busy .lp-sg__messages {
    scroll-behavior: smooth;
}

@keyframes lp-sg-typing-bounce {
    0%,
    60%,
    100% {
        transform: translateY(0);
        opacity: 0.45;
    }
    30% {
        transform: translateY(-0.28rem);
        opacity: 1;
    }
}

html[data-ds-panel='landing'] .lp-sg__foot {
    padding: 0.625rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--lp-surface-low);
}

html[data-ds-panel='landing'] .lp-sg__restart {
    border: 0;
    background: none;
    color: var(--lp-nav-muted);
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.12em;
    cursor: pointer;
    padding: 0;
}

html[data-ds-panel='landing'] .lp-sg__restart:hover {
    color: var(--lp-on-surface);
}

@media (prefers-reduced-motion: reduce) {
    html[data-ds-panel='landing'] .lp-sg__panel,
    html[data-ds-panel='landing'] .lp-sg__launcher {
        transition: none;
    }

    html[data-ds-panel='landing'] .lp-sg__typing-dot,
    html[data-ds-panel='landing'] .lp-sg__presence-dot {
        animation: none;
    }
}

/* ---------- Files Room activity feed ---------- */

.lp-files-room {
    padding: calc(var(--lp-nav-offset) + 2rem) 1.5rem 4rem;
}

.lp-files-room__shell {
    max-width: var(--lp-max);
    margin: 0 auto;
}

.lp-files-room__intro {
    margin-bottom: 2rem;
}

.lp-files-room__kicker {
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-nav-orange);
}

.lp-files-room__title {
    margin: 0 0 0.75rem;
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.lp-files-room__lead,
.lp-files-room__refresh-note,
.lp-files-room__empty {
    margin: 0;
    color: var(--lp-nav-muted);
}

.lp-files-room__refresh-note {
    margin-top: 0.75rem;
    font-size: 0.875rem;
}

.lp-files-room__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
}

.lp-files-room__item {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-height: 100%;
    padding: 1.25rem 1.25rem 1.1rem;
    border-radius: var(--lp-radius-2xl);
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.95), rgba(19, 19, 19, 0.98));
    border: 1px solid rgba(86, 67, 52, 0.35);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}

.lp-files-room__header {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.lp-files-room__index {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.12);
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--lp-nav-orange);
}

.lp-files-room__heading {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.lp-files-room__vehicle {
    margin: 0;
    font-family: var(--ds-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.lp-files-room__country {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--lp-on-surface-variant);
}

.lp-files-room__meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.35rem;
    color: var(--lp-on-surface);
    font-size: 0.875rem;
}

.lp-files-room__meta li::before {
    content: '•';
    color: var(--lp-nav-orange);
    margin-right: 0.5rem;
}

.lp-files-room__time {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    margin-top: auto;
    padding-top: 0.35rem;
    font-size: 0.8125rem;
    color: var(--lp-nav-muted);
}

.lp-files-room__time .material-symbols-outlined {
    font-size: 1rem;
}

@media (min-width: 640px) {
    .lp-files-room__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .lp-files-room {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1200px) {
    .lp-files-room__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .lp-files-room__item {
        padding: 1.35rem 1.35rem 1.15rem;
    }
}
