.service-hero-modern {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: #0d2231;
}

.service-hero-media {
    position: absolute;
    inset: 0;
}

    .service-hero-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.service-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,22,34,0.82) 0%, rgba(7,22,34,0.55) 42%, rgba(7,22,34,0.22) 100%);
}

.service-hero-shell {
    position: relative;
    z-index: 2;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.service-hero-content {
    max-width: 760px;
    padding: 120px 0 70px;
    color: #fff;
}

.service-badge,
.service-mini-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.service-mini-badge {
    background: #e9f7fb;
    border: 0;
    color: #0e8eb0;
}

.service-breadcrumbs {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

    .service-breadcrumbs li,
    .service-breadcrumbs li a,
    .service-breadcrumbs li span {
        color: rgba(255,255,255,0.92);
        font-size: 14px;
    }

        .service-breadcrumbs li a:hover {
            color: #fff;
        }

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

.service-hero-content p {
    font-size: 16px;
    line-height: 1.85;
    color: rgba(255,255,255,0.94);
    margin-bottom: 0;
    max-width: 680px;
}

.service-overview-modern {
    padding: 0 0 70px;
    background: linear-gradient(180deg, #f8fbfd 0%, #eef5f8 100%);
}

.service-overview-card {
    margin-top: -60px;
    position: relative;
    z-index: 3;
    background: #fff;
    border: 1px solid rgba(226,232,240,0.9);
    border-radius: 28px;
    box-shadow: 0 24px 50px rgba(15,23,42,0.10);
    padding: 34px;
}

.service-copy h2 {
    font-size: clamp(28px, 3.2vw, 38px);
    line-height: 1.25;
    text-transform: none;
    margin-bottom: 16px;
}

.service-description-modern {
    font-size: 16px;
    line-height: 1.9;
    color: #546172;
    text-align: left;
    max-width: 100%;
    margin: 0;
}

.service-side-card {
    background: linear-gradient(180deg, #f8fbfd 0%, #f2f8fb 100%);
    border: 1px solid #e6eef3;
    border-radius: 22px;
    padding: 24px;
    height: 100%;
}

    .service-side-card h3 {
        font-size: 20px;
        line-height: 1.35;
        margin-bottom: 16px;
        text-transform: none;
    }

.service-side-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .service-side-points li {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        margin-bottom: 14px;
        color: #455465;
    }

        .service-side-points li:last-child {
            margin-bottom: 0;
        }

    .service-side-points i {
        color: #0e8eb0;
        margin-top: 4px;
    }

.service-contact-modern {
    padding: 85px 0;
    background: linear-gradient(180deg, #f7fbfd 0%, #edf4f8 100%);
}

.service-contact-panel {
    height: 100%;
    background: #fff;
    border-radius: 28px;
    border: 1px solid rgba(226,232,240,0.95);
    box-shadow: 0 20px 50px rgba(15,23,42,0.08);
    padding: 34px;
}

    .service-contact-panel h2 {
        font-size: clamp(28px, 3.2vw, 38px);
        line-height: 1.25;
        margin-bottom: 14px;
        text-transform: none;
    }

    .service-contact-panel p {
        color: #5d6c7c;
        font-size: 16px;
        line-height: 1.9;
    }

.service-feature-list {
    margin-top: 26px;
    display: grid;
    gap: 18px;
}

.service-feature-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 20px;
    background: #f7fbfd;
    border: 1px solid #e5eef4;
}

.service-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f7fb;
    color: #0e8eb0;
    font-size: 18px;
    flex-shrink: 0;
}

.service-feature-item h4 {
    margin: 2px 0 8px;
    font-size: 18px;
    line-height: 1.35;
    text-transform: none;
}

.service-feature-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}

.service-modern-form {
    margin-top: 24px;
}

    .service-modern-form .form-group {
        margin-bottom: 18px;
    }

    .service-modern-form label {
        display: block;
        margin-bottom: 8px;
        font-size: 13px;
        font-weight: 700;
        color: #334155;
        text-transform: uppercase;
        letter-spacing: .7px;
    }

    .service-modern-form .form-control {
        width: 100%;
        height: 54px;
        border-radius: 16px;
        border: 1px solid #dbe5ed;
        background: #f9fbfd;
        padding: 0 16px;
        box-shadow: none;
        transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .service-modern-form textarea.form-control {
        height: auto;
        min-height: 130px;
        padding-top: 14px;
    }

    .service-modern-form .form-control:focus {
        border-color: #0e8eb0;
        background: #fff;
        box-shadow: 0 0 0 4px rgba(14,142,176,0.10);
    }

.service-submit-btn {
    min-width: 210px;
    border-radius: 999px;
    padding: 14px 28px;
    font-weight: 700;
}

.service-gallery-modern {
    padding: 85px 0;
    background: #fff;
}

.service-section-title {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .service-section-title h2 {
        font-size: clamp(28px, 3.2vw, 38px);
        line-height: 1.2;
        text-transform: none;
        margin-bottom: 12px;
    }

    .service-section-title p {
        max-width: 760px;
        margin: 0 auto;
        color: #607080;
        font-size: 16px;
        line-height: 1.85;
    }

.service-gallery-grid {
    gap: 24px;
}

.service-gallery-item {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(15,23,42,0.08);
    min-height: 340px;
}

    .service-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .35s ease;
    }

    .service-gallery-item:hover img {
        transform: scale(1.05);
    }

    .service-gallery-item .gallery-overlay {
        background: linear-gradient(to top, rgba(11,27,42,0.78), rgba(11,27,42,0.08));
    }

    .service-gallery-item .gallery-content h3 {
        color: #fff;
        font-size: 20px;
        line-height: 1.35;
        text-transform: none;
    }

    .service-gallery-item .gallery-content p {
        color: rgba(255,255,255,0.92);
        font-size: 15px;
        line-height: 1.75;
    }

@media (max-width: 991px) {
    .service-hero-modern,
    .service-hero-shell {
        min-height: 430px;
    }

    .service-hero-content {
        padding: 110px 0 60px;
    }

    .service-overview-card {
        margin-top: -40px;
        padding: 28px;
    }

    .service-copy h2,
    .service-contact-panel h2,
    .service-section-title h2 {
        font-size: 30px;
    }

    .service-side-card {
        margin-top: 24px;
    }

    .service-contact-panel {
        padding: 28px;
    }
}

@media (max-width: 767px) {
    .service-hero-modern,
    .service-hero-shell {
        min-height: 360px;
    }

    .service-hero-content {
        padding: 100px 0 40px;
    }

        .service-hero-content h1 {
            font-size: 30px;
        }

        .service-hero-content p {
            font-size: 15px;
            line-height: 1.75;
        }

    .service-overview-modern {
        padding-bottom: 55px;
    }

    .service-overview-card {
        margin-top: -26px;
        padding: 22px;
        border-radius: 22px;
    }

    .service-copy h2,
    .service-contact-panel h2,
    .service-section-title h2 {
        font-size: 26px;
    }

    .service-side-card h3,
    .service-gallery-item .gallery-content h3 {
        font-size: 18px;
    }

    .service-description-modern,
    .service-contact-panel p,
    .service-section-title p,
    .service-gallery-item .gallery-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .service-contact-modern,
    .service-gallery-modern {
        padding: 60px 0;
    }

    .service-contact-panel {
        padding: 22px;
    }

    .service-submit-btn {
        width: 100%;
        min-width: 0;
    }

    .service-gallery-item {
        min-height: 280px;
    }
}

/*
.service-hero-modern {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: #0d2231;
}

.service-hero-media {
    position: absolute;
    inset: 0;
}

    .service-hero-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.service-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,22,34,0.82) 0%, rgba(7,22,34,0.55) 42%, rgba(7,22,34,0.22) 100%);
}

.service-hero-shell {
    position: relative;
    z-index: 2;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.service-hero-content {
    max-width: 760px;
    padding: 120px 0 70px;
    color: #fff;
}

.service-badge,
.service-mini-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.service-mini-badge {
    background: #e9f7fb;
    border: 0;
    color: #0e8eb0;
}

.service-breadcrumbs {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

    .service-breadcrumbs li,
    .service-breadcrumbs li a,
    .service-breadcrumbs li span {
        color: rgba(255,255,255,0.92);
        font-size: 14px;
    }

        .service-breadcrumbs li a:hover {
            color: #fff;
        }

.service-hero-content h1 {
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.08;
    color: #fff;
    margin-bottom: 14px;
    text-transform: none;
}

.service-hero-content p {
    font-size: 17px;
    line-height: 1.85;
    color: rgba(255,255,255,0.94);
    margin-bottom: 0;
    max-width: 680px;
}

.service-overview-modern {
    padding: 0 0 70px;
    background: linear-gradient(180deg, #f8fbfd 0%, #eef5f8 100%);
}

.service-overview-card {
    margin-top: -60px;
    position: relative;
    z-index: 3;
    background: #fff;
    border: 1px solid rgba(226,232,240,0.9);
    border-radius: 28px;
    box-shadow: 0 24px 50px rgba(15,23,42,0.10);
    padding: 34px;
}

.service-copy h2 {
    font-size: 34px;
    line-height: 1.25;
    text-transform: none;
    margin-bottom: 16px;
}

.service-description-modern {
    font-size: 16px;
    line-height: 1.95;
    color: #546172;
    text-align: left;
    max-width: 100%;
    margin: 0;
}

.service-side-card {
    background: linear-gradient(180deg, #f8fbfd 0%, #f2f8fb 100%);
    border: 1px solid #e6eef3;
    border-radius: 22px;
    padding: 24px;
    height: 100%;
}

    .service-side-card h3 {
        font-size: 22px;
        margin-bottom: 16px;
        text-transform: none;
    }

.service-side-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .service-side-points li {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        margin-bottom: 14px;
        color: #455465;
    }

        .service-side-points li:last-child {
            margin-bottom: 0;
        }

    .service-side-points i {
        color: #0e8eb0;
        margin-top: 4px;
    }

.service-contact-modern {
    padding: 85px 0;
    background: linear-gradient(180deg, #f7fbfd 0%, #edf4f8 100%);
}

.service-contact-panel {
    height: 100%;
    background: #fff;
    border-radius: 28px;
    border: 1px solid rgba(226,232,240,0.95);
    box-shadow: 0 20px 50px rgba(15,23,42,0.08);
    padding: 34px;
}

    .service-contact-panel h2 {
        font-size: 34px;
        line-height: 1.25;
        margin-bottom: 14px;
        text-transform: none;
    }

    .service-contact-panel p {
        color: #5d6c7c;
        line-height: 1.9;
    }

.service-feature-list {
    margin-top: 26px;
    display: grid;
    gap: 18px;
}

.service-feature-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 20px;
    background: #f7fbfd;
    border: 1px solid #e5eef4;
}

.service-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f7fb;
    color: #0e8eb0;
    font-size: 18px;
    flex-shrink: 0;
}

.service-feature-item h4 {
    margin: 2px 0 8px;
    font-size: 18px;
    text-transform: none;
}

.service-feature-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}

.service-modern-form {
    margin-top: 24px;
}

    .service-modern-form .form-group {
        margin-bottom: 18px;
    }

    .service-modern-form label {
        display: block;
        margin-bottom: 8px;
        font-size: 13px;
        font-weight: 700;
        color: #334155;
        text-transform: uppercase;
        letter-spacing: .7px;
    }

    .service-modern-form .form-control {
        width: 100%;
        height: 54px;
        border-radius: 16px;
        border: 1px solid #dbe5ed;
        background: #f9fbfd;
        padding: 0 16px;
        box-shadow: none;
        transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .service-modern-form textarea.form-control {
        height: auto;
        min-height: 130px;
        padding-top: 14px;
    }

    .service-modern-form .form-control:focus {
        border-color: #0e8eb0;
        background: #fff;
        box-shadow: 0 0 0 4px rgba(14,142,176,0.10);
    }

.service-submit-btn {
    min-width: 210px;
    border-radius: 999px;
    padding: 14px 28px;
    font-weight: 700;
}

.service-gallery-modern {
    padding: 85px 0;
    background: #fff;
}

.service-section-title {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .service-section-title h2 {
        font-size: clamp(28px, 4vw, 46px);
        text-transform: none;
        margin-bottom: 12px;
    }

    .service-section-title p {
        max-width: 760px;
        margin: 0 auto;
        color: #607080;
        line-height: 1.85;
    }

.service-gallery-grid {
    gap: 24px;
}

.service-gallery-item {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(15,23,42,0.08);
    min-height: 340px;
}

    .service-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .35s ease;
    }

    .service-gallery-item:hover img {
        transform: scale(1.05);
    }

    .service-gallery-item .gallery-overlay {
        background: linear-gradient(to top, rgba(11,27,42,0.78), rgba(11,27,42,0.08));
    }

    .service-gallery-item .gallery-content h3 {
        color: #fff;
        text-transform: none;
    }

    .service-gallery-item .gallery-content p {
        color: rgba(255,255,255,0.92);
    }

@media (max-width: 991px) {
    .service-hero-modern,
    .service-hero-shell {
        min-height: 430px;
    }

    .service-hero-content {
        padding: 110px 0 60px;
    }

    .service-overview-card {
        margin-top: -40px;
        padding: 28px;
    }

    .service-copy h2,
    .service-contact-panel h2 {
        font-size: 28px;
    }

    .service-side-card {
        margin-top: 24px;
    }

    .service-contact-panel {
        padding: 28px;
    }
}

@media (max-width: 767px) {
    .service-hero-modern,
    .service-hero-shell {
        min-height: 360px;
    }

    .service-hero-content {
        padding: 100px 0 40px;
    }

        .service-hero-content h1 {
            font-size: 30px;
        }

        .service-hero-content p {
            font-size: 15px;
            line-height: 1.75;
        }

    .service-overview-modern {
        padding-bottom: 55px;
    }

    .service-overview-card {
        margin-top: -26px;
        padding: 22px;
        border-radius: 22px;
    }

    .service-copy h2,
    .service-contact-panel h2 {
        font-size: 24px;
    }

    .service-description-modern {
        font-size: 15px;
        line-height: 1.85;
    }

    .service-contact-modern,
    .service-gallery-modern {
        padding: 60px 0;
    }

    .service-contact-panel {
        padding: 22px;
    }

    .service-submit-btn {
        width: 100%;
        min-width: 0;
    }

    .service-gallery-item {
        min-height: 280px;
    }
}
*/