/* Services Page Styles */

.page-services {
    background: #fff;
}

/* Hero Section - extends .page-hero base styles from main.css */
.services-hero {
    position: relative;
    padding: 6rem 0 3rem;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: center;
}

.services-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/remote/unsplash-1554224155-hero.jpg') center/cover fixed;
    z-index: 0;
}

.services-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.75);
    z-index: 1;
}

.services-hero-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.04);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
    z-index: 2;
    pointer-events: none;
    user-select: none;
}

.services-hero .container {
    position: relative;
    z-index: 3;
}

.services-hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.75rem;
    letter-spacing: -0.02em;
}

.services-hero-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 1.25rem;
    max-width: 700px;
}

.services-hero-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

.services-hero-breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
}

.services-hero-breadcrumbs a:hover {
    color: #fff;
}

.services-hero-breadcrumbs .current {
    color: #fff;
}

/* Featured Service Section */
.services-featured {
    padding: 3rem 0;
    background: #f8fafc;
}

.service-group-left-split {
    padding: 0 !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: none;
}

.service-group-left-top {
    position: relative;
    background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(30, 41, 59, 0.85)), url('../../images/usluga.png') center/cover;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 0;
    color: #fff;
    flex-grow: 1;
    width: 100%;
}

.service-group-left-top .service-group-title,
.service-group-left-top .service-group-desc {
    padding: 0 2.5rem;
}

.service-group-left-top .service-group-title {
    padding-top: 2.5rem;
    margin: 0;
}

.service-group-left-top .service-group-title {
    color: #fff;
}

.service-group-left-top .service-group-desc {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    padding-bottom: 2.5rem;
}

.service-group-left-bottom {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 2.5rem;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 50%, #ffffff 100%);
}

.service-group-left-bottom .service-group-price {
    margin: 0;
}

.service-group-left-bottom .service-group-btn {
    margin-top: 0;
}

/* Services List */
.services-list {
    position: relative;
    padding: 4rem 0 5rem;
    background: url('../images/remote/services-list-bg.jpg') center/cover fixed;
}

.services-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.services-list .container {
    position: relative;
    z-index: 1;
}

.services-list-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin: 0 0 3rem 0;
    letter-spacing: -0.02em;
}

/* Service Group */
.service-group {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.service-group:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.service-group-left {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 2.5rem;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 50%, #ffffff 100%);
    position: relative;
}

.service-group-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.service-group-desc {
    font-size: 1.0625rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.service-group-price {
    font-size: 2.25rem;
    font-weight: 800;
    color: #3b82f6;
    margin: 0.75rem 0;
    letter-spacing: -0.02em;
}

.service-group-price .price-prefix {
    font-size: 1rem;
    font-weight: 600;
    opacity: 0.7;
}

.service-group-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #1a9e4f 0%, #25D366 50%, #1a9e4f 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-top: auto;
    box-shadow: 0 4px 15px rgba(26, 158, 79, 0.35);
    position: relative;
    overflow: hidden;
}

.service-group-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #25D366 0%, #2EE57D 50%, #25D366 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
}

.service-group-btn svg,
.service-group-btn span {
    position: relative;
    z-index: 1;
}

.service-group-btn span {
    line-height: 20px;
}

.service-group-btn:hover::before {
    opacity: 1;
}

.service-group-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

.service-group-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2.5rem;
    background: #ffffff;
}

.service-group-services-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 1rem 0;
}

.service-group-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2.5rem;
}

.service-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    color: #334155;
    text-decoration: none;
    font-size: 1.0625rem;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    font-weight: 500;
}

.service-item-link:hover {
    color: #3b82f6;
    border-bottom-color: #3b82f6;
}

.service-item-link span {
    color: #3b82f6;
    font-size: 0.9375rem;
    white-space: nowrap;
    margin-left: 0.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-item-link:hover span {
    opacity: 0;
}

.service-group-note {
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border-radius: 8px;
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.6;
}

/* Why Us Section */
.why-us {
    padding: 5rem 0;
    background: #fff;
}

.why-us-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3.5rem;
    align-items: start;
}

.why-us-header-left {
    display: flex;
    flex-direction: column;
}

.why-us-header-right {
    display: flex;
    align-items: flex-start;
}

.why-us-label {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #3b82f6;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    position: relative;
    padding-right: 4rem;
}

.why-us-label::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 3rem;
    height: 2px;
    background: #3b82f6;
}

.why-us-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
    margin: 0;
}

.why-us-desc {
    font-size: 1rem;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
}

.why-us-grid {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.why-us-card {
    flex: 1;
    padding: 0;
}

.why-us-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #3b82f6;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.why-us-icon svg {
    width: 28px;
    height: 28px;
    fill: #3b82f6;
}

.why-us-card-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.why-us-card-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

.why-us-arrow {
    font-size: 2.5rem;
    color: #d1d5db;
    font-weight: 300;
    align-self: center;
    margin-top: 1.5rem;
    flex-shrink: 0;
    padding: 0 0.5rem;
}

/* CTA Section */
.page-services .cta-section {
    position: relative;
    padding: 5rem 0;
    background: url('../../images/background-image/bg-calla.webp') center/cover fixed;
}

.page-services .cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: none;
}

.page-services .cta-section .container {
    position: relative;
    z-index: 1;
}

.page-services .cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.page-services .cta-content {
    text-align: left;
}

.page-services .cta-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: -5rem;
}

.page-services .cta-image img {
    max-height: 575px;
    width: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

.page-services .cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.page-services .cta-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 2rem 0;
    line-height: 1.6;
}

.page-services .cta-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.page-services .cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: linear-gradient(45deg, #23B65A 0%, #23F371 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.page-services .cta-btn-primary:hover {
    background: linear-gradient(45deg, #1ea34d 0%, #1ed964 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.page-services .cta-btn-max {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: linear-gradient(64.98deg, #48C0FD 9.45%, #385BFC 56.23%, #9B43DB 87.29%);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 15px rgba(56, 91, 252, 0.35);
}

.page-services .cta-btn-max:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(56, 91, 252, 0.45);
}

.page-services .cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: transparent;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.page-services .cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
    .service-group {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem;
    }

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

    .why-us-header {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .why-us-grid {
        flex-wrap: wrap;
    }

    .why-us-card {
        flex: 0 0 calc(50% - 2rem);
    }

    .why-us-arrow {
        display: none;
    }
}

@media (max-width: 768px) {
    .services-hero {
        padding: 5rem 0 2rem;
        min-height: 220px;
    }

    .services-hero-title {
        font-size: 2.25rem;
    }

    .services-hero-subtitle {
        font-size: 1rem;
    }

    .services-hero-watermark {
        font-size: 6rem;
    }

    .services-featured {
        padding: 2rem 0;
    }

    .service-group-left-top {
        padding: 0;
    }
    
    .service-group-left-top .service-group-title,
    .service-group-left-top .service-group-desc {
        padding: 0 2rem;
    }
    
    .service-group-left-top .service-group-title {
        padding-top: 2rem;
    }

    .service-group-left-bottom {
        padding: 2rem;
    }

    .services-list {
        padding: 2rem 0 3rem;
    }

    .services-list-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .service-group {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .service-group-title {
        font-size: 1.25rem;
    }

    .service-group-desc {
        font-size: 1rem;
    }

    .service-group-price {
        font-size: 1.5rem;
    }

    .service-group-price .price-prefix {
        font-size: 0.875rem;
    }

    .service-item-link {
        font-size: 1rem;
    }

    .service-item-link span {
        font-size: 0.875rem;
    }

    .why-us {
        padding: 3rem 0;
    }

    .why-us-title {
        font-size: 1.5rem;
    }

    .why-us-card {
        flex: 0 0 100%;
    }

    .why-us-grid {
        gap: 2rem;
    }

    .page-services .cta-section {
        padding: 3rem 0;
    }

    .page-services .cta-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .page-services .cta-content {
        text-align: center;
    }

    .page-services .cta-title {
        font-size: 1.75rem;
    }

    .page-services .cta-subtitle {
        font-size: 1rem;
    }

    .page-services .cta-buttons {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        padding: 0;
    }

    .page-services .cta-btn-primary,
    .page-services .cta-btn-max {
        width: 100%;
        max-width: none;
        justify-content: center;
    }

    .page-services .cta-image {
        order: -1;
        margin-bottom: 0;
    }

    .page-services .cta-image img {
        max-height: 300px;
    }
}

/* Секция "Шапка" (страница услуги) — уникальный блок, не слайдер */
.service-page-header {
    position: relative;
    padding: 4rem 0 3rem;
    background-image: url('../../images/background-image/bg_01.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-page-header__container {
    position: relative;
    z-index: 1;
}

.service-page-header__breadcrumbs {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

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

.service-page-header__breadcrumbs a:hover {
    color: #fff;
}

.service-page-header__breadcrumbs .current {
    color: #fff;
}

.service-page-header__image {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 42%;
    height: auto;
    object-fit: contain;
    z-index: 0;
}

.service-page-header__inner {
    position: relative;
    z-index: 1;
    text-align: left;
    max-width: 720px;
    margin-top: 2.5rem;
    margin-bottom: 7.5rem;
}

.service-page-header__title {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.25rem;
    color: #fff;
    letter-spacing: -0.02em;
}

.service-page-header__subtitle {
    font-size: 1.125rem;
    line-height: 1.65;
    margin: 0 0 2rem;
    color: rgba(255, 255, 255, 0.95);
}

.service-page-header__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.service-page-header__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(45deg, #23B65A 0%, #23F371 100%);
    color: #fff;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
}

.service-page-header__btn--max {
    background: linear-gradient(64.98deg, #48C0FD 9.45%, #385BFC 56.23%, #9B43DB 87.29%);
    box-shadow: 0 4px 15px rgba(56, 91, 252, 0.35);
}

.service-page-header__btn--max:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(56, 91, 252, 0.45);
}

.service-page-header__btn:not(.service-page-header__btn--max):hover {
    background: linear-gradient(45deg, #1ea34d 0%, #1ed964 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

/* Блок с тизерами преимуществ */
.service-page-header__teasers {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 2rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
}

.header-teaser {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.25rem;
}

.header-teaser__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #b45309;
    border-radius: 16px;
}

.header-teaser__content {
    flex: 1;
    min-width: 0;
}

.header-teaser__icon svg,
.header-teaser__icon img {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.header-teaser__title {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

.header-teaser__desc {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #64748b;
    margin: 0;
}

@media (max-width: 1024px) {
    .service-page-header__teasers {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .service-page-header__teasers {
        grid-template-columns: 1fr;
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .services-hero-breadcrumbs,
    .service-page-header__breadcrumbs {
        display: none;
    }

    .service-page-header {
        padding: 2.5rem 0 2rem;
    }

    .service-page-header__image {
        display: none;
    }

    .service-page-header__title {
        font-size: 2rem;
    }

    .service-page-header__subtitle {
        font-size: 1rem;
    }

    .service-page-header__buttons {
        flex-direction: column;
        width: 100%;
    }

    .service-page-header__btn {
        width: 100%;
        justify-content: center;
    }
}

/* Секция "Что входит в услугу" */
/* Секция «Кому мы можем помочь» */
.service-target.section-block {
    padding: 4rem 0;
    background: #f1f5f9;
}

.service-target__title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.service-target__title-accent {
    color: #16a34a;
}

.service-target__subtitle {
    font-size: 1.0625rem;
    line-height: 1.6;
    color: #475569;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 3rem;
}

.service-target__columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1.5rem 2rem;
    align-items: start;
}

.service-target__item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

.service-target__content {
    flex: 1;
    min-width: 0;
}

.service-target__item-title {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.35rem;
}

.service-target__item-desc {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #64748b;
    margin: 0;
}

.service-target__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    color: #16a34a;
}

.service-target__icon svg {
    width: 40px;
    height: 40px;
}

.service-target__icon-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

@media (max-width: 1024px) {
    .service-target__columns {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, auto);
    }
}

@media (max-width: 768px) {
    .service-target__title {
        font-size: 1.75rem;
    }
    .service-target__columns {
        grid-template-columns: 1fr;
        grid-template-rows: unset;
        gap: 1.5rem;
    }
}

.service-includes.section-block {
    padding: 4rem 0;
    background: #fff;
}

.service-includes .section-block__title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 2rem;
    letter-spacing: -0.02em;
    text-align: center;
}

/* Сетка из трёх карточек */
.service-includes__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* Карточка услуги */
.si-card {
    display: flex;
    flex-direction: column;
}

.si-card__image {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    aspect-ratio: 16 / 10;
}

.si-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.si-card__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 1.25rem;
    line-height: 1.3;
}

.si-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.si-card__list li {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #475569;
    position: relative;
    padding-left: 1.5rem;
}

.si-card__list li::before {
    content: '—';
    position: absolute;
    left: 0;
    top: 0;
    color: #94a3b8;
    font-weight: 700;
}

/* Вариант карточки: заголовок поверх изображения (второй ряд) */
.si-card--title-overlay .si-card__image {
    position: relative;
}

.si-card__image-shade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2) 40%, transparent);
    pointer-events: none;
    border-radius: 0 0 16px 16px;
}

.si-card--title-overlay .si-card__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 1.25rem 1.25rem 1rem;
    color: #fff;
    z-index: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Адаптивность секции "Что входит в услугу" */
@media (max-width: 1024px) {
    .service-includes__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .service-includes__grid {
        grid-template-columns: 1fr;
    }
}

/* Секция "Этапы работы" — дорожная карта */
.service-stages.section-block {
    padding: 4rem 0;
    background: #f8fafc;
}

/* Двухколоночная раскладка: roadmap слева, пустой блок справа */
.service-stages__layout {
    display: flex;
    gap: 2rem;
    align-items: stretch;
}

.service-stages__left {
    flex: 1 1 60%;
    min-width: 0;
}

.service-stages__right {
    flex: 0 0 35%;
    min-height: 100%;
    border-radius: 12px;
}

.service-stages__right .service-stages__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

.service-stages__title {
    font-size: 2rem;
    font-weight: 700;
    color: #166534;
    text-align: left;
    margin: 0 0 3rem;
    line-height: 1.25;
}

.service-stages__roadmap {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 2rem;
}

.service-stages__step {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border: 1px solid #86efac;
    border-radius: 12px;
    box-sizing: border-box;
    z-index: 1;
}

/* Горизонтальные пунктирные линии: левая карточка → правая */
.service-stages__step:nth-child(1)::after,
.service-stages__step:nth-child(3)::after,
.service-stages__step:nth-child(5)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 2rem;
    border-top: 2px dashed #22c55e;
}

/* Г-образные: правая карточка ↓ → влево (верхняя половина gap) */
.service-stages__step:nth-child(2)::after,
.service-stages__step:nth-child(4)::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 50%;
    width: calc(100% + 2rem);
    height: 1rem;
    border-right: 2px dashed #22c55e;
    border-bottom: 2px dashed #22c55e;
}

/* Вертикальный отрезок: от горизонтальной линии вниз к карточке 03/05 (нижняя половина gap) */
.service-stages__step:nth-child(3)::before,
.service-stages__step:nth-child(5)::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-1px);
    width: 2px;
    height: 1rem;
    background-image: repeating-linear-gradient(
        to bottom,
        #22c55e 0, #22c55e 6px,
        transparent 6px, transparent 12px
    );
}

.service-stages__num {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: #dcfce7;
    color: #166534;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 50%;
}

.service-stages__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: #166534;
}

.service-stages__icon svg {
    width: 24px;
    height: 24px;
}

.service-stages__text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #1e293b;
}

@media (max-width: 1024px) {
    .service-stages__layout {
        flex-direction: column;
    }
    .service-stages__right {
        display: none;
    }
    .service-stages__title {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .service-stages__title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    .service-stages__roadmap {
        grid-template-columns: 1fr;
        grid-template-rows: unset;
        gap: 1.5rem;
    }
    .service-stages__step::after,
    .service-stages__step::before {
        display: none !important;
    }
}

/* Секция "ЧАВО" (страница услуги) */
.service-faq.section-block {
    padding: 4rem 0;
    background: #fff;
}

.service-faq__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.service-faq__label {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #3b82f6;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    position: relative;
    padding-right: 4rem;
}

.service-faq__label::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 2px;
    background: #3b82f6;
}

.service-faq__title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    line-height: 1.2;
}

.service-faq__header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin-top: calc(0.875rem * 1.2 + 0.75rem + 8px);
}

.service-faq__desc {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .service-faq__header {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .service-faq__header-right {
        align-items: flex-start;
        text-align: left;
        margin-top: 0;
    }
    .service-faq__title {
        font-size: 1.75rem;
    }
}

/* FAQ — аккордеон */
.service-faq__list {
    margin-top: 3rem;
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
}

.faq-item:first-child {
    border-top: 1px solid #e2e8f0;
}

.faq-item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 0;
    cursor: pointer;
    list-style: none;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
    transition: color 0.2s;
}

/* Убираем стандартный маркер details/summary */
.faq-item__question::-webkit-details-marker {
    display: none;
}

.faq-item__question::marker {
    display: none;
    content: '';
}

.faq-item__question:hover {
    color: #22c55e;
}

/* Иконка + / − */
.faq-item__icon {
    position: relative;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f1f5f9;
    transition: background 0.2s, transform 0.3s;
}

.faq-item__icon::before,
.faq-item__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #475569;
    border-radius: 1px;
    transition: transform 0.3s, background 0.2s;
}

/* Горизонтальная линия (всегда) */
.faq-item__icon::before {
    width: 14px;
    height: 2px;
    transform: translate(-50%, -50%);
}

/* Вертикальная линия (поворачивается при открытии) */
.faq-item__icon::after {
    width: 2px;
    height: 14px;
    transform: translate(-50%, -50%);
}

/* Открытое состояние — вертикальная линия поворачивается, становясь − */
.faq-item[open] .faq-item__icon {
    background: #dcfce7;
}

.faq-item[open] .faq-item__icon::before,
.faq-item[open] .faq-item__icon::after {
    background: #166534;
}

.faq-item[open] .faq-item__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* Ответ */
.faq-item__answer {
    padding: 0 0 1.5rem;
    animation: faqFadeIn 0.3s ease;
}

.faq-item__answer p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #475569;
}

@keyframes faqFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .faq-item__question {
        font-size: 1rem;
        padding: 1.25rem 0;
    }
}

/* Блок «Остались вопросы?» — форма обратного звонка */
.faq-callback {
    margin-top: 3rem;
    padding: 2.5rem 3rem;
    background: #f8fafc;
    border-radius: 16px;
    text-align: center;
}

.faq-callback__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem;
}

.faq-callback__subtitle {
    font-size: 1rem;
    color: #64748b;
    margin: 0 0 1.5rem;
}

.faq-callback__form {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: stretch;
    max-width: 700px;
    margin: 0 auto;
}

.faq-callback__input {
    flex: 1 1 0;
    padding: 0.875rem 1.25rem;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 1rem;
    color: #1e293b;
    background: #fff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.faq-callback__input::placeholder {
    color: #94a3b8;
}

.faq-callback__input:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

.faq-callback__btn {
    flex-shrink: 0;
    padding: 0.875rem 2rem;
    background: #22c55e;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.faq-callback__btn:hover {
    background: #16a34a;
}

.faq-callback__btn:active {
    transform: scale(0.98);
}

@media (max-width: 640px) {
    .faq-callback {
        padding: 2rem 1.5rem;
    }
    .faq-callback__form {
        flex-direction: column;
    }
    .faq-callback__btn {
        width: 100%;
    }
}

/* Секция "Получите коммерческое предложение" */
.service-offer.section-block {
    padding: 4rem 0;
    background: #f8fafc;
}

/* Калькулятор стоимости */
.calc {
    max-width: 960px;
    margin: 2.5rem auto 0;
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem 3rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.calc__group {
    margin-bottom: 2.5rem;
}

.calc__label {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 1rem;
}

/* Радио-кнопки (система налогообложения) */
.calc__radios {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2.5rem;
}

.calc__radio {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9375rem;
    color: #475569;
    user-select: none;
}

.calc__radio input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.calc__radio-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    transition: border-color 0.2s;
}

.calc__radio-mark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #22c55e;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s;
}

.calc__radio input:checked ~ .calc__radio-mark {
    border-color: #22c55e;
}

.calc__radio input:checked ~ .calc__radio-mark::after {
    transform: translate(-50%, -50%) scale(1);
}

.calc__radio input:checked ~ span:last-child {
    color: #1e293b;
    font-weight: 600;
}

/* Ползунок (дискретные шаги) */
.calc__slider {
    position: relative;
    padding: 0.5rem 0;
}

.calc__track {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
}

.calc__track-fill {
    height: 100%;
    background: #22c55e;
    border-radius: 2px;
    width: 0%;
    transition: width 0.25s;
}

.calc__stops {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.calc__stop {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 0.875rem;
    color: #94a3b8;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    transition: color 0.2s;
}

.calc__stop::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e2e8f0;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #e2e8f0;
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}

.calc__stop.is-active::before,
.calc__stop.is-passed::before {
    background: #22c55e;
    box-shadow: 0 0 0 2px #22c55e;
}

.calc__stop.is-active::before {
    transform: scale(1.35);
    box-shadow: 0 0 0 3px rgba(34,197,94,0.25);
}

.calc__stop.is-active,
.calc__stop.is-passed {
    color: #1e293b;
    font-weight: 700;
}

/* Чекбоксы (виды деятельности) */
.calc__checks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem 2rem;
}

.calc__check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9375rem;
    color: #475569;
    user-select: none;
}

.calc__check input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.calc__check-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    transition: background 0.2s, border-color 0.2s;
}

.calc__check-mark::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform 0.15s;
}

.calc__check input:checked ~ .calc__check-mark {
    background: #22c55e;
    border-color: #22c55e;
}

.calc__check input:checked ~ .calc__check-mark::after {
    transform: rotate(45deg) scale(1);
}

.calc__check input:checked ~ span:last-child {
    color: #1e293b;
    font-weight: 600;
}

/* Итого + кнопка */
.calc__footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.calc__total {
    font-size: 1.25rem;
    color: #1e293b;
}

.calc__total strong {
    font-size: 2rem;
    font-weight: 800;
    color: #1e293b;
}

.calc__currency {
    font-size: 1rem;
    color: #64748b;
    font-weight: 400;
}

.calc__order-btn {
    padding: 1rem 2.5rem;
    background: #1e293b;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    border: 2px solid #1e293b;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.calc__order-btn:hover {
    background: transparent;
    color: #1e293b;
}

/* Адаптив калькулятора */
@media (max-width: 768px) {
    .calc {
        padding: 1.5rem;
    }
    .calc__radios {
        flex-direction: column;
        gap: 0.75rem;
    }
    .calc__checks {
        grid-template-columns: 1fr 1fr;
    }
    .calc__footer {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    .calc__stop {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .calc__checks {
        grid-template-columns: 1fr;
    }
}

/* Секция "Отличие от штатного бухгалтера" (страница услуги) */
.accounting-difference.section-block {
    position: relative;
    padding: 4rem 0;
    background: #f8fafc;
}

/* Блок-четырёхугольник (div, обрезанный SVG clipPath — форма как у path) */
.accounting-difference__block {
    width: 100%;
    background: #1a202c;
    clip-path: url(#quad-clip);
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/* Внутренняя обёртка (заголовок + колонки) */
.ad-block__inner {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 8%;
}

/* Заголовок блока внутри тёмной фигуры */
.ad-block__title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.02em;
}

/* Внутренняя обёртка контента — колонки */
.ad-block__columns {
    display: flex;
    align-items: stretch;
    width: 100%;
}

/* Колонки */
.ad-block__col {
    flex: 1;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Заголовок колонки */
.ad-block__col-title {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1.3;
}

/* Вертикальная разделительная линия */
.ad-block__divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    align-self: stretch;
}

/* Списки */
.ad-block__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ad-block__list li {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    padding-left: 1.75rem;
}

/* Минусы (левая колонка) — тире */
.ad-block__list--cons li::before {
    content: '—';
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
}

/* Плюсы (правая колонка) — галочка */
.ad-block__list--pros li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #4ade80;
    font-weight: 700;
}

/* Ценовые блоки под колонками */
.ad-block__price {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    min-height: 70px;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
}

.ad-block__price-value {
    font-size: 1.5rem;
    font-weight: 800;
    white-space: nowrap;
}

.ad-block__price-label {
    font-size: 0.85rem;
    line-height: 1.4;
    opacity: 0.9;
}

/* Красный блок (штатный бухгалтер) */
.ad-block__price--red {
    background: linear-gradient(135deg, #dc2626, #ef4444);
    color: #fff;
}

/* Зелёный блок (сотрудничество) — в противовес красному */
.ad-block__price--outline {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    border: none;
    color: #fff;
}

/* Правая колонка: блок цены на всю ширину колонки (снимаем общий max-width) */
.accounting-difference .ad-block__col--right .ad-block__price {
    max-width: none;
    width: 100%;
}

/* Адаптивность колонок внутри блока */
@media (max-width: 768px) {
    .accounting-difference__block {
        clip-path: none;
        border-radius: 16px;
    }

    .ad-block__inner {
        padding-top: 2rem;
    }

    .ad-block__columns {
        flex-direction: column;
        max-width: 90%;
        padding: 5% 0 10%;
        gap: 2rem;
    }

    .ad-block__divider {
        width: 100%;
        height: 1px;
        align-self: auto;
    }

    .ad-block__col {
        padding: 0;
    }

    .ad-block__col-title {
        font-size: 1.15rem;
    }

    .ad-block__list li {
        font-size: 0.9rem;
    }
}

