/* =============================================
   TAXI JACK — BLOG SINGLE (Cyber Urban Style)
   /css/sections/blog-single.css
   ============================================= */

/* --- HERO BANNER --- */
.blog-hero-cyber {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: flex-end;
    background-color: #000;
    overflow: hidden;
    padding: 120px 0 60px;
}

.blog-hero-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: 0.45;
    transform: scale(1.05);
}

.blog-hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.85) 100%);
    z-index: 1;
}

.blog-hero-pattern {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 60px,
        rgba(255, 192, 0, 0.03) 60px,
        rgba(255, 192, 0, 0.03) 61px
    );
    z-index: 2;
}

.blog-hero-cyber .container {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.blog-hero-content {
    max-width: 800px;
}

.blog-meta-bar {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.blog-date-badge,
.blog-cat-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 192, 0, 0.12);
    border: 1px solid rgba(255, 192, 0, 0.4);
    color: #ffc000;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Barlow Condensed', sans-serif;
}

.blog-cyber-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 56px;
    line-height: 1;
    color: #fff;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.blog-hero-lead {
    font-size: 19px;
    color: #ccc;
    line-height: 1.6;
    font-family: 'DM Sans', sans-serif;
    max-width: 600px;
    margin: 0;
}


/* --- CONTENT SECTION --- */
.blog-content-cyber {
    background: #0a0a0a;
    padding: 60px 0 80px;
}

.blog-content-cyber .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-content-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 50px;
    align-items: start;
}


/* --- ARTICLE BODY --- */
.blog-article {
    min-width: 0; /* Prevent grid blowout */
}

.article-body {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #d0d0d0;
}

.article-body h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 32px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
    margin: 50px 0 20px;
    padding-left: 16px;
    border-left: 4px solid #ffc000;
}

.article-body h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 40px 0 15px;
    text-transform: uppercase;
}

.article-body p {
    margin: 0 0 22px;
}

.article-body strong {
    color: #fff;
    font-weight: 700;
}

.article-body a {
    color: #ffc000;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}

.article-body a:hover {
    color: #fff;
}

.article-body ul,
.article-body ol {
    margin: 0 0 25px;
    padding-left: 0;
    list-style: none;
}

.article-body ul li,
.article-body ol li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.article-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #ffc000;
    border-radius: 2px;
    transform: rotate(45deg);
}

.article-body ol {
    counter-reset: ol-counter;
}

.article-body ol li::before {
    counter-increment: ol-counter;
    content: counter(ol-counter);
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-style: italic;
    color: #ffc000;
    font-size: 20px;
}

.article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.article-body blockquote {
    margin: 35px 0;
    padding: 25px 30px;
    background: rgba(255, 192, 0, 0.06);
    border-left: 4px solid #ffc000;
    border-radius: 0 8px 8px 0;
    font-size: 18px;
    font-style: italic;
    color: #eee;
}

.article-body blockquote p:last-child {
    margin-bottom: 0;
}

/* Spec tabel styling */
.article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 15px;
}

.article-body table th,
.article-body table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.article-body table th {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffc000;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.article-body table tr:hover td {
    background: rgba(255, 192, 0, 0.04);
}

/* Horizontale lijn */
.article-body hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 192, 0, 0.3), transparent);
    margin: 45px 0;
}


/* --- TAGS --- */
.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tag-chip {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: #aaa;
    font-size: 13px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.2s;
}

.tag-chip:hover {
    background: rgba(255, 192, 0, 0.12);
    border-color: #ffc000;
    color: #ffc000;
}


/* --- SHARE BAR --- */
.article-share-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.share-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #999;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
}

.share-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

.share-btn.whatsapp:hover {
    background: rgba(37, 211, 102, 0.15);
    border-color: #25d366;
    color: #25d366;
}

.share-btn.facebook:hover {
    background: rgba(66, 103, 178, 0.15);
    border-color: #4267B2;
    color: #4267B2;
}

.share-btn.email:hover {
    background: rgba(255, 192, 0, 0.12);
    border-color: #ffc000;
    color: #ffc000;
}


/* --- SIDEBAR --- */
.blog-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* CTA Card */
.sidebar-cta-card {
    background: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 4px solid #ffc000;
    border-radius: 12px;
    padding: 25px;
}

.cta-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-card-header .status-text {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-card-header .status-text strong {
    color: #4ade80;
}

.signal-bars-sm {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 14px;
}

.signal-bars-sm .bar {
    width: 4px;
    background: #4ade80;
    border-radius: 2px;
}

.signal-bars-sm .b1 { height: 5px; }
.signal-bars-sm .b2 { height: 9px; }
.signal-bars-sm .b3 { height: 14px; }

.sidebar-cta-card h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.sidebar-cta-card p {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #999;
    line-height: 1.5;
    margin: 0 0 20px;
}

.sidebar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    border-radius: 8px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.25s;
    margin-bottom: 10px;
}

.sidebar-btn:last-child {
    margin-bottom: 0;
}

.sidebar-btn.call {
    background: #ffc000;
    color: #000;
}

.sidebar-btn.call:hover {
    background: #ffcd33;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 192, 0, 0.25);
}

.sidebar-btn.book {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
}

.sidebar-btn.book:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffc000;
    color: #ffc000;
    transform: translateY(-2px);
}

/* Diensten Links Card */
.sidebar-links-card {
    background: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 25px;
}

.sidebar-links-card h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
}

.sidebar-links-card .text-yellow {
    color: #ffc000;
    margin-right: 8px;
}

.sidebar-links-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-links-card ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-links-card ul li:last-child {
    border-bottom: none;
}

.sidebar-links-card ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    color: #aaa;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    transition: all 0.2s;
}

.sidebar-links-card ul li a:hover {
    color: #ffc000;
    padding-left: 5px;
}

.sidebar-links-card ul li a i.fa-chevron-right {
    font-size: 11px;
    opacity: 0.4;
    transition: opacity 0.2s;
}

.sidebar-links-card ul li a:hover i.fa-chevron-right {
    opacity: 1;
    color: #ffc000;
}


/* --- BOTTOM NAV --- */
.blog-nav-section {
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 30px 0;
}

.blog-nav-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.blog-nav-link {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #888;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.2s;
}

.blog-nav-link:hover {
    color: #ffc000;
}

.blog-nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: #ffc000;
    color: #000;
    border-radius: 8px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.25s;
}

.blog-nav-cta:hover {
    background: #ffcd33;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 192, 0, 0.25);
}


/* --- RESPONSIVE --- */
@media screen and (max-width: 1024px) {
    .blog-content-grid {
        grid-template-columns: 1fr;
    }

    .blog-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .blog-hero-cyber {
        min-height: 40vh;
        padding: 100px 0 40px;
    }

    .blog-cyber-title {
        font-size: 38px;
    }

    .blog-hero-lead {
        font-size: 16px;
    }

    .blog-content-cyber {
        padding: 40px 0 60px;
    }

    .article-body {
        font-size: 16px;
    }

    .article-body h2 {
        font-size: 26px;
    }

    .blog-sidebar {
        grid-template-columns: 1fr;
    }

    .blog-nav-flex {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .blog-nav-link {
        justify-content: center;
    }

    .blog-nav-cta {
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .blog-cyber-title {
        font-size: 30px;
    }

    .blog-meta-bar {
        gap: 8px;
    }

    .blog-date-badge,
    .blog-cat-badge {
        font-size: 11px;
        padding: 5px 12px;
    }
}
