/* 首页 v2 — 与旧版棕金赌场风完全不同的编辑型布局（仅 body.clean-3c32 生效） */

: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.clean-3c32 {
    background: var(--home-bg);
    color: var(--home-text);
    font-family: var(--home-font);
    line-height: 1.6;
}

body.clean-3c32 a {
    color: var(--home-accent-2);
}

body.clean-3c32 a:hover {
    color: #1e40af;
}

/* ---------- Skip link (a11y) ---------- */
.section-e666 {
    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;
}

.section-e666:focus {
    left: 0;
    outline: 3px solid #fde047;
}

/* ---------- Top bar ---------- */
.component-dim-6399 {
    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);
}

.input_ad53 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.message_be73 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.message_be73 img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.wrapper_gold_0661 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.layout-b44b {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.fixed-8ac2 {
    font-size: 0.75rem;
    color: var(--home-muted);
    font-weight: 500;
}

.filter-5e3c {
    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.clean-3c32 .filter-5e3c .hot-6dbf {
        display: flex;
        width: auto;
        flex: 0 0 auto;
        padding: 0;
        margin: 0;
        background: transparent;
        justify-content: center;
        align-items: center;
    }

    body.clean-3c32 .input_ad53 {
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    body.clean-3c32 .message_be73 {
        min-width: 0;
        flex: 1 1 auto;
    }

    body.clean-3c32 .filter-5e3c {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    body.clean-3c32 .filter-5e3c .backdrop-bronze-4c61 {
        padding: 0.45rem 0.65rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 769px) {
    body.clean-3c32 .hot-6dbf {
        display: none !important;
    }
}

/* ---------- Nav overrides (estrutura mantida para navigation.progress-79bf) ---------- */
body.clean-3c32 .first-fa1f {
    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.clean-3c32 .first-fa1f .tooltip_bright_49c2 {
    color: var(--home-text);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
}

body.clean-3c32 .first-fa1f .tooltip_bright_49c2:hover {
    background: #f1f5f9;
    color: var(--home-text);
    box-shadow: none;
    transform: none;
}

body.clean-3c32 .first-fa1f .container-17c1 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    box-shadow: var(--home-shadow);
}

body.clean-3c32 .first-fa1f .container-17c1::before {
    border-bottom-color: var(--home-surface);
}

body.clean-3c32 .first-fa1f .media_rough_7b8e {
    color: var(--home-text);
}

body.clean-3c32 .first-fa1f .media_rough_7b8e:hover {
    background: #f8fafc;
    color: var(--home-text);
    transform: none;
    box-shadow: none;
}

body.clean-3c32 .dim_12a1 {
    background: #f1f5f9;
}

body.clean-3c32 .dim_12a1 span {
    color: var(--home-text);
    text-shadow: none;
}

body.clean-3c32 .full_9cb5 {
    border-color: var(--home-border);
    background: #fff;
}

body.clean-3c32 .full_9cb5 span {
    background: var(--home-text);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.clean-3c32 .large_7264 {
        background: #fff;
        border-top: 1px solid var(--home-border);
    }

    body.clean-3c32 .large_7264 .tooltip_bright_49c2 {
        color: var(--home-text);
    }

    body.clean-3c32 .large_7264 .container-17c1 {
        background: #f8fafc;
        border-top: 1px solid var(--home-border);
    }

    body.clean-3c32 .large_7264 .media_rough_7b8e {
        color: var(--home-text);
    }

    /* Menu aberto: painel ocupa o restante da tela; fundo não rola (JS trava body) */
    body.clean-3c32.middle-0039 .component-dim-6399 {
        z-index: 10070;
    }

    body.clean-3c32 .first-fa1f {
        z-index: 10065;
    }

    body.clean-3c32 .first-fa1f .surface-left-15fb {
        padding-left: 0;
        padding-right: 0;
    }

    body.clean-3c32 .first-fa1f .large_7264.fn-show-65f3 {
        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.clean-3c32 .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* apk.middle_fff8 & app.middle_fff8 & baixar.middle_fff8 & download.middle_fff8 & instalar.middle_fff8: destacar Mobile em vez de Início */
body.row_liquid_8e18 .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2,
body.row_huge_5f41 .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2,
body.action_359d .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2,
body.icon_cool_7602 .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2,
body.modal_24e2 .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.row_liquid_8e18 .first-fa1f .tag_hot_c1ba .tooltip_bright_49c2,
body.row_huge_5f41 .first-fa1f .tag_hot_c1ba .tooltip_bright_49c2,
body.action_359d .first-fa1f .tag_hot_c1ba .tooltip_bright_49c2,
body.icon_cool_7602 .first-fa1f .tag_hot_c1ba .tooltip_bright_49c2,
body.modal_24e2 .first-fa1f .tag_hot_c1ba .tooltip_bright_49c2 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.row_liquid_8e18 .first-fa1f .media_rough_7b8e[aria-current="page"],
    body.row_huge_5f41 .first-fa1f .media_rough_7b8e[aria-current="page"],
    body.action_359d .first-fa1f .media_rough_7b8e[aria-current="page"],
    body.icon_cool_7602 .first-fa1f .media_rough_7b8e[aria-current="page"],
    body.modal_24e2 .first-fa1f .media_rough_7b8e[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bet.middle_fff8: destacar Apostas em vez de Início */
/* bet.middle_fff8, plataforma.middle_fff8 & win.middle_fff8: destacar Apostas em vez de Início */
body.primary_de24 .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2,
body.thumbnail-475c .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2,
body.accordion_motion_89b0 .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.primary_de24 .first-fa1f .silver-c8c5 .tooltip_bright_49c2,
body.thumbnail-475c .first-fa1f .silver-c8c5 .tooltip_bright_49c2,
body.accordion_motion_89b0 .first-fa1f .silver-c8c5 .tooltip_bright_49c2 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.primary_de24 .first-fa1f .media_rough_7b8e[aria-current="page"],
    body.thumbnail-475c .first-fa1f .media_rough_7b8e[aria-current="page"],
    body.accordion_motion_89b0 .first-fa1f .media_rough_7b8e[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bonus.middle_fff8: destacar Bônus */
body.gradient_b25f .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.gradient_b25f .first-fa1f .pagination-wide-e676 .tooltip_bright_49c2 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* cadastro.middle_fff8, login.middle_fff8 & vip.middle_fff8: destacar Conta em vez de Início */
body.module-advanced-0d78 .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2,
body.focus-a1d0 .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2,
body.block_green_5cd8 .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.module-advanced-0d78 .first-fa1f .caption_7ceb .tooltip_bright_49c2,
body.focus-a1d0 .first-fa1f .caption_7ceb .tooltip_bright_49c2,
body.block_green_5cd8 .first-fa1f .caption_7ceb .tooltip_bright_49c2 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.module-advanced-0d78 .first-fa1f .media_rough_7b8e[aria-current="page"],
    body.focus-a1d0 .first-fa1f .media_rough_7b8e[aria-current="page"],
    body.block_green_5cd8 .first-fa1f .media_rough_7b8e[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* cassino.middle_fff8, lottery.middle_fff8 & slot.middle_fff8: destacar Jogos em vez de Início */
body.content_3bf8 .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2,
body.paragraph-365f .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2,
body.overlay_3174 .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.content_3bf8 .first-fa1f .message-2290 .tooltip_bright_49c2,
body.paragraph-365f .first-fa1f .message-2290 .tooltip_bright_49c2,
body.overlay_3174 .first-fa1f .message-2290 .tooltip_bright_49c2 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.content_3bf8 .first-fa1f .media_rough_7b8e[aria-current="page"],
    body.paragraph-365f .first-fa1f .media_rough_7b8e[aria-current="page"],
    body.overlay_3174 .first-fa1f .media_rough_7b8e[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* facebook.middle_fff8 & telegram.middle_fff8: destacar Social em vez de Início */
body.nav-750c .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2,
body.fresh_5758 .first-fa1f .carousel_active_6160:first-child .tooltip_bright_49c2 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.nav-750c .first-fa1f .top-92d1 .tooltip_bright_49c2,
body.fresh_5758 .first-fa1f .top-92d1 .tooltip_bright_49c2 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.nav-750c .first-fa1f .media_rough_7b8e[aria-current="page"],
    body.fresh_5758 .first-fa1f .media_rough_7b8e[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* ---------- Layout shell ---------- */
.slider_tiny_4087 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.over-f426 {
    display: grid;
    gap: 2rem;
}

@media (min-width: 1100px) {
    .over-f426 {
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
    }
}

.dynamic_d0bd {
    min-width: 0;
}

.sidebar-iron-eb40 {
    position: sticky;
    top: 5.5rem;
    align-self: start;
}

/* ---------- Editorial: byline e metodologia ---------- */
.content_orange_e5ea {
    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);
}

.content_orange_e5ea strong {
    color: var(--home-text);
    font-weight: 700;
}

.light_a331 {
    margin-top: 2rem;
}

.panel-black-1a06 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .panel-black-1a06 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .panel-black-1a06 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.bright-0c3a {
    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;
}

.bright-0c3a h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: var(--home-accent);
    letter-spacing: 0.02em;
}

.bright-0c3a p {
    margin: 0;
    color: #334155;
}

.slider_narrow_c540 {
    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) ---------- */
.preview_over_a37c {
    padding: 2.25rem 0 1rem;
}

.new-bff0 {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 900px) {
    .new-bff0 {
        grid-template-columns: 1.05fr 0.95fr;
    }
}

.secondary-a3fb {
    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;
}

.preview_over_a37c 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);
}

.header-b1b6 {
    font-size: 1.05rem;
    color: var(--home-muted);
    margin-bottom: 1.25rem;
}

.card-active-1d0c {
    font-size: 0.98rem;
    color: #334155;
}

.card-active-1d0c p {
    margin-bottom: 1rem;
}

.picture_up_78a6 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.old-dea8 {
    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);
}

.old-dea8:hover {
    filter: brightness(1.05);
}

.plasma_2a0e {
    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;
}

.main_orange_f930 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: var(--home-shadow);
}

.main_orange_f930 img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

/* ---------- Bands / sections ---------- */
.tabs_lite_9840 {
    margin-top: 2.5rem;
    scroll-margin-top: 5rem;
}

.badge-e49f {
    margin-bottom: 1.25rem;
}

.badge-e49f 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);
}

.purple_3b45 {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.95rem;
}

.highlight-plasma-c0a6 {
    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 ---------- */
.description-adb6 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .description-adb6 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.last-3259 {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    text-align: center;
}

.last-3259 strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--home-accent-2);
}

.last-3259 span {
    font-size: 0.78rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Feature grid (bento) ---------- */
.badge-east-2a2c {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 700px) {
    .badge-east-2a2c {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .badge-east-2a2c {
        grid-template-columns: repeat(3, 1fr);
    }
}

.current_4549 {
    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;
}

.current_4549:hover {
    transform: translateY(-2px);
    box-shadow: var(--home-shadow);
}

.current_4549 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.current_4549 h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    color: var(--home-text);
}

.current_4549 p,
.current_4549 li {
    font-size: 0.92rem;
    color: #334155;
}

.current_4549 ul {
    margin: 0;
    padding-left: 1.1rem;
}

/* ---------- Tables ---------- */
.widget-f8f2 {
    overflow-x: auto;
    margin-top: 1rem;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.glass_ef93 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 720px;
}

.glass_ef93 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;
}

.glass_ef93 tbody td {
    padding: 0.65rem;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.glass_ef93 tbody tr:nth-child(even) {
    background: #fcfdff;
}

.component_gas_60e0 {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #e0f2fe;
    color: #075985;
}

/* ---------- Win cards ---------- */
.info_blue_5867 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .info_blue_5867 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.middle-2185 {
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.content-3262 {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.middle-2185 h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.middle-2185 .upper_dda7 {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0.35rem 0;
}

.liquid-1eaf {
    background: #dcfce7;
    color: #166534;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

/* ---------- FAQ ---------- */
.photo_c6f3 details {
    border: 1px solid var(--home-border);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 0.65rem;
    overflow: hidden;
}

.photo_c6f3 summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    font-weight: 700;
    list-style: none;
    color: var(--home-text);
}

.photo_c6f3 summary::-webkit-details-marker {
    display: none;
}

.photo_c6f3 .breadcrumb_4a21 {
    padding: 0 1.1rem 1.1rem;
    border-top: 1px solid var(--home-border);
    color: #334155;
    font-size: 0.95rem;
}

.photo_c6f3 .breadcrumb_4a21 p:last-child {
    margin-bottom: 0;
}

/* ---------- Aside trust ---------- */
.fixed_16e4 {
    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;
}

.fixed_16e4 h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.fixed_16e4 ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--home-muted);
    font-size: 0.88rem;
}

.pink-7c98 a {
    display: block;
    padding: 0.35rem 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
}

.selected-7541 {
    font-size: 0.8rem;
    color: var(--home-muted);
    margin-top: 0.5rem;
}

/* ---------- Footer area ---------- */
.list-gold-a235 {
    border-top: 1px solid var(--home-border);
    background: #fff;
    margin-top: 2rem;
    padding: 2rem 1rem;
}

.aside-5d3e {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.list-gold-a235 a {
    font-weight: 600;
}

.text-3b74 {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.text-3b74 h2 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.text-3b74 p {
    color: #334155;
}

/* ---------- CTA bar ---------- */
.aside_b996 {
    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);
}

.aside_b996 a {
    color: #fff !important;
}

.aside_b996 h2 {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

/* ---------- Feature / section images ---------- */
.component_plasma_bc23 {
    margin: 1rem 0 0;
}

.component_plasma_bc23 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.clean-3c32 .notification_5470 {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

body.clean-3c32 .notification_5470 h1 {
    color: inherit;
    text-shadow: none;
}

body.clean-3c32 .notification_5470 p {
    color: inherit;
}

/* ---------- Numbers grid (bottom stats) ---------- */
.preview-active-e454 {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .preview-active-e454 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.widget_orange_c5da {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}

.widget_orange_c5da .popup-faf9 {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--home-accent);
}

.widget_orange_c5da .grid-purple-2344 {
    font-size: 0.8rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Responsible two-col ---------- */
.main_simple_b73b {
    display: grid;
    gap: 1rem;
}

@media (min-width: 800px) {
    .main_simple_b73b {
        grid-template-columns: 1fr 1fr;
    }
}

.caption-12af {
    background: #f8fafc;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1.1rem;
}

.caption-12af h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

.filter_fresh_9b0c {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #7f1d1d;
}

/* ---------- Print ---------- */
@media print {
    body.clean-3c32 .first-fa1f,
    body.clean-3c32 .filter-5e3c,
    .aside_b996 {
        display: none !important;
    }
}

/* css-noise: 3bb5 */
.shadow-element-d1 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.3;
}
