:root {
    /* Design 5: NEWS BOXED (newsboxed.com) - Classic Style */
    --newsboxed-com-primary: #e53e3e; /* Bold Red */
    --newsboxed-com-secondary: #ffffff;
    --newsboxed-com-text: #111;
    --newsboxed-com-bg: #fff;
}

/* Intelligent Image Handling */
img {
    background-color: #eee;
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

img:not([src]), img[src=""] {
    background-color: #000;
}

/* Premium Ad Space Styling */
.ad-slot-728 {
    width: 728px;
    height: 90px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ad-slot-728::before {
    content: "Advertisement";
    margin-bottom: 5px;
    font-size: 9px;
    opacity: 0.5;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Outfit', sans-serif; color: var(--newsboxed-com-text); }
a { text-decoration: none; color: inherit; }

.newsboxed-com-container {
    max-width: 1261px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.newsboxed-header { border-bottom: 5px solid #000; }
.logo-area { padding: 40px 0; border-bottom: 1px solid #111; background:#000; color:#fff; text-align:center; }
.boxed-logo { font-size: 72px; font-weight: 1000; font-family: 'Big Shoulders Text', sans-serif; letter-spacing: -4px; text-transform: uppercase; color: #fff; line-height: 0.8;}
.boxed-logo span { background: var(--newsboxed-com-primary); padding: 0 10px; margin-left: 5px; }

.boxed-nav { background: #fff; border-bottom: 1px solid #eee; }
.boxed-nav ul { list-style: none; display: flex; justify-content: center; height: 60px; align-items: center; gap: 40px; }
.boxed-nav a { font-size: 14px; font-weight: 900; text-transform: uppercase; }

/* Grid Scaling - 24px Headlines */
.section-header { margin-bottom: 30px; border-bottom: 2px solid #000; display: flex; align-items: center; justify-content: space-between; }
.section-title { font-family: 'Big Shoulders Text', sans-serif; font-size: 24px; font-weight: 800; background: #000; color: #fff; padding: 8px 15px; text-transform: uppercase; }

.article-title { font-size: 24px; font-weight: 900; line-height: 1.2; margin-top: 15px; text-transform: uppercase; border-left: 4px solid var(--newsboxed-com-primary); padding-left: 15px; }
.article-meta { font-size: 11px; color: #777; font-weight: 700; margin-top: 10px; display: block; border-top: 1px solid #f0f0f0; padding-top: 5px; }

/* 2-Column Bold Layout */
.main-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 60px; }

/* Footer */
.boxed-footer { background: #111; color: #fff; padding: 100px 0 40px; }
.footer-logo { font-size: 48px; font-weight: 1000; text-transform: uppercase; margin-bottom: 30px; display: block; }
.footer-logo span { color: var(--newsboxed-com-primary); }

/* === NEW SECTIONS FOR NEWSBOXED === */

/* Split Box Hero: 2 Massive Blocks */
.split-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 600px;
    margin-bottom: 50px;
    gap: 0;
}
.hero-box { position: relative; overflow: hidden; }
.hero-box.red { background: var(--newsboxed-com-primary); color: #fff; }
.hero-box.black { background: #000; color: #fff; }
.hero-box-content { padding: 60px; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; position: relative; z-index: 2; }
.hero-box-tag { font-size: 11px; font-weight: 900; letter-spacing: 3px; margin-bottom: 20px; text-transform: uppercase; border: 1px solid currentColor; padding: 5px 12px; width: fit-content; }
.hero-box-title { font-size: 48px; font-weight: 1000; line-height: 1.0; text-transform: uppercase; }

/* Boxed Numbered List */
.numbered-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #ddd; margin-bottom: 50px; border: 1px solid #ddd; }
.number-box { background: #fff; padding: 30px; }
.number-box .idx { font-size: 48px; font-weight: 1000; color: var(--newsboxed-com-primary); line-height: 1; margin-bottom: 20px; font-family: 'Big Shoulders Text', sans-serif; }
.number-box h4 { font-size: 18px; font-weight: 900; line-height: 1.2; text-transform: uppercase; }

/* Red Accent Band */
.boxed-accent {
    background: var(--newsboxed-com-primary);
    color: #fff;
    padding: 80px 0;
    margin-bottom: 50px;
    text-align: center;
}
.accent-title { font-size: 64px; font-weight: 1000; text-transform: uppercase; line-height: 0.9; margin-bottom: 20px; font-family: 'Big Shoulders Text', sans-serif; }

/* Sidebar Premium */
.newsboxed-widget { margin-bottom: 40px; border: 4px solid #000; padding: 25px; }
.newsboxed-widget-title { font-size: 20px; font-weight: 1000; text-transform: uppercase; background: #000; color: #fff; margin: -25px -25px 25px -25px; padding: 12px; text-align: center; font-family: 'Big Shoulders Text', sans-serif; }
.talk-item { font-style: italic; font-size: 18px; font-weight: 700; line-height: 1.4; color: #111; margin-bottom: 15px; }
.talk-item span { font-style: normal; font-size: 11px; font-weight: 900; color: var(--newsboxed-com-primary); text-transform: uppercase; display: block; margin-top: 5px; }
