/* ==========================================================================
   Landing Volt — só / e /inicial (html.lp-volt).
   Chrome do template original Themesberg Volt (src/index.html):
   navbar-theme-primary #1F2937, hero bg-primary + wave, cards brancos
   com shadow-lg e icon-shape bg-white. Canvas (campinho / top-5) permanece.
   ========================================================================== */

html.lp-volt {
    --volt-primary: #1F2937;
    --volt-secondary: #f0bc74;
    --volt-gray-50: #F9FAFB;
    --volt-gray-100: #F2F4F6;
    --volt-gray-200: #E5E7EB;
    --volt-gray-500: #6B7280;
    --volt-gray-600: #4B5563;
    --volt-gray-700: #374151;
    --volt-gray-800: #1F2937;
    --volt-orange: #ff6600;
    --volt-orange-soft: #fff4eb;
    --volt-radius: 0.5rem;
    --volt-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --volt-shadow-lg: 0 1rem 3rem rgba(17, 24, 39, 0.175);
    --ds-font-sans: "Inter", system-ui, sans-serif;
}

html.lp-volt,
html.lp-volt body {
    font-family: "Inter", system-ui, sans-serif;
    background: var(--volt-gray-100);
    color: var(--volt-gray-700);
    color-scheme: light;
}

html.lp-volt body {
    background: var(--volt-gray-100) !important;
}

html.lp-volt[data-theme="dark"],
html.lp-volt[data-theme="dark"] body {
    background: var(--ds-bg, #121212) !important;
    color: var(--ds-ink-body, #e8edf5);
    color-scheme: dark;
}

/* style.css força Montserrat + uppercase em todo h1–h6; Volt usa Inter sentence-case */
html.lp-volt .lp-volt-page h1,
html.lp-volt .lp-volt-page h2,
html.lp-volt .lp-volt-page h3,
html.lp-volt .lp-volt-page h4,
html.lp-volt .lp-volt-page h5,
html.lp-volt .lp-volt-page h6,
html.lp-volt .lpv-title,
html.lp-volt .lpv-section-title,
html.lp-volt .lpv-tool h3,
html.lp-volt .lpv-plan h3,
html.lp-volt .lpv-widget .h6 {
    font-family: "Inter", system-ui, sans-serif !important;
    text-transform: none !important;
    letter-spacing: -0.03em;
}

/* —— Header navy só no landing isolado (sem shell Volt) —— */
html.lp-volt:not(.volt-app) body .app-header,
html.lp-volt:not(.volt-app) body:has(.hl) .app-header {
    background: var(--volt-primary) !important;
    backdrop-filter: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

html.lp-volt:not(.volt-app) body .app-header .nav-link,
html.lp-volt:not(.volt-app) body:has(.hl) .app-header .nav-link {
    color: #fff !important;
    font-family: inherit;
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    background: transparent !important;
    border: none !important;
    opacity: 1;
}

html.lp-volt:not(.volt-app) body .app-header .nav-link:hover,
html.lp-volt:not(.volt-app) body:has(.hl) .app-header .nav-link:hover,
html.lp-volt:not(.volt-app) body .app-header .nav-link:focus,
html.lp-volt:not(.volt-app) body:has(.hl) .app-header .nav-link:focus {
    color: var(--volt-secondary) !important;
    background: transparent !important;
    border-color: transparent !important;
}

html.lp-volt:not(.volt-app) body .app-header .nav-link.text-muted,
html.lp-volt:not(.volt-app) body:has(.hl) .app-header .nav-link.text-muted {
    color: rgba(255, 255, 255, 0.72) !important;
}

html.lp-volt:not(.volt-app) body .app-header .nav-badge-pro,
html.lp-volt:not(.volt-app) body:has(.hl) .app-header .nav-badge-pro {
    background: var(--volt-secondary);
    color: var(--volt-gray-800);
}

html.lp-volt:not(.volt-app) body .app-header .header-admin-link,
html.lp-volt:not(.volt-app) body:has(.hl) .app-header .header-admin-link {
    color: var(--volt-secondary) !important;
}

html.lp-volt:not(.volt-app) body .app-header .btn-theme-toggle,
html.lp-volt:not(.volt-app) body .app-header .btn-icon,
html.lp-volt:not(.volt-app) body .app-header .app-nav-burger,
html.lp-volt:not(.volt-app) body:has(.hl) .app-header .btn-theme-toggle,
html.lp-volt:not(.volt-app) body:has(.hl) .app-header .btn-icon,
html.lp-volt:not(.volt-app) body:has(.hl) .app-header .app-nav-burger {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    background: transparent !important;
}

html.lp-volt:not(.volt-app) body .app-header .btn-painel-header,
html.lp-volt:not(.volt-app) body:has(.hl) .app-header .btn-painel-header {
    color: #fff !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: var(--volt-radius) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-weight: 600;
}

html.lp-volt:not(.volt-app) body .app-header .btn-painel-header:hover,
html.lp-volt:not(.volt-app) body:has(.hl) .app-header .btn-painel-header:hover {
    background: #fff !important;
    color: var(--volt-primary) !important;
    transform: none;
}

html.lp-volt:not(.volt-app) body .app-header .account-trigger-copy strong,
html.lp-volt:not(.volt-app) body .app-header .account-trigger .ti-chevron-down {
    color: #fff !important;
}

html.lp-volt:not(.volt-app) body .app-header .btn-painel-header:hover .account-trigger-copy strong,
html.lp-volt:not(.volt-app) body .app-header .btn-painel-header:hover .account-trigger .ti-chevron-down {
    color: var(--volt-primary) !important;
}

html.lp-volt:not(.volt-app) body .app-header .account-trigger-copy small {
    color: rgba(255, 255, 255, 0.65) !important;
}

html.lp-volt:not([data-theme="dark"]) body .app-footer,
html.lp-volt:not([data-theme="dark"]) body:has(.hl) .app-footer {
    background: #fff !important;
    border-top: 1px solid var(--volt-gray-200) !important;
    color: var(--volt-gray-600) !important;
}

html.lp-volt:not([data-theme="dark"]) body .app-footer .footer-title,
html.lp-volt:not([data-theme="dark"]) body:has(.hl) .app-footer .footer-title {
    color: var(--volt-gray-800) !important;
}

html.lp-volt:not([data-theme="dark"]) body .app-footer .footer-link,
html.lp-volt:not([data-theme="dark"]) body .app-footer .social-icon,
html.lp-volt:not([data-theme="dark"]) body:has(.hl) .app-footer .footer-link,
html.lp-volt:not([data-theme="dark"]) body:has(.hl) .app-footer .social-icon {
    color: var(--volt-gray-600) !important;
}

html.lp-volt:not([data-theme="dark"]) body .app-footer .footer-legal,
html.lp-volt:not([data-theme="dark"]) body .app-footer .footer-legal p,
html.lp-volt:not([data-theme="dark"]) body:has(.hl) .app-footer .footer-legal,
html.lp-volt:not([data-theme="dark"]) body:has(.hl) .app-footer .footer-legal p {
    color: var(--volt-gray-500) !important;
    border-top-color: var(--volt-gray-200) !important;
    opacity: 1 !important;
}

html.lp-volt:not([data-theme="dark"]) body .app-footer .footer-legal a {
    color: var(--volt-orange) !important;
}

html.lp-volt body .app-footer .footer-link:hover,
html.lp-volt body .app-footer .social-icon:hover {
    color: var(--volt-orange) !important;
}

html.lp-volt:not(.volt-app) body:has(.hl) .app-header .dropdown-custom {
    background: #fff !important;
    border: 0 !important;
    box-shadow: var(--volt-shadow-lg) !important;
}

html.lp-volt:not(.volt-app) body:has(.hl) .app-header .dropdown-custom,
html.lp-volt:not(.volt-app) body:has(.hl) .app-header .dropdown-custom a,
html.lp-volt:not(.volt-app) body:has(.hl) .app-header .account-menu-email,
html.lp-volt:not(.volt-app) body:has(.hl) .app-header .account-menu-link {
    color: var(--volt-gray-800) !important;
}

@media (max-width: 900px) {
    html.lp-volt body:has(.hl) .app-primary-nav {
        background: var(--volt-primary) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
    }
}

.lp-volt-page {
    overflow-x: hidden;
    background: var(--volt-gray-100);
}

/* —— Hero = section-header bg-primary text-white + wave —— */
.lpv-hero {
    position: relative;
    min-height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    padding: 48px 0 96px;
    overflow: hidden;
    background: var(--volt-primary);
    color: #fff;
}

.lpv-hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    margin: 0;
    line-height: 0;
    z-index: 1;
}

.lpv-hero-wave svg {
    display: block;
    width: 100%;
    height: 72px;
}

.lpv-hero .container {
    position: relative;
    z-index: 2;
}

.lpv-kicker {
    margin: 0 0 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--volt-secondary);
}

.lpv-title {
    margin: 0 0 16px;
    font-size: clamp(2.1rem, 5vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.1;
    color: #fff;
}

.lpv-title span,
.lpv-section-title span {
    color: var(--volt-orange);
}

.lpv-lead {
    margin: 0 0 24px;
    max-width: 34rem;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--volt-gray-500);
}

.lpv-hero .lpv-lead {
    color: rgba(255, 255, 255, 0.65);
}

.lpv-lead-center {
    margin-left: auto;
    margin-right: auto;
}

.lpv-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.lpv-actions-center {
    justify-content: center;
}

html.lp-volt .lp-volt-page .btn {
    min-height: 44px;
    padding: 0.65rem 1.15rem;
    border-radius: var(--volt-radius);
    font-weight: 600;
    box-shadow: none;
}

html.lp-volt .lp-volt-page .btn-primary {
    background: var(--volt-orange) !important;
    border-color: var(--volt-orange) !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(255, 102, 0, 0.25) !important;
}

html.lp-volt .lp-volt-page .btn-primary:hover {
    filter: brightness(1.05);
}

html.lp-volt .lp-volt-page .btn-secondary {
    background: var(--volt-secondary) !important;
    border-color: var(--volt-secondary) !important;
    color: var(--volt-gray-800) !important;
}

html.lp-volt .lp-volt-page .btn-secondary:hover {
    filter: brightness(1.04);
    color: var(--volt-gray-800) !important;
}

html.lp-volt .lp-volt-page .btn-gray-800 {
    background: var(--volt-gray-800) !important;
    border-color: var(--volt-gray-800) !important;
    color: #fff !important;
}

html.lp-volt .lp-volt-page .btn-gray-800:hover {
    background: #111827 !important;
    color: #fff !important;
}

html.lp-volt .lp-volt-page .lpv-hero .btn-gray-800 {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

html.lp-volt .lp-volt-page .lpv-hero .btn-gray-800:hover {
    background: #fff !important;
    color: var(--volt-primary) !important;
}

.lpv-section {
    padding: 56px 0 64px;
}

.lpv-section-overlap {
    margin-top: -40px;
    position: relative;
    z-index: 3;
}

.lpv-section-alt {
    background: var(--volt-gray-100);
}

.lpv-head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 36px;
}

.lpv-section-title {
    margin: 0 0 12px;
    font-size: clamp(1.7rem, 3vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--volt-gray-800);
}

.lpv-legal {
    margin: 28px 0 0;
    font-size: 0.8125rem;
    color: var(--volt-gray-500);
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.lpv-legal a {
    color: var(--volt-orange);
    font-weight: 600;
}

/* —— Cards = Volt: border 0, radius .5rem, shadow-lg —— */
html.lp-volt .lp-volt-page .card,
html.lp-volt .lpv-widget,
html.lp-volt .lpv-tool,
html.lp-volt .lpv-plan {
    border: 0 !important;
    border-radius: var(--volt-radius) !important;
    background: #fff !important;
    color: var(--volt-gray-700);
    box-shadow: var(--volt-shadow-lg) !important;
}

html.lp-volt .lpv-widget .h6,
html.lp-volt .lpv-widget .small {
    color: var(--volt-gray-800);
}

html.lp-volt .lpv-widget .text-muted,
html.lp-volt .lpv-widget .small.text-muted {
    color: var(--volt-gray-500) !important;
}

/* icon-shape bg-white shadow-lg rounded — Volt landing */
html.lp-volt .lp-volt-page .icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: var(--volt-radius);
    background: #fff;
    color: var(--volt-secondary);
    font-size: 1.35rem;
    box-shadow: var(--volt-shadow-lg);
}

.lpv-tool h3 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--volt-gray-800);
}

.lpv-tool p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--volt-gray-500);
}

.lpv-plan .card-body {
    padding: 1.5rem;
}

.lpv-badge {
    display: inline-flex;
    align-items: center;
    min-height: 1.4rem;
    margin-bottom: 12px;
    padding: 0.2rem 0.65rem;
    border-radius: 50rem;
    background: var(--volt-gray-100);
    color: var(--volt-gray-600);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.lpv-badge-ghost {
    visibility: hidden;
}

.lpv-badge-hot {
    background: var(--volt-secondary);
    color: var(--volt-gray-800);
}

.lpv-plan h3 {
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--volt-gray-800);
}

.lpv-price {
    font-size: 2.15rem;
    font-weight: 800;
    line-height: 1;
    color: var(--volt-gray-800);
}

.lpv-price small {
    font-size: 1.05rem;
}

.lpv-price-old {
    margin-bottom: 4px;
    font-size: 0.875rem;
    color: var(--volt-gray-500);
    text-decoration: line-through;
}

.lpv-note {
    margin: 10px 0 18px;
    font-size: 0.85rem;
    color: var(--volt-gray-500);
}

.lpv-list {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    flex: 1;
}

.lpv-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 0.85rem;
    line-height: 1.45;
    color: var(--volt-gray-700);
}

.lpv-list i {
    margin-top: 2px;
    color: #10B981;
    flex: 0 0 auto;
}

.lpv-plan-hot {
    box-shadow: 0 1rem 3rem rgba(255, 102, 0, 0.18) !important;
}

/* Base da Rodada no hero: sem card, campinho = Escalações Prováveis */
html.lp-volt .lpv-base-visual {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

html.lp-volt .lpv-base-head {
    text-align: center;
    margin: 0 auto 14px;
}

html.lp-volt .lpv-base-title {
    margin: 0;
    font-family: "Inter", system-ui, sans-serif !important;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: none !important;
    color: #fff;
}

html.lp-volt .lpv-base-sub {
    margin: 4px 0 0;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.68);
}

html.lp-volt .hl-visual-base {
    background: transparent !important;
    border: none;
    padding: 0;
    box-shadow: none !important;
}

html.lp-volt .lpv-prov-pitch-wrap {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    aspect-ratio: 105 / 68;
    border-radius: 4px;
    overflow: visible;
    background: #2f7a3a;
    border: none;
}

html.lp-volt .lpv-prov-pitch {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
}

html.lp-volt .lpv-prov-players {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: visible;
}

html.lp-volt .lpv-prov-pitch-wrap .hub-mapa-prov-player {
    position: absolute;
    transform: translate(-50%, -42%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    max-width: 64px;
    text-align: center;
    z-index: 1;
}

html.lp-volt .lpv-prov-pitch-wrap .hub-mapa-prov-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid rgba(255, 255, 255, 0.92);
    background: #1a3d20;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

html.lp-volt .lpv-prov-pitch-wrap .hub-mapa-prov-name {
    font-size: 0.58rem;
    font-weight: 700;
    color: #f8fafc;
    line-height: 1.1;
    max-width: 64px;
    white-space: normal;
    word-break: break-word;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

html.lp-volt .lpv-prov-block {
    width: 100%;
}

html.lp-volt .lpv-prov-formacao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin: 12px 0 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

html.lp-volt .lpv-prov-formacao span {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    opacity: 0.62;
}

html.lp-volt .lpv-prov-formacao strong {
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    opacity: 0.92;
}

html.lp-volt .hl-jogadores-teaser {
    max-width: none;
    margin: 0;
}

html.lp-volt .hl-teaser-toolbar .hub-pos-pill,
html.lp-volt .hl-jogadores-teaser .hub-pos-pill {
    background: var(--volt-gray-100) !important;
    border-color: var(--volt-gray-200) !important;
    color: var(--volt-gray-700) !important;
}

html.lp-volt .hl-teaser-toolbar .hub-pos-pill.ativo,
html.lp-volt .hl-jogadores-teaser .hub-pos-pill.ativo,
html.lp-volt .hl-teaser-toolbar .hub-pos-pill:hover,
html.lp-volt .hl-jogadores-teaser .hub-pos-pill:hover {
    background: var(--volt-orange-soft) !important;
    border-color: var(--volt-orange) !important;
    color: var(--volt-orange) !important;
}

@media (max-width: 767.98px) {
    .lpv-hero {
        min-height: 0;
        padding: 28px 0 72px;
    }

    .lpv-hero-wave svg {
        height: 48px;
    }

    .lpv-section {
        padding: 40px 0;
    }

    .lpv-section-overlap {
        margin-top: -24px;
    }

    .lpv-actions .btn {
        width: 100%;
    }

    html.lp-volt .lpv-hero .row {
        --bs-gutter-x: 1rem;
        margin-left: 0;
        margin-right: 0;
    }

    html.lp-volt .lpv-hero .row > [class*="col-"] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        max-width: 100%;
    }

    html.lp-volt .lpv-prov-pitch-wrap {
        max-width: 100%;
    }
}


/* Light — tabela top-5 e cards (hero-lab força texto claro) */
html.lp-volt:not([data-theme="dark"]) .lpv-section-title,
html.lp-volt:not([data-theme="dark"]) .lpv-tool h3,
html.lp-volt:not([data-theme="dark"]) .lpv-plan h3,
html.lp-volt:not([data-theme="dark"]) .lpv-price,
html.lp-volt:not([data-theme="dark"]) .lpv-widget .h6 {
    color: var(--volt-gray-800) !important;
}

html.lp-volt:not([data-theme="dark"]) .lpv-lead,
html.lp-volt:not([data-theme="dark"]) .lpv-tool p,
html.lp-volt:not([data-theme="dark"]) .lpv-note,
html.lp-volt:not([data-theme="dark"]) .lpv-price-old {
    color: var(--volt-gray-500) !important;
}

html.lp-volt:not([data-theme="dark"]) .lpv-list li {
    color: var(--volt-gray-700) !important;
}

html.lp-volt:not([data-theme="dark"]) .hl-teaser-table,
html.lp-volt:not([data-theme="dark"]) .hl-teaser-table th,
html.lp-volt:not([data-theme="dark"]) .hl-teaser-table td,
html.lp-volt:not([data-theme="dark"]) .hl-teaser-table thead th,
html.lp-volt:not([data-theme="dark"]) .hl-teaser-table .hub-cs-name,
html.lp-volt:not([data-theme="dark"]) .hl-teaser-table .hub-pin-rank {
    color: var(--volt-gray-800) !important;
}

html.lp-volt:not([data-theme="dark"]) .hl-teaser-table .hub-cs-pos,
html.lp-volt:not([data-theme="dark"]) .hl-teaser-hint,
html.lp-volt:not([data-theme="dark"]) .lpv-widget .text-muted,
html.lp-volt:not([data-theme="dark"]) .lpv-widget .small {
    color: var(--volt-gray-500) !important;
}

html.lp-volt:not([data-theme="dark"]) .hl-teaser-table thead th,
html.lp-volt:not([data-theme="dark"]) .hl-teaser-table td {
    border-color: var(--volt-gray-200) !important;
}

html.lp-volt:not([data-theme="dark"]) .hl-teaser-table tbody tr:hover td {
    background: rgba(17, 24, 39, 0.03) !important;
}

/* Dark mode — landing inteira, não só os cards */
html.lp-volt[data-theme="dark"] .lp-volt-page,
html.lp-volt[data-theme="dark"] .lpv-section,
html.lp-volt[data-theme="dark"] .lpv-section-alt {
    background: var(--ds-bg, #121212) !important;
    color: var(--ds-ink-body, #e8edf5);
}

html.lp-volt[data-theme="dark"] .lpv-hero-wave path {
    fill: var(--ds-bg, #121212) !important;
}

html.lp-volt[data-theme="dark"] .lpv-section-title,
html.lp-volt[data-theme="dark"] .lpv-tool h3,
html.lp-volt[data-theme="dark"] .lpv-plan h3,
html.lp-volt[data-theme="dark"] .lpv-price,
html.lp-volt[data-theme="dark"] .lpv-widget .h6,
html.lp-volt[data-theme="dark"] .hl-teaser-table,
html.lp-volt[data-theme="dark"] .hl-teaser-table th,
html.lp-volt[data-theme="dark"] .hl-teaser-table td,
html.lp-volt[data-theme="dark"] .hl-teaser-table .hub-cs-name,
html.lp-volt[data-theme="dark"] .hl-teaser-table .hub-pin-rank {
    color: #f8fafc !important;
}

html.lp-volt[data-theme="dark"] .lp-volt-page .card,
html.lp-volt[data-theme="dark"] .lpv-widget,
html.lp-volt[data-theme="dark"] .lpv-tool,
html.lp-volt[data-theme="dark"] .lpv-plan {
    background: var(--ds-bg-elevated, #202020) !important;
    color: #e8edf5;
}

html.lp-volt[data-theme="dark"] .lpv-lead,
html.lp-volt[data-theme="dark"] .lpv-tool p,
html.lp-volt[data-theme="dark"] .lpv-note,
html.lp-volt[data-theme="dark"] .lpv-price-old,
html.lp-volt[data-theme="dark"] .lpv-widget .text-muted,
html.lp-volt[data-theme="dark"] .hl-teaser-hint,
html.lp-volt[data-theme="dark"] .hl-teaser-table .hub-cs-pos {
    color: #a1a1aa !important;
}

html.lp-volt[data-theme="dark"] .lpv-list li {
    color: #d4d4d8 !important;
}

html.lp-volt[data-theme="dark"] .lpv-badge {
    background: #374151;
    color: #e8edf5;
}

html.lp-volt[data-theme="dark"] body .app-footer,
html.lp-volt[data-theme="dark"] body:has(.hl) .app-footer {
    background: var(--ds-bg-elevated, #202020) !important;
    border-top-color: var(--ds-border, #343434) !important;
    color: #a1a1aa !important;
}

html.lp-volt[data-theme="dark"] body .app-footer .footer-title,
html.lp-volt[data-theme="dark"] body .app-footer .footer-link,
html.lp-volt[data-theme="dark"] body .app-footer .social-icon {
    color: #e8edf5 !important;
}

html.lp-volt[data-theme="dark"] body .app-footer .footer-legal {
    color: #a1a1aa !important;
    border-top-color: var(--ds-border, #343434) !important;
}

html.lp-volt[data-theme="dark"] .icon-shape {
    background: #374151 !important;
    color: var(--volt-secondary) !important;
}
