.home-wide-wrap {
    width: min(1500px, calc(100% - 40px));
    margin: 0 auto;
}

.group-hero-area {
    position: relative;
    height: 500px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(9, 34, 49, 0.86), rgba(14, 142, 176, 0.78)), url('../images/group-companies-banner.jpg') center center / cover no-repeat;
}

.group-hero-slide,
.group-hero-overlay {
    min-height: 500px;
}

.group-hero-overlay {
    display: flex;
    align-items: center;
}

.group-hero-shell {
    width: 100%;
}

.group-hero-card {
    width: 500px;
    padding: 46px 44px 40px;
    border-radius: 32px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.22);
    box-shadow: 0 28px 70px rgba(0,0,0,0.24);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .group-hero-card:before {
        content: "";
        position: absolute;
        right: -70px;
        top: -70px;
        width: 240px;
        height: 240px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(255,255,255,0.25), rgba(255,255,255,0));
    }

.group-hero-kicker,
.group-section-badge,
.group-highlight-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.group-hero-kicker {
    margin-bottom: 18px;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.24);
    color: #fff;
}

.group-hero-card h1 {
    color: #fff;
    font-size: clamp(32px, 4.2vw, 48px);
    line-height: 1.1;
    margin-bottom: 16px;
    text-transform: none;
}

.group-hero-card p {
    color: rgba(255,255,255,0.94);
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 26px;
}

.group-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.group-hero-btn,
.group-hero-btn-secondary {
    min-width: 180px;
    padding: 13px 24px;
    border-radius: 999px;
    font-weight: 700;
    text-align: center;
}

.group-hero-btn-secondary {
    color: #fff;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.24);
}

    .group-hero-btn-secondary:hover {
        background: #fff;
        color: #0e8eb0;
    }

.group-hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    line-height: 0;
    display: none;
}

    .group-hero-wave svg {
        display: block;
        width: 100%;
        height: 110px;
    }

    .group-hero-wave path {
        fill: #f8fbfd;
    }

.group-intro-section {
    padding-top: 30px;
    padding-bottom: 10px;
    background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.group-intro-card,
.group-summary-card {
    background: #fff;
    border: 1px solid rgba(226,232,240,0.95);
    border-radius: 30px;
    box-shadow: 0 18px 48px rgba(15,23,42,0.08);
    padding: 36px;
}

.group-section-head {
    max-width: 860px;
}

    .group-section-head.center {
        text-align: center;
        margin: 0 auto;
    }

    .group-section-head.left {
        text-align: left;
        margin-bottom: 30px;
    }

.group-section-badge,
.group-highlight-mini {
    margin-bottom: 14px;
    background: #e9f7fb;
    color: #0e8eb0;
}

.group-section-head h2,
.group-highlight-copy h2,
.group-summary-card h2 {
    font-size: clamp(28px, 3.2vw, 38px);
    line-height: 1.2;
    margin-bottom: 16px;
    text-transform: none;
    color: #163047;
}

.group-section-head p,
.group-highlight-copy p,
.group-highlight-card p,
.group-summary-card p,
.group-company-card p {
    font-size: 16px;
    line-height: 1.85;
    color: #516172;
    margin: 0;
}

.group-companies-section {
    padding-top: 25px;
    padding-bottom: 95px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.group-companies-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.group-company-card {
    background: #fff;
    border-radius: 28px;
    border: 1px solid rgba(226,232,240,0.95);
    box-shadow: 0 18px 42px rgba(15,23,42,0.07);
    padding: 28px;
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}

    .group-company-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 50px rgba(15,23,42,0.12);
    }

.group-company-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ebf8fb, #dff3f8);
    color: #0e8eb0;
    font-size: 26px;
    box-shadow: inset 0 0 0 1px rgba(14,142,176,0.10);
}

.group-company-card h3,
.group-highlight-card h3 {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 12px;
    text-transform: none;
    color: #1f2937;
}

.group-highlight-section {
    padding: 0 0 95px;
    background: #f7fbfd;
}

.group-highlight-panel {
    display: grid;
    grid-template-columns: 1.35fr .95fr;
    gap: 24px;
    align-items: stretch;
}

.group-highlight-copy,
.group-highlight-card {
    border-radius: 30px;
    padding: 34px;
    box-shadow: 0 18px 46px rgba(15,23,42,0.08);
}

.group-highlight-copy {
    background: #fff;
    border: 1px solid rgba(226,232,240,0.95);
}

.group-highlight-card {
    background: linear-gradient(135deg, #0e8eb0 0%, #0b6f8b 100%);
    color: #fff;
}

    .group-highlight-card .group-highlight-mini {
        background: rgba(255,255,255,0.14);
        color: #fff;
    }

    .group-highlight-card h3,
    .group-highlight-card p {
        color: #fff;
    }

.group-summary-section {
    padding: 0 0 100px;
    background: #f7fbfd;
}

.group-summary-card {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

    .group-summary-card .group-section-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .group-summary-card p {
        margin-bottom: 22px;
    }

@media (max-width: 1199px) {
    .home-wide-wrap {
        width: min(100%, calc(100% - 30px));
    }

    .group-companies-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .group-hero-area,
    .group-hero-slide,
    .group-hero-overlay {
        min-height: 560px;
    }

    .group-hero-card {
        padding: 34px 30px;
    }

    .group-highlight-panel {
        grid-template-columns: 1fr;
    }

    .group-company-card,
    .group-highlight-copy,
    .group-highlight-card,
    .group-intro-card,
    .group-summary-card {
        padding: 28px;
    }

    .group-companies-section,
    .group-highlight-section,
    .group-summary-section {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .group-hero-area,
    .group-hero-slide,
    .group-hero-overlay {
        min-height: 500px;
    }

    .group-hero-card {
        padding: 24px;
        border-radius: 24px;
    }

        .group-hero-card h1 {
            font-size: 30px;
        }

    .group-section-head h2,
    .group-highlight-copy h2,
    .group-summary-card h2 {
        font-size: 26px;
    }

    .group-company-card h3,
    .group-highlight-card h3 {
        font-size: 20px;
    }

    .group-hero-card p,
    .group-section-head p,
    .group-highlight-copy p,
    .group-highlight-card p,
    .group-summary-card p,
    .group-company-card p {
        font-size: 15px;
        line-height: 1.8;
    }

    .group-hero-btn,
    .group-hero-btn-secondary {
        width: 100%;
        min-width: 0;
    }

    .group-companies-grid {
        grid-template-columns: 1fr;
    }

    .group-hero-wave svg {
        height: 74px;
    }
}

@media (max-width: 575px) {
    .home-wide-wrap {
        width: calc(100% - 20px);
    }

    .group-hero-area,
    .group-hero-slide,
    .group-hero-overlay {
        min-height: 460px;
    }

    .group-hero-card,
    .group-intro-card,
    .group-company-card,
    .group-highlight-copy,
    .group-highlight-card,
    .group-summary-card {
        padding: 20px;
    }

        .group-hero-card h1 {
            font-size: 26px;
        }

        .group-section-head h2,
        .group-highlight-copy h2,
        .group-summary-card h2 {
            font-size: 24px;
        }

        .group-company-card h3,
        .group-highlight-card h3 {
            font-size: 18px;
        }
}

/*.home-wide-wrap {
    width: min(1500px, calc(100% - 40px));
    margin: 0 auto;
}

.group-hero-area {
    position: relative;
    min-height: 640px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(9, 34, 49, 0.86), rgba(14, 142, 176, 0.78)),
        url('../images/group-companies-banner.jpg') center center / cover no-repeat;
}

.group-hero-slide,
.group-hero-overlay {
    min-height: 640px;
}

.group-hero-overlay {
    display: flex;
    align-items: center;
}

.group-hero-shell {
    width: 100%;
}

.group-hero-card {
    max-width: 720px;
    padding: 46px 44px 40px;
    border-radius: 32px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.22);
    box-shadow: 0 28px 70px rgba(0,0,0,0.24);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.group-hero-card:before {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.25), rgba(255,255,255,0));
}

.group-hero-kicker,
.group-section-badge,
.group-highlight-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.group-hero-kicker {
    margin-bottom: 18px;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.24);
    color: #fff;
}

.group-hero-card h1 {
    color: #fff;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    margin-bottom: 16px;
    text-transform: none;
}

.group-hero-card p {
    color: rgba(255,255,255,0.94);
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 26px;
}

.group-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.group-hero-btn,
.group-hero-btn-secondary {
    min-width: 180px;
    padding: 13px 24px;
    border-radius: 999px;
    font-weight: 700;
    text-align: center;
}

.group-hero-btn-secondary {
    color: #fff;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.24);
}

.group-hero-btn-secondary:hover {
    background: #fff;
    color: #0e8eb0;
}

.group-hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    line-height: 0;
    display: none;
}

.group-hero-wave svg {
    display: block;
    width: 100%;
    height: 110px;
}

.group-hero-wave path {
    fill: #f8fbfd;
}

.group-intro-section {
    padding-top: 30px;
    padding-bottom: 10px;
    background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.group-intro-card,
.group-summary-card {
    background: #fff;
    border: 1px solid rgba(226,232,240,0.95);
    border-radius: 30px;
    box-shadow: 0 18px 48px rgba(15,23,42,0.08);
    padding: 36px;
}

.group-section-head {
    max-width: 860px;
}

.group-section-head.center {
    text-align: center;
    margin: 0 auto;
}

.group-section-head.left {
    text-align: left;
    margin-bottom: 30px;
}

.group-section-badge,
.group-highlight-mini {
    margin-bottom: 14px;
    background: #e9f7fb;
    color: #0e8eb0;
}

.group-section-head h2,
.group-highlight-copy h2,
.group-summary-card h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
    margin-bottom: 16px;
    text-transform: none;
    color: #163047;
}

.group-section-head p,
.group-highlight-copy p,
.group-highlight-card p,
.group-summary-card p,
.group-company-card p {
    font-size: 17px;
    line-height: 1.9;
    color: #516172;
    margin: 0;
}

.group-companies-section {
    padding-top: 25px;
    padding-bottom: 95px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.group-companies-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.group-company-card {
    background: #fff;
    border-radius: 28px;
    border: 1px solid rgba(226,232,240,0.95);
    box-shadow: 0 18px 42px rgba(15,23,42,0.07);
    padding: 28px;
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}

.group-company-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(15,23,42,0.12);
}

.group-company-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ebf8fb, #dff3f8);
    color: #0e8eb0;
    font-size: 26px;
    box-shadow: inset 0 0 0 1px rgba(14,142,176,0.10);
}

.group-company-card h3,
.group-highlight-card h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
    text-transform: none;
    color: #1f2937;
}

.group-highlight-section {
    padding: 0 0 95px;
    background: #f7fbfd;
}

.group-highlight-panel {
    display: grid;
    grid-template-columns: 1.35fr .95fr;
    gap: 24px;
    align-items: stretch;
}

.group-highlight-copy,
.group-highlight-card {
    border-radius: 30px;
    padding: 34px;
    box-shadow: 0 18px 46px rgba(15,23,42,0.08);
}

.group-highlight-copy {
    background: #fff;
    border: 1px solid rgba(226,232,240,0.95);
}

.group-highlight-card {
    background: linear-gradient(135deg, #0e8eb0 0%, #0b6f8b 100%);
    color: #fff;
}

.group-highlight-card .group-highlight-mini {
    background: rgba(255,255,255,0.14);
    color: #fff;
}

.group-highlight-card h3,
.group-highlight-card p {
    color: #fff;
}

.group-summary-section {
    padding: 0 0 100px;
    background: #f7fbfd;
}

.group-summary-card {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.group-summary-card .group-section-badge {
    margin-left: auto;
    margin-right: auto;
}

.group-summary-card p {
    margin-bottom: 22px;
}

@media (max-width: 1199px) {
    .home-wide-wrap {
        width: min(100%, calc(100% - 30px));
    }

    .group-companies-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .group-hero-area,
    .group-hero-slide,
    .group-hero-overlay {
        min-height: 560px;
    }

    .group-hero-card {
        padding: 34px 30px;
    }

    .group-highlight-panel {
        grid-template-columns: 1fr;
    }

    .group-company-card,
    .group-highlight-copy,
    .group-highlight-card,
    .group-intro-card,
    .group-summary-card {
        padding: 28px;
    }

    .group-companies-section,
    .group-highlight-section,
    .group-summary-section {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .group-hero-area,
    .group-hero-slide,
    .group-hero-overlay {
        min-height: 500px;
    }

    .group-hero-card {
        padding: 24px;
        border-radius: 24px;
    }

    .group-hero-card h1 {
        font-size: 34px;
    }

    .group-hero-card p,
    .group-section-head p,
    .group-highlight-copy p,
    .group-highlight-card p,
    .group-summary-card p,
    .group-company-card p {
        font-size: 15px;
        line-height: 1.8;
    }

    .group-hero-btn,
    .group-hero-btn-secondary {
        width: 100%;
        min-width: 0;
    }

    .group-companies-grid {
        grid-template-columns: 1fr;
    }

    .group-hero-wave svg {
        height: 74px;
    }
}

@media (max-width: 575px) {
    .home-wide-wrap {
        width: calc(100% - 20px);
    }

    .group-hero-area,
    .group-hero-slide,
    .group-hero-overlay {
        min-height: 460px;
    }

    .group-hero-card,
    .group-intro-card,
    .group-company-card,
    .group-highlight-copy,
    .group-highlight-card,
    .group-summary-card {
        padding: 20px;
    }

    .group-hero-card h1 {
        font-size: 28px;
    }

    .group-company-card h3,
    .group-highlight-card h3 {
        font-size: 22px;
    }
}
*/