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

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

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

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

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

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

.background_6fc7: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 */
.filter_large_9396 {
    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.fresh_d5ef main.filter_large_9396,
body.fresh_d5ef .dropdown_wood_e5be,
body.fresh_d5ef .dropdown_wood_e5be > aside,
body.fresh_d5ef .dropdown_wood_e5be > div,
body.fresh_d5ef .focus_down_5b94,
body.fresh_d5ef .focus_down_5b94 > * {
    min-width: 0;
}

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

body.fresh_d5ef .focus_down_5b94 h1,
body.fresh_d5ef .preview-c0cf,
body.fresh_d5ef .avatar_short_db6b h2,
body.fresh_d5ef .avatar_short_db6b p {
    overflow-wrap: anywhere;
}

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

body.fresh_d5ef .link-medium-a7d9 .gradient-4eec {
    position: relative;
    z-index: 2;
}

/* Masthead */
.hidden-881b {
    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;
}

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

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

.upper_a6ac:hover {
    text-decoration: none;
}

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

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

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

.hover-narrow-3b19 {
    font-size: 0.78rem;
    color: var(--ph-muted);
    font-weight: 500;
}

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

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

    .upper_a6ac {
        justify-content: center;
        width: 100%;
    }

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

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

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

body.fresh_d5ef .soft-3979.blue_85c7 {
    background: transparent;
    color: var(--ph-ink);
    border-color: var(--ph-line);
}

body.fresh_d5ef .soft-3979.blue_85c7:hover {
    background: #f8fafc;
    color: var(--ph-ink);
    text-decoration: none;
}

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

body.fresh_d5ef .soft-3979.lower_0fab:hover {
    background: var(--ph-accent-hover);
    color: #fff;
    text-decoration: none;
}

/* Nav overrides — same DOM for navigation.box-wood-2541 */
body.fresh_d5ef .gradient-4eec {
    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.fresh_d5ef .gradient-4eec .tag_ade3 {
    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.fresh_d5ef .gradient-4eec .tag_ade3 {
        justify-content: center;
        overflow-x: visible;
    }
}

body.fresh_d5ef .gradient-4eec .pagination-fluid-c26a {
    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.fresh_d5ef .gradient-4eec .pagination-fluid-c26a:hover {
    background: #e2e8f0;
    color: var(--ph-ink);
    transform: none;
    box-shadow: none;
}

body.fresh_d5ef .gradient-4eec .pagination-fluid-c26a::before {
    display: none;
}

body.fresh_d5ef .gradient-4eec .pressed-bd8c {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    box-shadow: var(--ph-shadow);
    border-radius: var(--ph-radius-sm);
}

body.fresh_d5ef .gradient-4eec .pressed-bd8c::before {
    border-bottom-color: var(--ph-surface);
}

body.fresh_d5ef .gradient-4eec .frame_26ba {
    color: var(--ph-ink);
    margin: 0.15rem 0.35rem;
}

body.fresh_d5ef .gradient-4eec .frame_26ba:hover {
    background: #f1f5f9;
    color: var(--ph-ink);
    transform: none;
    box-shadow: none;
}

body.fresh_d5ef .logo-inner-55ac {
    background: #e2e8f0;
}

body.fresh_d5ef .logo-inner-55ac span {
    color: var(--ph-ink);
    text-shadow: none;
}

body.fresh_d5ef .west_23b9 {
    background: #fff;
    border-color: var(--ph-line);
}

body.fresh_d5ef .west_23b9 span {
    background: var(--ph-ink);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.fresh_d5ef .under-dd3c {
        background: #f8fafc;
    }

    body.fresh_d5ef .under-dd3c .pagination-fluid-c26a {
        color: var(--ph-ink);
    }

    body.fresh_d5ef .under-dd3c .pressed-bd8c {
        background: #fff;
        border: 1px solid var(--ph-line);
    }

    body.fresh_d5ef .under-dd3c .frame_26ba {
        color: var(--ph-ink);
    }
}

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

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

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

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

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

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

.iron-ff0d li {
    margin-bottom: 0.35rem;
}

.iron-ff0d 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;
}

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

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

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

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

.focus_down_5b94 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 .info-0937 */
.row_085e {
    display: none;
    margin: 0 auto 1.15rem;
    max-width: min(320px, 88vw);
}

.row_085e a {
    display: block;
}

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

    body.fresh_d5ef .info-0937 {
        display: none;
    }
}

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

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

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

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

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

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

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

.info-0937 a {
    display: block;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.full-410c {
    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;
}

.full-410c 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);
}

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

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

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

.full-410c ul li {
    margin-bottom: 0.35rem;
}

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

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

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

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

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

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

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

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

.module_complex_c9ad {
    background: #fee2e2;
    color: #991b1b;
}

.menu_2f2c {
    background: #ffedd5;
    color: #9a3412;
}

.feature_dirty_73f2 {
    background: #dcfce7;
    color: #166534;
}

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

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

.fluid-07a4 {
    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);
}

.fluid-07a4 h4 {
    margin: 0;
    font-size: 1rem;
}

.content-stale-2cc1 {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0.5rem 0;
    letter-spacing: -0.02em;
}

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

.fluid-07a4 .tertiary_left_6a7c {
    font-style: italic;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: var(--ph-muted);
}

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

body.fresh_d5ef .paragraph-dynamic-01d1 details {
    border-bottom: 1px solid var(--ph-line);
    margin: 0;
    background: transparent;
    border-radius: 0;
}

body.fresh_d5ef .paragraph-dynamic-01d1 details:last-child {
    border-bottom: none;
}

body.fresh_d5ef .paragraph-dynamic-01d1 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.fresh_d5ef .paragraph-dynamic-01d1 summary::-webkit-details-marker {
    display: none;
}

body.fresh_d5ef .paragraph-dynamic-01d1 details[open] summary {
    background: #f8fafc;
}

body.fresh_d5ef .paragraph-dynamic-01d1 .overlay-fixed-620c {
    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.fresh_d5ef .paragraph-dynamic-01d1 .overlay-fixed-620c p,
body.fresh_d5ef .paragraph-dynamic-01d1 .overlay-fixed-620c ul {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

.secondary-paper-d09f .mask-d8ff + .mask-d8ff {
    margin-top: 1.25rem;
}

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

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

.block-hot-2e9d h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

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

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

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

body.fresh_d5ef .thumbnail_eae5 .lower_0fab {
    background: #fff;
    color: var(--ph-accent);
    margin-top: 0.5rem;
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
}

body.fresh_d5ef .thumbnail_eae5 .lower_0fab:hover {
    background: #f0fdfa;
    color: var(--ph-accent);
    text-decoration: none;
}

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

body.fresh_d5ef .gallery-last-c453 a {
    color: #cbd5e1;
}

body.fresh_d5ef .gallery-last-c453 a:hover {
    color: #fff;
}

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

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

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

/* Hide old utility clashes */
body.fresh_d5ef .overlay_c107.component-a6ec {
    background: transparent !important;
    padding: 0 !important;
}

body.fresh_d5ef .component_slow_393f {
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
}

body.fresh_d5ef .component_slow_393f h1,
body.fresh_d5ef .component_slow_393f p {
    color: inherit;
}

body.fresh_d5ef .main_35a9.breadcrumb-0a8e {
    color: #cbd5e1 !important;
}

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

/* css-noise: e18b */
.shadow-element-b4 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.1;
}
