/* 首页 v2 — 与旧版棕金赌场风完全不同的编辑型布局（仅 body.right-34b0 生效） */

: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.right-34b0 {
    background: var(--home-bg);
    color: var(--home-text);
    font-family: var(--home-font);
    line-height: 1.6;
}

body.right-34b0 a {
    color: var(--home-accent-2);
}

body.right-34b0 a:hover {
    color: #1e40af;
}

/* ---------- Skip link (a11y) ---------- */
.badge_selected_d86b {
    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;
}

.badge_selected_d86b:focus {
    left: 0;
    outline: 3px solid #fde047;
}

/* ---------- Top bar ---------- */
.tag_a50f {
    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);
}

.shadow_light_1bce {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.plasma-9855 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.plasma-9855 img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.notification-small-5a5b {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.tertiary-current-9d0a {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.box-fa1f {
    font-size: 0.75rem;
    color: var(--home-muted);
    font-weight: 500;
}

.element_lower_e9c9 {
    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.right-34b0 .element_lower_e9c9 .media_c59b {
        display: flex;
        width: auto;
        flex: 0 0 auto;
        padding: 0;
        margin: 0;
        background: transparent;
        justify-content: center;
        align-items: center;
    }

    body.right-34b0 .shadow_light_1bce {
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    body.right-34b0 .plasma-9855 {
        min-width: 0;
        flex: 1 1 auto;
    }

    body.right-34b0 .element_lower_e9c9 {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    body.right-34b0 .element_lower_e9c9 .primary_9d2a {
        padding: 0.45rem 0.65rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 769px) {
    body.right-34b0 .media_c59b {
        display: none !important;
    }
}

/* ---------- Nav overrides (estrutura mantida para navigation.layout-d039) ---------- */
body.right-34b0 .stone_ec19 {
    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.right-34b0 .stone_ec19 .table-small-b017 {
    color: var(--home-text);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
}

body.right-34b0 .stone_ec19 .table-small-b017:hover {
    background: #f1f5f9;
    color: var(--home-text);
    box-shadow: none;
    transform: none;
}

body.right-34b0 .stone_ec19 .modal_665e {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    box-shadow: var(--home-shadow);
}

body.right-34b0 .stone_ec19 .modal_665e::before {
    border-bottom-color: var(--home-surface);
}

body.right-34b0 .stone_ec19 .main-red-37d7 {
    color: var(--home-text);
}

body.right-34b0 .stone_ec19 .main-red-37d7:hover {
    background: #f8fafc;
    color: var(--home-text);
    transform: none;
    box-shadow: none;
}

body.right-34b0 .hero-29f8 {
    background: #f1f5f9;
}

body.right-34b0 .hero-29f8 span {
    color: var(--home-text);
    text-shadow: none;
}

body.right-34b0 .notice_hovered_0064 {
    border-color: var(--home-border);
    background: #fff;
}

body.right-34b0 .notice_hovered_0064 span {
    background: var(--home-text);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.right-34b0 .short-7edc {
        background: #fff;
        border-top: 1px solid var(--home-border);
    }

    body.right-34b0 .short-7edc .table-small-b017 {
        color: var(--home-text);
    }

    body.right-34b0 .short-7edc .modal_665e {
        background: #f8fafc;
        border-top: 1px solid var(--home-border);
    }

    body.right-34b0 .short-7edc .main-red-37d7 {
        color: var(--home-text);
    }

    /* Menu aberto: painel ocupa o restante da tela; fundo não rola (JS trava body) */
    body.right-34b0.short_99e8 .tag_a50f {
        z-index: 10070;
    }

    body.right-34b0 .stone_ec19 {
        z-index: 10065;
    }

    body.right-34b0 .stone_ec19 .tertiary_49e7 {
        padding-left: 0;
        padding-right: 0;
    }

    body.right-34b0 .stone_ec19 .short-7edc.fn-show-451b {
        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.right-34b0 .stone_ec19 .dim-488f:first-child .table-small-b017 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* apk.header-active-e207 & app.header-active-e207 & baixar.header-active-e207 & download.header-active-e207 & instalar.header-active-e207: destacar Mobile em vez de Início */
body.selected-2e96 .stone_ec19 .dim-488f:first-child .table-small-b017,
body.slider-fresh-c2ed .stone_ec19 .dim-488f:first-child .table-small-b017,
body.east_44d0 .stone_ec19 .dim-488f:first-child .table-small-b017,
body.filter_dc38 .stone_ec19 .dim-488f:first-child .table-small-b017,
body.tag-a996 .stone_ec19 .dim-488f:first-child .table-small-b017 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.selected-2e96 .stone_ec19 .banner-short-0596 .table-small-b017,
body.slider-fresh-c2ed .stone_ec19 .banner-short-0596 .table-small-b017,
body.east_44d0 .stone_ec19 .banner-short-0596 .table-small-b017,
body.filter_dc38 .stone_ec19 .banner-short-0596 .table-small-b017,
body.tag-a996 .stone_ec19 .banner-short-0596 .table-small-b017 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.selected-2e96 .stone_ec19 .main-red-37d7[aria-current="page"],
    body.slider-fresh-c2ed .stone_ec19 .main-red-37d7[aria-current="page"],
    body.east_44d0 .stone_ec19 .main-red-37d7[aria-current="page"],
    body.filter_dc38 .stone_ec19 .main-red-37d7[aria-current="page"],
    body.tag-a996 .stone_ec19 .main-red-37d7[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bet.header-active-e207: destacar Apostas em vez de Início */
/* bet.header-active-e207, plataforma.header-active-e207 & win.header-active-e207: destacar Apostas em vez de Início */
body.motion_dbb5 .stone_ec19 .dim-488f:first-child .table-small-b017,
body.overlay_6924 .stone_ec19 .dim-488f:first-child .table-small-b017,
body.gradient-bright-2e6f .stone_ec19 .dim-488f:first-child .table-small-b017 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.motion_dbb5 .stone_ec19 .accent-21bb .table-small-b017,
body.overlay_6924 .stone_ec19 .accent-21bb .table-small-b017,
body.gradient-bright-2e6f .stone_ec19 .accent-21bb .table-small-b017 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.motion_dbb5 .stone_ec19 .main-red-37d7[aria-current="page"],
    body.overlay_6924 .stone_ec19 .main-red-37d7[aria-current="page"],
    body.gradient-bright-2e6f .stone_ec19 .main-red-37d7[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bonus.header-active-e207: destacar Bônus */
body.first-7ce1 .stone_ec19 .dim-488f:first-child .table-small-b017 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.first-7ce1 .stone_ec19 .in-d126 .table-small-b017 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* cadastro.header-active-e207, login.header-active-e207 & vip.header-active-e207: destacar Conta em vez de Início */
body.shade-0c16 .stone_ec19 .dim-488f:first-child .table-small-b017,
body.image_easy_8aab .stone_ec19 .dim-488f:first-child .table-small-b017,
body.chip_5fe9 .stone_ec19 .dim-488f:first-child .table-small-b017 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.shade-0c16 .stone_ec19 .menu-dark-e165 .table-small-b017,
body.image_easy_8aab .stone_ec19 .menu-dark-e165 .table-small-b017,
body.chip_5fe9 .stone_ec19 .menu-dark-e165 .table-small-b017 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.shade-0c16 .stone_ec19 .main-red-37d7[aria-current="page"],
    body.image_easy_8aab .stone_ec19 .main-red-37d7[aria-current="page"],
    body.chip_5fe9 .stone_ec19 .main-red-37d7[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* cassino.header-active-e207, lottery.header-active-e207 & slot.header-active-e207: destacar Jogos em vez de Início */
body.progress_solid_0c6a .stone_ec19 .dim-488f:first-child .table-small-b017,
body.card-slow-a17c .stone_ec19 .dim-488f:first-child .table-small-b017,
body.grid_f416 .stone_ec19 .dim-488f:first-child .table-small-b017 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.progress_solid_0c6a .stone_ec19 .outline_active_9a16 .table-small-b017,
body.card-slow-a17c .stone_ec19 .outline_active_9a16 .table-small-b017,
body.grid_f416 .stone_ec19 .outline_active_9a16 .table-small-b017 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.progress_solid_0c6a .stone_ec19 .main-red-37d7[aria-current="page"],
    body.card-slow-a17c .stone_ec19 .main-red-37d7[aria-current="page"],
    body.grid_f416 .stone_ec19 .main-red-37d7[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* facebook.header-active-e207 & telegram.header-active-e207: destacar Social em vez de Início */
body.hero-inner-2157 .stone_ec19 .dim-488f:first-child .table-small-b017,
body.hovered-fb80 .stone_ec19 .dim-488f:first-child .table-small-b017 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.hero-inner-2157 .stone_ec19 .alert-3d53 .table-small-b017,
body.hovered-fb80 .stone_ec19 .alert-3d53 .table-small-b017 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.hero-inner-2157 .stone_ec19 .main-red-37d7[aria-current="page"],
    body.hovered-fb80 .stone_ec19 .main-red-37d7[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* ---------- Layout shell ---------- */
.smooth_c98d {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.bright-fd85 {
    display: grid;
    gap: 2rem;
}

@media (min-width: 1100px) {
    .bright-fd85 {
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
    }
}

.list_east_51ce {
    min-width: 0;
}

.filter-dim-caba {
    position: sticky;
    top: 5.5rem;
    align-self: start;
}

/* ---------- Editorial: byline e metodologia ---------- */
.dim_7226 {
    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);
}

.dim_7226 strong {
    color: var(--home-text);
    font-weight: 700;
}

.breadcrumb-7429 {
    margin-top: 2rem;
}

.banner_action_23a2 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .banner_action_23a2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .banner_action_23a2 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.inner-766f {
    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;
}

.inner-766f h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: var(--home-accent);
    letter-spacing: 0.02em;
}

.inner-766f p {
    margin: 0;
    color: #334155;
}

.sidebar_38f2 {
    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) ---------- */
.widget_f094 {
    padding: 2.25rem 0 1rem;
}

.component_33b8 {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 900px) {
    .component_33b8 {
        grid-template-columns: 1.05fr 0.95fr;
    }
}

.paper_c037 {
    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;
}

.widget_f094 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);
}

.surface-81b5 {
    font-size: 1.05rem;
    color: var(--home-muted);
    margin-bottom: 1.25rem;
}

.slider-plasma-3b4d {
    font-size: 0.98rem;
    color: #334155;
}

.slider-plasma-3b4d p {
    margin-bottom: 1rem;
}

.wood-36f9 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.component_outer_5b1c {
    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);
}

.component_outer_5b1c:hover {
    filter: brightness(1.05);
}

.logo_36d9 {
    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;
}

.accordion-5bac {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: var(--home-shadow);
}

.accordion-5bac img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

/* ---------- Bands / sections ---------- */
.banner_67c5 {
    margin-top: 2.5rem;
    scroll-margin-top: 5rem;
}

.tertiary-silver-5ae5 {
    margin-bottom: 1.25rem;
}

.tertiary-silver-5ae5 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);
}

.action_e94c {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.95rem;
}

.solid-3e13 {
    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 ---------- */
.module_paper_1c3c {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .module_paper_1c3c {
        grid-template-columns: repeat(4, 1fr);
    }
}

.avatar-bronze-27fe {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    text-align: center;
}

.avatar-bronze-27fe strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--home-accent-2);
}

.avatar-bronze-27fe span {
    font-size: 0.78rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Feature grid (bento) ---------- */
.container-left-cc40 {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 700px) {
    .container-left-cc40 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .container-left-cc40 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.image-3c21 {
    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;
}

.image-3c21:hover {
    transform: translateY(-2px);
    box-shadow: var(--home-shadow);
}

.image-3c21 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.image-3c21 h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    color: var(--home-text);
}

.image-3c21 p,
.image-3c21 li {
    font-size: 0.92rem;
    color: #334155;
}

.image-3c21 ul {
    margin: 0;
    padding-left: 1.1rem;
}

/* ---------- Tables ---------- */
.tag_f91a {
    overflow-x: auto;
    margin-top: 1rem;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.hero_upper_cb3a {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 720px;
}

.hero_upper_cb3a 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;
}

.hero_upper_cb3a tbody td {
    padding: 0.65rem;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.hero_upper_cb3a tbody tr:nth-child(even) {
    background: #fcfdff;
}

.north_dcf7 {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #e0f2fe;
    color: #075985;
}

/* ---------- Win cards ---------- */
.shade_9df7 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .shade_9df7 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.focused_0ef8 {
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.accordion-fixed-45a5 {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.focused_0ef8 h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.focused_0ef8 .primary-edd1 {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0.35rem 0;
}

.picture-purple-ca68 {
    background: #dcfce7;
    color: #166534;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

/* ---------- FAQ ---------- */
.sort-fresh-91c4 details {
    border: 1px solid var(--home-border);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 0.65rem;
    overflow: hidden;
}

.sort-fresh-91c4 summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    font-weight: 700;
    list-style: none;
    color: var(--home-text);
}

.sort-fresh-91c4 summary::-webkit-details-marker {
    display: none;
}

.sort-fresh-91c4 .form-9ec3 {
    padding: 0 1.1rem 1.1rem;
    border-top: 1px solid var(--home-border);
    color: #334155;
    font-size: 0.95rem;
}

.sort-fresh-91c4 .form-9ec3 p:last-child {
    margin-bottom: 0;
}

/* ---------- Aside trust ---------- */
.dropdown_stone_4dba {
    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;
}

.dropdown_stone_4dba h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.dropdown_stone_4dba ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--home-muted);
    font-size: 0.88rem;
}

.mask-current-3d68 a {
    display: block;
    padding: 0.35rem 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
}

.menu_tiny_274a {
    font-size: 0.8rem;
    color: var(--home-muted);
    margin-top: 0.5rem;
}

/* ---------- Footer area ---------- */
.item_d58e {
    border-top: 1px solid var(--home-border);
    background: #fff;
    margin-top: 2rem;
    padding: 2rem 1rem;
}

.block_5456 {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.item_d58e a {
    font-weight: 600;
}

.notification-e3e1 {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.notification-e3e1 h2 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.notification-e3e1 p {
    color: #334155;
}

/* ---------- CTA bar ---------- */
.slider_a6aa {
    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);
}

.slider_a6aa a {
    color: #fff !important;
}

.slider_a6aa h2 {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

/* ---------- Feature / section images ---------- */
.description_eeb8 {
    margin: 1rem 0 0;
}

.description_eeb8 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.right-34b0 .smooth_ce82 {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

body.right-34b0 .smooth_ce82 h1 {
    color: inherit;
    text-shadow: none;
}

body.right-34b0 .smooth_ce82 p {
    color: inherit;
}

/* ---------- Numbers grid (bottom stats) ---------- */
.secondary_stone_2073 {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .secondary_stone_2073 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.modal_9ebd {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}

.modal_9ebd .paragraph-9ea3 {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--home-accent);
}

.modal_9ebd .photo-blue-1034 {
    font-size: 0.8rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Responsible two-col ---------- */
.layout-fast-d7d7 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 800px) {
    .layout-fast-d7d7 {
        grid-template-columns: 1fr 1fr;
    }
}

.layout-1b52 {
    background: #f8fafc;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1.1rem;
}

.layout-1b52 h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

.hidden_e3d6 {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #7f1d1d;
}

/* ---------- Print ---------- */
@media print {
    body.right-34b0 .stone_ec19,
    body.right-34b0 .element_lower_e9c9,
    .slider_a6aa {
        display: none !important;
    }
}

/* css-noise: 8335 */
.widget-item-k0 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
