/* Homepage only — overrides shared.clean_ecfd when body has .logo_over_e1a8 (light editorial layout) */
@charset "UTF-8";

/* index.clean_ecfd só no index — não esconder overflow no html (corta texto/imagem em vez de reflow) */
html {
    max-width: 100%;
}

/* Âncoras (#destaques etc.): não ficar por baixo do bloco sticky */
html:has(body.logo_over_e1a8) {
    scroll-padding-top: 9.5rem;
}

@media (max-width: 1023px) {
    html:has(body.logo_over_e1a8) {
        scroll-padding-top: 8.25rem;
    }
}

body.logo_over_e1a8 {
    /* Altura aproximada: barra de marca + menu (evita TOC/âncoras por baixo do sticky) */
    --ph-sticky-head-height: 9.5rem;
    --ph-bg: #eef1f4;
    --ph-surface: #ffffff;
    --ph-ink: #12151a;
    --ph-muted: #5c6570;
    --ph-line: #d8dee6;
    --ph-accent: #0f766e;
    --ph-accent-hover: #0d9488;
    --ph-warn: #b45309;
    --ph-radius: 14px;
    --ph-radius-sm: 10px;
    --ph-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.06);
    --ph-font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
    --ph-serif: Georgia, "Times New Roman", serif;
    background: var(--ph-bg);
    color: var(--ph-ink);
    font-family: var(--ph-font);
    line-height: 1.6;
}

body.logo_over_e1a8 a {
    color: var(--ph-accent);
    text-decoration: none;
}

body.logo_over_e1a8 a:hover {
    text-decoration: underline;
    color: var(--ph-accent-hover);
}

/* Skip link: visually hidden without off-screen position (avoids horizontal scroll) */
.surface_40f0:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.surface_40f0:focus {
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 10000;
    width: auto;
    height: auto;
    padding: 0.75rem 1rem;
    background: var(--ph-ink);
    color: #fff;
    border-radius: var(--ph-radius-sm);
    outline: 3px solid var(--ph-accent);
}

/* Shell */
.section_e9b2 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
    box-sizing: border-box;
}

/* Filhos de grid/flex com min-width:auto não encolhem → texto/imagem “passa” da tela; min-width:0 permite quebra correta */
body.logo_over_e1a8 main.section_e9b2,
body.logo_over_e1a8 .yellow_30f4,
body.logo_over_e1a8 .yellow_30f4 > aside,
body.logo_over_e1a8 .yellow_30f4 > div,
body.logo_over_e1a8 .top_4d1d,
body.logo_over_e1a8 .top_4d1d > * {
    min-width: 0;
}

body.logo_over_e1a8 .preview_3581 li {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.logo_over_e1a8 .top_4d1d h1,
body.logo_over_e1a8 .bronze_b014,
body.logo_over_e1a8 .button_down_4f5a h2,
body.logo_over_e1a8 .button_down_4f5a p {
    overflow-wrap: anywhere;
}

/* Barra superior + menu: um único sticky (evita o menu subir por cima do conteúdo com z-index maior) */
body.logo_over_e1a8 .sort-4841 {
    position: sticky;
    top: 0;
    z-index: 900;
    background: var(--ph-bg);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

body.logo_over_e1a8 .sort-4841 .container_8d68 {
    position: relative;
    z-index: 2;
}

/* Masthead */
.mini-97d1 {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--ph-line);
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.heading-rough-1cc9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0;
    flex-wrap: wrap;
}

.block-bottom-b7eb {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    color: inherit;
}

.block-bottom-b7eb:hover {
    text-decoration: none;
}

.block-bottom-b7eb img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    object-fit: contain;
    border: 1px solid var(--ph-line);
}

.accent_9db0 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.small-1ba2 {
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.info-small-61c3 {
    font-size: 0.78rem;
    color: var(--ph-muted);
    font-weight: 500;
}

.middle_de06 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

/* 手机端：品牌区与按钮居中 */
@media (max-width: 768px) {
    .heading-rough-1cc9 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
    }

    .block-bottom-b7eb {
        justify-content: center;
        width: 100%;
    }

    .accent_9db0 {
        align-items: center;
        text-align: center;
    }

    .middle_de06 {
        flex-basis: 100%;
        width: 100%;
        justify-content: center;
    }
}

body.logo_over_e1a8 .filter-0721 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.1rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

body.logo_over_e1a8 .filter-0721:focus-visible {
    outline: 2px solid var(--ph-accent);
    outline-offset: 2px;
}

body.logo_over_e1a8 .filter-0721.full_9d08 {
    background: transparent;
    color: var(--ph-ink);
    border-color: var(--ph-line);
}

body.logo_over_e1a8 .filter-0721.full_9d08:hover {
    background: #f8fafc;
    color: var(--ph-ink);
    text-decoration: none;
}

/* Must beat `body.logo_over_e1a8 a` so text stays visible on teal background */
body.logo_over_e1a8 .filter-0721.card-6cf4 {
    background: var(--ph-accent);
    color: #fff;
}

body.logo_over_e1a8 .filter-0721.card-6cf4:hover {
    background: var(--ph-accent-hover);
    color: #fff;
    text-decoration: none;
}

/* Nav overrides — same DOM for navigation.pattern_mini_0337 */
body.logo_over_e1a8 .container_8d68 {
    background: #f8fafc;
    margin: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--ph-line);
    box-shadow: none;
    max-width: 100%;
    box-sizing: border-box;
}

body.logo_over_e1a8 .container_8d68 .slider_3a88 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0.15rem;
    padding: 0.35rem 0.75rem;
    scrollbar-width: thin;
    min-width: 0;
    max-width: 100%;
}

/* 电脑端：菜单居中；手机端保持左对齐便于横向滑动 */
@media (min-width: 769px) {
    body.logo_over_e1a8 .container_8d68 .slider_3a88 {
        justify-content: center;
        overflow-x: visible;
    }
}

body.logo_over_e1a8 .container_8d68 .tag_motion_c388 {
    color: var(--ph-ink);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.45rem 0.9rem;
    border-radius: 8px;
    white-space: nowrap;
}

body.logo_over_e1a8 .container_8d68 .tag_motion_c388:hover {
    background: #e2e8f0;
    color: var(--ph-ink);
    transform: none;
    box-shadow: none;
}

body.logo_over_e1a8 .container_8d68 .tag_motion_c388::before {
    display: none;
}

body.logo_over_e1a8 .container_8d68 .layout-5a5d {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    box-shadow: var(--ph-shadow);
    border-radius: var(--ph-radius-sm);
}

body.logo_over_e1a8 .container_8d68 .layout-5a5d::before {
    border-bottom-color: var(--ph-surface);
}

body.logo_over_e1a8 .container_8d68 .prev-53df {
    color: var(--ph-ink);
    margin: 0.15rem 0.35rem;
}

body.logo_over_e1a8 .container_8d68 .prev-53df:hover {
    background: #f1f5f9;
    color: var(--ph-ink);
    transform: none;
    box-shadow: none;
}

body.logo_over_e1a8 .dim_0afe {
    background: #e2e8f0;
}

body.logo_over_e1a8 .dim_0afe span {
    color: var(--ph-ink);
    text-shadow: none;
}

body.logo_over_e1a8 .input-8c95 {
    background: #fff;
    border-color: var(--ph-line);
}

body.logo_over_e1a8 .input-8c95 span {
    background: var(--ph-ink);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.logo_over_e1a8 .under-43ee {
        background: #f8fafc;
    }

    body.logo_over_e1a8 .under-43ee .tag_motion_c388 {
        color: var(--ph-ink);
    }

    body.logo_over_e1a8 .under-43ee .layout-5a5d {
        background: #fff;
        border: 1px solid var(--ph-line);
    }

    body.logo_over_e1a8 .under-43ee .prev-53df {
        color: var(--ph-ink);
    }
}

/* Main layout: sidebar + content on large screens */
.yellow_30f4 {
    display: grid;
    gap: 2rem;
    padding: 1.75rem 0 3rem;
}

@media (min-width: 1024px) {
    .yellow_30f4 {
        grid-template-columns: 220px 1fr;
        align-items: start;
    }
}

.banner_complex_48c8 {
    position: sticky;
    top: 5.5rem;
    align-self: start;
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    padding: 1rem 1.1rem;
    box-shadow: var(--ph-shadow);
}

/* 手机/平板窄屏：目录随页面滚动，不 sticky 挡内容 */
@media (max-width: 1023px) {
    .banner_complex_48c8 {
        position: static;
        top: auto;
        align-self: stretch;
    }
}

/* 桌面：目录 sticky 须让出整块顶栏（品牌行 + 主导航） */
@media (min-width: 1024px) {
    body.logo_over_e1a8 .banner_complex_48c8 {
        top: var(--ph-sticky-head-height);
    }
}

.banner_complex_48c8 h2 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ph-muted);
    margin: 0 0 0.75rem;
    font-weight: 700;
}

.banner_complex_48c8 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.banner_complex_48c8 li {
    margin-bottom: 0.35rem;
}

.banner_complex_48c8 a {
    font-size: 0.88rem;
    font-weight: 500;
    display: block;
    padding: 0.35rem 0;
    border-left: 3px solid transparent;
    padding-left: 0.5rem;
    margin-left: -0.5rem;
}

.banner_complex_48c8 a:hover {
    border-left-color: var(--ph-accent);
    text-decoration: none;
    background: #f8fafc;
}

/* Hero */
.top_4d1d {
    display: grid;
    gap: 2rem;
    padding: 2rem 0 1rem;
}

@media (min-width: 900px) {
    .top_4d1d {
        grid-template-columns: 1.05fr 0.95fr;
        align-items: center;
    }
}

.black_3c4e {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--ph-accent);
    margin: 0 0 0.5rem;
}

.top_4d1d h1 {
    font-family: var(--ph-serif);
    font-size: clamp(1.85rem, 4vw, 2.45rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
    color: var(--ph-ink);
}

/* Só telefone (≤768px): imagem logo após o H1, centrada; evita duplicar com .orange-f65a */
.image_dynamic_619d {
    display: none;
    margin: 0 auto 1.15rem;
    max-width: min(320px, 88vw);
}

.image_dynamic_619d a {
    display: block;
}

.image_dynamic_619d img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: var(--ph-radius-sm);
    border: 1px solid var(--ph-line);
    vertical-align: bottom;
}

@media (max-width: 768px) {
    .image_dynamic_619d {
        display: block;
    }

    body.logo_over_e1a8 .orange-f65a {
        display: none;
    }
}

.bronze_b014 {
    font-size: 1.05rem;
    color: var(--ph-muted);
    margin: 0 0 1.25rem;
    max-width: min(52ch, 100%);
}

.preview_3581 {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

.preview_3581 li {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    font-size: 0.95rem;
    padding: 0.5rem 0.65rem;
    background: #f8fafc;
    border-radius: var(--ph-radius-sm);
    border: 1px solid var(--ph-line);
}

.preview_3581 li::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-top: 0.45rem;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--ph-accent);
}

.orange-f65a {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    padding: 1.25rem;
    box-shadow: var(--ph-shadow);
}

.orange-f65a img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: var(--ph-radius-sm);
    display: block;
    vertical-align: bottom;
}

/* shared.clean_ecfd 桌面端 .logo_b486 .progress_28ab { margin-left: 1rem } 会把右侧图推偏 */
@media (min-width: 992px) {
    body.logo_over_e1a8 .logo_b486 .progress_28ab {
        margin-left: 0;
        margin-right: 0;
    }
}

.orange-f65a a {
    display: block;
    width: 100%;
}

.hover-4ba3 {
    font-size: 0.8rem;
    color: var(--ph-muted);
    margin-top: 0.75rem;
}

body.logo_over_e1a8 .hover-4ba3 time {
    color: var(--ph-ink);
    font-weight: 600;
}

.detail_e890 {
    margin: 0.75rem 0 0;
    font-size: 0.92rem;
}

.accent_selected_b794 time {
    color: var(--ph-ink);
    font-weight: 600;
}

/* Sections */
.inner-28f4 {
    margin-bottom: 2.75rem;
    scroll-margin-top: var(--ph-sticky-head-height);
}

.button_down_4f5a {
    margin-bottom: 1.25rem;
    max-width: min(70ch, 100%);
}

.button_down_4f5a h2 {
    font-family: var(--ph-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    margin: 0 0 0.5rem;
    color: var(--ph-ink);
}

.button_down_4f5a p {
    margin: 0;
    color: var(--ph-muted);
    font-size: 1rem;
}

.carousel_gas_d907 {
    margin: 0 0 1.5rem;
    border-radius: var(--ph-radius);
    overflow: hidden;
    border: 1px solid var(--ph-line);
    background: var(--ph-surface);
    min-width: 0;
    max-width: 100%;
}

.carousel_gas_d907 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    vertical-align: bottom;
}

/* Feature cards — grid, no brown gradients */
.notification-7d8d {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    min-width: 0;
}

@media (min-width: 640px) {
    .notification-7d8d {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .notification-7d8d {
        grid-template-columns: repeat(3, 1fr);
    }
}

.input-bronze-5d52 {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    padding: 1.25rem;
    box-shadow: var(--ph-shadow);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
}

.input-bronze-5d52 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: var(--ph-radius-sm);
    margin-bottom: 1rem;
    border: 1px solid var(--ph-line);
}

.input-bronze-5d52 h3 {
    font-size: 1.05rem;
    margin: 0 0 0.5rem;
    color: var(--ph-ink);
}

.input-bronze-5d52 p {
    font-size: 0.92rem;
    color: var(--ph-muted);
    margin: 0 0 0.75rem;
    flex: 1;
}

.input-bronze-5d52 ul {
    margin: 0;
    padding-left: 1.1rem;
    font-size: 0.88rem;
    color: var(--ph-muted);
}

.input-bronze-5d52 ul li {
    margin-bottom: 0.35rem;
}

/* Table */
.sort-c399 {
    overflow-x: auto;
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    background: var(--ph-surface);
    box-shadow: var(--ph-shadow);
}

.slow_cd74 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.slow_cd74 caption {
    caption-side: bottom;
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    color: var(--ph-muted);
    text-align: left;
    border-top: 1px solid var(--ph-line);
}

.slow_cd74 th,
.slow_cd74 td {
    padding: 0.65rem 0.85rem;
    text-align: left;
    border-bottom: 1px solid var(--ph-line);
}

.slow_cd74 th {
    background: #f1f5f9;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ph-muted);
}

.slow_cd74 tbody tr:nth-child(even) {
    background: #fafbfc;
}

.slow_cd74 td:nth-child(n + 3) {
    text-align: center;
}

.feature_mini_264e {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    background: #e2e8f0;
    color: var(--ph-ink);
}

.header-outer-0598 {
    background: #fee2e2;
    color: #991b1b;
}

.lite-8781 {
    background: #ffedd5;
    color: #9a3412;
}

.icon-fresh-e18b {
    background: #dcfce7;
    color: #166534;
}

/* Wins */
.dim_3457 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .dim_3457 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.small_ba6f {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    padding: 1.1rem 1.2rem;
    border-left: 4px solid var(--ph-accent);
}

.small_ba6f h4 {
    margin: 0;
    font-size: 1rem;
}

.wide_e749 {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0.5rem 0;
    letter-spacing: -0.02em;
}

.small_ba6f p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--ph-muted);
}

.small_ba6f .box-bottom-be0f {
    font-style: italic;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: var(--ph-muted);
}

/* FAQ */
.background-8334 {
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    overflow: hidden;
    background: var(--ph-surface);
    box-shadow: var(--ph-shadow);
}

body.logo_over_e1a8 .background-8334 details {
    border-bottom: 1px solid var(--ph-line);
    margin: 0;
    background: transparent;
    border-radius: 0;
}

body.logo_over_e1a8 .background-8334 details:last-child {
    border-bottom: none;
}

body.logo_over_e1a8 .background-8334 summary {
    padding: 1rem 1.15rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ph-ink);
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    user-select: none;
}

body.logo_over_e1a8 .background-8334 summary::-webkit-details-marker {
    display: none;
}

body.logo_over_e1a8 .background-8334 details[open] summary {
    background: #f8fafc;
}

body.logo_over_e1a8 .background-8334 .gold_06f1 {
    padding: 0 1.15rem 1.1rem;
    color: var(--ph-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    border-top: 1px solid var(--ph-line);
}

body.logo_over_e1a8 .background-8334 .gold_06f1 p,
body.logo_over_e1a8 .background-8334 .gold_06f1 ul {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

/* Stats */
.card-57f2 {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .card-57f2 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.component-pro-5eda {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius-sm);
    padding: 1rem;
    text-align: center;
}

.under_c342 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--ph-accent);
    letter-spacing: -0.02em;
}

.accent_pro_9590 {
    font-size: 0.78rem;
    color: var(--ph-muted);
    font-weight: 600;
    margin-top: 0.25rem;
}

/* Responsible two-column */
.bronze-1ef5 {
    display: grid;
    gap: 1.25rem;
}

.bottom-d2ab .bronze-1ef5 + .bronze-1ef5 {
    margin-top: 1.25rem;
}

@media (min-width: 768px) {
    .bronze-1ef5 {
        grid-template-columns: 1fr 1fr;
    }
}

.center_2e3e {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    padding: 1.25rem;
}

.center_2e3e h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

.center_2e3e ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--ph-muted);
    font-size: 0.92rem;
}

.gradient_114b {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: var(--ph-radius-sm);
    padding: 1rem;
    font-size: 0.9rem;
    color: var(--ph-warn);
    margin-top: 1rem;
}

/* CTA strip */
.hot_0677 {
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
    border-radius: var(--ph-radius);
    color: #fff;
    margin: 2rem 0;
}

.hot_0677 a {
    color: #fff;
    text-decoration: none;
}

body.logo_over_e1a8 .hot_0677 .card-6cf4 {
    background: #fff;
    color: var(--ph-accent);
    margin-top: 0.5rem;
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
}

body.logo_over_e1a8 .hot_0677 .card-6cf4:hover {
    background: #f0fdfa;
    color: var(--ph-accent);
    text-decoration: none;
}

/* Footer */
body.logo_over_e1a8 .search_liquid_7d0a {
    background: #0f172a;
    border-top: 1px solid #1e293b;
    margin-top: 0;
    padding: 1.25rem 0;
}

body.logo_over_e1a8 .search_liquid_7d0a a {
    color: #cbd5e1;
}

body.logo_over_e1a8 .search_liquid_7d0a a:hover {
    color: #fff;
}

.solid-1a52 {
    padding: 2rem 0 3rem;
    max-width: 720px;
}

.solid-1a52 h2 {
    font-size: 1.25rem;
    margin-top: 2rem;
}

.solid-1a52 p {
    color: var(--ph-muted);
    font-size: 0.95rem;
}

/* Hide old utility clashes */
body.logo_over_e1a8 .container_solid_6a9b.frame_in_6651 {
    background: transparent !important;
    padding: 0 !important;
}

body.logo_over_e1a8 .logo_b486 {
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
}

body.logo_over_e1a8 .logo_b486 h1,
body.logo_over_e1a8 .logo_b486 p {
    color: inherit;
}

body.logo_over_e1a8 .pressed_a83c.nav-da65 {
    color: #cbd5e1 !important;
}

/* shared.clean_ecfd define body { overflow-x: hidden } no mobile — corta conteúdo; no homepage preferimos reflow */
@media (max-width: 768px) {
    body.logo_over_e1a8 {
        max-width: 100%;
        width: 100%;
        overflow-x: visible;
    }
}

/* css-noise: 3375 */
.phantom-card-i2 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.0;
}
