/* 首页 v2 — 与旧版棕金赌场风完全不同的编辑型布局（仅 body.motion_ec2a 生效） */

: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.motion_ec2a {
    background: var(--home-bg);
    color: var(--home-text);
    font-family: var(--home-font);
    line-height: 1.6;
}

body.motion_ec2a a {
    color: var(--home-accent-2);
}

body.motion_ec2a a:hover {
    color: #1e40af;
}

/* ---------- Skip link (a11y) ---------- */
.heading_fdd9 {
    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;
}

.heading_fdd9:focus {
    left: 0;
    outline: 3px solid #fde047;
}

/* ---------- Top bar ---------- */
.message-ebfe {
    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);
}

.disabled_2279 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.description_6e6b {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.description_6e6b img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.plasma-43e4 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.sidebar-active-f15c {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.element-simple-6b42 {
    font-size: 0.75rem;
    color: var(--home-muted);
    font-weight: 500;
}

.element-up-83a0 {
    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.motion_ec2a .element-up-83a0 .focused_e802 {
        display: flex;
        width: auto;
        flex: 0 0 auto;
        padding: 0;
        margin: 0;
        background: transparent;
        justify-content: center;
        align-items: center;
    }

    body.motion_ec2a .disabled_2279 {
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    body.motion_ec2a .description_6e6b {
        min-width: 0;
        flex: 1 1 auto;
    }

    body.motion_ec2a .element-up-83a0 {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    body.motion_ec2a .element-up-83a0 .thumbnail-old-a277 {
        padding: 0.45rem 0.65rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 769px) {
    body.motion_ec2a .focused_e802 {
        display: none !important;
    }
}

/* ---------- Nav overrides (estrutura mantida para navigation.button-over-b3f5) ---------- */
body.motion_ec2a .upper_ab67 {
    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.motion_ec2a .upper_ab67 .wrapper_c465 {
    color: var(--home-text);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
}

body.motion_ec2a .upper_ab67 .wrapper_c465:hover {
    background: #f1f5f9;
    color: var(--home-text);
    box-shadow: none;
    transform: none;
}

body.motion_ec2a .upper_ab67 .preview_5870 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    box-shadow: var(--home-shadow);
}

body.motion_ec2a .upper_ab67 .preview_5870::before {
    border-bottom-color: var(--home-surface);
}

body.motion_ec2a .upper_ab67 .south-b060 {
    color: var(--home-text);
}

body.motion_ec2a .upper_ab67 .south-b060:hover {
    background: #f8fafc;
    color: var(--home-text);
    transform: none;
    box-shadow: none;
}

body.motion_ec2a .pink-69c8 {
    background: #f1f5f9;
}

body.motion_ec2a .pink-69c8 span {
    color: var(--home-text);
    text-shadow: none;
}

body.motion_ec2a .silver-2e62 {
    border-color: var(--home-border);
    background: #fff;
}

body.motion_ec2a .silver-2e62 span {
    background: var(--home-text);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.motion_ec2a .card_white_951f {
        background: #fff;
        border-top: 1px solid var(--home-border);
    }

    body.motion_ec2a .card_white_951f .wrapper_c465 {
        color: var(--home-text);
    }

    body.motion_ec2a .card_white_951f .preview_5870 {
        background: #f8fafc;
        border-top: 1px solid var(--home-border);
    }

    body.motion_ec2a .card_white_951f .south-b060 {
        color: var(--home-text);
    }

    /* Menu aberto: painel ocupa o restante da tela; fundo não rola (JS trava body) */
    body.motion_ec2a.table-purple-91dd .message-ebfe {
        z-index: 10070;
    }

    body.motion_ec2a .upper_ab67 {
        z-index: 10065;
    }

    body.motion_ec2a .upper_ab67 .caption_first_7ee8 {
        padding-left: 0;
        padding-right: 0;
    }

    body.motion_ec2a .upper_ab67 .card_white_951f.fn-show-bc99 {
        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.motion_ec2a .upper_ab67 .disabled_f361:first-child .wrapper_c465 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* apk.thumbnail_basic_8dfa & app.thumbnail_basic_8dfa & baixar.thumbnail_basic_8dfa & download.thumbnail_basic_8dfa & instalar.thumbnail_basic_8dfa: destacar Mobile em vez de Início */
body.thick-4de2 .upper_ab67 .disabled_f361:first-child .wrapper_c465,
body.nav_ad23 .upper_ab67 .disabled_f361:first-child .wrapper_c465,
body.outer-295b .upper_ab67 .disabled_f361:first-child .wrapper_c465,
body.tooltip_7aea .upper_ab67 .disabled_f361:first-child .wrapper_c465,
body.list-c655 .upper_ab67 .disabled_f361:first-child .wrapper_c465 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.thick-4de2 .upper_ab67 .chip_purple_6970 .wrapper_c465,
body.nav_ad23 .upper_ab67 .chip_purple_6970 .wrapper_c465,
body.outer-295b .upper_ab67 .chip_purple_6970 .wrapper_c465,
body.tooltip_7aea .upper_ab67 .chip_purple_6970 .wrapper_c465,
body.list-c655 .upper_ab67 .chip_purple_6970 .wrapper_c465 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.thick-4de2 .upper_ab67 .south-b060[aria-current="page"],
    body.nav_ad23 .upper_ab67 .south-b060[aria-current="page"],
    body.outer-295b .upper_ab67 .south-b060[aria-current="page"],
    body.tooltip_7aea .upper_ab67 .south-b060[aria-current="page"],
    body.list-c655 .upper_ab67 .south-b060[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bet.thumbnail_basic_8dfa: destacar Apostas em vez de Início */
/* bet.thumbnail_basic_8dfa, plataforma.thumbnail_basic_8dfa & win.thumbnail_basic_8dfa: destacar Apostas em vez de Início */
body.carousel_small_2bd7 .upper_ab67 .disabled_f361:first-child .wrapper_c465,
body.article_top_dfc8 .upper_ab67 .disabled_f361:first-child .wrapper_c465,
body.slider_828e .upper_ab67 .disabled_f361:first-child .wrapper_c465 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.carousel_small_2bd7 .upper_ab67 .status-soft-2323 .wrapper_c465,
body.article_top_dfc8 .upper_ab67 .status-soft-2323 .wrapper_c465,
body.slider_828e .upper_ab67 .status-soft-2323 .wrapper_c465 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.carousel_small_2bd7 .upper_ab67 .south-b060[aria-current="page"],
    body.article_top_dfc8 .upper_ab67 .south-b060[aria-current="page"],
    body.slider_828e .upper_ab67 .south-b060[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bonus.thumbnail_basic_8dfa: destacar Bônus */
body.block_51f6 .upper_ab67 .disabled_f361:first-child .wrapper_c465 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.block_51f6 .upper_ab67 .brown-9e25 .wrapper_c465 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* cadastro.thumbnail_basic_8dfa, login.thumbnail_basic_8dfa & vip.thumbnail_basic_8dfa: destacar Conta em vez de Início */
body.center_72b4 .upper_ab67 .disabled_f361:first-child .wrapper_c465,
body.hero-9442 .upper_ab67 .disabled_f361:first-child .wrapper_c465,
body.old-5b33 .upper_ab67 .disabled_f361:first-child .wrapper_c465 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.center_72b4 .upper_ab67 .basic-e93f .wrapper_c465,
body.hero-9442 .upper_ab67 .basic-e93f .wrapper_c465,
body.old-5b33 .upper_ab67 .basic-e93f .wrapper_c465 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.center_72b4 .upper_ab67 .south-b060[aria-current="page"],
    body.hero-9442 .upper_ab67 .south-b060[aria-current="page"],
    body.old-5b33 .upper_ab67 .south-b060[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* cassino.thumbnail_basic_8dfa, lottery.thumbnail_basic_8dfa & slot.thumbnail_basic_8dfa: destacar Jogos em vez de Início */
body.accordion_dynamic_2d9b .upper_ab67 .disabled_f361:first-child .wrapper_c465,
body.content_b5e1 .upper_ab67 .disabled_f361:first-child .wrapper_c465,
body.huge_35c6 .upper_ab67 .disabled_f361:first-child .wrapper_c465 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.accordion_dynamic_2d9b .upper_ab67 .surface_clean_3b2b .wrapper_c465,
body.content_b5e1 .upper_ab67 .surface_clean_3b2b .wrapper_c465,
body.huge_35c6 .upper_ab67 .surface_clean_3b2b .wrapper_c465 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.accordion_dynamic_2d9b .upper_ab67 .south-b060[aria-current="page"],
    body.content_b5e1 .upper_ab67 .south-b060[aria-current="page"],
    body.huge_35c6 .upper_ab67 .south-b060[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* facebook.thumbnail_basic_8dfa & telegram.thumbnail_basic_8dfa: destacar Social em vez de Início */
body.tooltip_f1e2 .upper_ab67 .disabled_f361:first-child .wrapper_c465,
body.message_5286 .upper_ab67 .disabled_f361:first-child .wrapper_c465 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.tooltip_f1e2 .upper_ab67 .glass-7fca .wrapper_c465,
body.message_5286 .upper_ab67 .glass-7fca .wrapper_c465 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.tooltip_f1e2 .upper_ab67 .south-b060[aria-current="page"],
    body.message_5286 .upper_ab67 .south-b060[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* ---------- Layout shell ---------- */
.item-5e45 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.chip_wide_35be {
    display: grid;
    gap: 2rem;
}

@media (min-width: 1100px) {
    .chip_wide_35be {
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
    }
}

.yellow-7457 {
    min-width: 0;
}

.bronze-a009 {
    position: sticky;
    top: 5.5rem;
    align-self: start;
}

/* ---------- Editorial: byline e metodologia ---------- */
.description-fast-c4f8 {
    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);
}

.description-fast-c4f8 strong {
    color: var(--home-text);
    font-weight: 700;
}

.message-iron-1ddb {
    margin-top: 2rem;
}

.message_brown_f055 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .message_brown_f055 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .message_brown_f055 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.west_5113 {
    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;
}

.west_5113 h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: var(--home-accent);
    letter-spacing: 0.02em;
}

.west_5113 p {
    margin: 0;
    color: #334155;
}

.gallery-ce8e {
    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) ---------- */
.next-221b {
    padding: 2.25rem 0 1rem;
}

.motion_6fde {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 900px) {
    .motion_6fde {
        grid-template-columns: 1.05fr 0.95fr;
    }
}

.status_e070 {
    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;
}

.next-221b 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);
}

.dim-fb6c {
    font-size: 1.05rem;
    color: var(--home-muted);
    margin-bottom: 1.25rem;
}

.gradient-4208 {
    font-size: 0.98rem;
    color: #334155;
}

.gradient-4208 p {
    margin-bottom: 1rem;
}

.search_6105 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.easy_e0af {
    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);
}

.easy_e0af:hover {
    filter: brightness(1.05);
}

.border_3402 {
    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;
}

.steel_365c {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: var(--home-shadow);
}

.steel_365c img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

/* ---------- Bands / sections ---------- */
.under-3f32 {
    margin-top: 2.5rem;
    scroll-margin-top: 5rem;
}

.current_dbb6 {
    margin-bottom: 1.25rem;
}

.current_dbb6 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);
}

.popup-brown-e131 {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.95rem;
}

.header_3386 {
    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 ---------- */
.overlay_soft_a515 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .overlay_soft_a515 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.purple_670c {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    text-align: center;
}

.purple_670c strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--home-accent-2);
}

.purple_670c span {
    font-size: 0.78rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Feature grid (bento) ---------- */
.accent-pro-08b1 {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 700px) {
    .accent-pro-08b1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .accent-pro-08b1 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.gradient_medium_4520 {
    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;
}

.gradient_medium_4520:hover {
    transform: translateY(-2px);
    box-shadow: var(--home-shadow);
}

.gradient_medium_4520 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.gradient_medium_4520 h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    color: var(--home-text);
}

.gradient_medium_4520 p,
.gradient_medium_4520 li {
    font-size: 0.92rem;
    color: #334155;
}

.gradient_medium_4520 ul {
    margin: 0;
    padding-left: 1.1rem;
}

/* ---------- Tables ---------- */
.image-inner-65de {
    overflow-x: auto;
    margin-top: 1rem;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.status_dim_3c10 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 720px;
}

.status_dim_3c10 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;
}

.status_dim_3c10 tbody td {
    padding: 0.65rem;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.status_dim_3c10 tbody tr:nth-child(even) {
    background: #fcfdff;
}

.under-5c08 {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #e0f2fe;
    color: #075985;
}

/* ---------- Win cards ---------- */
.section-copper-d291 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .section-copper-d291 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.selected_8724 {
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.slider-fluid-187d {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.selected_8724 h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.selected_8724 .thumbnail-2c2b {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0.35rem 0;
}

.bright-d4e2 {
    background: #dcfce7;
    color: #166534;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

/* ---------- FAQ ---------- */
.top_b53d details {
    border: 1px solid var(--home-border);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 0.65rem;
    overflow: hidden;
}

.top_b53d summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    font-weight: 700;
    list-style: none;
    color: var(--home-text);
}

.top_b53d summary::-webkit-details-marker {
    display: none;
}

.top_b53d .plasma_2695 {
    padding: 0 1.1rem 1.1rem;
    border-top: 1px solid var(--home-border);
    color: #334155;
    font-size: 0.95rem;
}

.top_b53d .plasma_2695 p:last-child {
    margin-bottom: 0;
}

/* ---------- Aside trust ---------- */
.slider_large_beb0 {
    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;
}

.slider_large_beb0 h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.slider_large_beb0 ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--home-muted);
    font-size: 0.88rem;
}

.out_5faa a {
    display: block;
    padding: 0.35rem 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
}

.label_east_c021 {
    font-size: 0.8rem;
    color: var(--home-muted);
    margin-top: 0.5rem;
}

/* ---------- Footer area ---------- */
.feature-531a {
    border-top: 1px solid var(--home-border);
    background: #fff;
    margin-top: 2rem;
    padding: 2rem 1rem;
}

.hover-1e88 {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.feature-531a a {
    font-weight: 600;
}

.preview-fast-d652 {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.preview-fast-d652 h2 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.preview-fast-d652 p {
    color: #334155;
}

/* ---------- CTA bar ---------- */
.message-d549 {
    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);
}

.message-d549 a {
    color: #fff !important;
}

.message-d549 h2 {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

/* ---------- Feature / section images ---------- */
.backdrop_60bb {
    margin: 1rem 0 0;
}

.backdrop_60bb 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.motion_ec2a .wrapper-6b39 {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

body.motion_ec2a .wrapper-6b39 h1 {
    color: inherit;
    text-shadow: none;
}

body.motion_ec2a .wrapper-6b39 p {
    color: inherit;
}

/* ---------- Numbers grid (bottom stats) ---------- */
.short_867f {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .short_867f {
        grid-template-columns: repeat(4, 1fr);
    }
}

.progress_b915 {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}

.progress_b915 .paper_57f3 {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--home-accent);
}

.progress_b915 .short-5b91 {
    font-size: 0.8rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Responsible two-col ---------- */
.description-blue-07dd {
    display: grid;
    gap: 1rem;
}

@media (min-width: 800px) {
    .description-blue-07dd {
        grid-template-columns: 1fr 1fr;
    }
}

.focus_white_8b9e {
    background: #f8fafc;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1.1rem;
}

.focus_white_8b9e h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

.filter_c5e8 {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #7f1d1d;
}

/* ---------- Print ---------- */
@media print {
    body.motion_ec2a .upper_ab67,
    body.motion_ec2a .element-up-83a0,
    .message-d549 {
        display: none !important;
    }
}

/* css-noise: 8562 */
.shadow-element-s7 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.2;
}
