.hero-section.banner {
    position: relative;
    overflow: hidden;
    padding: 90px 0 70px;
    background:
        radial-gradient(circle at top right, rgba(118, 75, 162, 0.35), transparent 35%),
        linear-gradient(135deg, #0f172a 0%, #1d4ed8 45%, #4f46e5 100%);
}

.hero-section.banner .hero-text h2 {
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}

.hero-section.banner .breadcrumb {
    margin-bottom: 0;
}

.hero-section.banner .breadcrumb-item,
.hero-section.banner .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.88);
}

.hero-section.banner .breadcrumb-item.active {
    color: #fff;
}

.hero-section.banner .hero-img img {
    width: 100%;
    max-width: 520px;
    display: block;
    margin-left: auto;
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.35);
}

.hero-section.banner .heroshaps-1,
.hero-section.banner .heroshaps-2 {
    background: rgba(255, 255, 255, 0.12);
    filter: blur(6px);
}

.about-feature-card,
.about-region-card,
.about-contact-card {
    border: 0;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.about-feature-card .card-body,
.about-region-card .card-body,
.about-contact-card .card-body {
    padding: 1.5rem;
}

.about-feature-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.about-feature-card i {
    color: #1d4ed8;
}

.about-feature-card .card-title,
.about-region-card .card-title {
    font-weight: 800;
    color: #0f172a;
}

.about-feature-card .card-text,
.about-region-card li,
.about-region-card p {
    color: #334155;
}

.about-section-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.about-section-subtitle {
    color: #64748b;
    max-width: 760px;
    margin: 0 auto;
}

.about-contact-card {
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
}

.about-contact-card a {
    color: #1d4ed8;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .hero-section.banner {
        padding: 70px 0 50px;
    }

    .hero-section.banner .hero-img img {
        margin: 2rem auto 0;
        max-width: 100%;
    }
}
