.services-page {
    background: #090909;
    color: #fff;
}

.services-page__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.services-hero {
    position: relative;
    overflow: hidden;
    padding: 210px 0 190px;
    background: #090909;
}

.services-hero::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 38px;
    transform: translateX(-50%);
    width: 860px;
    height: 620px;
    border-radius: 999px;
    background: radial-gradient(
        circle at center,
        rgba(229, 46, 46, 0.22) 0%,
        rgba(229, 46, 46, 0.12) 28%,
        rgba(229, 46, 46, 0.05) 52%,
        rgba(229, 46, 46, 0) 76%
    );
    filter: blur(46px);
    pointer-events: none;
    z-index: 0;
}

.services-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.services-hero__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 30px;
    padding: 6px 12px;
    margin-bottom: 26px;
    border-radius: 999px;
    background: rgba(16, 16, 16, 0.72);
    border: 1px solid rgba(229, 46, 46, 0.22);
    color: rgba(255, 255, 255, 0.62);
    font-family: var(--font-primary, inherit);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.services-hero__badge img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.services-hero__title {
    margin: 0 0 24px;
    color: #fff;
    font-family: var(--font-heading, inherit);
    font-size: clamp(42px, 5.4vw, 48px);
    font-weight: 800;
    line-height: 1.26;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.services-hero__text {
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.62);
    font-family: var(--font-primary, inherit);
    font-size: 18px;
    line-height: 1.5;
}

.services-hero__text p {
    margin: 0;
}

@media (max-width: 1024px) {
    .services-hero {
        padding: 120px 0 96px;
    }

    .services-hero::before {
        width: 720px;
        height: 520px;
        top: 34px;
    }

    .services-hero__title {
        font-size: clamp(38px, 6vw, 58px);
    }

    .services-hero__text {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .services-page__container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .services-hero {
        padding: 104px 0 72px;
    }

    .services-hero::before {
        width: 540px;
        height: 420px;
        top: 18px;
        filter: blur(38px);
    }

    .services-hero__badge {
        margin-bottom: 18px;
        min-height: 28px;
        padding: 6px 10px;
        font-size: 10px;
    }

    .services-hero__title {
        margin-bottom: 14px;
        font-size: clamp(30px, 9vw, 44px);
        line-height: 0.98;
    }

    .services-hero__text {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.45;
    }
}










.services-catalog-grid {
    padding: 50px 0 56px;
    background: #090909;
}

.services-catalog-grid__wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.services-catalog-card {
    min-height: 148px;
    padding: 40px 26px 40px;
    border-radius: 12px;
    border: 1px solid #2A2A2A;
    background: #1A1A1A;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
}

.services-catalog-card__head {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 0 0 0px;
}

.services-catalog-card__icon {
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.services-catalog-card__icon img {
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
    display: block;
}

.services-catalog-card__title {
    margin: 0;
    color: #fff;
    font-family: var(--font-primary, inherit);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.services-catalog-card__icon img {
    width: auto;
    height: auto;
    max-width: 20px;
    max-height: 20px;
    object-fit: contain;
    display: block;
}

.services-catalog-card__title {
    margin: 0 0 10px;
    color: #fff;
    font-family: var(--font-primary, inherit);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.services-catalog-card__text {
    color: rgba(255, 255, 255, 0.50);
    font-family: var(--font-primary, inherit);
    font-size: 13px;
    line-height: 1.45;
}

.services-catalog-card__text p {
    margin: 0;
}

@media (max-width: 1024px) {
    .services-catalog-grid {
        padding-bottom: 72px;
    }

    .services-catalog-card {
        min-height: 116px;
    }
}

@media (max-width: 768px) {
    .services-catalog-grid {
        padding-bottom: 56px;
    }

    .services-catalog-grid__wrap {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .services-catalog-card {
        min-height: auto;
        padding: 18px 16px 16px;
        border-radius: 14px;
    }

    .services-catalog-card__icon {
        margin-bottom: 8px;
    }

    .services-catalog-card__icon img {
        max-width: 18px;
        max-height: 18px;
    }

    .services-catalog-card__title {
        margin-bottom: 8px;
        font-size: 15px;
        line-height: 1.24;
    }

    .services-catalog-card__text {
        font-size: 12px;
        line-height: 1.42;
    }
}













.services-includes {
    padding: 12px 0 96px;
    background: #090909;
}

.services-includes__grid {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 44px;
    align-items: start;
}

.services-includes__left {
    max-width: 380px;
    padding-top: 10px;
}

.services-includes__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 30px;
    padding: 6px 12px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: rgba(16, 16, 16, 0.72);
    border: 1px solid rgba(229, 46, 46, 0.22);
    color: rgba(255, 255, 255, 0.62);
    font-family: var(--font-primary, inherit);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.services-includes__badge img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.services-includes__title {
    margin: 0 0 24px;
    color: #fff;
    font-family: var(--font-primary, inherit);
    font-size: clamp(34px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.services-includes__text {
    max-width: 320px;
    color: rgba(255, 255, 255, 0.62);
    font-family: var(--font-primary, inherit);
    font-size: 17px;
    line-height: 1.55;
}

.services-includes__text p {
    margin: 0;
}

.services-includes__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.services-includes-card {
    min-height: 220px;
    padding: 28px 28px 24px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, #121316 0%, #0b0b0d 100%);
    overflow: hidden;
}

.services-includes-card:nth-child(1),
.services-includes-card:nth-child(4) {
    background:
        radial-gradient(circle at 16% 12%, rgba(219, 43, 43, 0.24) 0%, rgba(255, 101, 101, 0) 62%),
        linear-gradient(180deg, #121316 0%, #0b0b0d 100%);
}

.services-includes-card:nth-child(2),
.services-includes-card:nth-child(3) {
    background:
        radial-gradient(circle at 76% 18%, rgba(219, 43, 43, 0.20) 0%, rgba(255, 101, 101, 0) 60%),
        linear-gradient(180deg, #121316 0%, #0b0b0d 100%);
}

.services-includes-card__icon {
    width: 42px;
    height: 42px;
    margin: 0 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.services-includes-card__icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
}

.services-includes-card__title {
    margin: 0 0 14px;
    color: #fff;
    font-family: var(--font-primary, inherit);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.services-includes-card__text {
    color: rgba(255, 255, 255, 0.60);
    font-family: var(--font-primary, inherit);
    font-size: 15px;
    line-height: 1.55;
}

.services-includes-card__text p {
    margin: 0;
}

@media (max-width: 1024px) {
    .services-includes {
        padding-bottom: 72px;
    }

    .services-includes__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .services-includes__left {
        max-width: 100%;
        padding-top: 0;
    }

    .services-includes__text {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .services-includes {
        padding: 8px 0 56px;
    }

    .services-includes__grid {
        gap: 22px;
    }

    .services-includes__badge {
        margin-bottom: 18px;
        min-height: 28px;
        padding: 6px 10px;
        font-size: 10px;
    }

    .services-includes__title {
        margin-bottom: 14px;
        font-size: clamp(28px, 8vw, 40px);
        line-height: 1.04;
    }

    .services-includes__text {
        font-size: 14px;
        line-height: 1.48;
    }

    .services-includes__cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .services-includes-card {
        min-height: auto;
        padding: 22px 20px 20px;
        border-radius: 18px;
    }

    .services-includes-card__icon {
        width: 40px;
        height: 40px;
        margin-bottom: 16px;
    }

    .services-includes-card__icon img {
        width: 40px;
        height: 40px;
    }

    .services-includes-card__title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .services-includes-card__text {
        font-size: 14px;
        line-height: 1.48;
    }
}








.services-stats {
    padding: 100px 0 70px;
    background: #090909;
}

.services-stats__inner {
    border-top: 1px solid rgba(255,255,255,0.06);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding-top: 60px;
}

.services-stats__item {
    min-width: 0;
}

.services-stats__value {
    margin: 0 0 8px;
    color: #fff;
    font-family: var(--font-primary, inherit);
    font-size: clamp(34px, 3vw, 56px);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.services-stats__label {
    color: rgba(255,255,255,0.52);
    font-family: var(--font-primary, inherit);
    font-size: 15px;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .services-stats {
        padding-bottom: 72px;
    }

    .services-stats__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 24px;
    }
}

@media (max-width: 768px) {
    .services-stats {
        padding: 4px 0 56px;
    }

    .services-stats__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 18px;
        padding-top: 22px;
    }

    .services-stats__value {
        margin-bottom: 6px;
        font-size: clamp(26px, 8vw, 40px);
    }

    .services-stats__label {
        font-size: 13px;
        line-height: 1.35;
    }
}











.services-results {
    padding: 92px 0 100px;
    background: #090909;
    position: relative;
    overflow: hidden;
}

.services-results__head {
    max-width: 820px;
    margin: 0 auto 40px;
    text-align: center;
}

.services-results__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 30px;
    padding: 6px 12px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: rgba(16, 16, 16, 0.72);
    border: 1px solid rgba(229, 46, 46, 0.22);
    color: rgba(255, 255, 255, 0.62);
    font-family: var(--font-primary, inherit);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.services-results__badge img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.services-results__title {
    margin: 0 0 16px;
    color: #fff;
    font-family: var(--font-primary, inherit);
    font-size: clamp(34px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.services-results__text {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.58);
    font-family: var(--font-primary, inherit);
    font-size: 17px;
    line-height: 1.55;
}

.services-results__text p {
    margin: 0;
}

.services-results__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.services-results-card {
    min-height: 286px;
    padding: 22px 22px 20px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 18% 14%, rgba(219, 43, 43, 0.24) 0%, rgba(255, 101, 101, 0) 62%),
        linear-gradient(180deg, #121316 0%, #0b0b0d 100%);
    overflow: hidden;
}

.services-results-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.services-results-card__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    flex-shrink: 0;
}

.services-results-card__icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
}

.services-results-card__mini-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 22px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(123, 20, 20, 0.35);
    color: #ff5a5a;
    font-family: var(--font-primary, inherit);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.services-results-card__mini-badge img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.services-results-card__title {
    margin: 0 0 4px;
    color: #fff;
    font-family: var(--font-primary, inherit);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.services-results-card__subtitle {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--font-primary, inherit);
    font-size: 18px;
    line-height: 1.2;
}

.services-results-card__text {
    color: rgba(255, 255, 255, 0.54);
    font-family: var(--font-primary, inherit);
    font-size: 14px;
    line-height: 1.55;
}

.services-results-card__text p {
    margin: 0;
}

.services-results__actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.services-results__btn {
    min-height: 50px;
    padding: 14px 24px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
    background: transparent;
    font-family: var(--font-primary, inherit);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .2s ease;
}

.services-results__btn:hover {
    border-color: rgba(255, 255, 255, 0.24);
    transform: translateY(-1px);
    color: #fff;
}

@media (max-width: 1024px) {
    .services-results {
        padding: 72px 0 78px;
    }

    .services-results__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .services-results-card {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .services-results {
        padding: 56px 0 60px;
    }

    .services-results__head {
        margin-bottom: 28px;
    }

    .services-results__badge {
        margin-bottom: 18px;
        min-height: 28px;
        padding: 6px 10px;
        font-size: 10px;
    }

    .services-results__title {
        margin-bottom: 14px;
        font-size: clamp(28px, 8vw, 40px);
        line-height: 1.05;
    }

    .services-results__text {
        font-size: 14px;
        line-height: 1.48;
    }

    .services-results-card {
        padding: 20px 18px 18px;
        border-radius: 18px;
    }

    .services-results-card__top {
        margin-bottom: 16px;
    }

    .services-results-card__icon {
        width: 40px;
        height: 40px;
    }

    .services-results-card__icon img {
        width: 40px;
        height: 40px;
    }

    .services-results-card__title {
        font-size: 18px;
    }

    .services-results-card__subtitle {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .services-results-card__text {
        font-size: 14px;
        line-height: 1.5;
    }

    .services-results__btn {
        width: 100%;
        justify-content: center;
        max-width: 260px;
    }
}