/* ============================================
   DIENSTEN PAGE - Premium Design
   ============================================ */

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

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

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

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

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

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

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

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

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

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

/* Floating Elements */
.floating-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.float-element {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.2), rgba(0, 163, 255, 0.1));
    filter: blur(40px);
}

.float-element:nth-child(1) {
    width: 400px;
    height: 400px;
    top: 10%;
    left: -10%;
    animation: float1 20s ease-in-out infinite;
}

.float-element:nth-child(2) {
    width: 300px;
    height: 300px;
    bottom: 20%;
    right: -5%;
    animation: float2 25s ease-in-out infinite;
}

.float-element:nth-child(3) {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    animation: float3 18s ease-in-out infinite;
}

@keyframes float1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(50px, 30px) scale(1.1); }
}

@keyframes float2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-40px, -20px) scale(0.9); }
}

@keyframes float3 {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.8; }
}

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

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

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

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

/* Hero Stats */
.hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

/* ============================================
   DIENSTEN SECTIES
   ============================================ */
.diensten-section {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
}

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

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

.diensten-section .section-header {
    text-align: center;
    margin-bottom: 70px;
}

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

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

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

/* ============================================
   SERVICES SHOWCASE - Premium Cards
   ============================================ */
.services-showcase {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.service-card.wide {
    grid-column: 1 / -1;
}

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

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

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 32px 64px rgba(0, 102, 204, 0.12),
        0 16px 32px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 102, 204, 0.2);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card-inner {
    padding: 48px;
    position: relative;
}

/* Featured Card */
.service-card.featured {
    background: var(--gradient-primary);
    border: none;
}

.service-card.featured::before {
    background: linear-gradient(90deg, #428FE7, #FF8C00);
}

.service-card.featured .service-number,
.service-card.featured h3,
.service-card.featured .service-desc {
    color: white;
}

.service-card.featured .service-icon {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
}

.service-card.featured .service-icon svg {
    stroke: white;
}

.service-card.featured .feature svg {
    stroke: #428FE7;
}

.service-card.featured .feature span {
    color: rgba(255, 255, 255, 0.9);
}

.service-card.featured .service-tags span {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border-color: rgba(255, 255, 255, 0.2);
}

.service-card.featured .service-link {
    background: white;
    color: var(--primary);
}

.service-card.featured .service-link:hover {
    background: #f8fafc;
}

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

/* Service Header */
.service-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

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

.service-card:hover .service-icon {
    transform: scale(1.05) rotate(-3deg);
}

.service-icon svg {
    width: 32px;
    height: 32px;
    stroke: #0B1993;
}

.service-number {
    font-size: 4rem;
    font-weight: 800;
    color: #f1f5f9;
    line-height: 1;
    font-family: 'Space Grotesk', sans-serif;
    transition: color 0.3s ease;
}

.service-card:hover .service-number {
    color: #e2e8f0;
}

/* Service Content */
.service-card h3 {
    font-size: 1.625rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.service-desc {
    font-size: 1.0625rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* Service Features */
.service-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature svg {
    width: 20px;
    height: 20px;
    stroke: #10b981;
    stroke-width: 2;
    fill: none;
    flex-shrink: 0;
}

.feature span {
    font-size: 0.9375rem;
    color: #475569;
    font-weight: 500;
}

/* Service Tags */
.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

.service-tags span {
    padding: 8px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
    transition: all 0.2s ease;
}

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

/* Savings Badge (Refurbishment) */
.savings-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(16, 185, 129, 0.04));
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 16px;
    margin-bottom: 32px;
}

.savings-number {
    font-size: 1.75rem;
    font-weight: 800;
    color: #10b981;
    font-family: 'Space Grotesk', sans-serif;
}

.savings-text {
    font-size: 0.9375rem;
    color: #475569;
    font-weight: 500;
}

/* SLA Tiers (Service card) */
.sla-tiers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 32px;
}

.sla-tier {
    padding: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    text-align: center;
    transition: all 0.3s ease;
}

.sla-tier:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.sla-tier.highlight {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.08), rgba(0, 163, 255, 0.05));
    border-color: rgba(0, 102, 204, 0.2);
}

.sla-tier.premium {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-color: transparent;
}

.sla-tier.premium .tier-name,
.sla-tier.premium .tier-response {
    color: white;
}

.tier-name {
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

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

/* Service Link */
.service-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    background: linear-gradient(135deg, #0B1993, #0077DD);
    color: white;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-link:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(0, 102, 204, 0.3);
}

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

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

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

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

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

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

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

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

.benefit-card:hover .benefit-icon {
    transform: scale(1.1) rotate(-5deg);
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.15), rgba(0, 163, 255, 0.12));
}

.benefit-icon svg {
    width: 28px;
    height: 28px;
    stroke: #0B1993;
}

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

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

/* ============================================
   PROCESS PREVIEW
   ============================================ */
.process-preview {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 32px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.process-preview::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse at 30% 50%, rgba(0, 102, 204, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 50%, rgba(0, 163, 255, 0.15) 0%, transparent 50%);
}

.process-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

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

.process-preview .section-title {
    color: white;
}

.process-preview .section-subtitle {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 48px;
}

.process-steps-mini {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 48px;
}

.mini-step {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    transition: all 0.3s ease;
}

.mini-step:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

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

.step-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

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

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

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

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

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

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

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

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

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

.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);
    transform: translateY(-2px);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 899px) {
    .diensten-hero {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 80px;
    }
    
    .diensten-hero .hero-title {
        font-size: clamp(2rem, 8vw, 3rem);
    }
    
    .diensten-hero .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }
    
    .hero-stats {
        gap: 40px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .diensten-section {
        padding: 80px 0;
    }
    
    .diensten-section .section-header {
        margin-bottom: 50px;
    }
    
    .service-card-inner {
        padding: 32px;
    }
    
    .service-number {
        font-size: 3rem;
    }
    
    .process-preview {
        padding: 40px 28px;
        border-radius: 24px;
    }
    
    .process-steps-mini {
        gap: 10px;
    }
    
    .mini-step {
        padding: 10px 16px;
    }
    
    .diensten-cta {
        padding: 70px 0;
    }
    
    .diensten-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;
    }
}

@media (max-width: 600px) {
    .hero-stats {
        flex-direction: column;
        gap: 24px;
    }
    
    .sla-tiers {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        gap: 20px;
    }
    
    .benefit-card {
        padding: 28px;
    }
}

/* ============================================
   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);
}

