.service-page {
    background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
}

.service-page .breadcrumbs {
    padding: 34px 0 0;
}

.service-hero {
    --service-hero-image: url('/assets/hero_notification_system_white_orange.webp');
    min-height: calc(100vh - 92px);
    padding: 28px 0 72px;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.96) 26%, rgba(255,255,255,0.92) 42%, rgba(255,255,255,0.58) 60%, rgba(255,255,255,0.14) 82%, rgba(255,255,255,0.04) 100%),
        var(--service-hero-image) center right / cover no-repeat;
}

.service-hero__grid {
    display: grid;
    min-height: calc(100vh - 180px);
    align-items: center;
}

.service-hero__content {
    width: min(680px, 100%);
    padding: 46px 0 12px;
}

.service-hero__title {
    margin: 0;
    max-width: 720px;
    font-size: clamp(42px, 5.2vw, 68px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--otz-brand);
}

.service-hero__lead {
    margin: 24px 0 0;
    max-width: 620px;
    color: var(--otz-text-soft);
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.52;
}

.service-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.service-hero__visual,
.service-hero__note,
.service-hero__visual-card {
    display: none !important;
}

.service-hero__visual-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.service-hero__visual-list li {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255,255,255,0.84);
    border: 1px solid rgba(11, 2, 106, 0.08);
    backdrop-filter: blur(10px);
    color: var(--otz-text);
    box-shadow: 0 14px 28px rgba(11, 2, 106, 0.06);
}

.service-hero__visual-list li::before {
    content: none;
}

.service-hero__visual-list strong {
    color: #ff802b;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
}

.service-hero__visual-list span {
    color: var(--otz-text);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
}

.service-hero__visual-list li > span:only-child {
    color: var(--otz-brand);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
}

.service-usp-section {
    padding: 18px 0 42px;
}

.service-usp-section .service-hero__visual-list {
    margin: 0;
}

.service-body {
    padding: 0 0 100px;
}

.service-body__card {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) 360px;
    gap: 36px;
    padding: 40px;
    border: 1px solid rgba(11, 2, 106, 0.08);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 24px 56px rgba(11, 2, 106, 0.08);
}

.service-body__intro {
    margin: 0 0 26px;
    color: var(--otz-text-soft);
    font-size: 18px;
    line-height: 1.7;
}

.service-body__main > section + section {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(11, 2, 106, 0.08);
}

.service-body h2,
.service-body h3 {
    margin: 0 0 16px;
    color: var(--otz-brand);
}

.service-body h2 {
    font-size: 34px;
    line-height: 1.08;
    font-weight: 800;
}

.service-body h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.service-body__text,
.service-body__result {
    margin: 0;
    color: var(--otz-text-soft);
    font-size: 17px;
    line-height: 1.7;
}

.service-body__list,
.service-body__includes,
.service-body__related {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-body__list {
    display: grid;
    gap: 14px;
}

.service-body__list li {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 12px;
    color: var(--otz-text-soft);
    font-size: 16px;
    line-height: 1.65;
}

.service-body__list li::before {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: 8px;
    border-radius: 999px;
    background: var(--otz-accent);
}

.service-body__includes {
    display: grid;
    gap: 14px;
}

.service-body__includes li {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 16px 18px;
    border: 1px solid rgba(11, 2, 106, 0.08);
    border-radius: 22px;
    background: linear-gradient(180deg, #fff 0%, #fffaf6 100%);
}

.service-body__includes-index {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 16px;
    background: var(--otz-accent-soft);
    color: var(--otz-accent-strong);
    font-size: 14px;
    font-weight: 800;
}

.service-body__includes-text {
    color: var(--otz-text);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
}

.service-body__aside {
    display: grid;
    gap: 18px;
    align-content: start;
}

.service-body__aside-card {
    padding: 26px;
    border: 1px solid rgba(11, 2, 106, 0.08);
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff, #f8faff);
}

.service-body__aside-card h3 {
    font-size: 18px;
    margin-bottom: 14px;
}

.service-body__aside-card p {
    margin: 0;
    color: var(--otz-text-soft);
    font-size: 15px;
    line-height: 1.65;
}

.service-body__related {
    display: grid;
    gap: 10px;
}

.service-body__related a,
.service-body__related span {
    display: block;
    padding: 14px 16px;
    border-radius: 18px;
    background: var(--otz-accent-soft);
    color: var(--otz-brand);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.service-body__related a {
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.service-body__related a:hover,
.service-body__related a:focus-visible {
    transform: translateY(-1px);
    background: #ffe6d7;
}

.service-form-section {
    padding: 0 0 110px;
}

.service-form__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 34px;
    padding: 40px;
    border: 1px solid rgba(11, 2, 106, 0.08);
    border-radius: 32px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    box-shadow: 0 24px 56px rgba(11, 2, 106, 0.08);
}

.service-form__lead {
    margin: 0 0 28px;
    max-width: 720px;
    color: var(--otz-text-soft);
    font-size: 18px;
    line-height: 1.65;
}

.service-form {
    display: grid;
    gap: 18px;
}

.service-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.service-form__field {
    display: grid;
    gap: 8px;
}

.service-form__field--full {
    grid-column: 1 / -1;
}

.service-form label {
    color: var(--otz-brand);
    font-size: 14px;
    font-weight: 700;
}

.service-form input,
.service-form textarea {
    width: 100%;
    padding: 15px 16px;
    border: 1px solid rgba(11, 2, 106, 0.12);
    border-radius: 18px;
    background: #fff;
    color: var(--otz-text);
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-form input:focus,
.service-form textarea:focus {
    outline: none;
    border-color: rgba(245, 73, 3, 0.44);
    box-shadow: 0 0 0 4px rgba(245, 73, 3, 0.12);
}

.service-form textarea {
    min-height: 132px;
    resize: vertical;
}

.service-form .input-error {
    border-color: rgba(207, 48, 48, 0.7);
    box-shadow: 0 0 0 4px rgba(207, 48, 48, 0.12);
}

.service-form__error {
    display: block;
    min-height: 18px;
    color: #cf3030;
    font-size: 12px;
}

.service-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--otz-text-soft);
    font-size: 14px;
}

.service-form__checkbox input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.service-form__checkbox label {
    color: inherit;
    font-size: inherit;
    font-weight: 500;
}

.service-form__submit {
    width: 100%;
}

.service-form__note {
    margin: 0;
    color: var(--otz-text-soft);
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
}

.service-form__success {
    padding: 28px;
    border-radius: 24px;
    background: #edf9f1;
    color: #177946;
}

.service-contact-card {
    display: grid;
    gap: 14px;
    padding: 26px;
    border: 1px solid rgba(11, 2, 106, 0.08);
    border-radius: 26px;
    background: #fff;
}

.service-contact-card h3 {
    margin: 0;
    color: var(--otz-brand);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
}

.service-contact-card__row {
    display: grid;
    gap: 6px;
}

.service-contact-card__label {
    color: var(--otz-text-soft);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-contact-card__value,
.service-contact-card__value a {
    color: var(--otz-brand);
    font-size: 16px;
    line-height: 1.6;
    text-decoration: none;
}

.service-contact-card__value a:hover,
.service-contact-card__value a:focus-visible {
    color: var(--otz-accent-strong);
}

.service-contact-card__hint {
    margin: 4px 0 0;
    color: var(--otz-text-soft);
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 1199px) {
    .service-hero__grid,
    .service-body__card,
    .service-form__card {
        grid-template-columns: 1fr;
    }

    .service-body__aside,
    .service-form__aside {
        order: 2;
    }
}

@media (max-width: 767px) {
    .service-hero {
        padding: 18px 0 64px;
    }

    .service-hero__content {
        padding-top: 18px;
    }

    .service-hero__actions {
        flex-direction: column;
    }

    .service-body,
    .service-form-section {
        padding-bottom: 72px;
    }

    .service-body__card,
    .service-form__card {
        padding: 24px;
    }

    .service-body h2 {
        font-size: 28px;
    }

    .service-body h3 {
        font-size: 22px;
    }

    .service-form__grid {
        grid-template-columns: 1fr;
    }

    .service-form__field--full {
        grid-column: auto;
    }

    .service-hero__visual-card {
        padding: 24px;
    }
}

.service-form__checkbox a{color:var(--otz-accent-strong);text-decoration:none}.service-form__checkbox a:hover{text-decoration:underline}

.service-body__includes-text strong {
    display: block;
    margin-bottom: 6px;
    color: var(--otz-brand);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 800;
}

.service-body__aside .service-body__related span {
    background: linear-gradient(180deg, #fff 0%, #fffaf6 100%);
}


.service-modal {
    position: fixed;
    inset: 0;
    z-index: 1600;
    display: grid;
    place-items: center;
    padding: 24px;
}

.service-modal[hidden] {
    display: none !important;
}

.service-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.62);
    backdrop-filter: blur(6px);
}

.service-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    padding: 32px;
    border-radius: 28px;
    background: #171717;
    color: #fff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
}

.service-modal__close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.service-modal__eyebrow {
    margin: 0 0 10px;
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-modal__title {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.06;
    font-weight: 800;
}

.service-modal__service {
    margin: 12px 0 0;
    color: rgba(255,255,255,0.84);
    font-size: 16px;
    line-height: 1.6;
}

.service-modal__form {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.service-modal__field {
    display: grid;
    gap: 8px;
}

.service-modal__field label,
.service-modal__checkbox label {
    color: rgba(255,255,255,0.92);
    font-size: 14px;
    font-weight: 600;
}

.service-modal__field input {
    width: 100%;
    min-height: 56px;
    padding: 16px 18px;
    border: 0;
    border-radius: 16px;
    background: #fff;
    color: #1f2328;
    font: inherit;
}

.service-modal__field input:focus {
    outline: 2px solid rgba(255,128,43,0.34);
    box-shadow: 0 0 0 4px rgba(255,128,43,0.14);
}

.service-modal__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255,255,255,0.82);
    font-size: 14px;
    line-height: 1.6;
}

.service-modal__checkbox input {
    margin-top: 4px;
}

.service-modal__checkbox a {
    color: rgba(255,255,255,0.9);
}

.service-modal__checkbox a:hover {
    color: #ffb07f;
}

.service-modal__submit {
    justify-content: center;
    min-height: 56px;
}

.service-modal__error {
    color: #ffb0b0;
    font-size: 13px;
    line-height: 1.5;
}

.service-modal__success {
    display: grid;
    gap: 10px;
    margin-top: 24px;
    padding: 22px;
    border-radius: 18px;
    background: rgba(255,255,255,0.06);
}

.service-modal__success h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}

.service-modal__success p {
    margin: 0;
    color: rgba(255,255,255,0.84);
    line-height: 1.65;
}

@media (max-width: 640px) {
    .service-hero {
        padding-top: 18px;
        background-position: 78% center;
    }

    .service-hero__title {
        font-size: 38px;
    }

    .service-hero__lead {
        font-size: 17px;
    }

    .service-modal__dialog {
        padding: 26px 18px;
        border-radius: 22px;
    }
}


@media (max-width: 860px) {
    .service-hero {
        min-height: auto;
        padding-bottom: 58px;
        background-position: 72% center;
    }

    .service-hero__grid {
        min-height: auto;
    }

    .service-hero__content {
        width: min(100%, 620px);
        padding-top: 24px;
    }

    .service-hero__visual-list {
        grid-template-columns: 1fr;
    }
}
