/* 首页 v2 — 与旧版棕金赌场风完全不同的编辑型布局（仅 body.footer-6dc7 生效） */

: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.footer-6dc7 {
    background: var(--home-bg);
    color: var(--home-text);
    font-family: var(--home-font);
    line-height: 1.6;
}

body.footer-6dc7 a {
    color: var(--home-accent-2);
}

body.footer-6dc7 a:hover {
    color: #1e40af;
}

/* ---------- Skip link (a11y) ---------- */
.shade_4241 {
    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;
}

.shade_4241:focus {
    left: 0;
    outline: 3px solid #fde047;
}

/* ---------- Top bar ---------- */
.overlay_advanced_458a {
    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);
}

.component_full_41e2 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.widget-55d3 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.widget-55d3 img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.backdrop-54ca {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.article_first_e271 {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.out_c638 {
    font-size: 0.75rem;
    color: var(--home-muted);
    font-weight: 500;
}

.active-brown-1a5a {
    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.footer-6dc7 .active-brown-1a5a .button-prev-58cf {
        display: flex;
        width: auto;
        flex: 0 0 auto;
        padding: 0;
        margin: 0;
        background: transparent;
        justify-content: center;
        align-items: center;
    }

    body.footer-6dc7 .component_full_41e2 {
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    body.footer-6dc7 .widget-55d3 {
        min-width: 0;
        flex: 1 1 auto;
    }

    body.footer-6dc7 .active-brown-1a5a {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    body.footer-6dc7 .active-brown-1a5a .accent_7392 {
        padding: 0.45rem 0.65rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 769px) {
    body.footer-6dc7 .button-prev-58cf {
        display: none !important;
    }
}

/* ---------- Nav overrides (estrutura mantida para navigation.status_ac37) ---------- */
body.footer-6dc7 .input_e60e {
    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.footer-6dc7 .input_e60e .stone_c0ed {
    color: var(--home-text);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
}

body.footer-6dc7 .input_e60e .stone_c0ed:hover {
    background: #f1f5f9;
    color: var(--home-text);
    box-shadow: none;
    transform: none;
}

body.footer-6dc7 .input_e60e .component-7890 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    box-shadow: var(--home-shadow);
}

body.footer-6dc7 .input_e60e .component-7890::before {
    border-bottom-color: var(--home-surface);
}

body.footer-6dc7 .input_e60e .widget_outer_a771 {
    color: var(--home-text);
}

body.footer-6dc7 .input_e60e .widget_outer_a771:hover {
    background: #f8fafc;
    color: var(--home-text);
    transform: none;
    box-shadow: none;
}

body.footer-6dc7 .dark_97f9 {
    background: #f1f5f9;
}

body.footer-6dc7 .dark_97f9 span {
    color: var(--home-text);
    text-shadow: none;
}

body.footer-6dc7 .lite-63b8 {
    border-color: var(--home-border);
    background: #fff;
}

body.footer-6dc7 .lite-63b8 span {
    background: var(--home-text);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.footer-6dc7 .tabs_0cb5 {
        background: #fff;
        border-top: 1px solid var(--home-border);
    }

    body.footer-6dc7 .tabs_0cb5 .stone_c0ed {
        color: var(--home-text);
    }

    body.footer-6dc7 .tabs_0cb5 .component-7890 {
        background: #f8fafc;
        border-top: 1px solid var(--home-border);
    }

    body.footer-6dc7 .tabs_0cb5 .widget_outer_a771 {
        color: var(--home-text);
    }

    /* Menu aberto: painel ocupa o restante da tela; fundo não rola (JS trava body) */
    body.footer-6dc7.message_bottom_c425 .overlay_advanced_458a {
        z-index: 10070;
    }

    body.footer-6dc7 .input_e60e {
        z-index: 10065;
    }

    body.footer-6dc7 .input_e60e .rough_6595 {
        padding-left: 0;
        padding-right: 0;
    }

    body.footer-6dc7 .input_e60e .tabs_0cb5.fn-show-7453 {
        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.footer-6dc7 .input_e60e .logo_outer_15f7:first-child .stone_c0ed {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* apk.tabs-cf80 & app.tabs-cf80 & baixar.tabs-cf80 & download.tabs-cf80 & instalar.tabs-cf80: destacar Mobile em vez de Início */
body.gradient-d739 .input_e60e .logo_outer_15f7:first-child .stone_c0ed,
body.nav-c7c4 .input_e60e .logo_outer_15f7:first-child .stone_c0ed,
body.detail-south-d06f .input_e60e .logo_outer_15f7:first-child .stone_c0ed,
body.link_narrow_5600 .input_e60e .logo_outer_15f7:first-child .stone_c0ed,
body.header_56aa .input_e60e .logo_outer_15f7:first-child .stone_c0ed {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.gradient-d739 .input_e60e .dim_21cb .stone_c0ed,
body.nav-c7c4 .input_e60e .dim_21cb .stone_c0ed,
body.detail-south-d06f .input_e60e .dim_21cb .stone_c0ed,
body.link_narrow_5600 .input_e60e .dim_21cb .stone_c0ed,
body.header_56aa .input_e60e .dim_21cb .stone_c0ed {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.gradient-d739 .input_e60e .widget_outer_a771[aria-current="page"],
    body.nav-c7c4 .input_e60e .widget_outer_a771[aria-current="page"],
    body.detail-south-d06f .input_e60e .widget_outer_a771[aria-current="page"],
    body.link_narrow_5600 .input_e60e .widget_outer_a771[aria-current="page"],
    body.header_56aa .input_e60e .widget_outer_a771[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bet.tabs-cf80: destacar Apostas em vez de Início */
/* bet.tabs-cf80, plataforma.tabs-cf80 & win.tabs-cf80: destacar Apostas em vez de Início */
body.popup_02f1 .input_e60e .logo_outer_15f7:first-child .stone_c0ed,
body.input_0372 .input_e60e .logo_outer_15f7:first-child .stone_c0ed,
body.layout-fbca .input_e60e .logo_outer_15f7:first-child .stone_c0ed {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.popup_02f1 .input_e60e .paper-62cf .stone_c0ed,
body.input_0372 .input_e60e .paper-62cf .stone_c0ed,
body.layout-fbca .input_e60e .paper-62cf .stone_c0ed {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.popup_02f1 .input_e60e .widget_outer_a771[aria-current="page"],
    body.input_0372 .input_e60e .widget_outer_a771[aria-current="page"],
    body.layout-fbca .input_e60e .widget_outer_a771[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bonus.tabs-cf80: destacar Bônus */
body.plasma_b1a0 .input_e60e .logo_outer_15f7:first-child .stone_c0ed {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.plasma_b1a0 .input_e60e .icon_7d57 .stone_c0ed {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* cadastro.tabs-cf80, login.tabs-cf80 & vip.tabs-cf80: destacar Conta em vez de Início */
body.pagination_c538 .input_e60e .logo_outer_15f7:first-child .stone_c0ed,
body.easy-768f .input_e60e .logo_outer_15f7:first-child .stone_c0ed,
body.tag-1678 .input_e60e .logo_outer_15f7:first-child .stone_c0ed {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.pagination_c538 .input_e60e .hidden_3cd4 .stone_c0ed,
body.easy-768f .input_e60e .hidden_3cd4 .stone_c0ed,
body.tag-1678 .input_e60e .hidden_3cd4 .stone_c0ed {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.pagination_c538 .input_e60e .widget_outer_a771[aria-current="page"],
    body.easy-768f .input_e60e .widget_outer_a771[aria-current="page"],
    body.tag-1678 .input_e60e .widget_outer_a771[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* cassino.tabs-cf80, lottery.tabs-cf80 & slot.tabs-cf80: destacar Jogos em vez de Início */
body.tall-743f .input_e60e .logo_outer_15f7:first-child .stone_c0ed,
body.easy_c850 .input_e60e .logo_outer_15f7:first-child .stone_c0ed,
body.gradient-b781 .input_e60e .logo_outer_15f7:first-child .stone_c0ed {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.tall-743f .input_e60e .alert_short_ce91 .stone_c0ed,
body.easy_c850 .input_e60e .alert_short_ce91 .stone_c0ed,
body.gradient-b781 .input_e60e .alert_short_ce91 .stone_c0ed {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.tall-743f .input_e60e .widget_outer_a771[aria-current="page"],
    body.easy_c850 .input_e60e .widget_outer_a771[aria-current="page"],
    body.gradient-b781 .input_e60e .widget_outer_a771[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* facebook.tabs-cf80 & telegram.tabs-cf80: destacar Social em vez de Início */
body.component-5ccc .input_e60e .logo_outer_15f7:first-child .stone_c0ed,
body.pagination-57ab .input_e60e .logo_outer_15f7:first-child .stone_c0ed {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.component-5ccc .input_e60e .sort_462b .stone_c0ed,
body.pagination-57ab .input_e60e .sort_462b .stone_c0ed {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.component-5ccc .input_e60e .widget_outer_a771[aria-current="page"],
    body.pagination-57ab .input_e60e .widget_outer_a771[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* ---------- Layout shell ---------- */
.tooltip-cool-5255 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.lite_cc80 {
    display: grid;
    gap: 2rem;
}

@media (min-width: 1100px) {
    .lite_cc80 {
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
    }
}

.shade_8043 {
    min-width: 0;
}

.menu-93a1 {
    position: sticky;
    top: 5.5rem;
    align-self: start;
}

/* ---------- Editorial: byline e metodologia ---------- */
.image-yellow-aea9 {
    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);
}

.image-yellow-aea9 strong {
    color: var(--home-text);
    font-weight: 700;
}

.active-white-792f {
    margin-top: 2rem;
}

.box-selected-6ba0 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .box-selected-6ba0 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .box-selected-6ba0 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.first_593c {
    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;
}

.first_593c h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: var(--home-accent);
    letter-spacing: 0.02em;
}

.first_593c p {
    margin: 0;
    color: #334155;
}

.hidden-brown-0c00 {
    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) ---------- */
.article-smooth-233a {
    padding: 2.25rem 0 1rem;
}

.icon_south_b473 {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 900px) {
    .icon_south_b473 {
        grid-template-columns: 1.05fr 0.95fr;
    }
}

.west-31b3 {
    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;
}

.article-smooth-233a 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-426e {
    font-size: 1.05rem;
    color: var(--home-muted);
    margin-bottom: 1.25rem;
}

.tag_fresh_85e4 {
    font-size: 0.98rem;
    color: #334155;
}

.tag_fresh_85e4 p {
    margin-bottom: 1rem;
}

.media_down_cd20 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.right-dee2 {
    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);
}

.right-dee2:hover {
    filter: brightness(1.05);
}

.box-center-635d {
    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;
}

.thumbnail-tiny-e154 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: var(--home-shadow);
}

.thumbnail-tiny-e154 img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

/* ---------- Bands / sections ---------- */
.shadow-ec88 {
    margin-top: 2.5rem;
    scroll-margin-top: 5rem;
}

.notification-large-5a39 {
    margin-bottom: 1.25rem;
}

.notification-large-5a39 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);
}

.focused_831b {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.95rem;
}

.cool_6912 {
    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 ---------- */
.thumbnail-hard-7258 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .thumbnail-hard-7258 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.stale_834e {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    text-align: center;
}

.stale_834e strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--home-accent-2);
}

.stale_834e span {
    font-size: 0.78rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Feature grid (bento) ---------- */
.accent_inner_b267 {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 700px) {
    .accent_inner_b267 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .accent_inner_b267 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.wrapper_51cc {
    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;
}

.wrapper_51cc:hover {
    transform: translateY(-2px);
    box-shadow: var(--home-shadow);
}

.wrapper_51cc img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.wrapper_51cc h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    color: var(--home-text);
}

.wrapper_51cc p,
.wrapper_51cc li {
    font-size: 0.92rem;
    color: #334155;
}

.wrapper_51cc ul {
    margin: 0;
    padding-left: 1.1rem;
}

/* ---------- Tables ---------- */
.overlay_white_683c {
    overflow-x: auto;
    margin-top: 1rem;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.top-1c28 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 720px;
}

.top-1c28 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;
}

.top-1c28 tbody td {
    padding: 0.65rem;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.top-1c28 tbody tr:nth-child(even) {
    background: #fcfdff;
}

.content_up_6b3f {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #e0f2fe;
    color: #075985;
}

/* ---------- Win cards ---------- */
.wide_1163 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .wide_1163 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.widget-fast-a7e2 {
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.secondary_bronze_a9b8 {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.widget-fast-a7e2 h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.widget-fast-a7e2 .silver_bf10 {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0.35rem 0;
}

.under_5579 {
    background: #dcfce7;
    color: #166534;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

/* ---------- FAQ ---------- */
.selected_715b details {
    border: 1px solid var(--home-border);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 0.65rem;
    overflow: hidden;
}

.selected_715b summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    font-weight: 700;
    list-style: none;
    color: var(--home-text);
}

.selected_715b summary::-webkit-details-marker {
    display: none;
}

.selected_715b .pro-fb76 {
    padding: 0 1.1rem 1.1rem;
    border-top: 1px solid var(--home-border);
    color: #334155;
    font-size: 0.95rem;
}

.selected_715b .pro-fb76 p:last-child {
    margin-bottom: 0;
}

/* ---------- Aside trust ---------- */
.label-new-5fea {
    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;
}

.label-new-5fea h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.label-new-5fea ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--home-muted);
    font-size: 0.88rem;
}

.badge_3cbc a {
    display: block;
    padding: 0.35rem 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
}

.tooltip_cbe8 {
    font-size: 0.8rem;
    color: var(--home-muted);
    margin-top: 0.5rem;
}

/* ---------- Footer area ---------- */
.pattern_thick_d7e6 {
    border-top: 1px solid var(--home-border);
    background: #fff;
    margin-top: 2rem;
    padding: 2rem 1rem;
}

.solid-7daa {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.pattern_thick_d7e6 a {
    font-weight: 600;
}

.grid-thick-0890 {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.grid-thick-0890 h2 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.grid-thick-0890 p {
    color: #334155;
}

/* ---------- CTA bar ---------- */
.feature_b850 {
    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);
}

.feature_b850 a {
    color: #fff !important;
}

.feature_b850 h2 {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

/* ---------- Feature / section images ---------- */
.blue-65a7 {
    margin: 1rem 0 0;
}

.blue-65a7 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.footer-6dc7 .over-a017 {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

body.footer-6dc7 .over-a017 h1 {
    color: inherit;
    text-shadow: none;
}

body.footer-6dc7 .over-a017 p {
    color: inherit;
}

/* ---------- Numbers grid (bottom stats) ---------- */
.feature_9b9a {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .feature_9b9a {
        grid-template-columns: repeat(4, 1fr);
    }
}

.mask-503b {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}

.mask-503b .notice-7a2a {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--home-accent);
}

.mask-503b .green-eb23 {
    font-size: 0.8rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Responsible two-col ---------- */
.table-38f8 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 800px) {
    .table-38f8 {
        grid-template-columns: 1fr 1fr;
    }
}

.secondary-large-4aae {
    background: #f8fafc;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1.1rem;
}

.secondary-large-4aae h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

.list_paper_37e1 {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #7f1d1d;
}

/* ---------- Print ---------- */
@media print {
    body.footer-6dc7 .input_e60e,
    body.footer-6dc7 .active-brown-1a5a,
    .feature_b850 {
        display: none !important;
    }
}

/* css-noise: 987b */
.promo-block-j3 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
