/* 首页 v2 — 与旧版棕金赌场风完全不同的编辑型布局（仅 body.image_4a94 生效） */

: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.image_4a94 {
    background: var(--home-bg);
    color: var(--home-text);
    font-family: var(--home-font);
    line-height: 1.6;
}

body.image_4a94 a {
    color: var(--home-accent-2);
}

body.image_4a94 a:hover {
    color: #1e40af;
}

/* ---------- Skip link (a11y) ---------- */
.message-7e01 {
    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;
}

.message-7e01:focus {
    left: 0;
    outline: 3px solid #fde047;
}

/* ---------- Top bar ---------- */
.selected-2e68 {
    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);
}

.logo-lite-9a53 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.badge-tiny-9c9d {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.badge-tiny-9c9d img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.info_dim_92ea {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.modal_blue_a38a {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.filter_ab24 {
    font-size: 0.75rem;
    color: var(--home-muted);
    font-weight: 500;
}

.north_e023 {
    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.image_4a94 .north_e023 .gold_0ad5 {
        display: flex;
        width: auto;
        flex: 0 0 auto;
        padding: 0;
        margin: 0;
        background: transparent;
        justify-content: center;
        align-items: center;
    }

    body.image_4a94 .logo-lite-9a53 {
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    body.image_4a94 .badge-tiny-9c9d {
        min-width: 0;
        flex: 1 1 auto;
    }

    body.image_4a94 .north_e023 {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    body.image_4a94 .north_e023 .image_red_0d09 {
        padding: 0.45rem 0.65rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 769px) {
    body.image_4a94 .gold_0ad5 {
        display: none !important;
    }
}

/* ---------- Nav overrides (estrutura mantida para navigation.mask_a152) ---------- */
body.image_4a94 .accent-thick-7f85 {
    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.image_4a94 .accent-thick-7f85 .pagination-2524 {
    color: var(--home-text);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
}

body.image_4a94 .accent-thick-7f85 .pagination-2524:hover {
    background: #f1f5f9;
    color: var(--home-text);
    box-shadow: none;
    transform: none;
}

body.image_4a94 .accent-thick-7f85 .outline_warm_05c9 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    box-shadow: var(--home-shadow);
}

body.image_4a94 .accent-thick-7f85 .outline_warm_05c9::before {
    border-bottom-color: var(--home-surface);
}

body.image_4a94 .accent-thick-7f85 .sort-center-d06b {
    color: var(--home-text);
}

body.image_4a94 .accent-thick-7f85 .sort-center-d06b:hover {
    background: #f8fafc;
    color: var(--home-text);
    transform: none;
    box-shadow: none;
}

body.image_4a94 .shade_cb7c {
    background: #f1f5f9;
}

body.image_4a94 .shade_cb7c span {
    color: var(--home-text);
    text-shadow: none;
}

body.image_4a94 .tertiary_narrow_bd86 {
    border-color: var(--home-border);
    background: #fff;
}

body.image_4a94 .tertiary_narrow_bd86 span {
    background: var(--home-text);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.image_4a94 .short_b672 {
        background: #fff;
        border-top: 1px solid var(--home-border);
    }

    body.image_4a94 .short_b672 .pagination-2524 {
        color: var(--home-text);
    }

    body.image_4a94 .short_b672 .outline_warm_05c9 {
        background: #f8fafc;
        border-top: 1px solid var(--home-border);
    }

    body.image_4a94 .short_b672 .sort-center-d06b {
        color: var(--home-text);
    }

    /* Menu aberto: painel ocupa o restante da tela; fundo não rola (JS trava body) */
    body.image_4a94.link_ab17 .selected-2e68 {
        z-index: 10070;
    }

    body.image_4a94 .accent-thick-7f85 {
        z-index: 10065;
    }

    body.image_4a94 .accent-thick-7f85 .fixed-1153 {
        padding-left: 0;
        padding-right: 0;
    }

    body.image_4a94 .accent-thick-7f85 .short_b672.fn-show-009e {
        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.image_4a94 .accent-thick-7f85 .up_318b:first-child .pagination-2524 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* apk.main_e0f1 & app.main_e0f1 & baixar.main_e0f1 & download.main_e0f1 & instalar.main_e0f1: destacar Mobile em vez de Início */
body.avatar_over_ae31 .accent-thick-7f85 .up_318b:first-child .pagination-2524,
body.outer_4b99 .accent-thick-7f85 .up_318b:first-child .pagination-2524,
body.action_c746 .accent-thick-7f85 .up_318b:first-child .pagination-2524,
body.caption-left-54dd .accent-thick-7f85 .up_318b:first-child .pagination-2524,
body.element_hard_48dc .accent-thick-7f85 .up_318b:first-child .pagination-2524 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.avatar_over_ae31 .accent-thick-7f85 .first_e333 .pagination-2524,
body.outer_4b99 .accent-thick-7f85 .first_e333 .pagination-2524,
body.action_c746 .accent-thick-7f85 .first_e333 .pagination-2524,
body.caption-left-54dd .accent-thick-7f85 .first_e333 .pagination-2524,
body.element_hard_48dc .accent-thick-7f85 .first_e333 .pagination-2524 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.avatar_over_ae31 .accent-thick-7f85 .sort-center-d06b[aria-current="page"],
    body.outer_4b99 .accent-thick-7f85 .sort-center-d06b[aria-current="page"],
    body.action_c746 .accent-thick-7f85 .sort-center-d06b[aria-current="page"],
    body.caption-left-54dd .accent-thick-7f85 .sort-center-d06b[aria-current="page"],
    body.element_hard_48dc .accent-thick-7f85 .sort-center-d06b[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bet.main_e0f1: destacar Apostas em vez de Início */
/* bet.main_e0f1, plataforma.main_e0f1 & win.main_e0f1: destacar Apostas em vez de Início */
body.focus-bronze-40c7 .accent-thick-7f85 .up_318b:first-child .pagination-2524,
body.widget-7942 .accent-thick-7f85 .up_318b:first-child .pagination-2524,
body.feature-9be2 .accent-thick-7f85 .up_318b:first-child .pagination-2524 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.focus-bronze-40c7 .accent-thick-7f85 .main_huge_7891 .pagination-2524,
body.widget-7942 .accent-thick-7f85 .main_huge_7891 .pagination-2524,
body.feature-9be2 .accent-thick-7f85 .main_huge_7891 .pagination-2524 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.focus-bronze-40c7 .accent-thick-7f85 .sort-center-d06b[aria-current="page"],
    body.widget-7942 .accent-thick-7f85 .sort-center-d06b[aria-current="page"],
    body.feature-9be2 .accent-thick-7f85 .sort-center-d06b[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bonus.main_e0f1: destacar Bônus */
body.widget-center-962d .accent-thick-7f85 .up_318b:first-child .pagination-2524 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.widget-center-962d .accent-thick-7f85 .chip-yellow-f158 .pagination-2524 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* cadastro.main_e0f1, login.main_e0f1 & vip.main_e0f1: destacar Conta em vez de Início */
body.outline-048f .accent-thick-7f85 .up_318b:first-child .pagination-2524,
body.liquid_4bcf .accent-thick-7f85 .up_318b:first-child .pagination-2524,
body.widget_current_099c .accent-thick-7f85 .up_318b:first-child .pagination-2524 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.outline-048f .accent-thick-7f85 .video-inner-502b .pagination-2524,
body.liquid_4bcf .accent-thick-7f85 .video-inner-502b .pagination-2524,
body.widget_current_099c .accent-thick-7f85 .video-inner-502b .pagination-2524 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.outline-048f .accent-thick-7f85 .sort-center-d06b[aria-current="page"],
    body.liquid_4bcf .accent-thick-7f85 .sort-center-d06b[aria-current="page"],
    body.widget_current_099c .accent-thick-7f85 .sort-center-d06b[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* cassino.main_e0f1, lottery.main_e0f1 & slot.main_e0f1: destacar Jogos em vez de Início */
body.feature-5920 .accent-thick-7f85 .up_318b:first-child .pagination-2524,
body.row_3ddd .accent-thick-7f85 .up_318b:first-child .pagination-2524,
body.outer-d308 .accent-thick-7f85 .up_318b:first-child .pagination-2524 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.feature-5920 .accent-thick-7f85 .section_iron_1c8f .pagination-2524,
body.row_3ddd .accent-thick-7f85 .section_iron_1c8f .pagination-2524,
body.outer-d308 .accent-thick-7f85 .section_iron_1c8f .pagination-2524 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.feature-5920 .accent-thick-7f85 .sort-center-d06b[aria-current="page"],
    body.row_3ddd .accent-thick-7f85 .sort-center-d06b[aria-current="page"],
    body.outer-d308 .accent-thick-7f85 .sort-center-d06b[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* facebook.main_e0f1 & telegram.main_e0f1: destacar Social em vez de Início */
body.preview-plasma-09f8 .accent-thick-7f85 .up_318b:first-child .pagination-2524,
body.input_fc32 .accent-thick-7f85 .up_318b:first-child .pagination-2524 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.preview-plasma-09f8 .accent-thick-7f85 .active-3f10 .pagination-2524,
body.input_fc32 .accent-thick-7f85 .active-3f10 .pagination-2524 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.preview-plasma-09f8 .accent-thick-7f85 .sort-center-d06b[aria-current="page"],
    body.input_fc32 .accent-thick-7f85 .sort-center-d06b[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* ---------- Layout shell ---------- */
.module-e7e4 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.panel-right-4f0b {
    display: grid;
    gap: 2rem;
}

@media (min-width: 1100px) {
    .panel-right-4f0b {
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
    }
}

.outer_c0ed {
    min-width: 0;
}

.secondary_a8d0 {
    position: sticky;
    top: 5.5rem;
    align-self: start;
}

/* ---------- Editorial: byline e metodologia ---------- */
.static_7c1e {
    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);
}

.static_7c1e strong {
    color: var(--home-text);
    font-weight: 700;
}

.accent-2b16 {
    margin-top: 2rem;
}

.label-pressed-00f7 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .label-pressed-00f7 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .label-pressed-00f7 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.widget-thick-928f {
    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;
}

.widget-thick-928f h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: var(--home-accent);
    letter-spacing: 0.02em;
}

.widget-thick-928f p {
    margin: 0;
    color: #334155;
}

.border-bef7 {
    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) ---------- */
.input_fluid_0d72 {
    padding: 2.25rem 0 1rem;
}

.feature_8a1b {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 900px) {
    .feature_8a1b {
        grid-template-columns: 1.05fr 0.95fr;
    }
}

.dropdown-a70f {
    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;
}

.input_fluid_0d72 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);
}

.gas_ef65 {
    font-size: 1.05rem;
    color: var(--home-muted);
    margin-bottom: 1.25rem;
}

.summary-complex-5c1a {
    font-size: 0.98rem;
    color: #334155;
}

.summary-complex-5c1a p {
    margin-bottom: 1rem;
}

.info_7295 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.preview_06db {
    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);
}

.preview_06db:hover {
    filter: brightness(1.05);
}

.avatar-d38d {
    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;
}

.info-f3e4 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: var(--home-shadow);
}

.info-f3e4 img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

/* ---------- Bands / sections ---------- */
.current-13f2 {
    margin-top: 2.5rem;
    scroll-margin-top: 5rem;
}

.status_advanced_4f7d {
    margin-bottom: 1.25rem;
}

.status_advanced_4f7d 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);
}

.layout-east-e9f9 {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.95rem;
}

.grid_35f8 {
    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 ---------- */
.info-f378 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .info-f378 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.table-solid-06ca {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    text-align: center;
}

.table-solid-06ca strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--home-accent-2);
}

.table-solid-06ca span {
    font-size: 0.78rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Feature grid (bento) ---------- */
.purple-e4fe {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 700px) {
    .purple-e4fe {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .purple-e4fe {
        grid-template-columns: repeat(3, 1fr);
    }
}

.layout_short_f23a {
    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;
}

.layout_short_f23a:hover {
    transform: translateY(-2px);
    box-shadow: var(--home-shadow);
}

.layout_short_f23a img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.layout_short_f23a h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    color: var(--home-text);
}

.layout_short_f23a p,
.layout_short_f23a li {
    font-size: 0.92rem;
    color: #334155;
}

.layout_short_f23a ul {
    margin: 0;
    padding-left: 1.1rem;
}

/* ---------- Tables ---------- */
.accordion-east-3eab {
    overflow-x: auto;
    margin-top: 1rem;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.module-40cd {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 720px;
}

.module-40cd 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;
}

.module-40cd tbody td {
    padding: 0.65rem;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.module-40cd tbody tr:nth-child(even) {
    background: #fcfdff;
}

.section-cbc9 {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #e0f2fe;
    color: #075985;
}

/* ---------- Win cards ---------- */
.message-b23e {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .message-b23e {
        grid-template-columns: repeat(2, 1fr);
    }
}

.banner-advanced-351b {
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.input_7285 {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.banner-advanced-351b h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.banner-advanced-351b .center-8031 {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0.35rem 0;
}

.menu-fresh-6677 {
    background: #dcfce7;
    color: #166534;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

/* ---------- FAQ ---------- */
.progress_95ef details {
    border: 1px solid var(--home-border);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 0.65rem;
    overflow: hidden;
}

.progress_95ef summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    font-weight: 700;
    list-style: none;
    color: var(--home-text);
}

.progress_95ef summary::-webkit-details-marker {
    display: none;
}

.progress_95ef .pressed-06be {
    padding: 0 1.1rem 1.1rem;
    border-top: 1px solid var(--home-border);
    color: #334155;
    font-size: 0.95rem;
}

.progress_95ef .pressed-06be p:last-child {
    margin-bottom: 0;
}

/* ---------- Aside trust ---------- */
.brown_0ceb {
    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;
}

.brown_0ceb h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.brown_0ceb ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--home-muted);
    font-size: 0.88rem;
}

.backdrop_8449 a {
    display: block;
    padding: 0.35rem 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
}

.fresh_3f1e {
    font-size: 0.8rem;
    color: var(--home-muted);
    margin-top: 0.5rem;
}

/* ---------- Footer area ---------- */
.avatar-basic-5a88 {
    border-top: 1px solid var(--home-border);
    background: #fff;
    margin-top: 2rem;
    padding: 2rem 1rem;
}

.popup-190c {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.avatar-basic-5a88 a {
    font-weight: 600;
}

.breadcrumb_gold_1b86 {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.breadcrumb_gold_1b86 h2 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.breadcrumb_gold_1b86 p {
    color: #334155;
}

/* ---------- CTA bar ---------- */
.block-simple-1972 {
    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);
}

.block-simple-1972 a {
    color: #fff !important;
}

.block-simple-1972 h2 {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

/* ---------- Feature / section images ---------- */
.full_46b5 {
    margin: 1rem 0 0;
}

.full_46b5 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.image_4a94 .active_brown_e23d {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

body.image_4a94 .active_brown_e23d h1 {
    color: inherit;
    text-shadow: none;
}

body.image_4a94 .active_brown_e23d p {
    color: inherit;
}

/* ---------- Numbers grid (bottom stats) ---------- */
.medium-445b {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .medium-445b {
        grid-template-columns: repeat(4, 1fr);
    }
}

.gallery-b9fd {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}

.gallery-b9fd .section-red-c1ee {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--home-accent);
}

.gallery-b9fd .section-7d01 {
    font-size: 0.8rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Responsible two-col ---------- */
.tiny-e501 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 800px) {
    .tiny-e501 {
        grid-template-columns: 1fr 1fr;
    }
}

.hard_6432 {
    background: #f8fafc;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1.1rem;
}

.hard_6432 h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

.bright-a94f {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #7f1d1d;
}

/* ---------- Print ---------- */
@media print {
    body.image_4a94 .accent-thick-7f85,
    body.image_4a94 .north_e023,
    .block-simple-1972 {
        display: none !important;
    }
}

/* css-noise: 684a */
.ghost-box-q2 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
}
