/* ==========================================================================
   ENTREVERSO NEWS PORTAL v2.0 — Professional Light Theme
   ========================================================================== */

:root {
    --blue-royal: #1a4fd8;
    --blue-dark: #0d3bab;
    --blue-light-bg: #e8f0fe;
    --red-accent: #ef4444;
    --gold: #f59e0b;
    --dark-bg: #0a0612;
    --body-bg: #f8fafc;
    --white: #ffffff;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.06);
    --radius: 6px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--body-bg);
    color: var(--gray-800);
    line-height: 1.6;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}

a { color: var(--blue-royal); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--blue-dark); }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }

/* ---------- FADE IN ANIMATION ---------- */
.fade-in {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---------- TOP BAR ---------- */
.top-bar {
    background: var(--blue-dark);
    color: rgba(255,255,255,0.8);
    font-size: 0.75rem;
    padding: 6px 0;
    letter-spacing: 0.3px;
}
.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-bar-date { font-weight: 500; }
.top-bar-right { display: flex; align-items: center; gap: 14px; }
.top-bar-right a {
    color: rgba(255,255,255,0.8);
    font-size: 0.8rem;
    transition: color 0.2s;
}
.top-bar-right a:hover { color: #fff; }
.top-bar-right .anuncie-link {
    background: var(--gold);
    color: var(--gray-900);
    padding: 2px 10px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.top-bar-right .anuncie-link:hover { background: #d97706; }

/* ---------- AD SLOTS ---------- */
.ad-slot {
    background: #f5f5f5;
    border: 2px dashed #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #999;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 1.5rem auto;
    border-radius: 4px;
    position: relative;
    gap: 4px;
}
.ad-slot .ad-email { font-size: 0.65rem; letter-spacing: 0; text-transform: none; color: #bbb; }
.ad-slot::after {
    content: 'Publicidade';
    position: absolute;
    top: -10px;
    left: 10px;
    background: #f5f5f5;
    padding: 0 6px;
    font-size: 0.65rem;
    color: #bbb;
}
.ad-leaderboard { width: 728px; max-width: 100%; height: 90px; }
.ad-billboard { width: 100%; height: 250px; }
.ad-rectangle { width: 300px; max-width: 100%; height: 250px; }
.ad-half-page { width: 300px; max-width: 100%; height: 600px; }

/* ---------- HEADER ---------- */
.site-header {
    background: var(--white);
    padding: 16px 0;
    border-bottom: 1px solid var(--gray-200);
}
.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.header-brand {
    display: flex;
    align-items: baseline;
    gap: 12px;
}
.header-logo {
    font-size: 2rem;
    font-weight: 900;
    color: var(--blue-royal);
    letter-spacing: -1px;
    line-height: 1;
}
.header-logo span { color: var(--red-accent); }
.header-tagline {
    color: var(--gray-500);
    font-size: 0.8rem;
    font-style: italic;
    white-space: nowrap;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}
.search-box {
    display: flex;
    border: 1px solid var(--gray-300);
    border-radius: var(--radius);
    overflow: hidden;
}
.search-box input {
    border: none;
    padding: 8px 12px;
    font-size: 0.85rem;
    width: 200px;
    outline: none;
    font-family: inherit;
}
.search-box button {
    background: var(--blue-royal);
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 0.85rem;
}
.search-box button:hover { background: var(--blue-dark); }
.btn-live {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--red-accent);
    color: #fff;
    padding: 8px 16px;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: pulse-live 2s infinite;
    white-space: nowrap;
}
.btn-live:hover { background: #dc2626; color: #fff; }
.btn-live .dot {
    width: 8px; height: 8px;
    background: #fff;
    border-radius: 50%;
    animation: blink 1s infinite;
}
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }
@keyframes pulse-live { 0%,100% { box-shadow: 0 0 0 0 rgba(239,68,68,0.4); } 50% { box-shadow: 0 0 0 8px rgba(239,68,68,0); } }

/* ---------- NAVBAR ---------- */
.main-nav {
    background: var(--blue-royal);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.main-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-links {
    display: flex;
    list-style: none;
    gap: 0;
}
.nav-links a {
    display: block;
    color: rgba(255,255,255,0.9);
    padding: 14px 18px;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s;
}
.nav-links a:hover, .nav-links a.active {
    background: rgba(255,255,255,0.15);
    color: #fff;
}
.nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 14px 4px;
}

/* ---------- BREAKING TICKER ---------- */
.breaking-ticker {
    background: var(--red-accent);
    color: #fff;
    overflow: hidden;
    position: relative;
    height: 36px;
    display: flex;
    align-items: center;
}
.breaking-label {
    background: #b91c1c;
    padding: 0 14px;
    font-weight: 800;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    flex-shrink: 0;
}
.ticker-wrap {
    overflow: hidden;
    flex: 1;
    position: relative;
}
.ticker-content {
    display: inline-block;
    white-space: nowrap;
    animation: ticker-scroll 25s linear infinite;
    font-size: 0.82rem;
    font-weight: 500;
    padding-left: 100%;
}
@keyframes ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* ---------- MAIN LAYOUT ---------- */
.main-content {
    padding: 24px 0;
}
.content-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 28px;
}
.col-main { min-width: 0; }
.col-sidebar { min-width: 0; }

/* ---------- SECTION HEADERS ---------- */
.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--gray-200);
}
.section-header h2 {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--gray-900);
    padding-left: 12px;
    border-left: 4px solid var(--blue-royal);
    line-height: 1.2;
}
.section-header h2.gold-accent { border-left-color: var(--gold); }
.section-header .see-all {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--blue-royal);
    white-space: nowrap;
}

/* ---------- TV / PLAYER ---------- */
.tv-section {
    background: var(--gray-900);
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: var(--shadow-md);
}
.tv-player-wrap {
    position: relative;
    padding-bottom: 56.25%;
    background: linear-gradient(135deg, #0d1b3e 0%, #1a4fd8 50%, #0d3bab 100%);
}
.tv-player-wrap video {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.tv-placeholder {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.9);
    gap: 8px;
}
.tv-placeholder i { font-size: 3rem; opacity: 0.5; }
.tv-placeholder .tv-brand { font-size: 1.4rem; font-weight: 800; letter-spacing: 1px; }
.tv-placeholder .tv-sub { font-size: 0.85rem; opacity: 0.6; }
.tv-live-badge {
    position: absolute;
    top: 12px; left: 12px;
    background: var(--red-accent);
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: none;
    align-items: center;
    gap: 6px;
    animation: pulse-live 2s infinite;
}
.tv-live-badge.active { display: flex; }
.tv-live-badge .dot { width: 7px; height: 7px; background: #fff; border-radius: 50%; animation: blink 1s infinite; }
.tv-info {
    padding: 14px 18px;
    background: var(--gray-900);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tv-info-title { font-weight: 600; font-size: 0.9rem; }
.tv-info-status { font-size: 0.75rem; color: var(--gray-400); }

/* ---------- NEWS — FEATURED LAYOUT ---------- */
.news-grid-featured {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 16px;
    margin-bottom: 18px;
}
.news-card-big {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}
.news-card-big:hover { box-shadow: var(--shadow-md); }
.news-card-big .news-img {
    width: 100%;
    height: 260px;
    background: var(--blue-light-bg);
    overflow: hidden;
    position: relative;
}
.news-card-big .news-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.news-card-big:hover .news-img img { transform: scale(1.03); }
.news-card-big .news-img .img-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-size: 3rem; color: var(--blue-royal); opacity: 0.3;
}
.news-card-big .news-body {
    padding: 18px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.news-badge {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 3px 8px;
    border-radius: 3px;
    margin-bottom: 8px;
    color: #fff;
}
.news-badge-fonte {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
}
.news-card-big .news-body h2 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--gray-900);
    line-height: 1.3;
    margin-bottom: 8px;
}
.news-card-big .news-body h2 a { color: inherit; }
.news-card-big .news-body h2 a:hover { color: var(--blue-royal); }
.news-excerpt {
    color: var(--gray-600);
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 10px;
    flex: 1;
}
.news-meta {
    font-size: 0.75rem;
    color: var(--gray-400);
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.news-side-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.news-card-sm {
    display: flex;
    gap: 12px;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.3s, transform 0.2s;
    text-decoration: none;
    color: inherit;
}
.news-card-sm:hover { box-shadow: var(--shadow); transform: translateX(2px); }
.news-card-sm .news-img-sm {
    width: 130px;
    min-height: 90px;
    background: var(--blue-light-bg);
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}
.news-card-sm .news-img-sm img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.news-card-sm .news-img-sm .img-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; color: var(--blue-royal); opacity: 0.3;
}
.news-card-sm .news-body-sm {
    padding: 10px 12px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}
.news-card-sm .news-body-sm h3 {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gray-800);
    line-height: 1.35;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-empty {
    text-align: center;
    padding: 40px 20px;
    color: var(--gray-500);
    background: var(--white);
    border-radius: var(--radius);
}
.news-empty i { font-size: 2rem; margin-bottom: 10px; display: block; color: var(--gray-300); }

/* ---------- CAROUSEL (Episodes + Products) ---------- */
.carousel-container {
    position: relative;
}
.carousel-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 0 8px;
}
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track > * {
    scroll-snap-align: start;
    flex: 0 0 calc(33.333% - 11px);
    min-width: 260px;
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    border: 1px solid var(--gray-200);
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--blue-royal);
    transition: background 0.2s, box-shadow 0.2s;
}
.carousel-btn:hover { background: var(--blue-royal); color: #fff; box-shadow: 0 4px 12px rgba(26,79,216,0.3); }
.carousel-btn.prev { left: -14px; }
.carousel-btn.next { right: -14px; }

/* ---------- EPISODES ---------- */
.episode-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.3s, transform 0.2s;
    text-decoration: none;
    color: inherit;
    display: block;
}
.episode-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.episode-thumb {
    position: relative;
    padding-bottom: 56.25%;
    background: var(--gray-200);
    overflow: hidden;
}
.episode-thumb img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.episode-card:hover .episode-thumb img { transform: scale(1.05); }
.episode-thumb .play-btn {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 48px; height: 48px;
    background: rgba(0,0,0,0.65);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    opacity: 0;
    transition: opacity 0.3s;
}
.episode-card:hover .play-btn { opacity: 1; }
.episode-thumb .type-badge {
    position: absolute;
    top: 8px; right: 8px;
    background: var(--blue-royal);
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
}
.episode-thumb .img-placeholder {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #1a4fd8, #3b82f6);
    color: rgba(255,255,255,0.5);
    font-size: 2.5rem;
}
.episode-body { padding: 12px 14px; }
.episode-body h3 {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gray-800);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.episode-body .episode-date {
    font-size: 0.72rem;
    color: var(--gray-400);
    margin-top: 6px;
}

/* ---------- PRODUCTS CAROUSEL ---------- */
.product-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.3s, transform 0.2s;
    text-align: center;
    text-decoration: none;
    color: inherit;
    display: block;
}
.product-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.product-img {
    height: 160px;
    background: var(--gray-100);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-400);
    font-size: 2.5rem;
    overflow: hidden;
}
.product-img img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.product-body { padding: 14px 16px; }
.product-body h3 {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-price {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--blue-royal);
    margin-bottom: 10px;
}
.product-price .old-price {
    text-decoration: line-through;
    color: var(--gray-400);
    font-size: 0.82rem;
    font-weight: 600;
    margin-right: 6px;
}
.product-price .promo-price { color: #16a34a; }
.btn-buy {
    display: inline-block;
    background: var(--blue-royal);
    color: #fff;
    padding: 7px 20px;
    border-radius: var(--radius);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s;
}
.btn-buy:hover { background: var(--blue-dark); color: #fff; }

/* ---------- SIDEBAR ---------- */
.sidebar-block {
    background: var(--white);
    border-radius: var(--radius);
    padding: 18px;
    margin-bottom: 20px;
    box-shadow: var(--shadow-sm);
}
.sidebar-block h3 {
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--gray-200);
    padding-left: 10px;
    border-left: 3px solid var(--blue-royal);
    color: var(--gray-900);
}
.sidebar-block h3.gold { border-left-color: var(--gold); }

/* Partners */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}
.partner-slot {
    border: 2px dashed var(--gray-300);
    border-radius: var(--radius);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-400);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Social follow */
.social-follow { display: flex; flex-direction: column; gap: 10px; }
.social-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: var(--radius);
    background: var(--gray-50);
    transition: background 0.2s;
    text-decoration: none;
    color: inherit;
}
.social-card:hover { background: var(--blue-light-bg); }
.social-card i { font-size: 1.3rem; width: 24px; text-align: center; }
.social-card .social-info { flex: 1; }
.social-card .social-name { font-size: 0.78rem; font-weight: 600; color: var(--gray-800); }
.social-card .social-count { font-size: 0.7rem; color: var(--gray-500); }
.social-card .social-btn {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--blue-royal);
    text-transform: uppercase;
}
.ig-color { color: #E4405F; }
.fb-color { color: #1877F2; }
.yt-color { color: #FF0000; }
.tt-color { color: #000; }

/* Centro Cultural sidebar */
.cc-card { text-align: center; }
.cc-card .cc-name { font-weight: 700; font-size: 0.9rem; color: var(--gray-800); margin-bottom: 6px; }
.cc-card .cc-address { font-size: 0.75rem; color: var(--gray-500); margin-bottom: 12px; line-height: 1.4; }
.cc-stats { display: flex; gap: 8px; justify-content: center; margin-bottom: 14px; }
.cc-stat {
    background: var(--blue-light-bg);
    padding: 8px 12px;
    border-radius: var(--radius);
    text-align: center;
}
.cc-stat .num { font-size: 1.1rem; font-weight: 800; color: var(--blue-royal); }
.cc-stat .label { font-size: 0.6rem; color: var(--gray-500); text-transform: uppercase; }
.cc-btns { display: flex; gap: 8px; justify-content: center; }
.cc-btns a {
    padding: 7px 18px;
    border-radius: var(--radius);
    font-size: 0.78rem;
    font-weight: 700;
}
.btn-cc-know { background: var(--blue-royal); color: #fff; }
.btn-cc-know:hover { background: var(--blue-dark); color: #fff; }
.btn-cc-donate { background: var(--gold); color: var(--gray-900); }
.btn-cc-donate:hover { background: #d97706; color: var(--gray-900); }

/* Newsletter */
.newsletter-form { display: flex; gap: 8px; }
.newsletter-form input {
    flex: 1;
    border: 1px solid var(--gray-300);
    border-radius: var(--radius);
    padding: 9px 12px;
    font-size: 0.82rem;
    font-family: inherit;
    outline: none;
}
.newsletter-form input:focus { border-color: var(--blue-royal); }
.newsletter-form button {
    background: var(--blue-royal);
    color: #fff;
    border: none;
    padding: 9px 16px;
    border-radius: var(--radius);
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    white-space: nowrap;
}
.newsletter-form button:hover { background: var(--blue-dark); }

/* ---------- PLANS SECTION ---------- */
.plans-section {
    background: var(--gray-100);
    padding: 48px 0;
    margin-top: 32px;
}
.plans-section .section-title {
    text-align: center;
    margin-bottom: 6px;
}
.plans-section .section-title h2 {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--gray-900);
}
.plans-section .section-subtitle {
    text-align: center;
    color: var(--gray-500);
    font-size: 0.9rem;
    margin-bottom: 36px;
}
.plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}
.plan-card {
    background: var(--white);
    border-radius: 10px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: var(--shadow);
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 2px solid transparent;
}
.plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.plan-card.popular { border-color: var(--blue-royal); }
.plan-card.premium { border-color: var(--gold); }
.plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--blue-royal);
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.plan-card.premium .plan-badge { background: var(--gold); color: var(--gray-900); }
.plan-name {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gray-700);
    margin-bottom: 8px;
    margin-top: 8px;
}
.plan-price {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--blue-royal);
    margin-bottom: 4px;
}
.plan-card.premium .plan-price { color: var(--gold); }
.plan-period {
    font-size: 0.75rem;
    color: var(--gray-400);
    margin-bottom: 20px;
}
.plan-features {
    list-style: none;
    margin-bottom: 24px;
    text-align: left;
}
.plan-features li {
    padding: 6px 0;
    font-size: 0.82rem;
    color: var(--gray-600);
    border-bottom: 1px solid var(--gray-100);
}
.plan-features li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--blue-royal);
    margin-right: 8px;
    font-size: 0.7rem;
}
.plan-card.premium .plan-features li::before { color: var(--gold); }
.btn-plan {
    display: inline-block;
    padding: 10px 28px;
    border-radius: var(--radius);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s, transform 0.1s;
}
.btn-plan:active { transform: scale(0.97); }
.btn-plan-blue { background: var(--blue-royal); color: #fff; }
.btn-plan-blue:hover { background: var(--blue-dark); color: #fff; }
.btn-plan-gold { background: var(--gold); color: var(--gray-900); }
.btn-plan-gold:hover { background: #d97706; color: var(--gray-900); }

/* ---------- FOOTER ---------- */
.site-footer {
    background: var(--dark-bg);
    color: rgba(255,255,255,0.7);
    padding: 48px 0 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding-bottom: 36px;
}
.footer-col h4 {
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul a {
    color: rgba(255,255,255,0.6);
    font-size: 0.82rem;
    transition: color 0.2s;
}
.footer-col ul a:hover { color: #fff; }
.footer-col p {
    font-size: 0.82rem;
    line-height: 1.6;
    margin-bottom: 8px;
}
.footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}
.footer-socials a {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    transition: background 0.2s, color 0.2s;
    font-size: 0.9rem;
}
.footer-socials a:hover { background: var(--blue-royal); color: #fff; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
    text-align: center;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4);
}
.footer-bottom a { color: rgba(255,255,255,0.5); }
.footer-bottom a:hover { color: #fff; }

/* ---------- SKELETON LOADERS ---------- */
.skeleton {
    background: linear-gradient(90deg, var(--gray-200) 25%, #eef1f5 50%, var(--gray-200) 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s ease-in-out infinite;
    border-radius: 4px;
}
@keyframes skeleton-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.skeleton-text { height: 14px; margin-bottom: 8px; }
.skeleton-text.short { width: 60%; }
.skeleton-title { height: 22px; margin-bottom: 10px; }
.skeleton-img { width: 100%; padding-bottom: 56.25%; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
    .content-grid { grid-template-columns: 1fr; }
    .col-sidebar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .col-sidebar .ad-slot { grid-column: span 2; justify-self: center; }
    .news-grid-featured { grid-template-columns: 1fr; }
    .carousel-track > * { flex: 0 0 calc(50% - 8px); min-width: 240px; }
}

@media (max-width: 768px) {
    .top-bar-date { display: none; }
    .header-tagline { display: none; }
    .search-box input { width: 120px; }
    .nav-links { display: none; flex-direction: column; width: 100%; }
    .nav-links.open { display: flex; }
    .nav-links a { padding: 12px 18px; border-top: 1px solid rgba(255,255,255,0.1); }
    .nav-toggle { display: block; }
    .main-nav .container { flex-wrap: wrap; }
    .carousel-track > * { flex: 0 0 calc(80% - 8px); min-width: 220px; }
    .plans-grid { grid-template-columns: 1fr; max-width: 380px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .col-sidebar { grid-template-columns: 1fr; }
    .ad-leaderboard, .ad-billboard { width: 100%; height: 100px; }
    .ad-half-page { height: 300px; }
    .news-card-big .news-img { height: 200px; }
    .carousel-btn { display: none; }
}

@media (max-width: 480px) {
    .site-header .container { flex-wrap: wrap; justify-content: center; }
    .header-right { width: 100%; justify-content: center; }
    .search-box input { width: 140px; }
    .footer-grid { grid-template-columns: 1fr; }
    .news-card-sm { flex-direction: column; }
    .news-card-sm .news-img-sm { width: 100%; min-height: 140px; }
    .news-card-sm .news-body-sm { padding: 10px 14px; }
}

@keyframes tvFloat { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-20px) scale(1.1); } }
@keyframes tvShine { 0%,100% { background-position: 200% center; } 50% { background-position: 0% center; } }
