/* 首页 v2 — 与旧版棕金赌场风完全不同的编辑型布局（仅 body.cold_33ac 生效） */

: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.cold_33ac {
    background: var(--home-bg);
    color: var(--home-text);
    font-family: var(--home-font);
    line-height: 1.6;
}

body.cold_33ac a {
    color: var(--home-accent-2);
}

body.cold_33ac a:hover {
    color: #1e40af;
}

/* ---------- Skip link (a11y) ---------- */
.progress-stone-a275 {
    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;
}

.progress-stone-a275:focus {
    left: 0;
    outline: 3px solid #fde047;
}

/* ---------- Top bar ---------- */
.lower-5550 {
    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);
}

.label-clean-cc8e {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.up-0bad {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.up-0bad img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.nav-0e42 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.table_dynamic_09dc {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.disabled-pressed-ea93 {
    font-size: 0.75rem;
    color: var(--home-muted);
    font-weight: 500;
}

.solid_56b9 {
    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.cold_33ac .solid_56b9 .surface-wood-bc6e {
        display: flex;
        width: auto;
        flex: 0 0 auto;
        padding: 0;
        margin: 0;
        background: transparent;
        justify-content: center;
        align-items: center;
    }

    body.cold_33ac .label-clean-cc8e {
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    body.cold_33ac .up-0bad {
        min-width: 0;
        flex: 1 1 auto;
    }

    body.cold_33ac .solid_56b9 {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    body.cold_33ac .solid_56b9 .fast-18ce {
        padding: 0.45rem 0.65rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 769px) {
    body.cold_33ac .surface-wood-bc6e {
        display: none !important;
    }
}

/* ---------- Nav overrides (estrutura mantida para navigation.top_13b1) ---------- */
body.cold_33ac .menu-dim-84c2 {
    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.cold_33ac .menu-dim-84c2 .rough_2d60 {
    color: var(--home-text);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
}

body.cold_33ac .menu-dim-84c2 .rough_2d60:hover {
    background: #f1f5f9;
    color: var(--home-text);
    box-shadow: none;
    transform: none;
}

body.cold_33ac .menu-dim-84c2 .active_left_c65d {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    box-shadow: var(--home-shadow);
}

body.cold_33ac .menu-dim-84c2 .active_left_c65d::before {
    border-bottom-color: var(--home-surface);
}

body.cold_33ac .menu-dim-84c2 .shade_106e {
    color: var(--home-text);
}

body.cold_33ac .menu-dim-84c2 .shade_106e:hover {
    background: #f8fafc;
    color: var(--home-text);
    transform: none;
    box-shadow: none;
}

body.cold_33ac .content_narrow_6060 {
    background: #f1f5f9;
}

body.cold_33ac .content_narrow_6060 span {
    color: var(--home-text);
    text-shadow: none;
}

body.cold_33ac .popup-out-9b22 {
    border-color: var(--home-border);
    background: #fff;
}

body.cold_33ac .popup-out-9b22 span {
    background: var(--home-text);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.cold_33ac .dropdown-9e50 {
        background: #fff;
        border-top: 1px solid var(--home-border);
    }

    body.cold_33ac .dropdown-9e50 .rough_2d60 {
        color: var(--home-text);
    }

    body.cold_33ac .dropdown-9e50 .active_left_c65d {
        background: #f8fafc;
        border-top: 1px solid var(--home-border);
    }

    body.cold_33ac .dropdown-9e50 .shade_106e {
        color: var(--home-text);
    }

    /* Menu aberto: painel ocupa o restante da tela; fundo não rola (JS trava body) */
    body.cold_33ac.status_43e5 .lower-5550 {
        z-index: 10070;
    }

    body.cold_33ac .menu-dim-84c2 {
        z-index: 10065;
    }

    body.cold_33ac .menu-dim-84c2 .widget_thick_2d72 {
        padding-left: 0;
        padding-right: 0;
    }

    body.cold_33ac .menu-dim-84c2 .dropdown-9e50.fn-show-72dc {
        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.cold_33ac .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* apk.black_11d6 & app.black_11d6 & baixar.black_11d6 & download.black_11d6 & instalar.black_11d6: destacar Mobile em vez de Início */
body.modal_white_bd8c .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60,
body.inner_a05e .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60,
body.simple_7768 .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60,
body.button-small-363d .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60,
body.surface_slow_c4be .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.modal_white_bd8c .menu-dim-84c2 .background-5576 .rough_2d60,
body.inner_a05e .menu-dim-84c2 .background-5576 .rough_2d60,
body.simple_7768 .menu-dim-84c2 .background-5576 .rough_2d60,
body.button-small-363d .menu-dim-84c2 .background-5576 .rough_2d60,
body.surface_slow_c4be .menu-dim-84c2 .background-5576 .rough_2d60 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.modal_white_bd8c .menu-dim-84c2 .shade_106e[aria-current="page"],
    body.inner_a05e .menu-dim-84c2 .shade_106e[aria-current="page"],
    body.simple_7768 .menu-dim-84c2 .shade_106e[aria-current="page"],
    body.button-small-363d .menu-dim-84c2 .shade_106e[aria-current="page"],
    body.surface_slow_c4be .menu-dim-84c2 .shade_106e[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bet.black_11d6: destacar Apostas em vez de Início */
/* bet.black_11d6, plataforma.black_11d6 & win.black_11d6: destacar Apostas em vez de Início */
body.breadcrumb_1adb .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60,
body.chip-0fed .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60,
body.hero_liquid_8ba9 .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.breadcrumb_1adb .menu-dim-84c2 .alert_32a2 .rough_2d60,
body.chip-0fed .menu-dim-84c2 .alert_32a2 .rough_2d60,
body.hero_liquid_8ba9 .menu-dim-84c2 .alert_32a2 .rough_2d60 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.breadcrumb_1adb .menu-dim-84c2 .shade_106e[aria-current="page"],
    body.chip-0fed .menu-dim-84c2 .shade_106e[aria-current="page"],
    body.hero_liquid_8ba9 .menu-dim-84c2 .shade_106e[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bonus.black_11d6: destacar Bônus */
body.white-3273 .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.white-3273 .menu-dim-84c2 .notification-d39a .rough_2d60 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* cadastro.black_11d6, login.black_11d6 & vip.black_11d6: destacar Conta em vez de Início */
body.container-41d7 .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60,
body.list-a87b .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60,
body.card-bd29 .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.container-41d7 .menu-dim-84c2 .avatar-1ed8 .rough_2d60,
body.list-a87b .menu-dim-84c2 .avatar-1ed8 .rough_2d60,
body.card-bd29 .menu-dim-84c2 .avatar-1ed8 .rough_2d60 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.container-41d7 .menu-dim-84c2 .shade_106e[aria-current="page"],
    body.list-a87b .menu-dim-84c2 .shade_106e[aria-current="page"],
    body.card-bd29 .menu-dim-84c2 .shade_106e[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* cassino.black_11d6, lottery.black_11d6 & slot.black_11d6: destacar Jogos em vez de Início */
body.footer-4c91 .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60,
body.hover_91c5 .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60,
body.block-999c .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.footer-4c91 .menu-dim-84c2 .description_58cd .rough_2d60,
body.hover_91c5 .menu-dim-84c2 .description_58cd .rough_2d60,
body.block-999c .menu-dim-84c2 .description_58cd .rough_2d60 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.footer-4c91 .menu-dim-84c2 .shade_106e[aria-current="page"],
    body.hover_91c5 .menu-dim-84c2 .shade_106e[aria-current="page"],
    body.block-999c .menu-dim-84c2 .shade_106e[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* facebook.black_11d6 & telegram.black_11d6: destacar Social em vez de Início */
body.selected-179a .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60,
body.glass-e4ad .menu-dim-84c2 .outline_thick_057c:first-child .rough_2d60 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.selected-179a .menu-dim-84c2 .feature_aa8c .rough_2d60,
body.glass-e4ad .menu-dim-84c2 .feature_aa8c .rough_2d60 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.selected-179a .menu-dim-84c2 .shade_106e[aria-current="page"],
    body.glass-e4ad .menu-dim-84c2 .shade_106e[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* ---------- Layout shell ---------- */
.picture-ba5e {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.focus-simple-e3e6 {
    display: grid;
    gap: 2rem;
}

@media (min-width: 1100px) {
    .focus-simple-e3e6 {
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
    }
}

.card-red-ba61 {
    min-width: 0;
}

.new-6c98 {
    position: sticky;
    top: 5.5rem;
    align-self: start;
}

/* ---------- Editorial: byline e metodologia ---------- */
.background-2316 {
    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);
}

.background-2316 strong {
    color: var(--home-text);
    font-weight: 700;
}

.tabs-f025 {
    margin-top: 2rem;
}

.banner_1fe7 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .banner_1fe7 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .banner_1fe7 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.chip-lite-8fb0 {
    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;
}

.chip-lite-8fb0 h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: var(--home-accent);
    letter-spacing: 0.02em;
}

.chip-lite-8fb0 p {
    margin: 0;
    color: #334155;
}

.center_4ab8 {
    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) ---------- */
.outline_bright_9b95 {
    padding: 2.25rem 0 1rem;
}

.menu-left-a58a {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 900px) {
    .menu-left-a58a {
        grid-template-columns: 1.05fr 0.95fr;
    }
}

.overlay_prev_236b {
    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;
}

.outline_bright_9b95 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);
}

.old-ecf6 {
    font-size: 1.05rem;
    color: var(--home-muted);
    margin-bottom: 1.25rem;
}

.main_fluid_736b {
    font-size: 0.98rem;
    color: #334155;
}

.main_fluid_736b p {
    margin-bottom: 1rem;
}

.fast-9d23 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.mini-803a {
    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);
}

.mini-803a:hover {
    filter: brightness(1.05);
}

.tall_5e9b {
    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;
}

.image-4a94 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: var(--home-shadow);
}

.image-4a94 img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

/* ---------- Bands / sections ---------- */
.sidebar-steel-94e1 {
    margin-top: 2.5rem;
    scroll-margin-top: 5rem;
}

.hard_94f9 {
    margin-bottom: 1.25rem;
}

.hard_94f9 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);
}

.header_tiny_704f {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.95rem;
}

.primary-smooth-6670 {
    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 ---------- */
.section-6da3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .section-6da3 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.accent_lite_fc2d {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    text-align: center;
}

.accent_lite_fc2d strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--home-accent-2);
}

.accent_lite_fc2d span {
    font-size: 0.78rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Feature grid (bento) ---------- */
.box_71df {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 700px) {
    .box_71df {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .box_71df {
        grid-template-columns: repeat(3, 1fr);
    }
}

.texture-69da {
    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;
}

.texture-69da:hover {
    transform: translateY(-2px);
    box-shadow: var(--home-shadow);
}

.texture-69da img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.texture-69da h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    color: var(--home-text);
}

.texture-69da p,
.texture-69da li {
    font-size: 0.92rem;
    color: #334155;
}

.texture-69da ul {
    margin: 0;
    padding-left: 1.1rem;
}

/* ---------- Tables ---------- */
.active-fast-a362 {
    overflow-x: auto;
    margin-top: 1rem;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.aside-2439 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 720px;
}

.aside-2439 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;
}

.aside-2439 tbody td {
    padding: 0.65rem;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.aside-2439 tbody tr:nth-child(even) {
    background: #fcfdff;
}

.nav_d4ff {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #e0f2fe;
    color: #075985;
}

/* ---------- Win cards ---------- */
.article-6ac6 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .article-6ac6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.content_1c1a {
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.feature-narrow-994a {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.content_1c1a h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.content_1c1a .accent-488d {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0.35rem 0;
}

.icon_3346 {
    background: #dcfce7;
    color: #166534;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

/* ---------- FAQ ---------- */
.in_6aa0 details {
    border: 1px solid var(--home-border);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 0.65rem;
    overflow: hidden;
}

.in_6aa0 summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    font-weight: 700;
    list-style: none;
    color: var(--home-text);
}

.in_6aa0 summary::-webkit-details-marker {
    display: none;
}

.in_6aa0 .form-in-bf6c {
    padding: 0 1.1rem 1.1rem;
    border-top: 1px solid var(--home-border);
    color: #334155;
    font-size: 0.95rem;
}

.in_6aa0 .form-in-bf6c p:last-child {
    margin-bottom: 0;
}

/* ---------- Aside trust ---------- */
.dynamic_e988 {
    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;
}

.dynamic_e988 h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.dynamic_e988 ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--home-muted);
    font-size: 0.88rem;
}

.notification_fluid_eafa a {
    display: block;
    padding: 0.35rem 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
}

.logo_selected_5c32 {
    font-size: 0.8rem;
    color: var(--home-muted);
    margin-top: 0.5rem;
}

/* ---------- Footer area ---------- */
.fixed-37b9 {
    border-top: 1px solid var(--home-border);
    background: #fff;
    margin-top: 2rem;
    padding: 2rem 1rem;
}

.fluid_b314 {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.fixed-37b9 a {
    font-weight: 600;
}

.warm_a84a {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.warm_a84a h2 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.warm_a84a p {
    color: #334155;
}

/* ---------- CTA bar ---------- */
.fixed_3ad7 {
    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);
}

.fixed_3ad7 a {
    color: #fff !important;
}

.fixed_3ad7 h2 {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

/* ---------- Feature / section images ---------- */
.fresh_100b {
    margin: 1rem 0 0;
}

.fresh_100b 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.cold_33ac .notice_slow_5ac0 {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

body.cold_33ac .notice_slow_5ac0 h1 {
    color: inherit;
    text-shadow: none;
}

body.cold_33ac .notice_slow_5ac0 p {
    color: inherit;
}

/* ---------- Numbers grid (bottom stats) ---------- */
.stone-29b7 {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .stone-29b7 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.motion_a371 {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}

.motion_a371 .lower_7e2b {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--home-accent);
}

.motion_a371 .up-84df {
    font-size: 0.8rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Responsible two-col ---------- */
.layout_3be9 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 800px) {
    .layout_3be9 {
        grid-template-columns: 1fr 1fr;
    }
}

.mask_slow_3b5e {
    background: #f8fafc;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1.1rem;
}

.mask_slow_3b5e h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

.shade-lite-6c4c {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #7f1d1d;
}

/* ---------- Print ---------- */
@media print {
    body.cold_33ac .menu-dim-84c2,
    body.cold_33ac .solid_56b9,
    .fixed_3ad7 {
        display: none !important;
    }
}

/* css-noise: 94b4 */
.widget-item-x8 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.1;
}
