/**
 * Homepage editorial layout — scoped to body.badge-466d only.
 * Light surface + slate/teal accents (distinct from previous brown “casino card” UI).
 */

body.badge-466d {
    background: #e8edf3;
    color: #1e293b;
    font-family: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.65;
    padding-top: 0;
}

/* —— Menu principal + Registrar-se / Entrar fixos no topo (pt-BR), sem repasse de peso nos CTAs —— */
body.badge-466d .bottom-6bd3.grid-tall-db3a {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10050;
    margin: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-top: calc(0.2rem + env(safe-area-inset-top, 0px));
    padding-bottom: 0.2rem;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.28);
    overflow: visible;
}

body.badge-466d .grid-tall-db3a > .highlight_e5df {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem 0.65rem;
    row-gap: 0.4rem;
}

body.badge-466d .grid-tall-db3a .paragraph_prev_b5c3 {
    order: 1;
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
}

body.badge-466d .grid-tall-db3a .accent_203f {
    order: 5;
}

body.badge-466d .secondary-old-b9c2 {
    order: 2;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    margin-left: auto;
}

body.badge-466d .primary_c983 {
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    transition: transform 0.12s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
}

body.badge-466d .primary_c983:focus-visible {
    outline: 2px solid #5eead4;
    outline-offset: 2px;
}

body.badge-466d .primary_c983:active {
    transform: scale(0.98);
}

body.badge-466d .disabled_basic_5bc6 {
    background: #14b8a6;
    color: #0f172a !important;
    box-shadow: 0 2px 10px rgba(20, 184, 166, 0.35);
}

body.badge-466d .disabled_basic_5bc6:hover {
    background: #2dd4bf;
    color: #0f172a !important;
}

body.badge-466d .texture_dim_b409 {
    background: transparent;
    color: #e2e8f0 !important;
    border: 2px solid rgba(148, 163, 184, 0.55);
}

body.badge-466d .texture_dim_b409:hover {
    background: rgba(30, 41, 59, 0.9);
    border-color: #5eead4;
    color: #f8fafc !important;
}

@media (min-width: 769px) {
    body.badge-466d .grid-tall-db3a .accent_203f {
        order: 3;
        flex: 1 1 auto;
        justify-content: center;
        min-width: 0;
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    body.badge-466d .secondary-old-b9c2 {
        order: 10;
    }

    body.badge-466d .grid-tall-db3a .backdrop-27e5 {
        z-index: 10060;
    }
}

@media (max-width: 768px) {
    body.badge-466d .grid-tall-db3a > .highlight_e5df {
        justify-content: space-between;
    }

    body.badge-466d .grid-tall-db3a .accent_203f {
        order: 20;
        flex: 1 1 100%;
        width: 100%;
    }

    body.badge-466d .secondary-old-b9c2 {
        margin-left: 0;
    }
}

.border_right_33ec {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 10100;
    padding: 0.75rem 1.25rem;
    background: #0f172a;
    color: #f8fafc;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 0 8px 0;
}

.border_right_33ec:focus {
    left: 0;
    outline: 3px solid #14b8a6;
    outline-offset: 2px;
}

body.badge-466d a {
    color: #0f766e;
}

body.badge-466d a:hover {
    color: #115e59;
}

/* —— Header (abaixo da barra de navegação fixa) —— */
body.badge-466d header {
    background: #ffffff;
    border-bottom: 1px solid #cbd5e1;
    padding: 0.65rem 0;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
    margin-top: calc(3.15rem + env(safe-area-inset-top, 0px));
}

@media (min-width: 992px) {
    body.badge-466d header {
        margin-top: calc(3.65rem + env(safe-area-inset-top, 0px));
    }
}

body.badge-466d header .link_orange_eeb1 {
    gap: 1rem;
}

body.badge-466d header img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

body.badge-466d header .main_west_cd35 {
    background: #0f172a;
    color: #f8fafc;
    box-shadow: none;
}

body.badge-466d header .main_west_cd35:hover {
    background: #1e293b;
    color: #fff;
}

body.badge-466d header .action_bb78 {
    background: #0d9488;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
}

body.badge-466d header .action_bb78:hover {
    background: #0f766e;
}

body.badge-466d .bottom-6bd3 .hover_wide_9e5e:first-child .iron_8a1e::after {
    background: #14b8a6;
}

/* —— Nav —— */
body.badge-466d .bottom-6bd3 {
    background: #0f172a;
    margin: 0;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #14b8a6;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.15);
}

body.badge-466d .bottom-6bd3 .iron_8a1e {
    color: #e2e8f0;
    text-transform: none;
    letter-spacing: 0.02em;
    font-size: 0.875rem;
    font-weight: 600;
}

body.badge-466d .bottom-6bd3 .iron_8a1e:hover {
    background: rgba(20, 184, 166, 0.2);
    color: #5eead4;
    box-shadow: none;
    transform: none;
}

body.badge-466d .bottom-6bd3 .backdrop-27e5,
body.badge-466d .bottom-6bd3 .backdrop-27e5::before {
    background: #1e293b;
    border-color: #334155;
}

body.badge-466d .bottom-6bd3 .panel_down_1afa {
    color: #e2e8f0;
}

body.badge-466d .bottom-6bd3 .panel_down_1afa:hover {
    background: rgba(13, 148, 136, 0.25);
    color: #99f6e4;
    transform: none;
}

body.badge-466d .paragraph_prev_b5c3 {
    background: rgba(30, 41, 59, 0.9);
}

body.badge-466d .paragraph_prev_b5c3 span {
    color: #cbd5e1;
    text-shadow: none;
}

body.badge-466d .chip_stale_43e7 {
    background: rgba(20, 184, 166, 0.15);
    border-color: rgba(20, 184, 166, 0.45);
}

body.badge-466d .chip_stale_43e7 span {
    background: #5eead4;
    box-shadow: none;
}

@media (max-width: 768px) {
    body.badge-466d .accent_203f {
        background: #1e293b;
    }

    body.badge-466d .accent_203f .iron_8a1e {
        color: #f1f5f9;
    }

    body.badge-466d .accent_203f .backdrop-27e5 {
        background: #0f172a;
        border-color: #334155;
    }

    body.badge-466d .accent_203f .panel_down_1afa {
        color: #cbd5e1;
    }
}

/* —— Main & hero —— */
body.badge-466d main {
    display: block;
}

body.badge-466d .panel-d4f3 {
    background: linear-gradient(145deg, #0f172a 0%, #134e4a 48%, #115e59 100%);
    margin: 0;
    padding: clamp(2rem, 5vw, 4rem) 0;
    border: none;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

body.badge-466d .panel-d4f3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 100% 0%, rgba(45, 212, 191, 0.12), transparent 55%),
                radial-gradient(ellipse 60% 40% at 0% 100%, rgba(56, 189, 248, 0.08), transparent 50%);
    pointer-events: none;
}

body.badge-466d .panel-d4f3 .highlight_e5df {
    position: relative;
    z-index: 1;
}

body.badge-466d .panel-d4f3 h1 {
    color: #f8fafc;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    text-shadow: none;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
}

body.badge-466d .panel-d4f3 p {
    color: #cbd5e1;
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 38rem;
}

body.badge-466d .panel-d4f3 strong {
    color: #5eead4;
    font-weight: 700;
}

body.badge-466d .panel-d4f3 .action_bb78 {
    background: #14b8a6;
    color: #0f172a;
    font-weight: 800;
    border-radius: 10px;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4);
}

body.badge-466d .panel-d4f3 .action_bb78:hover {
    background: #2dd4bf;
    color: #0f172a;
}

body.badge-466d .panel-d4f3 .accordion-blue-b640 {
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

body.badge-466d .panel-d4f3 .gas_34e0 {
    max-width: 38rem;
    font-size: 0.95rem;
}

body.badge-466d .panel-d4f3 .gas_34e0 a {
    color: rgba(226, 232, 240, 0.92);
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.badge-466d .panel-d4f3 .gas_34e0 a:hover {
    color: #99f6e4;
}

/* —— E-E-A-T: aviso no hero + bloco de transparência —— */
body.badge-466d .border_dim_0991 {
    position: relative;
    z-index: 1;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #e2e8f0;
    background: rgba(15, 23, 42, 0.45);
    border-left: 4px solid #14b8a6;
    padding: 0.85rem 1.1rem;
    border-radius: 10px;
    max-width: 40rem;
    margin-bottom: 1rem;
}

body.badge-466d .border_dim_0991 a {
    color: #5eead4;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.badge-466d .border_dim_0991 a:hover {
    color: #99f6e4;
}

/* Faixa editorial (E-E-A-T: quem publica, data, links legais) */
body.badge-466d .south-edd8 {
    background: #f1f5f9;
    border-bottom: 1px solid #cbd5e1;
    padding: 0.55rem 0;
}

body.badge-466d .wrapper-35e7 {
    max-width: 100%;
}

body.badge-466d .carousel-huge-3b57 {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: #475569;
    text-align: center;
}

body.badge-466d .carousel-huge-3b57 a {
    color: #0d9488;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.badge-466d .carousel-huge-3b57 a:hover {
    color: #0f766e;
}

body.badge-466d .table-basic-1c83 {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

body.badge-466d .block-tiny-8d6f {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

/* APK page: passo a passo + checklist (E-E-A-T) */
body.badge-466d .lower-75ae.new_a694 .right_d9ea {
    color: #64748b;
    font-size: 0.95rem;
}

body.badge-466d .purple-c359 {
    margin: 0;
    padding-left: 1.35rem;
    color: #334155;
    line-height: 1.75;
}

body.badge-466d .purple-c359 li {
    margin-bottom: 0.65rem;
}

body.badge-466d .accent_098f {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

body.badge-466d .column-a7df {
    margin: 1rem 0 0 0;
    padding-left: 1.25rem;
    color: #334155;
    line-height: 1.7;
}

body.badge-466d .column-a7df li {
    margin-bottom: 0.6rem;
}

body.badge-466d .column-a7df a {
    color: #0d9488;
    font-weight: 600;
}

body.badge-466d .block_a7c9 .gas-736f {
    padding: 1.5rem 1.25rem;
    border-radius: 16px;
}

body.badge-466d .selected_a0e1 {
    color: #64748b;
    font-size: 0.92rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.55;
}

body.badge-466d .nav-a2c3 {
    font-size: 0.88rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(15, 23, 42, 0.35);
    padding: 0.85rem 1rem;
    border-radius: 10px;
    border-left: 3px solid #94a3b8;
    margin: 1rem 0 0 0;
}

body.badge-466d .inner_c764 {
    list-style: decimal;
    margin: 0.5rem 0 1rem 0;
    padding-left: 1.35rem;
    color: #FFF9C4;
    line-height: 1.65;
}

body.badge-466d .component_bfb4 {
    background: #e2e8f0;
    border-top: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
}

body.badge-466d .new_a694 {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
}

body.badge-466d .new_a694 .steel_4e3c {
    text-align: left;
    margin-bottom: 0.75rem;
}

body.badge-466d .section-d3cc {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1.25rem;
}

body.badge-466d .new_a694 > p {
    color: #334155;
    line-height: 1.75;
    margin-bottom: 1rem;
}

body.badge-466d .text-yellow-1e2a {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 1.5rem 0 0.75rem 0;
}

body.badge-466d .outer_fb7d {
    margin: 0 0 1rem 0;
    padding-left: 1.35rem;
    color: #334155;
    line-height: 1.75;
}

body.badge-466d .outer_fb7d li {
    margin-bottom: 0.6rem;
}

body.badge-466d .message_2e68 {
    font-size: 0.92rem;
    color: #475569;
    padding-top: 0.5rem;
    border-top: 1px solid #e2e8f0;
    margin-bottom: 0 !important;
}

/* —— Section rhythm —— */
body.badge-466d .steel_4e3c {
    color: #0f172a;
    font-weight: 800;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: #0f172a;
    background-clip: border-box;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    letter-spacing: -0.02em;
}

body.badge-466d .right_d9ea {
    color: #64748b;
    opacity: 1;
    font-size: 1.05rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

body.badge-466d .feature-over-f74e {
    background: linear-gradient(90deg, #0d9488, #0f766e) !important;
    padding: 1rem 0 !important;
    border: none;
}

body.badge-466d .feature-over-f74e h2 {
    color: #ecfdf5 !important;
    font-weight: 700;
    margin: 0;
    font-size: 1.25rem;
}

/* —— Feature cards —— */
body.badge-466d .picture-c625 {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 1.5rem 1.65rem;
    height: 100%;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.06), 0 2px 4px -2px rgba(15, 23, 42, 0.04);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

body.badge-466d .picture-c625:hover {
    border-color: #94a3b8;
    box-shadow: 0 12px 28px -8px rgba(15, 23, 42, 0.12);
}

body.badge-466d .list-hot-ccd8 {
    color: #0f172a;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

body.badge-466d .green_f106 {
    color: #475569;
    line-height: 1.75;
    margin-bottom: 1rem;
}

body.badge-466d .column_fast_a1b3 {
    color: #334155;
    list-style: none;
    padding: 0;
    margin: 0;
}

body.badge-466d .tag-76bb {
    margin-bottom: 0.5rem;
    padding-left: 1.25rem;
    position: relative;
}

body.badge-466d .tag-76bb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #14b8a6;
}

body.badge-466d .sidebar-020a,
body.badge-466d .filter-left-d7a5 {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
    border: 1px solid #e2e8f0;
}

/* —— RTP block —— */
body.badge-466d .north_3de0 {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 2rem 1.25rem;
}

body.badge-466d .module-2591 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.badge-466d .aside_upper_45a1 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

body.badge-466d .aside_upper_45a1 caption {
    caption-side: bottom;
    padding: 1rem 0.5rem 0;
    color: #64748b;
    font-size: 0.85rem;
    text-align: left;
}

body.badge-466d .aside_upper_45a1 thead th {
    background: #0f172a;
    color: #f8fafc;
    padding: 0.85rem 0.65rem;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid #14b8a6;
}

body.badge-466d .aside_upper_45a1 tbody td {
    padding: 0.75rem 0.65rem;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
}

body.badge-466d .aside_upper_45a1 tbody tr:nth-child(even) {
    background: #f8fafc;
}

body.badge-466d .basic_9586 {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
}

body.badge-466d .icon_dim_7d9f {
    background: #fee2e2;
    color: #991b1b;
}

body.badge-466d .content-cca9 {
    background: #ffedd5;
    color: #9a3412;
}

body.badge-466d .breadcrumb_lite_22a7 {
    background: #d1fae5;
    color: #065f46;
}

body.badge-466d .down_4baa {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-top: 1rem;
}

/* —— Winners —— */
body.badge-466d .modal_static_7210 {
    font-size: 0.8rem;
    line-height: 1.55;
    color: #64748b;
    max-width: 48rem;
    margin: 0 auto 0.85rem;
    padding: 0.55rem 0.75rem;
    background: #f1f5f9;
    border-radius: 8px;
    border-left: 3px solid #94a3b8;
    text-align: left;
}

body.badge-466d .surface-north-ea43 {
    row-gap: 0.65rem !important;
}

body.badge-466d .photo-wood-8ff7 {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
}

body.badge-466d .lite-15ba {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 1rem;
}

body.badge-466d .mini_e1a1 {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.35rem;
    border-left: 4px solid #14b8a6;
}

body.badge-466d .mini_e1a1 h4 {
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.35rem 0;
}

body.badge-466d .caption_a593 {
    color: #64748b;
    font-size: 0.85rem;
    margin: 0;
}

body.badge-466d .active_north_a695 {
    background: #0d9488;
    color: #fff;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

body.badge-466d .item_35ba {
    color: #0f172a;
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0.85rem 0;
}

body.badge-466d .avatar_active_ebd0 {
    color: #475569;
    margin: 0;
    line-height: 1.6;
    font-size: 0.9rem;
}

body.badge-466d .avatar_active_ebd0 strong {
    color: #0f766e;
}

body.badge-466d .mask-fixed-ce36 {
    color: #64748b;
    font-size: 0.82rem;
    font-style: italic;
    margin: 0.75rem 0 0 0;
}

body.badge-466d .main-down-bdd7 {
    color: #0f766e;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

/* —— FAQ —— */
body.badge-466d .icon_2707 {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 1.5rem;
}

body.badge-466d .logo_basic_c66b {
    background: #f8fafc;
    margin-bottom: 1rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

body.badge-466d .logo_basic_c66b:last-child {
    margin-bottom: 0;
}

body.badge-466d .logo_basic_c66b summary {
    padding: 1.15rem 1.25rem;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    user-select: none;
}

body.badge-466d .logo_basic_c66b summary::-webkit-details-marker {
    display: none;
}

body.badge-466d .paragraph-tall-1dd2 {
    color: #0d9488;
    font-size: 0.85rem;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

body.badge-466d .logo_basic_c66b[open] .paragraph-tall-1dd2 {
    transform: rotate(180deg);
}

body.badge-466d .prev_dd35 {
    padding: 0 1.25rem 1.25rem;
    color: #334155;
    line-height: 1.75;
    border-top: 1px solid #e2e8f0;
}

body.badge-466d .prev_dd35 p,
body.badge-466d .prev_dd35 li {
    color: #475569;
}

body.badge-466d .prev_dd35 strong,
body.badge-466d .icon_2707 strong {
    color: #0f172a !important;
}

body.badge-466d .prev_dd35 h4 {
    color: #0f172a;
    font-size: 1rem;
    margin: 0 0 0.75rem 0;
}

body.badge-466d .prev_dd35 ul,
body.badge-466d .prev_dd35 ol {
    color: #475569;
}

body.badge-466d .prev_dd35 a {
    color: #0f766e;
}

body.badge-466d .basic-77c0 {
    margin-top: 0.5rem;
}

body.badge-466d .table_a78f {
    margin: 1rem 0;
    padding-left: 1.35rem;
    color: #475569;
}

body.badge-466d .prev_dd35 li {
    margin-bottom: 0.65rem;
}

body.badge-466d .dropdown_1003 {
    padding: 1rem;
    border-radius: 10px;
    margin: 1rem 0;
    border-left: 4px solid #14b8a6;
    background: #ecfdf5;
}

body.badge-466d .border_ba3d {
    border-left-color: #f59e0b;
    background: #fffbeb;
}

body.badge-466d .breadcrumb-de67 {
    border-left-color: #0ea5e9;
    background: #f0f9ff;
}

/* —— Stats —— */
body.badge-466d .overlay_0e8e {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    border-radius: 16px;
    border: 1px solid #334155;
    padding: 2rem 1.5rem;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.2);
}

body.badge-466d .overlay_0e8e .steel_4e3c,
body.badge-466d .overlay_0e8e h2 {
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc !important;
}

body.badge-466d .overlay_0e8e .right_d9ea,
body.badge-466d .sort_yellow_e923 {
    color: #94a3b8 !important;
}

body.badge-466d .article-5568 {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid #475569;
    border-radius: 12px;
    padding: 1.35rem 1rem;
    height: 100%;
    text-align: center;
}

body.badge-466d .element-soft-304a {
    font-size: 2rem;
    font-weight: 800;
    color: #5eead4;
    margin-bottom: 0.35rem;
    line-height: 1.1;
}

body.badge-466d .bright-a56e {
    font-size: 0.9rem;
    color: #e2e8f0;
    font-weight: 600;
}

body.badge-466d .menu-fresh-270e {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 0.35rem;
}

body.badge-466d .row_8730 {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.75;
    max-width: 900px;
    margin: 0 auto;
}

body.badge-466d .row_8730 strong {
    color: #5eead4;
}

/* —— Responsible —— */
body.badge-466d .gas-736f {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 2rem 1.5rem;
}

body.badge-466d .gas-736f h2 {
    color: #0f172a;
    font-weight: 800;
}

body.badge-466d .gas-736f > .accent_soft_d9e6 > p {
    color: #64748b;
}

body.badge-466d .box_wood_87a3 {
    padding: 1.5rem;
    border-radius: 12px;
    height: 100%;
}

body.badge-466d .bronze_24f0 {
    background: #eff6ff;
    border-left: 4px solid #2563eb;
}

body.badge-466d .paragraph_dcf0 {
    background: #fffbeb;
    border-left: 4px solid #d97706;
}

body.badge-466d .box_wood_87a3 h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #0f172a;
}

body.badge-466d .box_wood_87a3 ul {
    margin: 0;
    padding-left: 1.2rem;
    color: #334155;
    line-height: 1.9;
}

body.badge-466d .box_wood_87a3 li {
    margin-bottom: 0.5rem;
}

body.badge-466d .box_wood_87a3 strong {
    color: #0f172a;
}

body.badge-466d .container_c313 {
    background: #fef2f2;
    border: 2px solid #f87171;
    border-radius: 10px;
    padding: 1.2rem;
    margin-top: 1.25rem;
}

body.badge-466d .container_c313 p {
    margin: 0;
    color: #7f1d1d;
    font-weight: 600;
}

body.badge-466d .container_c313 p + p {
    margin-top: 0.75rem;
    font-weight: 400;
    font-size: 0.95rem;
}

body.badge-466d .form-0a23 {
    font-size: 1.35rem;
    font-weight: 700;
    opacity: 0.9;
}

/* —— Grid helpers (page uses Bootstrap-like class names) —— */
@media (min-width: 768px) {
    body.badge-466d .image-top-6b6f .primary_easy_2e21 {
        flex: 0 0 auto;
        width: 50%;
    }

    body.badge-466d .image-top-6b6f .description-stale-9fd2 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
}

body.badge-466d .image-top-6b6f .picture-3095 {
    flex: 0 0 auto;
    width: 50%;
}

@media (min-width: 768px) {
    body.badge-466d .image-top-6b6f .east-3254 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 992px) {
    body.badge-466d .image-top-6b6f .east_be5b {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    body.badge-466d .image-top-6b6f .section_fa80 {
        flex: 0 0 auto;
        width: 50%;
    }
}

body.badge-466d .logo-gas-f3ab {
    color: #475569;
    font-size: 1rem;
    line-height: 1.8;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

body.badge-466d .logo-gas-f3ab strong {
    color: #0f172a;
}

/* —— CTA strip —— */
body.badge-466d .tiny_5d2c {
    background: #0d9488 !important;
    padding: 1.25rem 0 !important;
}

body.badge-466d .tiny_5d2c .action_bb78 {
    background: #0f172a;
    color: #f8fafc;
    border-radius: 10px;
    font-weight: 800;
}

body.badge-466d .tiny_5d2c .action_bb78:hover {
    background: #1e293b;
}

/* —— Footer & legal —— */
body.badge-466d footer {
    background: #ffffff;
    border-top: 1px solid #cbd5e1;
    margin-top: 0;
    backdrop-filter: none;
}

body.badge-466d footer a {
    color: #0f766e;
}

body.badge-466d footer a:hover {
    color: #115e59;
}

body.badge-466d .section_6fec {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

body.badge-466d .section_6fec h2 {
    color: #0f172a;
    font-weight: 800;
    font-size: 1.35rem;
}

body.badge-466d .section_6fec p {
    color: #475569;
    max-width: 65ch;
    margin-left: auto;
    margin-right: auto;
}

body.badge-466d .mini-00f0 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 1.5rem auto 0.75rem;
    max-width: 65ch;
    text-align: left;
}

body.badge-466d .border_933a {
    max-width: 65ch;
    margin: 0 auto 1rem;
    padding-left: 1.35rem;
    color: #475569;
    line-height: 1.75;
    text-align: left;
}

body.badge-466d .border_933a li {
    margin-bottom: 0.5rem;
}

/* —— Utilities —— */
body.badge-466d .article_61c9 {
    gap: 0.75rem;
}

body.badge-466d .east-3db2 {
    gap: 1rem;
}

@media (max-width: 768px) {
    body.badge-466d .panel-d4f3 p {
        max-width: none;
    }
}

/* —— RTP: override legacy table inline styles inside wrap —— */
body.badge-466d .north_3de0 .module-2591 table,
body.badge-466d .north_3de0 .module-2591 table.aside_upper_45a1 {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f0 !important;
    border-spacing: 0 !important;
}

body.badge-466d .north_3de0 .module-2591 thead tr {
    background: transparent !important;
}

body.badge-466d .north_3de0 .module-2591 th {
    background: #0f172a !important;
    color: #f8fafc !important;
    padding: 0.85rem 0.65rem !important;
    border-bottom: 2px solid #14b8a6 !important;
    font-weight: 700 !important;
}

body.badge-466d .north_3de0 .module-2591 tbody tr {
    background: transparent !important;
}

body.badge-466d .north_3de0 .module-2591 tbody tr:nth-child(even) {
    background: #f8fafc !important;
}

body.badge-466d .north_3de0 .module-2591 td {
    padding: 0.75rem 0.65rem !important;
    color: #334155 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    vertical-align: middle !important;
}

body.badge-466d .north_3de0 .module-2591 tbody tr:nth-child(even) td {
    background: #f8fafc !important;
}

body.badge-466d .north_3de0 .module-2591 tbody tr:nth-child(odd) td {
    background: #fff !important;
}

/* =============================================================================
   Densidade e refinamento visual — menos altura, imagens proporcionais, mais limpo
   ============================================================================= */

/* Seções: menos padding vertical que o utilitário py-5 padrão */
body.badge-466d main > section.highlight_e5df.iron_3995 {
    padding-top: clamp(1.25rem, 3.2vw, 1.85rem) !important;
    padding-bottom: clamp(1.25rem, 3.2vw, 1.85rem) !important;
}

body.badge-466d main > section.highlight_e5df.iron_3995.component_bfb4 {
    padding-top: clamp(1rem, 2.5vw, 1.45rem) !important;
    padding-bottom: clamp(1rem, 2.5vw, 1.45rem) !important;
}

body.badge-466d main > section.highlight_e5df.iron_3995.overlay_0e8e {
    padding-top: clamp(1.1rem, 2.8vw, 1.55rem) !important;
    padding-bottom: clamp(1.1rem, 2.8vw, 1.55rem) !important;
}

body.badge-466d main > section.highlight_e5df.iron_3995:has(.gas-736f) {
    padding-top: clamp(1.1rem, 2.8vw, 1.55rem) !important;
    padding-bottom: clamp(1.1rem, 2.8vw, 1.55rem) !important;
}

body.badge-466d main .accent_soft_d9e6.border_stale_8891 {
    margin-bottom: 1rem !important;
}

/* Hero mais compacto */
body.badge-466d .panel-d4f3 {
    padding: clamp(1.1rem, 3.5vw, 2.25rem) 0 !important;
}

body.badge-466d .panel-d4f3 h1 {
    margin-bottom: 0.5rem !important;
    font-size: clamp(1.55rem, 4vw, 2.15rem) !important;
}

body.badge-466d .panel-d4f3 p:not(.border_dim_0991) {
    margin-bottom: 0.75rem !important;
    font-size: 0.98rem !important;
    line-height: 1.62 !important;
}

body.badge-466d .panel-d4f3 .section_0c50 {
    margin-top: 0.35rem !important;
    padding: 0.65rem 1.15rem !important;
    font-size: 0.95rem !important;
}

body.badge-466d .border_dim_0991 {
    font-size: 0.82rem !important;
    padding: 0.65rem 0.85rem !important;
    margin-bottom: 0.65rem !important;
    max-width: 100% !important;
}

/* Imagem do hero: não domina a dobra */
body.badge-466d .panel-d4f3 .section_fa80 a .accordion-blue-b640,
body.badge-466d .panel-d4f3 .component-orange-8d93.section_fa80:last-child .accordion-blue-b640 {
    max-width: min(100%, 260px) !important;
    margin: 0.5rem auto 0 !important;
}

@media (min-width: 992px) {
    body.badge-466d .panel-d4f3 .section_fa80 a .accordion-blue-b640,
    body.badge-466d .panel-d4f3 .component-orange-8d93.section_fa80:last-child .accordion-blue-b640 {
        max-width: min(100%, 300px) !important;
        margin-top: 0 !important;
    }
}

/* Faixa entre seções */
body.badge-466d .feature-over-f74e.thumbnail-6fcf {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}

body.badge-466d .feature-over-f74e h2 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    letter-spacing: 0.02em;
}

/* Bloco E-E-A-T */
body.badge-466d .new_a694 {
    padding: 1.25rem 1.15rem !important;
    border-radius: 12px !important;
}

body.badge-466d .new_a694 .steel_4e3c {
    font-size: clamp(1.2rem, 2.8vw, 1.55rem) !important;
    margin-bottom: 0.35rem !important;
}

body.badge-466d .section-d3cc {
    margin-bottom: 0.85rem !important;
    font-size: 0.82rem !important;
}

body.badge-466d .new_a694 > p {
    font-size: 0.92rem !important;
    margin-bottom: 0.75rem !important;
}

body.badge-466d .text-yellow-1e2a {
    font-size: 1rem !important;
    margin: 1rem 0 0.45rem 0 !important;
}

body.badge-466d .outer_fb7d {
    font-size: 0.88rem !important;
    padding-left: 1.15rem !important;
}

body.badge-466d .outer_fb7d li {
    margin-bottom: 0.4rem !important;
}

body.badge-466d .message_2e68 {
    font-size: 0.85rem !important;
    padding-top: 0.4rem !important;
}

/* Imagens “hero” entre seções — largura limitada, menos sombra */
body.badge-466d .sidebar-020a {
    max-width: min(100%, 440px) !important;
    width: 100% !important;
    height: auto !important;
    margin: 0.5rem auto 0.75rem !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08) !important;
}

/* Cards: imagem tipo banner baixo, texto ganha protagonismo */
body.badge-466d .filter-left-d7a5 {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 140px !important;
    height: 140px !important;
    margin: 0 0 0.75rem 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.07) !important;
}

body.badge-466d .picture-c625 {
    padding: 1.1rem 1.15rem !important;
    border-radius: 12px !important;
}

body.badge-466d .list-hot-ccd8 {
    font-size: 1.05rem !important;
    margin-bottom: 0.5rem !important;
}

body.badge-466d .green_f106 {
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
    margin-bottom: 0.65rem !important;
}

body.badge-466d .tag-76bb {
    font-size: 0.82rem !important;
    margin-bottom: 0.35rem !important;
}

/* Grid de cards — afastamento horizontal/vertical menor */
body.badge-466d main .image-top-6b6f.east-3db2 {
    row-gap: 0.75rem !important;
}

body.badge-466d main .image-top-6b6f.east-3db2 > [class*="col-"] {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

body.badge-466d .east-3db2 {
    gap: 0.65rem !important;
}

/* Títulos de seção globais um pouco mais contidos */
body.badge-466d .steel_4e3c {
    font-size: clamp(1.28rem, 2.8vw, 1.75rem) !important;
    margin-bottom: 0.35rem !important;
}

body.badge-466d .right_d9ea {
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.25rem !important;
}

/* RTP / painéis escuros */
body.badge-466d .north_3de0 {
    padding: 1.15rem 0.85rem !important;
    border-radius: 12px !important;
}

body.badge-466d .photo-wood-8ff7 {
    padding: 1.15rem !important;
    border-radius: 12px !important;
}

body.badge-466d .mini_e1a1 {
    padding: 1rem !important;
}

body.badge-466d .item_35ba {
    font-size: 1.45rem !important;
    margin: 0.5rem 0 !important;
}

body.badge-466d .icon_2707 {
    padding: 1rem !important;
    border-radius: 12px !important;
}

body.badge-466d .logo_basic_c66b summary {
    padding: 0.85rem 1rem !important;
    font-size: 0.92rem !important;
}

body.badge-466d .prev_dd35 {
    padding: 0 1rem 1rem !important;
    font-size: 0.88rem !important;
}

body.badge-466d .overlay_0e8e .accent_soft_d9e6.border_stale_8891 {
    margin-bottom: 0.75rem !important;
}

body.badge-466d .overlay_0e8e .sidebar-020a {
    margin-top: 0.35rem !important;
    margin-bottom: 0.65rem !important;
}

body.badge-466d .article-5568 {
    padding: 0.85rem 0.65rem !important;
    border-radius: 10px !important;
}

body.badge-466d .element-soft-304a {
    font-size: 1.45rem !important;
}

body.badge-466d .bright-a56e {
    font-size: 0.8rem !important;
}

body.badge-466d .menu-fresh-270e {
    font-size: 0.68rem !important;
}

body.badge-466d .gas-736f {
    padding: 1.35rem 1.1rem !important;
    border-radius: 12px !important;
}

body.badge-466d .box_wood_87a3 {
    padding: 1.15rem !important;
}

body.badge-466d .section_6fec h2 {
    font-size: 1.2rem !important;
}

body.badge-466d .mini-00f0 {
    font-size: 1rem !important;
    margin: 1rem auto 0.5rem !important;
}

body.badge-466d .section_6fec p,
body.badge-466d .border_933a {
    font-size: 0.88rem !important;
}

/* CTA inferior */
body.badge-466d .tiny_5d2c .section_0c50 {
    padding: 0.55rem 1.25rem !important;
    font-size: 0.95rem !important;
}

/* Cabeçalho logo — menos altura útil */
body.badge-466d header {
    padding: 0.45rem 0 !important;
}

body.badge-466d header img {
    width: 56px !important;
    height: 56px !important;
}

/* css-noise: afe1 */
.widget-item-g7 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.1;
}
