.hero-brunoy {
    min-height: 720px;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-brunoy .bg-media img {
    object-fit: cover;
    filter: saturate(1.05) contrast(1.05);
}

.hero-brunoy .overlay-gradient {
    background:
            linear-gradient(90deg, rgba(8, 20, 30, .92) 0%, rgba(8, 20, 30, .78) 45%, rgba(8, 20, 30, .35) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .55));
}

.hero-brunoy .content {
    z-index: 2;
}

.text-white-75 {
    color: rgba(255, 255, 255, .82);
}

.hero-brunoy .lead {
    max-width: 850px;
    font-size: 1.15rem;
    line-height: 1.7;
}

.hero-highlight .mini-card {
    height: 100%;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(8px);
}

.hero-highlight .mini-card i {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffc107;
    color: #1f2937;
    font-size: 1.1rem;
    margin-bottom: .65rem;
}

.hero-highlight .mini-card strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    margin-bottom: .2rem;
}

.hero-highlight .mini-card span {
    display: block;
    color: rgba(255, 255, 255, .78);
    font-size: .9rem;
}

.hero-brunoy .badges span {
    font-size: .95rem;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .14);
    padding: .55rem .75rem;
    border-radius: 999px;
}

.price-box {
    background: #fff;
    color: #1f2937;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .35);
}

.price-box-header {
    padding: 1.5rem;
    background: linear-gradient(135deg, #fff7e6, #ffe8b5);
    border-bottom: 1px solid #f3d49a;
}

.price-badge {
    display: inline-flex;
    align-items: center;
    background: #198754;
    color: #fff;
    font-weight: 700;
    font-size: .85rem;
    padding: .45rem .75rem;
    border-radius: 999px;
    margin-bottom: .85rem;
}

.price-main {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.price-label {
    display: block;
    color: #6b7280;
    font-weight: 600;
    margin-bottom: .25rem;
}

.price-value {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    color: #dc3545;
}

.price-value span {
    font-size: 1.6rem;
    font-weight: 800;
}

.price-list {
    padding: 1.25rem 1.5rem 0;
}

.price-list li {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    margin-bottom: .8rem;
    font-size: .95rem;
    line-height: 1.45;
}

.price-list i {
    color: #198754;
    margin-top: .15rem;
}

.price-box .btn {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.price-note {
    padding: 0 1.5rem 1.5rem;
    color: #6b7280;
    font-size: .88rem;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .hero-brunoy {
        min-height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .hero-brunoy .overlay-gradient {
        background: linear-gradient(180deg, rgba(8, 20, 30, .92), rgba(8, 20, 30, .82));
    }

    .hero-brunoy .display-5 {
        font-size: 2rem;
    }

    .price-box {
        margin-top: 1rem;
    }
}