/* =========================================================
   LETS TRADING — LIGHT UI
   Loaded last, after every parent stylesheet. Its job is the
   part tokens can't reach: the ~123 hardcoded dark/gold values
   in the parent sheets, the dark-only rgba overlays, and the
   component shapes for the new layout.
   ========================================================= */

/* ---------------------------------------------------------
   1. BASE
   --------------------------------------------------------- */
html, body {
    background: var(--bg-base);
    color: var(--text-primary);
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--text-primary);
    letter-spacing: -0.022em;
    line-height: 1.15;
    font-weight: 700;
}

h1 { font-size: clamp(2.25rem, 5vw, 3.75rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.75rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.4rem); }

p { color: var(--text-secondary); }

a { color: var(--color-primary); }
a:hover { color: var(--color-primary-hover); }

::selection { background: #D7E3FF; color: var(--color-secondary); }

.container {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 24px;
}

/* Generous vertical rhythm, and alternating surfaces. */
.section { padding-block: clamp(56px, 8vw, 104px); background: var(--bg-base); }
.section--alt,
.how-it-works-section,
.benefits-section { background: var(--bg-subtle); }

.section-header { margin-bottom: clamp(32px, 5vw, 56px); }

.section-label {
    display: inline-block;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--color-primary);
    background: var(--color-primary-soft);
    border-radius: 999px;
    padding: 6px 14px;
    margin-bottom: 16px;
}

.section-title { color: var(--text-primary); }
.section-subtitle,
.section-desc { color: var(--text-secondary); max-width: 62ch; margin-inline: auto; }

.text-muted, .text-secondary { color: var(--text-muted) !important; }

/* ---------------------------------------------------------
   2. TEXT-ON-PRIMARY
   The parent used near-black text on its yellow primary. On a
   blue primary that is unreadable — flip those to white.
   --------------------------------------------------------- */
.lt-nav-pill:hover,
.market-tab.is-active,
.wc-sidebar .widget_price_filter .price_slider_amount .button,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #FFFFFF !important;
}

/* ---------------------------------------------------------
   3. BUTTONS
   --------------------------------------------------------- */
.btn,
button.btn,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: .9375rem;
    line-height: 1;
    border-radius: var(--radius-sm);
    border: 1px solid transparent;
    padding: 13px 22px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.btn-primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce #respond input#submit,
.woocommerce .single_add_to_cart_button {
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #FFFFFF !important;
    box-shadow: 0 1px 2px rgba(37, 99, 235, .24);
}

.btn-primary:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover {
    background: var(--color-primary-hover) !important;
    border-color: var(--color-primary-hover) !important;
    color: #FFFFFF !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(37, 99, 235, .26);
}

.btn-ghost,
.btn-secondary,
.btn-outline,
.woocommerce a.button:not(.alt),
.woocommerce button.button:not(.alt) {
    background: #FFFFFF !important;
    color: var(--color-primary) !important;
    border: 1px solid var(--border-strong) !important;
    box-shadow: var(--shadow-sm);
}

.btn-ghost:hover,
.btn-secondary:hover,
.btn-outline:hover,
.woocommerce a.button:not(.alt):hover,
.woocommerce button.button:not(.alt):hover {
    background: var(--color-primary-soft) !important;
    border-color: var(--color-primary) !important;
    color: var(--color-primary-hover) !important;
}

.btn-xl { padding: 16px 30px; font-size: 1rem; }
.btn-lg { padding: 14px 26px; }
.btn-sm { padding: 9px 16px; font-size: .875rem; }

.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* ---------------------------------------------------------
   4. CARDS & SURFACES
   Replaces the parent's dark glass panels with flat white.
   --------------------------------------------------------- */
.card,
.how-it-works-card,
.feature-card,
.benefit-card,
.earning-card,
.faq-item,
.hero-price-card,
.hero-mini-card,
.news-card,
.coin-card,
.widget,
.woocommerce ul.products li.product,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-MyAccount-content,
.woocommerce-order,
.wc-block-components-panel {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-card);
    color: var(--text-primary);
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

.card:hover,
.how-it-works-card:hover,
.feature-card:hover,
.benefit-card:hover,
.earning-card:hover,
.hero-mini-card:hover,
.woocommerce ul.products li.product:hover {
    box-shadow: var(--shadow-card-hover);
    border-color: var(--border-strong) !important;
    transform: translateY(-2px);
}

/* Parent used white-on-dark tints for inner wells; invert them. */
.card [style*="rgba(255,255,255,0.05)"],
.card [style*="rgba(255, 255, 255, 0.05)"],
.hero-price-card [style*="rgba(255,255,255,0.05)"],
.hero-price-card [style*="rgba(255, 255, 255, 0.05)"] {
    background: var(--bg-subtle) !important;
    border: 1px solid var(--border-color);
}

/* ---------------------------------------------------------
   5. HEADER / NAV
   --------------------------------------------------------- */
.lt-header,
.site-header,
.lt-navbar,
.lt-header-inner {
    background: rgba(255, 255, 255, .88) !important;
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid var(--border-color) !important;
    box-shadow: none !important;
}

/* :not(.btn) matters — without it this rule outranks .btn-primary
   (0,1,1 vs 0,1,0, both important) and repaints header buttons. */
.lt-nav-link,
.lt-header a:not(.btn):not(.custom-logo-link),
.lt-menu a:not(.btn) {
    color: var(--text-secondary) !important;
    font-weight: 500;
}

.lt-nav-link:hover,
.lt-header a:not(.btn):not(.custom-logo-link):hover,
.lt-menu a:not(.btn):hover,
.lt-nav-link.is-active {
    color: var(--color-primary) !important;
}

.lt-ticker,
.lt-ticker-bar {
    background: var(--bg-subtle) !important;
    border-bottom: 1px solid var(--border-color) !important;
    color: var(--text-secondary) !important;
}

.lt-mobile-menu,
.lt-dropdown,
.sub-menu {
    background: #FFFFFF !important;
    border: 1px solid var(--border-color) !important;
    box-shadow: var(--shadow-card-hover) !important;
    border-radius: var(--radius-md);
}

.lt-hamburger span,
.lt-menu-toggle span { background: var(--text-primary) !important; }

/* ---------------------------------------------------------
   6. HERO
   Strips the dark grid + neon glows the parent painted behind
   the hero, which read as smudges on a white ground.
   --------------------------------------------------------- */
.hero-section {
    position: relative;
    background:
        radial-gradient(900px 420px at 78% 8%, #EAF1FF 0%, rgba(234,241,255,0) 62%),
        radial-gradient(700px 380px at 8% 0%, #F3EEFF 0%, rgba(243,238,255,0) 60%),
        linear-gradient(180deg, #FBFCFE 0%, #FFFFFF 72%) !important;
    border-bottom: 1px solid var(--border-color);
    /* The parent pinned this to 100vh, which pushed everything below the fold. */
    min-height: 0 !important;
    padding-block: clamp(64px, 7vw, 104px) clamp(56px, 6vw, 88px) !important;
    overflow: visible;
}

.hero-grid,
.hero-glow,
.hero-glow-1,
.hero-glow-2,
.cta-bg-orb { display: none !important; }

.hero-title { color: var(--text-primary) !important; }

.hero-title-highlight {
    background-image: linear-gradient(115deg, #2563EB 0%, #4F46E5 46%, #7C3AED 100%) !important;
    background-color: transparent !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    display: inline-block;
}

/* No gradient support (or forced-colors): fall back to a solid brand colour. */
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
    .hero-title-highlight {
        -webkit-text-fill-color: var(--color-primary) !important;
        color: var(--color-primary) !important;
        background-image: none !important;
    }
}

.hero-subtitle { color: var(--text-secondary) !important; font-size: 1.125rem; max-width: 60ch; }

.hero-badge {
    background: var(--color-primary-soft) !important;
    border: 1px solid #D7E3FF !important;
    color: var(--color-primary) !important;
    border-radius: 999px;
    font-weight: 600;
}
.hero-badge-dot { background: var(--color-primary) !important; }

.hero-trust { color: var(--text-muted); }
.trust-divider { background: var(--border-color) !important; }

.hero-scroll-hint { color: var(--text-muted) !important; }
.scroll-mouse { border-color: var(--border-strong) !important; }
.scroll-wheel { background: var(--text-muted) !important; }

/* ---------------------------------------------------------
   7. FOOTER
   --------------------------------------------------------- */
.lt-footer,
.site-footer {
    background: #0B1524 !important;
    border-top: 1px solid #16233A !important;
    color: #A9B6C8 !important;
}
.lt-footer h1, .lt-footer h2, .lt-footer h3, .lt-footer h4,
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4,
.lt-footer-title { color: #FFFFFF !important; }
.lt-footer a, .site-footer a { color: #A9B6C8 !important; }
.lt-footer a:hover, .site-footer a:hover { color: #FFFFFF !important; }
.lt-footer-bottom { border-top: 1px solid #16233A !important; color: #7C8AA0 !important; }

/* ---------------------------------------------------------
   8. FORMS
   --------------------------------------------------------- */
input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"], input[type="search"],
input[type="url"], input[type="date"], select, textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
    background: #FFFFFF !important;
    border: 1px solid var(--border-strong) !important;
    color: var(--text-primary) !important;
    border-radius: var(--radius-sm) !important;
    padding: 11px 14px;
    font-family: var(--font-sans);
    font-size: .9375rem;
    box-shadow: none !important;
}

input::placeholder, textarea::placeholder { color: #9AA7B8 !important; }

input:focus, select:focus, textarea:focus {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .14) !important;
}

label { color: var(--text-primary); font-weight: 500; }

/* ---------------------------------------------------------
   9. TABLES / WOOCOMMERCE CHROME
   --------------------------------------------------------- */
table, .woocommerce table.shop_table, .woocommerce table.shop_attributes {
    background: #FFFFFF !important;
    border: 1px solid var(--border-color) !important;
    border-radius: var(--radius-md);
    border-collapse: separate;
    border-spacing: 0;
    color: var(--text-primary) !important;
}
th { background: var(--bg-subtle) !important; color: var(--text-primary) !important; font-weight: 600; }
td, th { border-color: var(--border-color) !important; }

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
    background: var(--bg-subtle) !important;
    border-top: 3px solid var(--color-primary) !important;
    color: var(--text-primary) !important;
    border-radius: var(--radius-sm);
}
.woocommerce .woocommerce-error { border-top-color: var(--color-danger) !important; }

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--text-primary) !important;
    font-weight: 700;
}

.woocommerce-MyAccount-navigation ul li a {
    color: var(--text-secondary) !important;
    border-radius: var(--radius-sm);
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background: var(--color-primary-soft) !important;
    color: var(--color-primary) !important;
}

/* ---------------------------------------------------------
   10. GOLD → BLUE
   The three non-tokenised sheets (subscription-duration,
   subscription-options, terms-modal) hardcode the old palette.
   --------------------------------------------------------- */
.lt-duration-select,
.lt-subscription-select,
select.lt-duration-select {
    background: #FFFFFF !important;
    color: var(--text-primary) !important;
    border: 1px solid var(--border-strong) !important;
}

.lt-subscription-option {
    background: #FFFFFF !important;
    border: 1px solid var(--border-color) !important;
    border-radius: var(--radius-lg) !important;
    color: var(--text-primary) !important;
}
.lt-subscription-option:hover {
    background: var(--color-primary-soft) !important;
    box-shadow: var(--shadow-card-hover) !important;
    border-color: #D7E3FF !important;
}
.lt-subscription-option.active {
    border-color: var(--color-primary) !important;
    background: var(--color-primary-soft) !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .12) !important;
}
.lt-option-price { color: var(--color-primary) !important; }
.lt-option-badge { background: var(--color-primary) !important; color: #FFFFFF !important; }

.lt-terms-link { color: var(--color-primary) !important; }
.lt-terms-link:hover { color: var(--color-primary-hover) !important; }
.lt-terms-modal, .lt-modal-content {
    background: #FFFFFF !important;
    color: var(--text-primary) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-card-hover) !important;
}
.lt-modal-overlay { background: rgba(11, 21, 36, .45) !important; }

/* ---------------------------------------------------------
   11. FAQ / CTA
   --------------------------------------------------------- */
.faq-item { background: #FFFFFF !important; }
.faq-question { color: var(--text-primary) !important; font-weight: 600; }
.faq-answer { color: var(--text-secondary) !important; }

.cta-section {
    background: linear-gradient(135deg, #1D4ED8 0%, #2563EB 55%, #4F46E5 100%) !important;
    border: 0 !important;
    border-radius: 0;
}
.cta-title, .cta-desc, .cta-footnote, .cta-section .text-muted {
    color: #FFFFFF !important;
}
.cta-desc, .cta-footnote { opacity: .88; }
.cta-section .btn-primary {
    background: #FFFFFF !important;
    color: var(--color-primary) !important;
    border-color: #FFFFFF !important;
}
.cta-section .btn-primary:hover { background: #EFF4FF !important; color: var(--color-primary-hover) !important; }
.cta-section .btn-ghost {
    background: transparent !important;
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, .55) !important;
}
.cta-section .btn-ghost:hover { background: rgba(255, 255, 255, .12) !important; border-color: #FFFFFF !important; }

/* Icon chips across the home sections. */
.step-icon, .feature-icon, .benefit-icon, .earning-icon {
    color: var(--color-primary) !important;
}
.step-circle {
    background: var(--color-primary) !important;
    color: #FFFFFF !important;
}
.step-badge {
    background: var(--color-primary-soft) !important;
    color: var(--color-primary) !important;
    border: 1px solid #D7E3FF !important;
}

/* =========================================================
   12. NEW SECTIONS
   ========================================================= */

/* ---- Social proof strip ---- */
.ltl-proof {
    background: #FFFFFF;
    border-bottom: 1px solid var(--border-color);
    padding-block: 40px;
}
.ltl-proof-label {
    text-align: center;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 24px;
}
.ltl-proof-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 6vw, 64px);
}
.ltl-proof-item {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #94A3B8;
    filter: grayscale(1);
    transition: color .2s ease, opacity .2s ease;
}
.ltl-proof-item:hover { color: var(--text-secondary); }

/* ---- Stat band ---- */
.ltl-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    text-align: center;
}
.ltl-stat-value {
    font-family: var(--font-mono);
    font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.1;
}
.ltl-stat-label { color: var(--text-muted); font-size: .9375rem; margin-top: 6px; }

/* ---- Strategy template cards ---- */
.ltl-templates {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
    gap: 24px;
}
.ltl-tpl {
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 26px;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.ltl-tpl:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-3px);
    border-color: var(--border-strong);
}
.ltl-tpl-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ltl-tpl-icon {
    width: 42px; height: 42px;
    display: grid; place-items: center;
    border-radius: var(--radius-md);
    background: var(--color-primary-soft);
    color: var(--color-primary);
    flex: none;
}
.ltl-tag {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--bg-subtle);
    color: var(--text-muted);
    border: 1px solid var(--border-color);
    white-space: nowrap;
}
.ltl-tag--low  { background: #E8F7F1; color: #0B7D5E; border-color: #C7EBDD; }
.ltl-tag--mid  { background: #FFF6E5; color: #A16207; border-color: #FBE3B4; }
.ltl-tag--high { background: #FDECEC; color: #B42318; border-color: #F8D2D0; }
.ltl-tpl-title { font-size: 1.0625rem; font-weight: 700; color: var(--text-primary); margin: 0; }
.ltl-tpl-desc { font-size: .9375rem; color: var(--text-secondary); margin: 0; flex: 1; }
.ltl-tpl-foot {
    display: flex; align-items: center; justify-content: space-between;
    border-top: 1px solid var(--border-color);
    padding-top: 14px;
    font-size: .875rem;
}
.ltl-tpl-metric { color: var(--text-muted); }
.ltl-tpl-metric strong { color: var(--color-success); font-family: var(--font-mono); }

/* ---- Exchange / broker logo grid ---- */
.ltl-exchanges {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}
.ltl-exchange {
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 24px 16px;
    text-align: center;
    font-weight: 600;
    color: var(--text-secondary);
    transition: border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.ltl-exchange:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
    box-shadow: var(--shadow-card);
}

/* ---- Testimonials ---- */
.ltl-quotes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}
.ltl-quote {
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.ltl-quote-stars { color: #F5A524; letter-spacing: 2px; font-size: .9375rem; }
.ltl-quote-text { color: var(--text-primary); font-size: 1rem; line-height: 1.7; margin: 0; }
.ltl-quote-who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.ltl-avatar {
    width: 42px; height: 42px; border-radius: 50%;
    display: grid; place-items: center;
    background: var(--color-primary-soft);
    color: var(--color-primary);
    font-weight: 700;
    flex: none;
}
.ltl-quote-name { font-weight: 600; color: var(--text-primary); font-size: .9375rem; line-height: 1.3; }
.ltl-quote-role { color: var(--text-muted); font-size: .8125rem; }

/* ---- Hero product frame ---- */
.ltl-shot {
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-color);
    background: #FFFFFF;
    box-shadow: 0 24px 70px rgba(11, 21, 36, .13);
    overflow: hidden;
}
.ltl-shot-bar {
    display: flex; align-items: center; gap: 7px;
    padding: 13px 16px;
    background: var(--bg-subtle);
    border-bottom: 1px solid var(--border-color);
}
.ltl-dot { width: 11px; height: 11px; border-radius: 50%; background: #D7DEE8; }
.ltl-shot-body { padding: 22px; }
.ltl-shot-row {
    display: flex; align-items: center; justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid var(--border-color);
    font-size: .9375rem;
}
.ltl-shot-row:last-child { border-bottom: 0; }
.ltl-shot-pair { font-weight: 600; color: var(--text-primary); }
.ltl-shot-num { font-family: var(--font-mono); color: var(--text-secondary); }
.ltl-up   { color: var(--color-success); font-family: var(--font-mono); font-weight: 600; }
.ltl-down { color: var(--color-danger);  font-family: var(--font-mono); font-weight: 600; }

/* ---------------------------------------------------------
   13. RESPONSIVE
   --------------------------------------------------------- */
@media (max-width: 900px) {
    .hero-container { grid-template-columns: 1fr !important; gap: 40px; }
    .hero-subtitle { margin-inline: auto; }
}

@media (max-width: 640px) {
    .container { padding-inline: 18px; }
    .section { padding-block: 48px; }
    .ltl-proof-row { gap: 22px; }
    .btn-xl { padding: 14px 22px; font-size: .9375rem; }
    .hero-cta-group { flex-direction: column; align-items: stretch; }
    .hero-cta-group .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .001ms !important;
        transition-duration: .001ms !important;
    }
    .card:hover, .ltl-tpl:hover, .btn-primary:hover { transform: none; }
}

/* =========================================================
   14. RELIABILITY — never let content depend on JS to be seen
   The parent hides .animate-on-scroll at opacity 0 and reveals
   it with an IntersectionObserver. If the observer never fires
   (JS error, bot, reduced-motion, print) the page reads blank.
   Content is visible by default; motion is the enhancement.
   ========================================================= */
.animate-on-scroll,
.animate-fadeInUp,
.animate-fadeIn {
    opacity: 1 !important;
    animation-fill-mode: none !important;
}
.animate-on-scroll { transform: none !important; }
.animate-on-scroll.in-view { opacity: 1 !important; }

@media print {
    .lt-header, .lt-ticker, .lt-footer, .hero-visual { display: none !important; }
    * { box-shadow: none !important; }
}

/* =========================================================
   15. POLISH
   ========================================================= */

/* --- Hero layout: two columns, text left, product frame right --- */
.hero-container {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    align-items: center;
    gap: clamp(32px, 5vw, 72px);
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: clamp(2.4rem, 4.6vw, 3.9rem);
    line-height: 1.06;
    letter-spacing: -0.035em;
    margin-bottom: 22px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 15px 7px 12px;
    font-size: .8125rem;
    margin-bottom: 26px;
    box-shadow: 0 1px 2px rgba(37, 99, 235, .06);
}
.hero-badge-dot {
    width: 7px; height: 7px; border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .16);
}

.hero-subtitle { margin-bottom: 32px; line-height: 1.68; }

.hero-cta-group { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }

.hero-trust {
    display: flex; flex-wrap: wrap; align-items: center; gap: 14px;
    font-size: .875rem; font-weight: 500;
    padding-top: 26px;
    border-top: 1px solid var(--border-color);
}
.hero-trust .trust-item { display: inline-flex; align-items: center; gap: 7px; color: var(--text-secondary); }
.hero-trust svg { color: var(--color-success); flex: none; }
.trust-divider { width: 1px; height: 14px; }

/* Product frame gets a soft cast shadow so it sits on the page. */
.hero-visual { position: relative; }
.hero-visual::after {
    content: "";
    position: absolute;
    inset: auto 8% -22px 8%;
    height: 40px;
    background: radial-gradient(50% 100% at 50% 0%, rgba(37, 99, 235, .16) 0%, rgba(37, 99, 235, 0) 70%);
    filter: blur(6px);
    z-index: -1;
}
.ltl-shot-row:hover { background: var(--bg-subtle); }

/* --- Section headers --- */
.section-title {
    font-size: clamp(1.85rem, 3.2vw, 2.6rem);
    letter-spacing: -0.028em;
    margin-bottom: 14px;
}
.section-desc, .section-subtitle { font-size: 1.0625rem; line-height: 1.7; }
.text-center .section-desc { margin-inline: auto; }

/* Hairline between stacked light sections so they don't run together. */
.section + .section { border-top: 1px solid transparent; }
.section--alt + .section, .section + .section--alt { border-top: 1px solid var(--border-color); }

/* --- Grids from the parent, retuned --- */
.how-it-works-grid,
.features-grid,
.benefits-grid,
.earning-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)) !important;
    gap: 24px !important;
    align-items: stretch;
}

.how-it-works-card,
.feature-card,
.benefit-card,
.earning-card {
    padding: 30px 26px !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.step-title, .feature-title, .benefit-title, .earning-title {
    font-size: 1.0625rem; font-weight: 700; color: var(--text-primary); margin: 0;
}
.step-desc, .feature-desc, .benefit-desc, .earning-desc {
    color: var(--text-secondary); font-size: .9375rem; line-height: 1.65; margin: 0;
}

/* Icon chips */
.step-icon svg, .feature-icon svg, .benefit-icon svg, .earning-icon svg {
    width: 26px; height: 26px;
}
.step-icon, .feature-icon, .benefit-icon, .earning-icon {
    width: 48px; height: 48px;
    display: grid; place-items: center;
    border-radius: var(--radius-md);
    background: var(--color-primary-soft) !important;
    border: 1px solid #DCE7FF;
}

.step-number { margin-bottom: 4px; }
.step-circle {
    width: 28px; height: 28px;
    display: grid; place-items: center;
    border-radius: 50%;
    font-size: .8125rem; font-weight: 700;
}
.step-badge {
    align-self: flex-start;
    font-size: .75rem; font-weight: 600;
    padding: 5px 11px; border-radius: 999px;
}

/* --- FAQ --- */
.faq-item { padding: 4px 22px !important; margin-bottom: 12px; }
.faq-question { padding-block: 18px; font-size: 1rem; cursor: pointer; }
.faq-answer { padding-bottom: 18px; }
.faq-item[open], .faq-item.is-open { border-color: var(--color-primary) !important; }

/* --- Closing CTA --- */
.cta-section { padding-block: clamp(64px, 8vw, 104px) !important; text-align: center; }
.cta-title { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin-bottom: 14px; }
.cta-desc { font-size: 1.0625rem; max-width: 58ch; margin: 0 auto 30px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.cta-footnote { margin-top: 20px; font-size: .875rem; }

/* --- Scrollbar --- */
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--bg-subtle); }
::-webkit-scrollbar-thumb { background: #C8D2E0; border-radius: 999px; border: 3px solid var(--bg-subtle); }
::-webkit-scrollbar-thumb:hover { background: #A8B6C8; }

@media (max-width: 900px) {
    .hero-container { grid-template-columns: 1fr !important; }
    .hero-visual { order: 2; }
    .hero-content { order: 1; }
}

/* =========================================================
   16. TEXT-FILL & CASCADE FIXES
   Two things were washing headings out:
   a) The parent paints .section-title (and .cta-title-highlight)
      with a gold gradient + -webkit-text-fill-color:transparent.
      text-fill-color beats `color`, so setting colour alone did
      nothing — the fill has to be reset explicitly.
   b) Elementor's global kit (.elementor-kit-22 h1…) outranks a
      bare `h1` selector, so heading colours need !important.
   ========================================================= */
h1, h2, h3, h4, h5, h6,
.elementor-kit-22 h1, .elementor-kit-22 h2, .elementor-kit-22 h3,
.hero-title, .section-title, .cta-title,
.step-title, .feature-title, .benefit-title, .earning-title,
.ltl-tpl-title, .faq-question {
    color: var(--text-primary) !important;
    -webkit-text-fill-color: currentColor !important;
}

/* Kill the gold gradient fills the parent applied to headings. */
.section-title,
.cta-title-highlight,
.gradient-text {
    background-image: none !important;
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
}

/* …but the hero highlight keeps its (blue) gradient. */
.hero-title-highlight {
    background-image: linear-gradient(115deg, #2563EB 0%, #4F46E5 46%, #7C3AED 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

/* The CTA band sits on blue, so its heading must stay white. */
.cta-section .cta-title,
.cta-section h2,
.cta-title-highlight {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

/* Section eyebrow: parent gave it a translucent-gold pill. */
.section-label {
    background: var(--color-primary-soft) !important;
    color: var(--color-primary) !important;
    -webkit-text-fill-color: var(--color-primary) !important;
}

/* Body copy shouldn't inherit any stray fill either. */
p, li, td, th, span, a, label, .section-desc, .hero-subtitle {
    -webkit-text-fill-color: currentColor;
}

/* ---------------------------------------------------------
   17. TICKER BAR — real class is .ticker-bar, not .lt-ticker
   --------------------------------------------------------- */
.ticker-bar {
    background: var(--bg-subtle) !important;
    border-bottom: 1px solid var(--border-color) !important;
    color: var(--text-secondary) !important;
}
.ticker-symbol { color: var(--text-primary) !important; font-weight: 600; }
.ticker-price  { color: var(--text-secondary) !important; }
.ticker-change.price-up   { color: var(--color-success) !important; }
.ticker-change.price-down { color: var(--color-danger) !important; }
.ticker-item { border-right: 1px solid var(--border-color); }

/* ---------------------------------------------------------
   18. LOGO
   Horizontal lockup (~3.8:1), so it fits the standard bar height
   without the stacked version's cramping. Dark-on-light artwork,
   so it sits directly on the white header with no backing plate.
   --------------------------------------------------------- */
.custom-logo-link, .lt-logo {
    display: inline-flex;
    align-items: center;
    background: none;
    padding: 0;
    max-width: 100%;
}
.custom-logo {
    display: block;
    max-height: 44px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 900px) {
    .custom-logo { max-height: 40px; }
}
@media (max-width: 480px) {
    .custom-logo { max-height: 34px; }
}

/* =========================================================
   19. EARNING SECTION
   ========================================================= */
.earning-card { position: relative; }
.earning-head { display: flex; align-items: center; justify-content: space-between; }
.earning-number {
    width: 26px; height: 26px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: var(--color-primary);
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    font-size: .75rem; font-weight: 700;
    flex: none;
}
.earning-stat {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--border-color);
    text-align: center;
}
.earning-stat-value {
    display: block;
    font-size: 1.5rem; font-weight: 800;
    color: var(--color-primary) !important;
    -webkit-text-fill-color: var(--color-primary) !important;
    letter-spacing: -.02em;
}
.earning-stat-note { display: block; font-size: .8125rem; color: var(--text-muted); margin-top: 4px; }

/* ---- Comparison ---- */
.ltl-compare-wrap {
    margin-top: clamp(40px, 5vw, 64px);
    background: var(--bg-subtle);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    padding: clamp(26px, 4vw, 44px);
}
.ltl-compare-title { text-align: center; font-size: 1.3rem; margin: 0 0 26px; }
.ltl-compare {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
}
.ltl-col {
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 22px;
    display: flex; flex-direction: column; gap: 14px;
}
.ltl-col-head { font-weight: 700; color: var(--text-primary); font-size: 1rem; }
.ltl-col-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; flex: 1; }
.ltl-col-list li {
    position: relative; padding-left: 20px;
    font-size: .9375rem; color: var(--text-secondary);
}
.ltl-col-list li::before {
    content: "";
    position: absolute; left: 0; top: .62em;
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--border-strong);
}
.ltl-col-foot {
    font-size: .875rem; font-weight: 600;
    padding: 9px 12px; border-radius: var(--radius-sm); text-align: center;
}
.ltl-col--neg  { border-color: #F3D6D4; }
.ltl-col--neg  .ltl-col-foot { background: #FDECEC; color: #B42318; }
.ltl-col--warn { border-color: #F6E1BC; }
.ltl-col--warn .ltl-col-foot { background: #FFF6E5; color: #A16207; }
.ltl-col--pos  { border-color: #2563EB; box-shadow: 0 0 0 3px rgba(37,99,235,.10); }
.ltl-col--pos  .ltl-col-foot { background: #E8F7F1; color: #0B7D5E; }
.ltl-col--pos  .ltl-col-list li::before { background: var(--color-success); }

.ltl-compare-cta {
    text-align: center;
    margin: 26px 0 16px;
    font-weight: 600;
    color: var(--text-primary);
}

/* =========================================================
   20. CTA BAND
   ========================================================= */
.cta-inner { position: relative; z-index: 1; }
.cta-eyebrow {
    display: inline-block;
    font-size: .8125rem; font-weight: 600;
    letter-spacing: .07em; text-transform: uppercase;
    padding: 6px 14px; border-radius: 999px;
    background: rgba(255,255,255,.16);
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    margin-bottom: 18px;
}
.cta-risk {
    margin-top: 22px;
    font-size: .8125rem;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    opacity: .72;
}

/* =========================================================
   21. FAQ (parent markup, light treatment)
   ========================================================= */
.faq-section { background: var(--bg-subtle); }
.faq-list, .faq-grid { max-width: 820px; margin-inline: auto; }
.faq-item {
    background: #FFFFFF !important;
    border: 1px solid var(--border-color) !important;
    border-radius: var(--radius-md) !important;
    box-shadow: none !important;
}
.faq-item:hover { border-color: var(--border-strong) !important; }
.faq-question, .faq-q {
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    background: none !important;
}
.faq-answer, .faq-a { color: var(--text-secondary) !important; }
.faq-icon, .faq-toggle { color: var(--color-primary) !important; }

/* =========================================================
   22. IN-BODY <style> OVERRIDES
   faq.php and how-it-works.php each print a <style> block inside
   the body, so those rules sit AFTER this file in document order
   and win at equal specificity. !important is the correct tool
   here, not a bigger selector.
   ========================================================= */
.faq-icon {
    background: var(--color-primary) !important;
    background-image: none !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    border: 0 !important;
}
.faq-item[open] .faq-icon,
.faq-item.is-open .faq-icon { background: var(--color-primary-hover) !important; }

.faq-item {
    background: #FFFFFF !important;
    background-image: none !important;
    border: 1px solid var(--border-color) !important;
}
.faq-item[open] { border-color: var(--color-primary) !important; }
.faq-question-text { color: var(--text-primary) !important; -webkit-text-fill-color: var(--text-primary) !important; }

/* how-it-works: gold step chrome + connectors */
.how-it-works-card {
    background: #FFFFFF !important;
    background-image: none !important;
    border: 1px solid var(--border-color) !important;
}
.step-circle {
    background: var(--color-primary) !important;
    background-image: none !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    border: 0 !important;
}
.step-badge {
    background: var(--color-primary-soft) !important;
    background-image: none !important;
    color: var(--color-primary) !important;
    -webkit-text-fill-color: var(--color-primary) !important;
    border: 1px solid #D7E3FF !important;
}
.step-icon {
    background: var(--color-primary-soft) !important;
    background-image: none !important;
    color: var(--color-primary) !important;
    border: 1px solid #DCE7FF !important;
}
.step-connector, .how-it-works-line {
    background: var(--border-color) !important;
    background-image: none !important;
}

/* Any remaining gold left anywhere in the home sections. */
.homepage [style*="#FFD700"],
.homepage [style*="#FFA500"],
.homepage [style*="rgba(255, 215, 0"],
.homepage [style*="rgba(255,215,0"] {
    background-image: none !important;
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
}

/* =========================================================
   23. FOOTER
   The one deliberately dark region of the light design.
   ========================================================= */
.ltl-footer {
    background: #0B1524;
    color: #A9B6C8;
    margin-top: 0;
    padding-top: clamp(48px, 6vw, 76px);
}

.ltl-footer-grid {
    display: grid;
    grid-template-columns: minmax(240px, 1.6fr) repeat(3, minmax(140px, 1fr));
    gap: clamp(28px, 4vw, 56px);
    padding-bottom: clamp(36px, 4vw, 52px);
}

.ltl-footer-name {
    font-size: 1.15rem; font-weight: 700;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    margin-bottom: 12px;
    letter-spacing: -.015em;
}
.ltl-footer-blurb { color: #8D9BB0 !important; font-size: .9375rem; line-height: 1.7; max-width: 42ch; margin: 0; }

.ltl-footer-head {
    font-size: .8125rem !important;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    margin: 0 0 16px;
}
.ltl-footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.ltl-footer-col a {
    color: #A9B6C8 !important;
    font-size: .9375rem;
    text-decoration: none;
    transition: color .15s ease;
}
.ltl-footer-col a:hover { color: #FFFFFF !important; }

.ltl-footer .footer-bottom {
    border-top: 1px solid #1B2B44;
    padding: 24px 0 34px;
    background: transparent !important;
}
.ltl-footer .footer-bottom-inner {
    display: flex; flex-wrap: wrap; align-items: center;
    justify-content: space-between; gap: 14px;
}
.ltl-footer .footer-copyright { color: #7C8AA0 !important; font-size: .875rem; }
.ltl-footer .footer-legal-links {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: 20px;
}
.ltl-footer .footer-legal-links a { color: #7C8AA0 !important; font-size: .875rem; text-decoration: none; }
.ltl-footer .footer-legal-links a:hover { color: #FFFFFF !important; }
.ltl-footer .footer-disclaimer {
    margin: 16px 0 0;
    font-size: .8125rem;
    line-height: 1.65;
    color: #64748B !important;
    max-width: 90ch;
}

@media (max-width: 860px) {
    .ltl-footer-grid { grid-template-columns: 1fr 1fr; }
    .ltl-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
    .ltl-footer-grid { grid-template-columns: 1fr; }
    .ltl-footer .footer-bottom-inner { flex-direction: column; align-items: flex-start; }
}

/* =========================================================
   24. CTA — parent grid was 1fr 1fr; our markup is one column
   ========================================================= */
.cta-inner {
    display: block !important;
    text-align: center;
}
.cta-content { max-width: 720px; margin-inline: auto; }

/* =========================================================
   25. HEADER AUTH BUTTONS
   The parent themes these per colour-mode (body:not(.light-mode)…)
   at specificity 0,3,1, so they need explicit, equally-strong rules.
   ========================================================= */
body .lt-auth-btn.btn-primary,
body:not(.light-mode) .lt-auth-btn.btn-primary {
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}
body .lt-auth-btn.btn-primary:hover,
body:not(.light-mode) .lt-auth-btn.btn-primary:hover {
    background: var(--color-primary-hover) !important;
    border-color: var(--color-primary-hover) !important;
    color: #FFFFFF !important;
}

body .lt-auth-btn.btn-ghost,
body .lt-auth-btn.btn-outline,
body:not(.light-mode) .lt-auth-btn.btn-ghost,
body:not(.light-mode) .lt-auth-btn.btn-outline {
    background: #FFFFFF !important;
    border-color: var(--border-strong) !important;
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
}
body .lt-auth-btn.btn-ghost:hover,
body .lt-auth-btn.btn-outline:hover,
body:not(.light-mode) .lt-auth-btn.btn-ghost:hover,
body:not(.light-mode) .lt-auth-btn.btn-outline:hover {
    background: var(--color-primary-soft) !important;
    border-color: var(--color-primary) !important;
    color: var(--color-primary) !important;
    -webkit-text-fill-color: var(--color-primary) !important;
}

/* Cart / search / language chips in the header */
.lt-search-toggle, .lt-cart-link, .lt-lang-toggle, .lt-cart-btn {
    background: #FFFFFF !important;
    border: 1px solid var(--border-strong) !important;
    color: var(--text-secondary) !important;
}
.lt-search-toggle:hover, .lt-cart-link:hover, .lt-lang-toggle:hover, .lt-cart-btn:hover {
    border-color: var(--color-primary) !important;
    color: var(--color-primary) !important;
}
.lt-cart-count, .cart-count {
    background: var(--color-primary) !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

/* Gold icon chip on the account / login forms */
.lt-login-icon, .lt-form-icon, .lt-account-icon {
    background: var(--color-primary-soft) !important;
    background-image: none !important;
    color: var(--color-primary) !important;
    border: 1px solid #DCE7FF !important;
}

/* =========================================================
   26. ELEMENTOR
   The About page is Elementor-built, so its colours live in the
   database and in uploads/elementor/css/*.css, not in the theme.
   Remap the kit's global palette and the widget chrome; per-widget
   colours set by hand in the editor still need changing there.
   ========================================================= */
.elementor-kit-22,
body.elementor-page {
    --e-global-color-primary:   #0B1524;
    --e-global-color-secondary: #4A5A70;
    --e-global-color-text:      #4A5A70;
    --e-global-color-accent:    #2563EB;
}

.elementor-widget-heading .elementor-heading-title {
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
}

/* Gold accents baked into this page's generated stylesheet. */
.elementor-23 .elementor-element.elementor-element-5a7f710 .elementor-heading-title {
    color: var(--color-primary) !important;
    -webkit-text-fill-color: var(--color-primary) !important;
}
.elementor-23 .elementor-element.elementor-element-4ed1e52 .elementor-icon-list-icon i {
    color: var(--color-primary) !important;
}

.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-widget-icon-list .elementor-icon-list-text {
    color: var(--text-secondary) !important;
}
.elementor-widget-icon-list .elementor-icon-list-icon i,
.elementor-widget-icon-list .elementor-icon-list-icon svg {
    color: var(--color-primary) !important;
    fill: var(--color-primary) !important;
}

.elementor-button {
    background-color: var(--color-primary) !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    border-radius: var(--radius-sm) !important;
    font-weight: 600;
}
.elementor-button:hover { background-color: var(--color-primary-hover) !important; }

/* Elementor sections often inherit a dark ground from the old theme. */
.elementor-section, .elementor-container, .e-con, .e-con-inner {
    background-color: transparent;
}

/* =========================================================
   27. PAGE-CONTENT CSS (About Us)
   That page ships its own <style> block in the post content —
   orange gradient text, near-black cards, orange glow. It renders
   in the body, after this file, so !important is required.
   ========================================================= */
.text-gradient {
    background: linear-gradient(115deg, #2563EB 0%, #4F46E5 50%, #7C3AED 100%) !important;
    background-image: linear-gradient(115deg, #2563EB 0%, #4F46E5 50%, #7C3AED 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

.bg-gradient-card {
    background: #FFFFFF !important;
    background-image: none !important;
    border: 1px solid var(--border-color) !important;
    border-radius: var(--radius-lg) !important;
    color: var(--text-primary) !important;
    box-shadow: var(--shadow-card) !important;
}

.glow { box-shadow: 0 10px 34px rgba(37, 99, 235, .16) !important; }

/* That page's own section scaffolding, retuned to the light system. */
#about, #about .container,
.bg-dark, .section-dark { background: transparent !important; }
.section-title { text-align: center; }
.section-desc  { color: var(--text-secondary) !important; }

/* =========================================================
   28. STICKY HEADER SCROLL STATE
   The parent repaints the bar near-black once scrolled
   (.lt-header.is-scrolled), which flashed dark over the light
   design. Keep it white with a slightly stronger shadow.
   ========================================================= */
.lt-header.is-scrolled,
body:not(.light-mode) .lt-header.is-scrolled {
    background: rgba(255, 255, 255, .94) !important;
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px);
    box-shadow: 0 1px 0 rgba(11, 21, 36, .06), 0 8px 24px rgba(11, 21, 36, .07) !important;
    border-bottom-color: var(--border-color) !important;
}
