/*
Theme Name: Mega Conectado
Theme URI: https://megaconectado.com.br
Author: Mega Conectado
Author URI: https://megaconectado.com.br
Description: Tema do Mega Conectado baseado no modelo BestReviews: análises de produtos, comparativos, ofertas do dia e guias de compra. Azul-marinho #040f3d, dourado #dea14b, fonte Montserrat.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mega-conectado
Tags: news, blog, e-commerce, one-column, two-columns, custom-menu, featured-images
*/

:root {
    --mc-navy: #040f3d;
    --mc-navy-deep: #02052a;
    --mc-navy-soft: #0c1b55;
    --mc-gold: #dea14b;
    --mc-gold-dark: #c88e36;
    --mc-blue: #4b65bf;
    --mc-blue-dark: #3a50a3;
    --mc-text: #212026;
    --mc-heading: #040f3d;
    --mc-muted: #7b7986;
    --mc-light: #f8f8fa;
    --mc-lighter: #f1f1f4;
    --mc-border: #dcdce0;
    --mc-radius: 6px;
    --mc-font: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: var(--mc-font);
    font-size: 16px;
    line-height: 1.6;
    color: var(--mc-text);
    background: #fff;
}
img { max-width: 100%; height: auto; }
a { color: var(--mc-blue); text-decoration: none; }
a:hover { color: var(--mc-blue-dark); text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { color: var(--mc-heading); line-height: 1.25; margin: 0 0 .5em; font-weight: 700; }
p { margin: 0 0 1em; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); border: 0; }
.mc-container { max-width: 1220px; margin: 0 auto; padding: 0 20px; }

/* ============ HEADER ============ */
.mc-header { position: relative; z-index: 100; }
.mc-header-top { background: #fff; border-bottom: 1px solid var(--mc-border); }
.mc-header-top-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 0 20px; max-width: 1160px; margin: 0 auto; min-height: 88px; box-sizing: border-box; }
.mc-logo { display: flex; align-items: center; flex: none; }
.mc-logo a { display: inline-flex; align-items: center; color: #07113F; font-weight: 700; font-size: 29px; letter-spacing: 5px; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
.mc-logo img { max-height: 44px; width: auto; }
.mc-logo-gold { color: #F5A623; }
.mc-header-search { position: relative; width: 352px; flex: none; }
.mc-header-search form { display: block; margin: 0; }
.mc-search-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); display: flex; color: #07113F; pointer-events: none; }
.mc-header-search input[type="search"] {
    width: 100%; height: 41px; border: 1px solid #7C8192; border-radius: 24px;
    padding: 0 18px 0 44px; font-family: inherit; font-size: 15px; font-weight: 400; color: #07113F; background: #fff; outline: none; box-sizing: border-box;
}
.mc-header-search input[type="search"]::placeholder { color: #566078; }
.mc-header-search input[type="search"]:focus { border-color: #07113F; box-shadow: 0 0 0 3px rgba(7, 17, 63, .08); }
.mc-header-search button { display: none; }

.mc-navbar { background: #07113F; position: relative; z-index: 400; }
.mc-navbar-inner { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; min-height: 44px; padding: 0 20px; box-sizing: border-box; }
.mc-nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 24px; line-height: 1; cursor: pointer; padding: 8px 10px; }
.mc-nav { flex: 1; display: flex; justify-content: space-between; align-items: center; }
.mc-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 40px; }
.mc-nav-tab-title { position: relative; margin: 0; }
.mc-nav-tab-title a { display: block; color: rgba(255, 255, 255, .88); font-size: 12.5px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; padding: 14px 0; text-decoration: none; white-space: nowrap; transition: color .18s ease; }
.mc-nav-tab-title a:hover { color: #F5A623; }
.mc-nav-panel-wrap { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: calc(100% - 60px); z-index: 1; }
.mc-nav-tab.menu-loaded.open > .mc-nav-panel-wrap, .mc-nav-tab.menu-loaded:focus-within > .mc-nav-panel-wrap { display: block; }
.mc-nav-tab.menu-loaded.open .mc-nav-tab-title a { color: #F5A623; }
.mc-nav-panel { margin-top: 10px; background: #fff; border-radius: 8px; box-shadow: 0 16px 40px rgba(7, 17, 63, .12); padding: 20px 28px 24px; column-count: 2; column-gap: 40px; }
.mc-nav-panel ul { display: block; gap: 0; }
.mc-nav-panel li { break-inside: avoid-column; -webkit-column-break-inside: avoid; list-style: none; }
.mc-nav-panel a { display: block; color: #18213D; font-size: 14px; font-weight: 500; padding: 7px 10px; border-radius: 4px; text-decoration: none; white-space: nowrap; letter-spacing: 0; text-transform: none; transition: color .18s ease, background .18s ease; }
.mc-nav-panel a:hover { background: #F5F7FA; color: #F5A623; }
.mc-nav-entities li { margin: 0; }
.mc-nav-entities a { display: block; color: rgba(255, 255, 255, .88); font-size: 12.5px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; padding: 14px 0; text-decoration: none; white-space: nowrap; transition: color .18s ease; }
.mc-nav-entities a:hover { color: #F5A623; }
@media (min-width: 1280px) {
    .mc-nav-panel-wrap { width: 1160px; }
    .mc-nav-panel { column-count: 3; padding: 24px 36px 28px; }
}

/* ============ SECTION TITLES ============ */
.components-sectiontitle { margin: 0 0 22px; }
.components-sectiontitle .bar { display: inline-block; width: 34px; height: 5px; background: var(--mc-gold); margin-bottom: 10px; }
.components-sectiontitle .title { font-size: 28px; font-weight: 800; color: var(--mc-heading); margin: 0; letter-spacing: -.3px; }
.mc-section { margin: 46px 0; }

/* ============ TOP SECTION (Latest + Featured + Deals) ============ */
.mc-top { background: var(--mc-light); border-bottom: 1px solid var(--mc-border); padding: 30px 0; }
.mc-top-grid { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 28px; align-items: start; }

.mc-latest-list { list-style: none; margin: 0; padding: 0; }
.mc-latest-list li { padding: 12px 0; border-bottom: 1px solid var(--mc-border); }
.mc-latest-list li:first-child { padding-top: 0; }
.mc-latest-list li:last-child { border-bottom: none; }
.mc-latest-meta { font-size: 11px; text-transform: uppercase; letter-spacing: .6px; color: var(--mc-muted); font-weight: 600; margin-bottom: 4px; }
.mc-latest-meta a { color: var(--mc-blue); text-decoration: none; }
.mc-latest-meta a:hover { color: var(--mc-gold-dark); }
.mc-latest-meta .sep { margin: 0 6px; }
.mc-latest-title { font-size: 15.5px; font-weight: 700; line-height: 1.35; }
.mc-latest-title a { color: var(--mc-heading); text-decoration: none; }
.mc-latest-title a:hover { color: var(--mc-gold-dark); }

.mc-featured-card { background: #fff; border: 1px solid var(--mc-border); border-radius: var(--mc-radius); overflow: hidden; box-shadow: 0 2px 10px rgba(4, 15, 61, .06); }
.mc-featured-media { position: relative; }
.mc-featured-media img { width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover; }
.mc-featured-body { padding: 18px 20px 22px; }
.mc-featured-cat { display: inline-block; background: var(--mc-gold); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; padding: 3px 10px; border-radius: 3px; margin-bottom: 10px; }
.mc-featured-title { font-size: 21px; font-weight: 800; line-height: 1.3; }
.mc-featured-title a { color: var(--mc-heading); text-decoration: none; }
.mc-featured-title a:hover { color: var(--mc-gold-dark); }
.mc-featured-excerpt { color: var(--mc-muted); font-size: 14px; margin-top: 8px; }

.mc-deals { background: #fff; border: 1px solid var(--mc-border); border-radius: var(--mc-radius); padding: 18px 20px; box-shadow: 0 2px 10px rgba(4, 15, 61, .06); }
.mc-deals-title { font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; color: var(--mc-heading); margin: 0 0 14px; display: flex; align-items: center; gap: 8px; }
.mc-deals-title::before { content: ''; width: 8px; height: 8px; background: var(--mc-gold); border-radius: 50%; display: inline-block; }
.mc-deal { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--mc-border); align-items: center; }
.mc-deal:last-child { border-bottom: none; }
.mc-deal-img { flex: 0 0 74px; width: 74px; height: 74px; background: var(--mc-light); border: 1px solid var(--mc-border); border-radius: 4px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.mc-deal-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.mc-deal-info { flex: 1; min-width: 0; }
.mc-deal-brand { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--mc-muted); }
.mc-deal-model { font-size: 13px; font-weight: 700; color: var(--mc-heading); line-height: 1.3; margin: 2px 0 4px; }
.mc-deal-model a { color: var(--mc-heading); text-decoration: none; }
.mc-deal-model a:hover { color: var(--mc-gold-dark); }
.mc-deal-price { font-size: 13px; font-weight: 700; color: var(--mc-text); }
.mc-deal-old { font-size: 11.5px; color: var(--mc-muted); text-decoration: line-through; margin-left: 6px; font-weight: 400; }
.mc-deal-btn { display: inline-block; background: var(--mc-navy); color: #fff; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 6px 12px; border-radius: 4px; text-decoration: none; margin-top: 6px; }
.mc-deal-btn:hover { background: var(--mc-gold); color: #fff; text-decoration: none; }

/* ============ TOP PICKS ============ */
.mc-picks { background: var(--mc-navy); color: #fff; padding: 40px 0; }
.mc-picks .components-sectiontitle .title { color: #fff; }
.mc-picks-sub { color: #aab4e8; font-size: 14px; margin-top: -12px; margin-bottom: 22px; }
.mc-picks-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.mc-pick { background: #fff; border-radius: var(--mc-radius); overflow: hidden; display: flex; flex-direction: column; }
.mc-pick-img { background: var(--mc-light); display: flex; align-items: center; justify-content: center; height: 150px; overflow: hidden; border-bottom: 1px solid var(--mc-border); }
.mc-pick-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.mc-pick-body { padding: 12px 14px 16px; flex: 1; display: flex; flex-direction: column; }
.mc-pick-brand { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--mc-muted); }
.mc-pick-model { font-size: 13px; font-weight: 700; color: var(--mc-heading); line-height: 1.3; margin: 3px 0 8px; flex: 1; }
.mc-pick-model a { color: var(--mc-heading); text-decoration: none; }
.mc-pick-model a:hover { color: var(--mc-gold-dark); }
.mc-pick-price { font-size: 15px; font-weight: 800; color: var(--mc-heading); margin-bottom: 10px; }
.mc-check-price { display: block; text-align: center; background: var(--mc-gold); color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; padding: 10px 8px; border-radius: 4px; text-decoration: none; }
.mc-check-price:hover { background: var(--mc-gold-dark); color: #fff; text-decoration: none; }

/* ============ SEARCH BAND ============ */
.mc-search-band { text-align: center; padding: 56px 0; background: #fff; }
.mc-search-band h2 { font-size: 30px; font-weight: 800; letter-spacing: -.4px; margin: 0 auto 8px; max-width: 640px; }
.mc-search-band p { color: var(--mc-muted); margin: 0 auto 24px; max-width: 560px; font-size: 15px; }
.mc-search-band form { display: flex; justify-content: center; }
.mc-search-band input[type="search"] {
    width: min(560px, 100%); border: 2px solid var(--mc-border); border-right: none; border-radius: 4px 0 0 4px;
    padding: 13px 18px; font-family: inherit; font-size: 15px; outline: none;
}
.mc-search-band input[type="search"]:focus { border-color: var(--mc-gold); }
.mc-search-band button {
    background: var(--mc-navy); color: #fff; border: 2px solid var(--mc-navy); border-radius: 0 4px 4px 0;
    padding: 13px 28px; cursor: pointer; font-family: inherit; font-weight: 700; font-size: 15px;
}
.mc-search-band button:hover { background: var(--mc-navy-soft); }

/* ============ TRENDING / EDITORIAIS ============ */
.mc-trending-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.mc-trending-col .mc-section-title { font-size: 20px; font-weight: 800; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.mc-trending-col .mc-section-title::after { content: ''; flex: 1; height: 3px; background: var(--mc-gold); }
.mc-trend-card { display: grid; grid-template-columns: 180px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--mc-border); align-items: center; }
.mc-trend-card:first-of-type { padding-top: 0; }
.mc-trend-card:last-of-type { border-bottom: none; }
.mc-trend-img { overflow: hidden; border-radius: 4px; background: var(--mc-light); }
.mc-trend-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.mc-trend-meta { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; color: var(--mc-muted); margin-bottom: 5px; }
.mc-trend-meta a { color: var(--mc-blue); text-decoration: none; }
.mc-trend-title { font-size: 16.5px; font-weight: 700; line-height: 1.35; }
.mc-trend-title a { color: var(--mc-heading); text-decoration: none; }
.mc-trend-title a:hover { color: var(--mc-gold-dark); }
.mc-trend-excerpt { font-size: 13.5px; color: var(--mc-muted); margin-top: 6px; }

/* ============ SUBSCRIBE ============ */
.mc-subscribe { background: var(--mc-navy); color: #fff; padding: 44px 0; text-align: center; }
.mc-subscribe h2 { color: #fff; font-size: 26px; font-weight: 800; margin: 0 0 6px; }
.mc-subscribe p { color: #aab4e8; margin: 0 auto 22px; max-width: 520px; font-size: 14.5px; }
.mc-subscribe form { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.mc-subscribe input[type="email"] {
    width: min(380px, 100%); border: none; border-radius: 4px; padding: 12px 16px; font-family: inherit; font-size: 14.5px; outline: none;
}
.mc-subscribe button {
    background: var(--mc-gold); color: #fff; border: none; border-radius: 4px; padding: 12px 26px;
    cursor: pointer; font-family: inherit; font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .5px;
}
.mc-subscribe button:hover { background: var(--mc-gold-dark); }
.mc-subscribe .mc-newsletter-msg { margin-top: 14px; font-size: 13.5px; min-height: 20px; }

/* ============ CATEGORY SECTIONS ============ */
.mc-cat-section { padding: 20px 0; border-top: 1px solid var(--mc-border); }
.mc-cat-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.mc-cat-title { font-size: 24px; font-weight: 800; margin: 0; }
.mc-cat-title a { color: var(--mc-heading); text-decoration: none; }
.mc-cat-title a:hover { color: var(--mc-gold-dark); }
.mc-cat-all { font-size: 13px; font-weight: 700; color: var(--mc-blue); text-decoration: none; white-space: nowrap; }
.mc-cat-all:hover { color: var(--mc-gold-dark); }
.mc-cat-subs { display: flex; flex-wrap: wrap; gap: 8px; margin: -8px 0 18px; }
.mc-cat-subs a { font-size: 12.5px; font-weight: 600; color: var(--mc-navy); background: var(--mc-lighter); border: 1px solid var(--mc-border); padding: 5px 12px; border-radius: 20px; text-decoration: none; }
.mc-cat-subs a:hover { background: var(--mc-navy); color: #fff; border-color: var(--mc-navy); }
.mc-cat-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.mc-cat-featured { background: #fff; border: 1px solid var(--mc-border); border-radius: var(--mc-radius); overflow: hidden; }
.mc-cat-featured img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.mc-cat-featured-body { padding: 14px 16px; }
.mc-cat-featured-body .mc-trend-meta { margin-bottom: 6px; }
.mc-cat-featured-body .mc-trend-title { font-size: 17px; }
.mc-cat-item { display: grid; grid-template-columns: 118px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--mc-border); align-items: center; }
.mc-cat-item:first-of-type { padding-top: 0; }
.mc-cat-item:last-of-type { border-bottom: none; }
.mc-cat-item-img { overflow: hidden; border-radius: 4px; background: var(--mc-light); }
.mc-cat-item-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.mc-cat-item-title { font-size: 14.5px; font-weight: 700; line-height: 1.35; }
.mc-cat-item-title a { color: var(--mc-heading); text-decoration: none; }
.mc-cat-item-title a:hover { color: var(--mc-gold-dark); }
.mc-cat-item-meta { font-size: 11px; color: var(--mc-muted); text-transform: uppercase; letter-spacing: .4px; font-weight: 600; margin-top: 3px; }

/* ============ WHO IS / MISSION ============ */
.mc-mission { background: var(--mc-navy); color: #fff; padding: 56px 0; text-align: center; }
.mc-mission h2 { color: #fff; font-size: 30px; font-weight: 800; margin: 0 0 16px; }
.mc-mission p { color: #c7cdf2; max-width: 760px; margin: 0 auto 26px; font-size: 15.5px; }
.mc-mission-btn { display: inline-block; background: var(--mc-gold); color: #fff; font-weight: 800; font-size: 13.5px; text-transform: uppercase; letter-spacing: .6px; padding: 13px 30px; border-radius: 4px; text-decoration: none; }
.mc-mission-btn:hover { background: var(--mc-gold-dark); color: #fff; text-decoration: none; }

/* ============ EXPERTS ============ */
.mc-experts { padding: 46px 0; }
.mc-experts-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 24px; }
.mc-expert { text-align: center; }
.mc-expert-avatar { width: 86px; height: 86px; margin: 0 auto 10px; border-radius: 50%; overflow: hidden; border: 3px solid var(--mc-gold); background: var(--mc-lighter); display: flex; align-items: center; justify-content: center; }
.mc-expert-avatar img { width: 100%; height: 100%; object-fit: cover; }
.mc-expert-name { font-size: 13.5px; font-weight: 700; color: var(--mc-heading); margin: 0; }
.mc-expert-role { font-size: 12px; color: var(--mc-muted); margin-top: 2px; }

/* ============ FOOTER ============ */
.mc-footer { background: var(--mc-navy); color: #c7cdf2; padding: 46px 0 0; }
.mc-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.mc-footer-col-title { color: #fff; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; margin: 0 0 14px; }
.mc-footer-about p { font-size: 13.5px; color: #aab4e8; }
.mc-footer ul { list-style: none; margin: 0; padding: 0; }
.mc-footer ul li { margin-bottom: 8px; }
.mc-footer ul a { color: #aab4e8; font-size: 13.5px; text-decoration: none; }
.mc-footer ul a:hover { color: var(--mc-gold); }
.mc-footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 34px; padding: 16px 0; font-size: 12.5px; color: #7f89c4; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.mc-footer-social { display: flex; gap: 10px; }
.mc-footer-social a { color: #aab4e8; font-size: 12.5px; font-weight: 700; text-decoration: none; border: 1px solid rgba(255,255,255,.25); padding: 6px 12px; border-radius: 4px; }
.mc-footer-social a:hover { color: #fff; border-color: var(--mc-gold); }

/* ============ BLOG / ARCHIVES ============ */
.mc-page-header { background: var(--mc-light); border-bottom: 1px solid var(--mc-border); padding: 34px 0; }
.mc-page-header h1 { font-size: 30px; font-weight: 800; margin: 0; }
.mc-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; padding: 40px 0; }
.mc-card { background: #fff; border: 1px solid var(--mc-border); border-radius: var(--mc-radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s; }
.mc-card:hover { box-shadow: 0 6px 18px rgba(4, 15, 61, .1); }
.mc-card-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.mc-card-body { padding: 16px 18px 20px; flex: 1; display: flex; flex-direction: column; }
.mc-card-body .mc-trend-meta { margin-bottom: 6px; }
.mc-card-title { font-size: 17px; font-weight: 700; line-height: 1.35; margin-bottom: 8px; }
.mc-card-title a { color: var(--mc-heading); text-decoration: none; }
.mc-card-title a:hover { color: var(--mc-gold-dark); }
.mc-card-excerpt { font-size: 13.5px; color: var(--mc-muted); flex: 1; }
.mc-card-readmore { font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; color: var(--mc-blue); margin-top: 10px; text-decoration: none; }
.mc-card-readmore:hover { color: var(--mc-gold-dark); }

.mc-pagination { display: flex; gap: 8px; justify-content: center; padding: 10px 0 50px; }
.mc-pagination .page-numbers { display: inline-flex; min-width: 38px; height: 38px; align-items: center; justify-content: center; padding: 0 10px; border: 1px solid var(--mc-border); border-radius: 4px; color: var(--mc-heading); font-weight: 600; font-size: 14px; text-decoration: none; background: #fff; }
.mc-pagination .page-numbers:hover { border-color: var(--mc-gold); color: var(--mc-gold-dark); }
.mc-pagination .page-numbers.current { background: var(--mc-navy); color: #fff; border-color: var(--mc-navy); }

/* ============ SINGLE POST ============ */
.mc-single { max-width: 780px; margin: 0 auto; padding: 44px 20px; }
.mc-breadcrumb { font-size: 12.5px; color: var(--mc-muted); margin-bottom: 18px; }
.mc-breadcrumb a { color: var(--mc-blue); text-decoration: none; }
.mc-breadcrumb a:hover { color: var(--mc-gold-dark); }
.mc-single h1.entry-title { font-size: 36px; font-weight: 800; line-height: 1.2; letter-spacing: -.5px; }
.mc-single-meta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; color: var(--mc-muted); font-size: 13px; margin: 14px 0 24px; }
.mc-single-meta a { color: var(--mc-blue); text-decoration: none; }
.mc-single-meta .mc-featured-cat { margin: 0; }
.mc-single-thumb { border-radius: var(--mc-radius); overflow: hidden; margin-bottom: 26px; }
.mc-single-thumb img { width: 100%; display: block; }
.mc-single .entry-content { font-size: 16.5px; line-height: 1.75; }
.mc-single .entry-content h2 { font-size: 26px; margin-top: 1.6em; }
.mc-single .entry-content h3 { font-size: 21px; margin-top: 1.4em; }
.mc-single .entry-content a { text-decoration: underline; }
.mc-single .entry-content img { border-radius: var(--mc-radius); }
.mc-single .entry-content blockquote { border-left: 4px solid var(--mc-gold); margin: 1.4em 0; padding: 6px 22px; color: var(--mc-muted); font-style: italic; }
.mc-single .entry-content table { border-collapse: collapse; width: 100%; margin: 1.4em 0; }
.mc-single .entry-content td, .mc-single .entry-content th { border: 1px solid var(--mc-border); padding: 9px 12px; font-size: 14.5px; }
.mc-single .entry-content th { background: var(--mc-light); }
.mc-related { border-top: 3px solid var(--mc-navy); margin-top: 40px; padding-top: 26px; }
.mc-related h3 { font-size: 20px; font-weight: 800; }
.mc-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 16px; }
.mc-related-item .mc-trend-img { margin-bottom: 8px; }
.mc-related-item .mc-trend-title { font-size: 14px; }

/* ============ PAGES ============ */
.mc-page-body { max-width: 860px; margin: 0 auto; padding: 40px 20px 60px; }
.mc-page-body .entry-content { font-size: 16px; line-height: 1.75; }

/* ============ FORMS / 404 ============ */
.mc-404 { text-align: center; padding: 80px 20px; }
.mc-404 h1 { font-size: 60px; color: var(--mc-gold); }
.mc-404 h2 { font-size: 24px; }
.mc-404 form { display: flex; justify-content: center; margin-top: 20px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
    .mc-top-grid { grid-template-columns: 1fr 1fr; }
    .mc-top-grid .mc-deals { grid-column: 1 / -1; }
    .mc-picks-grid { grid-template-columns: repeat(3, 1fr); }
    .mc-experts-grid { grid-template-columns: repeat(3, 1fr); }
    .mc-footer-grid { grid-template-columns: 1fr 1fr; }
    .mc-cat-grid { grid-template-columns: 1fr 1fr; }
    .mc-archive-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .mc-trending-grid { grid-template-columns: 1fr; }
    .mc-trend-card { grid-template-columns: 140px 1fr; }
}
@media (max-width: 768px) {
    .mc-header-top-inner { min-height: 68px; gap: 16px; }
    .mc-logo a { font-size: 21px; letter-spacing: 3px; }
    .mc-header-search { display: none; }
    .mc-nav-toggle { display: block; }
    .mc-navbar-inner { min-height: 0; padding: 0; }
    .mc-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #07113F; flex-direction: column; align-items: stretch; box-shadow: 0 20px 40px rgba(7, 17, 63, .35); }
    .mc-nav.open { display: flex; }
    .mc-nav > ul { flex-direction: column; align-items: stretch; width: 100%; padding: 10px 18px; gap: 0; }
    .mc-nav-tab-title a, .mc-nav-entities a { padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); letter-spacing: 1.6px; }
    .mc-nav-panel-wrap { position: static; transform: none; width: auto; }
    .mc-nav-tab.menu-loaded.open > .mc-nav-panel-wrap { display: block; }
    .mc-nav-panel { column-count: 1; background: rgba(255, 255, 255, .06); box-shadow: none; border-radius: 0; margin-top: 0; padding: 4px 16px 12px; }
    .mc-nav-panel a { color: #c7cdf2; padding: 10px 8px; }
    .mc-nav-panel a:hover { background: rgba(255, 255, 255, .08); color: #F5A623; }
    .mc-nav-entities { border-top: 1px solid rgba(255, 255, 255, .12); }
    .mc-nav-entities a { border-bottom: none; }
}
@media (max-width: 767px) {
    .mc-header-top-inner { flex-direction: column; gap: 12px; padding: 12px 20px; }
    .mc-header-search { width: 100%; flex-basis: auto; }
    .mc-top-grid { grid-template-columns: 1fr; }
    .mc-top-grid .mc-deals { grid-column: auto; }
    .mc-picks-grid { grid-template-columns: 1fr 1fr; }
    .mc-cat-grid { grid-template-columns: 1fr; }
    .mc-archive-grid { grid-template-columns: 1fr; }
    .mc-experts-grid { grid-template-columns: 1fr 1fr; }
    .mc-footer-grid { grid-template-columns: 1fr; }
    .mc-single h1.entry-title { font-size: 27px; }
    .mc-related-grid { grid-template-columns: 1fr; }
    .mc-trend-card { grid-template-columns: 100px 1fr; }
}