/* ============================================
   INDUSTRIEËN PAGE - Premium Design
   ============================================ */

/* Force navbar wit */
body:has(.industrieen-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(.industrieen-hero) .navbar .nav-link {
    color: #1e293b !important;
}

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

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

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

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

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

/* ============================================
   HERO SECTIE
   ============================================ */
.industrieen-hero {
    min-height: 70vh;
    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%);
}

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

.industrieen-hero .hero-gradient {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse at 30% 30%, rgba(0, 102, 204, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 70%, rgba(0, 163, 255, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(255, 107, 0, 0.08) 0%, transparent 60%);
}

.industrieen-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;
}

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

.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: #428FE7;
}

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

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

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

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

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

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

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

.industrieen-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;
}

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

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

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

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

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

.industry-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

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

.industry-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.1), rgba(0, 163, 255, 0.08));
    border: 1px solid rgba(0, 102, 204, 0.15);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.4s ease;
}

.industry-card:hover .industry-icon {
    transform: scale(1.1) rotate(-5deg);
    background: linear-gradient(135deg, #0B1993, #428FE7);
    border-color: transparent;
}

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

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

.industry-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

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

.industry-intro {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 20px;
}

.industry-applications {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex: 1;
}

.industry-applications li {
    position: relative;
    padding-left: 20px;
    font-size: 0.875rem;
    color: #475569;
    margin-bottom: 8px;
    line-height: 1.5;
}

.industry-applications li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: linear-gradient(135deg, #0B1993, #428FE7);
    border-radius: 50%;
}

.industry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.industry-tags span {
    padding: 6px 14px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.08), rgba(0, 163, 255, 0.05));
    border: 1px solid rgba(0, 102, 204, 0.15);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0B1993;
    transition: all 0.2s ease;
}

.industry-tags span:hover {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.15), rgba(0, 163, 255, 0.1));
}

/* ============================================
   CROSS BENEFITS GRID
   ============================================ */
.cross-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

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

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

.cross-benefit {
    text-align: center;
    padding: 36px 28px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

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

.cross-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;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

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

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

.cross-benefit:hover .cross-icon svg {
    stroke: white;
}

.cross-benefit h4 {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

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

/* ============================================
   INDUSTRIES SHOWCASE (LEGACY)
   ============================================ */
.industries-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

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

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

.industry-visual {
    position: relative;
    height: 160px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.industry-pattern {
    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: 20px 20px;
}

.industry-icon-large {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.2), rgba(0, 163, 255, 0.15));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.industry-icon-large svg {
    width: 36px;
    height: 36px;
    stroke: rgba(255, 255, 255, 0.8);
    fill: none;
    transition: stroke 0.3s ease;
}

.applications {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.applications span {
    padding: 6px 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    transition: all 0.2s ease;
}

.applications span:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.industry-stats {
    display: flex;
    gap: 24px;
    padding: 16px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 20px;
}

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

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

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

.industry-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #0B1993;
    text-decoration: none;
    transition: all 0.3s ease;
}

.industry-link:hover {
    gap: 12px;
}

.industry-link svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    transition: transform 0.3s ease;
}

.industry-link:hover svg {
    transform: translateX(4px);
}

/* ============================================
   BENEFITS ROW
   ============================================ */
.benefits-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

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

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

.benefit-item {
    text-align: center;
    padding: 40px 24px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

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

.benefit-number {
    font-size: 3rem;
    font-weight: 800;
    color: #f1f5f9;
    font-family: 'Space Grotesk', sans-serif;
    margin-bottom: 16px;
    line-height: 1;
    transition: color 0.3s ease;
}

.benefit-item:hover .benefit-number {
    color: #e2e8f0;
}

.benefit-item h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.benefit-item p {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.65;
}

/* ============================================
   JOURNEY CARD
   ============================================ */
.journey-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.journey-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse at 20% 50%, rgba(0, 102, 204, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(0, 163, 255, 0.15) 0%, transparent 50%);
}

.journey-content {
    position: relative;
    z-index: 1;
}

.journey-card .section-tag {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.15);
    color: #428FE7;
}

.journey-card h2 {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.journey-card > .journey-content > p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin-bottom: 24px;
    line-height: 1.6;
}

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

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

.journey-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.journey-step:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateX(8px);
}

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

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

.step-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.step-text strong {
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
}

.step-text span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

.journey-step .arrow {
    width: 16px;
    height: 16px;
    stroke: rgba(255, 255, 255, 0.4);
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
}

.journey-step:hover .arrow {
    stroke: white;
    transform: translateX(4px);
}

/* ============================================
   BUTTONS
   ============================================ */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: white;
    color: #0B1993;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

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

.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
   ============================================ */
.industrieen-cta {
    background: linear-gradient(135deg, #0B1993 0%, #428FE7 50%, #0077DD 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.industrieen-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%);
}

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

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

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

.industrieen-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;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 899px) {
    .industrieen-hero {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 80px;
    }
    
    .industrieen-hero .hero-title {
        font-size: clamp(2rem, 8vw, 2.75rem);
    }
    
    .industrieen-hero .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .industrieen-section {
        padding: 70px 0;
    }
    
    .industry-content {
        padding: 24px;
    }
    
    .industrieen-cta {
        padding: 70px 0;
    }
    
    .industrieen-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;
    }
}

/* ============================================
   PROJECTS SHOWCASE
   ============================================ */
.projects-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

.showcase-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 14px;
    background: linear-gradient(135deg, #0B1993, #428FE7);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.showcase-content {
    padding: 24px;
}

.showcase-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.showcase-client {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0B1993;
}

.showcase-year {
    font-size: 0.75rem;
    color: #94a3b8;
}

.showcase-content h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.showcase-content p {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
}

.showcase-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #0B1993;
    text-decoration: none;
    transition: all 0.3s ease;
}

.showcase-link:hover {
    gap: 12px;
}

.showcase-link svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    transition: transform 0.3s ease;
}

.showcase-link:hover svg {
    transform: translateX(4px);
}

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

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

.btn-outline-dark:hover {
    background: #0f172a;
    color: white;
}

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

/* ============================================
   PROJECT BLOG CARDS
   ============================================ */
.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%);
}

@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: #0B1993;
}

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

.project-industry {
    padding: 4px 12px;
    background: #f1f5f9;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
}

.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: #0B1993;
    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: #0B1993;
}

/* ============================================
   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: 4px 10px;
    background: #f1f5f9;
    border-radius: 100px;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #64748b;
    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);
}

/* ============================================
   OVER ONS - Story Grid
   ============================================ */
.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

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

.story-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.story-lead {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.6;
}

.story-content p {
    font-size: 1.0625rem;
    color: #475569;
    line-height: 1.75;
}

.story-image {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 102, 204, 0.12);
}

.story-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================
   OVER ONS - Values Grid
   ============================================ */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

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

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

.value-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.value-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #0B1993, #428FE7);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.value-icon svg {
    width: 36px;
    height: 36px;
    stroke: white;
    stroke-width: 1.5;
    fill: none;
}

.value-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.value-card p {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
}

