/* Finalizing style.css with Full Responsivity */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Oswald:wght@600&family=Inter:wght@400;700;900&display=swap');

:root {
    --primary: #000000;
    --accent-teal: #00BC8C;
    --accent-pink: #ff0055;
    --gray: #777;
}

* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: 'Inter', sans-serif; background: #fff; overflow-x: hidden; width: 100%; color: #111; }

header {
    background: #fff; height: 95px; border-bottom: 2px solid #eee;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 50px; position: sticky; top:0; z-index: 1000;
}
.header-wrap { max-width: 1300px; margin: 0 auto; width: 100%; display: flex; align-items: center; justify-content: space-between; }
.logo { font-family: 'Oswald', sans-serif; font-size: 2.3rem; text-decoration: none; color: #000; font-weight: 900; text-transform: uppercase; }
.logo span { color: #ff6600; }
header nav { display: flex; align-items: center; }
header nav a { margin-left: 35px; text-decoration: none; color: #000; font-weight: 900; font-size: 1rem; letter-spacing: 0.5px; text-transform: uppercase; }

/* Article View (Custom) */
.art-container { max-width: 1300px; margin: 80px auto; padding: 0 40px; min-height: 800px; }
.art-meta { font-size: 0.85rem; font-weight: 900; color: #888; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px; }
.art-h1 { font-family: 'Oswald', sans-serif; font-size: 4.2rem; font-weight: 900; text-transform: uppercase; line-height: 1.05; margin-bottom: 40px; text-align: left; }
.art-sub-meta { font-weight: 900; text-transform: uppercase; font-size: 0.85rem; margin-bottom: 50px; display: block; color: #555; }
.art-hero-img { width: 100%; border-radius: 8px; margin-bottom: 60px; box-shadow: 0 15px 45px rgba(0,0,0,0.1); }
.art-content { font-size: 1.3rem; line-height: 1.9; color: #222; max-width: 1000px; margin: 40px auto; }
.art-content h2 { font-family: 'Oswald', sans-serif; font-size: 2.5rem; margin: 70px 0 25px; text-transform: uppercase; line-height: 1.1; }
.art-content p { margin-bottom: 30px; }

/* Grid Layout Index */
.bible-grid-v3 { max-width: 1300px; margin: 60px auto; display: grid; grid-template-columns: 1fr 400px; gap: 60px; padding: 0 20px; }
.main-news-col { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.post-bible { text-decoration: none; color: #000; position: relative; }
.post-bible img { width: 100%; height: 260px; object-fit: cover; border-radius: 2px; }
.post-h { font-family: 'Oswald', sans-serif; font-size: 1.6rem; font-weight: 700; line-height: 1.1; text-transform: uppercase; margin-top: 10px; }

/* Choose bar */
.choose-bar { text-align: center; padding: 60px 20px; max-width: 1300px; margin: 0 auto; }
.choose-bar h2 { font-family: 'Oswald', sans-serif; font-weight: 900; font-style: italic; font-size: 2.5rem; text-transform: uppercase; margin-bottom: 25px; }
.pill-container { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.pill { background: #000; color: #fff; padding: 12px 25px; border-radius: 4px; font-size: 0.85rem; font-weight: 900; text-decoration: none; text-transform: uppercase; transition: 0.3s; }
.pill:hover { background: var(--accent-teal); transform: translateY(-3px); }
.pill.teal { background: var(--accent-teal); }

/* hero tilted */
.hero-tilted {
    background: linear-gradient(135deg, #ff0055 0%, #6e00ff 100%);
    height: 400px; position: relative; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
.hero-wrap { position: relative; width: 1300px; height: 100%; margin: 0 auto; }
.tilted-card {
    width: 220px; height: 300px; background: #fff; border-radius: 4px; border-bottom: 5px solid var(--accent-teal);
    position: absolute; overflow: hidden; box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    transition: 0.3s; cursor: pointer; text-decoration: none; color: #000;
}
.tilted-card img { width: 100%; height: 200px; object-fit: cover; }
.tilted-card-info { padding: 12px; font-size: 0.75rem; font-weight: 900; line-height: 1.2; text-transform: uppercase; }

/* Trending dark */
.trending-dark { background: #000; color: #fff; padding: 100px 0; width: 100%; margin-top: 100px; }
.trending-header { font-family: 'Oswald', sans-serif; font-style: italic; font-size: 3.5rem; text-align: center; margin-bottom: 60px; text-transform: uppercase; }
.trending-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 0 40px; }
.trend-card { position: relative; text-decoration: none; color: #fff; background: #111; overflow: hidden; padding-bottom: 15px; }
.trend-num { position: absolute; top: 0px; left: 10px; font-size: 5rem; font-weight: 900; font-family: 'Oswald', sans-serif; color: var(--accent-teal); line-height: 1; z-index: 10; }
.trend-card img { width: 100%; height: 180px; object-fit: cover; opacity: 0.8; }
.trend-card h4 { font-family: 'Oswald', sans-serif; font-size: 1.1rem; margin: 15px; text-transform: uppercase; line-height: 1.1; }

.cta-box { background: #f9f9f9; padding: 50px; border: 3px solid #000; margin: 80px 0; text-align: center; }
.btn-submit-pro { display: block; background: #000; color: #fff; text-align: center; padding: 25px; font-size: 1.1rem; font-weight: 900; text-transform: uppercase; text-decoration: none; border-radius: 2px; }

.footer-lad { background: #000; color: #fff; padding: 100px 50px; border-top: 1px solid #222; width: 100%; }
.footer-wrap { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.social-row { display: flex; gap: 20px; margin-bottom: 40px; }
.footer-col { display: flex; flex-direction: column; gap: 15px; }
.footer-col a { color: #888; text-decoration: none; font-size: 0.9rem; font-weight: 700; text-transform: uppercase; }
.footer-col a:hover { color: #fff; }
.footer-col h4 { margin-bottom: 25px; font-family: 'Oswald', sans-serif; font-size: 1.2rem; text-transform: uppercase; }

/* Sidebar & Badges */
.sidebar-list-col { display: flex; flex-direction: column; gap: 30px; }
.sidebar-list-item { display: grid; grid-template-columns: 100px 1fr; gap: 15px; text-decoration: none; color: #000; }
.sidebar-list-item img { width: 100%; height: 100px; object-fit: cover; border-radius: 2px; }
.sidebar-list-item h4 { font-family: 'Oswald', sans-serif; font-size: 1.1rem; line-height: 1.1; text-transform: uppercase; }
.side-time { font-size: 0.75rem; font-weight: 900; color: #888; text-transform: uppercase; margin-bottom: 5px; }

.badge-overlay { position: absolute; top: 15px; left: 15px; background: #ff0055; color: #fff; padding: 5px 12px; font-size: 0.7rem; font-weight: 900; text-transform: uppercase; z-index: 10; border-radius: 2px; }
.post-time { font-size: 0.8rem; font-weight: 900; color: #888; text-transform: uppercase; margin-top: 15px; margin-bottom: 5px; }

@media (max-width: 1200px) {
    .bible-grid-v3 { grid-template-columns: 1fr; }
    .art-h1 { font-size: 3rem; }
}

@media (max-width: 768px) {
    body { padding: 0 !important; overflow-x: hidden; width: 100vw; }
    header { padding: 0 10px; height: 75px; }
    .header-wrap { padding: 0; width: 100%; }
    header nav { display: none; }
    .logo { font-size: 1.4rem; letter-spacing: -0.5px; }
    
    .art-container { margin: 20px 0; padding: 0 15px; width: 100%; max-width: 100vw; overflow: hidden; }
    .art-h1 { font-size: 1.3rem !important; line-height: 1.2; word-wrap: break-word; overflow-wrap: anywhere; margin-bottom: 20px; }
    .art-meta { font-size: 0.7rem; margin-bottom: 10px; }
    .art-sub-meta { font-size: 0.7rem; margin-bottom: 30px; }
    .art-hero-img { margin-bottom: 25px; border-radius: 4px; }
    .art-content { font-size: 0.95rem; line-height: 1.5; padding: 0; max-width: 100% !important; }
    .art-content h2 { font-size: 1.4rem; margin: 35px 0 15px; }
    
    .hero-tilted { height: auto; padding: 30px 0; }
    .hero-wrap { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 15px; }
    .tilted-card { position: static !important; transform: none !important; width: 92% !important; height: auto; min-height: 200px; }
    .tilted-card img { height: 140px; }
    
    .bible-grid-v3 { padding: 0 15px; gap: 30px; margin-top: 30px; }
    .main-news-col { grid-template-columns: 1fr; gap: 25px; }
    .post-h { font-size: 1.3rem; }
    
    .trending-header { font-size: 1.8rem; margin-bottom: 30px; }
    .trending-grid { grid-template-columns: 1fr 1fr; padding: 0 10px; gap: 10px; }
    .trend-card h4 { font-size: 0.8rem; height: 40px; overflow: hidden; }
    .trend-num { font-size: 2.5rem; }

    .footer-wrap { grid-template-columns: 1fr; gap: 20px; padding: 0 20px; text-align: center; }
    .footer-col { align-items: center; }
}
