/* Улучшение первого экрана прайс-страницы */

/* ================================
   Price page hero fix
   ================================ */

.service-prices-page {
    --sp-color-primary: #1565ff;
    --sp-color-primary-dark: #0b46c4;
    --sp-color-text: #182233;
    --sp-color-muted: #687385;
    --sp-color-bg: #f7f9fc;
    --sp-color-border: #e1e8f2;
    --sp-color-white: #ffffff;
    --sp-color-dark: #111827;
    --sp-color-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
    --sp-radius-xl: 26px;
    --sp-radius-lg: 20px;
    --sp-container: 1280px;
}

.service-prices-page,
.service-prices-page * {
    box-sizing: border-box;
}

.service-prices-page a {
    text-decoration: none;
}

.service-prices-page__container {
    max-width: var(--sp-container);
    margin: 0 auto;
    padding: 0 20px;
}

.service-hero {
    position: relative;
    overflow: hidden;
    padding: 40px 0 28px;
    background: #f7f9fc;
}

.service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 0%, rgba(21, 101, 255, 0.08), transparent 32%),
        linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
    pointer-events: none;
}

.service-hero__wrap {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: stretch;
}

.service-hero__content,
.service-hero__aside {
    border-radius: 26px;
    border: 1px solid #e1e8f2;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.service-hero__content {
    padding: 34px 34px 30px;
}

.service-hero__badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 9px 16px;
    border-radius: 999px;
    background: #eef4ff;
    color: #1554d1;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
}

.service-prices-page__title {
    max-width: 850px;
    margin: 0 0 18px;
    font-size: 40px;
    line-height: 1.12;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: #111827;
}

.service-hero__text {
    max-width: 840px;
    margin: 0 0 24px;
    font-size: 17px;
    line-height: 1.75;
    color: #5f6b7a;
}

.service-hero__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 26px;
}

.service-hero__feature {
    min-height: 66px;
    display: flex;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid #e2ebf7;
    background: #f8fbff;
    color: #182233;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 750;
}

.service-hero__feature::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border-radius: 50%;
    background: #e8f1ff;
    color: #1565ff;
    font-size: 13px;
    font-weight: 900;
}

.service-hero__actions,
.service-prices-page__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-btn,
.service-prices-page .service-btn,
.service-prices-page a.service-btn,
.service-prices-page button.service-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 22px;
    border-radius: 16px;
    border: 1px solid transparent;
    background: #1565ff;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(21, 101, 255, 0.18);
    transition: 0.2s ease;
    appearance: none;
}

.service-btn:hover,
.service-prices-page .service-btn:hover {
    background: #0b46c4;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(21, 101, 255, 0.24);
}

.service-btn--outline,
.service-prices-page .service-btn--outline,
.service-prices-page a.service-btn--outline,
.service-prices-page button.service-btn--outline {
    background: #ffffff;
    border-color: #1565ff;
    color: #1565ff !important;
    box-shadow: none;
}

.service-btn--outline:hover,
.service-prices-page .service-btn--outline:hover {
    background: #1565ff;
    color: #ffffff !important;
}

.service-hero__aside {
    padding: 28px;
    color: #182233;
}

.service-hero__aside-title {
    margin: 0 0 10px;
    color: #111827;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.service-hero__aside-text {
    margin: 0;
    color: #687385;
    font-size: 15px;
    line-height: 1.7;
}

.service-hero__phone {
    display: inline-flex;
    width: 100%;
    margin: 22px 0;
    padding: 16px 18px;
    border-radius: 18px;
    background: #f0f6ff;
    color: #1457e6 !important;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 900;
    text-decoration: none !important;
}

.service-hero__list {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.service-hero__list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 22px;
    color: #394456;
    font-size: 15px;
    line-height: 1.55;
}

.service-hero__list li:last-child {
    margin-bottom: 0;
}

.service-hero__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1565ff;
}

.service-hero__aside .service-prices-page__buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.service-hero__aside .service-btn--light {
    width: 100%;
    background: #1565ff;
    border-color: #1565ff;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(21, 101, 255, 0.18);
}

.service-hero__aside .service-btn--light:hover {
    background: #0b46c4;
    border-color: #0b46c4;
}

.service-hero__aside .service-btn--light + .service-btn--light {
    background: #ffffff;
    border-color: #1565ff;
    color: #1565ff !important;
    box-shadow: none;
}

.service-hero__aside .service-btn--light + .service-btn--light:hover {
    background: #1565ff;
    color: #ffffff !important;
}

/* Anchor bar */
.service-anchor-bar {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #eef3fb;
    border-bottom: 1px solid #eef3fb;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    backdrop-filter: blur(8px);
}

.service-anchor-bar__wrap {
    display: flex;
    gap: 10px;
    padding: 12px 0;
    overflow-x: auto;
}

.service-anchor-bar__link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 14px;
    border: 1px solid #e1e8f2;
    background: #ffffff;
    color: #182233 !important;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
}

.service-anchor-bar__link:hover,
.service-anchor-bar__link.is-active {
    border-color: #1565ff;
    background: #eef4ff;
    color: #1554d1 !important;
}

/* Общие карточки */
.service-prices-page__section {
    padding: 40px 0;
}

.service-prices-page__section--gray {
    background: #f7f9fc;
}

.service-card,
.service-info-card,
.service-case-card,
.service-factor,
.service-object-card,
.service-step-card,
.service-adv-card,
.service-business-object,
.service-business-advantage,
.service-note-box,
.service-company-card,
.service-company-meta,
.service-staff-card,
.service-cert-card,
.service-business-head,
.service-form,
.service-prices-table-wrap {
    border-color: #e1e8f2;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

/* Адаптив */
@media (max-width: 1200px) {
    .service-hero__wrap {
        grid-template-columns: 1fr;
    }

    .service-hero__aside {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .service-prices-page__container {
        padding: 0 16px;
    }

    .service-hero {
        padding: 24px 0 18px;
    }

    .service-hero__content,
    .service-hero__aside {
        padding: 22px;
        border-radius: 22px;
    }

    .service-prices-page__title {
        font-size: 30px;
    }

    .service-hero__features {
        grid-template-columns: 1fr;
    }

    .service-hero__phone {
        font-size: 22px;
    }

    .service-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .service-btn,
    .service-prices-page .service-btn {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .service-prices-page__title {
        font-size: 27px;
    }

    .service-hero__badge {
        font-size: 13px;
    }

    .service-hero__text {
        font-size: 15px;
    }

    .service-hero__feature {
        min-height: auto;
        font-size: 14px;
    }
}
/* ================================
   Price page hero
   ================================ */

.service-prices-page {
    --sp-color-primary: #1565ff;
    --sp-color-primary-dark: #0b46c4;
    --sp-color-text: #182233;
    --sp-color-muted: #687385;
    --sp-color-bg: #f7f9fc;
    --sp-color-border: #e1e8f2;
    --sp-color-white: #ffffff;
    --sp-color-dark: #111827;
    --sp-color-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
    --sp-container: 1280px;
}

.service-prices-page,
.service-prices-page * {
    box-sizing: border-box;
}

.service-prices-page a {
    text-decoration: none;
}

.service-prices-page__container {
    width: 100%;
    max-width: var(--sp-container);
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero */
.service-hero {
    position: relative;
    overflow: hidden;
    padding: 40px 0 28px;
    background: #f7f9fc;
}

.service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 0%, rgba(21, 101, 255, 0.08), transparent 32%),
        linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
    pointer-events: none;
}

.service-hero__wrap {
    position: relative;
    z-index: 1;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: stretch;
}

.service-hero__content,
.service-hero__aside {
    min-width: 0;
    border-radius: 26px;
    border: 1px solid #e1e8f2;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.service-hero__content {
    padding: 34px 34px 30px;
}

.service-hero__badge {
    display: inline-flex;
    align-items: center;
    margin: 0 0 20px;
    padding: 9px 16px;
    border-radius: 999px;
    background: #eef4ff;
    color: #1554d1;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
}

.service-prices-page__title {
    max-width: 850px;
    margin: 0 0 18px;
    font-size: 40px;
    line-height: 1.12;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: #111827;
}

.service-hero__text {
    max-width: 840px;
    margin: 0 0 24px;
    font-size: 17px;
    line-height: 1.75;
    color: #5f6b7a;
}

.service-hero__features {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 26px;
}

.service-hero__feature {
    min-height: 66px;
    display: flex;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid #e2ebf7;
    background: #f8fbff;
    color: #182233;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 750;
}

.service-hero__feature::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border-radius: 50%;
    background: #e8f1ff;
    color: #1565ff;
    font-size: 13px;
    font-weight: 900;
}

/* Buttons */
.service-hero__actions,
.service-prices-page__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-prices-page .service-btn,
.service-prices-page a.service-btn,
.service-prices-page button.service-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 22px;
    border-radius: 16px;
    border: 1px solid transparent;
    background: #1565ff;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(21, 101, 255, 0.18);
    transition: 0.2s ease;
    appearance: none;
}

.service-prices-page .service-btn:hover {
    background: #0b46c4;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(21, 101, 255, 0.24);
}

.service-prices-page .service-btn--outline,
.service-prices-page a.service-btn--outline,
.service-prices-page button.service-btn--outline {
    background: #ffffff;
    border-color: #1565ff;
    color: #1565ff !important;
    box-shadow: none;
}

.service-prices-page .service-btn--outline:hover {
    background: #1565ff;
    border-color: #1565ff;
    color: #ffffff !important;
}

/* Aside */
.service-hero__aside {
    padding: 28px;
    color: #182233;
}

.service-hero__aside-title {
    margin: 0 0 10px;
    color: #111827;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.service-hero__aside-text {
    margin: 0;
    color: #687385;
    font-size: 15px;
    line-height: 1.7;
}

.service-hero__phone {
    display: inline-flex;
    width: 100%;
    margin: 22px 0;
    padding: 16px 18px;
    border-radius: 18px;
    background: #f0f6ff;
    color: #1457e6 !important;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 900;
    text-decoration: none !important;
}

.service-hero__list {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.service-hero__list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 22px;
    color: #394456;
    font-size: 15px;
    line-height: 1.55;
}

.service-hero__list li:last-child {
    margin-bottom: 0;
}

.service-hero__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1565ff;
}

.service-hero__aside .service-prices-page__buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.service-hero__aside .service-btn--light {
    width: 100%;
    background: #1565ff;
    border-color: #1565ff;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(21, 101, 255, 0.18);
}

.service-hero__aside .service-btn--light:hover {
    background: #0b46c4;
    border-color: #0b46c4;
}

.service-hero__aside .service-btn--light + .service-btn--light {
    background: #ffffff;
    border-color: #1565ff;
    color: #1565ff !important;
    box-shadow: none;
}

.service-hero__aside .service-btn--light + .service-btn--light:hover {
    background: #1565ff;
    color: #ffffff !important;
}

/* Anchor bar */
.service-anchor-bar {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #eef3fb;
    border-bottom: 1px solid #eef3fb;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    backdrop-filter: blur(8px);
}

.service-anchor-bar__wrap {
    display: flex;
    gap: 10px;
    padding: 12px 0;
    overflow-x: auto;
}

.service-anchor-bar__link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 14px;
    border: 1px solid #e1e8f2;
    background: #ffffff;
    color: #182233 !important;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
}

.service-anchor-bar__link:hover,
.service-anchor-bar__link.is-active {
    border-color: #1565ff;
    background: #eef4ff;
    color: #1554d1 !important;
}

/* Sections */
.service-prices-page__section {
    padding: 40px 0;
}

.service-prices-page__section--gray {
    background: #f7f9fc;
}

.service-card,
.service-info-card,
.service-case-card,
.service-factor,
.service-object-card,
.service-step-card,
.service-adv-card,
.service-business-object,
.service-business-advantage,
.service-note-box,
.service-company-card,
.service-company-meta,
.service-staff-card,
.service-cert-card,
.service-business-head,
.service-form,
.service-prices-table-wrap {
    border-color: #e1e8f2;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

/* Adaptive */
@media (max-width: 1200px) {
    .service-hero__wrap {
        grid-template-columns: 1fr;
    }

    .service-hero__aside {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .service-prices-page__container {
        padding: 0 16px;
    }

    .service-hero {
        padding: 24px 0 18px;
    }

    .service-hero__content,
    .service-hero__aside {
        padding: 22px;
        border-radius: 22px;
    }

    .service-prices-page__title {
        font-size: 30px;
    }

    .service-hero__features {
        grid-template-columns: 1fr;
    }

    .service-hero__phone {
        font-size: 22px;
    }

    .service-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .service-prices-page .service-btn {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .service-prices-page__title {
        font-size: 27px;
    }

    .service-hero__badge {
        font-size: 13px;
    }

    .service-hero__text {
        font-size: 15px;
    }

    .service-hero__feature {
        min-height: auto;
        font-size: 14px;
    }
}
/* ================================
   Price page main content fix
   ================================ */

/* Grids */
.service-prices-page__grid {
    display: grid;
    gap: 22px;
}

.service-prices-page__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-prices-page__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-prices-page__grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Section headings */
.service-prices-page__section-title {
    margin: 0 0 16px;
    color: #111827;
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -0.025em;
    font-weight: 800;
}

.service-prices-page__section-text {
    max-width: 980px;
    margin: 0 0 24px;
    color: #536174;
    font-size: 17px;
    line-height: 1.7;
}

.service-prices-page__section--compact {
    padding: 32px 0;
}

.service-divider-top {
    margin-top: 24px;
}

/* Cards */
.service-card,
.service-info-card,
.service-case-card,
.service-factor,
.service-object-card,
.service-step-card,
.service-adv-card,
.service-business-object,
.service-business-advantage {
    min-width: 0;
    padding: 24px;
    border: 1px solid #e1e8f2;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

.service-card {
    display: flex;
    flex-direction: column;
}

.service-card__title,
.service-info-card__title,
.service-case-card__title,
.service-factor__title,
.service-object-card__title,
.service-step-card__title,
.service-adv-card__title,
.service-business-object__title,
.service-business-advantage__title {
    margin: 0 0 12px;
    color: #111827;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.service-card__price,
.service-case-card__price {
    margin: 0 0 12px;
    color: #1565ff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

.service-card__text,
.service-info-card__text,
.service-case-card__text,
.service-factor__text,
.service-object-card__text,
.service-step-card__text,
.service-adv-card__text,
.service-business-object__text,
.service-business-advantage__text {
    margin: 0;
    color: #536174;
    font-size: 15px;
    line-height: 1.65;
}

.service-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.service-card__actions .service-btn {
    flex: 1 1 auto;
}

/* Tables */
.service-prices-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e1e8f2;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

.service-prices-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #ffffff;
}

.service-prices-table th,
.service-prices-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #edf2f8;
    color: #253044;
    font-size: 15px;
    line-height: 1.45;
    text-align: left;
    vertical-align: top;
}

.service-prices-table th {
    background: #f5f8fd;
    color: #111827;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 900;
    text-transform: none;
}

.service-prices-table tr:last-child td {
    border-bottom: none;
}

.service-prices-table__name {
    color: #111827;
    font-weight: 800;
}

.service-prices-table__price {
    color: #1565ff;
    font-weight: 900;
    white-space: nowrap;
}

.service-prices-table__price--business {
    color: #0f766e;
}

/* Mobile cards hidden on desktop */
.service-mobile-cards {
    display: none;
}

/* Tabs */
.service-tabs {
    display: inline-flex;
    gap: 8px;
    margin: 0 0 18px;
    padding: 6px;
    border: 1px solid #e1e8f2;
    border-radius: 18px;
    background: #ffffff;
}

.service-tabs__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: #394456;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
}

.service-tabs__button:hover,
.service-tabs__button.is-active {
    background: #1565ff;
    color: #ffffff;
}

.service-tab-panel {
    display: none;
}

.service-tab-panel.is-active {
    display: block;
}

/* Note boxes */
.service-note-box {
    padding: 24px;
    border: 1px solid #e1e8f2;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

.service-note-box--primary {
    background: #f4f8ff;
    border-color: #d7e6ff;
}

.service-note-box--warning {
    background: #fff9ed;
    border-color: #fde6b5;
}

.service-note-box--business {
    background: #f0fdfa;
    border-color: #c8f2ea;
}

.service-note-box--special {
    background: #f8f5ff;
    border-color: #e6ddff;
}

.service-note-box__title {
    margin: 0 0 10px;
    color: #111827;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.service-note-box__text {
    margin: 0;
    color: #536174;
    font-size: 16px;
    line-height: 1.7;
}

/* Lists */
.service-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 26px;
    color: #394456;
    font-size: 15px;
    line-height: 1.6;
}

.service-list li:last-child {
    margin-bottom: 0;
}

.service-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #1565ff;
    font-weight: 900;
}

/* Tariffs */
.service-tariffs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.service-tariff-card {
    padding: 26px;
    border: 1px solid #e1e8f2;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

.service-tariff-card__title {
    margin: 0 0 10px;
    color: #111827;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

.service-tariff-card__subtitle {
    margin: 0 0 12px;
    color: #1565ff;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 800;
}

.service-tariff-card__text {
    margin: 0 0 18px;
    color: #536174;
    font-size: 15px;
    line-height: 1.65;
}

.service-tariff-card__price {
    color: #111827;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

/* Calculator */
.service-mobile-calc {
    padding: 28px;
    border: 1px solid #e1e8f2;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.service-mobile-calc__title {
    margin: 0 0 12px;
    color: #111827;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
}

.service-mobile-calc__text {
    max-width: 920px;
    margin: 0 0 22px;
    color: #536174;
    font-size: 16px;
    line-height: 1.7;
}

.service-mobile-calc__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 22px;
}

.service-mobile-calc__label {
    display: block;
    margin-bottom: 8px;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
}

.service-mobile-calc__select {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid #d9e3f0;
    border-radius: 16px;
    background: #ffffff;
    color: #182233;
    font-size: 15px;
    outline: none;
}

.service-mobile-calc__result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px;
    border-radius: 20px;
    background: #f4f8ff;
}

.service-mobile-calc__hint {
    display: block;
    margin-bottom: 6px;
    color: #687385;
    font-size: 14px;
    font-weight: 700;
}

.service-mobile-calc__value {
    color: #1565ff;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
}

/* Forms */
.service-form {
    padding: 30px;
    border: 1px solid #e1e8f2;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.service-form__title {
    margin: 0 0 12px;
    color: #111827;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
}

.service-form__text {
    max-width: 880px;
    margin: 0 0 24px;
    color: #536174;
    font-size: 16px;
    line-height: 1.7;
}

.service-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.service-form__field--full {
    grid-column: 1 / -1;
}

.service-form__label {
    display: block;
    margin-bottom: 8px;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
}

.service-form__input,
.service-form__select,
.service-form__textarea {
    width: 100%;
    border: 1px solid #d9e3f0;
    border-radius: 16px;
    background: #ffffff;
    color: #182233;
    font-size: 15px;
    outline: none;
}

.service-form__input,
.service-form__select {
    min-height: 52px;
    padding: 0 16px;
}

.service-form__textarea {
    min-height: 120px;
    padding: 14px 16px;
    resize: vertical;
}

.service-form__agree {
    display: flex;
    gap: 10px;
    color: #536174;
    font-size: 14px;
    line-height: 1.5;
}

.service-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-form__hint {
    margin: 8px 0 0;
    color: #687385;
    font-size: 14px;
    line-height: 1.5;
}

.service-form__message {
    display: none;
    margin-bottom: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
}

.service-form__message.is-error,
.service-form__message.is-success {
    display: block;
}

.service-form__message.is-error {
    background: #fff1f2;
    color: #be123c;
}

.service-form__message.is-success {
    background: #ecfdf5;
    color: #047857;
}

.service-hidden-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

/* Settlements / tags */
.service-settlements,
.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-settlements__item,
.service-tags__link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid #e1e8f2;
    border-radius: 999px;
    background: #ffffff;
    color: #182233 !important;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none !important;
}

.service-tags__link:hover {
    border-color: #1565ff;
    background: #eef4ff;
    color: #1554d1 !important;
}

/* Company */
.service-company {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 22px;
}

.service-company-card,
.service-company-meta {
    padding: 26px;
    border: 1px solid #e1e8f2;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

.service-company-card__title,
.service-company-meta__title {
    margin: 0 0 14px;
    color: #111827;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
}

.service-company-card__text {
    margin: 0 0 14px;
    color: #536174;
    font-size: 16px;
    line-height: 1.75;
}

.service-company-card__text:last-child {
    margin-bottom: 0;
}

.service-company-meta__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-company-meta__item {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid #edf2f8;
}

.service-company-meta__item:last-child {
    border-bottom: none;
}

.service-company-meta__key {
    color: #687385;
    font-size: 14px;
    font-weight: 700;
}

.service-company-meta__value {
    color: #111827;
    font-size: 14px;
    font-weight: 800;
}

/* Staff / cert */
.service-staff-grid,
.service-cert-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.service-staff-card,
.service-cert-card {
    overflow: hidden;
    border: 1px solid #e1e8f2;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

.service-staff-card__image-wrap {
    aspect-ratio: 4 / 3;
    background: #f4f7fb;
    overflow: hidden;
}

.service-staff-card__image,
.service-cert-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-staff-card__body {
    padding: 22px;
}

.service-staff-card__name {
    margin: 0 0 8px;
    color: #111827;
    font-size: 22px;
    font-weight: 900;
}

.service-staff-card__position {
    margin: 0 0 18px;
    color: #536174;
    font-size: 15px;
    line-height: 1.5;
}

.service-cert-card {
    padding: 10px;
}

.service-cert-card img {
    height: auto;
    border-radius: 16px;
}

/* FAQ */
.service-faq__list {
    display: grid;
    gap: 12px;
}

.service-faq__item {
    border: 1px solid #e1e8f2;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
}

.service-faq__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 900;
    text-align: left;
    cursor: pointer;
}

.service-faq__answer {
    display: none;
    padding: 0 20px 18px;
}

.service-faq__answer p {
    margin: 0;
    color: #536174;
    font-size: 15px;
    line-height: 1.7;
}

/* SEO text */
.service-seo-box {
    padding: 28px;
    border: 1px solid #e1e8f2;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

.service-seo-box h3 {
    margin: 28px 0 12px;
    color: #111827;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
}

.service-seo-box h3:first-child {
    margin-top: 0;
}

.service-seo-box p {
    margin: 0 0 16px;
    color: #536174;
    font-size: 16px;
    line-height: 1.8;
}

/* CTA */
.service-cta {
    padding: 30px;
    border-radius: 26px;
    background: linear-gradient(135deg, #1565ff 0%, #0b46c4 100%);
    color: #ffffff;
}

.service-cta__wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
}

.service-cta__title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
}

.service-cta__text {
    margin: 0;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.7;
}

.service-cta .service-btn--light {
    background: #ffffff;
    color: #1565ff !important;
    border-color: #ffffff;
    box-shadow: none;
}

.service-cta .service-btn--light:hover {
    background: #eef4ff;
    color: #0b46c4 !important;
}

/* Important notes */
.service-important-notes {
    padding: 26px;
    border: 1px solid #e1e8f2;
    border-radius: 24px;
    background: #ffffff;
}

.service-important-notes__title {
    margin: 0 0 16px;
    color: #111827;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
}

/* Business block */
.service-prices-page__section--business {
    background: #f5fbfa;
}

.service-business-head {
    padding: 30px;
    border: 1px solid #c8f2ea;
    border-radius: 26px;
    background: linear-gradient(135deg, #ecfdf5 0%, #ffffff 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

.service-business-head__title {
    margin: 0 0 14px;
    color: #064e3b;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
}

.service-business-head__text {
    max-width: 920px;
    margin: 0 0 14px;
    color: #38564d;
    font-size: 16px;
    line-height: 1.7;
}

.service-btn--business {
    background: #0f766e !important;
    border-color: #0f766e !important;
    color: #ffffff !important;
}

.service-btn--business:hover {
    background: #0b5f59 !important;
    border-color: #0b5f59 !important;
}

/* Responsive */
@media (max-width: 1200px) {
    .service-prices-page__grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-company {
        grid-template-columns: 1fr;
    }

    .service-cta__wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .service-prices-page__grid--3,
    .service-prices-page__grid--2,
    .service-tariffs,
    .service-staff-grid,
    .service-cert-grid,
    .service-mobile-calc__grid {
        grid-template-columns: 1fr;
    }

    .service-prices-page__section-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .service-prices-table-wrap {
        display: none;
    }

    .service-mobile-cards {
        display: grid;
        gap: 14px;
    }

    .service-mobile-card {
        padding: 20px;
        border: 1px solid #e1e8f2;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
    }

    .service-mobile-card__title {
        margin: 0 0 14px;
        color: #111827;
        font-size: 21px;
        line-height: 1.25;
        font-weight: 900;
    }

    .service-mobile-card__row {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        padding: 10px 0;
        border-bottom: 1px solid #edf2f8;
    }

    .service-mobile-card__row:last-child {
        border-bottom: none;
    }

    .service-mobile-card__label {
        color: #687385;
        font-size: 14px;
        font-weight: 700;
    }

    .service-mobile-card__value {
        color: #111827;
        font-size: 14px;
        font-weight: 900;
        text-align: right;
    }

    .service-form__grid {
        grid-template-columns: 1fr;
    }

    .service-mobile-calc__result {
        display: grid;
        grid-template-columns: 1fr;
    }

    .service-mobile-calc__value {
        font-size: 30px;
    }

    .service-prices-page__section-title,
    .service-form__title,
    .service-mobile-calc__title,
    .service-cta__title {
        font-size: 27px;
    }

    .service-card__actions,
    .service-form__actions {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .service-prices-page__grid--4 {
        grid-template-columns: 1fr;
    }

    .service-card,
    .service-info-card,
    .service-case-card,
    .service-factor,
    .service-object-card,
    .service-step-card,
    .service-adv-card,
    .service-business-object,
    .service-business-advantage,
    .service-note-box,
    .service-form,
    .service-mobile-calc,
    .service-seo-box,
    .service-business-head,
    .service-company-card,
    .service-company-meta {
        padding: 20px;
        border-radius: 20px;
    }

    .service-company-meta__item {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .service-tabs {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .service-tabs__button {
        width: 100%;
    }
}
/* ================================
   Remove section backgrounds
   ================================ */

body .service-prices-page {
    background: #ffffff !important;
}

body .service-prices-page .service-hero {
    background: #ffffff !important;
}

body .service-prices-page .service-hero::before {
    display: none !important;
    content: none !important;
    background: none !important;
}

body .service-prices-page .service-prices-page__section,
body .service-prices-page .service-prices-page__section--gray,
body .service-prices-page .service-prices-page__section--business,
body .service-prices-page .service-prices-page__section--special,
body .service-prices-page .service-prices-page__section--compact {
    background: #ffffff !important;
}