.site-container {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

.page-hero {
    position: relative;
    min-height: 620px;
    padding-top: 120px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(5, 38, 76, 0.92) 0%, rgba(5, 82, 145, 0.72) 45%, rgba(255,255,255,0.05) 100%),
        url('../img/spital-mures-hero.webp') center right / cover no-repeat;
}

.min-vh-hero {
    min-height: 520px;
}

.hero-copy {
    color: #fff;
    position: relative;
    z-index: 2;
}

.breadcrumb-mini {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    backdrop-filter: blur(12px);
    font-size: 14px;
    margin-bottom: 28px;
}

.breadcrumb-mini a {
    color: #fff;
    text-decoration: none;
    opacity: .9;
}

.breadcrumb-mini span {
    color: rgba(255,255,255,.8);
}

.hero-copy h1 {
    font-size: clamp(44px, 6vw, 78px);
    line-height: .95;
    font-weight: 800;
    letter-spacing: -0.06em;
    margin-bottom: 28px;
}

.hero-copy p {
    font-size: 20px;
    line-height: 1.75;
    color: rgba(255,255,255,.88);
    max-width: 680px;
}

.section-heading {
    max-width: 780px;
}

.section-kicker {
    display: inline-block;
    color: #0d6efd;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 13px;
    margin-bottom: 12px;
}

.section-heading h2,
.section-title-left {
    color: #08294d;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.section-heading h2 {
    font-size: clamp(34px, 4vw, 54px);
}

.section-heading p {
    color: #667085;
    font-size: 18px;
    line-height: 1.8;
}

.mission-section {
    background: #f7fbff;
}

.value-card {
    background: #fff;
    border: 1px solid rgba(13,110,253,.08);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 24px 60px rgba(8,41,77,.08);
    transition: all .25s ease;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 80px rgba(8,41,77,.13);
}

.icon-bubble {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: linear-gradient(135deg, #eaf4ff, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.icon-bubble img {
    width: 30px;
    height: 30px;
}

.value-card h3 {
    color: #08294d;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 14px;
}

.value-card p {
    color: #667085;
    line-height: 1.7;
    margin: 0;
}

.about-content-section {
    background:
        radial-gradient(circle at top left, rgba(13,110,253,.08), transparent 35%),
        #fff;
}

.section-title-left {
    font-size: clamp(30px, 3vw, 44px);
    margin-bottom: 24px;
}

.about-content-section p {
    color: #667085;
    font-size: 17px;
    line-height: 1.85;
}

.site-btn-primary {
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 700;
    box-shadow: 0 14px 35px rgba(13,110,253,.25);
}

.milestone-list {
    display: grid;
    gap: 16px;
}

.milestone-item {
    display: flex;
    gap: 16px;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(13,110,253,.08);
    border-radius: 22px;
    padding: 18px 20px;
    box-shadow: 0 18px 45px rgba(8,41,77,.06);
}

.milestone-item img {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
}

.milestone-item span {
    color: #26364a;
    font-weight: 700;
    line-height: 1.45;
}

.quote-card {
    background: linear-gradient(160deg, #08294d, #0d6efd);
    color: #fff;
    border-radius: 32px;
    padding: 34px;
    min-height: 100%;
    box-shadow: 0 30px 80px rgba(8,41,77,.22);
}

.quote-mark {
    font-size: 72px;
    line-height: 1;
    font-weight: 800;
    opacity: .35;
}

.quote-card p {
    color: rgba(255,255,255,.92);
    font-size: 20px;
    line-height: 1.6;
}

.quote-card hr {
    border-color: rgba(255,255,255,.25);
    margin: 28px 0;
}

.quote-card strong {
    display: block;
    font-size: 17px;
}

.quote-card span {
    display: block;
    color: rgba(255,255,255,.72);
    margin-top: 4px;
}

.stats-band {
    background: #08294d;
    color: #fff;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.stat-item img {
    width: 42px;
    height: 42px;
    filter: brightness(0) invert(1);
    opacity: .9;
}

.stat-item strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
}

.stat-item span {
    display: block;
    color: rgba(255,255,255,.75);
    font-size: 14px;
    margin-top: 5px;
}

@media (max-width: 991px) {
    .page-hero {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 70px;
        background:
            linear-gradient(90deg, rgba(5, 38, 76, 0.95), rgba(5, 82, 145, 0.82)),
            url('../img/spital-mures-hero.webp') center / cover no-repeat;
    }

    .min-vh-hero {
        min-height: auto;
    }

    .stat-item {
        justify-content: center;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .site-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-copy h1 {
        font-size: 44px;
    }

    .hero-copy p {
        font-size: 17px;
    }

    .value-card,
    .quote-card {
        border-radius: 24px;
        padding: 26px;
    }
}

