/* =====================================================================
   BIZLUMO ERP — "Operations Console" public-site redesign
   ---------------------------------------------------------------------
   Loaded AFTER landing-page.css + custom.css so it has final say.
   Goals: distinctive, professional look that no longer reads as the
   stock template, while the theme-colour picker AND light/dark layout
   keep working. The active theme colour drives every accent through
   --lp-accent; the cyan->amber brand lives in the logo + signal thread.
   Scope: everything is under body.landing-page so the admin dashboard
   is untouched.
   ===================================================================== */

/* ---- Palette (re-declared; flips on .landing-dark) ---- */
body.landing-page {
    --lp-bg:        #ffffff;
    --lp-bg-alt:    #f5f7fa;
    --lp-surface:   #ffffff;
    --lp-text:      #0e1626;
    --lp-muted:     #5b6776;
    --lp-border:    rgba(14, 22, 38, 0.10);
    --lp-shadow:    0 18px 45px -28px rgba(14, 22, 38, 0.45);
    --lp-grid:      rgba(14, 22, 38, 0.05);
    --lp-accent:    #fe811e; /* fallback; overridden per theme below */
}
body.landing-page.landing-dark {
    --lp-bg:        #0c0f14;
    --lp-bg-alt:    #11151c;
    --lp-surface:   #161b23;
    --lp-text:      #eaedf2;
    --lp-muted:     #93a0b2;
    --lp-border:    rgba(255, 255, 255, 0.09);
    --lp-shadow:    0 18px 45px -24px rgba(0, 0, 0, 0.7);
    --lp-grid:      rgba(255, 255, 255, 0.05);
}

/* ---- Accent = the selected theme colour (themes keep working) ---- */
body.landing-page.theme-1  { --lp-accent: #0CAF60; }
body.landing-page.theme-2  { --lp-accent: #584ED2; }
body.landing-page.theme-3  { --lp-accent: #b31b1b; }
body.landing-page.theme-4  { --lp-accent: #145388; }
body.landing-page.theme-5  { --lp-accent: #B9406B; }
body.landing-page.theme-6  { --lp-accent: #00c3d8; }
body.landing-page.theme-7  { --lp-accent: #922C88; }
body.landing-page.theme-8  { --lp-accent: #C0A145; }
body.landing-page.theme-9  { --lp-accent: #fe811e; }
body.landing-page.theme-10 { --lp-accent: #0C7785; }
body.landing-page.theme-11 { --lp-accent: #F5A623; }
body.landing-page.theme-12 { --lp-accent: #2563EB; }
body.landing-page.custom-color { --lp-accent: var(--color-customColor); }

/* =====================================================================
   Typography
   ===================================================================== */
body.landing-page {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--lp-text);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.landing-page h1, body.landing-page h2, body.landing-page h3,
body.landing-page h4, body.landing-page h5,
body.landing-page .title h2, body.landing-page .price-card .p-price {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: var(--lp-text);
}
body.landing-page p { color: var(--lp-text); }

/* Mono micro-labels (eyebrows) — the console signature voice */
body.landing-page .text-uppercase {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.72rem !important;
    font-weight: 600;
    letter-spacing: 0.22em;
    color: var(--lp-accent);
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}
body.landing-page .text-uppercase::before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--lp-accent), color-mix(in srgb, var(--lp-accent) 15%, transparent));
}
body.landing-page .text-center .text-uppercase,
body.landing-page .title.text-center .text-uppercase { justify-content: center; }

/* =====================================================================
   Header / navigation  (now sits over a neutral hero)
   ===================================================================== */
body.landing-page .main-header .navbar { padding: 18px 0; }
body.landing-page .main-header .navbar .navbar-nav .nav-item .nav-link {
    color: var(--lp-text) !important;
    font-weight: 500;
    font-size: 0.98rem;
}
body.landing-page .main-header .navbar .navbar-nav .nav-item .nav-link:hover,
body.landing-page .main-header .navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--lp-accent) !important;
}
body.landing-page .main-header .navbar .btn-outline-dark {
    --bs-btn-color: var(--lp-text);
    --bs-btn-border-color: var(--lp-border);
    --bs-btn-hover-color: var(--lp-accent);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: var(--lp-accent);
    --bs-btn-active-color: var(--lp-accent);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: var(--lp-accent);
    border-radius: 8px !important;
}

/* Promo announcement bar stays the bold themed strip (the one place the
   full theme colour shows at full strength). */
body.landing-page .promo-banner.bg-primary { color: #fff; border: 0; }

/* =====================================================================
   Hero — neutral surface, theme colour as accent, console dot-grid
   ===================================================================== */
body.landing-page .main-banner.bg-primary {
    background:
        radial-gradient(circle at 1px 1px, var(--lp-grid) 1px, transparent 0) 0 0 / 26px 26px,
        var(--lp-bg) !important;
    color: var(--lp-text);
    padding-top: 150px;
    padding-bottom: 0;            /* hero image sits flush at the bottom */
    border-bottom: 1px solid var(--lp-border);
    overflow: hidden;
}
/* Keep the hero copy vertically centred while the person stays at the bottom */
body.landing-page .main-banner .container-offset .row > div:first-child {
    align-self: center;
    padding-bottom: 40px;
}
/* Bottom-anchor the hero person image (no floating frame) */
body.landing-page .main-banner .dash-preview {
    position: relative;
    padding-top: 0;          /* drop the aspect-ratio box */
    right: 0;                /* drop the -80px bleed */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-self: stretch;
    height: 100%;
    overflow: hidden;
}
body.landing-page .main-banner h1 {
    font-size: clamp(2.6rem, 2rem + 2.4vw, 4.2rem);
    margin-bottom: 1.5rem;
}
body.landing-page .main-banner h1::after {
    content: "";
    display: block;
    width: 92px;
    height: 4px;
    margin-top: 1.4rem;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--lp-accent), color-mix(in srgb, var(--lp-accent) 25%, transparent));
}
body.landing-page .main-banner h6 {
    color: var(--lp-muted);
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.65;
}
body.landing-page .main-banner p { color: var(--lp-muted); }

/* Hero eyebrow chip (home_offer_text) */
body.landing-page .main-banner .badge.bg-white {
    font-family: 'JetBrains Mono', monospace !important;
    background: color-mix(in srgb, var(--lp-accent) 12%, transparent) !important;
    color: var(--lp-accent) !important;
    border: 1px solid color-mix(in srgb, var(--lp-accent) 32%, transparent);
    border-radius: 6px;
    letter-spacing: 0.08em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.72rem;
}

/* Hero buttons: primary = filled accent, secondary = ghost */
body.landing-page .main-banner .banner-btn .btn-outline-dark {
    --bs-btn-color: var(--lp-text);
    --bs-btn-border-color: var(--lp-border);
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: var(--lp-accent);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: var(--lp-accent);
    --bs-btn-active-color: var(--lp-accent);
    --bs-btn-active-border-color: var(--lp-accent);
}
body.landing-page .main-banner .banner-btn .btn-outline-dark:first-child {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--lp-accent);
    --bs-btn-border-color: var(--lp-accent);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: color-mix(in srgb, var(--lp-accent) 86%, #000);
    --bs-btn-hover-border-color: transparent;
    box-shadow: 0 12px 26px -12px color-mix(in srgb, var(--lp-accent) 70%, transparent);
}

/* Hero person image: clean cut-out anchored to the bottom (no frame) */
body.landing-page .main-banner .dash-preview img {
    position: static;        /* back into normal flow so flex-end applies */
    border: 0;
    box-shadow: none;
    border-radius: 0;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 520px;       /* keep the hero a sensible height */
}

/* =====================================================================
   Sections, eyebrows, headings rhythm
   ===================================================================== */
body.landing-page .section-gap { padding: 96px 0; }
body.landing-page .bg-dark,
body.landing-page .bg-gray-100 { background: var(--lp-bg-alt) !important; color: var(--lp-text) !important; }
body.landing-page .title h2 { font-size: clamp(1.9rem, 1.4rem + 1.6vw, 2.9rem); margin-top: 0.6rem; }
body.landing-page .title { margin-bottom: 1.25rem; }

/* =====================================================================
   Buttons (global)
   ===================================================================== */
body.landing-page .btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.7rem 1.45rem;
    transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, color .16s ease, border-color .16s ease;
}
body.landing-page .btn.rounded-pill { border-radius: 999px; }
body.landing-page .btn-primary {
    --bs-btn-bg: var(--lp-accent);
    --bs-btn-border-color: var(--lp-accent);
    --bs-btn-hover-bg: color-mix(in srgb, var(--lp-accent) 86%, #000);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: color-mix(in srgb, var(--lp-accent) 82%, #000);
    box-shadow: 0 12px 26px -14px color-mix(in srgb, var(--lp-accent) 75%, transparent);
}
body.landing-page .btn-primary:hover { transform: translateY(-2px); }
body.landing-page .btn-outline-primary {
    --bs-btn-color: var(--lp-accent);
    --bs-btn-border-color: color-mix(in srgb, var(--lp-accent) 45%, transparent);
    --bs-btn-hover-bg: var(--lp-accent);
    --bs-btn-hover-border-color: var(--lp-accent);
    --bs-btn-hover-color: #fff;
}

/* =====================================================================
   Cards — crisp consoles with an accent edge on hover
   ===================================================================== */
body.landing-page section .card:not(.bg-primary):not(.price-card) {
    background: var(--lp-surface) !important;
    border: 1px solid var(--lp-border) !important;
    border-radius: 14px;
    box-shadow: none;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
body.landing-page section .card:not(.bg-primary):not(.price-card):hover {
    transform: translateY(-6px);
    border-color: color-mix(in srgb, var(--lp-accent) 50%, var(--lp-border));
    box-shadow: var(--lp-shadow);
}
body.landing-page .card.bg-transparent { background: transparent !important; box-shadow: none; }

/* Highlighted (themed) cards keep the brand colour + white text */
body.landing-page .card.bg-primary {
    border: 0 !important;
    border-radius: 14px;
    box-shadow: 0 24px 50px -26px color-mix(in srgb, var(--lp-accent) 70%, transparent);
}
body.landing-page .card.bg-primary,
body.landing-page .card.bg-primary h3,
body.landing-page .card.bg-primary p,
body.landing-page .card.bg-primary .text-body { color: #fff !important; }

/* Icon avatars in feature/discover cards.
   The uploaded glyphs are white PNGs (built for the old dark cards), so on the
   new light surfaces they disappear. Render every icon as a white glyph on a
   solid accent tile -> consistent and visible whatever the source colour. */
body.landing-page .theme-avtar.avtar-xl {
    border-radius: 12px;
    background: var(--lp-accent);
    border: 0;
    padding: 12px;
}
body.landing-page .theme-avtar.avtar-xl img {
    filter: brightness(0) invert(1);
}
/* On the themed highlight card use a darker chip so the white glyph still pops */
body.landing-page .card.bg-primary .theme-avtar.avtar-xl {
    background: rgba(0, 0, 0, 0.16);
}

/* =====================================================================
   Pricing — neutral section, surface cards, mono numerals
   ===================================================================== */
body.landing-page .subscription.bg-primary {
    background:
        radial-gradient(circle at 1px 1px, var(--lp-grid) 1px, transparent 0) 0 0 / 26px 26px,
        var(--lp-bg-alt) !important;
    color: var(--lp-text);
}
body.landing-page .price-card {
    background: var(--lp-surface) !important;
    border: 1px solid var(--lp-border) !important;
    border-radius: 16px;
    box-shadow: none;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
body.landing-page .price-card:hover {
    transform: translateY(-8px);
    border-color: color-mix(in srgb, var(--lp-accent) 45%, var(--lp-border));
    box-shadow: var(--lp-shadow);
}
body.landing-page .price-card .p-price {
    border-bottom: 1px solid var(--lp-border) !important;
    color: var(--lp-text) !important;
}
body.landing-page .price-card .price-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    background: var(--lp-accent) !important;
    box-shadow: 0 10px 20px -10px color-mix(in srgb, var(--lp-accent) 70%, transparent);
}
/* Featured plan: accent-tinted, lifted */
body.landing-page .price-card.bg-dark {
    background: var(--lp-text) !important;
    border-color: var(--lp-text) !important;
    transform: translateY(-10px);
}
body.landing-page .price-card.bg-dark,
body.landing-page .price-card.bg-dark p,
body.landing-page .price-card.bg-dark label,
body.landing-page .price-card.bg-dark .p-price,
body.landing-page .price-card.bg-dark small { color: var(--lp-bg) !important; }
body.landing-page .price-card.bg-dark .price-badge { background: var(--lp-accent) !important; color: #fff !important; }

/* =====================================================================
   FAQ — bordered console rows
   ===================================================================== */
body.landing-page .faqs .accordion { --bs-accordion-border-color: var(--lp-border); }
body.landing-page .faqs .accordion-button {
    color: var(--lp-text);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
}
body.landing-page .faqs .accordion-body { color: var(--lp-muted); }
body.landing-page .faqs .accordion-item { background: transparent; }

/* =====================================================================
   Testimonials
   ===================================================================== */
body.landing-page .testimonial .card svg path { fill: var(--lp-accent) !important; }
body.landing-page .testimonial .card .theme-avtar.bg-light-dark {
    background: color-mix(in srgb, var(--lp-accent) 14%, transparent) !important;
}

/* =====================================================================
   Footer
   ===================================================================== */
body.landing-page .site-footer.bg-gray-100 { background: var(--lp-bg-alt) !important; }
body.landing-page .site-footer .footer-logo img { max-width: 168px; }
body.landing-page .site-footer .ftr-subscribe .input-wrapper {
    border: 1px solid var(--lp-border) !important;
    background: var(--lp-surface);
}
body.landing-page .site-footer .ftr-subscribe input { background: transparent; color: var(--lp-text); }
body.landing-page .site-footer .btn-dark {
    --bs-btn-bg: var(--lp-accent);
    --bs-btn-border-color: var(--lp-accent);
    --bs-btn-hover-bg: color-mix(in srgb, var(--lp-accent) 86%, #000);
    --bs-btn-hover-border-color: transparent;
}

/* =====================================================================
   Custom (secondary) pages
   ===================================================================== */
body.landing-page .common-banner.bg-primary {
    background:
        radial-gradient(circle at 1px 1px, var(--lp-grid) 1px, transparent 0) 0 0 / 26px 26px,
        var(--lp-bg) !important;
    color: var(--lp-text);
    border-bottom: 1px solid var(--lp-border);
}
body.landing-page .common-banner .title h1 {
    color: var(--lp-text) !important;
    font-size: clamp(2.2rem, 1.6rem + 2vw, 3.4rem);
}
body.landing-page .common-banner .title h1::after {
    content: "";
    display: block;
    width: 80px; height: 4px; margin: 1.1rem auto 0; border-radius: 4px;
    background: linear-gradient(90deg, var(--lp-accent), color-mix(in srgb, var(--lp-accent) 25%, transparent));
}
/* Centre the page title so it lines up with the centred content below */
body.landing-page .common-banner .row { justify-content: center; }
body.landing-page .common-banner .col-lg-4 { flex: 0 0 100%; max-width: 100%; }
body.landing-page .common-banner .title { text-align: center; }
body.landing-page .static-content .card { box-shadow: none; }

/* =====================================================================
   Quality floor: focus + reduced motion
   ===================================================================== */
body.landing-page a:focus-visible,
body.landing-page .btn:focus-visible,
body.landing-page .accordion-button:focus-visible {
    outline: 2px solid var(--lp-accent);
    outline-offset: 2px;
    box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
    body.landing-page * { transition: none !important; }
    body.landing-page .btn:hover,
    body.landing-page .card:hover,
    body.landing-page .price-card:hover { transform: none !important; }
}

/* =====================================================================
   Pricing controls: billing-period segment + category tabs
   ===================================================================== */
body.landing-page .lp-pricing-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin: 8px 0 44px;
}
body.landing-page .lp-billing,
body.landing-page .lp-tiers {
    display: inline-flex;
    gap: 4px;
    padding: 5px;
    border: 1px solid var(--lp-border);
    border-radius: 999px;
    background: var(--lp-surface);
}
body.landing-page .lp-seg,
body.landing-page .lp-tier {
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--lp-muted);
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: background-color .18s ease, color .18s ease;
}
body.landing-page .lp-tier { text-transform: uppercase; letter-spacing: 0.12em; }
body.landing-page .lp-seg:hover,
body.landing-page .lp-tier:hover { color: var(--lp-text); }
body.landing-page .lp-seg.active,
body.landing-page .lp-tier.active {
    background: var(--lp-accent);
    color: #fff;
    box-shadow: 0 8px 18px -8px color-mix(in srgb, var(--lp-accent) 70%, transparent);
}
body.landing-page .lp-save {
    font-size: 0.62rem;
    padding: 1px 6px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--lp-accent) 16%, transparent);
    color: var(--lp-accent);
}
body.landing-page .lp-seg.active .lp-save {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

/* Price + billing note */
body.landing-page .price-card .p-price {
    display: block;
    margin-bottom: 0.25rem;
}
body.landing-page .price-card .p-currency { font-size: 0.5em; vertical-align: 0.45em; margin-right: 2px; }
body.landing-page .price-card .p-suffix { font-family: 'JetBrains Mono', monospace; color: var(--lp-muted); }
body.landing-page .price-card .p-billnote {
    min-height: 1.2em;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    color: var(--lp-accent);
    margin-bottom: 0.9rem;
}
body.landing-page .price-card.bg-dark .p-suffix { color: color-mix(in srgb, var(--lp-bg) 65%, transparent); }
body.landing-page .price-card.bg-dark .p-billnote { color: color-mix(in srgb, var(--lp-bg) 80%, var(--lp-accent)); }

@media (max-width: 575px) {
    body.landing-page .lp-billing,
    body.landing-page .lp-tiers { flex-wrap: wrap; justify-content: center; }
}

/* =====================================================================
   Text on themed (.bg-primary) coloured surfaces that are NOT neutralised.
   These take the selected theme colour (e.g. a black custom colour), so
   their text must stay white. The neutralised sections (.main-banner,
   .subscription, .common-banner) are excluded — they use the page palette.
   ===================================================================== */
body.landing-page .promo-banner.bg-primary,
body.landing-page .promo-banner.bg-primary p,
body.landing-page .promo-banner.bg-primary a:not(.btn),
body.landing-page .promo-banner.bg-primary span:not(.lp-save) {
    color: #fff !important;
}
body.landing-page .static-content .bg-primary,
body.landing-page .static-content .bg-primary h1,
body.landing-page .static-content .bg-primary h2,
body.landing-page .static-content .bg-primary h3,
body.landing-page .static-content .bg-primary h4,
body.landing-page .static-content .bg-primary h5,
body.landing-page .static-content .bg-primary p,
body.landing-page .static-content .bg-primary span,
body.landing-page .static-content .bg-primary b,
body.landing-page .static-content .bg-primary small,
body.landing-page .static-content .bg-primary li,
body.landing-page .static-content .bg-primary a:not(.btn) {
    color: #fff !important;
}

/* =====================================================================
   Consistent page gutters across all screen sizes + pages.
   Fixes: hero flush to the edge on small desktops, and the custom-page
   content sitting in a narrow centred column on large screens.
   ===================================================================== */
body.landing-page { --lp-gutter: clamp(18px, 3.2vw, 44px); }

body.landing-page .container {
    padding-left: var(--lp-gutter);
    padding-right: var(--lp-gutter);
}

/* Hero offset: align with the container, never collapse past the gutter */
body.landing-page .main-banner .container-offset {
    margin-left: max(0px, calc((100% - 1540px) / 2)) !important;
    padding-left: var(--lp-gutter) !important;
    padding-right: 0;
}
@media (max-width: 1500px) {
    body.landing-page .main-banner .container-offset {
        margin-left: max(0px, calc((100% - 1320px) / 2)) !important;
    }
}

/* =====================================================================
   Professional footer
   ===================================================================== */
body.landing-page .site-footer { background: var(--lp-bg-alt) !important; padding-top: 72px; }
body.landing-page .site-footer .lp-footer-top {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr 1.7fr;
    gap: 32px;
    padding-bottom: 52px;
}
body.landing-page .lp-foot-brand p { color: var(--lp-muted); max-width: 290px; }
body.landing-page .site-footer .footer-logo img { max-width: 168px; }
body.landing-page .lp-social { display: flex; gap: 10px; margin-top: 18px; }
body.landing-page .lp-social a {
    width: 38px; height: 38px; border-radius: 9px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--lp-border); color: var(--lp-text); transition: all .18s ease;
}
body.landing-page .lp-social a:hover { background: var(--lp-accent); border-color: var(--lp-accent); color: #fff; }
body.landing-page .lp-social svg { width: 17px; height: 17px; }
body.landing-page .lp-foot-col h6,
body.landing-page .lp-foot-sub h6 {
    font-family: 'JetBrains Mono', monospace;
    font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
    color: var(--lp-text); font-weight: 600; margin-bottom: 1.1rem;
}
body.landing-page .lp-foot-col ul li { margin-bottom: .55rem; }
body.landing-page .lp-foot-col ul li a { color: var(--lp-muted); font-size: .95rem; transition: color .15s ease; }
body.landing-page .lp-foot-col ul li a:hover { color: var(--lp-accent); }
body.landing-page .lp-foot-sub p { color: var(--lp-muted); margin-bottom: 1rem; }
body.landing-page .lp-foot-trust { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; }
body.landing-page .lp-foot-trust span { display: inline-flex; align-items: center; gap: 6px; color: var(--lp-muted); font-size: .8rem; }
body.landing-page .lp-foot-trust svg { width: 15px; height: 15px; color: var(--lp-accent); }

body.landing-page .lp-footer-bottom { border-top: 1px solid var(--lp-border); padding: 20px 0; }
body.landing-page .lp-footer-bottom .container {
    display: flex; align-items: center; justify-content: space-between; gap: 12px 24px; flex-wrap: wrap;
}
body.landing-page .lp-footer-bottom p { color: var(--lp-muted); font-size: .88rem; }
body.landing-page .lp-foot-legal { display: flex; gap: 20px; margin: 0; flex-wrap: wrap; }
body.landing-page .lp-foot-legal a { color: var(--lp-muted); font-size: .88rem; }
body.landing-page .lp-foot-legal a:hover { color: var(--lp-accent); }

@media (max-width: 1100px) {
    body.landing-page .site-footer .lp-footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
    body.landing-page .lp-foot-sub { grid-column: 1 / -1; }
}
@media (max-width: 575px) {
    body.landing-page .site-footer .lp-footer-top { grid-template-columns: 1fr 1fr; gap: 24px; }
    body.landing-page .lp-foot-brand { grid-column: 1 / -1; }
    body.landing-page .lp-footer-bottom .container { flex-direction: column; text-align: center; }
}

/* Footer newsletter input (was unstyled after the footer rebuild) */
body.landing-page .lp-foot-sub .input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--lp-surface);
    border: 1px solid var(--lp-border) !important;
    border-radius: 999px;
    padding: 5px 6px 5px 18px;
    max-width: 360px;
    box-shadow: var(--lp-shadow);
}
body.landing-page .lp-foot-sub .input-wrapper input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    color: var(--lp-text);
    font-size: 0.9rem;
    padding: 9px 0;
    outline: none;
}
body.landing-page .lp-foot-sub .input-wrapper input::placeholder { color: var(--lp-muted); }
body.landing-page .lp-foot-sub .input-wrapper .btn {
    flex-shrink: 0;
    background: var(--lp-accent);
    border-color: var(--lp-accent);
    color: #fff;
    border-radius: 999px;
    padding: 0.5rem 1.15rem;
    font-weight: 600;
    font-size: 0.85rem;
    box-shadow: 0 8px 18px -8px color-mix(in srgb, var(--lp-accent) 70%, transparent);
}
body.landing-page .lp-foot-sub .input-wrapper .btn:hover {
    background: color-mix(in srgb, var(--lp-accent) 88%, #000);
    color: #fff;
}
