:root {
    --omega-service-blue: #00004d;
    --omega-service-blue-deep: #05052f;
    --omega-service-steel: #81a4cd;
    --omega-service-surface: #f4f7fa;
    --omega-service-border: #d9e1e9;
    --omega-service-text: #171725;
}

.omega-service-main {
    overflow: hidden;
    background: var(--omega-service-surface);
    color: var(--omega-service-text);
}

.omega-service-main,
.omega-service-main * {
    box-sizing: border-box;
}

.omega-service-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.omega-service-hero {
    position: relative;
    isolation: isolate;
    min-height: min(650px, calc(100svh - 118px));
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--omega-service-blue-deep);
    color: #fff;
}

.omega-service-hero::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background: rgba(5, 5, 47, 0.66);
}

.omega-service-hero__image {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.omega-service--alarm .omega-service-hero__image {
    object-position: center 45%;
}

.omega-service--construction .omega-service-hero__image {
    object-position: center 52%;
}

.omega-service--doorman .omega-service-hero__image {
    object-position: center 35%;
}

.omega-service--reception .omega-service-hero__image {
    object-position: center 44%;
}

.omega-service--accommodation .omega-service-hero__image {
    object-position: center 50%;
}

.omega-service--patrol .omega-service-hero__image {
    object-position: center 46%;
}

.omega-service--event .omega-service-hero__image {
    object-position: center 34%;
}

.omega-service--property .omega-service-hero__image {
    object-position: center 46%;
}

.omega-service-hero__content {
    width: min(760px, 72%);
    padding: clamp(56px, 8vw, 96px) 0;
}

.omega-service-eyebrow {
    margin: 0 0 var(--omega-eyebrow-gap);
    color: var(--omega-eyebrow-on-light);
    font-size: var(--omega-eyebrow-size);
    font-weight: var(--omega-eyebrow-weight);
    line-height: var(--omega-eyebrow-line-height);
    letter-spacing: 0;
    text-transform: uppercase;
}

.omega-service-hero .omega-service-eyebrow,
.omega-service-cta .omega-service-eyebrow {
    color: var(--omega-eyebrow-on-dark);
}

.omega-service-hero h1 {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.4rem, 5.5vw, 4.5rem);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: 0;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
}

.omega-service-hero__lead {
    max-width: 670px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1.65;
}

.omega-service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 30px;
}

.omega-service-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border-radius: 2px;
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.omega-service-button--primary {
    min-width: 230px;
    justify-content: space-between;
    padding: 0 0 0 18px;
    border: 1px solid rgba(129, 164, 205, 0.48);
    background: rgba(5, 5, 47, 0.72);
    color: #fff;
}

.omega-service-button--primary:hover,
.omega-service-button--primary:focus-visible {
    border-color: var(--omega-service-steel);
    background: rgba(0, 0, 77, 0.94);
    color: #fff;
    text-decoration: none;
}

.omega-service-button--secondary {
    min-height: 44px;
    padding: 0 2px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
}

.omega-service-button--secondary:hover,
.omega-service-button--secondary:focus-visible {
    border-color: var(--omega-service-steel);
    background: transparent;
    color: var(--omega-service-steel);
    text-decoration: none;
}

.omega-service-button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.omega-service-button__icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    margin: -1px -1px -1px 0;
    background: var(--omega-service-steel);
    color: var(--omega-service-blue-deep);
    font-size: 14px;
    transition: transform 180ms ease;
}

.omega-service-button--primary:hover .omega-service-button__icon,
.omega-service-button--primary:focus-visible .omega-service-button__icon {
    transform: translateX(3px);
}

.omega-service-button--secondary .omega-service-button__icon {
    width: auto;
    height: auto;
    flex: 0 0 auto;
    align-self: auto;
    margin: 0;
    background: transparent;
    color: var(--omega-service-steel);
    font-size: 13px;
}

.omega-service-overview {
    padding: clamp(72px, 9vw, 120px) 0;
}

.omega-service-overview__header {
    max-width: 760px;
    margin-bottom: clamp(40px, 5vw, 64px);
}

.omega-service-overview h2,
.omega-service-cta h2 {
    margin: 0;
    letter-spacing: 0;
}

.omega-service-overview h2 {
    color: var(--omega-service-blue);
    font-size: clamp(1.85rem, 3vw, 2.75rem);
    line-height: 1.18;
}

.omega-service-overview__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: clamp(48px, 8vw, 104px);
    align-items: start;
}

.omega-service-overview__copy {
    margin: 0;
    color: #424253;
    font-size: clamp(1.05rem, 1.4vw, 1.18rem);
    line-height: 1.85;
}

.omega-service-points {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--omega-service-border);
}

.omega-service-points li {
    position: relative;
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 18px 12px 18px 44px;
    border-bottom: 1px solid var(--omega-service-border);
    color: var(--omega-service-blue-deep);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

.omega-service-points li::before {
    position: absolute;
    left: 8px;
    width: 20px;
    height: 2px;
    content: "";
    background: var(--omega-service-steel);
}

.omega-service-cta {
    background: var(--omega-service-blue-deep);
    color: #fff;
}

.omega-service-cta__inner {
    min-height: 310px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
    padding-top: 56px;
    padding-bottom: 56px;
}

.omega-service-cta__copy {
    max-width: 680px;
}

.omega-service-cta h2 {
    color: #fff;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    line-height: 1.15;
}

.omega-service-cta__text {
    max-width: 620px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.7;
}

.omega-service-cta .omega-service-actions {
    margin-top: 0;
}

@media (max-width: 900px) {
    .omega-service-hero__content {
        width: min(720px, 88%);
    }

    .omega-service-overview__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .omega-service-cta__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .omega-service-cta .omega-service-actions {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .omega-service--doorman .omega-service-hero__image {
        object-position: 60% 35%;
    }

    .omega-service-shell {
        width: min(100% - 32px, 680px);
    }

    .omega-service-hero {
        min-height: min(620px, calc(100svh - 112px));
    }

    .omega-service-hero::after {
        background: rgba(5, 5, 47, 0.7);
    }

    .omega-service-hero__content {
        width: 100%;
        padding: 52px 0 64px;
    }

    .omega-service-hero h1 {
        font-size: clamp(1.95rem, 8.2vw, 2.8rem);
        line-height: 1.08;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: auto;
    }

    .omega-service-hero__lead {
        margin-top: 20px;
        line-height: 1.55;
    }

    .omega-service-actions {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .omega-service-button--primary {
        width: 100%;
    }

    .omega-service-button--secondary {
        width: auto;
    }

    .omega-service-overview {
        padding: 68px 0 76px;
    }

    .omega-service-overview__header {
        margin-bottom: 36px;
    }

    .omega-service-overview__copy {
        line-height: 1.7;
    }

    .omega-service-overview__grid {
        gap: 40px;
    }

    .omega-service-points li {
        padding-right: 0;
    }

    .omega-service-cta__inner {
        min-height: 0;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .omega-service-cta .omega-service-actions {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .omega-service-button {
        transition: none;
    }
}
