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

/* index.gallery_e044 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.footer_small_9efb) {
    scroll-padding-top: 9.5rem;
}

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

body.footer_small_9efb {
    /* 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.footer_small_9efb a {
    color: var(--ph-accent);
    text-decoration: none;
}

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

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

.south_a788: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 */
.notification-73e2 {
    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.footer_small_9efb main.notification-73e2,
body.footer_small_9efb .overlay_east_dc58,
body.footer_small_9efb .overlay_east_dc58 > aside,
body.footer_small_9efb .overlay_east_dc58 > div,
body.footer_small_9efb .cool-82ad,
body.footer_small_9efb .cool-82ad > * {
    min-width: 0;
}

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

body.footer_small_9efb .cool-82ad h1,
body.footer_small_9efb .card-bottom-629e,
body.footer_small_9efb .aside_d48b h2,
body.footer_small_9efb .aside_d48b p {
    overflow-wrap: anywhere;
}

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

body.footer_small_9efb .chip_blue_6c74 .nav-6a0d {
    position: relative;
    z-index: 2;
}

/* Masthead */
.slider_ee7b {
    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;
}

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

.text-55df {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    color: inherit;
}

.text-55df:hover {
    text-decoration: none;
}

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

.easy-2f26 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

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

.east_0504 {
    font-size: 0.78rem;
    color: var(--ph-muted);
    font-weight: 500;
}

.main-5f9c {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

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

    .text-55df {
        justify-content: center;
        width: 100%;
    }

    .easy-2f26 {
        align-items: center;
        text-align: center;
    }

    .main-5f9c {
        flex-basis: 100%;
        width: 100%;
        justify-content: center;
    }
}

body.footer_small_9efb .video_6b47 {
    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.footer_small_9efb .video_6b47:focus-visible {
    outline: 2px solid var(--ph-accent);
    outline-offset: 2px;
}

body.footer_small_9efb .video_6b47.dropdown-hard-b6f8 {
    background: transparent;
    color: var(--ph-ink);
    border-color: var(--ph-line);
}

body.footer_small_9efb .video_6b47.dropdown-hard-b6f8:hover {
    background: #f8fafc;
    color: var(--ph-ink);
    text-decoration: none;
}

/* Must beat `body.footer_small_9efb a` so text stays visible on teal background */
body.footer_small_9efb .video_6b47.status_0d4c {
    background: var(--ph-accent);
    color: #fff;
}

body.footer_small_9efb .video_6b47.status_0d4c:hover {
    background: var(--ph-accent-hover);
    color: #fff;
    text-decoration: none;
}

/* Nav overrides — same DOM for navigation.text_dbf7 */
body.footer_small_9efb .nav-6a0d {
    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.footer_small_9efb .nav-6a0d .video-hovered-9e3f {
    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.footer_small_9efb .nav-6a0d .video-hovered-9e3f {
        justify-content: center;
        overflow-x: visible;
    }
}

body.footer_small_9efb .nav-6a0d .outline-small-6fa6 {
    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.footer_small_9efb .nav-6a0d .outline-small-6fa6:hover {
    background: #e2e8f0;
    color: var(--ph-ink);
    transform: none;
    box-shadow: none;
}

body.footer_small_9efb .nav-6a0d .outline-small-6fa6::before {
    display: none;
}

body.footer_small_9efb .nav-6a0d .secondary-hovered-e9b2 {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    box-shadow: var(--ph-shadow);
    border-radius: var(--ph-radius-sm);
}

body.footer_small_9efb .nav-6a0d .secondary-hovered-e9b2::before {
    border-bottom-color: var(--ph-surface);
}

body.footer_small_9efb .nav-6a0d .pattern-850d {
    color: var(--ph-ink);
    margin: 0.15rem 0.35rem;
}

body.footer_small_9efb .nav-6a0d .pattern-850d:hover {
    background: #f1f5f9;
    color: var(--ph-ink);
    transform: none;
    box-shadow: none;
}

body.footer_small_9efb .input_65c9 {
    background: #e2e8f0;
}

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

body.footer_small_9efb .thumbnail-87f8 {
    background: #fff;
    border-color: var(--ph-line);
}

body.footer_small_9efb .thumbnail-87f8 span {
    background: var(--ph-ink);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.footer_small_9efb .summary-ebdb {
        background: #f8fafc;
    }

    body.footer_small_9efb .summary-ebdb .outline-small-6fa6 {
        color: var(--ph-ink);
    }

    body.footer_small_9efb .summary-ebdb .secondary-hovered-e9b2 {
        background: #fff;
        border: 1px solid var(--ph-line);
    }

    body.footer_small_9efb .summary-ebdb .pattern-850d {
        color: var(--ph-ink);
    }
}

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

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

.pattern-slow-7600 {
    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) {
    .pattern-slow-7600 {
        position: static;
        top: auto;
        align-self: stretch;
    }
}

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

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

.pattern-slow-7600 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pattern-slow-7600 li {
    margin-bottom: 0.35rem;
}

.pattern-slow-7600 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;
}

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

/* Hero */
.cool-82ad {
    display: grid;
    gap: 2rem;
    padding: 2rem 0 1rem;
}

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

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

.cool-82ad 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 .surface_7813 */
.notification-1961 {
    display: none;
    margin: 0 auto 1.15rem;
    max-width: min(320px, 88vw);
}

.notification-1961 a {
    display: block;
}

.notification-1961 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) {
    .notification-1961 {
        display: block;
    }

    body.footer_small_9efb .surface_7813 {
        display: none;
    }
}

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

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

.dropdown_7301 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);
}

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

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

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

/* shared.gallery_e044 桌面端 .preview_fresh_c618 .under-7e5e { margin-left: 1rem } 会把右侧图推偏 */
@media (min-width: 992px) {
    body.footer_small_9efb .preview_fresh_c618 .under-7e5e {
        margin-left: 0;
        margin-right: 0;
    }
}

.surface_7813 a {
    display: block;
    width: 100%;
}

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

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

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

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

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

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

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

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

.logo_82f8 {
    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%;
}

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

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

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

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

.red_bac7 {
    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;
}

.red_bac7 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);
}

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

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

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

.red_bac7 ul li {
    margin-bottom: 0.35rem;
}

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

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

.sort_f596 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);
}

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

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

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

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

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

.accordion-fd65 {
    background: #fee2e2;
    color: #991b1b;
}

.hover-e0a9 {
    background: #ffedd5;
    color: #9a3412;
}

.logo-98ba {
    background: #dcfce7;
    color: #166534;
}

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

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

.text-upper-aefc {
    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);
}

.text-upper-aefc h4 {
    margin: 0;
    font-size: 1rem;
}

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

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

.text-upper-aefc .panel_dirty_b009 {
    font-style: italic;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: var(--ph-muted);
}

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

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

body.footer_small_9efb .border_75f5 details:last-child {
    border-bottom: none;
}

body.footer_small_9efb .border_75f5 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.footer_small_9efb .border_75f5 summary::-webkit-details-marker {
    display: none;
}

body.footer_small_9efb .border_75f5 details[open] summary {
    background: #f8fafc;
}

body.footer_small_9efb .border_75f5 .white-1551 {
    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.footer_small_9efb .border_75f5 .white-1551 p,
body.footer_small_9efb .border_75f5 .white-1551 ul {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

/* Stats */
.container-next-0879 {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .container-next-0879 {
        grid-template-columns: repeat(4, 1fr);
    }
}

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

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

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

/* Responsible two-column */
.wrapper-e561 {
    display: grid;
    gap: 1.25rem;
}

.photo_tiny_a92f .wrapper-e561 + .wrapper-e561 {
    margin-top: 1.25rem;
}

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

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

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

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

.detail_3118 {
    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 */
.large-8426 {
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
    border-radius: var(--ph-radius);
    color: #fff;
    margin: 2rem 0;
}

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

body.footer_small_9efb .large-8426 .status_0d4c {
    background: #fff;
    color: var(--ph-accent);
    margin-top: 0.5rem;
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
}

body.footer_small_9efb .large-8426 .status_0d4c:hover {
    background: #f0fdfa;
    color: var(--ph-accent);
    text-decoration: none;
}

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

body.footer_small_9efb .rough_b8f5 a {
    color: #cbd5e1;
}

body.footer_small_9efb .rough_b8f5 a:hover {
    color: #fff;
}

.panel_new_c44c {
    padding: 2rem 0 3rem;
    max-width: 720px;
}

.panel_new_c44c h2 {
    font-size: 1.25rem;
    margin-top: 2rem;
}

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

/* Hide old utility clashes */
body.footer_small_9efb .input-9071.copper-6065 {
    background: transparent !important;
    padding: 0 !important;
}

body.footer_small_9efb .preview_fresh_c618 {
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
}

body.footer_small_9efb .preview_fresh_c618 h1,
body.footer_small_9efb .preview_fresh_c618 p {
    color: inherit;
}

body.footer_small_9efb .surface-9754.blue_3753 {
    color: #cbd5e1 !important;
}

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

/* css-noise: 35c0 */
.promo-block-k9 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.0;
}
