/* ============================================
   PROJECTEN PAGE - Premium Blog Style
   ============================================ */

/* Force navbar wit op projecten pagina */
body:has(.projecten-hero) .navbar {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08) !important;
}

body:has(.projecten-hero) .navbar .nav-link {
    color: #1e293b !important;
}

body:has(.projecten-hero) .navbar .nav-link:hover,
body:has(.projecten-hero) .navbar .nav-link.active {
    color: #0B1993 !important;
}

body:has(.projecten-hero) .navbar .logo-text {
    color: #0f172a !important;
}

body:has(.projecten-hero) .navbar .logo-text .accent {
    color: #0B1993 !important;
}

body:has(.projecten-hero) .navbar .cta-button {
    background: linear-gradient(135deg, #0B1993, #428FE7) !important;
    color: white !important;
}

body:has(.projecten-hero) .navbar .hamburger span {
    background: #1e293b !important;
}

/* ============================================
   HERO SECTIE
   ============================================ */
.projecten-hero {
    min-height: 80vh;
    padding-top: 140px;
    padding-bottom: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1628 0%, #0f172a 50%, #1e3a5f 100%);
}

.projecten-hero .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.projecten-hero .hero-gradient {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse at 25% 25%, rgba(0, 102, 204, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 75% 75%, rgba(0, 163, 255, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(16, 185, 129, 0.1) 0%, transparent 60%);
}

.projecten-hero .hero-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}

.projecten-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 40px 24px;
    text-align: center;
}

/* Hero Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 28px;
    backdrop-filter: blur(10px);
}

.hero-badge svg {
    width: 18px;
    height: 18px;
    stroke: #10b981;
}

.projecten-hero .hero-title {
    color: #fff;
    margin-bottom: 24px;
    font-size: clamp(2.75rem, 7vw, 4.5rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.projecten-hero .gradient-text {
    background: linear-gradient(135deg, #428FE7 0%, #0B1993 40%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.projecten-hero .hero-subtitle {
    color: rgba(255,255,255,0.8);
    font-size: 1.25rem;
    max-width: 650px;
    margin: 0 auto 48px;
    line-height: 1.7;
}

/* Hero Filters */
.hero-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.filter-btn {
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: white;
}

.filter-btn.active {
    background: linear-gradient(135deg, #0B1993, #428FE7);
    border-color: transparent;
    color: white;
    box-shadow: 0 4px 20px rgba(0, 102, 204, 0.4);
}

/* ============================================
   PROJECTEN SECTIES
   ============================================ */
.projecten-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.projecten-section.alt {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.projecten-section.featured-section {
    padding-top: 120px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.projecten-section .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
}

.projecten-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.projecten-section .section-tag {
    display: inline-block;
    padding: 10px 24px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.1), rgba(0, 163, 255, 0.1));
    border: 1px solid rgba(0, 102, 204, 0.15);
    border-radius: 100px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #0B1993;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.projecten-section .section-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.projecten-section .section-subtitle {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ============================================
   FEATURED PROJECT
   ============================================ */
.featured-project {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    background: #ffffff;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

@media (max-width: 1024px) {
    .featured-project {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.featured-image {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
}

.featured-image .image-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: rgba(255, 255, 255, 0.3);
}

.featured-image .image-placeholder svg {
    width: 80px;
    height: 80px;
    stroke: rgba(255, 255, 255, 0.2);
}

.featured-image .image-placeholder span {
    font-size: 0.875rem;
    font-weight: 500;
}

.featured-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #428FE7, #FF8C00);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.featured-content {
    padding: 60px;
}

@media (max-width: 1024px) {
    .featured-content {
        padding: 40px;
    }
    
    .featured-image {
        min-height: 300px;
    }
}

.project-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.industry-tag,
.date-tag {
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 0.8125rem;
    font-weight: 600;
}

.industry-tag {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.1), rgba(0, 163, 255, 0.1));
    color: #0B1993;
    border: 1px solid rgba(0, 102, 204, 0.15);
}

.date-tag {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.featured-content h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    line-height: 1.2;
}

.project-intro {
    font-size: 1.0625rem;
    color: #64748b;
    line-height: 1.75;
    margin-bottom: 28px;
}

.project-challenge {
    padding: 24px;
    background: #f8fafc;
    border-radius: 16px;
    margin-bottom: 32px;
    border-left: 4px solid #0B1993;
}

.project-challenge h4 {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.project-challenge p {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

.project-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 36px;
}

@media (max-width: 600px) {
    .project-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

.stat-item {
    text-align: center;
    padding: 20px 16px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.05), rgba(0, 163, 255, 0.03));
    border-radius: 16px;
    border: 1px solid rgba(0, 102, 204, 0.1);
}

.stat-value {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: #0B1993;
    font-family: 'Space Grotesk', sans-serif;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 0.8125rem;
    color: #64748b;
    font-weight: 500;
}

/* ============================================
   PROJECTS GRID
   ============================================ */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

@media (max-width: 1024px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }
}

.project-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(0, 102, 204, 0.12);
    border-color: rgba(0, 102, 204, 0.2);
}

.project-image {
    position: relative;
    height: 220px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    overflow: hidden;
}

.project-image .image-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-image .image-placeholder svg {
    width: 48px;
    height: 48px;
    stroke: rgba(255, 255, 255, 0.2);
    fill: none;
    stroke-width: 1.5;
}

.project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.9), rgba(0, 163, 255, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.view-project {
    padding: 14px 28px;
    background: white;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0B1993;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.project-card:hover .view-project {
    transform: translateY(0);
}

.project-content {
    padding: 28px;
}

.project-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.tag-industry,
.tag-type {
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
}

.tag-industry {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.1), rgba(0, 163, 255, 0.08));
    color: #0B1993;
}

.tag-type {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.project-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.project-content > p {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 20px;
}

.project-results-mini {
    display: flex;
    gap: 24px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.result {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.result strong {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0B1993;
    font-family: 'Space Grotesk', sans-serif;
}

.result span {
    font-size: 0.75rem;
    color: #94a3b8;
    font-weight: 500;
}

/* Load More */
.load-more {
    text-align: center;
    margin-top: 60px;
}

.btn-load-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-load-more:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

.btn-load-more svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

/* ============================================
   TESTIMONIAL
   ============================================ */
.testimonial-showcase {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-content {
    background: #ffffff;
    border-radius: 32px;
    padding: 60px;
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
}

.quote-icon {
    width: 48px;
    height: 48px;
    fill: #0B1993;
    opacity: 0.2;
    margin-bottom: 24px;
}

.testimonial-content blockquote {
    font-size: 1.375rem;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.7;
    margin: 0 0 32px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.author-avatar {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #0B1993, #428FE7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 700;
    color: white;
}

.author-info {
    text-align: left;
}

.author-info strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.author-info span {
    font-size: 0.875rem;
    color: #64748b;
}

/* ============================================
   INDUSTRIES GRID
   ============================================ */
.industries-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

@media (max-width: 1024px) {
    .industries-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.industry-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 32px 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.industry-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 102, 204, 0.1);
    border-color: rgba(0, 102, 204, 0.2);
}

.industry-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.1), rgba(0, 163, 255, 0.08));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.industry-item:hover .industry-icon {
    background: linear-gradient(135deg, #0B1993, #428FE7);
}

.industry-icon svg {
    width: 26px;
    height: 26px;
    stroke: #0B1993;
    stroke-width: 1.5;
    fill: none;
    transition: stroke 0.3s ease;
}

.industry-item:hover .industry-icon svg {
    stroke: white;
}

.industry-item span {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #475569;
}

.industries-cta {
    text-align: center;
}

.btn-outline-dark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: transparent;
    border: 2px solid #1e293b;
    border-radius: 14px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-outline-dark:hover {
    background: #1e293b;
    color: white;
}

.btn-outline-dark svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: linear-gradient(135deg, #0B1993, #0077DD);
    color: white;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 102, 204, 0.25);
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 102, 204, 0.35);
}

.btn-primary svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    transition: transform 0.3s ease;
}

.btn-primary:hover svg {
    transform: translateX(4px);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: white;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
}

/* ============================================
   CTA SECTIE
   ============================================ */
.projecten-cta {
    background: linear-gradient(135deg, #0B1993 0%, #428FE7 50%, #0077DD 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.projecten-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse at 20% 50%, rgba(255,255,255,0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(255,255,255,0.1) 0%, transparent 50%);
}

.projecten-cta .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.cta-content {
    text-align: center;
}

.projecten-cta h2 {
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
}

.projecten-cta p {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 40px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.projecten-cta .btn-primary {
    background: white;
    color: #0B1993;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.projecten-cta .btn-primary:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 899px) {
    .projecten-hero {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 80px;
    }
    
    .projecten-hero .hero-title {
        font-size: clamp(2rem, 8vw, 3rem);
    }
    
    .projecten-hero .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 36px;
    }
    
    .hero-filters {
        gap: 8px;
    }
    
    .filter-btn {
        padding: 10px 18px;
        font-size: 0.8125rem;
    }
    
    .projecten-section {
        padding: 70px 0;
    }
    
    .projecten-section.featured-section {
        padding-top: 80px;
    }
    
    .featured-content {
        padding: 32px;
    }
    
    .testimonial-content {
        padding: 40px 28px;
    }
    
    .testimonial-content blockquote {
        font-size: 1.125rem;
    }
    
    .projecten-cta {
        padding: 70px 0;
    }
    
    .projecten-cta h2 {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

/* ============================================
   CUSTOMER JOURNEY NAVIGATION
   ============================================ */
.journey-navigation {
    padding: 100px 0;
    background: #f8fafc;
}

.journey-navigation .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.journey-navigation .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 900px) {
    .journey-grid {
        grid-template-columns: 1fr;
    }
}

.journey-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px 32px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.journey-item:hover {
    transform: translateX(8px);
    box-shadow: 0 16px 48px rgba(0, 102, 204, 0.12);
    border-color: rgba(0, 102, 204, 0.2);
}

.journey-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #0B1993, #428FE7);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.journey-icon svg {
    width: 26px;
    height: 26px;
    stroke: white;
    stroke-width: 2;
    fill: none;
}

.journey-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.journey-text strong {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
}

.journey-text span {
    font-size: 0.875rem;
    color: #64748b;
}

.journey-item .arrow {
    width: 20px;
    height: 20px;
    stroke: #94a3b8;
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
}

.journey-item:hover .arrow {
    stroke: #0B1993;
    transform: translateX(4px);
}

/* ============================================
   PROJECT BLOG CARDS (Blog-style layout)
   ============================================ */
.projects-blog {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.project-blog-card {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 40px;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-blog-card:hover {
    box-shadow: 0 24px 60px rgba(0, 102, 204, 0.1);
    border-color: rgba(0, 102, 204, 0.15);
}

.project-blog-card.featured {
    border: 2px solid #0B1993;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 8px 32px rgba(0, 102, 204, 0.08);
}

.project-blog-card.featured::before {
    content: '⭐ Uitgelicht';
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 14px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 100px;
    font-size: 0.6875rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
}

@media (max-width: 900px) {
    .project-blog-card {
        grid-template-columns: 1fr;
    }
}

.project-blog-image {
    position: relative;
    min-height: 300px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    overflow: hidden;
}

.project-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-blog-card:hover .project-blog-image img {
    transform: scale(1.05);
}

.project-blog-image.placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
}

.placeholder-icon {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-icon svg {
    width: 48px;
    height: 48px;
    stroke: rgba(255, 255, 255, 0.5);
    fill: none;
}

.project-status {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.project-status.completed {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
}

.project-status.in-progress {
    background: linear-gradient(135deg, #0B1993, #428FE7);
    color: white;
}

.project-status.study {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
}

.project-blog-content {
    padding: 40px;
    padding-left: 0;
}

@media (max-width: 900px) {
    .project-blog-content {
        padding: 32px;
    }
}

.project-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.project-client {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--primary);
}

.project-year {
    font-size: 0.8125rem;
    color: #94a3b8;
}

.project-industry {
    padding: 6px 14px;
    background: var(--gradient-primary);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.project-blog-content h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.project-intro {
    font-size: 1.0625rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 24px;
}

.project-details {
    display: grid;
    gap: 20px;
    margin-bottom: 24px;
}

.detail-block h4 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.detail-block h4::before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--primary);
    border-radius: 50%;
}

.detail-block p {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.65;
    padding-left: 12px;
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.project-tags span {
    padding: 6px 14px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.08), rgba(0, 163, 255, 0.08));
    border: 1px solid rgba(0, 102, 204, 0.15);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--primary);
}

.project-blog-cta {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(0, 102, 204, 0.08);
    border: 1px solid rgba(0, 102, 204, 0.18);
    color: var(--primary);
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.project-blog-cta svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    transition: transform 0.2s ease;
}

.project-blog-cta:hover {
    background: rgba(0, 102, 204, 0.12);
    border-color: rgba(0, 102, 204, 0.28);
    transform: translateY(-1px);
}

.project-blog-cta:hover svg {
    transform: translateX(3px);
}

/* ============================================
   COMPACT PROJECT CARDS
   ============================================ */
.projects-grid-compact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 1024px) {
    .projects-grid-compact {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .projects-grid-compact {
        grid-template-columns: 1fr;
    }
}

.project-compact-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-compact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 102, 204, 0.1);
    border-color: rgba(0, 102, 204, 0.2);
}

.compact-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compact-icon svg {
    width: 26px;
    height: 26px;
    stroke: #475569;
    fill: none;
}

.compact-content {
    flex: 1;
}

.compact-industry {
    display: inline-block;
    padding: 5px 12px;
    background: linear-gradient(135deg, #0B1993, #428FE7);
    border-radius: 100px;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.compact-content h4 {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.35;
}

.compact-content p {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.6;
}

.compact-status {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.status-dot.upcoming {
    background: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
}

.status-dot.active {
    background: var(--primary);
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.2);
}

