:root {
    --ev-pink: #E6007E;
    --ev-blue: #00AEEF;
    --ev-dark: #1a1a1a;
}

/* Заголовки: без Capitalize Each Word */
.container-title .titles .title,
.title-heading .heading,
.ev-advantage-title,
.contact-detail .title,
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
    text-transform: none;
}

.bg-primary,
.btn.btn-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.badge-primary,
.nav-pills .nav-link.active,
.back-to-top:hover,
.section-title .titles .title.title-line:after,
.section-title .titles .title.title-line:before {
    background-color: var(--ev-blue) !important;
    border-color: var(--ev-blue) !important;
}

.text-primary,
a.text-primary,
.nav-link:hover,
.nav-link.active {
    color: var(--ev-blue) !important;
}

.btn-outline-primary {
    color: var(--ev-blue) !important;
    border-color: var(--ev-blue) !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
}

.btn-ev-pink {
    background-color: var(--ev-pink) !important;
    border-color: var(--ev-pink) !important;
    color: #fff !important;
}

.btn-ev-pink:hover {
    background-color: #c4006a !important;
    border-color: #c4006a !important;
    color: #fff !important;
}

.text-ev-pink {
    color: var(--ev-pink) !important;
}

.text-ev-blue {
    color: var(--ev-blue) !important;
}

.logo-img {
    height: 42px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

.nav-sticky.navbar-custom .logo-img,
.navbar-custom .logo-img {
    filter: none;
}

.region-switcher .btn {
    font-size: 13px;
    padding: 4px 14px;
}

.region-switcher .btn.active {
    background-color: var(--ev-blue);
    color: #fff;
    border-color: var(--ev-blue);
}

.hero-area.ev-hero {
    background: linear-gradient(135deg, #f8f9fc 0%, #e8f7fd 100%);
    overflow: hidden;
}

.hero-area.ev-hero .container,
.hero-area.ev-hero .row {
    overflow: visible;
}

.hero-area.ev-hero .title-heading {
    position: relative;
    z-index: 2;
}

.hero-vorota-spacer {
    min-height: 1px;
}

.hero-area.ev-hero .home-hero-vorota {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    display: block;
    height: clamp(390px, calc(68vh - 10px), 710px);
    width: auto;
    max-width: none;
    pointer-events: none;
    /* 3/5 видно, 2/5 уходит за правый край экрана */
    transform: translate(40%, -50%);
}

@media (max-width: 767.98px) {
    .hero-area.ev-hero .home-hero-vorota {
        height: 290px;
        transform: translate(35%, -45%);
        top: auto;
        bottom: 0;
        opacity: 0.35;
    }
}

.hero-area.ev-hero .heading {
    font-size: 2.4rem;
    line-height: 1.3;
}

.geo-card {
    border-left: 4px solid var(--ev-blue);
    transition: box-shadow 0.3s;
}

.geo-card:hover {
    box-shadow: 0 8px 25px rgba(0, 174, 239, 0.15);
}

.geo-card.ufa {
    border-left-color: var(--ev-pink);
}

#stats.stats-brand-bg,
.stats-brand-bg {
    background-image: none !important;
    background: linear-gradient(
        120deg,
        rgba(230, 0, 126, 0.09) 0%,
        rgba(255, 255, 255, 0.92) 40%,
        rgba(0, 174, 239, 0.12) 75%,
        rgba(230, 0, 126, 0.07) 100%
    );
}

.ev-advantages-label {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
}

.ev-advantage-card {
    height: 100%;
    padding: 1.5rem 1rem 1.25rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(0, 174, 239, 0.14);
    border-radius: 1rem;
    box-shadow: 0 8px 30px rgba(0, 60, 100, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ev-advantage-card:hover {
    transform: translateY(-6px);
    border-color: rgba(230, 0, 126, 0.22);
    box-shadow: 0 14px 40px rgba(0, 174, 239, 0.12);
}

.ev-advantage-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.ev-advantage-icon .fea {
    width: 26px;
    height: 26px;
    stroke-width: 2px;
}

.ev-advantage-icon--pink {
    background: linear-gradient(135deg, var(--ev-pink) 0%, #ff4da6 100%);
    box-shadow: 0 6px 18px rgba(230, 0, 126, 0.28);
}

.ev-advantage-icon--blue {
    background: linear-gradient(135deg, var(--ev-blue) 0%, #33c4ff 100%);
    box-shadow: 0 6px 18px rgba(0, 174, 239, 0.28);
}

.ev-advantage-value {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    color: #161c2d;
    margin-bottom: 0.35rem;
}

.ev-advantage-value--text {
    font-size: 1.65rem;
    letter-spacing: 0.04em;
    background: linear-gradient(90deg, var(--ev-pink), var(--ev-blue));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ev-advantage-suffix {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ev-blue);
    margin-left: 2px;
}

.ev-advantage-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #161c2d;
    margin-bottom: 0.35rem;
}

.ev-advantage-desc {
    font-size: 0.8rem;
    line-height: 1.45;
    color: #6c757d;
    margin-bottom: 0;
}

#stats .ev-advantage-value .counter-value {
    background: linear-gradient(90deg, var(--ev-pink), var(--ev-blue));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 575.98px) {
    .ev-advantage-card {
        padding: 1.15rem 0.65rem 1rem;
    }

    .ev-advantage-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 0.75rem;
    }

    .ev-advantage-icon .fea {
        width: 22px;
        height: 22px;
    }

    .ev-advantage-value {
        font-size: 1.6rem;
    }

    .ev-advantage-desc {
        font-size: 0.72rem;
    }
}

.dealer-benefits-card {
    background: linear-gradient(
        135deg,
        rgba(230, 0, 126, 0.07) 0%,
        rgba(255, 255, 255, 0.95) 35%,
        rgba(0, 174, 239, 0.1) 70%,
        rgba(230, 0, 126, 0.05) 100%
    );
    border: 1px solid rgba(0, 174, 239, 0.12);
}

.dealer-benefits-card .dealer-benefit li {
    border-bottom-color: rgba(0, 174, 239, 0.12);
}

.dealer-benefit li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.dealer-benefit li:last-child {
    border-bottom: none;
}

.dealer-benefit li::before {
    content: "✓";
    color: var(--ev-blue);
    font-weight: bold;
    margin-right: 10px;
}

.catalog-card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.catalog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.footer-logo-img {
    height: 50px;
    width: auto;
}

.navbar-custom .logo.logo-brand {
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.placeholder-section {
    opacity: 0.85;
}

.badge-soon {
    background: #f0f0f0;
    color: #888;
    font-size: 11px;
    font-weight: normal;
}
