.hero-abkhazia {
    position: relative;
    background-image: url('/app/uploads/2026/03/sochi-auto.jpg');
    background-size: cover;
    background-position: center;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.hero-abkhazia::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}

.hero-abkhazia .container {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.hero-abkhazia h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
}

.hero-abkhazia .hero-lead {
    font-size: 1.1rem;
    max-width: 580px;
    margin-bottom: 32px;
    opacity: .92;
}

.hero-abkhazia .btn-service {
    font-size: 1rem;
    padding: 14px 32px;
}

/* Advantages */
.advantages-abkhazia {
    padding: 56px 0 40px;
}

.advantages-abkhazia h2 {
    margin-bottom: 36px;
}

.advantage-card {
    background: #f7f9f8;
    border-radius: 8px;
    padding: 28px 24px;
    height: 100%;
}

.advantage-card .advantage-icon {
    font-size: 2rem;
    margin-bottom: 14px;
    color: #46766B;
}

.advantage-card h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.advantage-card p {
    font-size: .93rem;
    color: #555;
    margin: 0;
}

/* Rating strip */
.rating-strip {
    background: #46766B;
    color: #fff;
    text-align: center;
    padding: 22px 24px;
    font-size: 1.1rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .hero-abkhazia {
        min-height: 420px;
    }

    .hero-abkhazia h1 {
        font-size: 1.7rem;
    }
}
