.en-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid #c7d2fe;
    color: #4f46e5;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 700;
    transition: all 0.2s ease;
}

.en-lang-switch:hover {
    background: #eef2ff;
    border-color: #818cf8;
}

.en-kicker {
    display: inline-block;
    background: #eef2ff;
    color: #4338ca;
    border: 1px solid #e0e7ff;
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.en-section-eyebrow {
    color: #4f46e5;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
    margin-bottom: 0.75rem;
}

.en-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.en-dark-card {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.en-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.en-list li {
    position: relative;
    padding-left: 1.35rem;
    margin-top: 0.75rem;
    color: #475569;
}

.en-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #6366f1;
}

.en-hero-band {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 52%, #312e81 100%);
    color: #fff;
}

.en-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.en-stat {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.25rem;
    text-align: center;
}

.en-stat strong {
    display: block;
    color: #4f46e5;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.4rem;
}

.en-case-tag {
    display: inline-block;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #4338ca;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

#neural-canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118%;
    height: 118%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.72;
    pointer-events: none;
}

#home .relative.z-10 {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .en-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
    .en-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
}

@media (max-width: 767px) {
    .en-stat-grid { grid-template-columns: 1fr; }
    .en-lang-switch { margin-top: 0.5rem; }
}
