/* =============================================
   SERVICE PAGE STYLES — DenProk-MED
   Shared styles for landing pages:
   perevozka, skoraya, reanimacia, gospitalizacia
   ============================================= */

/* Service Hero */
.service-hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 50px;
}

.service-hero.transport-hero {
    background: linear-gradient(135deg, rgba(26,115,232,0.92) 0%, rgba(0,200,83,0.85) 100%),
                url('img/bg.jpeg') center/cover;
}

.service-hero.ambulance-hero {
    background: linear-gradient(135deg, rgba(26,115,232,0.92) 0%, rgba(79,195,247,0.85) 50%, rgba(0,200,83,0.85) 100%),
                url('img/bg.jpeg') center/cover;
}

.service-hero.reanimation-hero {
    background: linear-gradient(135deg, rgba(229,57,53,0.9) 0%, rgba(255,112,67,0.85) 50%, rgba(255,138,101,0.85) 100%),
                url('img/bg.jpeg') center/cover;
}

.service-hero.hospital-hero {
    background: linear-gradient(135deg, rgba(0,137,123,0.9) 0%, rgba(38,166,154,0.85) 50%, rgba(77,182,172,0.85) 100%),
                url('img/bg.jpeg') center/cover;
}

.service-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.service-hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.service-hero-content h1 {
    font-size: 2.4rem;
    color: white;
    line-height: 1.2;
    margin-bottom: 15px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}

.service-hero-content p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 18px;
    line-height: 1.5;
}

.service-hero-features {
    list-style: none;
    margin-bottom: 20px;
}

.service-hero-features li {
    color: rgba(255,255,255,0.95);
    padding: 5px 0;
    font-size: 0.98rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-hero-features li i {
    color: white;
    font-size: 0.7rem;
    width: 22px;
    height: 22px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Focused hero — перевозка лежачих (страница услуги) */
.service-hero.transport-hero.transport-hero--focused {
    background: #f4f7fb;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 32px;
}

.service-hero.transport-hero.transport-hero--focused::before {
    display: none;
}

.transport-hero--focused .service-hero-container {
    max-width: 1040px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
    gap: 24px;
    align-items: start;
    padding: 0 20px;
}

.transport-hero--focused .service-hero-content h1 {
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    color: var(--dark, #1a1a2e);
    text-shadow: none;
    margin-bottom: 10px;
    line-height: 1.25;
    max-width: 18em;
}

.transport-hero--focused .hero-service-tag {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--primary, #1a73e8);
    background: rgba(26, 115, 232, 0.08);
    padding: 5px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.transport-hero--focused .hero-lead {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4b5563;
    margin-bottom: 12px;
    max-width: 34em;
}

.transport-hero--focused .hero-lead strong {
    color: var(--dark, #1a1a2e);
    font-weight: 700;
}

.transport-hero--focused .hero-fit {
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 14px;
    max-width: 36em;
}

.transport-hero--focused .hero-fit-title {
    margin: 0 0 8px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
}

.transport-hero--focused .hero-fit-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.transport-hero--focused .hero-fit-list li {
    font-size: 0.84rem;
    line-height: 1.4;
    color: #374151;
    padding-left: 14px;
    position: relative;
}

.transport-hero--focused .hero-fit-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary, #1a73e8);
}

.transport-hero--focused .hero-benefits {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 36em;
}

.transport-hero--focused .hero-benefits--chips li {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 0.74rem;
    font-weight: 600;
    line-height: 1.3;
    color: #4b5563;
    background: #fff;
    border: 1px solid #e4eaf2;
}

.transport-hero--focused .hero-benefits li i {
    display: none;
}

.transport-hero--focused .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
    max-width: 340px;
}

.transport-hero--focused .btn-hero-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--primary, #1a73e8);
    color: #fff;
    font-weight: 700;
    padding: 10px 18px;
    min-height: 54px;
    box-shadow: 0 4px 16px rgba(26, 115, 232, 0.25);
}

.transport-hero--focused .hero-cta-call-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.15;
    text-align: left;
}

.transport-hero--focused .hero-cta-call-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.9;
}

.transport-hero--focused .hero-cta-call-phone {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.transport-hero--focused .btn-hero-call:hover {
    background: #1557b0;
    color: #fff;
    transform: translateY(-1px);
}

.transport-hero--focused .btn-hero-quote {
    background: #fff;
    color: var(--primary, #1a73e8);
    border: 1px solid #c5dff5;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 12px 20px;
    min-height: 48px;
    box-shadow: none;
}

.transport-hero--focused .btn-hero-quote:hover {
    background: #f0f7ff;
    color: var(--primary, #1a73e8);
}

.transport-hero--focused .hero-microcopy {
    font-size: 0.78rem;
    line-height: 1.45;
    color: #6b7280;
    max-width: 34em;
    margin-bottom: 0;
}

.transport-hero--focused .service-hero-media {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.transport-hero--focused .hero-visual {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e4eaf2;
    box-shadow: 0 8px 24px rgba(26, 55, 100, 0.08);
}

.transport-hero--focused .hero-visual img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
}

.transport-hero--focused .hero-visual-caption {
    display: block;
    padding: 8px 12px;
    background: #fff;
    color: #5a6578;
    font-size: 0.74rem;
    line-height: 1.35;
    border-top: 1px solid #e8edf3;
}

.transport-hero--focused .hero-form {
    background: #fff;
    padding: 16px 16px 14px;
    border-radius: 12px;
    border: 1px solid #e4eaf2;
    box-shadow: 0 8px 24px rgba(26, 55, 100, 0.06);
    scroll-margin-top: 90px;
}

.transport-hero--focused .hero-form h3 {
    font-size: 0.92rem;
    margin-bottom: 4px;
    color: var(--dark, #1a1a2e);
    text-align: left;
    line-height: 1.35;
}

.transport-hero--focused .hero-form-lead {
    font-size: 0.78rem;
    line-height: 1.4;
    color: #6b7280;
    margin: 0 0 10px;
}

.transport-hero--focused .hero-form .form-group {
    margin-bottom: 10px;
}

.transport-hero--focused .hero-form .form-group input {
    padding: 12px 14px;
    font-size: 0.95rem;
    min-height: 46px;
}

.transport-hero--focused .hero-form .btn-primary {
    min-height: 48px;
    font-size: 0.92rem;
    font-weight: 700;
}

.transport-hero--focused .hero-form-note {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 0.72rem;
    line-height: 1.45;
    color: #6b7280;
    text-align: center;
}

.transport-hero--focused .hero-form-note a {
    color: var(--primary, #1a73e8);
    font-weight: 600;
}

@media (min-width: 769px) {
    .transport-hero--focused .hero-actions {
        flex-direction: column;
        max-width: 320px;
    }

    .transport-hero--focused .hero-visual img {
        height: 172px;
    }
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 15px 0;
    background: rgba(255,255,255,0.95);
    border-bottom: 1px solid #eee;
}

.breadcrumbs-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.breadcrumbs-list {
    list-style: none;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.breadcrumbs-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumbs-list a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumbs-list a:hover {
    color: var(--secondary);
}

.breadcrumbs-list .separator {
    color: #999;
    font-size: 0.8rem;
}

.breadcrumbs-list .current {
    color: #666;
}

/* Content Sections */
.service-section {
    padding: 60px 0;
}

.service-section.section-pricing,
.service-section.section-faq {
    background: #f8fafc;
}

.service-section:not(.section-pricing):not(.section-faq) {
    background: #fff;
}

.service-section .section-container {
    max-width: 1100px;
}

.service-section h2 {
    font-size: 1.8rem;
    color: var(--dark);
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 12px;
}

.service-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--gradient);
    border-radius: 2px;
}

.service-section.text-center h2::after {
    left: 50%;
    transform: translateX(-50%);
}

.service-section h3 {
    font-size: 1.2rem;
    color: var(--dark);
    margin-bottom: 12px;
    margin-top: 20px;
}

.service-section p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 12px;
    font-size: 0.98rem;
}

/* Service Feature List */
.service-feature-list {
    list-style: none;
    margin: 15px 0;
}

.service-feature-list li {
    padding: 7px 0;
    padding-left: 30px;
    position: relative;
    color: #555;
    line-height: 1.5;
    font-size: 0.95rem;
}

.service-feature-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--secondary);
    font-size: 1rem;
}

/* Service Cards Grid */
.service-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.service-type-card {
    background: white;
    border-radius: 14px;
    padding: 22px 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.service-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.service-type-card .card-icon {
    width: 48px;
    height: 48px;
    background: var(--gradient);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    margin-bottom: 14px;
}

.service-type-card h3 {
    font-size: 1.1rem;
    color: var(--dark);
    margin-bottom: 10px;
    margin-top: 0;
}

.service-type-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Trust block */
.section-trust {
    padding: 44px 0 48px;
    background: #fff;
    border-top: 1px solid #eef2f7;
}

.trust-header,
.process-header,
.section-scenarios-header,
.pricing-header,
.reviews-header,
.faq-header,
.seo-service-header {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    z-index: auto;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.trust-header {
    text-align: center;
    max-width: 520px;
    margin: 0 auto 28px;
}

.trust-header h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    margin-bottom: 8px;
    line-height: 1.25;
    color: var(--dark, #1a1a2e);
    font-weight: 700;
}

.trust-header h2::after {
    display: none;
}

.trust-header p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: #e4eaf2;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

.trust-item {
    background: #fff;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 100%;
}

.trust-value {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--dark, #1a1a2e);
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.trust-text {
    font-size: 0.82rem;
    line-height: 1.45;
    color: #5a6578;
    margin: 0;
}

.trust-cta {
    text-align: center;
    padding-top: 4px;
}

.trust-cta > p {
    font-size: 0.92rem;
    color: #5a6578;
    margin: 0 0 14px;
}

.trust-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.trust-cta-actions .btn {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 0.92rem;
}

/* Вариант B: группы — добавить class="section-trust section-trust--grouped" */
.section-trust--grouped .trust-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: none;
    border: none;
    border-radius: 0;
}

.section-trust--grouped .trust-group {
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    overflow: hidden;
}

.section-trust--grouped .trust-group-title {
    background: #f4f7fb;
    padding: 10px 16px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin: 0;
}

.section-trust--grouped .trust-group .trust-grid-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: #e4eaf2;
}

@media (max-width: 1024px) {
    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .section-trust {
        padding: 32px 0 36px;
    }

    .trust-header {
        text-align: left;
        margin-bottom: 18px;
    }

    .trust-grid {
        grid-template-columns: 1fr;
        border-radius: 10px;
    }

    .trust-item {
        padding: 16px 14px;
    }

    .trust-value {
        font-size: 1rem;
    }

    .trust-text {
        font-size: 0.84rem;
    }

    .trust-cta {
        text-align: left;
    }

    .trust-cta-actions {
        flex-direction: column;
    }

    .trust-cta-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Process — страница услуги */
.section-process {
    padding: 48px 0;
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

.section-process--service .process-reassure {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 600px;
    margin: 0 auto 20px;
    padding: 11px 14px;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #4b5563;
}

.section-process--service .process-reassure i {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8f1fd;
    color: var(--primary, #1a73e8);
    font-size: 0.82rem;
}

.section-process--service .process-reassure p {
    margin: 0;
}

.section-process--service .process-reassure strong {
    color: var(--dark, #1a1a2e);
}

.process-timeline {
    list-style: none;
    margin: 0 auto 20px;
    padding: 0;
    max-width: 640px;
    position: relative;
}

.process-timeline::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 24px;
    bottom: 24px;
    width: 2px;
    background: #d4e4f7;
    border-radius: 1px;
}

.process-timeline-step {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
    position: relative;
}

.process-timeline-step:first-child {
    padding-top: 0;
}

.process-timeline-step:last-child {
    padding-bottom: 0;
}

.process-timeline-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary, #1a73e8);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 4px #f8fafc;
}

.process-timeline-body {
    flex: 1;
    min-width: 0;
    padding-top: 2px;
}

.process-timeline-body h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0 0 6px;
    line-height: 1.3;
}

.process-timeline-body > p {
    font-size: 0.88rem;
    line-height: 1.55;
    color: #4b5563;
    margin: 0 0 8px;
}

.process-details {
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
}

.process-details li {
    font-size: 0.82rem;
    line-height: 1.45;
    color: #5a6578;
    padding: 3px 0 3px 14px;
    position: relative;
}

.process-details li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary, #1a73e8);
}

.section-process--service .process-summary a {
    color: var(--primary, #1a73e8);
    font-weight: 600;
    text-decoration: none;
}

.section-process--service .process-summary a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.section-process--service .process-cta {
    flex-direction: column;
    align-items: center;
    max-width: 480px;
    margin: 0 auto;
}

.process-cta-lead {
    font-size: 0.9rem;
    line-height: 1.45;
    color: #5a6578;
    margin: 0 0 14px;
    text-align: center;
}

.process-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.process-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 32px;
}

.process-header h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.65rem);
    margin-bottom: 10px;
    line-height: 1.3;
    color: var(--dark, #1a1a2e);
}

.process-header h2::after {
    display: none;
}

.process-header p {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #5a6578;
    margin: 0;
}

.process-flow {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    counter-reset: none;
}

.process-flow-step {
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    padding: 16px 14px 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.process-flow-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary, #1a73e8);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.process-flow-body h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0 0 8px;
    line-height: 1.3;
}

.process-flow-body p {
    font-size: 0.84rem;
    line-height: 1.5;
    color: #4b5563;
    margin: 0 0 8px;
}

.process-flow-body p:last-child {
    margin-bottom: 0;
}

.process-step-meta {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    margin: -2px 0 8px !important;
}

.process-checklist {
    list-style: none;
    margin: 0 0 10px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 10px;
}

.process-checklist li {
    font-size: 0.82rem;
    line-height: 1.4;
    color: #4b5563;
    padding: 4px 0 4px 18px;
    position: relative;
}

.process-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 4px;
    color: #1b7a3e;
    font-size: 0.72rem;
    font-weight: 700;
}

.process-calm {
    font-size: 0.8rem !important;
    color: #1b7a3e !important;
    padding: 8px 10px;
    background: #f0faf4;
    border-radius: 8px;
    margin-top: 4px !important;
    line-height: 1.4 !important;
}

.process-summary {
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    padding: 16px 18px;
    text-align: center;
    margin-bottom: 22px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.process-summary p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #5a6578;
}

.process-summary strong {
    color: var(--dark, #1a1a2e);
}

.process-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.process-cta .btn {
    min-height: 50px;
    padding: 13px 24px;
    font-size: 0.95rem;
}

@media (max-width: 1100px) {
    .process-flow {
        grid-template-columns: 1fr;
        gap: 0;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .process-flow-step {
        flex-direction: row;
        gap: 14px;
        align-items: flex-start;
        border-radius: 0;
        border-left: 3px solid var(--primary, #1a73e8);
        border-top: none;
        border-right: none;
        border-bottom: 1px solid #e8edf3;
        padding: 18px 16px 18px 18px;
        background: #fff;
    }

    .process-flow-step:first-child {
        border-radius: 14px 14px 0 0;
        border-top: 1px solid #e4eaf2;
    }

    .process-flow-step:last-child {
        border-radius: 0 0 14px 14px;
        border-bottom: 1px solid #e4eaf2;
    }

    .process-flow-num {
        margin-bottom: 0;
        width: 40px;
        height: 40px;
        font-size: 1.05rem;
    }

    .process-flow-body h3 {
        font-size: 1rem;
    }

    .process-flow-body p {
        font-size: 0.88rem;
    }
}

@media (max-width: 768px) {
    .section-process {
        padding: 36px 0;
    }

    .process-header {
        text-align: left;
        margin-bottom: 22px;
    }

    .section-process--service .process-reassure {
        margin-bottom: 14px;
        font-size: 0.84rem;
    }

    .process-timeline::before {
        left: 19px;
    }

    .process-timeline-num {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .process-timeline-body h3 {
        font-size: 0.95rem;
    }

    .process-timeline-body > p {
        font-size: 0.84rem;
    }

    .process-checklist {
        padding: 9px 10px;
    }

    .process-checklist li {
        font-size: 0.8rem;
    }

    .process-summary {
        text-align: left;
        margin-bottom: 18px;
    }

    .section-process--service .process-cta-lead {
        text-align: left;
    }

    .process-cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .process-cta .btn,
    .process-cta-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Steps / Process — legacy */
.process-steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
    counter-reset: step;
}

.process-step {
    text-align: center;
    padding: 24px 15px;
    background: white;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    position: relative;
    counter-increment: step;
}

.process-step::before {
    content: counter(step);
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    background: var(--gradient);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}

.process-step .step-icon {
    font-size: 1.8rem;
    color: var(--primary);
    margin-bottom: 10px;
    margin-top: 8px;
}

.process-step h3 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 8px;
    color: var(--dark);
}

.process-step p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

/* Pricing Table on Service Page */
.service-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.service-price-card {
    background: white;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.service-price-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-price-card h4 {
    font-size: 1rem;
    color: var(--dark);
    font-weight: 500;
}

.service-price-card .price-tag {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    white-space: nowrap;
}

/* Pricing block — conversion layout */
.section-pricing {
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
}

.pricing-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 28px;
}

.pricing-header h2 {
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    margin-bottom: 12px;
    padding-bottom: 0;
}

.pricing-header h2::after {
    display: none;
}

.pricing-lead {
    font-size: 1rem;
    line-height: 1.55;
    color: #4b5563;
    margin-bottom: 14px;
}

.pricing-lead strong {
    color: var(--dark, #1a1a2e);
}

.pricing-reassurance {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
    background: #f0faf4;
    border: 1px solid #c8e6d4;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #3d5c48;
    margin: 0;
}

.pricing-reassurance i {
    color: #1b7a3e;
    margin-top: 2px;
    flex-shrink: 0;
}

.pricing-hero-card {
    background: #fff;
    color: var(--dark, #1a1a2e);
    border: 1px solid #e4eaf2;
    border-left: 4px solid var(--primary, #1a73e8);
    border-radius: 14px;
    padding: 24px 22px;
    text-align: center;
    margin-bottom: 28px;
    box-shadow: 0 4px 18px rgba(26, 55, 100, 0.06);
}

.pricing-hero-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin-bottom: 8px;
}

.pricing-hero-price {
    font-size: clamp(2.4rem, 6vw, 3rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 6px;
    color: var(--primary, #1a73e8);
}

.pricing-hero-price span {
    font-size: 0.55em;
    font-weight: 700;
}

.pricing-hero-desc {
    font-size: 1rem;
    color: #5a6578;
    margin-bottom: 14px;
}

.pricing-hero-includes {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px;
    margin: 0;
    padding: 0;
    font-size: 0.82rem;
    color: #5a6578;
}

.pricing-hero-includes li::before {
    content: "✓ ";
    font-weight: 700;
}

.pricing-subtitle {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin-bottom: 14px;
}

.pricing-cards-view {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px;
}

.pricing-tariff-card {
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    padding: 14px 16px;
}

.pricing-tariff-card--free {
    border-color: #c8e6d4;
    background: #f6fcf8;
}

.pricing-tariff-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.pricing-tariff-main h4 {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--dark, #1a1a2e);
    margin: 0;
    line-height: 1.35;
}

.pricing-tariff-price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary, #1a73e8);
    white-space: nowrap;
    flex-shrink: 0;
}

.pricing-tariff-price--free {
    color: #1b7a3e;
    font-size: 0.88rem;
}

.pricing-table-wrap {
    display: none;
    margin-bottom: 28px;
    overflow-x: auto;
    border-radius: 14px;
    border: 1px solid #e4eaf2;
    background: #fff;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.pricing-table th,
.pricing-table td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid #eef2f7;
}

.pricing-table th {
    background: #f4f7fb;
    font-weight: 600;
    color: var(--dark, #1a1a2e);
}

.pricing-table tbody tr:last-child td {
    border-bottom: none;
}

.pricing-table-row--highlight td {
    background: #f6fcf8;
}

.pricing-table-row--highlight td:last-child {
    color: var(--primary, #1a73e8);
    font-size: 1.05rem;
}

.pricing-table-row--included td:last-child {
    color: #1b7a3e;
    font-weight: 600;
}

.pricing-details-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.pricing-detail-box {
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    padding: 18px 16px;
}

.pricing-detail-box h3 {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin-bottom: 12px;
    line-height: 1.3;
}

.pricing-detail-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-detail-box li {
    font-size: 0.84rem;
    line-height: 1.45;
    color: #5a6578;
    padding: 5px 0 5px 16px;
    position: relative;
}

.pricing-detail-box li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #9ca3af;
}

.pricing-detail-box--included {
    border-color: #c8e6d4;
    background: #f9fdfb;
}

.pricing-detail-box--included li::before {
    content: "✓";
    color: #1b7a3e;
    font-weight: 700;
    font-size: 0.75rem;
    left: 0;
}

.pricing-detail-box--extra {
    border-color: #f0e0c8;
    background: #fffdf8;
}

.pricing-detail-note {
    margin: 12px 0 0;
    font-size: 0.78rem;
    line-height: 1.4;
    color: #8b6914;
}

.pricing-example {
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    padding: 20px 18px;
    margin-bottom: 24px;
}

.pricing-example h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--dark, #1a1a2e);
}

.pricing-example > p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #5a6578;
    margin-bottom: 14px;
}

.pricing-example-math {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    font-size: 0.95rem;
    color: #4b5563;
    margin-bottom: 10px;
}

.pricing-example-math span:not(.pricing-example-plus):not(.pricing-example-eq) {
    background: #f4f7fb;
    padding: 6px 12px;
    border-radius: 8px;
}

.pricing-example-plus,
.pricing-example-eq {
    font-weight: 600;
    color: #9ca3af;
}

.pricing-example-total {
    font-size: 1.35rem;
    color: var(--primary, #1a73e8);
}

.pricing-example-note {
    font-size: 0.82rem;
    color: #6b7280;
    margin: 0;
}

.pricing-cta {
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    padding: 22px 20px;
    text-align: center;
}

.pricing-cta-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4b5563;
    margin: 0 0 16px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.pricing-cta-actions .btn {
    min-height: 50px;
    padding: 13px 24px;
    font-size: 0.95rem;
}

/* Детальный блок цен — страница услуги */
.section-pricing--detailed .pricing-promise {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 680px;
    margin: 0 auto 18px;
    padding: 12px 14px;
    background: #f0faf4;
    border: 1px solid #c8e6d4;
    border-radius: 12px;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #3d5c48;
}

.section-pricing--detailed .pricing-promise i {
    color: #1b7a3e;
    margin-top: 2px;
    flex-shrink: 0;
    font-size: 1rem;
}

.section-pricing--detailed .pricing-promise p {
    margin: 0;
}

.section-pricing--detailed .pricing-hero-card {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
}

.pricing-hero-chips {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 12px 0 0;
    padding: 0;
}

.pricing-hero-chips li {
    font-size: 0.72rem;
    font-weight: 600;
    color: #4b5563;
    background: #f4f7fb;
    border: 1px solid #e4eaf2;
    border-radius: 50px;
    padding: 4px 10px;
    line-height: 1.3;
}

.pricing-tariffs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.pricing-tariffs-grid .pricing-block {
    margin-bottom: 0;
}

.pricing-block {
    margin-bottom: 20px;
}

.pricing-block-title {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin: 0 0 10px;
}

.pricing-tariff-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    overflow: hidden;
}

.pricing-tariff-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid #eef2f7;
}

.pricing-tariff-row:last-child {
    border-bottom: none;
}

.pricing-tariff-row--main {
    background: #f6fcf8;
}

.pricing-tariff-row--included {
    background: #f9fdfb;
}

.pricing-tariff-name {
    font-size: 0.88rem;
    line-height: 1.35;
    color: #374151;
    flex: 1;
    min-width: 0;
}

.pricing-tariff-value {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--primary, #1a73e8);
    white-space: nowrap;
    flex-shrink: 0;
}

.pricing-tariff-value--included {
    color: #1b7a3e;
    font-size: 0.84rem;
}

.pricing-block-note {
    margin: 8px 0 0;
    font-size: 0.78rem;
    line-height: 1.45;
    color: #6b7280;
}

.pricing-block-intro {
    font-size: 0.84rem;
    line-height: 1.45;
    color: #5a6578;
    margin: -4px 0 12px;
}

.pricing-block--factors {
    margin-bottom: 20px;
}

.pricing-factors-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.pricing-factor {
    position: relative;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    padding: 28px 14px 12px;
}

.pricing-factor-tag {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 3px 7px;
    border-radius: 5px;
    line-height: 1.2;
}

.pricing-factor-tag--base {
    background: rgba(26, 115, 232, 0.1);
    color: var(--primary, #1a73e8);
}

.pricing-factor-tag--included {
    background: rgba(27, 122, 62, 0.1);
    color: #1b7a3e;
}

.pricing-factor-tag--extra {
    background: rgba(180, 83, 9, 0.1);
    color: #b45309;
}

.pricing-factor-tag--ask {
    background: #f3f4f6;
    color: #6b7280;
}

.pricing-factor-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #e8f1fd;
    color: var(--primary, #1a73e8);
    font-size: 0.82rem;
    margin-bottom: 8px;
}

.pricing-factor h4 {
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0 0 4px;
    line-height: 1.3;
}

.pricing-factor p {
    font-size: 0.78rem;
    line-height: 1.42;
    color: #5a6578;
    margin: 0;
}

.pricing-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.pricing-split-box {
    border-radius: 12px;
    padding: 14px 16px;
    border: 1px solid #e4eaf2;
}

.pricing-split-box--base {
    background: #f9fdfb;
    border-color: #c8e6d4;
}

.pricing-split-box--extra {
    background: #fffdf8;
    border-color: #f0e0c8;
}

.pricing-split-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0 0 10px;
    line-height: 1.3;
}

.pricing-split-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-split-list li {
    font-size: 0.8rem;
    line-height: 1.42;
    color: #4b5563;
    padding: 4px 0 4px 18px;
    position: relative;
}

.pricing-split-box--base .pricing-split-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1b7a3e;
    font-weight: 700;
    font-size: 0.72rem;
}

.pricing-split-list--extra li::before {
    content: "+";
    position: absolute;
    left: 2px;
    color: #b45309;
    font-weight: 700;
}

.pricing-split-note {
    margin: 10px 0 0;
    font-size: 0.76rem;
    line-height: 1.45;
    color: #8b6914;
}

.pricing-split-link {
    margin: 10px 0 0;
    font-size: 0.78rem;
}

.pricing-split-link a {
    color: var(--primary, #1a73e8);
    font-weight: 600;
    text-decoration: none;
}

.pricing-split-link a:hover {
    text-decoration: underline;
}

.pricing-example-scenario {
    font-size: 0.88rem;
    line-height: 1.45;
    color: #4b5563;
    margin: 0 0 12px;
}

.pricing-example-breakdown {
    margin: 0 0 10px;
    padding: 0;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    overflow: hidden;
}

.pricing-example-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border-bottom: 1px solid #eef2f7;
}

.pricing-example-line:last-child {
    border-bottom: none;
}

.pricing-example-line dt {
    font-size: 0.84rem;
    color: #4b5563;
    font-weight: 500;
    margin: 0;
}

.pricing-example-line dd {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--primary, #1a73e8);
    margin: 0;
    white-space: nowrap;
}

.pricing-example-line--total {
    background: #f6fcf8;
}

.pricing-example-line--total dt {
    font-weight: 700;
    color: var(--dark, #1a1a2e);
}

.pricing-example-line--total dd {
    font-size: 1rem;
    color: #1b7a3e;
}

@media (min-width: 900px) {
    .pricing-cards-view {
        display: none;
    }

    .pricing-table-wrap {
        display: block;
    }

    .pricing-factors-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 899px) {
    .pricing-details-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .pricing-detail-box {
        padding: 16px 14px;
    }

    .pricing-header {
        text-align: left;
        margin-bottom: 20px;
    }

    .pricing-reassurance {
        display: flex;
        width: 100%;
    }

    .section-pricing--detailed .pricing-promise {
        margin-bottom: 14px;
    }

    .section-pricing--detailed .pricing-hero-card {
        max-width: none;
        margin-bottom: 18px;
        text-align: left;
    }

    .pricing-hero-chips {
        justify-content: flex-start;
    }

    .pricing-tariffs-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 16px;
    }

    .pricing-tariffs-grid .pricing-block {
        margin-bottom: 0;
    }

    .pricing-hero-card {
        padding: 20px 16px;
        margin-bottom: 22px;
    }

    .pricing-hero-includes {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .pricing-factors-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .pricing-block-intro {
        font-size: 0.82rem;
        margin-bottom: 10px;
    }

    .pricing-factor {
        padding: 26px 12px 11px;
    }

    .pricing-split {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 16px;
    }

    .pricing-tariff-row {
        padding: 11px 12px;
    }

    .pricing-tariff-name {
        font-size: 0.84rem;
    }

    .pricing-cta-actions {
        flex-direction: column;
    }

    .pricing-cta-actions .btn-full-mobile {
        width: 100%;
        justify-content: center;
    }

    .pricing-example-math {
        justify-content: flex-start;
    }
}

/* FAQ on Service Page */
.service-faq {
    max-width: 720px;
    margin: 0 auto;
}

.section-faq {
    background: #f8fafc;
}

.faq-header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 24px;
}

.faq-header h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    margin-bottom: 8px;
    padding-bottom: 0;
}

.faq-header h2::after {
    display: none;
}

.faq-header p {
    font-size: 0.92rem;
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.faq-priority-label,
.faq-group-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
}

.faq-priority-label {
    color: var(--primary, #1a73e8);
}

.faq-group-label {
    color: #6b7280;
}

.faq-container > .faq-group-label:not(:first-child) {
    margin-top: 22px;
}

.section-faq--service .faq-question {
    width: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-align: left;
}

.section-faq .faq-item {
    border-radius: 12px;
    margin-bottom: 10px;
    border: 1px solid #e4eaf2;
    box-shadow: none;
}

.section-faq .faq-item--priority {
    border-color: rgba(26, 115, 232, 0.28);
    background: #fff;
    box-shadow: 0 2px 12px rgba(26, 115, 232, 0.06);
}

.section-faq .faq-item--priority .faq-question-text::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary, #1a73e8);
    margin-right: 8px;
    vertical-align: middle;
    flex-shrink: 0;
}

.section-faq .faq-question {
    padding: 18px 16px;
    min-height: 52px;
    gap: 12px;
    font-size: 0.95rem;
    line-height: 1.35;
}

.section-faq .faq-question-text {
    display: flex;
    align-items: center;
    text-align: left;
}

.section-faq .faq-item.active .faq-answer {
    max-height: 420px;
    padding: 0 16px 18px;
}

.section-faq--service .faq-item.active .faq-answer {
    max-height: 320px;
}

.section-faq .faq-answer p {
    font-size: 0.88rem;
    line-height: 1.55;
    color: #4b5563;
    margin-bottom: 8px;
}

.section-faq .faq-answer p:last-child {
    margin-bottom: 0;
}

.section-faq--service .faq-answer p {
    font-size: 0.86rem;
    line-height: 1.5;
}

.section-faq--service .faq-micro-cta {
    margin-top: 8px;
    font-size: 0.78rem;
}

.section-faq .faq-answer a {
    color: var(--primary, #1a73e8);
    font-weight: 600;
    text-decoration: none;
}

.section-faq .faq-answer a:hover {
    text-decoration: underline;
}

.faq-micro-cta {
    margin-top: 10px !important;
    padding-top: 10px;
    border-top: 1px solid #eef2f7;
    font-size: 0.84rem !important;
}

.faq-micro-cta a {
    font-weight: 600;
}

.faq-bottom-cta {
    margin-top: 28px;
    padding: 22px 20px;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    text-align: center;
}

.faq-bottom-cta > p {
    font-size: 0.92rem;
    line-height: 1.5;
    color: #5a6578;
    margin: 0 0 14px;
}

.faq-bottom-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.faq-bottom-actions .btn {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 0.92rem;
}

/* Founder / about trust block */
.section-founder {
    padding: 48px 0;
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
}

.founder-grid {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
    margin-bottom: 28px;
}

.founder-photo {
    position: relative;
}

.founder-photo img {
    display: block;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(26, 55, 100, 0.12);
    object-fit: cover;
    aspect-ratio: 4 / 5;
}

.founder-photo-badge {
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    background: var(--primary, #1a73e8);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 50px;
    white-space: nowrap;
    box-shadow: 0 6px 18px rgba(26, 115, 232, 0.28);
}

.founder-content h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.65rem);
    color: var(--dark, #1a1a2e);
    margin-bottom: 16px;
    line-height: 1.25;
}

.founder-content h2::after {
    display: none;
}

.founder-quote {
    margin: 0 0 16px;
    padding: 14px 16px;
    background: #fff;
    border-left: 3px solid var(--primary, #1a73e8);
    border-radius: 0 12px 12px 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #374151;
    font-style: normal;
}

.founder-person {
    margin-bottom: 12px;
}

.founder-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0 0 2px;
}

.founder-role {
    font-size: 0.84rem;
    color: #6b7280;
    margin: 0;
}

.founder-lead {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #4b5563;
    margin: 0 0 16px;
}

.founder-trust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
}

.founder-trust li {
    font-size: 0.84rem;
    line-height: 1.4;
    color: #5a6578;
    padding-left: 0;
}

.founder-trust strong {
    color: var(--dark, #1a1a2e);
    font-weight: 700;
}

.founder-cta {
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    padding: 20px 18px;
    text-align: center;
}

.founder-cta > p {
    font-size: 0.92rem;
    line-height: 1.5;
    color: #5a6578;
    margin: 0 0 14px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.founder-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.founder-cta-actions .btn {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 0.92rem;
}

.section-founder--service {
    padding: 40px 0;
}

.section-founder--service .founder-grid {
    gap: 24px;
    margin-bottom: 20px;
}

.section-founder--service .founder-photo img {
    aspect-ratio: 1 / 1;
    max-height: 240px;
    object-position: center top;
}

.section-founder--service .founder-content h2 {
    margin-bottom: 10px;
}

.section-founder--service .founder-lead {
    font-size: 0.88rem;
    margin-bottom: 12px;
}

.section-founder--service .founder-quote {
    font-size: 0.88rem;
    padding: 12px 14px;
    margin-bottom: 12px;
}

.section-founder--service .founder-person {
    margin-bottom: 12px;
}

.section-founder--service .founder-trust--service {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.section-founder--service .founder-trust--service li {
    font-size: 0.74rem;
    font-weight: 600;
    color: #4b5563;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 50px;
    padding: 5px 10px;
    line-height: 1.3;
}

.section-founder--service .founder-trust--service strong {
    font-weight: 700;
}

@media (max-width: 768px) {
    .section-founder {
        padding: 36px 0;
    }

    .founder-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 20px;
    }

    .founder-photo {
        max-width: 240px;
        margin: 0 auto;
    }

    .founder-photo img {
        aspect-ratio: 1 / 1;
    }

    .founder-content h2 {
        font-size: 1.25rem;
        text-align: center;
    }

    .founder-quote {
        font-size: 0.88rem;
        padding: 12px 14px;
    }

    .founder-person {
        text-align: center;
    }

    .founder-lead {
        font-size: 0.86rem;
        text-align: left;
    }

    .founder-trust {
        grid-template-columns: 1fr 1fr;
        gap: 6px 10px;
    }

    .founder-trust li {
        font-size: 0.8rem;
    }

    .founder-cta {
        text-align: left;
        padding: 18px 16px;
    }

    .founder-cta > p {
        margin-left: 0;
        margin-right: 0;
        font-size: 0.88rem;
    }

    .founder-cta-actions {
        flex-direction: column;
    }

    .founder-cta-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .section-founder--service .founder-photo {
        max-width: 200px;
        margin: 0 auto;
    }

    .section-founder--service .founder-photo img {
        max-height: 200px;
    }

    .section-founder--service .founder-content h2 {
        font-size: 1.25rem;
    }

    .section-founder--service .founder-cta {
        text-align: left;
    }
}

/* SEO block — страница услуги (лежачие) */
.section-seo-service {
    padding: 40px 0 44px;
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
}

.seo-service-header {
    max-width: 600px;
    margin: 0 auto 20px;
    text-align: center;
}

.seo-service-header h2 {
    font-size: clamp(1.2rem, 2.2vw, 1.55rem);
    line-height: 1.3;
    margin-bottom: 8px;
    color: var(--dark, #1a1a2e);
    padding-bottom: 0;
}

.seo-service-header h2::after {
    display: none;
}

.seo-service-header p {
    font-size: 0.88rem;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
}

.seo-service-header a {
    color: var(--primary, #1a73e8);
    font-weight: 600;
    text-decoration: none;
}

.seo-service-header a:hover {
    text-decoration: underline;
}

.seo-service-stack {
    max-width: 640px;
    margin: 0 auto 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.seo-service-block {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 16px 16px 14px;
}

.seo-service-block h3 {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0 0 8px;
    line-height: 1.35;
}

.seo-service-block h3::after {
    display: none;
}

.seo-service-block p {
    font-size: 0.86rem;
    line-height: 1.55;
    color: #4b5563;
    margin: 0 0 6px;
}

.seo-service-block p:last-child {
    margin-bottom: 0;
}

.seo-service-block a {
    color: var(--primary, #1a73e8);
    font-weight: 600;
    text-decoration: none;
}

.seo-service-block a:hover {
    text-decoration: underline;
}

.seo-service-cta {
    margin-top: 10px !important;
    padding-top: 10px;
    border-top: 1px solid #eef2f7;
    font-size: 0.84rem !important;
    margin-bottom: 0 !important;
}

.seo-service-cta a {
    font-weight: 600;
}

.seo-service-mid-cta {
    max-width: 640px;
    margin: 0 auto 16px;
    padding: 16px;
    background: #fff;
    border: 1px solid rgba(26, 115, 232, 0.18);
    border-radius: 14px;
    text-align: center;
}

.seo-service-mid-cta > p {
    font-size: 0.88rem;
    line-height: 1.45;
    color: #5a6578;
    margin: 0 0 12px;
}

.seo-service-mid-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.seo-service-mid-actions .btn {
    min-height: 48px;
    padding: 12px 20px;
    font-size: 0.9rem;
}

.seo-service-more {
    max-width: 640px;
    margin: 0 auto;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    background: #fff;
}

.seo-service-more summary {
    padding: 14px 16px;
    font-size: 0.86rem;
    font-weight: 600;
    color: #5a6578;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.seo-service-more summary::-webkit-details-marker {
    display: none;
}

.seo-service-more summary::after {
    content: '+';
    float: right;
    font-weight: 700;
    color: var(--primary, #1a73e8);
}

.seo-service-more[open] summary::after {
    content: '−';
}

.seo-service-more-body {
    padding: 0 16px 16px;
    border-top: 1px solid #e8edf3;
}

.seo-service-more-body p {
    font-size: 0.84rem;
    line-height: 1.6;
    color: #5a6578;
    margin: 12px 0 0;
}

.seo-service-more-cta {
    margin-top: 14px !important;
    padding-top: 12px;
    border-top: 1px solid #eef2f7;
    font-size: 0.82rem !important;
}

.seo-service-more-body a {
    color: var(--primary, #1a73e8);
    font-weight: 600;
    text-decoration: none;
}

.seo-service-more-body a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .section-seo-service {
        padding: 32px 0 36px;
    }

    .seo-service-header {
        text-align: left;
        margin-bottom: 16px;
    }

    .seo-service-header h2 {
        font-size: 1.15rem;
    }

    .seo-service-block {
        padding: 14px;
    }

    .seo-service-block h3 {
        font-size: 0.88rem;
    }

    .seo-service-block p {
        font-size: 0.84rem;
    }

    .seo-service-mid-cta {
        text-align: left;
        padding: 14px;
    }

    .seo-service-mid-actions {
        flex-direction: column;
    }

    .seo-service-mid-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .faq-header {
        text-align: left;
        margin-bottom: 18px;
    }

    .section-faq .faq-question {
        padding: 16px 14px;
        font-size: 0.9rem;
    }

    .section-faq .faq-item.active .faq-answer {
        padding: 0 14px 16px;
    }

    .section-faq .faq-answer p {
        font-size: 0.86rem;
    }

    .faq-bottom-cta {
        margin-top: 22px;
        padding: 18px 16px;
        text-align: left;
    }

    .faq-bottom-actions {
        flex-direction: column;
    }

    .faq-bottom-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Other Services Cross-links */
.other-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.other-service-card {
    background: white;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
    border: 1px solid rgba(0,0,0,0.05);
}

.other-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.other-service-card .card-icon {
    width: 65px;
    height: 65px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin: 0 auto 20px;
}

.other-service-card h3 {
    font-size: 1.15rem;
    color: var(--dark);
    margin-bottom: 10px;
}

.other-service-card p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.other-service-card .link-text {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.3s ease;
}

.other-service-card:hover .link-text {
    gap: 10px;
}

/* Reviews block */
.section-reviews {
    padding: 48px 0;
    background: #fff;
    border-top: 1px solid #eef2f7;
}

.reviews-header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 28px;
}

.reviews-header h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.65rem);
    margin-bottom: 8px;
    line-height: 1.3;
    padding-bottom: 0;
}

.reviews-header h2::after {
    display: none;
}

.reviews-header p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
}

.reviews-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.review-card {
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    padding: 18px 16px 16px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.review-scenario {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--primary, #1a73e8);
    background: rgba(26, 115, 232, 0.08);
    padding: 4px 10px;
    border-radius: 50px;
    margin-bottom: 12px;
    align-self: flex-start;
}

.review-card blockquote {
    margin: 0 0 16px;
    padding: 0;
    border: none;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #374151;
    font-style: normal;
    flex: 1;
}

.review-card blockquote::before {
    content: '«';
    color: #c5d0de;
    font-size: 1.2em;
    font-weight: 700;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding: 12px 0 0;
    border-top: 1px solid #e8edf3;
    background: transparent;
    color: inherit;
}

.review-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    background: #f4f7fb;
    color: var(--primary, #1a73e8);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
}

.review-avatar--blue,
.review-avatar--teal,
.review-avatar--violet,
.review-avatar--amber,
.review-avatar--rose {
    background: #f4f7fb;
    color: var(--primary, #1a73e8);
}

.review-author cite {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    font-style: normal;
    color: var(--dark, #1a1a2e);
    line-height: 1.25;
}

.review-author > div > span {
    display: block;
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.3;
}

.reviews-note {
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.45;
    color: #9ca3af;
    margin: 0 0 24px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.reviews-cta {
    background: #f4f7fb;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    padding: 22px 20px;
    text-align: center;
}

.reviews-cta > p {
    font-size: 0.92rem;
    line-height: 1.5;
    color: #5a6578;
    margin: 0 0 14px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.reviews-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.reviews-cta-actions .btn {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 0.92rem;
}

@media (max-width: 1024px) {
    .reviews-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .section-reviews {
        padding: 36px 0;
    }

    .section-reviews .section-container {
        padding-left: 0;
        padding-right: 0;
    }

    .reviews-header {
        text-align: left;
        margin-bottom: 18px;
        padding: 0 20px;
    }

    .reviews-track {
        display: flex;
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 20px 6px;
        margin-bottom: 14px;
        scrollbar-width: none;
    }

    .reviews-track::-webkit-scrollbar {
        display: none;
    }

    .review-card {
        flex: 0 0 min(85vw, 320px);
        scroll-snap-align: start;
    }

    .reviews-note {
        text-align: left;
        padding: 0 20px;
        margin-bottom: 18px;
    }

    .reviews-cta {
        margin: 0 20px;
        text-align: left;
        padding: 18px 16px;
    }

    .reviews-cta-actions {
        flex-direction: column;
    }

    .reviews-cta-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Screen reader only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Final CTA — страница услуги */
.section-final-cta {
    padding: 40px 0 48px;
    background: linear-gradient(180deg, #f0f5fc 0%, #fff 42%);
    border-top: 1px solid #e4eaf2;
}

.final-cta-panel {
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 20px;
    padding: 24px 20px 20px;
    box-shadow: 0 12px 40px rgba(26, 55, 100, 0.08);
}

.final-cta-head {
    text-align: center;
    margin-bottom: 18px;
}

.final-cta-head h2 {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
    line-height: 1.3;
    color: var(--dark, #1a1a2e);
    margin: 0 0 8px;
}

.final-cta-head h2::after {
    display: none;
}

.final-cta-lead {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.final-cta-lead strong {
    color: var(--dark, #1a1a2e);
}

.final-cta-offer {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.final-cta-offer li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.84rem;
    line-height: 1.45;
    color: #4b5563;
    padding: 10px 12px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #eef2f7;
}

.final-cta-offer i {
    color: var(--primary, #1a73e8);
    margin-top: 2px;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}

.final-cta-offer strong {
    color: var(--dark, #1a1a2e);
}

.final-cta-steps {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.final-cta-steps li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.82rem;
    line-height: 1.4;
    color: #4b5563;
    padding: 8px 10px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #eef2f7;
}

.final-cta-step-num {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary, #1a73e8);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
}

.final-cta-phone-block {
    text-align: center;
    margin-bottom: 4px;
}

.final-cta-phone-label {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--primary, #1a73e8);
    margin: 0 0 6px;
}

.final-cta-phone {
    display: block;
    font-size: clamp(1.85rem, 7vw, 2.4rem);
    font-weight: 800;
    color: var(--primary, #1a73e8);
    text-decoration: none;
    line-height: 1.1;
    margin-bottom: 12px;
}

.final-cta-phone:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.final-cta-btn-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 56px;
    padding: 14px 24px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    background: var(--primary, #1a73e8);
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(26, 115, 232, 0.3);
    margin-bottom: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.final-cta-btn-call:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(26, 115, 232, 0.38);
    color: #fff;
}

.section-final-cta--service .final-cta-head {
    text-align: left;
}

.section-final-cta--service .final-cta-phone-block {
    text-align: left;
}

.section-final-cta--service .final-cta-btn-call {
    justify-content: flex-start;
    gap: 10px;
    border-radius: 12px;
    padding: 12px 20px;
}

.section-final-cta--service .final-cta-call-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.15;
    text-align: left;
}

.section-final-cta--service .final-cta-call-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.92;
}

.section-final-cta--service .final-cta-call-phone {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.section-final-cta--service .final-cta-phone-note strong {
    color: var(--dark, #1a1a2e);
    font-weight: 700;
}

.section-final-cta--service .final-cta-trust {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.final-cta-phone-note {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #9ca3af;
    margin: 0;
}

.final-cta-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0;
    color: #c5cdd8;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.final-cta-divider::before,
.final-cta-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e8edf3;
}

.final-cta-form-wrap h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0 0 6px;
    text-align: center;
    line-height: 1.3;
}

.final-cta-form-wrap h3::after {
    display: none;
}

.final-cta-form-lead {
    font-size: 0.82rem;
    line-height: 1.45;
    color: #6b7280;
    margin: 0 0 14px;
    text-align: center;
}

.final-cta-form .form-group {
    margin-bottom: 10px;
}

.final-cta-form input {
    width: 100%;
    padding: 14px 16px;
    font-size: 1rem;
    min-height: 52px;
    border: 2px solid #e0e6ef;
    border-radius: 12px;
    font-family: inherit;
    background: #fff;
    transition: border-color 0.2s ease;
}

.final-cta-form input:focus {
    outline: none;
    border-color: var(--primary, #1a73e8);
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

.final-cta-form-phone input {
    font-size: 1.08rem;
    font-weight: 600;
    text-align: center;
}

.final-cta-form-route {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.final-cta-form-route .form-group {
    margin-bottom: 0;
}

.final-cta-form-route input {
    font-size: 0.88rem;
    min-height: 48px;
    padding: 12px 14px;
}

.final-cta-form-submit {
    min-height: 54px;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 12px;
}

.final-cta-privacy {
    margin: 10px 0 0;
    font-size: 0.7rem;
    line-height: 1.45;
    color: #9ca3af;
    text-align: center;
}

.final-cta-privacy a {
    color: #6b7280;
    text-decoration: underline;
}

.final-cta-trust {
    list-style: none;
    margin: 18px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid #eef2f7;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.final-cta-trust li {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #6b7280;
    padding-left: 16px;
    position: relative;
}

.final-cta-trust li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1b7a3e;
    font-weight: 700;
    font-size: 0.72rem;
}

.final-cta-trust strong {
    color: var(--dark, #1a1a2e);
}

.final-cta-more {
    margin-top: 14px;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    background: #f8fafc;
}

.final-cta-more summary {
    padding: 12px 14px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.final-cta-more summary::-webkit-details-marker {
    display: none;
}

.final-cta-more-body {
    padding: 0 14px 14px;
    border-top: 1px solid #eef2f7;
}

.final-cta-channels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.final-cta-channel {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    color: #4b5563;
    background: #fff;
    border: 1px solid #e4eaf2;
}

.final-cta-address {
    font-size: 0.78rem;
    line-height: 1.45;
    color: #9ca3af;
    margin: 12px 0 0;
}

@media (min-width: 640px) {
    .final-cta-panel {
        max-width: 560px;
        padding: 28px 28px 22px;
    }

    .final-cta-head {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .section-final-cta {
        padding: 32px 0 40px;
    }

    .final-cta-panel {
        border-radius: 16px;
        padding: 20px 16px 16px;
        box-shadow: 0 8px 28px rgba(26, 55, 100, 0.06);
    }

    .final-cta-head {
        text-align: left;
    }

    .final-cta-offer li {
        font-size: 0.82rem;
    }

    .final-cta-phone-block {
        text-align: left;
    }

    .final-cta-form-wrap h3,
    .final-cta-form-lead {
        text-align: left;
    }

    .final-cta-form-route {
        grid-template-columns: 1fr;
    }

    .final-cta-form-phone input {
        text-align: left;
    }
}

/* Contact + form block — legacy */
.section-contact {
    padding: 48px 0 56px;
    background: #fff;
    border-top: 1px solid #eef2f7;
}

.contact-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
    gap: 28px;
    align-items: start;
}

.contact-primary h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.65rem);
    line-height: 1.3;
    color: var(--dark, #1a1a2e);
    margin-bottom: 10px;
}

.contact-primary h2::after {
    display: none;
}

.contact-lead {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #5a6578;
    margin: 0 0 16px;
}

.contact-phone-hero {
    display: block;
    font-size: clamp(1.75rem, 5vw, 2.35rem);
    font-weight: 800;
    color: var(--primary, #1a73e8);
    text-decoration: none;
    line-height: 1.15;
    margin-bottom: 14px;
}

.contact-phone-hero:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.contact-btn-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--primary, #1a73e8);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 28px;
    min-height: 54px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(26, 115, 232, 0.28);
    margin-bottom: 18px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-btn-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(26, 115, 232, 0.35);
    color: #fff;
}

.contact-reassurance {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-reassurance li {
    font-size: 0.84rem;
    line-height: 1.45;
    color: #5a6578;
    padding-left: 16px;
    position: relative;
}

.contact-reassurance li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1b7a3e;
    font-weight: 700;
    font-size: 0.75rem;
}

.contact-reassurance strong {
    color: var(--dark, #1a1a2e);
}

.contact-channels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.contact-channel {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    color: #4b5563;
    background: #f4f7fb;
    border: 1px solid #e4eaf2;
    transition: background 0.2s ease;
}

.contact-channel:hover {
    background: #eef2f7;
    color: var(--dark, #1a1a2e);
}

.contact-channel--wa:hover {
    color: #25d366;
}

.contact-channel--tg:hover {
    color: #0088cc;
}

.contact-address {
    font-size: 0.8rem;
    line-height: 1.45;
    color: #9ca3af;
    margin: 0;
}

.contact-address i {
    margin-right: 4px;
    color: #b0b8c4;
}

.contact-form-card {
    background: #f8fafc;
    border: 1px solid #e4eaf2;
    border-radius: 18px;
    padding: 24px 22px;
    box-shadow: 0 8px 28px rgba(26, 55, 100, 0.06);
}

.contact-form-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin-bottom: 8px;
    line-height: 1.3;
}

.contact-form-card h3::after {
    display: none;
}

.contact-form-lead {
    font-size: 0.84rem;
    line-height: 1.45;
    color: #6b7280;
    margin: 0 0 16px;
}

.contact-form .form-group {
    margin-bottom: 12px;
}

.contact-form input {
    width: 100%;
    padding: 14px 16px;
    font-size: 1rem;
    min-height: 50px;
    border: 2px solid #e0e6ef;
    border-radius: 12px;
    font-family: inherit;
    background: #fff;
    transition: border-color 0.2s ease;
}

.contact-form input:focus {
    outline: none;
    border-color: var(--primary, #1a73e8);
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

.contact-form input[name="phone"] {
    font-size: 1.05rem;
    font-weight: 600;
}

.contact-form-submit {
    min-height: 54px;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 4px;
}

.contact-privacy {
    margin: 12px 0 0;
    font-size: 0.72rem;
    line-height: 1.45;
    color: #9ca3af;
    text-align: center;
}

.contact-privacy a {
    color: #6b7280;
    text-decoration: underline;
}

.contact-form .form-status {
    margin-bottom: 12px;
    border-radius: 10px;
    font-size: 0.88rem;
}

@media (max-width: 768px) {
    .section-contact {
        padding: 36px 0 44px;
    }

    .contact-block {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-primary {
        text-align: center;
    }

    .contact-phone-hero {
        margin-bottom: 12px;
    }

    .contact-btn-call {
        width: 100%;
        margin-bottom: 16px;
    }

    .contact-reassurance {
        text-align: left;
        margin-bottom: 16px;
    }

    .contact-channels {
        justify-content: center;
    }

    .contact-address {
        text-align: center;
    }

    .contact-form-card {
        padding: 20px 18px;
    }

    .contact-form-card h3,
    .contact-form-lead {
        text-align: left;
    }

    .contact-privacy {
        text-align: left;
    }
}

/* Service CTA Section */
.service-cta {
    background: var(--gradient);
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.service-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: rgba(255,255,255,0.1);
    transform: rotate(30deg);
}

.service-cta h2 {
    font-size: 1.9rem;
    color: white;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.service-cta h2::after {
    display: none;
}

.service-cta p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 25px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.service-cta .cta-form {
    position: relative;
    z-index: 1;
}

/* Note / Warning Block */
.note-block {
    background: #fff8e1;
    border-left: 4px solid #ff9800;
    padding: 15px 20px;
    border-radius: 0 10px 10px 0;
    margin: 18px 0;
}

/* =============================================
   VISUAL VARIETY — Split, Dark, Stats, Image
   ============================================= */

/* Split Section: Image + Text side by side */
.section-split {
    padding: 50px 0;
}

.section-split .section-container {
    max-width: 1100px;
}

.split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    align-items: center;
}

.split-grid.reverse {
    direction: rtl;
}

.split-grid.reverse > * {
    direction: ltr;
}

.split-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    position: relative;
}

.split-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.split-image:hover img {
    transform: scale(1.05);
}

.split-image .image-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: var(--gradient);
    color: white;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(26,115,232,0.4);
}

.split-content h2 {
    font-size: 1.7rem;
    color: var(--dark);
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 12px;
}

.split-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--gradient);
    border-radius: 2px;
}

.split-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 12px;
    font-size: 0.98rem;
}

/* Dark Themed Section */
.section-dark {
    background: linear-gradient(135deg, var(--dark) 0%, #2d2d4a 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.section-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.section-dark .section-container {
    max-width: 1100px;
    position: relative;
    z-index: 1;
}

.section-dark h2 {
    font-size: 1.8rem;
    color: white;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 12px;
}

.section-dark h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--gradient-accent);
    border-radius: 2px;
}

.section-dark.text-center h2::after {
    left: 50%;
    transform: translateX(-50%);
}

.section-dark p {
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    font-size: 0.98rem;
}

.section-dark .service-feature-list li {
    color: rgba(255,255,255,0.85);
}

.section-dark .service-feature-list li::before {
    color: var(--secondary);
}

.section-dark .service-type-card {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
}

.section-dark .service-type-card h3 {
    color: white;
}

.section-dark .service-type-card p {
    color: rgba(255,255,255,0.7);
}

.section-dark .service-type-card .card-icon {
    background: var(--gradient-accent);
}

.section-dark .process-step {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.12);
}

.section-dark .process-step h3 {
    color: white;
}

.section-dark .process-step p {
    color: rgba(255,255,255,0.7);
}

.section-dark .process-step .step-icon {
    color: var(--secondary);
}

/* Stats / Counters Section */
.section-stats {
    background: var(--gradient);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.section-stats::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: rgba(255,255,255,0.08);
    transform: rotate(20deg);
    border-radius: 50%;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.stat-item {
    text-align: center;
    color: white;
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.15);
    white-space: nowrap;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
    font-weight: 500;
}

/* Что входит в перевозку */
.section-includes {
    background: #fff;
    padding: 40px 0 44px;
    border-bottom: 1px solid #eef2f7;
}

.includes-header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 20px;
}

.includes-header h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    color: var(--dark, #1a1a2e);
    margin-bottom: 8px;
    line-height: 1.25;
}

.includes-header p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.includes-path {
    background: #f4f7fb;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    padding: 14px 16px 16px;
    margin-bottom: 18px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.includes-path-label {
    margin: 0 0 12px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    text-align: center;
}

.includes-path-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 2px;
}

.includes-path-steps > li:not(.includes-path-arrow) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 72px;
    text-align: center;
}

.includes-path-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #c5dff5;
    color: var(--primary, #1a73e8);
    font-size: 0.9rem;
}

.includes-path-text {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    line-height: 1.25;
}

.includes-path-text small {
    display: block;
    font-size: 0.65rem;
    font-weight: 600;
    color: #6b7280;
    margin-top: 2px;
}

.includes-path-arrow {
    color: #9ca3af;
    font-size: 0.65rem;
    padding: 0 2px;
    flex-shrink: 0;
}

.includes-groups {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 14px;
}

.includes-group-label {
    margin: 0 0 8px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
}

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

.includes-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 12px 14px;
}

.includes-item--optional {
    background: #fff;
    border-style: dashed;
    border-color: #d1d5db;
}

.includes-item-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #e8f1fd;
    color: var(--primary, #1a73e8);
    font-size: 0.88rem;
}

.includes-item--optional .includes-item-icon {
    background: #f3f4f6;
    color: #6b7280;
}

.includes-item-body h3 {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0 0 4px;
    line-height: 1.3;
}

.includes-item-body p {
    font-size: 0.78rem;
    line-height: 1.42;
    color: #5a6578;
    margin: 0;
}

.includes-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 640px;
    margin: 0 auto 18px;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #6b7280;
    padding: 10px 12px;
    background: #f8fafc;
    border-radius: 10px;
}

.includes-note i {
    color: var(--primary, #1a73e8);
    margin-top: 2px;
    flex-shrink: 0;
}

.includes-cta {
    text-align: center;
    background: #f4f7fb;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    padding: 18px 16px;
    max-width: 560px;
    margin: 0 auto;
}

.includes-cta > p {
    font-size: 0.88rem;
    line-height: 1.45;
    color: #5a6578;
    margin: 0 0 14px;
}

.includes-cta > p strong {
    color: var(--dark, #1a1a2e);
    font-weight: 700;
}

.includes-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.includes-cta-actions .btn {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 0.92rem;
}

@media (max-width: 768px) {
    .section-includes {
        padding: 32px 0 36px;
    }

    .includes-header {
        text-align: left;
        margin-bottom: 14px;
    }

    .includes-path {
        padding: 12px 10px 14px;
        margin-bottom: 14px;
    }

    .includes-path-steps {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }

    .includes-path-steps::-webkit-scrollbar {
        display: none;
    }

    .includes-path-steps > li:not(.includes-path-arrow) {
        min-width: 64px;
        flex-shrink: 0;
    }

    .includes-path-arrow {
        flex-shrink: 0;
    }

    .includes-groups {
        gap: 14px;
        margin-bottom: 12px;
    }

    .includes-list {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .includes-item {
        padding: 11px 12px;
    }

    .includes-item-icon {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }

    .includes-note {
        margin-bottom: 14px;
        font-size: 0.78rem;
    }

    .includes-cta {
        text-align: left;
        padding: 16px 14px;
    }

    .includes-cta-actions {
        flex-direction: column;
    }

    .includes-cta-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Когда нужна услуга */
.section-when {
    background: #f4f7fb;
    padding: 40px 0 44px;
    border-bottom: 1px solid #e8edf3;
}

.section-when-header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 20px;
}

.section-when-header h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    color: var(--dark, #1a1a2e);
    margin-bottom: 8px;
    line-height: 1.25;
}

.section-when-header p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.when-groups {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 18px;
}

.when-group-label {
    margin: 0 0 8px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
}

.when-group-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.when-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.when-card {
    position: relative;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    padding: 14px 14px 12px;
    min-height: 100%;
}

.when-card--popular {
    border-color: rgba(26, 115, 232, 0.28);
}

.when-card--urgent {
    border-color: rgba(220, 38, 38, 0.22);
    border-left: 3px solid #ef4444;
}

.when-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 3px 7px;
    border-radius: 5px;
    background: rgba(26, 115, 232, 0.1);
    color: var(--primary, #1a73e8);
    line-height: 1.2;
}

.when-badge--urgent {
    background: rgba(220, 38, 38, 0.1);
    color: #b91c1c;
}

.when-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #e8f1fd;
    color: var(--primary, #1a73e8);
    font-size: 0.88rem;
    margin-top: 2px;
}

.when-icon--urgent {
    background: #fee2e2;
    color: #dc2626;
}

.when-body {
    flex: 1;
    min-width: 0;
    padding-right: 4px;
}

.when-card--popular .when-body,
.when-card--urgent .when-body {
    padding-top: 14px;
}

.when-body h3 {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0 0 4px;
    line-height: 1.3;
}

.when-body p {
    font-size: 0.8rem;
    line-height: 1.42;
    color: #5a6578;
    margin: 0 0 8px;
}

.when-action {
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--primary, #1a73e8);
    text-decoration: none;
    line-height: 1.3;
}

.when-action:hover {
    text-decoration: underline;
}

.when-action--urgent {
    color: #c62828;
}

.when-cta {
    text-align: center;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    padding: 18px 16px;
    max-width: 560px;
    margin: 0 auto;
}

.when-cta > p,
.when-cta-lead {
    font-size: 0.88rem;
    line-height: 1.45;
    color: #5a6578;
    margin: 0 0 14px;
}

.when-cta-lead strong {
    color: var(--dark, #1a1a2e);
    font-weight: 700;
}

.when-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.when-cta-actions .btn {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 0.92rem;
}

@media (min-width: 900px) {
    .when-groups {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 14px;
    }

    .when-group-cards {
        grid-template-columns: 1fr;
    }

    .when-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .when-card--popular {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .section-when {
        padding: 32px 0 36px;
    }

    .section-when-header {
        text-align: left;
        margin-bottom: 14px;
    }

    .when-groups {
        gap: 14px;
        margin-bottom: 14px;
    }

    .when-group-cards {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 2px;
        margin: 0 -16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .when-group-cards::-webkit-scrollbar {
        display: none;
    }

    .when-group-cards .when-card {
        flex: 0 0 min(82vw, 280px);
        scroll-snap-align: start;
    }

    .when-grid {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 14px;
    }

    .when-card {
        padding: 12px 12px 10px;
    }

    .when-icon {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }

    .when-body h3 {
        font-size: 0.88rem;
    }

    .when-body p {
        font-size: 0.78rem;
        margin-bottom: 6px;
    }

    .when-cta {
        text-align: left;
        padding: 16px 14px;
    }

    .when-cta-actions {
        flex-direction: column;
    }

    .when-cta-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Scenarios block — сценарии обращений */
.section-scenarios {
    background: #f4f7fb;
    padding: 44px 0 48px;
    border-bottom: 1px solid #e8edf3;
}

.section-scenarios-header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 26px;
}

.section-scenarios-header h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    color: var(--dark, #1a1a2e);
    margin-bottom: 8px;
    line-height: 1.25;
}

.section-scenarios-header p {
    font-size: 0.92rem;
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.scenarios-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.scenario-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e4eaf2;
    box-shadow: 0 2px 12px rgba(26, 55, 100, 0.05);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.scenario-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(26, 55, 100, 0.09);
}

.scenario-card--popular {
    border-color: rgba(26, 115, 232, 0.28);
}

.scenario-card--urgent {
    border-color: rgba(220, 38, 38, 0.22);
}

.scenario-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(26, 115, 232, 0.92);
    color: #fff;
    line-height: 1.2;
}

.scenario-card--urgent .scenario-badge {
    background: rgba(220, 38, 38, 0.9);
}

.scenario-card-photo {
    position: relative;
    height: 96px;
    overflow: hidden;
    background: #dce4ef;
}

.scenario-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.scenario-card-body {
    padding: 12px 12px 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.scenario-card-body h3 {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0;
    line-height: 1.3;
}

.scenario-card-body p {
    font-size: 0.78rem;
    line-height: 1.42;
    color: #5a6578;
    margin: 0;
    flex: 1;
}

.scenario-card-action {
    display: inline-flex;
    align-items: center;
    margin-top: 4px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--primary, #1a73e8);
    text-decoration: none;
    line-height: 1.3;
}

.scenario-card-action:hover {
    text-decoration: underline;
}

.scenario-card--urgent .scenario-card-action {
    color: #c62828;
}

.scenarios-hint {
    display: none;
    text-align: center;
    font-size: 0.75rem;
    color: #9ca3af;
    margin: 0 0 14px;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.scenarios-hint i {
    font-size: 0.7rem;
}

.scenarios-cta {
    text-align: center;
    padding-top: 4px;
}

.scenarios-cta-lead {
    font-size: 0.9rem;
    line-height: 1.45;
    color: #5a6578;
    margin: 0 0 14px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.scenarios-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.scenarios-cta-actions .btn {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 0.92rem;
}

/* Вариант B: вертикальный список-плитки — class="section-scenarios section-scenarios--list" */
.section-scenarios--list .scenarios-track {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.section-scenarios--list .scenario-card {
    flex-direction: row;
}

.section-scenarios--list .scenario-card-photo {
    width: 88px;
    min-width: 88px;
    height: auto;
    min-height: 88px;
}

.section-scenarios--list .scenario-card-body {
    justify-content: center;
}

@media (max-width: 1100px) {
    .scenarios-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .scenarios-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .section-scenarios {
        padding: 32px 0 36px;
    }

    .section-scenarios .section-container {
        padding-left: 0;
        padding-right: 0;
    }

    .section-scenarios-header {
        padding: 0 20px;
        margin-bottom: 16px;
        text-align: left;
    }

    .section-scenarios-header h2 {
        font-size: 1.28rem;
    }

    .section-scenarios-header p {
        font-size: 0.86rem;
    }

    .section-scenarios--cases:not(.section-scenarios--list) .scenarios-track {
        display: flex;
        grid-template-columns: none;
        gap: 10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 20px 4px;
        margin-bottom: 8px;
        scrollbar-width: none;
    }

    .section-scenarios--cases:not(.section-scenarios--list) .scenarios-track::-webkit-scrollbar {
        display: none;
    }

    .section-scenarios--cases:not(.section-scenarios--list) .scenario-card {
        flex: 0 0 min(74vw, 252px);
        scroll-snap-align: start;
    }

    .scenarios-hint {
        display: flex;
        padding: 0 20px;
        text-align: left;
        justify-content: flex-start;
    }

    .scenario-card-photo {
        height: 88px;
    }

    .scenario-card-body h3 {
        font-size: 0.86rem;
    }

    .scenario-card-body p {
        font-size: 0.76rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .scenarios-cta {
        text-align: left;
        padding: 0 20px;
    }

    .scenarios-cta-lead {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        font-size: 0.86rem;
    }

    .scenarios-cta-actions {
        flex-direction: column;
    }

    .scenarios-cta-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .section-scenarios--list .scenarios-track {
        display: grid;
        padding: 0 20px;
    }

    .section-scenarios--list .scenario-card {
        flex-direction: row;
    }
}

/* Mid-page CTA */
.section-mid-cta {
    position: relative;
    padding: 56px 0;
    overflow: hidden;
}

.mid-cta-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.mid-cta-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mid-cta-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 38, 56, 0.88) 0%, rgba(26, 38, 56, 0.78) 100%);
}

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

.mid-cta-card {
    max-width: 640px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 18px;
    padding: 32px 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.mid-cta-mobile-photo {
    display: none;
}

.mid-cta-body h2 {
    font-size: clamp(1.25rem, 2.5vw, 1.55rem);
    color: var(--dark, #1a1a2e);
    margin-bottom: 12px;
    line-height: 1.3;
    text-align: left;
}

.mid-cta-body h2::after {
    display: none;
}

.mid-cta-lead {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #4b5563;
    margin-bottom: 16px;
    text-align: left;
}

.mid-cta-lead strong {
    color: var(--dark, #1a1a2e);
}

.mid-cta-points {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mid-cta-points li {
    font-size: 0.84rem;
    line-height: 1.45;
    color: #5a6578;
    padding-left: 14px;
    position: relative;
    text-align: left;
}

.mid-cta-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary, #1a73e8);
}

.mid-cta-points strong {
    color: var(--dark, #1a1a2e);
    font-weight: 600;
}

.mid-cta-phone {
    display: block;
    font-size: clamp(1.5rem, 4vw, 1.85rem);
    font-weight: 800;
    color: var(--primary, #1a73e8);
    text-decoration: none;
    margin-bottom: 16px;
    line-height: 1.15;
    text-align: center;
}

.mid-cta-phone:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.mid-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px;
}

.mid-cta-btn-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--primary, #1a73e8);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 24px;
    min-height: 52px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    box-shadow: 0 8px 24px rgba(26, 115, 232, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mid-cta-btn-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(26, 115, 232, 0.35);
    color: #fff;
}

.mid-cta-btn-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--dark, #1a1a2e);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 13px 24px;
    min-height: 48px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid #d1d9e6;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.mid-cta-btn-form:hover {
    background: #f4f7fb;
    border-color: #b8c4d4;
    color: var(--dark, #1a1a2e);
}

.mid-cta-note {
    font-size: 0.78rem;
    line-height: 1.45;
    color: #9ca3af;
    text-align: center;
    margin: 0;
}

@media (min-width: 769px) {
    .mid-cta-actions {
        flex-direction: row;
    }

    .mid-cta-btn-call,
    .mid-cta-btn-form {
        flex: 1;
    }

    .mid-cta-phone {
        text-align: left;
    }

    .mid-cta-note {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .section-mid-cta {
        padding: 0 0 32px;
        background: #f4f7fb;
    }

    .mid-cta-bg {
        display: none;
    }

    .mid-cta-card {
        margin: 0 16px;
        padding: 0;
        overflow: hidden;
        border-radius: 16px;
        box-shadow: 0 8px 28px rgba(26, 55, 100, 0.1);
        border: 1px solid #e4eaf2;
        background: #fff;
    }

    .mid-cta-mobile-photo {
        display: block;
        height: 130px;
        overflow: hidden;
    }

    .mid-cta-mobile-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .mid-cta-body {
        padding: 20px 18px 18px;
    }

    .mid-cta-points {
        gap: 6px;
        margin-bottom: 14px;
    }

    .mid-cta-points li {
        font-size: 0.82rem;
    }
}

/* Оборудование и транспорт — страница услуги */
.section-transport--service {
    padding: 48px 0;
    background: #fff;
    border-top: 1px solid #eef2f7;
}

.transport-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 16px;
}

.transport-header h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.65rem);
    color: var(--dark, #1a1a2e);
    margin-bottom: 8px;
    line-height: 1.25;
}

.transport-header h2::after {
    display: none;
}

.transport-header p {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #5a6578;
    margin: 0;
}

.transport-reassure {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 600px;
    margin: 0 auto 18px;
    padding: 11px 14px;
    background: #f4f7fb;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    font-size: 0.86rem;
    line-height: 1.45;
    color: #4b5563;
}

.transport-reassure i {
    color: var(--primary, #1a73e8);
    margin-top: 2px;
    flex-shrink: 0;
}

.transport-reassure p {
    margin: 0;
}

.transport-reassure strong {
    color: var(--dark, #1a1a2e);
}

.transport-gallery-section {
    margin-bottom: 18px;
}

.transport-gallery-label {
    margin: 0 0 10px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
}

.transport-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 8px;
}

.transport-gallery-item {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #e4eaf2;
    display: flex;
    flex-direction: column;
    position: relative;
}

.transport-photo-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(26, 26, 46, 0.72);
    color: #fff;
    line-height: 1.2;
}

.transport-gallery-item img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.transport-gallery-item figcaption {
    padding: 12px 14px;
    font-size: 0.78rem;
    line-height: 1.45;
    color: #5a6578;
    background: #fff;
    flex: 1;
}

.transport-gallery-item figcaption strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin-bottom: 4px;
}

.transport-gallery-hint {
    display: none;
    font-size: 0.75rem;
    color: #9ca3af;
    margin: 0 0 18px;
    gap: 6px;
    align-items: center;
}

.transport-proofs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.transport-proof {
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 14px 14px 12px;
}

.transport-proof-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #e8f1fd;
    color: var(--primary, #1a73e8);
    font-size: 0.88rem;
    margin-bottom: 8px;
}

.transport-proof h3 {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0 0 6px;
    line-height: 1.3;
}

.transport-proof > p {
    font-size: 0.78rem;
    line-height: 1.42;
    color: #5a6578;
    margin: 0 0 8px;
}

.transport-proof-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.transport-proof-list li {
    font-size: 0.76rem;
    line-height: 1.4;
    color: #4b5563;
    padding: 3px 0 3px 14px;
    position: relative;
}

.transport-proof-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary, #1a73e8);
}

.transport-aspects {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.transport-aspect {
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 14px 14px 12px;
}

.transport-aspect-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #e8f1fd;
    color: var(--primary, #1a73e8);
    font-size: 0.88rem;
    margin-bottom: 8px;
}

.transport-aspect h3 {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0 0 4px;
    line-height: 1.3;
}

.transport-aspect p {
    font-size: 0.78rem;
    line-height: 1.42;
    color: #5a6578;
    margin: 0;
}

@media (min-width: 769px) and (max-width: 899px) {
    .transport-aspects .transport-aspect:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
        margin: 0 auto;
        width: 100%;
    }
}

.transport-checklist {
    background: #f4f7fb;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 18px;
}

.transport-checklist-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0 0 10px;
}

.transport-checklist-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 16px;
}

.transport-checklist-list li {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #4b5563;
    padding-left: 18px;
    position: relative;
}

.transport-checklist-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1b7a3e;
    font-weight: 700;
    font-size: 0.72rem;
}

.transport-checklist-note {
    margin: 12px 0 0;
    padding-top: 10px;
    border-top: 1px solid #dde4ee;
    font-size: 0.78rem;
    line-height: 1.45;
    color: #6b7280;
}

.transport-cta {
    text-align: center;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    padding: 18px 16px;
    max-width: 560px;
    margin: 0 auto;
}

.transport-cta > p {
    font-size: 0.88rem;
    line-height: 1.45;
    color: #5a6578;
    margin: 0 0 14px;
}

.transport-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.transport-cta-actions .btn {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 0.92rem;
}

@media (min-width: 900px) {
    .transport-gallery-item img {
        height: 210px;
    }
}

@media (min-width: 769px) and (max-width: 899px) {
    .transport-proofs {
        grid-template-columns: 1fr;
    }

    .transport-aspects .transport-aspect:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .section-transport--service {
        padding: 36px 0;
    }

    .transport-header {
        text-align: left;
        margin-bottom: 14px;
    }

    .transport-reassure {
        margin-bottom: 14px;
        font-size: 0.84rem;
    }

    .transport-gallery-section {
        margin-bottom: 14px;
    }

    .transport-gallery-label {
        margin-bottom: 8px;
    }

    .transport-gallery {
        display: flex;
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 0 6px;
        margin-bottom: 6px;
        scrollbar-width: none;
    }

    .transport-gallery::-webkit-scrollbar {
        display: none;
    }

    .transport-gallery-item {
        flex: 0 0 min(85vw, 320px);
        scroll-snap-align: start;
    }

    .transport-gallery-item img {
        height: 200px;
    }

    .transport-gallery-hint {
        display: flex;
        margin-bottom: 14px;
    }

    .transport-proofs {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 14px;
    }

    .transport-checklist {
        padding: 14px 16px;
        margin-bottom: 14px;
    }

    .transport-checklist-list {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .transport-cta {
        text-align: left;
        padding: 16px 14px;
    }

    .transport-cta-actions {
        flex-direction: column;
    }

    .transport-cta-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Fleet / autopark — legacy */
.section-fleet {
    padding: 48px 0;
    background: #fff;
    border-top: 1px solid #eef2f7;
}

.fleet-header {
    position: static;
    text-align: center;
    max-width: 680px;
    margin: 0 auto 28px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.fleet-header h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    margin-bottom: 10px;
    line-height: 1.25;
}

.fleet-header h2::after {
    display: none;
}

.fleet-header p {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #5a6578;
    margin: 0;
}

.fleet-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 28px;
}

.fleet-gallery-item {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #f4f7fb;
    border: 1px solid #e4eaf2;
}

.fleet-gallery-item img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
}

.fleet-gallery-item figcaption {
    padding: 10px 12px;
    font-size: 0.78rem;
    line-height: 1.4;
    color: #4b5563;
    background: #fff;
}

.fleet-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.fleet-proof-card {
    background: #f8fafc;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    padding: 18px 16px;
}

.fleet-proof-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--primary, #1a73e8);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.fleet-proof-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin-bottom: 8px;
    line-height: 1.3;
}

.fleet-proof-card p {
    font-size: 0.84rem;
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.fleet-equipment {
    background: #f4f7fb;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    padding: 22px 20px;
}

.fleet-equipment h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin-bottom: 14px;
}

.fleet-equipment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 20px;
}

.fleet-equipment-list li {
    font-size: 0.86rem;
    line-height: 1.45;
    color: #4b5563;
    padding-left: 22px;
    position: relative;
}

.fleet-equipment-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1b7a3e;
    font-weight: 700;
    font-size: 0.8rem;
}

.fleet-equipment-note {
    margin: 16px 0 0;
    padding-top: 14px;
    border-top: 1px solid #dde4ee;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #6b7280;
}

@media (max-width: 1024px) {
    .fleet-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fleet-gallery-item img {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .section-fleet {
        padding: 36px 0;
    }

    .fleet-header {
        text-align: left;
        margin-bottom: 18px;
        padding: 0 4px;
    }

    .fleet-header h2 {
        font-size: 1.3rem;
    }

    .fleet-header p {
        font-size: 0.88rem;
    }

    .fleet-gallery {
        display: flex;
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 4px 6px;
        margin-left: -4px;
        margin-right: -4px;
        margin-bottom: 22px;
        scrollbar-width: none;
    }

    .fleet-gallery::-webkit-scrollbar {
        display: none;
    }

    .fleet-gallery-item {
        flex: 0 0 min(82vw, 300px);
        scroll-snap-align: start;
    }

    .fleet-gallery-item img {
        height: 170px;
    }

    .fleet-proof-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 18px;
    }

    .fleet-proof-card {
        padding: 14px 14px;
    }

    .fleet-proof-card h3 {
        font-size: 0.9rem;
    }

    .fleet-proof-card p {
        font-size: 0.82rem;
    }

    .fleet-equipment {
        padding: 18px 16px;
    }

    .fleet-equipment-list {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

/* Image Banner Section */
.section-image-banner {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.section-image-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-image-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26,115,232,0.85) 0%, rgba(0,200,83,0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-image-banner .banner-overlay.dark-overlay {
    background: linear-gradient(135deg, rgba(26,26,46,0.88) 0%, rgba(45,45,74,0.8) 100%);
}

.section-image-banner .banner-overlay.red-overlay {
    background: linear-gradient(135deg, rgba(229,57,53,0.85) 0%, rgba(255,112,67,0.7) 100%);
}

.section-image-banner .banner-overlay.teal-overlay {
    background: linear-gradient(135deg, rgba(0,137,123,0.85) 0%, rgba(38,166,154,0.7) 100%);
}

.banner-content {
    text-align: center;
    color: white;
    max-width: 700px;
    padding: 0 30px;
}

.banner-content h2 {
    font-size: 1.9rem;
    margin-bottom: 10px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}

.banner-content h2::after {
    display: none;
}

.banner-content p {
    font-size: 1.05rem;
    opacity: 0.95;
    line-height: 1.5;
}

.banner-content .btn-banner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 35px;
    background: white;
    color: var(--primary);
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.banner-content .btn-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.3);
}

/* Accent Gradient Section */
.section-accent {
    background: linear-gradient(135deg, #e3f2fd 0%, #e8f5e9 100%);
    padding: 60px 0;
}

.section-accent .section-container {
    max-width: 1100px;
}

.section-accent h2 {
    font-size: 1.8rem;
    color: var(--dark);
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 12px;
}

.section-accent h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--gradient);
    border-radius: 2px;
}

.section-accent.text-center h2::after {
    left: 50%;
    transform: translateX(-50%);
}

.section-accent p {
    color: #555;
    line-height: 1.7;
    font-size: 0.98rem;
}

/* Icon Row — horizontal feature highlights */
.icon-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.icon-row-item {
    text-align: center;
    padding: 25px 15px;
}

.icon-row-item .ir-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.6rem;
    margin: 0 auto 15px;
    box-shadow: 0 8px 25px rgba(26,115,232,0.25);
    transition: transform 0.3s ease;
}

.icon-row-item:hover .ir-icon {
    transform: scale(1.1);
}

.icon-row-item h4 {
    font-size: 1rem;
    color: var(--dark);
    margin-bottom: 5px;
}

.icon-row-item p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

/* Testimonial / Quote block */
.quote-block {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
    margin: 30px 0;
    border-left: 5px solid var(--primary);
}

.quote-block::before {
    content: '\201c';
    font-size: 5rem;
    color: var(--primary);
    opacity: 0.15;
    position: absolute;
    top: -10px;
    left: 20px;
    font-family: Georgia, serif;
    line-height: 1;
}

.quote-block p {
    font-style: italic;
    font-size: 1.1rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 15px;
}

.quote-block .quote-author {
    font-style: normal;
    font-weight: 600;
    color: var(--dark);
    font-size: 0.95rem;
}

/* Responsive — new sections */
@media (max-width: 1024px) {
    .split-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .split-grid.reverse {
        direction: ltr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .transport-hero--focused .service-hero-container {
        text-align: left;
    }

    .transport-hero--focused .hero-actions,
    .transport-hero--focused .hero-benefits,
    .transport-hero--focused .hero-microcopy {
        margin-left: 0;
        margin-right: 0;
    }

    .transport-hero--focused .hero-actions {
        max-width: none;
    }

    .service-hero-content h1 {
        font-size: 2.2rem;
    }

    .hero-form {
        max-width: 500px;
        margin: 0 auto;
    }

    .transport-hero--focused .hero-form {
        max-width: none;
        margin: 0;
    }

    .service-hero-features {
        display: inline-block;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .section-split {
        padding: 40px 0;
    }

    .split-image img {
        height: 220px;
    }

    .section-dark {
        padding: 40px 0;
    }

    .section-dark h2,
    .split-content h2 {
        font-size: 1.4rem;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .section-image-banner {
        height: 220px;
    }

    .banner-content h2 {
        font-size: 1.5rem;
    }

    .section-accent {
        padding: 40px 0;
    }

    .icon-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-hero {
        padding-top: 80px;
        padding-bottom: 30px;
        min-height: auto;
    }

    .service-hero.transport-hero.transport-hero--focused {
        padding-top: 16px;
        padding-bottom: 24px;
    }

    .transport-hero--focused .service-hero-container {
        gap: 14px;
        padding: 0 16px;
    }

    .transport-hero--focused .service-hero-content h1 {
        font-size: 1.28rem;
        max-width: none;
    }

    .transport-hero--focused .hero-benefits {
        margin-bottom: 10px;
    }

    .transport-hero--focused .hero-benefits--chips li {
        font-size: 0.7rem;
    }

    .transport-hero--focused .hero-actions {
        max-width: none;
    }

    .transport-hero--focused .hero-form {
        order: 3;
    }

    .transport-hero--focused .hero-visual {
        display: none;
    }

    .transport-hero--focused .service-hero-media {
        display: contents;
    }

    .transport-hero--focused .hero-cta-call-inner {
        align-items: flex-start;
        flex: 1;
    }

    .service-hero-content h1 {
        font-size: 1.7rem;
    }

    .service-hero-content p {
        font-size: 1rem;
    }

    .service-section {
        padding: 40px 0;
    }

    .service-section h2 {
        font-size: 1.4rem;
    }

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

    .process-steps {
        grid-template-columns: 1fr 1fr;
    }

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

    .service-cta h2 {
        font-size: 1.5rem;
    }

    .breadcrumbs-list {
        font-size: 0.8rem;
    }

    .section-stats {
        padding: 30px 0;
    }
}

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

    .stat-number {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    .icon-row {
        grid-template-columns: 1fr;
    }

    .section-image-banner {
        height: 180px;
    }

    .banner-content h2 {
        font-size: 1.2rem;
    }

    .quote-block {
        padding: 25px;
    }

    .service-hero-content h1 {
        font-size: 1.4rem;
    }

    .transport-hero--focused .hero-lead {
        font-size: 0.88rem;
        margin-bottom: 12px;
    }

    .transport-hero--focused .hero-fit-list li {
        font-size: 0.82rem;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

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

    .service-price-card {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .split-image img {
        height: 180px;
    }
}
