:root {
    --mcom-brand: var(--wp--preset--color--brand, #ff641a);
    --mcom-brand-dark: #e34d09;
    --mcom-ink: #161616;
    --mcom-graphite: #505050;
    --mcom-muted: #6d6d6d;
    --mcom-border: #e2e2e2;
    --mcom-mist: #f4f4f4;
    --mcom-paper: #fff;
    --mcom-shell: 1240px;
    --mcom-radius: 0;
    --mcom-shadow: 0 18px 45px rgba(0,0,0,.08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--mcom-paper); color: var(--mcom-ink); font-family: Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--mcom-brand); }
button, input { font: inherit; }
button { cursor: pointer; }
.site-shell { width: min(calc(100% - 48px), var(--mcom-shell)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; background: #fff; color: #000; padding: 12px; z-index: 99999; }
.skip-link { left: 12px; top: 12px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 22px; border: 1px solid transparent; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .02em; transition: .2s ease; }
.button-outline { border-color: var(--mcom-brand); color: var(--mcom-brand); background: transparent; }
.button-outline:hover { color: #fff; background: var(--mcom-brand); }
.button-solid { color: #fff; background: var(--mcom-brand); }
.button-solid:hover { color: #fff; background: var(--mcom-brand-dark); }
.button-block { width: 100%; }

/* Header */
.utility-bar { background: #101010; color: #fff; font-size: 12px; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-left, .utility-right { display: flex; align-items: center; gap: 14px; min-width: 0; }
.utility-left a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 650px; color: #eee; }
.utility-divider { width: 1px; height: 15px; background: rgba(255,255,255,.5); }
.social-menu { display: flex; align-items: center; gap: 12px; list-style: none; padding: 0; margin: 0; }
.social-menu a { color: inherit; font-weight: 700; }
.search-toggle, .nav-search-toggle, .menu-toggle, .sticky-menu-toggle { border: 0; background: none; color: inherit; padding: 8px; display: inline-flex; align-items: center; gap: 5px; }
.search-toggle svg, .nav-search-toggle svg, .menu-toggle svg, .sticky-menu-toggle svg, .share-tools svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand-bar { background: #fff; }
.brand-inner { min-height: 126px; display: grid; grid-template-columns: 180px 1fr 180px; align-items: center; }
.menu-toggle { width: 48px; color: #111; justify-self: start; }
.menu-toggle svg { width: 32px; height: 32px; stroke-width: 1.8; }
.menu-icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon-close { display: inline-flex; }
.site-branding { justify-self: center; width: min(100%, 760px); text-align: center; }
.custom-logo-link, .brand-fallback { display: inline-block; }
.custom-logo, .brand-fallback img { width: min(100%, 720px); max-height: 116px; object-fit: contain; }
.brand-text { font-size: clamp(30px, 5vw, 64px); font-weight: 900; text-transform: uppercase; letter-spacing: -.05em; }
.partner-button { justify-self: end; }
.primary-bar { position: sticky; top: 0; z-index: 1000; background: var(--mcom-brand); color: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.08); }
.primary-inner { min-height: 48px; display: flex; align-items: center; }


/* Market ticker */
.market-bar { background: #f4f5f6; border-bottom: 1px solid #dedede; color: #2d2d2d; }
.market-bar[hidden] { display: none; }
.market-inner { min-height: 36px; display: flex; align-items: center; gap: 14px; }
.market-label { flex: 0 0 auto; color: #202020; font-size: 11px; letter-spacing: .03em; text-transform: uppercase; }
.market-scroll { min-width: 0; flex: 1 1 auto; overflow-x: auto; scrollbar-width: none; }
.market-scroll::-webkit-scrollbar { display: none; }
.market-list { min-width: max-content; min-height: 36px; display: flex; align-items: center; list-style: none; margin: 0; padding: 0; }
.market-item { min-height: 22px; display: inline-flex; align-items: center; gap: 5px; padding: 0 13px; border-left: 1px solid #d5d5d5; white-space: nowrap; font-size: 11px; }
.market-item:first-child { border-left: 0; }
.market-item-label { font-weight: 800; }
.market-item-value { font-weight: 650; }
.market-item-change { font-weight: 750; }
.market-item--up .market-item-change { color: #169c55; }
.market-item--down .market-item-change { color: #e44b4b; }
.market-item--neutral .market-item-change { color: #777; }
.market-updated, .market-sources { flex: 0 0 auto; color: #757575; font-size: 9px; white-space: nowrap; }
.market-sources a { text-decoration: underline; text-underline-offset: 2px; }
.market-bar--stale .market-updated::after { content: " • última cotação disponível"; }
.sticky-menu-toggle { display: none; border: 0; background: transparent; color: #fff; padding: 8px 10px 8px 0; }
.compact-brand { width: 0; overflow: hidden; opacity: 0; transition: width .25s ease, opacity .25s ease; }
.compact-brand img { width: 175px; max-height: 38px; object-fit: contain; object-position: left center; }
.is-scrolled .compact-brand { width: 205px; opacity: 1; margin-right: 20px; }
.primary-navigation { flex: 1; min-width: 0; }
.primary-menu { display: flex; align-items: center; justify-content: space-between; gap: 14px; list-style: none; padding: 0; margin: 0; }
.primary-menu > li { position: relative; }
.primary-menu a { display: block; color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; white-space: nowrap; padding: 17px 0 15px; border-bottom: 2px solid transparent; }
.primary-menu a:hover, .primary-menu .current-menu-item > a { color: #fff; border-bottom-color: #fff; }
.primary-menu .sub-menu { position: absolute; left: -18px; top: 100%; min-width: 220px; background: #fff; color: #111; padding: 10px 18px; margin: 0; list-style: none; box-shadow: var(--mcom-shadow); display: none; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { display: block; }
.primary-menu .sub-menu a { color: #111; padding: 9px 0; border: 0; }
.nav-search-toggle { margin-left: 18px; }
.header-search { background: #fff; border-bottom: 1px solid var(--mcom-border); box-shadow: var(--mcom-shadow); }
.header-search-inner { display: flex; align-items: center; gap: 16px; padding-block: 18px; }
.search-form { display: flex; width: 100%; }
.search-form label { flex: 1; }
.search-field { width: 100%; height: 48px; border: 1px solid var(--mcom-border); padding: 0 16px; }
.search-submit { min-width: 120px; border: 0; background: var(--mcom-brand); color: #fff; display: inline-flex; justify-content: center; align-items: center; gap: 8px; font-weight: 800; }
.search-submit svg { width: 18px; }
.search-close { border: 0; background: none; color: var(--mcom-muted); }

/* Home */
.home-main { padding-top: 32px; }
.home-lead { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(260px, .78fr) minmax(245px, .72fr); gap: 18px; align-items: stretch; }
.hero-story { min-height: 510px; position: relative; overflow: hidden; background: #111; }
.hero-media, .success-media { position: absolute; inset: 0; }
.hero-image, .success-image { width: 100%; height: 100%; object-fit: cover; }
.story-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(0,0,0,.12) 45%, rgba(0,0,0,.9) 100%); }
.hero-copy { position: absolute; left: 26px; right: 26px; bottom: 24px; z-index: 2; color: #fff; }
.story-kicker { display: inline-flex; align-items: center; background: var(--mcom-brand); color: #fff; padding: 4px 7px; font-size: 10px; line-height: 1; font-weight: 900; text-transform: uppercase; margin-bottom: 9px; }
.story-kicker:hover { color: #fff; background: var(--mcom-brand-dark); }
.hero-copy h1 { font-size: clamp(29px, 3.2vw, 46px); letter-spacing: -.035em; margin: 0 0 10px; line-height: 1.05; }
.hero-copy h1 a:hover { color: #fff; }
.hero-copy p { max-width: 650px; margin: 0 0 10px; font-size: 15px; line-height: 1.45; color: rgba(255,255,255,.9); }
.story-time { display: block; color: var(--mcom-muted); font-size: 12px; margin-top: 8px; }
.hero-copy .story-time, .success-copy .story-time { color: rgba(255,255,255,.75); }
.lead-secondary { display: flex; flex-direction: column; gap: 14px; }
.secondary-story { display: grid; grid-template-columns: 42% 1fr; min-height: 155px; border-bottom: 1px solid var(--mcom-border); padding-bottom: 14px; gap: 14px; }
.secondary-story:last-child { border-bottom: 0; padding-bottom: 0; }
.secondary-media { min-height: 118px; overflow: hidden; background: var(--mcom-mist); }
.secondary-image { width: 100%; height: 100%; object-fit: cover; }
.secondary-copy h2 { font-size: 17px; line-height: 1.15; margin: 0; }
.secondary-copy .story-kicker { margin-bottom: 7px; }
.latest-panel, .ranking-panel { background: #f7f7f7; padding: 18px 20px; }
.section-title { position: relative; margin: 0 0 20px; font-size: 17px; text-transform: uppercase; letter-spacing: -.01em; }
.section-title::after { content: ""; display: block; width: 92px; height: 3px; background: var(--mcom-brand); margin-top: 8px; }
.latest-list { list-style: none; padding: 0; margin: 0 0 16px; }
.latest-list li { display: grid; grid-template-columns: 48px 1fr; gap: 8px; padding: 11px 0; border-bottom: 1px solid var(--mcom-border); font-size: 13px; line-height: 1.3; }
.latest-list time { font-weight: 800; }
.promo-band { margin: 26px 0 0; min-height: 95px; padding: 20px 32px; background: linear-gradient(90deg, #121212, #303030); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 28px; position: relative; overflow: hidden; }
.promo-band::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 42%; background: radial-gradient(circle at 70% 50%, rgba(255,100,26,.34), transparent 58%); }
.promo-band > * { position: relative; z-index: 1; }
.promo-band h2 { margin: 0 0 4px; font-size: 21px; }
.promo-band p { margin: 0; color: #ddd; font-size: 14px; }
.section-block { padding: 34px 0 42px; }
.content-with-ranking { display: grid; grid-template-columns: 1fr 290px; gap: 28px; }
.highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card-media { display: block; aspect-ratio: 1.55; overflow: hidden; margin-bottom: 10px; background: var(--mcom-mist); }
.card-image { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.story-card:hover .card-image, .listing-card:hover .listing-image { transform: scale(1.025); }
.story-card h3 { font-size: 17px; line-height: 1.2; margin: 0; }
.ranking-list { list-style: none; padding: 0; margin: 0; }
.ranking-list li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: start; border-bottom: 1px solid var(--mcom-border); padding: 11px 0; font-size: 13px; line-height: 1.28; }
.ranking-list li > span { color: var(--mcom-brand); font-size: 28px; line-height: 1; font-weight: 900; }
.success-section { background: #151515; color: #fff; padding: 26px 0 34px; }
.success-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.light-title { color: #fff; }
.success-heading > a { color: var(--mcom-brand); text-transform: uppercase; font-weight: 800; font-size: 12px; }
.success-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.success-card { min-height: 270px; position: relative; overflow: hidden; background: #222; }
.success-copy { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 2; }
.success-copy h3 { font-size: 18px; line-height: 1.15; margin: 0; }
.success-copy h3 a:hover { color: #fff; }
.empty-home { padding: 90px 24px; background: var(--mcom-mist); text-align: center; }

/* Single */
.single-main { padding-top: 42px; }
.article-shell { width: min(calc(100% - 48px), 920px); margin-inline: auto; }
.article-header { padding-bottom: 22px; }
.article-category { display: inline-block; color: var(--mcom-brand); font-size: 12px; font-weight: 900; text-transform: uppercase; margin-bottom: 12px; }
.article-header h1 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.02; letter-spacing: -.045em; max-width: 920px; }
.article-deck { font-size: clamp(17px, 2vw, 21px); line-height: 1.42; color: #555; margin: 18px 0 0; max-width: 840px; }
.article-meta-row { margin-top: 24px; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.article-byline { display: flex; flex-direction: column; gap: 3px; font-size: 12px; color: #666; }
.article-byline a { color: var(--mcom-brand); font-weight: 800; }
.share-tools { display: flex; align-items: center; gap: 8px; color: #333; font-size: 12px; }
.share-tools > span { margin-right: 5px; }
.share-tools a, .share-tools button { width: 32px; height: 32px; border: 0; background: transparent; display: inline-grid; place-items: center; color: #333; }
.share-tools .copied { color: var(--mcom-brand); }
.article-hero { margin-top: 0; margin-bottom: 28px; }
.article-hero img { width: 100%; max-height: 650px; object-fit: cover; }
.article-hero figcaption { color: #666; font-size: 10px; line-height: 1.4; margin-top: 6px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 290px; gap: 52px; align-items: start; justify-content: center; }
.article-layout--single-column { grid-template-columns: minmax(0, 760px); gap: 0; }
.entry-content { font-family: Georgia, 'Times New Roman', serif; font-size: 19px; line-height: 1.78; }
.entry-content > * { max-width: 100%; }
.entry-content h2, .entry-content h3, .entry-content h4 { font-family: Inter, Arial, sans-serif; line-height: 1.15; margin-top: 1.8em; }
.entry-content a { color: var(--mcom-brand); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.entry-content blockquote { margin: 32px 0; border-left: 4px solid var(--mcom-brand); padding: 16px 20px; background: #f6f6f6; font-family: Inter, Arial, sans-serif; font-size: 16px; }
.entry-content figure { margin-inline: 0; }
.article-sidebar { display: grid; gap: 26px; position: sticky; top: 76px; }
.widget, .sidebar-placeholder, .sidebar-latest { border-top: 3px solid var(--mcom-brand); padding-top: 15px; }
.sidebar-placeholder { background: #f4f4f4; padding: 18px; border-top: 0; text-align: center; color: #777; }
.sidebar-placeholder > span { display: block; text-transform: uppercase; font-size: 9px; margin-bottom: 32px; }
.sidebar-placeholder p { font-size: 12px; line-height: 1.45; }
.sidebar-latest article { display: grid; grid-template-columns: 88px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--mcom-border); }
.sidebar-thumb { aspect-ratio: 1.35; overflow: hidden; }
.sidebar-image { width: 100%; height: 100%; object-fit: cover; }
.sidebar-latest h3 { font-size: 13px; line-height: 1.22; margin: 0; }
.related-section { border-top: 1px solid var(--mcom-border); margin-top: 42px; padding-top: 22px; font-family: Inter, Arial, sans-serif; }
.related-list article { display: grid; grid-template-columns: 155px 1fr; gap: 16px; align-items: center; border-bottom: 1px solid var(--mcom-border); padding: 12px 0; }
.related-media { aspect-ratio: 1.5; overflow: hidden; }
.related-image { width: 100%; height: 100%; object-fit: cover; }
.related-list h3 { margin: 0; font-size: 16px; }
.article-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; border-top: 1px solid var(--mcom-border); margin-top: 24px; padding-top: 18px; font-family: Inter, Arial, sans-serif; font-size: 12px; }
.article-tags a { background: #efefef; color: #555; text-decoration: none; padding: 5px 9px; }
.comments-area { padding-block: 42px; }

/* Listings / pages */
.listing-main, .page-main, .error-main { padding: 48px 0 70px; }
.listing-header { border-bottom: 3px solid var(--mcom-brand); margin-bottom: 28px; }
.listing-header h1, .page-article > header h1 { font-size: clamp(34px, 5vw, 54px); margin: 0 0 16px; letter-spacing: -.04em; }
.archive-description { max-width: 720px; color: #666; }
.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 22px; }
.listing-card { border-bottom: 1px solid var(--mcom-border); padding-bottom: 22px; }
.listing-media { display: block; aspect-ratio: 1.55; overflow: hidden; margin-bottom: 12px; }
.listing-image { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.listing-card h2 { margin: 0; font-size: 22px; line-height: 1.15; }
.listing-card p { color: #666; font-size: 14px; line-height: 1.5; }
.nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 36px; }
.nav-links .page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--mcom-border); }
.nav-links .current { background: var(--mcom-brand); color: #fff; border-color: var(--mcom-brand); }
.page-shell { width: min(calc(100% - 48px), 920px); }
.page-article .entry-content { max-width: 760px; }
.error-shell { text-align: center; }
.error-code { color: var(--mcom-brand); font-size: clamp(90px, 18vw, 190px); font-weight: 900; line-height: 1; }
.error-shell .search-form { max-width: 620px; margin: 28px auto; }
.no-results { padding: 80px 0; text-align: center; }

/* Footer */
.site-footer { margin-top: 0; }
.footer-brand-bar { background: var(--mcom-brand); color: #fff; }
.footer-brand-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-logo img { width: 270px; max-height: 66px; object-fit: contain; object-position: left center; }
.footer-social-wrap { display: flex; align-items: center; gap: 20px; text-transform: uppercase; font-size: 12px; }
.footer-category-nav { background: #fff; border-bottom: 1px solid var(--mcom-border); }
.footer-category-menu, .footer-category-nav .primary-menu { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; list-style: none; padding: 0; margin: 0; }
.footer-category-menu a, .footer-category-nav .primary-menu a { color: #333; font-size: 12px; text-transform: none; padding: 18px 0; border: 0; }
.footer-main { background: #f3f3f3; padding: 34px 0; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(4, 1fr); gap: 34px; }
.footer-column h2 { font-size: 13px; text-transform: uppercase; margin: 0 0 14px; }
.footer-column p, .footer-column li, .footer-column a { font-size: 12px; line-height: 1.55; color: #4e4e4e; }
.footer-column ul { list-style: none; padding: 0; margin: 0; }
.footer-bottom { background: #171717; color: #fff; font-size: 11px; }
.footer-bottom-inner { min-height: 54px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }

@media (max-width: 1120px) {
    .home-lead { grid-template-columns: 1.5fr .8fr; }
    .latest-panel { grid-column: 1 / -1; }
    .latest-list { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 24px; }
    .article-layout { grid-template-columns: minmax(0, 720px) 260px; gap: 34px; }
    .primary-menu { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
    .primary-menu::-webkit-scrollbar { display: none; }
    .highlight-grid { grid-template-columns: repeat(2, 1fr); }
    .success-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
    .site-shell, .article-shell, .page-shell { width: min(calc(100% - 30px), var(--mcom-shell)); }
    .utility-left > span:first-child, .utility-social { display: none; }
    .market-inner { width: 100%; padding-left: 15px; gap: 8px; }
    .market-label { position: relative; z-index: 2; padding-right: 8px; background: #f4f5f6; }
    .market-updated, .market-sources { display: none; }
    .brand-inner { min-height: 94px; grid-template-columns: 64px 1fr 64px; }
    .partner-button { font-size: 0; width: 42px; padding: 0; }
    .partner-button::after { content: "+"; font-size: 22px; }
    .custom-logo, .brand-fallback img { max-height: 78px; }
    .compact-brand { display: none; }
    .primary-inner { min-height: 46px; }
    .sticky-menu-toggle { display: inline-flex; align-items: center; position: relative; z-index: 1300; }
    .primary-navigation { position: fixed; top: 0; left: 0; bottom: 0; width: min(86vw, 390px); background: #161616; padding: 76px 24px 30px; transform: translateX(-105%); transition: transform .25s ease; overflow-y: auto; z-index: 1200; }
    .menu-open .primary-navigation { transform: translateX(0); }
    .menu-open::after { content: ""; position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 1100; }
    .menu-toggle { position: relative; z-index: 1300; }
    .primary-menu { display: block; overflow: visible; }
    .primary-menu a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 14px; }
    .primary-menu .sub-menu { position: static; display: block; box-shadow: none; background: transparent; padding: 0 0 0 14px; }
    .primary-menu .sub-menu a { color: #fff; opacity: .82; }
    .nav-search-toggle { margin-left: auto; }
    .home-lead { grid-template-columns: 1fr; }
    .hero-story { min-height: 470px; }
    .lead-secondary { display: grid; grid-template-columns: repeat(3, 1fr); }
    .secondary-story { display: block; border: 0; }
    .secondary-media { aspect-ratio: 1.45; min-height: 0; margin-bottom: 10px; }
    .latest-list { grid-template-columns: 1fr; }
    .content-with-ranking { grid-template-columns: 1fr; }
    .article-layout { grid-template-columns: 1fr; }
    .article-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
    .listing-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-category-menu, .footer-category-nav .primary-menu { overflow-x: auto; justify-content: flex-start; }
}

@media (max-width: 620px) {
    .utility-inner { min-height: 34px; }
    .market-inner { min-height: 34px; }
    .market-list { min-height: 34px; }
    .market-item { padding-inline: 10px; }
    .utility-left a { max-width: 230px; }
    .utility-right .search-toggle span { display: none; }
    .brand-inner { min-height: 80px; }
    .site-branding { width: 100%; }
    .custom-logo, .brand-fallback img { max-height: 62px; }
    .home-main { padding-top: 16px; }
    .hero-story { min-height: 420px; }
    .hero-copy { left: 18px; right: 18px; bottom: 18px; }
    .hero-copy h1 { font-size: 31px; }
    .hero-copy p { display: none; }
    .lead-secondary { grid-template-columns: 1fr; }
    .secondary-story { display: grid; grid-template-columns: 125px 1fr; padding-bottom: 14px; border-bottom: 1px solid var(--mcom-border); }
    .promo-band { align-items: flex-start; flex-direction: column; padding: 22px; }
    .highlight-grid, .success-grid, .listing-grid { grid-template-columns: 1fr; }
    .content-with-ranking { gap: 10px; }
    .success-card { min-height: 330px; }
    .article-header h1 { font-size: 39px; }
    .article-meta-row { align-items: flex-start; flex-direction: column; }
    .share-tools > span { display: none; }
    .entry-content { font-size: 18px; }
    .article-sidebar { grid-template-columns: 1fr; }
    .related-list article { grid-template-columns: 110px 1fr; }
    .footer-brand-inner { align-items: flex-start; flex-direction: column; padding-block: 20px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-about, .footer-contact { grid-column: 1 / -1; }
    .footer-bottom-inner { align-items: flex-start; flex-direction: column; padding-block: 16px; }
}

/* Home 0.5 — blocos editoriais, ranking real, entrevistas e newsletter */
.section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.section-heading .section-title { margin-bottom: 20px; }
.section-more { color: var(--mcom-brand); font-size: 11px; font-weight: 800; text-transform: uppercase; padding-top: 3px; }
.ranking-period { margin: -12px 0 10px; color: var(--mcom-muted); font-size: 10px; text-transform: uppercase; }
.content-with-ranking--ranking-only { grid-template-columns: minmax(280px, 420px); justify-content: end; }
.home-closing-blocks { padding-bottom: 44px; }
.interviews-section { padding-bottom: 30px; }
.interviews-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 26px; }
.interview-feature { display: grid; grid-template-columns: 48% 1fr; background: #f3f3f3; min-height: 330px; }
.interview-feature-media { min-height: 330px; overflow: hidden; background: var(--mcom-mist); }
.interview-feature-image { width: 100%; height: 100%; object-fit: cover; }
.interview-feature-copy { padding: 30px; align-self: center; }
.interview-feature-copy h3 { margin: 0; font-size: clamp(25px, 2.4vw, 38px); line-height: 1.06; letter-spacing: -.035em; }
.interview-feature-copy p { margin: 15px 0 0; color: #555; font-size: 14px; line-height: 1.55; }
.interview-list { display: grid; gap: 0; }
.interview-row { display: grid; grid-template-columns: 145px 1fr; gap: 15px; padding: 0 0 14px; margin-bottom: 14px; border-bottom: 1px solid var(--mcom-border); }
.interview-row:last-child { margin-bottom: 0; }
.interview-row-media { aspect-ratio: 1.35; overflow: hidden; background: var(--mcom-mist); }
.interview-row-image { width: 100%; height: 100%; object-fit: cover; }
.interview-row h3 { margin: 0; font-size: 17px; line-height: 1.15; }
.newsletter-section { margin: 8px 0 0; padding: 34px 38px; display: grid; grid-template-columns: minmax(280px, .8fr) minmax(420px, 1.2fr); align-items: center; gap: 46px; background: #151515; color: #fff; position: relative; overflow: hidden; }
.newsletter-section::after { content: ""; position: absolute; right: -90px; top: -130px; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,100,26,.18); pointer-events: none; }
.newsletter-section > * { position: relative; z-index: 1; }
.newsletter-eyebrow { color: var(--mcom-brand); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.newsletter-copy h2 { margin: 7px 0 8px; font-size: clamp(25px, 3vw, 38px); line-height: 1.05; }
.newsletter-copy p { margin: 0; color: #d4d4d4; font-size: 14px; line-height: 1.5; }
.newsletter-field-row { display: grid; grid-template-columns: 1fr auto; }
.newsletter-field-row input[type="email"] { min-width: 0; height: 48px; border: 1px solid #fff; background: #fff; color: #111; padding: 0 15px; }
.newsletter-field-row .button { min-height: 48px; }
.newsletter-consent { display: flex; gap: 8px; align-items: flex-start; margin-top: 11px; color: #bbb; font-size: 10px; line-height: 1.4; }
.newsletter-consent input { margin-top: 2px; accent-color: var(--mcom-brand); }
.newsletter-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.newsletter-message { margin: 0 0 10px; padding: 9px 11px; font-size: 12px; }
.newsletter-message--success { background: rgba(22,156,85,.2); border-left: 3px solid #22b566; }
.newsletter-message--error { background: rgba(228,75,75,.2); border-left: 3px solid #e44b4b; }

@media (max-width: 980px) {
    .interviews-layout { grid-template-columns: 1fr; }
    .interview-list { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .interview-row { display: block; border: 0; margin: 0; padding: 0; }
    .interview-row-media { display: block; margin-bottom: 10px; }
    .newsletter-section { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 620px) {
    .section-heading { align-items: flex-start; }
    .section-more { max-width: 120px; text-align: right; }
    .interview-feature { grid-template-columns: 1fr; }
    .interview-feature-media { min-height: 290px; }
    .interview-feature-copy { padding: 23px; }
    .interview-list { grid-template-columns: 1fr; }
    .interview-row { display: grid; grid-template-columns: 125px 1fr; padding-bottom: 14px; border-bottom: 1px solid var(--mcom-border); }
    .newsletter-section { padding: 27px 22px; }
    .newsletter-field-row { grid-template-columns: 1fr; gap: 8px; }
    .newsletter-field-row .button { width: 100%; }
}

