/* ==========================================================================
   LIAMES Atlas Discovery — Home (radical override of Atlas template)
   Loaded AFTER style.css — wins on specificity + !important where needed.
   ========================================================================== */

/* Kill Atlas chrome on home */
body.liames-page-home {
    background: #0B1220 !important;
    font-family: var(--liames-font-ui, 'Albert Sans', system-ui, sans-serif) !important;
    color: #E2E8F0 !important;
}

body.liames-page-home .header-top-section {
    display: none !important;
}

/* Header branco (logo escura) */
body.liames-page-home .header-section {
    position: sticky !important;
    top: 0 !important;
    z-index: 200 !important;
    background: #ffffff !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22) !important;
    padding: 10px 0 !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04) !important;
}

body.liames-page-home .header-search-form {
    display: none !important;
}

body.liames-page-home .main-header-area {
    min-height: 56px;
}

body.liames-page-home .header-nav-list .first-a,
body.liames-page-home .header-nav-list .first-a span {
    color: #0F172A !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
}

body.liames-page-home .header-nav-list .first-a.active,
body.liames-page-home .header-nav-list .first-a:hover {
    color: #3B82F6 !important;
}

body.liames-page-home .header-buttons .login {
    background: linear-gradient(135deg, #3B82F6, #8B5CF6) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 10px 18px !important;
    font-weight: 700 !important;
}

body.liames-page-home .mobile-menu-btn {
    color: #0F172A !important;
}

body.liames-page-home .footer-section,
body.liames-page-home footer {
    background: #070B14 !important;
    color: #94A3B8 !important;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}

/* Hide legacy scroll widget; use lx-top */
body.liames-page-home .scroll-icon-area {
    display: none !important;
}

/* ---- Shell ---- */
.lx-home {
    --lx-ink: #0F172A;
    --lx-paper: #F8FAFC;
    --lx-mist: #E2E8F0;
    --lx-blue: #3B82F6;
    --lx-violet: #8B5CF6;
    --lx-muted: #64748B;
    background: #0B1220;
    color: #E2E8F0;
    overflow-x: clip;
}

.lx-home *,
.lx-home *::before,
.lx-home *::after {
    box-sizing: border-box;
}

.lx-eyebrow {
    margin: 0 0 8px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--lx-blue);
}

.lx-title {
    margin: 0;
    font-family: var(--liames-font-display, 'Bomstad Display', Georgia, serif);
    font-size: clamp(1.9rem, 3.4vw, 2.8rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #fff;
}

.lx-lede {
    margin: 0;
    max-width: 36ch;
    color: #94A3B8;
    font-size: 1rem;
    line-height: 1.55;
}

/* ---- STAGE (hero) — busca no topo, banner rotativo CMS ---- */
.lx-stage {
    position: relative;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 48px 0 96px;
    isolation: isolate;
}

.lx-stage__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.lx-stage__swiper,
.lx-stage__swiper .swiper-wrapper,
.lx-stage__swiper .swiper-slide,
.lx-stage__slide {
    height: 100%;
    min-height: 680px;
}

.lx-stage__slide {
    background-size: cover;
    background-position: center;
}

/* Overlay bem leve — imagens do sistema ficam visíveis */
.lx-stage__veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.22) 0%, rgba(15, 23, 42, 0.12) 40%, rgba(15, 23, 42, 0.35) 100%);
    pointer-events: none;
}

.lx-stage .swiper-pagination {
    bottom: 20px !important;
    z-index: 2;
}

.lx-stage .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.45;
}

.lx-stage .swiper-pagination-bullet-active {
    opacity: 1;
    background: #3B82F6;
}

.lx-stage__inner {
    position: relative;
    z-index: 2;
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 28px;
}

.lx-stage__copy {
    position: relative;
    min-height: 4.5rem;
    margin: 0 0 22px;
    text-align: center;
}

.lx-stage__copy-item {
    display: none;
    animation: lxRise 0.35s ease;
}

.lx-stage__copy-item.is-on {
    display: block;
}

.lx-stage__title {
    margin: 0 0 8px;
    font-family: var(--liames-font-display, 'Bomstad Display', Georgia, serif);
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #fff;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.lx-stage__desc {
    margin: 0 auto;
    max-width: 46ch;
    color: rgba(248, 250, 252, 0.92);
    font-size: clamp(0.95rem, 1.4vw, 1.1rem);
    line-height: 1.5;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.lx-stage__deck,
.lx-stage__kicker,
.lx-stage__scroll,
.lx-stage__wordmark,
.lx-stage__brand,
.lx-stage__line,
.lx-stage__canvas,
.lx-stage__mesh {
    display: none !important;
}

/* ---- Motor flutuante 3D (combos compactos) ---- */
.lx-dock,
.lx-dock--float {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #F8FAFC 100%);
    color: var(--lx-ink);
    border-radius: 26px;
    padding: 12px 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    transform: translateY(0) perspective(1200px) rotateX(1.5deg);
    transform-origin: center top;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 18px 40px rgba(15, 23, 42, 0.16),
        0 40px 80px rgba(15, 23, 42, 0.18),
        0 0 0 1px rgba(15, 23, 42, 0.04);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    z-index: 5;
}

.lx-dock--float:hover {
    transform: translateY(-3px) perspective(1200px) rotateX(0deg);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 24px 48px rgba(15, 23, 42, 0.18),
        0 50px 90px rgba(59, 130, 246, 0.14),
        0 0 0 1px rgba(59, 130, 246, 0.1);
}

.lx-dock__tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    padding: 2px 2px 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #E2E8F0;
    scrollbar-width: none;
}

.lx-dock__tabs::-webkit-scrollbar { display: none; }

.lx-dock__tab {
    appearance: none;
    border: 0;
    background: transparent;
    color: #64748B;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 999px;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.lx-dock__tab:hover { color: var(--lx-blue); background: rgba(59, 130, 246, 0.08); }

.lx-dock__tab.is-on,
.lx-dock__tab.active {
    background: linear-gradient(135deg, #3B82F6, #8B5CF6) !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(59, 130, 246, 0.28);
}

.lx-dock__panel {
    padding: 0;
    overflow: visible;
}

/* Fix bug: só uma aba do motor visível (evita combos duplicadas) */
.lx-dock__panel > .tab-pane,
.lx-dock__panel > .tab-pane[hidden] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lx-dock__panel > .tab-pane.active.show,
.lx-dock__panel > .tab-pane.active:not([hidden]) {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
}

.lx-dock .liames-home-search-section,
.lx-dock .liames-home-search,
.lx-dock .liames-home-search__shell,
.lx-dock .atn-search-filter-wrap {
    all: unset;
    display: block;
}

.lx-dock .liames-home-search__tabs,
.lx-dock .atn-search-nav-pills {
    display: none !important;
}

/* Geo fields viram filhos do flex (evita coluna alta Estado+Cidade) */
.lx-dock .br-search-geo-fields {
    display: contents !important;
}

.lx-dock .lx-motor__bar,
.lx-dock .liames-home-search__bar {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: stretch !important;
    gap: 8px;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
}

.lx-dock .lx-motor__field,
.lx-dock .liames-home-search__field {
    flex: 1 1 0;
    min-width: 0;
    max-height: none;
    height: auto !important;
    min-height: 0 !important;
    padding: 8px 12px !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-self: stretch;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lx-dock .lx-motor__field:hover,
.lx-dock .lx-motor__field:focus-within {
    border-color: rgba(59, 130, 246, 0.45) !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}

.lx-dock .liames-home-search__field:not(:last-child)::after {
    display: none !important;
}

.lx-dock .lx-motor__actions,
.lx-dock .liames-home-search__field--actions {
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 4px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-width: auto !important;
    min-height: 0 !important;
    align-self: center !important;
}

.lx-dock .atn-search-filter-label,
.lx-dock .liames-home-search__label {
    color: #64748B !important;
    font-size: 10px !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    margin: 0 0 2px !important;
    line-height: 1 !important;
}

.lx-dock .select2-container {
    width: 100% !important;
}

.lx-dock .select2-container--default .select2-selection--single {
    height: 26px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}

.lx-dock .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 18px 0 0 !important;
    line-height: 26px !important;
    color: #0F172A !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
}

.lx-dock .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #94A3B8 !important;
    font-weight: 500 !important;
}

.lx-dock .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px !important;
    right: 0 !important;
    top: 0 !important;
}

.lx-dock .select2-dropdown {
    border: 1px solid #E2E8F0 !important;
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14) !important;
}

.lx-dock .select2-results__option {
    padding: 10px 14px !important;
    font-size: 14px !important;
}

.lx-dock .select2-results__option--highlighted {
    background: #3B82F6 !important;
}

.lx-dock .liames-home-search__locate {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: #fff;
    color: #334155;
}

.lx-dock .liames-home-search__submit {
    background: linear-gradient(135deg, #3B82F6, #8B5CF6) !important;
    border-radius: 12px !important;
    height: 44px !important;
    min-width: 110px;
    box-shadow: 0 10px 22px rgba(59, 130, 246, 0.32) !important;
}

/* ---- AI search — tema claro ---- */
.lx-ai {
    margin-top: 14px;
    width: 100%;
}

.lx-ai__shell {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 10px 10px 10px 14px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 16px 40px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(15, 23, 42, 0.03);
    cursor: text;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.lx-ai__shell:focus-within {
    border-color: rgba(59, 130, 246, 0.45);
    box-shadow:
        0 0 0 4px rgba(59, 130, 246, 0.12),
        0 18px 44px rgba(15, 23, 42, 0.14);
}

.lx-ai__glow {
    display: none;
}

.lx-ai__icon {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #8B5CF6;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(139, 92, 246, 0.16));
}

.lx-ai__copy {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lx-ai__label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #3B82F6;
}

.lx-ai__input {
    width: 100%;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #0F172A !important;
    font-size: 0.98rem !important;
    font-weight: 600 !important;
    padding: 0 !important;
    height: 26px;
    line-height: 26px;
}

.lx-ai__input::placeholder {
    color: #94A3B8;
    font-weight: 500;
}

.lx-ai__btn {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #3B82F6, #8B5CF6);
    color: #fff !important;
    font-size: 0.92rem;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(59, 130, 246, 0.3);
    transition: transform 0.2s ease, filter 0.2s ease;
}

.lx-ai__btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
    color: #fff !important;
}

@media (max-width: 900px) {
    .lx-dock .lx-motor__bar,
    .lx-dock .liames-home-search__bar {
        flex-direction: column !important;
    }

    .lx-dock .lx-motor__actions {
        width: 100%;
    }

    .lx-dock .liames-home-search__submit {
        flex: 1;
        width: 100%;
    }

    .lx-ai__shell {
        flex-wrap: wrap;
        padding: 12px;
    }

    .lx-ai__btn {
        width: 100%;
        justify-content: center;
    }

    .lx-dock,
    .lx-dock--float {
        transform: none;
    }

    .lx-dock--float:hover {
        transform: translateY(-2px);
    }
}

/* ---- Vertical rail ---- */
.lx-rail {
    background: #0B1220;
    padding: 72px 0 40px;
}

.lx-rail__head {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: end;
}

.lx-rail__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 280px);
    gap: 16px;
    overflow-x: auto;
    padding: 8px max(20px, calc((100% - 1120px) / 2)) 28px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #334155 transparent;
}

.lx-lane {
    position: relative;
    display: block;
    scroll-snap-align: start;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none !important;
    color: #fff !important;
    background: #111827;
    border: 1px solid rgba(148, 163, 184, 0.15);
    transition: transform 0.3s ease, border-color 0.3s ease;
    min-height: 320px;
}

.lx-lane:hover {
    transform: translateY(-6px) rotate(-0.4deg);
    border-color: rgba(59, 130, 246, 0.55);
}

.lx-lane__media {
    position: absolute;
    inset: 0;
}

.lx-lane__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.05) contrast(1.05);
    transition: transform 0.5s ease;
}

.lx-lane:hover .lx-lane__media img {
    transform: scale(1.08);
}

.lx-lane__meta {
    position: absolute;
    inset: auto 0 0 0;
    padding: 20px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: end;
    background: linear-gradient(180deg, transparent, rgba(7, 11, 20, 0.92));
}

.lx-lane__index {
    font-family: var(--liames-font-display, 'Bomstad Display', Georgia, serif);
    font-size: 2rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1;
}

.lx-lane__name {
    margin: 0 0 4px;
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
}

.lx-lane__count {
    margin: 0;
    font-size: 0.8rem;
    color: #CBD5E1;
}

.lx-lane__go {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.12);
    font-size: 1.1rem;
}

/* ---- Bento featured ---- */
.lx-bento {
    background: linear-gradient(180deg, #0B1220 0%, #111827 40%, #F1F5F9 40%, #F1F5F9 100%);
    padding: 48px 0 80px;
}

.lx-bento__head {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: end;
}

.lx-bento__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lx-chip {
    appearance: none;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: #E2E8F0;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 999px;
    cursor: pointer;
    transition: 0.2s ease;
}

.lx-bento .lx-chip {
    background: #fff;
    color: #475569;
    border-color: #E2E8F0;
}

.lx-chip.is-on {
    background: #0F172A !important;
    color: #fff !important;
    border-color: transparent !important;
}

.lx-bento__panel {
    display: none;
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.lx-bento__panel.is-on {
    display: block;
    animation: lxRise 0.4s ease;
}

@keyframes lxRise {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: none; }
}

.lx-bento__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(180px, auto);
    gap: 16px;
}

.lx-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    color: #0F172A;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    min-height: 0;
}

.lx-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.lx-card--hero {
    grid-column: span 7;
    grid-row: span 2;
    min-height: 420px;
}

.lx-card--mid {
    grid-column: span 5;
    min-height: 200px;
}

.lx-card--std {
    grid-column: span 3;
    min-height: 280px;
}

@media (max-width: 991px) {
    .lx-card--hero,
    .lx-card--mid,
    .lx-card--std {
        grid-column: span 6;
        grid-row: auto;
        min-height: 280px;
    }
}

@media (max-width: 640px) {
    .lx-card--hero,
    .lx-card--mid,
    .lx-card--std {
        grid-column: span 12;
    }
}

.lx-card__cover {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.lx-card__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lx-card__veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 20%, rgba(15, 23, 42, 0.88) 100%);
}

.lx-card--std .lx-card__veil {
    background: linear-gradient(180deg, transparent 35%, rgba(15, 23, 42, 0.9) 100%);
}

.lx-card__pill {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0F172A;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: capitalize;
}

.lx-card__heart {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #3B82F6;
    text-decoration: none !important;
}

.lx-card__heart.is-on,
.lx-card__heart.active {
    background: #3B82F6;
    color: #fff;
}

.lx-card__heart svg path { fill: currentColor !important; }

.lx-card__copy {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding: 18px;
    color: #fff;
}

.lx-card__title {
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.25;
}

.lx-card--hero .lx-card__title { font-size: clamp(1.4rem, 2.4vw, 2rem); }

.lx-card__title a {
    color: inherit !important;
    text-decoration: none !important;
}

.lx-card__row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.85rem;
    color: #CBD5E1;
    margin-bottom: 10px;
}

.lx-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}

.lx-card__tags li {
    padding: 4px 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.72rem;
    font-weight: 700;
}

.lx-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.lx-card__price {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
}

.lx-card__price small {
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.8;
    margin-left: 4px;
}

.lx-card__cta {
    color: #93C5FD !important;
    font-weight: 800;
    text-decoration: none !important;
    font-size: 0.9rem;
}

.lx-bento__more {
    margin-top: 24px;
    text-align: center;
}

.lx-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0F172A !important;
    font-weight: 800;
    text-decoration: none !important;
    padding: 12px 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #E2E8F0;
}

.lx-empty {
    padding: 48px;
    text-align: center;
    background: #fff;
    color: #64748B;
    border-radius: 20px;
}

/* ---- Voices / journal ---- */
.lx-voices,
.lx-journal {
    background: #F1F5F9;
    padding: 64px 0;
    color: #0F172A;
}

.lx-voices .lx-title,
.lx-journal .lx-title {
    color: #0F172A;
}

.lx-voices__intro,
.lx-journal__head {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto 28px;
}

.lx-voices__stack {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (max-width: 767px) {
    .lx-voices__stack { grid-template-columns: 1fr; }
}

.lx-voice {
    margin: 0;
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #E2E8F0;
}

.lx-voice p {
    margin: 0 0 18px;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #334155;
}

.lx-voice footer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lx-voice img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.lx-voice strong {
    display: block;
    font-size: 0.9rem;
}

.lx-voice span {
    color: #F59E0B;
    font-size: 0.8rem;
}

.lx-journal__list {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 16px;
}

@media (max-width: 900px) {
    .lx-journal__list { grid-template-columns: 1fr; }
}

.lx-story {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 16px;
    padding: 14px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #E2E8F0;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform 0.2s ease;
}

.lx-story:hover { transform: translateY(-3px); }

.lx-story--lead {
    grid-row: span 2;
    grid-template-columns: 1fr;
}

.lx-story--lead .lx-story__img {
    aspect-ratio: 16 / 10;
}

.lx-story__img {
    border-radius: 14px;
    overflow: hidden;
    background: #E2E8F0;
    min-height: 100px;
}

.lx-story__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lx-story__cat {
    display: inline-block;
    margin-bottom: 8px;
    color: #3B82F6;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lx-story h3 {
    margin: 0 0 8px;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0F172A;
}

.lx-story p {
    margin: 0 0 10px;
    color: #64748B;
    font-size: 0.9rem;
}

.lx-story time {
    font-size: 0.78rem;
    color: #94A3B8;
    font-weight: 700;
}

.lx-marks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px;
    padding: 40px 20px 72px;
    background: #F1F5F9;
}

.lx-marks img {
    max-height: 28px;
    opacity: 0.45;
    filter: grayscale(1);
}

.lx-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 90;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #3B82F6, #8B5CF6);
    color: #fff;
    box-shadow: 0 12px 28px rgba(59, 130, 246, 0.35);
    cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
    .lx-lane,
    .lx-card,
    .lx-stage__pulse,
    .lx-bento__panel.is-on {
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 767px) {
    .lx-stage {
        min-height: 580px;
        padding: 28px 0 72px;
    }

    .lx-stage__swiper,
    .lx-stage__swiper .swiper-wrapper,
    .lx-stage__swiper .swiper-slide,
    .lx-stage__slide {
        min-height: 580px;
    }

    .lx-stage__inner {
        padding-top: 8px;
        padding-bottom: 20px;
    }

    .lx-bento {
        background: #F1F5F9;
        padding-top: 32px;
    }

    .lx-bento__head .lx-title {
        color: #0F172A;
    }
}
