/* 首页 v2 — 与旧版棕金赌场风完全不同的编辑型布局（仅 body.easy_64a5 生效） */

:root {
    --home-bg: #f4f6fb;
    --home-surface: #ffffff;
    --home-text: #0f172a;
    --home-muted: #475569;
    --home-border: #e2e8f0;
    --home-accent: #0d9488;
    --home-accent-2: #1d4ed8;
    --home-warn: #c2410c;
    --home-radius: 14px;
    --home-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 12px 28px rgba(15, 23, 42, 0.08);
    --home-font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}

body.easy_64a5 {
    background: var(--home-bg);
    color: var(--home-text);
    font-family: var(--home-font);
    line-height: 1.6;
}

body.easy_64a5 a {
    color: var(--home-accent-2);
}

body.easy_64a5 a:hover {
    color: #1e40af;
}

/* ---------- Skip link (a11y) ---------- */
.basic-83ae {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 10000;
    padding: 0.75rem 1rem;
    background: var(--home-accent);
    color: #fff;
    font-weight: 600;
    border-radius: 0 0 8px 0;
}

.basic-83ae:focus {
    left: 0;
    outline: 3px solid #fde047;
}

/* ---------- Top bar ---------- */
.progress-2f98 {
    background: var(--home-surface);
    border-bottom: 1px solid var(--home-border);
    position: sticky;
    top: 0;
    z-index: 2000;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.current-205d {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.short_ea0f {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.short_ea0f img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.search-green-f3c0 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.icon-inner-6643 {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.tag_4cea {
    font-size: 0.75rem;
    color: var(--home-muted);
    font-weight: 500;
}

.content_dirty_897c {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

/* Hamburger no header: à direita, após Registrar-se (mobile) */
@media (max-width: 768px) {
    body.easy_64a5 .content_dirty_897c .purple_4cf8 {
        display: flex;
        width: auto;
        flex: 0 0 auto;
        padding: 0;
        margin: 0;
        background: transparent;
        justify-content: center;
        align-items: center;
    }

    body.easy_64a5 .current-205d {
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    body.easy_64a5 .short_ea0f {
        min-width: 0;
        flex: 1 1 auto;
    }

    body.easy_64a5 .content_dirty_897c {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    body.easy_64a5 .content_dirty_897c .heading-2932 {
        padding: 0.45rem 0.65rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 769px) {
    body.easy_64a5 .purple_4cf8 {
        display: none !important;
    }
}

/* ---------- Nav overrides (estrutura mantida para navigation.left_cda0) ---------- */
body.easy_64a5 .warm_c738 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    border-left: none;
    border-right: none;
}

body.easy_64a5 .warm_c738 .search_b993 {
    color: var(--home-text);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
}

body.easy_64a5 .warm_c738 .search_b993:hover {
    background: #f1f5f9;
    color: var(--home-text);
    box-shadow: none;
    transform: none;
}

body.easy_64a5 .warm_c738 .modal-purple-a58b {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    box-shadow: var(--home-shadow);
}

body.easy_64a5 .warm_c738 .modal-purple-a58b::before {
    border-bottom-color: var(--home-surface);
}

body.easy_64a5 .warm_c738 .out-0554 {
    color: var(--home-text);
}

body.easy_64a5 .warm_c738 .out-0554:hover {
    background: #f8fafc;
    color: var(--home-text);
    transform: none;
    box-shadow: none;
}

body.easy_64a5 .status-5799 {
    background: #f1f5f9;
}

body.easy_64a5 .status-5799 span {
    color: var(--home-text);
    text-shadow: none;
}

body.easy_64a5 .detail-rough-0022 {
    border-color: var(--home-border);
    background: #fff;
}

body.easy_64a5 .detail-rough-0022 span {
    background: var(--home-text);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.easy_64a5 .wrapper_silver_f7ce {
        background: #fff;
        border-top: 1px solid var(--home-border);
    }

    body.easy_64a5 .wrapper_silver_f7ce .search_b993 {
        color: var(--home-text);
    }

    body.easy_64a5 .wrapper_silver_f7ce .modal-purple-a58b {
        background: #f8fafc;
        border-top: 1px solid var(--home-border);
    }

    body.easy_64a5 .wrapper_silver_f7ce .out-0554 {
        color: var(--home-text);
    }

    /* Menu aberto: painel ocupa o restante da tela; fundo não rola (JS trava body) */
    body.easy_64a5.red-7e53 .progress-2f98 {
        z-index: 10070;
    }

    body.easy_64a5 .warm_c738 {
        z-index: 10065;
    }

    body.easy_64a5 .warm_c738 .outline_old_6215 {
        padding-left: 0;
        padding-right: 0;
    }

    body.easy_64a5 .warm_c738 .wrapper_silver_f7ce.fn-show-bb3b {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: var(--mobile-menu-top, 4.25rem) !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        display: block !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: contain;
        z-index: 10060 !important;
        min-height: calc(100dvh - var(--mobile-menu-top, 4.25rem)) !important;
        box-sizing: border-box !important;
        border-top: 1px solid var(--home-border);
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }
}

/* Página atual (Início) */
body.easy_64a5 .warm_c738 .fluid-3ca0:first-child .search_b993 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* apk.pagination-d341 & app.pagination-d341 & baixar.pagination-d341 & download.pagination-d341 & instalar.pagination-d341: destacar Mobile em vez de Início */
body.overlay_f1ce .warm_c738 .fluid-3ca0:first-child .search_b993,
body.background-north-5da7 .warm_c738 .fluid-3ca0:first-child .search_b993,
body.purple-4800 .warm_c738 .fluid-3ca0:first-child .search_b993,
body.east-66d6 .warm_c738 .fluid-3ca0:first-child .search_b993,
body.outline-4701 .warm_c738 .fluid-3ca0:first-child .search_b993 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.overlay_f1ce .warm_c738 .wide-3b16 .search_b993,
body.background-north-5da7 .warm_c738 .wide-3b16 .search_b993,
body.purple-4800 .warm_c738 .wide-3b16 .search_b993,
body.east-66d6 .warm_c738 .wide-3b16 .search_b993,
body.outline-4701 .warm_c738 .wide-3b16 .search_b993 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.overlay_f1ce .warm_c738 .out-0554[aria-current="page"],
    body.background-north-5da7 .warm_c738 .out-0554[aria-current="page"],
    body.purple-4800 .warm_c738 .out-0554[aria-current="page"],
    body.east-66d6 .warm_c738 .out-0554[aria-current="page"],
    body.outline-4701 .warm_c738 .out-0554[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bet.pagination-d341: destacar Apostas em vez de Início */
/* bet.pagination-d341, plataforma.pagination-d341 & win.pagination-d341: destacar Apostas em vez de Início */
body.detail_out_b0ba .warm_c738 .fluid-3ca0:first-child .search_b993,
body.box-8c4f .warm_c738 .fluid-3ca0:first-child .search_b993,
body.title_444b .warm_c738 .fluid-3ca0:first-child .search_b993 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.detail_out_b0ba .warm_c738 .silver-8f5b .search_b993,
body.box-8c4f .warm_c738 .silver-8f5b .search_b993,
body.title_444b .warm_c738 .silver-8f5b .search_b993 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.detail_out_b0ba .warm_c738 .out-0554[aria-current="page"],
    body.box-8c4f .warm_c738 .out-0554[aria-current="page"],
    body.title_444b .warm_c738 .out-0554[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bonus.pagination-d341: destacar Bônus */
body.dark_da74 .warm_c738 .fluid-3ca0:first-child .search_b993 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.dark_da74 .warm_c738 .status-smooth-5c2e .search_b993 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* cadastro.pagination-d341, login.pagination-d341 & vip.pagination-d341: destacar Conta em vez de Início */
body.first_024a .warm_c738 .fluid-3ca0:first-child .search_b993,
body.article-narrow-7681 .warm_c738 .fluid-3ca0:first-child .search_b993,
body.white-2d96 .warm_c738 .fluid-3ca0:first-child .search_b993 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.first_024a .warm_c738 .detail_f9ca .search_b993,
body.article-narrow-7681 .warm_c738 .detail_f9ca .search_b993,
body.white-2d96 .warm_c738 .detail_f9ca .search_b993 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.first_024a .warm_c738 .out-0554[aria-current="page"],
    body.article-narrow-7681 .warm_c738 .out-0554[aria-current="page"],
    body.white-2d96 .warm_c738 .out-0554[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* cassino.pagination-d341, lottery.pagination-d341 & slot.pagination-d341: destacar Jogos em vez de Início */
body.row-a360 .warm_c738 .fluid-3ca0:first-child .search_b993,
body.section-glass-c231 .warm_c738 .fluid-3ca0:first-child .search_b993,
body.over_0757 .warm_c738 .fluid-3ca0:first-child .search_b993 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.row-a360 .warm_c738 .mask-54dd .search_b993,
body.section-glass-c231 .warm_c738 .mask-54dd .search_b993,
body.over_0757 .warm_c738 .mask-54dd .search_b993 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.row-a360 .warm_c738 .out-0554[aria-current="page"],
    body.section-glass-c231 .warm_c738 .out-0554[aria-current="page"],
    body.over_0757 .warm_c738 .out-0554[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* facebook.pagination-d341 & telegram.pagination-d341: destacar Social em vez de Início */
body.menu-wood-866b .warm_c738 .fluid-3ca0:first-child .search_b993,
body.short-3fdf .warm_c738 .fluid-3ca0:first-child .search_b993 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.menu-wood-866b .warm_c738 .hot_11c5 .search_b993,
body.short-3fdf .warm_c738 .hot_11c5 .search_b993 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.menu-wood-866b .warm_c738 .out-0554[aria-current="page"],
    body.short-3fdf .warm_c738 .out-0554[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* ---------- Layout shell ---------- */
.breadcrumb_c6a5 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.tag_cold_3752 {
    display: grid;
    gap: 2rem;
}

@media (min-width: 1100px) {
    .tag_cold_3752 {
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
    }
}

.table-static-a4c3 {
    min-width: 0;
}

.south_1780 {
    position: sticky;
    top: 5.5rem;
    align-self: start;
}

/* ---------- Editorial: byline e metodologia ---------- */
.article-brown-f07e {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.65rem 0.85rem;
    background: #f8fafc;
    border: 1px solid var(--home-border);
    border-radius: 10px;
    font-size: 0.82rem;
    color: var(--home-muted);
}

.article-brown-f07e strong {
    color: var(--home-text);
    font-weight: 700;
}

.blue-55f5 {
    margin-top: 2rem;
}

.nav-f5e2 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .nav-f5e2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .nav-f5e2 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.media_light_5ddf {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1rem 1.05rem;
    font-size: 0.9rem;
    line-height: 1.55;
}

.media_light_5ddf h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: var(--home-accent);
    letter-spacing: 0.02em;
}

.media_light_5ddf p {
    margin: 0;
    color: #334155;
}

.dirty_d161 {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--home-muted);
    background: #f8fafc;
    border-left: 4px solid var(--home-accent);
    border-radius: 0 10px 10px 0;
}

/* ---------- Hero (split editorial) ---------- */
.breadcrumb-a153 {
    padding: 2.25rem 0 1rem;
}

.disabled_f386 {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 900px) {
    .disabled_f386 {
        grid-template-columns: 1.05fr 0.95fr;
    }
}

.box-silver-bd26 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--home-accent);
    margin-bottom: 0.75rem;
}

.breadcrumb-a153 h1 {
    font-size: clamp(1.75rem, 2.8vw, 2.65rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 0 0 1rem;
    color: var(--home-text);
}

.primary-south-3b10 {
    font-size: 1.05rem;
    color: var(--home-muted);
    margin-bottom: 1.25rem;
}

.hidden-c2dc {
    font-size: 0.98rem;
    color: #334155;
}

.hidden-c2dc p {
    margin-bottom: 1rem;
}

.popup_37d4 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.action_85e6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.35rem;
    border-radius: 12px;
    font-weight: 700;
    background: linear-gradient(135deg, #0d9488, #0f766e);
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(13, 148, 136, 0.35);
}

.action_85e6:hover {
    filter: brightness(1.05);
}

.table-1512 {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.1rem;
    border-radius: 12px;
    font-weight: 600;
    border: 1px solid var(--home-border);
    background: #fff;
    color: var(--home-text) !important;
    text-decoration: none !important;
}

.form_bc6e {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: var(--home-shadow);
}

.form_bc6e img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

/* ---------- Bands / sections ---------- */
.video_575a {
    margin-top: 2.5rem;
    scroll-margin-top: 5rem;
}

.tooltip-4e91 {
    margin-bottom: 1.25rem;
}

.tooltip-4e91 h2 {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 0.35rem;
    color: var(--home-text);
}

.notification-1b6d {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.95rem;
}

.tiny_ff88 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    box-shadow: var(--home-shadow);
    padding: 1.25rem 1.35rem;
}

/* ---------- Stat strip ---------- */
.row_2c55 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .row_2c55 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.layout_stale_0dce {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    text-align: center;
}

.layout_stale_0dce strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--home-accent-2);
}

.layout_stale_0dce span {
    font-size: 0.78rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Feature grid (bento) ---------- */
.hidden_action_099c {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 700px) {
    .hidden_action_099c {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .hidden_action_099c {
        grid-template-columns: repeat(3, 1fr);
    }
}

.column_f097 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-height: 100%;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.column_f097:hover {
    transform: translateY(-2px);
    box-shadow: var(--home-shadow);
}

.column_f097 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.column_f097 h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    color: var(--home-text);
}

.column_f097 p,
.column_f097 li {
    font-size: 0.92rem;
    color: #334155;
}

.column_f097 ul {
    margin: 0;
    padding-left: 1.1rem;
}

/* ---------- Tables ---------- */
.liquid-3fb5 {
    overflow-x: auto;
    margin-top: 1rem;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.element_3e20 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 720px;
}

.element_3e20 thead th {
    text-align: left;
    padding: 0.75rem 0.65rem;
    background: #f8fafc;
    border-bottom: 1px solid var(--home-border);
    font-weight: 700;
    white-space: nowrap;
}

.element_3e20 tbody td {
    padding: 0.65rem;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.element_3e20 tbody tr:nth-child(even) {
    background: #fcfdff;
}

.short-0efd {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #e0f2fe;
    color: #075985;
}

/* ---------- Win cards ---------- */
.box-old-6069 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .box-old-6069 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.input-d0c1 {
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.smooth-ab34 {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.input-d0c1 h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.input-d0c1 .yellow-7b35 {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0.35rem 0;
}

.grid-2aac {
    background: #dcfce7;
    color: #166534;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

/* ---------- FAQ ---------- */
.solid_1ccb details {
    border: 1px solid var(--home-border);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 0.65rem;
    overflow: hidden;
}

.solid_1ccb summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    font-weight: 700;
    list-style: none;
    color: var(--home-text);
}

.solid_1ccb summary::-webkit-details-marker {
    display: none;
}

.solid_1ccb .new_8d00 {
    padding: 0 1.1rem 1.1rem;
    border-top: 1px solid var(--home-border);
    color: #334155;
    font-size: 0.95rem;
}

.solid_1ccb .new_8d00 p:last-child {
    margin-bottom: 0;
}

/* ---------- Aside trust ---------- */
.wood-ddda {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1.1rem;
    box-shadow: var(--home-shadow);
    margin-bottom: 1rem;
}

.wood-ddda h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.wood-ddda ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--home-muted);
    font-size: 0.88rem;
}

.active_6da9 a {
    display: block;
    padding: 0.35rem 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
}

.card-967a {
    font-size: 0.8rem;
    color: var(--home-muted);
    margin-top: 0.5rem;
}

/* ---------- Footer area ---------- */
.focused_3f49 {
    border-top: 1px solid var(--home-border);
    background: #fff;
    margin-top: 2rem;
    padding: 2rem 1rem;
}

.filter-aa56 {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.focused_3f49 a {
    font-weight: 600;
}

.layout-south-0db7 {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.layout-south-0db7 h2 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.layout-south-0db7 p {
    color: #334155;
}

/* ---------- CTA bar ---------- */
.video-92ad {
    margin-top: 2rem;
    padding: 1.25rem;
    border-radius: var(--home-radius);
    background: linear-gradient(135deg, #1e3a8a, #1d4ed8);
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.video-92ad a {
    color: #fff !important;
}

.video-92ad h2 {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

/* ---------- Feature / section images ---------- */
.lower_49f1 {
    margin: 1rem 0 0;
}

.lower_49f1 img {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    display: block;
    border-radius: 16px;
    border: 1px solid var(--home-border);
}

/* ---------- Overrides: hero legacy class from shared ---------- */
body.easy_64a5 .modal-b86e {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

body.easy_64a5 .modal-b86e h1 {
    color: inherit;
    text-shadow: none;
}

body.easy_64a5 .modal-b86e p {
    color: inherit;
}

/* ---------- Numbers grid (bottom stats) ---------- */
.article-196f {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .article-196f {
        grid-template-columns: repeat(4, 1fr);
    }
}

.message_0e72 {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}

.message_0e72 .chip_115d {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--home-accent);
}

.message_0e72 .nav-c6b9 {
    font-size: 0.8rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Responsible two-col ---------- */
.badge-selected-10b2 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 800px) {
    .badge-selected-10b2 {
        grid-template-columns: 1fr 1fr;
    }
}

.chip-bright-a1c1 {
    background: #f8fafc;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1.1rem;
}

.chip-bright-a1c1 h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

.button-hard-fdda {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #7f1d1d;
}

/* ---------- Print ---------- */
@media print {
    body.easy_64a5 .warm_c738,
    body.easy_64a5 .content_dirty_897c,
    .video-92ad {
        display: none !important;
    }
}

/* css-noise: 6a66 */
.ghost-box-d6 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.1;
}
