.hotengine-ve-contacts-style-8 {
    padding: 60px 40px;
    background: #f9f9fb;
    border-radius: 24px;
    font-family: sans-serif;
    position: relative;
    box-sizing: border-box;
}

.hotengine-ve-contacts-style-8 .ve-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.hotengine-ve-contacts-style-8 .ve-info-side {
    flex: 1;
    min-width: 300px;
}

.hotengine-ve-contacts-style-8 .ve-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.hotengine-ve-contacts-style-8 .ve-badge img {
    width: 30px;
}

.hotengine-ve-contacts-style-8 .ve-badge-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 800;
    color: var(--ve-cont8-accent);
}

.hotengine-ve-contacts-style-8 .ve-address-title {
    font-size: 32px;
    margin: 0 0 10px 0;
    color: #111;
    font-weight: 800;
}

.hotengine-ve-contacts-style-8 .ve-description {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.hotengine-ve-contacts-style-8 .ve-btn-map {
    background: #111;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
}

.hotengine-ve-contacts-style-8 .ve-card-white {
    flex: 1;
    min-width: 300px;
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-top: 4px solid var(--ve-cont8-accent);
    box-sizing: border-box;
}

.hotengine-ve-contacts-style-8 .ve-label-small {
    font-size: 13px;
    color: #888;
    margin-bottom: 5px;
}

.hotengine-ve-contacts-style-8 .ve-phone-link {
    font-size: 28px;
    font-weight: 900;
    color: #111;
    text-decoration: none;
}

.hotengine-ve-contacts-style-8 .ve-social-icons {
    display: flex;
    gap: 15px;
    border-top: 1px solid #eee;
    padding-top: 25px;
}

.hotengine-ve-contacts-style-8 .ve-social-icons img {
    width: 36px;
}

/* Динамические эффекты из тега style */
.hotengine-ve-contacts-style-8 a { 
    transition: all 0.2s ease; 
}

.hotengine-ve-contacts-style-8 .ve-btn-map:hover { 
    background: var(--ve-cont8-accent) !important; 
    box-shadow: 0 4px 15px var(--ve-cont8-accent-alpha); 
    transform: translateY(-2px); 
    opacity: 0.9; 
}

.hotengine-ve-contacts-style-8 .ve-card-white { 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.hotengine-ve-contacts-style-8 .ve-card-white:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 15px 40px rgba(0,0,0,0.08) !important; 
}

.hotengine-ve-contacts-style-8 .ve-phone-link:hover { 
    color: var(--ve-cont8-accent) !important; 
}

.hotengine-ve-contacts-style-8 .ve-social-icons a:hover { 
    transform: scale(1.1); 
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1)); 
}

/* Адаптив */
@media (max-width: 768px) {
    .hotengine-ve-contacts-style-8 { 
        padding: 30px 20px !important; 
    }
    .hotengine-ve-contacts-style-8 .ve-flex-wrap {
        flex-direction: column !important;
        gap: 30px !important;
    }
    .hotengine-ve-contacts-style-8 .ve-address-title { 
        font-size: 24px !important; 
    }
    .hotengine-ve-contacts-style-8 .ve-info-side,
    .hotengine-ve-contacts-style-8 .ve-card-white {
        min-width: 100% !important;
        width: 100% !important;
    }
    .hotengine-ve-contacts-style-8 .ve-card-white {
        padding: 30px 20px !important;
    }
    .hotengine-ve-contacts-style-8 .ve-phone-link {
        font-size: 24px !important;
    }
    .hotengine-ve-contacts-style-8 .ve-btn-map {
        width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
}