.london-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.london-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(216, 55, 74, 0.05) 0%, transparent 70%);
    z-index: 0;
}
.hero-glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    position: relative;
    z-index: 1;
}
.img-premium {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease;
    border: 1px solid rgba(216, 55, 74, 0.2);
}
.img-premium:hover {
    transform: translateY(-10px) scale(1.02);
}
.expertise-card-london {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #f0f0f0;
    background: #fff;
}
.expertise-card-london:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: rgba(216, 55, 74, 0.3);
}
.process-dot {
    width: 60px;
    height: 60px;
    background: var(--c1, #d8374a);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    margin: 0 auto 20px;
    box-shadow: 0 10px 20px rgba(216, 55, 74, 0.3);
}
.why-box-premium {
    border-left: 4px solid var(--c1, #d8374a);
    background: #fcfcfc;
    padding: 25px;
    border-radius: 0 12px 12px 0;
    height: 100%;
    transition: all 0.3s ease;
}
.why-box-premium:hover {
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
}
.section-title-line {
    width: 60px;
    height: 4px;
    background: var(--c1, #d8374a);
    margin: 15px auto;
    border-radius: 2px;
}
.cta-premium {
    background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url('../images/london-cta-bg.png');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.hero-tag {
    color: var(--c1, #d8374a);
    letter-spacing: 2px;
}

.process-step-title {
    letter-spacing: 1px;
}

.cta-desc {
    opacity: 0.95;
    font-weight: 400;
}

.cta-btn {
    background: var(--c1, #d8374a) !important;
}

