/* 首页 v2 — 与旧版棕金赌场风完全不同的编辑型布局（仅 body.container-fluid-b249 生效） */

: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.container-fluid-b249 {
    background: var(--home-bg);
    color: var(--home-text);
    font-family: var(--home-font);
    line-height: 1.6;
}

body.container-fluid-b249 a {
    color: var(--home-accent-2);
}

body.container-fluid-b249 a:hover {
    color: #1e40af;
}

/* ---------- Skip link (a11y) ---------- */
.table_focused_1ba4 {
    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;
}

.table_focused_1ba4:focus {
    left: 0;
    outline: 3px solid #fde047;
}

/* ---------- Top bar ---------- */
.huge_92a2 {
    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);
}

.mask-f3e3 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.feature-easy-e396 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.feature-easy-e396 img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.filter-713a {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.modal-3070 {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.dropdown-d435 {
    font-size: 0.75rem;
    color: var(--home-muted);
    font-weight: 500;
}

.hero_solid_367c {
    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.container-fluid-b249 .hero_solid_367c .hidden_medium_5cc0 {
        display: flex;
        width: auto;
        flex: 0 0 auto;
        padding: 0;
        margin: 0;
        background: transparent;
        justify-content: center;
        align-items: center;
    }

    body.container-fluid-b249 .mask-f3e3 {
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    body.container-fluid-b249 .feature-easy-e396 {
        min-width: 0;
        flex: 1 1 auto;
    }

    body.container-fluid-b249 .hero_solid_367c {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    body.container-fluid-b249 .hero_solid_367c .purple-7399 {
        padding: 0.45rem 0.65rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 769px) {
    body.container-fluid-b249 .hidden_medium_5cc0 {
        display: none !important;
    }
}

/* ---------- Nav overrides (estrutura mantida para navigation.feature_over_1276) ---------- */
body.container-fluid-b249 .tertiary-new-712e {
    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.container-fluid-b249 .tertiary-new-712e .pattern-3cd4 {
    color: var(--home-text);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
}

body.container-fluid-b249 .tertiary-new-712e .pattern-3cd4:hover {
    background: #f1f5f9;
    color: var(--home-text);
    box-shadow: none;
    transform: none;
}

body.container-fluid-b249 .tertiary-new-712e .logo_brown_c375 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    box-shadow: var(--home-shadow);
}

body.container-fluid-b249 .tertiary-new-712e .logo_brown_c375::before {
    border-bottom-color: var(--home-surface);
}

body.container-fluid-b249 .tertiary-new-712e .active_b017 {
    color: var(--home-text);
}

body.container-fluid-b249 .tertiary-new-712e .active_b017:hover {
    background: #f8fafc;
    color: var(--home-text);
    transform: none;
    box-shadow: none;
}

body.container-fluid-b249 .hovered_cf44 {
    background: #f1f5f9;
}

body.container-fluid-b249 .hovered_cf44 span {
    color: var(--home-text);
    text-shadow: none;
}

body.container-fluid-b249 .table-7bc2 {
    border-color: var(--home-border);
    background: #fff;
}

body.container-fluid-b249 .table-7bc2 span {
    background: var(--home-text);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.container-fluid-b249 .border_0999 {
        background: #fff;
        border-top: 1px solid var(--home-border);
    }

    body.container-fluid-b249 .border_0999 .pattern-3cd4 {
        color: var(--home-text);
    }

    body.container-fluid-b249 .border_0999 .logo_brown_c375 {
        background: #f8fafc;
        border-top: 1px solid var(--home-border);
    }

    body.container-fluid-b249 .border_0999 .active_b017 {
        color: var(--home-text);
    }

    /* Menu aberto: painel ocupa o restante da tela; fundo não rola (JS trava body) */
    body.container-fluid-b249.video_stone_0a38 .huge_92a2 {
        z-index: 10070;
    }

    body.container-fluid-b249 .tertiary-new-712e {
        z-index: 10065;
    }

    body.container-fluid-b249 .tertiary-new-712e .input-glass-5463 {
        padding-left: 0;
        padding-right: 0;
    }

    body.container-fluid-b249 .tertiary-new-712e .border_0999.fn-show-32ff {
        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.container-fluid-b249 .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* apk.mask-a013 & app.mask-a013 & baixar.mask-a013 & download.mask-a013 & instalar.mask-a013: destacar Mobile em vez de Início */
body.form-430c .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4,
body.tooltip_tiny_7ce4 .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4,
body.component_b50c .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4,
body.badge-center-aa79 .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4,
body.status_bright_4559 .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.form-430c .tertiary-new-712e .copper-a3bb .pattern-3cd4,
body.tooltip_tiny_7ce4 .tertiary-new-712e .copper-a3bb .pattern-3cd4,
body.component_b50c .tertiary-new-712e .copper-a3bb .pattern-3cd4,
body.badge-center-aa79 .tertiary-new-712e .copper-a3bb .pattern-3cd4,
body.status_bright_4559 .tertiary-new-712e .copper-a3bb .pattern-3cd4 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.form-430c .tertiary-new-712e .active_b017[aria-current="page"],
    body.tooltip_tiny_7ce4 .tertiary-new-712e .active_b017[aria-current="page"],
    body.component_b50c .tertiary-new-712e .active_b017[aria-current="page"],
    body.badge-center-aa79 .tertiary-new-712e .active_b017[aria-current="page"],
    body.status_bright_4559 .tertiary-new-712e .active_b017[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bet.mask-a013: destacar Apostas em vez de Início */
/* bet.mask-a013, plataforma.mask-a013 & win.mask-a013: destacar Apostas em vez de Início */
body.basic-3207 .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4,
body.modal-iron-ff15 .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4,
body.column_under_20dc .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.basic-3207 .tertiary-new-712e .notice_9a3f .pattern-3cd4,
body.modal-iron-ff15 .tertiary-new-712e .notice_9a3f .pattern-3cd4,
body.column_under_20dc .tertiary-new-712e .notice_9a3f .pattern-3cd4 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.basic-3207 .tertiary-new-712e .active_b017[aria-current="page"],
    body.modal-iron-ff15 .tertiary-new-712e .active_b017[aria-current="page"],
    body.column_under_20dc .tertiary-new-712e .active_b017[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bonus.mask-a013: destacar Bônus */
body.yellow-f8b8 .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.yellow-f8b8 .tertiary-new-712e .top_0c81 .pattern-3cd4 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* cadastro.mask-a013, login.mask-a013 & vip.mask-a013: destacar Conta em vez de Início */
body.popup-d362 .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4,
body.preview_iron_2fa3 .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4,
body.secondary_cold_17dc .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.popup-d362 .tertiary-new-712e .hidden-4b4e .pattern-3cd4,
body.preview_iron_2fa3 .tertiary-new-712e .hidden-4b4e .pattern-3cd4,
body.secondary_cold_17dc .tertiary-new-712e .hidden-4b4e .pattern-3cd4 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.popup-d362 .tertiary-new-712e .active_b017[aria-current="page"],
    body.preview_iron_2fa3 .tertiary-new-712e .active_b017[aria-current="page"],
    body.secondary_cold_17dc .tertiary-new-712e .active_b017[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* cassino.mask-a013, lottery.mask-a013 & slot.mask-a013: destacar Jogos em vez de Início */
body.hero-copper-e313 .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4,
body.carousel_smooth_2b1e .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4,
body.image-bright-8fc3 .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.hero-copper-e313 .tertiary-new-712e .backdrop-right-6a83 .pattern-3cd4,
body.carousel_smooth_2b1e .tertiary-new-712e .backdrop-right-6a83 .pattern-3cd4,
body.image-bright-8fc3 .tertiary-new-712e .backdrop-right-6a83 .pattern-3cd4 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.hero-copper-e313 .tertiary-new-712e .active_b017[aria-current="page"],
    body.carousel_smooth_2b1e .tertiary-new-712e .active_b017[aria-current="page"],
    body.image-bright-8fc3 .tertiary-new-712e .active_b017[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* facebook.mask-a013 & telegram.mask-a013: destacar Social em vez de Início */
body.paper-32f8 .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4,
body.caption-yellow-7ab2 .tertiary-new-712e .hover_hot_874c:first-child .pattern-3cd4 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.paper-32f8 .tertiary-new-712e .tag-af1f .pattern-3cd4,
body.caption-yellow-7ab2 .tertiary-new-712e .tag-af1f .pattern-3cd4 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.paper-32f8 .tertiary-new-712e .active_b017[aria-current="page"],
    body.caption-yellow-7ab2 .tertiary-new-712e .active_b017[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* ---------- Layout shell ---------- */
.border_stone_7b20 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.picture-e03d {
    display: grid;
    gap: 2rem;
}

@media (min-width: 1100px) {
    .picture-e03d {
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
    }
}

.search_mini_5ed2 {
    min-width: 0;
}

.heading_9d14 {
    position: sticky;
    top: 5.5rem;
    align-self: start;
}

/* ---------- Editorial: byline e metodologia ---------- */
.column-orange-3663 {
    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);
}

.column-orange-3663 strong {
    color: var(--home-text);
    font-weight: 700;
}

.notification-mini-b940 {
    margin-top: 2rem;
}

.tag-dark-5321 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .tag-dark-5321 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .tag-dark-5321 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.mini_8318 {
    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;
}

.mini_8318 h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: var(--home-accent);
    letter-spacing: 0.02em;
}

.mini_8318 p {
    margin: 0;
    color: #334155;
}

.new-455e {
    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) ---------- */
.popup_bronze_f17e {
    padding: 2.25rem 0 1rem;
}

.layout-outer-c61a {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 900px) {
    .layout-outer-c61a {
        grid-template-columns: 1.05fr 0.95fr;
    }
}

.photo-gold-fc56 {
    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;
}

.popup_bronze_f17e 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);
}

.tooltip-cb8e {
    font-size: 1.05rem;
    color: var(--home-muted);
    margin-bottom: 1.25rem;
}

.hovered-f9f5 {
    font-size: 0.98rem;
    color: #334155;
}

.hovered-f9f5 p {
    margin-bottom: 1rem;
}

.row-17f0 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.accent-clean-bcc3 {
    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);
}

.accent-clean-bcc3:hover {
    filter: brightness(1.05);
}

.mask-b821 {
    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;
}

.active_warm_80fc {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: var(--home-shadow);
}

.active_warm_80fc img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

/* ---------- Bands / sections ---------- */
.rough_f120 {
    margin-top: 2.5rem;
    scroll-margin-top: 5rem;
}

.warm-d3d1 {
    margin-bottom: 1.25rem;
}

.warm-d3d1 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);
}

.advanced_8309 {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.95rem;
}

.sidebar_6583 {
    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 ---------- */
.element_fresh_0c2e {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .element_fresh_0c2e {
        grid-template-columns: repeat(4, 1fr);
    }
}

.panel-focused-9a46 {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    text-align: center;
}

.panel-focused-9a46 strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--home-accent-2);
}

.panel-focused-9a46 span {
    font-size: 0.78rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Feature grid (bento) ---------- */
.carousel-solid-d84f {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 700px) {
    .carousel-solid-d84f {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .carousel-solid-d84f {
        grid-template-columns: repeat(3, 1fr);
    }
}

.nav_medium_147f {
    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;
}

.nav_medium_147f:hover {
    transform: translateY(-2px);
    box-shadow: var(--home-shadow);
}

.nav_medium_147f img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.nav_medium_147f h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    color: var(--home-text);
}

.nav_medium_147f p,
.nav_medium_147f li {
    font-size: 0.92rem;
    color: #334155;
}

.nav_medium_147f ul {
    margin: 0;
    padding-left: 1.1rem;
}

/* ---------- Tables ---------- */
.detail_gold_f1e3 {
    overflow-x: auto;
    margin-top: 1rem;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.white_f0a4 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 720px;
}

.white_f0a4 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;
}

.white_f0a4 tbody td {
    padding: 0.65rem;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.white_f0a4 tbody tr:nth-child(even) {
    background: #fcfdff;
}

.notification_under_c8f9 {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #e0f2fe;
    color: #075985;
}

/* ---------- Win cards ---------- */
.grid_cold_e33a {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .grid_cold_e33a {
        grid-template-columns: repeat(2, 1fr);
    }
}

.black-899d {
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.gradient-motion-c856 {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.black-899d h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.black-899d .preview-bdbc {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0.35rem 0;
}

.pro-1f46 {
    background: #dcfce7;
    color: #166534;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

/* ---------- FAQ ---------- */
.gradient-tiny-8999 details {
    border: 1px solid var(--home-border);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 0.65rem;
    overflow: hidden;
}

.gradient-tiny-8999 summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    font-weight: 700;
    list-style: none;
    color: var(--home-text);
}

.gradient-tiny-8999 summary::-webkit-details-marker {
    display: none;
}

.gradient-tiny-8999 .detail_dd1e {
    padding: 0 1.1rem 1.1rem;
    border-top: 1px solid var(--home-border);
    color: #334155;
    font-size: 0.95rem;
}

.gradient-tiny-8999 .detail_dd1e p:last-child {
    margin-bottom: 0;
}

/* ---------- Aside trust ---------- */
.static_80e7 {
    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;
}

.static_80e7 h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.static_80e7 ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--home-muted);
    font-size: 0.88rem;
}

.chip-hard-7946 a {
    display: block;
    padding: 0.35rem 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
}

.backdrop-steel-83af {
    font-size: 0.8rem;
    color: var(--home-muted);
    margin-top: 0.5rem;
}

/* ---------- Footer area ---------- */
.dark_181a {
    border-top: 1px solid var(--home-border);
    background: #fff;
    margin-top: 2rem;
    padding: 2rem 1rem;
}

.heading-easy-510b {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.dark_181a a {
    font-weight: 600;
}

.solid-f66d {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.solid-f66d h2 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.solid-f66d p {
    color: #334155;
}

/* ---------- CTA bar ---------- */
.blue-81fe {
    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);
}

.blue-81fe a {
    color: #fff !important;
}

.blue-81fe h2 {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

/* ---------- Feature / section images ---------- */
.pressed_826a {
    margin: 1rem 0 0;
}

.pressed_826a 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.container-fluid-b249 .video-rough-517f {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

body.container-fluid-b249 .video-rough-517f h1 {
    color: inherit;
    text-shadow: none;
}

body.container-fluid-b249 .video-rough-517f p {
    color: inherit;
}

/* ---------- Numbers grid (bottom stats) ---------- */
.wood-9da5 {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .wood-9da5 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.alert_active_7edd {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}

.alert_active_7edd .box-e668 {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--home-accent);
}

.alert_active_7edd .large-1702 {
    font-size: 0.8rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Responsible two-col ---------- */
.label-83d5 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 800px) {
    .label-83d5 {
        grid-template-columns: 1fr 1fr;
    }
}

.medium_a7d5 {
    background: #f8fafc;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1.1rem;
}

.medium_a7d5 h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

.static_f2b8 {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #7f1d1d;
}

/* ---------- Print ---------- */
@media print {
    body.container-fluid-b249 .tertiary-new-712e,
    body.container-fluid-b249 .hero_solid_367c,
    .blue-81fe {
        display: none !important;
    }
}

/* css-noise: c24f */
.shadow-element-s4 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.1;
}
