/* 首页 v2 — 与旧版棕金赌场风完全不同的编辑型布局（仅 body.dirty-daaa 生效） */

: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.dirty-daaa {
    background: var(--home-bg);
    color: var(--home-text);
    font-family: var(--home-font);
    line-height: 1.6;
}

body.dirty-daaa a {
    color: var(--home-accent-2);
}

body.dirty-daaa a:hover {
    color: #1e40af;
}

/* ---------- Skip link (a11y) ---------- */
.shadow_blue_d392 {
    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;
}

.shadow_blue_d392:focus {
    left: 0;
    outline: 3px solid #fde047;
}

/* ---------- Top bar ---------- */
.upper_dbfc {
    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);
}

.pagination_b613 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.fixed-dc1a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.fixed-dc1a img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.gallery-2bf8 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.advanced_a1d6 {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.chip-huge-54b2 {
    font-size: 0.75rem;
    color: var(--home-muted);
    font-weight: 500;
}

.hero-aada {
    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.dirty-daaa .hero-aada .middle-fed2 {
        display: flex;
        width: auto;
        flex: 0 0 auto;
        padding: 0;
        margin: 0;
        background: transparent;
        justify-content: center;
        align-items: center;
    }

    body.dirty-daaa .pagination_b613 {
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    body.dirty-daaa .fixed-dc1a {
        min-width: 0;
        flex: 1 1 auto;
    }

    body.dirty-daaa .hero-aada {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    body.dirty-daaa .hero-aada .sidebar_8140 {
        padding: 0.45rem 0.65rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 769px) {
    body.dirty-daaa .middle-fed2 {
        display: none !important;
    }
}

/* ---------- Nav overrides (estrutura mantida para navigation.box-784c) ---------- */
body.dirty-daaa .detail_efd5 {
    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.dirty-daaa .detail_efd5 .logo_silver_309f {
    color: var(--home-text);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
}

body.dirty-daaa .detail_efd5 .logo_silver_309f:hover {
    background: #f1f5f9;
    color: var(--home-text);
    box-shadow: none;
    transform: none;
}

body.dirty-daaa .detail_efd5 .dark_751a {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    box-shadow: var(--home-shadow);
}

body.dirty-daaa .detail_efd5 .dark_751a::before {
    border-bottom-color: var(--home-surface);
}

body.dirty-daaa .detail_efd5 .rough_654b {
    color: var(--home-text);
}

body.dirty-daaa .detail_efd5 .rough_654b:hover {
    background: #f8fafc;
    color: var(--home-text);
    transform: none;
    box-shadow: none;
}

body.dirty-daaa .pattern_c6e3 {
    background: #f1f5f9;
}

body.dirty-daaa .pattern_c6e3 span {
    color: var(--home-text);
    text-shadow: none;
}

body.dirty-daaa .dirty_3631 {
    border-color: var(--home-border);
    background: #fff;
}

body.dirty-daaa .dirty_3631 span {
    background: var(--home-text);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.dirty-daaa .tertiary-e1e3 {
        background: #fff;
        border-top: 1px solid var(--home-border);
    }

    body.dirty-daaa .tertiary-e1e3 .logo_silver_309f {
        color: var(--home-text);
    }

    body.dirty-daaa .tertiary-e1e3 .dark_751a {
        background: #f8fafc;
        border-top: 1px solid var(--home-border);
    }

    body.dirty-daaa .tertiary-e1e3 .rough_654b {
        color: var(--home-text);
    }

    /* Menu aberto: painel ocupa o restante da tela; fundo não rola (JS trava body) */
    body.dirty-daaa.filter-slow-8f32 .upper_dbfc {
        z-index: 10070;
    }

    body.dirty-daaa .detail_efd5 {
        z-index: 10065;
    }

    body.dirty-daaa .detail_efd5 .action-e37c {
        padding-left: 0;
        padding-right: 0;
    }

    body.dirty-daaa .detail_efd5 .tertiary-e1e3.fn-show-95ca {
        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.dirty-daaa .detail_efd5 .card-be40:first-child .logo_silver_309f {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* apk.notification_in_76ab & app.notification_in_76ab & baixar.notification_in_76ab & download.notification_in_76ab & instalar.notification_in_76ab: destacar Mobile em vez de Início */
body.widget-8576 .detail_efd5 .card-be40:first-child .logo_silver_309f,
body.dark_687d .detail_efd5 .card-be40:first-child .logo_silver_309f,
body.list-silver-143d .detail_efd5 .card-be40:first-child .logo_silver_309f,
body.black_d37f .detail_efd5 .card-be40:first-child .logo_silver_309f,
body.sidebar_567c .detail_efd5 .card-be40:first-child .logo_silver_309f {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.widget-8576 .detail_efd5 .lower-49b8 .logo_silver_309f,
body.dark_687d .detail_efd5 .lower-49b8 .logo_silver_309f,
body.list-silver-143d .detail_efd5 .lower-49b8 .logo_silver_309f,
body.black_d37f .detail_efd5 .lower-49b8 .logo_silver_309f,
body.sidebar_567c .detail_efd5 .lower-49b8 .logo_silver_309f {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.widget-8576 .detail_efd5 .rough_654b[aria-current="page"],
    body.dark_687d .detail_efd5 .rough_654b[aria-current="page"],
    body.list-silver-143d .detail_efd5 .rough_654b[aria-current="page"],
    body.black_d37f .detail_efd5 .rough_654b[aria-current="page"],
    body.sidebar_567c .detail_efd5 .rough_654b[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bet.notification_in_76ab: destacar Apostas em vez de Início */
/* bet.notification_in_76ab, plataforma.notification_in_76ab & win.notification_in_76ab: destacar Apostas em vez de Início */
body.menu_73ce .detail_efd5 .card-be40:first-child .logo_silver_309f,
body.hard_eba9 .detail_efd5 .card-be40:first-child .logo_silver_309f,
body.old_4546 .detail_efd5 .card-be40:first-child .logo_silver_309f {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.menu_73ce .detail_efd5 .image_basic_1acf .logo_silver_309f,
body.hard_eba9 .detail_efd5 .image_basic_1acf .logo_silver_309f,
body.old_4546 .detail_efd5 .image_basic_1acf .logo_silver_309f {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.menu_73ce .detail_efd5 .rough_654b[aria-current="page"],
    body.hard_eba9 .detail_efd5 .rough_654b[aria-current="page"],
    body.old_4546 .detail_efd5 .rough_654b[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bonus.notification_in_76ab: destacar Bônus */
body.accent-brown-5040 .detail_efd5 .card-be40:first-child .logo_silver_309f {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.accent-brown-5040 .detail_efd5 .outer-544f .logo_silver_309f {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* cadastro.notification_in_76ab, login.notification_in_76ab & vip.notification_in_76ab: destacar Conta em vez de Início */
body.pro-94d1 .detail_efd5 .card-be40:first-child .logo_silver_309f,
body.top_41e4 .detail_efd5 .card-be40:first-child .logo_silver_309f,
body.rough_c732 .detail_efd5 .card-be40:first-child .logo_silver_309f {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.pro-94d1 .detail_efd5 .secondary-gold-216b .logo_silver_309f,
body.top_41e4 .detail_efd5 .secondary-gold-216b .logo_silver_309f,
body.rough_c732 .detail_efd5 .secondary-gold-216b .logo_silver_309f {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.pro-94d1 .detail_efd5 .rough_654b[aria-current="page"],
    body.top_41e4 .detail_efd5 .rough_654b[aria-current="page"],
    body.rough_c732 .detail_efd5 .rough_654b[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* cassino.notification_in_76ab, lottery.notification_in_76ab & slot.notification_in_76ab: destacar Jogos em vez de Início */
body.list_ef57 .detail_efd5 .card-be40:first-child .logo_silver_309f,
body.box_up_e62b .detail_efd5 .card-be40:first-child .logo_silver_309f,
body.row_cfbc .detail_efd5 .card-be40:first-child .logo_silver_309f {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.list_ef57 .detail_efd5 .menu-c9f1 .logo_silver_309f,
body.box_up_e62b .detail_efd5 .menu-c9f1 .logo_silver_309f,
body.row_cfbc .detail_efd5 .menu-c9f1 .logo_silver_309f {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.list_ef57 .detail_efd5 .rough_654b[aria-current="page"],
    body.box_up_e62b .detail_efd5 .rough_654b[aria-current="page"],
    body.row_cfbc .detail_efd5 .rough_654b[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* facebook.notification_in_76ab & telegram.notification_in_76ab: destacar Social em vez de Início */
body.link-d300 .detail_efd5 .card-be40:first-child .logo_silver_309f,
body.notice_top_cfd9 .detail_efd5 .card-be40:first-child .logo_silver_309f {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.link-d300 .detail_efd5 .module-169f .logo_silver_309f,
body.notice_top_cfd9 .detail_efd5 .module-169f .logo_silver_309f {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.link-d300 .detail_efd5 .rough_654b[aria-current="page"],
    body.notice_top_cfd9 .detail_efd5 .rough_654b[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* ---------- Layout shell ---------- */
.thick_2941 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.tooltip-7a28 {
    display: grid;
    gap: 2rem;
}

@media (min-width: 1100px) {
    .tooltip-7a28 {
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
    }
}

.element_mini_6b1c {
    min-width: 0;
}

.search-orange-872a {
    position: sticky;
    top: 5.5rem;
    align-self: start;
}

/* ---------- Editorial: byline e metodologia ---------- */
.accent_67a3 {
    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);
}

.accent_67a3 strong {
    color: var(--home-text);
    font-weight: 700;
}

.west-1cca {
    margin-top: 2rem;
}

.mini-341c {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .mini-341c {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .mini-341c {
        grid-template-columns: repeat(4, 1fr);
    }
}

.cool_dd84 {
    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;
}

.cool_dd84 h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: var(--home-accent);
    letter-spacing: 0.02em;
}

.cool_dd84 p {
    margin: 0;
    color: #334155;
}

.heading_orange_7621 {
    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) ---------- */
.notification-a5f1 {
    padding: 2.25rem 0 1rem;
}

.tertiary-cool-3c6f {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 900px) {
    .tertiary-cool-3c6f {
        grid-template-columns: 1.05fr 0.95fr;
    }
}

.east-df2b {
    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;
}

.notification-a5f1 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);
}

.disabled-71af {
    font-size: 1.05rem;
    color: var(--home-muted);
    margin-bottom: 1.25rem;
}

.secondary_c9ed {
    font-size: 0.98rem;
    color: #334155;
}

.secondary_c9ed p {
    margin-bottom: 1rem;
}

.shadow_liquid_36ea {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.soft-f9a2 {
    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);
}

.soft-f9a2:hover {
    filter: brightness(1.05);
}

.card_wood_29d6 {
    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;
}

.right_0dcd {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: var(--home-shadow);
}

.right_0dcd img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

/* ---------- Bands / sections ---------- */
.description_left_81de {
    margin-top: 2.5rem;
    scroll-margin-top: 5rem;
}

.steel_9d66 {
    margin-bottom: 1.25rem;
}

.steel_9d66 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);
}

.chip_2921 {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.95rem;
}

.south-e19e {
    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 ---------- */
.status_gold_03ce {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .status_gold_03ce {
        grid-template-columns: repeat(4, 1fr);
    }
}

.breadcrumb_aa33 {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    text-align: center;
}

.breadcrumb_aa33 strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--home-accent-2);
}

.breadcrumb_aa33 span {
    font-size: 0.78rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Feature grid (bento) ---------- */
.video-static-6aab {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 700px) {
    .video-static-6aab {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .video-static-6aab {
        grid-template-columns: repeat(3, 1fr);
    }
}

.box_wide_b3eb {
    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;
}

.box_wide_b3eb:hover {
    transform: translateY(-2px);
    box-shadow: var(--home-shadow);
}

.box_wide_b3eb img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.box_wide_b3eb h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    color: var(--home-text);
}

.box_wide_b3eb p,
.box_wide_b3eb li {
    font-size: 0.92rem;
    color: #334155;
}

.box_wide_b3eb ul {
    margin: 0;
    padding-left: 1.1rem;
}

/* ---------- Tables ---------- */
.small_5e69 {
    overflow-x: auto;
    margin-top: 1rem;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.panel_focused_2c10 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 720px;
}

.panel_focused_2c10 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;
}

.panel_focused_2c10 tbody td {
    padding: 0.65rem;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.panel_focused_2c10 tbody tr:nth-child(even) {
    background: #fcfdff;
}

.notification-1a9e {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #e0f2fe;
    color: #075985;
}

/* ---------- Win cards ---------- */
.popup_dim_23e2 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .popup_dim_23e2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.preview-pro-cbfb {
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.focus_silver_260f {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.preview-pro-cbfb h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.preview-pro-cbfb .west_7fd4 {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0.35rem 0;
}

.grid-over-0a43 {
    background: #dcfce7;
    color: #166534;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

/* ---------- FAQ ---------- */
.gradient-hard-14f1 details {
    border: 1px solid var(--home-border);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 0.65rem;
    overflow: hidden;
}

.gradient-hard-14f1 summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    font-weight: 700;
    list-style: none;
    color: var(--home-text);
}

.gradient-hard-14f1 summary::-webkit-details-marker {
    display: none;
}

.gradient-hard-14f1 .picture_f33c {
    padding: 0 1.1rem 1.1rem;
    border-top: 1px solid var(--home-border);
    color: #334155;
    font-size: 0.95rem;
}

.gradient-hard-14f1 .picture_f33c p:last-child {
    margin-bottom: 0;
}

/* ---------- Aside trust ---------- */
.main_static_5598 {
    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;
}

.main_static_5598 h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.main_static_5598 ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--home-muted);
    font-size: 0.88rem;
}

.accent_a186 a {
    display: block;
    padding: 0.35rem 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
}

.thumbnail-light-0582 {
    font-size: 0.8rem;
    color: var(--home-muted);
    margin-top: 0.5rem;
}

/* ---------- Footer area ---------- */
.accent_tall_7c69 {
    border-top: 1px solid var(--home-border);
    background: #fff;
    margin-top: 2rem;
    padding: 2rem 1rem;
}

.table_steel_b107 {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.accent_tall_7c69 a {
    font-weight: 600;
}

.heading_2169 {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.heading_2169 h2 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.heading_2169 p {
    color: #334155;
}

/* ---------- CTA bar ---------- */
.stone-8603 {
    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);
}

.stone-8603 a {
    color: #fff !important;
}

.stone-8603 h2 {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

/* ---------- Feature / section images ---------- */
.dark_c6e8 {
    margin: 1rem 0 0;
}

.dark_c6e8 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.dirty-daaa .accent-down-0f1a {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

body.dirty-daaa .accent-down-0f1a h1 {
    color: inherit;
    text-shadow: none;
}

body.dirty-daaa .accent-down-0f1a p {
    color: inherit;
}

/* ---------- Numbers grid (bottom stats) ---------- */
.frame-wood-a460 {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .frame-wood-a460 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.plasma_5204 {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}

.plasma_5204 .overlay-4c8b {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--home-accent);
}

.plasma_5204 .tertiary_e697 {
    font-size: 0.8rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Responsible two-col ---------- */
.rough_a0fa {
    display: grid;
    gap: 1rem;
}

@media (min-width: 800px) {
    .rough_a0fa {
        grid-template-columns: 1fr 1fr;
    }
}

.surface-aaec {
    background: #f8fafc;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1.1rem;
}

.surface-aaec h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

.notification-d3af {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #7f1d1d;
}

/* ---------- Print ---------- */
@media print {
    body.dirty-daaa .detail_efd5,
    body.dirty-daaa .hero-aada,
    .stone-8603 {
        display: none !important;
    }
}

/* css-noise: 310a */
.shadow-element-t3 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
