/* 
   PIRANOT V33 ULTIMATE - NBC NEWS FINESSE
   ============================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap');

body.home {
    background-color: #f0f2f5 !important;
    font-family: 'Inter', sans-serif !important;
}

.nbc-home-container {
    max-width: 1300px !important;
    margin: 0 auto !important;
    padding: 30px !important;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* BADGES (Estilo NBC) */
.nbc-badge {
    display: block;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

/* HERO SECTION */
.nbc-hero-section {
    display: grid !important;
    grid-template-columns: 1fr 320px !important;
    gap: 40px !important;
    margin-bottom: 40px;
}

.nbc-main-hero .nbc-post-title {
    font-size: clamp(32px, 5vw, 56px) !important;
    font-weight: 900 !important;
    line-height: 0.95 !important;
    letter-spacing: -2.5px !important;
    margin: 10px 0 20px 0 !important;
    color: #000 !important;
}

.nbc-main-hero .nbc-post-excerpt {
    font-size: 19px !important;
    color: #333 !important;
    line-height: 1.4 !important;
    max-width: 90%;
}

.nbc-main-hero .nbc-post-thumbnail img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 20px;
}

/* SIDE CLUSTER */
.nbc-side-cluster {
    border-left: 1px solid #ddd;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nbc-cluster-label {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.nbc-cluster-post .nbc-post-title {
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.5px !important;
}

/* DIVIDER */
.nbc-section-divider {
    border-top: 1px solid #000;
    margin: 40px 0;
    position: relative;
    text-align: center;
}

.nbc-section-divider span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    top: -12px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
}

/* GRID SECTION (4 COLUMNS) */
.nbc-grid-section {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
}

.nbc-grid-post .nbc-post-thumbnail img {
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
}

.nbc-grid-post .nbc-post-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.5px !important;
}

/* THREADS (FIOS) */
.nbc-thread-list {
    margin-top: 20px !important;
    padding: 15px !important;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-left: 4px solid #cc0000;
}

.nbc-thread-list li {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    list-style: none !important;
}

.nbc-thread-list li a {
    color: #444 !important;
    text-decoration: none !important;
}

.nbc-thread-list li::before {
    content: "●" !important;
    color: #cc0000;
    font-size: 8px;
    margin-right: 10px;
    vertical-align: middle;
}

/* RESPONSIVIDADE */
@media (max-width: 1100px) {
    .nbc-grid-section { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 768px) {
    .nbc-hero-section { grid-template-columns: 1fr !important; }
    .nbc-side-cluster { border-left: none; padding-left: 0; }
    .nbc-grid-section { grid-template-columns: 1fr !important; }
    .nbc-main-hero .nbc-post-title { font-size: 36px !important; }
}
