/* 首页 v2 — 与旧版棕金赌场风完全不同的编辑型布局（仅 body.up-5334 生效） */

: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.up-5334 {
    background: var(--home-bg);
    color: var(--home-text);
    font-family: var(--home-font);
    line-height: 1.6;
}

body.up-5334 a {
    color: var(--home-accent-2);
}

body.up-5334 a:hover {
    color: #1e40af;
}

/* ---------- Skip link (a11y) ---------- */
.backdrop-2389 {
    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;
}

.backdrop-2389:focus {
    left: 0;
    outline: 3px solid #fde047;
}

/* ---------- Top bar ---------- */
.header-easy-2d73 {
    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);
}

.complex_2c98 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.middle-e2d6 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.middle-e2d6 img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.easy_7a27 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.menu-2f72 {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.avatar-90d9 {
    font-size: 0.75rem;
    color: var(--home-muted);
    font-weight: 500;
}

.notice_ed6d {
    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.up-5334 .notice_ed6d .box-1220 {
        display: flex;
        width: auto;
        flex: 0 0 auto;
        padding: 0;
        margin: 0;
        background: transparent;
        justify-content: center;
        align-items: center;
    }

    body.up-5334 .complex_2c98 {
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    body.up-5334 .middle-e2d6 {
        min-width: 0;
        flex: 1 1 auto;
    }

    body.up-5334 .notice_ed6d {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    body.up-5334 .notice_ed6d .cold-adf3 {
        padding: 0.45rem 0.65rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 769px) {
    body.up-5334 .box-1220 {
        display: none !important;
    }
}

/* ---------- Nav overrides (estrutura mantida para navigation.panel_905f) ---------- */
body.up-5334 .pink_5f5a {
    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.up-5334 .pink_5f5a .notice_47a5 {
    color: var(--home-text);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
}

body.up-5334 .pink_5f5a .notice_47a5:hover {
    background: #f1f5f9;
    color: var(--home-text);
    box-shadow: none;
    transform: none;
}

body.up-5334 .pink_5f5a .shade-basic-2bfe {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    box-shadow: var(--home-shadow);
}

body.up-5334 .pink_5f5a .shade-basic-2bfe::before {
    border-bottom-color: var(--home-surface);
}

body.up-5334 .pink_5f5a .current-a619 {
    color: var(--home-text);
}

body.up-5334 .pink_5f5a .current-a619:hover {
    background: #f8fafc;
    color: var(--home-text);
    transform: none;
    box-shadow: none;
}

body.up-5334 .footer_brown_e4fc {
    background: #f1f5f9;
}

body.up-5334 .footer_brown_e4fc span {
    color: var(--home-text);
    text-shadow: none;
}

body.up-5334 .status_purple_f5e2 {
    border-color: var(--home-border);
    background: #fff;
}

body.up-5334 .status_purple_f5e2 span {
    background: var(--home-text);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.up-5334 .button_881d {
        background: #fff;
        border-top: 1px solid var(--home-border);
    }

    body.up-5334 .button_881d .notice_47a5 {
        color: var(--home-text);
    }

    body.up-5334 .button_881d .shade-basic-2bfe {
        background: #f8fafc;
        border-top: 1px solid var(--home-border);
    }

    body.up-5334 .button_881d .current-a619 {
        color: var(--home-text);
    }

    /* Menu aberto: painel ocupa o restante da tela; fundo não rola (JS trava body) */
    body.up-5334.texture-848f .header-easy-2d73 {
        z-index: 10070;
    }

    body.up-5334 .pink_5f5a {
        z-index: 10065;
    }

    body.up-5334 .pink_5f5a .card_b5ee {
        padding-left: 0;
        padding-right: 0;
    }

    body.up-5334 .pink_5f5a .button_881d.fn-show-bb32 {
        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.up-5334 .pink_5f5a .fixed-a08e:first-child .notice_47a5 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* apk.background_narrow_c574 & app.background_narrow_c574 & baixar.background_narrow_c574 & download.background_narrow_c574 & instalar.background_narrow_c574: destacar Mobile em vez de Início */
body.column-prev-32c7 .pink_5f5a .fixed-a08e:first-child .notice_47a5,
body.secondary-selected-fb12 .pink_5f5a .fixed-a08e:first-child .notice_47a5,
body.solid_40ac .pink_5f5a .fixed-a08e:first-child .notice_47a5,
body.picture_3754 .pink_5f5a .fixed-a08e:first-child .notice_47a5,
body.gold_dbe0 .pink_5f5a .fixed-a08e:first-child .notice_47a5 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.column-prev-32c7 .pink_5f5a .feature_3586 .notice_47a5,
body.secondary-selected-fb12 .pink_5f5a .feature_3586 .notice_47a5,
body.solid_40ac .pink_5f5a .feature_3586 .notice_47a5,
body.picture_3754 .pink_5f5a .feature_3586 .notice_47a5,
body.gold_dbe0 .pink_5f5a .feature_3586 .notice_47a5 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.column-prev-32c7 .pink_5f5a .current-a619[aria-current="page"],
    body.secondary-selected-fb12 .pink_5f5a .current-a619[aria-current="page"],
    body.solid_40ac .pink_5f5a .current-a619[aria-current="page"],
    body.picture_3754 .pink_5f5a .current-a619[aria-current="page"],
    body.gold_dbe0 .pink_5f5a .current-a619[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bet.background_narrow_c574: destacar Apostas em vez de Início */
/* bet.background_narrow_c574, plataforma.background_narrow_c574 & win.background_narrow_c574: destacar Apostas em vez de Início */
body.outline-161c .pink_5f5a .fixed-a08e:first-child .notice_47a5,
body.top-0a7f .pink_5f5a .fixed-a08e:first-child .notice_47a5,
body.fixed-3d47 .pink_5f5a .fixed-a08e:first-child .notice_47a5 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.outline-161c .pink_5f5a .paragraph_green_d86e .notice_47a5,
body.top-0a7f .pink_5f5a .paragraph_green_d86e .notice_47a5,
body.fixed-3d47 .pink_5f5a .paragraph_green_d86e .notice_47a5 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.outline-161c .pink_5f5a .current-a619[aria-current="page"],
    body.top-0a7f .pink_5f5a .current-a619[aria-current="page"],
    body.fixed-3d47 .pink_5f5a .current-a619[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bonus.background_narrow_c574: destacar Bônus */
body.motion-a635 .pink_5f5a .fixed-a08e:first-child .notice_47a5 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.motion-a635 .pink_5f5a .action_5011 .notice_47a5 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* cadastro.background_narrow_c574, login.background_narrow_c574 & vip.background_narrow_c574: destacar Conta em vez de Início */
body.widget-a6b4 .pink_5f5a .fixed-a08e:first-child .notice_47a5,
body.short_f3fe .pink_5f5a .fixed-a08e:first-child .notice_47a5,
body.heading-advanced-96dc .pink_5f5a .fixed-a08e:first-child .notice_47a5 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.widget-a6b4 .pink_5f5a .input-7b2c .notice_47a5,
body.short_f3fe .pink_5f5a .input-7b2c .notice_47a5,
body.heading-advanced-96dc .pink_5f5a .input-7b2c .notice_47a5 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.widget-a6b4 .pink_5f5a .current-a619[aria-current="page"],
    body.short_f3fe .pink_5f5a .current-a619[aria-current="page"],
    body.heading-advanced-96dc .pink_5f5a .current-a619[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* cassino.background_narrow_c574, lottery.background_narrow_c574 & slot.background_narrow_c574: destacar Jogos em vez de Início */
body.cold-9b71 .pink_5f5a .fixed-a08e:first-child .notice_47a5,
body.grid-459c .pink_5f5a .fixed-a08e:first-child .notice_47a5,
body.table_5520 .pink_5f5a .fixed-a08e:first-child .notice_47a5 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.cold-9b71 .pink_5f5a .heading-narrow-7349 .notice_47a5,
body.grid-459c .pink_5f5a .heading-narrow-7349 .notice_47a5,
body.table_5520 .pink_5f5a .heading-narrow-7349 .notice_47a5 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.cold-9b71 .pink_5f5a .current-a619[aria-current="page"],
    body.grid-459c .pink_5f5a .current-a619[aria-current="page"],
    body.table_5520 .pink_5f5a .current-a619[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* facebook.background_narrow_c574 & telegram.background_narrow_c574: destacar Social em vez de Início */
body.layout-under-bfa1 .pink_5f5a .fixed-a08e:first-child .notice_47a5,
body.image_1272 .pink_5f5a .fixed-a08e:first-child .notice_47a5 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.layout-under-bfa1 .pink_5f5a .banner_white_815d .notice_47a5,
body.image_1272 .pink_5f5a .banner_white_815d .notice_47a5 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.layout-under-bfa1 .pink_5f5a .current-a619[aria-current="page"],
    body.image_1272 .pink_5f5a .current-a619[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* ---------- Layout shell ---------- */
.advanced_75dd {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.surface-under-64ef {
    display: grid;
    gap: 2rem;
}

@media (min-width: 1100px) {
    .surface-under-64ef {
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
    }
}

.outer_8b27 {
    min-width: 0;
}

.overlay-bottom-ae28 {
    position: sticky;
    top: 5.5rem;
    align-self: start;
}

/* ---------- Editorial: byline e metodologia ---------- */
.border-40e6 {
    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);
}

.border-40e6 strong {
    color: var(--home-text);
    font-weight: 700;
}

.light_a814 {
    margin-top: 2rem;
}

.tabs_a89c {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .tabs_a89c {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .tabs_a89c {
        grid-template-columns: repeat(4, 1fr);
    }
}

.paragraph-full-2aa2 {
    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;
}

.paragraph-full-2aa2 h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: var(--home-accent);
    letter-spacing: 0.02em;
}

.paragraph-full-2aa2 p {
    margin: 0;
    color: #334155;
}

.thick-82bb {
    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) ---------- */
.section-7b51 {
    padding: 2.25rem 0 1rem;
}

.out_fcb9 {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 900px) {
    .out_fcb9 {
        grid-template-columns: 1.05fr 0.95fr;
    }
}

.container-a929 {
    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;
}

.section-7b51 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);
}

.banner_static_7c29 {
    font-size: 1.05rem;
    color: var(--home-muted);
    margin-bottom: 1.25rem;
}

.footer_1f94 {
    font-size: 0.98rem;
    color: #334155;
}

.footer_1f94 p {
    margin-bottom: 1rem;
}

.wide_3d91 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.column_810d {
    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);
}

.column_810d:hover {
    filter: brightness(1.05);
}

.heading_last_4a15 {
    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;
}

.pattern-62fd {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: var(--home-shadow);
}

.pattern-62fd img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

/* ---------- Bands / sections ---------- */
.dark_67c2 {
    margin-top: 2.5rem;
    scroll-margin-top: 5rem;
}

.north-cbd8 {
    margin-bottom: 1.25rem;
}

.north-cbd8 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);
}

.container_clean_65e2 {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.95rem;
}

.menu-first-bd24 {
    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 ---------- */
.container-5a96 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .container-5a96 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.over-ad39 {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    text-align: center;
}

.over-ad39 strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--home-accent-2);
}

.over-ad39 span {
    font-size: 0.78rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Feature grid (bento) ---------- */
.texture_b901 {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 700px) {
    .texture_b901 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .texture_b901 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.focus-4ef4 {
    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;
}

.focus-4ef4:hover {
    transform: translateY(-2px);
    box-shadow: var(--home-shadow);
}

.focus-4ef4 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.focus-4ef4 h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    color: var(--home-text);
}

.focus-4ef4 p,
.focus-4ef4 li {
    font-size: 0.92rem;
    color: #334155;
}

.focus-4ef4 ul {
    margin: 0;
    padding-left: 1.1rem;
}

/* ---------- Tables ---------- */
.aside_slow_1110 {
    overflow-x: auto;
    margin-top: 1rem;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.shadow-03c3 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 720px;
}

.shadow-03c3 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;
}

.shadow-03c3 tbody td {
    padding: 0.65rem;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.shadow-03c3 tbody tr:nth-child(even) {
    background: #fcfdff;
}

.focus_ed58 {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #e0f2fe;
    color: #075985;
}

/* ---------- Win cards ---------- */
.prev-4ea2 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .prev-4ea2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.text_top_efd6 {
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.smooth-cf98 {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.text_top_efd6 h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.text_top_efd6 .highlight-acb3 {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0.35rem 0;
}

.accent-slow-1020 {
    background: #dcfce7;
    color: #166534;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

/* ---------- FAQ ---------- */
.accordion-inner-e22f details {
    border: 1px solid var(--home-border);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 0.65rem;
    overflow: hidden;
}

.accordion-inner-e22f summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    font-weight: 700;
    list-style: none;
    color: var(--home-text);
}

.accordion-inner-e22f summary::-webkit-details-marker {
    display: none;
}

.accordion-inner-e22f .lower_079b {
    padding: 0 1.1rem 1.1rem;
    border-top: 1px solid var(--home-border);
    color: #334155;
    font-size: 0.95rem;
}

.accordion-inner-e22f .lower_079b p:last-child {
    margin-bottom: 0;
}

/* ---------- Aside trust ---------- */
.wood_e46c {
    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;
}

.wood_e46c h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.wood_e46c ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--home-muted);
    font-size: 0.88rem;
}

.summary-41df a {
    display: block;
    padding: 0.35rem 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
}

.media_ca6b {
    font-size: 0.8rem;
    color: var(--home-muted);
    margin-top: 0.5rem;
}

/* ---------- Footer area ---------- */
.hard-1681 {
    border-top: 1px solid var(--home-border);
    background: #fff;
    margin-top: 2rem;
    padding: 2rem 1rem;
}

.table-next-72fc {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.hard-1681 a {
    font-weight: 600;
}

.hover_inner_dbd3 {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.hover_inner_dbd3 h2 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.hover_inner_dbd3 p {
    color: #334155;
}

/* ---------- CTA bar ---------- */
.border_fixed_a309 {
    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);
}

.border_fixed_a309 a {
    color: #fff !important;
}

.border_fixed_a309 h2 {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

/* ---------- Feature / section images ---------- */
.simple_5ab4 {
    margin: 1rem 0 0;
}

.simple_5ab4 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.up-5334 .avatar-gold-63d7 {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

body.up-5334 .avatar-gold-63d7 h1 {
    color: inherit;
    text-shadow: none;
}

body.up-5334 .avatar-gold-63d7 p {
    color: inherit;
}

/* ---------- Numbers grid (bottom stats) ---------- */
.picture_fresh_0b2f {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .picture_fresh_0b2f {
        grid-template-columns: repeat(4, 1fr);
    }
}

.focus_eeff {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}

.focus_eeff .filter_solid_e51a {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--home-accent);
}

.focus_eeff .link-lower-88a3 {
    font-size: 0.8rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Responsible two-col ---------- */
.tag_huge_5f5e {
    display: grid;
    gap: 1rem;
}

@media (min-width: 800px) {
    .tag_huge_5f5e {
        grid-template-columns: 1fr 1fr;
    }
}

.hover-97a3 {
    background: #f8fafc;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1.1rem;
}

.hover-97a3 h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

.module-3aa7 {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #7f1d1d;
}

/* ---------- Print ---------- */
@media print {
    body.up-5334 .pink_5f5a,
    body.up-5334 .notice_ed6d,
    .border_fixed_a309 {
        display: none !important;
    }
}

/* css-noise: 6b3f */
.promo-block-s2 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.2;
}
