/* Homepage — DenProk-MED */

/* === Layout system (главная) === */
.page-home {
    --home-gutter: clamp(16px, 3vw, 40px);
    --home-wide: 1280px;
    --home-content: 1120px;
    --home-read: 42rem;
    --home-cta: 36rem;
    --home-section-y: clamp(36px, 5vw, 52px);
    /* Card system */
    --home-card-bg: #ffffff;
    --home-card-bg-subtle: #f9fafb;
    --home-card-border: #e2e8f0;
    --home-card-border-strong: #cbd5e1;
    --home-card-radius: 12px;
    --home-card-radius-panel: 14px;
    --home-card-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    --home-card-shadow-hover: 0 10px 28px rgba(15, 23, 42, 0.07);
    --home-card-ink: #0f172a;
    --home-card-body: #475569;
    --home-card-muted: #64748b;
    --home-card-accent: #1e4976;
}

.page-home .section-container {
    max-width: var(--home-wide);
    padding-left: var(--home-gutter);
    padding-right: var(--home-gutter);
}

.page-home section[class^="home-"] {
    padding-top: var(--home-section-y);
    padding-bottom: var(--home-section-y);
}

.page-home .hero.hero-home {
    padding-top: clamp(80px, 10vh, 96px);
    padding-bottom: clamp(36px, 5vw, 56px);
}

.page-home .home-section-head,
.page-home [class*="-header"]:not(.home-nudge-header) {
    max-width: none;
    margin: 0 0 clamp(18px, 2.5vw, 26px);
    text-align: left;
}

@media (min-width: 769px) {
    .page-home .home-section-head,
    .page-home .home-scenarios-header,
    .page-home .home-services-header,
    .page-home .home-trust-header,
    .page-home .home-process-header,
    .page-home .home-pricing-header,
    .page-home .home-reviews-header,
    .page-home .home-fleet-header,
    .page-home .home-faq-header,
    .page-home .home-seo-header,
    .page-home .home-about-header,
    .page-home .home-contact-head {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 22rem);
        gap: clamp(16px, 3vw, 40px);
        align-items: end;
    }

    .page-home .home-section-head p,
    .page-home .home-scenarios-header p,
    .page-home .home-services-header p,
    .page-home .home-trust-header p,
    .page-home .home-process-header p,
    .page-home .home-pricing-header p,
    .page-home .home-reviews-header p,
    .page-home .home-fleet-header p,
    .page-home .home-faq-header p,
    .page-home .home-seo-header p,
    .page-home .home-about-header p,
    .page-home .home-contact-head p,
    .page-home .home-contact-lead {
        margin-left: auto;
        text-align: right;
    }
}

.page-home .home-band {
    width: 100%;
}

.page-home .home-split {
    display: grid;
    gap: clamp(20px, 3vw, 36px);
}

@media (min-width: 901px) {
    .page-home .home-split--2 {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .page-home .home-split--62 {
        grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    }

    .page-home .home-split--64 {
        grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
    }
}

.page-home .home-prose {
    max-width: var(--home-read);
}

.page-home .home-cta-col {
    max-width: var(--home-cta);
}

/* Секции — layout overrides */
.page-home .home-process-header,
.page-home .home-pricing-header,
.page-home .home-scenarios-header,
.page-home .home-services-header,
.page-home .home-trust-header,
.page-home .home-reviews-header,
.page-home .home-fleet-header,
.page-home .home-faq-header,
.page-home .home-seo-header,
.page-home .home-about-header,
.page-home .home-contact-head {
    text-align: left;
}

@media (max-width: 768px) {
    .page-home {
        --home-section-y: clamp(28px, 6vw, 36px);
        --home-gutter: 16px;
    }

    .page-home .home-section-head p,
    .page-home .home-scenarios-header p,
    .page-home .home-services-header p,
    .page-home .home-trust-header p,
    .page-home .home-process-header p,
    .page-home .home-pricing-header p,
    .page-home .home-reviews-header p,
    .page-home .home-fleet-header p,
    .page-home .home-faq-header p,
    .page-home .home-seo-header p,
    .page-home .home-about-header p,
    .page-home .home-contact-head p,
    .page-home .home-contact-lead {
        margin-left: 0;
        text-align: left;
    }
}

.home-process-reassure {
    max-width: none;
    margin: 0 0 clamp(18px, 2.5vw, 24px);
}

.home-process-panel {
    margin-bottom: clamp(20px, 3vw, 28px);
}

.home-process-summary {
    max-width: none;
    margin: 0;
    text-align: left;
}

.home-process-cta {
    max-width: none;
    margin: 0;
    text-align: left;
}

.home-process-foot {
    align-items: center;
}

.home-pricing-foot {
    align-items: center;
}

.home-pricing-cta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
}

.home-nudge-panel {
    max-width: none;
    margin: 0;
}

.home-fleet-panel {
    max-width: none;
    margin: 0;
}

.home-fleet-foot-text {
    margin: 0;
}

.home-reviews-panel {
    max-width: none;
    margin: 0;
}

.home-reviews-foot-text {
    margin: 0;
}

.home-faq-panel {
    max-width: none;
    margin: 0;
}

.home-faq-foot-text {
    margin: 0;
}

.home-seo-panel {
    max-width: none;
    margin: 0;
}

.home-about-panel {
    max-width: none;
    margin: 0;
}

.home-about-foot-text {
    margin: 0;
}

.home-contact-panel {
    max-width: none;
    margin: 0;
}

.home-contact-main {
    display: grid;
    gap: clamp(20px, 3vw, 32px);
}

@media (min-width: 901px) {
    .home-contact-main {
        grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
        align-items: stretch;
        gap: clamp(28px, 4vw, 48px);
    }
}

.home-contact-action {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2vw, 18px);
}

.home-contact-trust {
    text-align: left;
}

.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;
}

/* === Header главной === */
.page-home .header-container {
    position: relative;
    padding: 10px 20px;
    gap: 12px;
    flex-wrap: nowrap;
}

.page-home .logo {
    flex-shrink: 0;
}

.page-home .logo img {
    max-width: 168px;
    width: 100%;
    height: auto;
    display: block;
}

.page-home #nav {
    flex: 1;
    justify-content: center;
    gap: clamp(12px, 1.4vw, 24px);
    min-width: 0;
    flex-wrap: nowrap;
}

.page-home #nav > a {
    white-space: nowrap;
    font-size: clamp(0.8rem, 0.95vw, 0.9rem);
    font-weight: 600;
}

.page-home .nav-mobile-only {
    display: none;
}

.page-home .header-aside {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.page-home .header-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.page-home .header-phone a {
    white-space: nowrap;
    font-size: 1.05rem;
    line-height: 1;
    letter-spacing: -0.01em;
}

.page-home .header-phone i {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.page-home .header-social {
    margin-left: 0;
    gap: 8px;
    flex-shrink: 0;
}

.page-home .header-social a {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
}

@media (min-width: 1201px) {
    .page-home .header-aside .header-phone {
        display: flex;
    }
}

@media (max-width: 1200px) {
    .page-home #nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        flex: none;
        padding: 16px 20px 12px;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
        gap: 0;
        z-index: 100;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }

    .page-home #nav.active {
        display: flex;
    }

    .page-home #nav > a {
        font-size: 1rem;
        font-weight: 600;
        padding: 13px 0;
        border-bottom: 1px solid #eee;
        width: 100%;
        text-align: center;
        white-space: normal;
    }

    .page-home .nav-mobile-only {
        display: block;
    }

    .page-home .nav-mobile-contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 16px 0 8px;
        border-top: 1px solid #eee;
        margin-top: 8px;
        width: 100%;
    }

    .page-home .mobile-menu {
        display: flex;
        flex-shrink: 0;
    }

    .page-home .header-aside .header-phone {
        display: none;
    }

    .page-home .header-aside .header-social {
        display: flex;
    }
}

@media (max-width: 768px) {
    .page-home .logo img {
        max-width: 140px;
    }

    .page-home .header-aside .header-social {
        display: none;
    }
}

/* Hero главной страницы */
.hero.hero-home {
    min-height: auto;
    background: linear-gradient(135deg, rgba(26, 115, 232, 0.92) 0%, rgba(0, 160, 90, 0.88) 100%),
        url('img/bg.jpeg') center/cover;
}

.hero-home-container {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 460px);
    gap: clamp(28px, 4vw, 48px);
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-home-main {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2vw, 22px);
    min-width: 0;
}

.hero-home-head {
    min-width: 0;
}

.hero-home-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

.hero-home-head h1 {
    font-size: clamp(1.65rem, 3.8vw, 2.85rem);
    color: #fff;
    line-height: 1.15;
    margin: 0 0 12px;
    text-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
    max-width: none;
    letter-spacing: -0.02em;
}

.hero-home-lead {
    font-size: clamp(0.95rem, 1.6vw, 1.125rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    max-width: none;
}

.hero-home-scope {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.hero-home-scope-link {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    transition: background 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.hero-home-scope-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.38);
}

.hero-home-scope-link--primary {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.38);
    font-weight: 700;
}

.hero-home-scope-link--all {
    border-style: dashed;
    opacity: 0.9;
}

.hero-home-lead strong {
    color: #fff;
    font-weight: 700;
}

.hero-home-bar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    backdrop-filter: blur(6px);
}

.hero-home-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
}

.hero-home-cta-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 60px;
    padding: 12px 18px;
    background: #fff;
    color: var(--primary, #1a73e8);
    text-decoration: none;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-home-cta-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    color: var(--primary, #1a73e8);
}

.hero-home-cta-primary i {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.hero-home-cta-primary-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.15;
}

.hero-home-cta-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.85;
}

.hero-home-cta-phone {
    font-size: clamp(1.08rem, 2.5vw, 1.28rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hero-home-cta-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 18px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.hero-home-cta-secondary:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.65);
}

.hero-home-trust {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 0;
    padding: 12px 0 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-home-trust li {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    white-space: nowrap;
}

.hero-home-more {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
}

.hero-home-more a {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hero-home-more a:hover {
    color: #fff;
}

/* legacy hook — блок удалён с главной */
.hero-home-more {
    display: none;
}

.hero-home-aside {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.hero-home-visual {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
    border: 2px solid rgba(255, 255, 255, 0.22);
}

.hero-home-visual img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
}

.hero-home-visual-caption {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 16px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
    color: #fff;
    font-size: 0.78rem;
    line-height: 1.35;
}

.hero-home-form {
    background: #fff;
    padding: 22px 22px 18px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
    scroll-margin-top: 90px;
}

#heroFormBlock {
    scroll-margin-top: 90px;
}

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

.hero-home-form-lead {
    font-size: 0.82rem;
    line-height: 1.45;
    color: #6b7280;
    margin: 0 0 12px;
}

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

.hero-home-form .form-group input {
    padding: 14px 16px;
    font-size: 1rem;
    min-height: 50px;
}

.hero-home-form .btn-primary {
    min-height: 52px;
    font-size: 1rem;
    font-weight: 700;
    background: var(--primary, #1a73e8);
    box-shadow: 0 6px 20px rgba(26, 115, 232, 0.28);
}

.hero-home-form .btn-primary:hover:not(:disabled) {
    background: var(--primary-dark, #1557b0);
    transform: translateY(-1px);
}

.hero-home-form-note {
    margin: 10px 0 0;
    font-size: 0.7rem;
    line-height: 1.45;
    color: #666;
    text-align: center;
}

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

@media (min-width: 769px) {
    .hero.hero-home {
        min-height: min(calc(100vh - 72px), 880px);
        display: flex;
        align-items: center;
    }

    .hero-home-bar {
        padding: 16px 18px;
        gap: 0;
    }

    .hero-home-actions {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        gap: 10px;
        align-items: stretch;
    }

    .hero-home-cta-primary {
        min-height: 64px;
        justify-content: flex-start;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-home-cta-primary-inner {
        align-items: flex-start;
        text-align: left;
    }

    .hero-home-cta-secondary {
        height: 100%;
        min-height: 64px;
        padding: 10px 14px;
        font-size: 0.84rem;
        line-height: 1.35;
        text-align: center;
    }

    .hero-home-trust {
        margin-top: 12px;
        padding-top: 12px;
    }
}

@media (min-width: 1101px) {
    .hero-home-container {
        grid-template-columns: minmax(0, 1.35fr) minmax(380px, 480px);
        gap: clamp(32px, 4vw, 56px);
    }
}

@media (min-width: 901px) and (max-width: 1100px) {
    .hero-home-container {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
        gap: 24px;
        align-items: start;
    }

}

@media (max-width: 768px) {
    .hero.hero-home {
        min-height: auto;
        display: block;
    }

    .hero-home-container {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hero-home-head h1 {
        font-size: clamp(1.35rem, 5.5vw, 1.65rem);
        line-height: 1.2;
    }

    .hero-home-lead {
        font-size: 0.9rem;
        max-width: none;
    }

    .hero-home-bar {
        padding: 12px 14px;
        gap: 10px;
    }

    .hero-home-actions {
        gap: 8px;
    }

    .hero-home-cta-primary {
        min-height: 56px;
    }

    .hero-home-cta-primary-inner {
        align-items: center;
        text-align: center;
        flex: 1;
    }

    .hero-home-cta-secondary {
        min-height: 48px;
        font-size: 0.86rem;
    }

    .hero-home-trust {
        padding-top: 10px;
        margin-top: 0;
        gap: 6px;
    }

    .hero-home-trust li {
        font-size: 0.72rem;
        padding: 5px 10px;
    }

    .hero-home-scope {
        gap: 6px;
    }

    .hero-home-scope-link {
        font-size: 0.72rem;
        padding: 6px 11px;
    }

    .hero-home-visual {
        display: none;
    }

    .hero-home-form {
        margin-top: 0;
    }

    .hero-home-more {
        font-size: 0.76rem;
    }
}

/* Ситуации — самоидентификация */
.home-scenarios {
    background: #f4f7fb;
    border-bottom: 1px solid #e8edf3;
}

.home-scenarios-header {
    margin: 0 0 clamp(22px, 3vw, 32px);
}

.home-scenarios-header h2 {
    font-size: clamp(1.45rem, 3vw, 2rem);
    color: var(--dark, #1a1a2e);
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-scenarios-header p {
    font-size: clamp(0.88rem, 1.4vw, 1rem);
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.home-scenarios-header a {
    color: var(--primary, #1a73e8);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.home-scenarios-body {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 28px);
}

.home-scenarios-zone {
    padding: clamp(18px, 2.5vw, 24px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(26, 55, 100, 0.04);
}

.home-scenarios-zone--urgent {
    border-color: rgba(220, 38, 38, 0.16);
    background: linear-gradient(180deg, #fff 0%, #fffafa 100%);
}

.home-scenarios-zone--planned {
    background: #fff;
}

.home-scenarios-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: clamp(12px, 2vw, 16px);
    padding-bottom: 10px;
    border-bottom: 1px solid #eef2f7;
}

.home-scenarios-zone--urgent .home-scenarios-group-head {
    border-bottom-color: rgba(220, 38, 38, 0.12);
}

.home-scenarios-group-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin: 0;
}

.home-scenarios-group-label--urgent {
    color: #b91c1c;
}

.home-scenarios-scroll-hint {
    display: none;
    margin: 0;
    font-size: 0.72rem;
    color: #9ca3af;
    gap: 5px;
    align-items: center;
}

.home-scenarios-grid {
    display: grid;
    gap: clamp(12px, 2vw, 16px);
}

.home-scenarios-grid--urgent {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-scenarios-grid--planned {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-scenario-card {
    background: #f8fafc;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    padding: clamp(16px, 2vw, 20px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    min-height: 100%;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-scenario-card:hover {
    border-color: #c5dff5;
    box-shadow: 0 6px 20px rgba(26, 115, 232, 0.08);
}

.home-scenario-card--featured {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: clamp(16px, 2.5vw, 24px);
    padding: clamp(18px, 2.5vw, 24px);
    background: linear-gradient(135deg, #f0f7ff 0%, #fff 100%);
    border-color: rgba(26, 115, 232, 0.28);
    border-left: 4px solid var(--primary, #1a73e8);
}

.home-scenario-card--featured .home-scenario-body p {
    font-size: 0.88rem;
    max-width: 52ch;
}

.home-scenario-card--featured .home-scenario-icon {
    width: 52px;
    height: 52px;
    font-size: 1.15rem;
}

.home-scenario-card--urgent {
    border-left: 4px solid #dc2626;
    border-color: rgba(220, 38, 38, 0.18);
    background: #fff;
}

.home-scenario-card--urgent:hover {
    border-color: rgba(220, 38, 38, 0.35);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.08);
}

.home-scenario-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--primary, #1a73e8);
    background: #e8f1fd;
}

.home-scenario-card--urgent .home-scenario-icon {
    color: #dc2626;
    background: #fdecec;
}

.home-scenario-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.home-scenario-body h3 {
    font-size: clamp(0.92rem, 1.4vw, 1.02rem);
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0;
    line-height: 1.3;
}

.home-scenario-body p {
    font-size: 0.84rem;
    line-height: 1.45;
    color: #5a6578;
    margin: 0;
    flex: 1;
}

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

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

.home-scenario-action--call {
    color: #c62828;
}

.home-scenarios-cta {
    margin-top: clamp(20px, 3vw, 28px);
    padding: clamp(18px, 2.5vw, 22px) clamp(20px, 3vw, 24px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    align-items: center;
}

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

.home-scenarios-cta-btn {
    min-height: 50px;
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: 700;
    white-space: nowrap;
    justify-self: end;
}

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

@media (max-width: 768px) {
    .home-scenarios-header {
        margin-bottom: 18px;
    }

    .home-scenarios-zone {
        padding: 16px;
        border-radius: 14px;
    }

    .home-scenarios-group-head {
        margin-bottom: 12px;
        padding-bottom: 8px;
    }

    .home-scenarios-scroll-hint {
        display: none;
    }

    .home-scenarios-grid--urgent {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-scenarios-grid--planned {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-scenario-card--featured {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-scenario-card--featured .home-scenario-body p {
        max-width: none;
    }

    .home-scenario-card--featured .home-scenario-icon {
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }

    .home-scenario-card {
        padding: 16px;
    }

    .home-scenario-body h3 {
        font-size: 0.95rem;
    }

    .home-scenario-body p {
        font-size: 0.82rem;
    }

    .home-scenarios-cta {
        margin-top: 18px;
        padding: 16px;
    }

    .home-scenarios-cta-btn {
        width: 100%;
        justify-content: center;
        justify-self: stretch;
    }
}

/* Карта услуг */
.home-services {
    background: #fff;
    border-top: 1px solid #eef2f7;
}

.home-services-header {
    margin: 0 0 clamp(22px, 3vw, 32px);
}

.home-services-header h2 {
    font-size: clamp(1.45rem, 3vw, 2rem);
    color: var(--dark, #1a1a2e);
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-services-header p {
    font-size: clamp(0.88rem, 1.4vw, 1rem);
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.home-services-header a {
    color: var(--primary, #1a73e8);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.home-services-map {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: clamp(16px, 2.5vw, 24px);
    padding: clamp(18px, 2.5vw, 24px);
    background: #f8fafc;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
}

.home-services-primary {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.home-services-secondary {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 20px);
}

.home-services-cluster {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-services-cluster-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #eef2f7;
}

.home-services-cluster-label--urgent {
    color: #b91c1c;
    border-bottom-color: rgba(220, 38, 38, 0.12);
}

.home-services-cluster--urgent .home-services-cluster-label {
    border-bottom-color: rgba(220, 38, 38, 0.12);
}

.home-svc-featured {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: clamp(16px, 2vw, 20px);
    padding: clamp(22px, 3vw, 28px);
    text-decoration: none;
    color: inherit;
    background: linear-gradient(145deg, #f0f7ff 0%, #fff 55%);
    border: 1px solid rgba(26, 115, 232, 0.32);
    border-left: 4px solid var(--primary, #1a73e8);
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(26, 115, 232, 0.1);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-svc-featured:hover {
    border-color: rgba(26, 115, 232, 0.5);
    box-shadow: 0 12px 36px rgba(26, 115, 232, 0.14);
    transform: translateY(-1px);
}

.home-svc-featured-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--primary, #1a73e8);
    color: #fff;
    font-size: 1.35rem;
}

.home-svc-featured-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-svc-featured-title {
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 800;
    color: var(--dark, #1a1a2e);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-svc-featured-desc {
    font-size: clamp(0.88rem, 1.3vw, 0.95rem);
    line-height: 1.5;
    color: #5a6578;
    max-width: 48ch;
}

.home-svc-featured-meta {
    display: inline-block;
    align-self: flex-start;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--primary, #1a73e8);
    background: rgba(26, 115, 232, 0.1);
    border: 1px solid rgba(26, 115, 232, 0.18);
}

.home-services-grid {
    display: grid;
    gap: 10px;
}

.home-services-grid--urgent {
    grid-template-columns: 1fr;
}

.home-svc-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: clamp(14px, 1.8vw, 16px);
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-svc-card:hover {
    background: #f0f7ff;
    border-color: #c5dff5;
    box-shadow: 0 4px 16px rgba(26, 115, 232, 0.08);
}

.home-svc-card--urgent {
    border-left: 3px solid #ef4444;
}

.home-svc-card--urgent:hover {
    background: #fef8f8;
    border-color: #fecaca;
    border-left-color: #ef4444;
    box-shadow: 0 4px 16px rgba(220, 38, 38, 0.08);
}

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

.home-svc-card--urgent .home-svc-card-icon {
    background: #fee2e2;
    color: #dc2626;
}

.home-svc-card-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.home-svc-card-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    line-height: 1.3;
}

.home-svc-card-desc {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #6b7280;
}

.home-svc-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
    padding-top: 4px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--primary, #1a73e8);
    line-height: 1.2;
}

.home-svc-card-cta i {
    font-size: 0.65rem;
    transition: transform 0.2s ease;
}

.home-svc-card:hover .home-svc-card-cta i,
.home-svc-featured:hover .home-svc-card-cta i {
    transform: translateX(2px);
}

.home-svc-featured .home-svc-card-cta {
    margin-top: auto;
    padding-top: 8px;
    font-size: 0.88rem;
}

.home-services-note {
    font-size: 0.84rem;
    line-height: 1.5;
    color: #6b7280;
    margin: clamp(18px, 2.5vw, 24px) 0 0;
    padding: clamp(14px, 2vw, 16px) clamp(16px, 2vw, 20px);
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #eef2f7;
}

.home-services-note a {
    color: var(--primary, #1a73e8);
    font-weight: 600;
    text-decoration: none;
}

.home-services-note a:hover {
    text-decoration: underline;
}

.home-services-cta {
    margin-top: clamp(18px, 2.5vw, 24px);
    padding: clamp(18px, 2.5vw, 22px) clamp(20px, 3vw, 24px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    align-items: center;
}

.home-services-cta > p {
    font-size: 0.92rem;
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.home-services-cta-btn {
    min-height: 50px;
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: 700;
    white-space: nowrap;
    justify-self: end;
}

@media (min-width: 901px) {
    .home-svc-featured {
        flex-direction: row;
        align-items: flex-start;
    }
}

@media (max-width: 900px) {
    .home-services-map {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .home-services-grid--urgent {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .home-services-header {
        margin-bottom: 18px;
    }

    .home-services-map {
        padding: 14px;
        border-radius: 14px;
        gap: 14px;
    }

    .home-svc-featured {
        padding: 18px;
        flex-direction: column;
    }

    .home-svc-featured-icon {
        width: 48px;
        height: 48px;
        font-size: 1.15rem;
    }

    .home-svc-featured-title {
        font-size: 1.08rem;
    }

    .home-svc-featured-desc {
        max-width: none;
    }

    .home-services-grid--urgent {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .home-svc-card {
        padding: 14px;
    }

    .home-svc-card-icon {
        width: 36px;
        height: 36px;
        font-size: 0.88rem;
    }

    .home-services-note {
        font-size: 0.8rem;
        padding: 12px 14px;
    }

    .home-services-cta {
        padding: 16px;
    }

    .home-services-cta-btn {
        width: 100%;
        justify-content: center;
        justify-self: stretch;
    }
}

/* Trust-блок — почему выбирают нас */
.home-trust {
    background: #f4f7fb;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

.home-trust-header {
    margin: 0 0 clamp(22px, 3vw, 32px);
}

.home-trust-header h2 {
    font-size: clamp(1.45rem, 3vw, 2rem);
    color: var(--dark, #1a1a2e);
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-trust-header p {
    font-size: clamp(0.88rem, 1.4vw, 1rem);
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
}

.home-trust-panel {
    padding: clamp(20px, 3vw, 28px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(26, 55, 100, 0.05);
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 28px);
}

.home-trust-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 16px);
}

.home-trust-stat {
    padding: clamp(18px, 2.5vw, 22px);
    background: linear-gradient(160deg, #f0f7ff 0%, #fff 70%);
    border: 1px solid rgba(26, 115, 232, 0.2);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 100%;
}

.home-trust-stat-value {
    font-size: clamp(1.25rem, 2.2vw, 1.75rem);
    font-weight: 800;
    color: var(--primary, #1a73e8);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.home-trust-stat-text {
    font-size: clamp(0.82rem, 1.2vw, 0.88rem);
    line-height: 1.45;
    color: #5a6578;
    margin: 0;
}

.home-trust-points {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 16px);
    padding-top: clamp(16px, 2vw, 20px);
    border-top: 1px solid #eef2f7;
}

.home-trust-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: clamp(16px, 2vw, 20px);
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    min-height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-trust-item:hover {
    border-color: #c5dff5;
    box-shadow: 0 4px 16px rgba(26, 115, 232, 0.06);
}

.home-trust-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #e8f1fd;
    color: var(--primary, #1a73e8);
    font-size: 1rem;
}

.home-trust-item-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.home-trust-value {
    font-size: clamp(0.92rem, 1.3vw, 1rem);
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    line-height: 1.3;
}

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

.home-trust-cta {
    margin-top: clamp(20px, 3vw, 28px);
    padding: clamp(18px, 2.5vw, 22px) clamp(20px, 3vw, 24px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    align-items: center;
}

.home-trust-cta > p {
    font-size: 0.92rem;
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

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

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

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

    .home-trust-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .home-trust-header {
        margin-bottom: 18px;
    }

    .home-trust-panel {
        padding: 16px;
        border-radius: 14px;
        gap: 16px;
    }

    .home-trust-stats {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-trust-stat {
        padding: 16px;
    }

    .home-trust-stat-value {
        font-size: 1.35rem;
    }

    .home-trust-points {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-top: 14px;
    }

    .home-trust-item {
        flex-direction: row;
        align-items: flex-start;
        padding: 14px;
        gap: 12px;
    }

    .home-trust-icon {
        width: 40px;
        height: 40px;
        font-size: 0.92rem;
    }

    .home-trust-value {
        font-size: 0.95rem;
    }

    .home-trust-text {
        font-size: 0.82rem;
    }

    .home-trust-cta {
        padding: 16px;
    }

    .home-trust-cta-actions {
        flex-direction: column;
        width: 100%;
        justify-content: stretch;
    }

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

/* Ориентир по стоимости — главная */
.home-pricing {
    background: #fff;
    border-top: 1px solid #eef2f7;
}

.home-pricing-header {
    margin: 0 0 clamp(22px, 3vw, 32px);
}

.home-pricing-header h2 {
    font-size: clamp(1.45rem, 3vw, 2rem);
    color: var(--dark, #1a1a2e);
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-pricing-header p {
    font-size: clamp(0.88rem, 1.4vw, 1rem);
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
}

.home-pricing-header strong {
    color: var(--dark, #1a1a2e);
    font-weight: 700;
}

.home-pricing-panel {
    padding: clamp(18px, 2.5vw, 24px);
    background: #f8fafc;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 2.5vw, 24px);
}

.home-pricing-top {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
    gap: clamp(16px, 2.5vw, 20px);
    align-items: stretch;
}

.home-pricing-anchor {
    padding: clamp(20px, 3vw, 28px);
    background: linear-gradient(145deg, #f0f7ff 0%, #fff 60%);
    border: 1px solid rgba(26, 115, 232, 0.28);
    border-left: 4px solid var(--primary, #1a73e8);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-pricing-anchor-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
}

.home-pricing-anchor-price {
    font-size: clamp(2.25rem, 5vw, 3rem);
    font-weight: 800;
    line-height: 1;
    color: var(--primary, #1a73e8);
    letter-spacing: -0.03em;
}

.home-pricing-anchor-price span {
    font-size: 0.5em;
    font-weight: 700;
}

.home-pricing-anchor-desc {
    font-size: clamp(0.92rem, 1.3vw, 1rem);
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
    max-width: 42ch;
}

.home-pricing-includes {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home-pricing-includes li {
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #4b5563;
    background: rgba(26, 115, 232, 0.08);
    border: 1px solid rgba(26, 115, 232, 0.14);
}

.home-pricing-more {
    display: inline-flex;
    margin-top: auto;
    padding-top: 6px;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--primary, #1a73e8);
    text-decoration: none;
}

.home-pricing-more:hover {
    text-decoration: underline;
}

.home-pricing-tiers {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-pricing-tier {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: clamp(16px, 2vw, 20px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    min-height: 0;
}

.home-pricing-tier-label {
    font-size: 0.82rem;
    line-height: 1.4;
    color: #6b7280;
}

.home-pricing-tier-price {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 800;
    color: var(--dark, #1a1a2e);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.home-pricing-tier-price--note {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    font-weight: 700;
    color: #5a6578;
}

.home-pricing-factors {
    padding-top: clamp(16px, 2vw, 20px);
    border-top: 1px solid #e4eaf2;
}

.home-pricing-factors-title {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin: 0 0 clamp(12px, 2vw, 16px);
}

.home-pricing-factors-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 16px);
}

.home-pricing-factor {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: clamp(14px, 2vw, 18px);
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 12px;
}

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

.home-pricing-factor-body {
    min-width: 0;
}

.home-pricing-factor-body strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin-bottom: 4px;
    line-height: 1.3;
}

.home-pricing-factor-body p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.45;
    color: #5a6578;
}

.home-pricing-foot {
    margin-top: clamp(20px, 3vw, 28px);
    padding: clamp(18px, 2.5vw, 22px) clamp(20px, 3vw, 24px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
}

.home-pricing-foot-text {
    font-size: clamp(0.92rem, 1.3vw, 1rem);
    line-height: 1.55;
    color: #5a6578;
    margin: 0;
}

.home-pricing-cta-primary,
.home-pricing-cta-secondary {
    min-height: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    justify-content: center;
}

.home-pricing-cta-note {
    margin: 4px 0 0;
    font-size: 0.78rem;
    line-height: 1.4;
    color: #9ca3af;
    text-align: center;
}

@media (max-width: 900px) {
    .home-pricing-top {
        grid-template-columns: 1fr;
    }

    .home-pricing-tiers {
        flex-direction: row;
    }

    .home-pricing-tier {
        flex: 1;
    }
}

@media (max-width: 768px) {
    .home-pricing-header {
        margin-bottom: 18px;
    }

    .home-pricing-panel {
        padding: 14px;
        border-radius: 14px;
        gap: 16px;
    }

    .home-pricing-anchor {
        padding: 18px;
    }

    .home-pricing-anchor-desc {
        max-width: none;
    }

    .home-pricing-tiers {
        flex-direction: column;
        gap: 10px;
    }

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

    .home-pricing-factor {
        padding: 14px;
    }

    .home-pricing-foot {
        padding: 16px;
    }

    .home-pricing-cta-actions,
    .home-pricing-cta {
        width: 100%;
    }

    .home-pricing-cta-note {
        text-align: left;
    }

    .home-pricing-cta-primary,
    .home-pricing-cta-secondary {
        width: 100%;
    }
}

/* Что будет после звонка */
.home-process {
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
}

.home-process-header {
    margin: 0 0 clamp(18px, 2.5vw, 24px);
}

.home-process-header h2 {
    font-size: clamp(1.45rem, 3vw, 2rem);
    color: var(--dark, #1a1a2e);
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-process-header p {
    font-size: clamp(0.92rem, 1.4vw, 1.05rem);
    line-height: 1.55;
    color: #6b7280;
    margin: 0;
}

.home-process-reassure {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: clamp(14px, 2vw, 16px) clamp(16px, 2.5vw, 20px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-left: 4px solid var(--primary, #1a73e8);
    border-radius: 14px;
    font-size: clamp(0.92rem, 1.3vw, 1rem);
    line-height: 1.5;
    color: #4b5563;
}

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

.home-process-reassure p {
    margin: 0;
    font-weight: 600;
    color: var(--dark, #1a1a2e);
}

.home-process-panel {
    padding: clamp(18px, 2.5vw, 24px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(26, 55, 100, 0.04);
}

.home-process-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 18px);
}

.home-process-step {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: clamp(16px, 2vw, 20px);
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    min-height: 100%;
    grid-column: auto;
}

.home-process-step-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

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

.home-process-step-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #e8f1fd;
    color: var(--primary, #1a73e8);
    font-size: 1.05rem;
}

.home-process-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-process-body h3 {
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0;
    line-height: 1.35;
}

.home-process-body > p:first-of-type {
    font-size: clamp(0.92rem, 1.2vw, 1rem);
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

.home-process-note {
    font-size: clamp(0.88rem, 1.1vw, 0.92rem);
    line-height: 1.5;
    color: #3d7a52;
    margin: 0;
    margin-top: auto;
    padding: 10px 12px;
    background: #f0faf4;
    border-radius: 8px;
    border-left: 3px solid #c8e6d4;
}

.home-process-foot {
    padding: clamp(18px, 2.5vw, 22px) clamp(20px, 3vw, 24px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
}

.home-process-summary {
    font-size: clamp(0.92rem, 1.3vw, 1rem);
    line-height: 1.6;
    color: #5a6578;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}

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

.home-process-cta > p {
    font-size: clamp(0.92rem, 1.2vw, 0.95rem);
    line-height: 1.5;
    color: #5a6578;
    margin: 0 0 12px;
}

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

.home-process-cta-actions .btn {
    min-height: 50px;
    padding: 12px 22px;
    font-size: 0.95rem;
}

@media (max-width: 1100px) {
    .home-process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-process-step:nth-child(n) {
        grid-column: span 1;
    }

    .home-process-step:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .home-process-header {
        margin-bottom: 16px;
    }

    .home-process-reassure {
        gap: 12px;
        font-size: 0.95rem;
    }

    .home-process-reassure i {
        width: 36px;
        height: 36px;
        font-size: 0.92rem;
    }

    .home-process-panel {
        padding: 14px;
        border-radius: 14px;
    }

    .home-process-steps {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home-process-step:nth-child(n) {
        grid-column: auto;
    }

    .home-process-step {
        padding: 16px;
        gap: 12px;
    }

    .home-process-num {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .home-process-step-icon {
        width: 40px;
        height: 40px;
        font-size: 0.95rem;
    }

    .home-process-body h3 {
        font-size: 1.05rem;
    }

    .home-process-body > p:first-of-type {
        font-size: 1rem;
    }

    .home-process-note {
        font-size: 0.92rem;
        padding: 9px 11px;
    }

    .home-process-foot {
        padding: 16px;
    }

    .home-process-cta-actions {
        flex-direction: column;
        justify-content: stretch;
    }

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

/* Отзывы — сценарные */
.home-reviews {
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
}

.home-reviews-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.home-reviews-header {
    margin: 0 0 clamp(18px, 2.5vw, 26px);
}

.home-reviews-header h2 {
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    color: var(--dark, #1a1a2e);
    margin: 0 0 8px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-reviews-header p {
    font-size: clamp(0.88rem, 1.3vw, 1rem);
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.home-reviews-panel {
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(26, 55, 100, 0.05);
    overflow: hidden;
    padding: clamp(18px, 2.5vw, 24px);
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 2.5vw, 24px);
}

.home-reviews-stats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 16px);
}

.home-reviews-stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: clamp(16px, 2vw, 20px);
    background: linear-gradient(160deg, #f0f7ff 0%, #fff 70%);
    border: 1px solid rgba(26, 115, 232, 0.2);
    border-radius: 14px;
    min-height: 100%;
}

.home-reviews-stat-value {
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    font-weight: 800;
    color: var(--primary, #1a73e8);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.home-reviews-stat-label {
    font-size: clamp(0.8rem, 1.1vw, 0.86rem);
    line-height: 1.4;
    color: #5a6578;
}

.home-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 16px);
}

.home-review-card {
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    padding: clamp(16px, 2vw, 20px);
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
    grid-column: auto;
    grid-row: auto;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-review-card:hover {
    border-color: #c5dff5;
    box-shadow: 0 6px 20px rgba(26, 115, 232, 0.07);
}

.home-review-card--featured {
    background: var(--home-card-bg-subtle, #f9fafb);
    border-color: var(--home-card-border-strong, #cbd5e1);
    box-shadow: var(--home-card-shadow, 0 1px 2px rgba(15, 23, 42, 0.04));
    position: relative;
}

.home-review-card--featured::before {
    display: none;
}

.home-review-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px 12px;
}

.home-review-person {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.home-review-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
    background: linear-gradient(145deg, #e8f1fd 0%, #d4e6fa 100%);
    color: var(--primary, #1a73e8);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(26, 115, 232, 0.15);
}

.home-review-card--featured .home-review-avatar {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    font-size: 1.15rem;
}

.home-review-person-text {
    min-width: 0;
}

.home-review-person-text cite {
    display: block;
    font-size: clamp(0.92rem, 1.2vw, 1rem);
    font-weight: 700;
    font-style: normal;
    color: var(--dark, #1a1a2e);
    line-height: 1.25;
}

.home-review-person-text span {
    display: block;
    font-size: 0.8rem;
    color: #6b7280;
    line-height: 1.35;
    margin-top: 2px;
}

.home-review-scenario {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary, #1a73e8);
    background: rgba(26, 115, 232, 0.1);
    padding: 5px 10px;
    border-radius: 999px;
    flex-shrink: 0;
}

.home-review-story {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 1.5vw, 14px);
    flex: 1;
    margin: 0;
    padding-left: 4px;
    border-left: 2px solid #e8edf3;
}

.home-review-card--featured .home-review-story {
    border-left-color: rgba(26, 115, 232, 0.35);
    padding-left: clamp(12px, 1.5vw, 16px);
    gap: clamp(12px, 1.8vw, 16px);
}

.home-review-step {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.home-review-step-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
}

.home-review-step--result .home-review-step-label {
    color: #3d7a52;
}

.home-review-step-text {
    margin: 0;
    font-size: clamp(0.86rem, 1.15vw, 0.92rem);
    line-height: 1.55;
    color: #4b5563;
}

.home-review-card--featured .home-review-step-text {
    font-size: clamp(0.92rem, 1.25vw, 1rem);
}

.home-review-step--result .home-review-step-text {
    color: #374151;
    font-weight: 500;
}

.home-reviews-hint {
    display: none;
    font-size: 0.78rem;
    color: #9ca3af;
    margin: 0;
    gap: 6px;
    align-items: center;
}

.home-reviews-note {
    font-size: 0.82rem;
    line-height: 1.5;
    color: #9ca3af;
    margin: 0;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    text-align: left;
}

.home-reviews-foot {
    margin-top: clamp(20px, 3vw, 28px);
    padding: clamp(18px, 2.5vw, 22px) clamp(20px, 3vw, 24px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    align-items: center;
}

.home-reviews-foot-text {
    font-size: clamp(0.88rem, 1.2vw, 0.95rem);
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

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

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

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

    .home-review-card--featured,
    .home-review-card:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
    }

    .home-review-card--featured {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .home-reviews-panel {
        padding: 16px;
        gap: 16px;
    }

    .home-reviews-stats {
        grid-template-columns: 1fr;
    }

    .home-reviews-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
        margin: 0 calc(-1 * var(--home-gutter));
        padding-left: var(--home-gutter);
        padding-right: var(--home-gutter);
        scrollbar-width: none;
    }

    .home-reviews-grid::-webkit-scrollbar {
        display: none;
    }

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

    .home-review-card--featured {
        flex: 0 0 min(92vw, 360px);
    }

    .home-review-card--featured::before {
        font-size: 2.5rem;
        top: 10px;
        right: 14px;
    }

    .home-review-avatar {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        font-size: 0.95rem;
    }

    .home-review-card--featured .home-review-avatar {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
    }

    .home-reviews-hint {
        display: flex;
    }

    .home-reviews-note {
        padding: 12px 14px;
    }

    .home-reviews-foot {
        padding: 18px 16px;
    }

    .home-reviews-cta-actions {
        flex-direction: column;
        justify-content: stretch;
    }

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

@media (min-width: 769px) {
    .home-reviews-foot {
        grid-template-columns: minmax(0, 1fr) auto;
    }
}

/* Дожим — частые случаи (mid-page) */
.home-nudge {
    background: #f4f7fb;
}

.home-nudge-panel {
    padding: clamp(22px, 3vw, 32px);
    background: linear-gradient(135deg, #e8f2fd 0%, #fff 45%, #f8fafc 100%);
    border: 1px solid rgba(26, 115, 232, 0.24);
    border-left: 4px solid var(--primary, #1a73e8);
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(26, 55, 100, 0.08);
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 28px);
}

.home-nudge-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: clamp(20px, 3vw, 32px);
    align-items: center;
    padding-bottom: clamp(16px, 2.5vw, 20px);
    border-bottom: 1px solid rgba(26, 115, 232, 0.12);
}

.home-nudge-header {
    text-align: left;
    margin: 0;
}

.home-nudge-header h2 {
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    color: var(--dark, #1a1a2e);
    margin: 0 0 8px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-nudge-header p {
    font-size: clamp(0.88rem, 1.3vw, 1rem);
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
    max-width: 48ch;
}

.home-nudge-header a {
    color: var(--primary, #1a73e8);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.home-nudge-action {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
}

.home-nudge-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 64px;
    padding: 14px 22px;
    background: var(--primary, #1a73e8);
    color: #fff;
    text-decoration: none;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(26, 115, 232, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-nudge-call:hover {
    color: #fff;
    background: var(--primary-dark, #1557b0);
    transform: translateY(-1px);
    box-shadow: 0 12px 32px rgba(26, 115, 232, 0.4);
}

.home-nudge-call i {
    font-size: 1.35rem;
    flex-shrink: 0;
}

.home-nudge-call-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.15;
}

.home-nudge-call-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.9;
}

.home-nudge-call-phone {
    font-size: clamp(1.1rem, 2vw, 1.28rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.home-nudge-note {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #6b7280;
    text-align: center;
}

.home-nudge-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 16px);
}

.home-nudge-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: clamp(16px, 2vw, 20px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    min-height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-nudge-item:hover {
    border-color: #c5dff5;
    box-shadow: 0 8px 24px rgba(26, 115, 232, 0.1);
    transform: translateY(-1px);
}

.home-nudge-item--urgent {
    border-left: 4px solid #ef4444;
    background: linear-gradient(180deg, #fff 0%, #fffafa 100%);
}

.home-nudge-item--urgent:hover {
    border-color: #fecaca;
    border-left-color: #ef4444;
}

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

.home-nudge-item--urgent .home-nudge-item-icon {
    background: #fdecec;
    color: #dc2626;
}

.home-nudge-item-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.home-nudge-item-title {
    font-size: clamp(0.92rem, 1.3vw, 1rem);
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    line-height: 1.35;
}

.home-nudge-item-cta {
    margin-top: auto;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--primary, #1a73e8);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.home-nudge-item--urgent .home-nudge-item-cta {
    color: #c62828;
}

@media (max-width: 900px) {
    .home-nudge-head {
        grid-template-columns: 1fr;
    }

    .home-nudge-action {
        max-width: 420px;
    }

    .home-nudge-list {
        grid-template-columns: 1fr;
    }

    .home-nudge-item {
        flex-direction: row;
        align-items: center;
        gap: 14px;
    }

    .home-nudge-item-body {
        gap: 4px;
    }

    .home-nudge-item-cta {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .home-nudge-panel {
        padding: 18px 16px;
        border-radius: 14px;
        gap: 16px;
    }

    .home-nudge-head {
        padding-bottom: 14px;
        gap: 16px;
    }

    .home-nudge-header h2 {
        font-size: 1.35rem;
    }

    .home-nudge-header p {
        max-width: none;
    }

    .home-nudge-action {
        max-width: none;
    }

    .home-nudge-call {
        min-height: 58px;
        padding: 12px 18px;
    }

    .home-nudge-note {
        text-align: left;
    }

    .home-nudge-item {
        padding: 14px;
    }

    .home-nudge-item-icon {
        width: 40px;
        height: 40px;
        font-size: 0.92rem;
    }
}

/* Автопарк — превью на главной */
.home-fleet {
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
}

.home-fleet-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.home-fleet-header {
    margin: 0 0 clamp(18px, 2.5vw, 26px);
}

.home-fleet-header h2 {
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    color: var(--dark, #1a1a2e);
    margin: 0 0 8px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-fleet-header p {
    font-size: clamp(0.88rem, 1.3vw, 1rem);
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.home-fleet-panel {
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(26, 55, 100, 0.05);
    overflow: hidden;
}

.home-fleet-gallery {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: 1fr 1fr;
    gap: clamp(12px, 1.5vw, 16px);
    padding: clamp(16px, 2.5vw, 22px);
    min-height: 360px;
}

.home-fleet-photo {
    margin: 0;
    display: flex;
    flex-direction: column;
    background: #f8fafc;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-fleet-photo:hover {
    border-color: #c5dff5;
    box-shadow: 0 6px 20px rgba(26, 115, 232, 0.08);
}

.home-fleet-photo--hero {
    grid-column: 1 / 8;
    grid-row: 1 / 3;
}

.home-fleet-photo:nth-child(2) {
    grid-column: 8 / 13;
    grid-row: 1;
}

.home-fleet-photo:nth-child(3) {
    grid-column: 8 / 13;
    grid-row: 2;
}

.home-fleet-photo img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.home-fleet-photo--hero img {
    flex: 1;
    min-height: 320px;
    height: 100%;
}

.home-fleet-photo:not(.home-fleet-photo--hero) img {
    height: clamp(140px, 16vw, 168px);
}

.home-fleet-photo figcaption {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    background: #fff;
    border-top: 1px solid #eef2f7;
}

.home-fleet-caption-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary, #1a73e8);
}

.home-fleet-caption-text {
    font-size: clamp(0.82rem, 1.1vw, 0.88rem);
    line-height: 1.45;
    color: #5a6578;
}

.home-fleet-hint {
    display: none;
    font-size: 0.78rem;
    color: #9ca3af;
    margin: 0;
    padding: 0 clamp(16px, 2.5vw, 22px) 12px;
    gap: 6px;
    align-items: center;
}

.home-fleet-proof {
    padding: clamp(18px, 2.5vw, 24px);
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border-top: 1px solid #eef2f7;
}

.home-fleet-facts {
    list-style: none;
    margin: 0 0 clamp(14px, 2vw, 18px);
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 16px);
}

.home-fleet-facts li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.84rem;
    line-height: 1.45;
    color: #4b5563;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    padding: clamp(14px, 2vw, 18px);
    min-height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-fleet-facts li:hover {
    border-color: #c5dff5;
    box-shadow: 0 4px 16px rgba(26, 115, 232, 0.06);
}

.home-fleet-fact-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #e8f1fd;
    color: var(--primary, #1a73e8);
    font-size: 1rem;
}

.home-fleet-fact-text {
    flex: 1;
}

.home-fleet-note {
    font-size: 0.84rem;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    border-left: 3px solid var(--primary, #1a73e8);
}

.home-fleet-foot {
    margin-top: clamp(20px, 3vw, 28px);
    padding: clamp(18px, 2.5vw, 22px) clamp(20px, 3vw, 24px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    align-items: center;
}

.home-fleet-foot-text {
    font-size: clamp(0.88rem, 1.2vw, 0.95rem);
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.home-fleet-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

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

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

@media (max-width: 768px) {
    .home-fleet-gallery {
        display: flex;
        grid-template-columns: none;
        grid-template-rows: none;
        gap: 12px;
        min-height: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 16px var(--home-gutter) 8px;
        margin: 0 calc(-1 * var(--home-gutter));
        scrollbar-width: none;
    }

    .home-fleet-gallery::-webkit-scrollbar {
        display: none;
    }

    .home-fleet-photo {
        flex: 0 0 min(82vw, 300px);
        scroll-snap-align: start;
    }

    .home-fleet-photo--hero {
        flex: 0 0 min(88vw, 340px);
    }

    .home-fleet-photo--hero img,
    .home-fleet-photo:not(.home-fleet-photo--hero) img {
        height: 228px;
        min-height: 0;
        flex: none;
    }

    .home-fleet-hint {
        display: flex;
    }

    .home-fleet-proof {
        padding: 16px;
    }

    .home-fleet-facts {
        grid-template-columns: 1fr;
        margin-bottom: 12px;
    }

    .home-fleet-facts li {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        padding: 14px;
    }

    .home-fleet-fact-icon {
        width: 40px;
        height: 40px;
        font-size: 0.92rem;
    }

    .home-fleet-note {
        padding: 12px 14px;
    }

    .home-fleet-foot {
        padding: 18px 16px;
    }

    .home-fleet-cta-actions {
        flex-direction: column;
        justify-content: stretch;
    }

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

@media (min-width: 769px) {
    .home-fleet-foot {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .home-fleet-cta-actions {
        justify-content: flex-end;
    }
}

/* О компании — доверие */
.home-about {
    background: #fff;
    border-top: 1px solid #eef2f7;
}

.home-about-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.home-about-header {
    margin: 0 0 clamp(18px, 2.5vw, 26px);
}

.home-about-header h2 {
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    color: var(--dark, #1a1a2e);
    margin: 0 0 8px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-about-header p {
    font-size: clamp(0.88rem, 1.3vw, 1rem);
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.home-about-panel {
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(26, 55, 100, 0.05);
    padding: clamp(20px, 2.5vw, 28px);
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 28px);
}

.home-about-layout {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 40px);
    align-items: start;
    padding-bottom: clamp(20px, 3vw, 28px);
    border-bottom: 1px solid #eef2f7;
}

.home-about-visual {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.home-about-photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    max-height: 360px;
    object-fit: cover;
    object-position: center top;
    border-radius: 16px;
    border: 1px solid #e8edf3;
    box-shadow: 0 8px 28px rgba(26, 55, 100, 0.1);
}

.home-about-caption {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}

.home-about-caption cite {
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    font-weight: 800;
    font-style: normal;
    color: var(--dark, #1a1a2e);
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.home-about-caption span {
    font-size: 0.84rem;
    line-height: 1.45;
    color: #6b7280;
}

.home-about-story {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 20px);
    min-width: 0;
}

.home-about-text {
    margin: 0;
    font-size: clamp(0.92rem, 1.2vw, 1rem);
    line-height: 1.65;
    color: #4b5563;
}

.home-about-quote {
    margin: 0;
    padding: clamp(16px, 2vw, 20px);
    background: linear-gradient(160deg, #f0f7ff 0%, #fff 70%);
    border: 1px solid rgba(26, 115, 232, 0.2);
    border-left: 4px solid var(--primary, #1a73e8);
    border-radius: 14px;
    position: relative;
}

.home-about-quote p {
    margin: 0;
    font-size: clamp(0.92rem, 1.2vw, 1.02rem);
    line-height: 1.6;
    color: #374151;
    font-weight: 500;
}

.home-about-quote p::before {
    content: "\201C";
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 2.5rem;
    line-height: 1;
    color: rgba(26, 115, 232, 0.12);
    font-family: Georgia, "Times New Roman", serif;
    pointer-events: none;
}

.home-about-stats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 16px);
}

.home-about-stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: clamp(14px, 2vw, 18px);
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    min-height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-about-stat:hover {
    border-color: #c5dff5;
    box-shadow: 0 4px 16px rgba(26, 115, 232, 0.06);
}

.home-about-stat-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #e8f1fd;
    color: var(--primary, #1a73e8);
    font-size: 0.95rem;
}

.home-about-stat-value {
    font-size: clamp(0.98rem, 1.3vw, 1.1rem);
    font-weight: 800;
    color: var(--dark, #1a1a2e);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-about-stat-label {
    font-size: 0.82rem;
    line-height: 1.45;
    color: #5a6578;
}

.home-about-foot {
    margin-top: clamp(20px, 3vw, 28px);
    padding: clamp(18px, 2.5vw, 22px) clamp(20px, 3vw, 24px);
    background: #f8fafc;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    align-items: center;
}

.home-about-foot-text {
    font-size: clamp(0.88rem, 1.2vw, 0.95rem);
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.home-about-foot-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.home-about-foot-actions .btn {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 0.92rem;
}

@media (max-width: 900px) {
    .home-about-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .home-about-panel {
        padding: 16px;
        gap: 16px;
    }

    .home-about-layout {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-bottom: 16px;
    }

    .home-about-visual {
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .home-about-photo {
        width: 120px;
        max-height: none;
        aspect-ratio: 1;
        flex-shrink: 0;
        border-radius: 14px;
    }

    .home-about-caption cite {
        font-size: 1rem;
    }

    .home-about-quote {
        padding: 14px 16px;
    }

    .home-about-stats {
        grid-template-columns: 1fr;
    }

    .home-about-stat {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        padding: 14px;
    }

    .home-about-stat-icon {
        width: 36px;
        height: 36px;
        font-size: 0.88rem;
    }

    .home-about-stat-value,
    .home-about-stat-label {
        flex: 1;
        min-width: 0;
    }

    .home-about-foot {
        padding: 18px 16px;
    }

    .home-about-foot-actions {
        flex-direction: column;
        justify-content: stretch;
    }

    .home-about-foot-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (min-width: 769px) {
    .home-about-foot {
        grid-template-columns: minmax(0, 1fr) auto;
    }
}

/* FAQ — главная */
.home-faq {
    background: #fff;
    border-top: 1px solid #eef2f7;
}

.home-faq-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.home-faq-header {
    margin: 0 0 clamp(18px, 2.5vw, 26px);
}

.home-faq-header h2 {
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    color: var(--dark, #1a1a2e);
    margin: 0 0 8px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-faq-header p {
    font-size: clamp(0.88rem, 1.3vw, 1rem);
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.home-faq-panel {
    background: #f8fafc;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(26, 55, 100, 0.05);
    padding: clamp(18px, 2.5vw, 28px);
}

.home-faq-layout {
    display: grid;
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 40px);
    align-items: start;
}

.home-faq-aside {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 20px);
    padding: clamp(16px, 2vw, 20px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    border-left: 4px solid var(--primary, #1a73e8);
    position: sticky;
    top: 96px;
}

.home-faq-aside-lead {
    margin: 0;
    font-size: clamp(0.88rem, 1.2vw, 0.95rem);
    font-weight: 600;
    line-height: 1.45;
    color: var(--dark, #1a1a2e);
}

.home-faq-aside-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-faq-aside-points li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #5a6578;
}

.home-faq-aside-points strong {
    color: var(--dark, #1a1a2e);
    font-weight: 700;
}

.home-faq-aside-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #e8f1fd;
    color: var(--primary, #1a73e8);
    font-size: 0.95rem;
}

.home-faq-aside-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: auto;
    padding: 14px 18px;
    background: var(--primary, #1a73e8);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    border-radius: 12px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.home-faq-aside-call:hover {
    background: var(--primary-dark, #1557b0);
    color: #fff;
    transform: translateY(-1px);
}

.home-faq-aside-call i {
    font-size: 1.15rem;
}

.home-faq-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 1.5vw, 12px);
    min-width: 0;
}

.home-faq .faq-item {
    margin: 0;
    border-radius: 14px;
    border: 1px solid #e4eaf2;
    box-shadow: none;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-faq .faq-item:hover {
    border-color: #d4e3f5;
}

.home-faq .faq-item.active {
    border-color: rgba(26, 115, 232, 0.35);
    box-shadow: 0 6px 20px rgba(26, 115, 232, 0.08);
}

.home-faq .faq-item--priority {
    border-left: 4px solid var(--primary, #1a73e8);
}

.home-faq .faq-item--priority .faq-question-text::before {
    content: none;
    display: none;
}

.home-faq .faq-question {
    padding: clamp(16px, 2vw, 20px) clamp(16px, 2vw, 22px);
    min-height: 56px;
    gap: 16px;
    font-size: clamp(0.94rem, 1.2vw, 1.02rem);
    font-weight: 700;
    line-height: 1.4;
    color: var(--dark, #1a1a2e);
}

.home-faq .faq-item.active .faq-question {
    color: var(--primary, #1a73e8);
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.home-faq .faq-question-text {
    display: block;
    text-align: left;
    flex: 1;
    min-width: 0;
}

.home-faq .faq-question-toggle {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f0f4f8;
    color: var(--primary, #1a73e8);
    transition: background 0.2s ease;
}

.home-faq .faq-item.active .faq-question-toggle {
    background: #e8f1fd;
}

.home-faq .faq-question-toggle i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.home-faq .faq-item.active .faq-question-toggle i {
    transform: rotate(180deg);
}

.home-faq .faq-item.active .faq-answer {
    max-height: 520px;
    padding: 0 clamp(16px, 2vw, 22px) clamp(18px, 2vw, 22px);
}

.home-faq .faq-answer p {
    font-size: clamp(0.88rem, 1.15vw, 0.94rem);
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 10px;
}

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

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

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

.home-faq .faq-answer strong {
    color: var(--dark, #1a1a2e);
    font-weight: 700;
}

.home-faq-micro {
    margin-top: 12px !important;
    padding-top: 12px;
    border-top: 1px solid #eef2f7;
    font-size: 0.86rem !important;
}

.home-faq-foot {
    margin-top: clamp(20px, 3vw, 28px);
    padding: clamp(18px, 2.5vw, 22px) clamp(20px, 3vw, 24px);
    background: #f8fafc;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    align-items: center;
}

.home-faq-foot-text {
    font-size: clamp(0.88rem, 1.2vw, 0.95rem);
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.home-faq-foot-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

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

.home-faq-more {
    flex: 1 1 100%;
    text-align: right;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--primary, #1a73e8);
    text-decoration: none;
}

.home-faq-more:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .home-faq-layout {
        grid-template-columns: 1fr;
    }

    .home-faq-aside {
        position: static;
    }
}

@media (max-width: 768px) {
    .home-faq-panel {
        padding: 16px;
    }

    .home-faq-aside {
        padding: 14px;
        gap: 14px;
    }

    .home-faq-aside-points li {
        font-size: 0.88rem;
    }

    .home-faq-aside-call {
        width: 100%;
        min-height: 52px;
    }

    .home-faq .faq-question {
        padding: 16px;
        min-height: 52px;
        font-size: 0.94rem;
    }

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

    .home-faq-foot {
        padding: 18px 16px;
    }

    .home-faq-foot-actions {
        flex-direction: column;
        align-items: stretch;
    }

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

    .home-faq-more {
        text-align: center;
    }
}

@media (min-width: 769px) {
    .home-faq-foot {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .home-faq-foot-actions {
        justify-content: flex-end;
    }

    .home-faq-more {
        flex: 0 1 auto;
        text-align: left;
    }
}

/* Финальный CTA — главная */
.home-contact {
    padding-bottom: clamp(40px, 5vw, 56px);
    background: linear-gradient(180deg, #f4f7fb 0%, #fff 55%);
    border-top: 1px solid #eef2f7;
}

.home-contact-wrap {
    max-width: var(--home-wide);
}

.home-contact-panel {
    padding: clamp(22px, 3vw, 32px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(26, 55, 100, 0.08);
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 2.5vw, 24px);
}

.home-contact-head {
    margin: 0;
}

.home-contact-head h2 {
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--dark, #1a1a2e);
    margin: 0 0 8px;
}

.home-contact-lead {
    font-size: clamp(0.88rem, 1.3vw, 1rem);
    line-height: 1.55;
    color: #5a6578;
    margin: 0;
}

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

.home-contact-offer {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.home-contact-offer li {
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--primary, #1a73e8);
    background: rgba(26, 115, 232, 0.08);
    border: 1px solid rgba(26, 115, 232, 0.18);
    white-space: nowrap;
}

.home-contact-action {
    padding: clamp(18px, 2.5vw, 24px);
    background: linear-gradient(160deg, #f0f7ff 0%, #fff 70%);
    border: 1px solid rgba(26, 115, 232, 0.2);
    border-radius: 14px;
    border-left: 4px solid var(--primary, #1a73e8);
}

.home-contact-call-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary, #1a73e8);
    margin: 0;
    text-align: left;
}

.home-contact-cta-call {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    min-height: 64px;
    padding: 14px 20px;
    background: var(--primary, #1a73e8);
    color: #fff;
    text-decoration: none;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(26, 115, 232, 0.32);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-contact-cta-call:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 32px rgba(26, 115, 232, 0.38);
    background: var(--primary-dark, #1557b0);
    color: #fff;
}

.home-contact-cta-call i {
    font-size: 1.35rem;
    flex-shrink: 0;
}

.home-contact-cta-call-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.15;
}

.home-contact-cta-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.92;
}

.home-contact-cta-phone {
    font-size: clamp(1.15rem, 2.5vw, 1.35rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.home-contact-form-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.home-contact-form-card {
    height: 100%;
    padding: clamp(18px, 2.5vw, 24px);
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
}

.home-contact-form-label {
    font-size: clamp(0.92rem, 1.2vw, 1rem);
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    margin: 0 0 14px;
    text-align: left;
    line-height: 1.4;
}

.home-contact-form {
    flex: 1;
    display: flex;
    flex-direction: column;
}

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

.home-contact-form input[type="tel"] {
    width: 100%;
    padding: 16px 18px;
    font-size: 1.08rem;
    font-weight: 600;
    min-height: 56px;
    border: 2px solid #e0e6ef;
    border-radius: 12px;
    font-family: inherit;
    background: #fff;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-contact-form input[type="tel"]:focus {
    outline: none;
    border-color: var(--primary, #1a73e8);
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.12);
}

.home-contact-submit {
    min-height: 56px;
    font-size: 1rem;
    font-weight: 700;
}

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

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

.home-contact-trust {
    list-style: none;
    margin: 0;
    padding: clamp(14px, 2vw, 16px) 0 0;
    border-top: 1px solid rgba(26, 115, 232, 0.12);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-contact-trust li {
    font-size: clamp(0.84rem, 1.1vw, 0.9rem);
    line-height: 1.45;
    color: #5a6578;
    padding-left: 20px;
    position: relative;
}

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

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

.home-contact-more {
    margin-top: 0;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    background: #f8fafc;
}

.home-contact-more summary {
    padding: 12px 16px;
    font-size: 0.84rem;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.home-contact-more summary::-webkit-details-marker {
    display: none;
}

.home-contact-more-body {
    padding: 0 16px 16px;
    border-top: 1px solid #eef2f7;
}

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

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

.home-contact-channel:hover {
    border-color: #c5dff5;
}

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

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

@media (max-width: 768px) {
    .home-contact-panel {
        padding: 16px;
        gap: 16px;
    }

    .home-contact-action {
        padding: 16px;
    }

    .home-contact-cta-call {
        min-height: 58px;
        padding: 12px 16px;
    }

    .home-contact-form-card {
        padding: 16px;
    }

    .home-contact-form input[type="tel"] {
        min-height: 52px;
        font-size: 1rem;
    }

    .home-contact-submit {
        min-height: 52px;
    }
}

/* Sticky mobile CTA — только главная */
.home-sticky-cta {
    display: none;
}

@media (max-width: 768px) {
    .home-sticky-cta {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 990;
        background: #fff;
        border-top: 1px solid #e4eaf2;
        box-shadow: 0 -4px 24px rgba(26, 55, 100, 0.1);
        padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
        transform: translateY(110%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s;
        pointer-events: none;
    }

    .home-sticky-cta.is-visible {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .home-sticky-cta-hint {
        margin: 0 0 6px;
        font-size: 0.68rem;
        line-height: 1.3;
        color: #8b95a5;
        text-align: center;
        letter-spacing: 0.01em;
    }

    .home-sticky-cta-actions {
        display: grid;
        grid-template-columns: 1.35fr 1fr;
        gap: 8px;
    }

    .home-sticky-cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        min-height: 48px;
        padding: 10px 12px;
        border-radius: 12px;
        font-size: 0.92rem;
        font-weight: 700;
        text-decoration: none;
        line-height: 1.2;
        transition: transform 0.15s ease, box-shadow 0.15s ease;
    }

    .home-sticky-cta-btn:active {
        transform: scale(0.98);
    }

    .home-sticky-cta-btn--call {
        background: var(--primary, #1a73e8);
        color: #fff;
        box-shadow: 0 4px 14px rgba(26, 115, 232, 0.32);
    }

    .home-sticky-cta-btn--form {
        background: #f4f7fb;
        color: var(--dark, #1a1a2e);
        border: 1px solid #d8e0ec;
    }

    .page-home.home-sticky-active {
        padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    }

    .page-home .floating-btn {
        display: none;
    }
}

/* SEO — структурный блок */
.home-seo {
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
}

.home-seo-wrap {
    max-width: var(--home-wide);
}

.home-seo-header h2 {
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    color: var(--dark, #1a1a2e);
    margin: 0 0 8px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-seo-header p {
    font-size: clamp(0.88rem, 1.3vw, 1rem);
    line-height: 1.5;
    color: #5a6578;
    margin: 0;
}

.home-seo-panel {
    padding: clamp(18px, 2.5vw, 28px);
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(26, 55, 100, 0.05);
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 2.5vw, 24px);
}

.home-seo-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
    gap: clamp(20px, 3vw, 32px);
    align-items: start;
    padding-bottom: clamp(16px, 2vw, 20px);
    border-bottom: 1px solid #eef2f7;
}

.home-seo-intro-main {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2vw, 18px);
    min-width: 0;
}

.home-seo-intro-text {
    margin: 0;
    font-size: clamp(0.92rem, 1.2vw, 1rem);
    line-height: 1.65;
    color: #4b5563;
    max-width: none;
}

.home-seo-aside {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2vw, 18px);
    padding: clamp(16px, 2vw, 20px);
    background: #f8fafc;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
}

.home-seo-aside-lead {
    margin: 0;
    font-size: clamp(0.86rem, 1.1vw, 0.92rem);
    font-weight: 600;
    line-height: 1.45;
    color: var(--dark, #1a1a2e);
}

.home-seo-aside-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-seo-aside-points li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #5a6578;
}

.home-seo-aside-points strong {
    color: var(--dark, #1a1a2e);
    font-weight: 700;
}

.home-seo-aside-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.9rem;
}

.home-seo-aside-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: auto;
    padding: 12px 16px;
    background: var(--primary, #1a73e8);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
    border-radius: 12px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.home-seo-aside-call:hover {
    background: var(--primary-dark, #1557b0);
    color: #fff;
    transform: translateY(-1px);
}

.home-seo-toc {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home-seo-toc a {
    font-size: 0.78rem;
    font-weight: 600;
    color: #5a6578;
    text-decoration: none;
    padding: 6px 12px;
    background: #f8fafc;
    border: 1px solid #e4eaf2;
    border-radius: 999px;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.home-seo-toc a:hover {
    color: var(--primary, #1a73e8);
    border-color: #c5dff5;
    background: #fff;
}

.home-seo-chips {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home-seo-chips li {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--primary, #1a73e8);
    background: rgba(26, 115, 232, 0.08);
    border: 1px solid rgba(26, 115, 232, 0.18);
    padding: 6px 12px;
    border-radius: 999px;
}

.home-seo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 16px);
}

.home-seo-block,
.home-seo-callout {
    scroll-margin-top: 88px;
}

.home-seo-block {
    padding: clamp(16px, 2vw, 20px);
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 14px;
}

.home-seo-block--wide {
    grid-column: 1 / -1;
}

.home-seo-block--order {
    padding: clamp(16px, 2vw, 20px);
    background: linear-gradient(160deg, #f0f7ff 0%, #fff 70%);
    border: 1px solid rgba(26, 115, 232, 0.2);
    border-radius: 14px;
}

.home-seo-block-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    font-size: clamp(0.94rem, 1.2vw, 1.02rem);
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    line-height: 1.3;
}

.home-seo-block-title i {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #e8f1fd;
    color: var(--primary, #1a73e8);
    font-size: 0.85rem;
}

.home-seo-block p {
    margin: 0 0 10px;
    font-size: clamp(0.86rem, 1.1vw, 0.92rem);
    line-height: 1.6;
    color: #4b5563;
}

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

.home-seo-micro {
    margin-top: 12px !important;
    padding-top: 12px;
    border-top: 1px solid #eef2f7;
    font-size: 0.84rem !important;
}

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

.home-seo-micro a:hover {
    text-decoration: underline;
}

.home-seo-pull {
    margin: 12px 0 0;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 10px;
}

.home-seo-pull p {
    margin: 0;
    font-size: 0.84rem !important;
    line-height: 1.55;
    color: #5a6578 !important;
    font-style: italic;
}

.home-seo-wide-body {
    display: grid;
    gap: 10px;
}

@media (min-width: 769px) {
    .home-seo-wide-body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(16px, 2vw, 24px);
    }
}

.home-seo-markers {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-seo-markers li {
    position: relative;
    padding-left: 18px;
    font-size: 0.84rem;
    line-height: 1.5;
    color: #5a6578;
}

.home-seo-markers li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary, #1a73e8);
}

.home-seo-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: seo-step;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-seo-steps li {
    counter-increment: seo-step;
    position: relative;
    padding-left: 36px;
    font-size: 0.86rem;
    line-height: 1.55;
    color: #4b5563;
}

.home-seo-steps li::before {
    content: counter(seo-step);
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8f1fd;
    color: var(--primary, #1a73e8);
    font-size: 0.75rem;
    font-weight: 800;
}

.home-seo-callout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: clamp(16px, 2vw, 24px);
    padding: clamp(18px, 2.5vw, 24px);
    background: linear-gradient(135deg, #e8f2fd 0%, #fff 50%, #f8fafc 100%);
    border: 1px solid rgba(26, 115, 232, 0.24);
    border-left: 4px solid var(--primary, #1a73e8);
    border-radius: 14px;
}

.home-seo-callout-body {
    flex: 1 1 280px;
    min-width: 0;
}

.home-seo-callout-title {
    margin: 0 0 8px;
    font-size: clamp(0.98rem, 1.3vw, 1.08rem);
    font-weight: 700;
    color: var(--dark, #1a1a2e);
}

.home-seo-callout-body p {
    margin: 0 0 12px;
    font-size: clamp(0.86rem, 1.1vw, 0.92rem);
    line-height: 1.6;
    color: #4b5563;
}

.home-seo-callout-facts {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.home-seo-callout-facts li {
    font-size: 0.84rem;
    line-height: 1.45;
    color: #5a6578;
}

.home-seo-callout-facts strong {
    color: var(--dark, #1a1a2e);
    font-weight: 700;
}

.home-seo-order {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
    gap: clamp(12px, 2vw, 16px);
    align-items: stretch;
}

.home-seo-order-steps {
    margin: 12px 0 0;
    padding: 0 0 0 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-seo-order-steps li {
    font-size: 0.86rem;
    line-height: 1.5;
    color: #5a6578;
}

.home-seo-order-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-seo-order-link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-seo-order-link:hover {
    border-color: #c5dff5;
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.06);
}

.home-seo-order-link--primary {
    background: #f0f7ff;
    border-color: rgba(26, 115, 232, 0.25);
}

.home-seo-order-link-label {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--dark, #1a1a2e);
    line-height: 1.3;
}

.home-seo-order-link-hint {
    font-size: 0.78rem;
    color: #6b7280;
    line-height: 1.4;
}

.home-seo-callout-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-shrink: 0;
}

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

.home-seo-services {
    padding: clamp(16px, 2vw, 20px);
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 14px;
}

.home-seo-services-head {
    margin-bottom: 14px;
}

.home-seo-services-title {
    margin: 0 0 6px;
    font-size: clamp(0.94rem, 1.2vw, 1rem);
    font-weight: 700;
    color: var(--dark, #1a1a2e);
}

.home-seo-services-lead {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #6b7280;
}

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

.home-seo-service-links a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 100%;
    text-decoration: none;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.home-seo-service-link-title {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--dark, #1a1a2e);
}

.home-seo-service-link-desc {
    font-size: 0.78rem;
    line-height: 1.4;
    color: #6b7280;
}

.home-seo-service-links a:hover {
    border-color: #c5dff5;
    background: #f8fbff;
    text-decoration: none;
}

.home-seo-foot {
    margin-top: clamp(20px, 3vw, 28px);
    padding: clamp(18px, 2.5vw, 22px) clamp(20px, 3vw, 24px);
    align-items: center;
}

.home-seo-foot-text {
    margin: 0;
    font-size: clamp(0.88rem, 1.15vw, 0.94rem);
    line-height: 1.5;
    color: #5a6578;
}

.home-seo-foot-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

.home-seo-foot-actions .btn {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 0.92rem;
}

@media (max-width: 900px) {
    .home-seo-intro {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .home-seo-panel {
        padding: 16px;
        gap: 16px;
    }

    .home-seo-aside {
        padding: 14px;
        gap: 14px;
    }

    .home-seo-aside-call {
        width: 100%;
        min-height: 52px;
    }

    .home-seo-toc {
        gap: 6px;
    }

    .home-seo-toc a {
        font-size: 0.72rem;
        padding: 5px 10px;
    }

    .home-seo-grid {
        grid-template-columns: 1fr;
    }

    .home-seo-order {
        grid-template-columns: 1fr;
    }

    .home-seo-callout {
        flex-direction: column;
        align-items: stretch;
    }

    .home-seo-callout-actions {
        flex-direction: column;
    }

    .home-seo-callout-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .home-seo-service-links {
        grid-template-columns: 1fr;
    }

    .home-seo-foot {
        padding: 18px 16px;
    }

    .home-seo-foot-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-seo-foot-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (min-width: 769px) {
    .home-seo-foot {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .home-seo-foot-actions {
        justify-content: flex-end;
    }
}

/* === Card design system — главная (refinement layer) === */

/* Панели секций */
.page-home .home-trust-panel,
.page-home .home-fleet-panel,
.page-home .home-reviews-panel,
.page-home .home-faq-panel,
.page-home .home-seo-panel,
.page-home .home-about-panel,
.page-home .home-contact-panel,
.page-home .home-process-panel,
.page-home .home-pricing-panel,
.page-home .home-scenarios-zone,
.page-home .home-services-map {
    background: var(--home-card-bg);
    border: 1px solid var(--home-card-border);
    border-radius: var(--home-card-radius-panel);
    box-shadow: var(--home-card-shadow);
}

.page-home .home-nudge-panel {
    background: var(--home-card-bg);
    border: 1px solid var(--home-card-border);
    border-left: 1px solid var(--home-card-border);
    border-radius: var(--home-card-radius-panel);
    box-shadow: var(--home-card-shadow);
}

/* Базовая карточка */
.page-home .home-scenario-card,
.page-home .home-svc-card,
.page-home .home-trust-item,
.page-home .home-trust-stat,
.page-home .home-process-step,
.page-home .home-review-card,
.page-home .home-fleet-facts li,
.page-home .home-about-stat,
.page-home .home-nudge-item,
.page-home .home-seo-block,
.page-home .home-reviews-stat,
.page-home .home-pricing-tier,
.page-home .home-pricing-factor {
    background: var(--home-card-bg);
    border: 1px solid var(--home-card-border);
    border-radius: var(--home-card-radius);
    box-shadow: none;
}

.page-home .home-scenario-card:hover,
.page-home .home-svc-card:hover,
.page-home .home-trust-item:hover,
.page-home .home-review-card:hover,
.page-home .home-fleet-facts li:hover,
.page-home .home-about-stat:hover,
.page-home .home-nudge-item:hover,
.page-home .home-seo-service-links a:hover,
.page-home .home-seo-order-link:hover {
    border-color: var(--home-card-border-strong);
    box-shadow: var(--home-card-shadow-hover);
}

/* Без цветных боковых полос */
.page-home .home-scenario-card--featured,
.page-home .home-scenario-card--urgent,
.page-home .home-svc-featured,
.page-home .home-svc-card--urgent,
.page-home .home-nudge-item--urgent,
.page-home .home-faq-aside,
.page-home .home-seo-aside,
.page-home .home-faq-item--priority,
.page-home .home-fleet-note,
.page-home .home-seo-callout,
.page-home .home-seo-pull,
.page-home .home-about-quote,
.page-home .home-contact-action,
.page-home .home-process-note {
    border-left-width: 1px;
    border-left-color: var(--home-card-border);
}

.page-home .home-scenario-card--featured,
.page-home .home-svc-featured,
.page-home .home-review-card--featured {
    background: var(--home-card-bg-subtle);
    border-color: var(--home-card-border-strong);
    box-shadow: var(--home-card-shadow);
}

.page-home .home-scenario-card--urgent,
.page-home .home-svc-card--urgent,
.page-home .home-nudge-item--urgent {
    background: var(--home-card-bg);
    border-color: #e8d4d4;
}

.page-home .home-scenario-card--urgent:hover,
.page-home .home-svc-card--urgent:hover,
.page-home .home-nudge-item--urgent:hover {
    border-color: #ddb8b8;
    box-shadow: var(--home-card-shadow-hover);
}

.page-home .home-svc-featured:hover {
    border-color: var(--home-card-border-strong);
    box-shadow: var(--home-card-shadow-hover);
    transform: none;
}

/* Декоративные иконки в карточках — убираем «плиточный» вид */
.page-home .home-scenario-icon,
.page-home .home-trust-icon,
.page-home .home-svc-card-icon,
.page-home .home-svc-featured-icon,
.page-home .home-process-step-icon,
.page-home .home-pricing-factor-icon,
.page-home .home-fleet-fact-icon,
.page-home .home-about-stat-icon,
.page-home .home-nudge-item-icon,
.page-home .home-faq-aside-icon,
.page-home .home-seo-aside-icon,
.page-home .home-seo-block-title i {
    display: none;
}

/* Нумерация процесса — спокойная, без заливки */
.page-home .home-process-num {
    width: 40px;
    height: 40px;
    background: var(--home-card-bg);
    border: 1px solid var(--home-card-border-strong);
    color: var(--home-card-ink);
    font-size: 1rem;
    font-weight: 700;
}

/* Цифры доверия — типографика вместо «синих баннеров» */
.page-home .home-trust-stat,
.page-home .home-reviews-stat {
    background: var(--home-card-bg-subtle);
    border-color: var(--home-card-border);
}

.page-home .home-trust-stat-value,
.page-home .home-reviews-stat-value {
    color: var(--home-card-ink);
    font-weight: 700;
}

/* Метки и chips — сдержанные */
.page-home .home-seo-chips li,
.page-home .home-contact-offer li,
.page-home .home-svc-featured-meta,
.page-home .home-review-scenario,
.page-home .home-fleet-caption-label {
    text-transform: none;
    letter-spacing: 0.01em;
    font-weight: 600;
    color: var(--home-card-muted);
    background: var(--home-card-bg-subtle);
    border-color: var(--home-card-border);
}

.page-home .home-fleet-caption-label,
.page-home .home-review-scenario {
    color: var(--home-card-accent);
    background: transparent;
    border: none;
    padding: 0;
}

/* Заголовки карточек */
.page-home .home-scenario-body h3,
.page-home .home-svc-card-title,
.page-home .home-trust-value,
.page-home .home-process-body h3,
.page-home .home-seo-block-title,
.page-home .home-seo-callout-title,
.page-home .home-pricing-tier-label {
    color: var(--home-card-ink);
    font-weight: 600;
    letter-spacing: -0.015em;
}

/* Тело карточек */
.page-home .home-scenario-body p,
.page-home .home-svc-card-desc,
.page-home .home-trust-text,
.page-home .home-review-step-text,
.page-home .home-fleet-fact-text,
.page-home .home-about-stat-label,
.page-home .home-seo-block p {
    color: var(--home-card-body);
    line-height: 1.6;
}

/* Цитаты и врезки — без gradient */
.page-home .home-about-quote,
.page-home .home-seo-callout,
.page-home .home-seo-block--order,
.page-home .home-contact-action {
    background: var(--home-card-bg-subtle);
    border: 1px solid var(--home-card-border);
    box-shadow: none;
}

.page-home .home-about-quote::before,
.page-home .home-review-card--featured::before {
    display: none;
}

.page-home .home-review-story {
    border-left-color: var(--home-card-border);
}

.page-home .home-review-card--featured .home-review-story {
    border-left-color: var(--home-card-border-strong);
}

.page-home .home-process-note {
    background: var(--home-card-bg-subtle);
    border: 1px solid var(--home-card-border);
    color: var(--home-card-body);
}

/* FAQ accordion */
.page-home .home-faq .faq-item {
    border-radius: var(--home-card-radius);
    border-color: var(--home-card-border);
}

.page-home .home-faq .faq-item.active {
    border-color: var(--home-card-border-strong);
    box-shadow: var(--home-card-shadow-hover);
}

.page-home .home-faq .faq-item.active .faq-question {
    color: var(--home-card-ink);
    background: var(--home-card-bg-subtle);
}

.page-home .home-faq .faq-question-toggle {
    background: var(--home-card-bg-subtle);
    border: 1px solid var(--home-card-border);
    color: var(--home-card-muted);
}

/* Foot / CTA полоски секций */
.page-home .home-scenarios-cta,
.page-home .home-trust-cta,
.page-home .home-process-foot,
.page-home .home-pricing-foot,
.page-home .home-fleet-foot,
.page-home .home-reviews-foot,
.page-home .home-faq-foot,
.page-home .home-about-foot,
.page-home .home-seo-foot {
    background: var(--home-card-bg);
    border: 1px solid var(--home-card-border);
    border-radius: var(--home-card-radius-panel);
    box-shadow: var(--home-card-shadow);
}

.page-home .home-contact-form-card {
    background: var(--home-card-bg-subtle);
    border-color: var(--home-card-border);
    box-shadow: none;
}

.page-home .home-seo-toc a {
    background: var(--home-card-bg-subtle);
    border-color: var(--home-card-border);
    color: var(--home-card-muted);
}

.page-home .home-seo-toc a:hover {
    color: var(--home-card-accent);
    border-color: var(--home-card-border-strong);
    background: var(--home-card-bg);
}

@media (max-width: 768px) {
    .page-home .home-scenario-card,
    .page-home .home-trust-item,
    .page-home .home-about-stat,
    .page-home .home-fleet-facts li {
        padding: 16px;
    }

    .page-home .home-scenario-card--featured {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* === TZ: перевозка лежачих — главная === */

.hero-home-actions--tz {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
}

.hero-home-cta-order,
.hero-home-cta-calc,
.hero-home-cta-consult {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hero-home-cta-order {
    background: #fff;
    color: var(--primary, #1a73e8);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
}

.hero-home-cta-order:hover {
    color: var(--primary, #1a73e8);
    transform: translateY(-1px);
}

.hero-home-cta-calc {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.45);
}

.hero-home-cta-calc:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.24);
}

.hero-home-cta-consult {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.35);
}

.hero-home-cta-consult:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.hero-home-trust--benefits {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-top: 12px;
    margin-top: 0;
}

.home-tz-section {
    background: #fff;
}

.home-tz-section--alt {
    background: #f8fafc;
}

.home-tz-wrap {
    max-width: var(--home-wide);
}

.home-tz-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 16px);
}

.home-tz-card {
    padding: clamp(16px, 2vw, 20px);
    background: var(--home-card-bg);
    border: 1px solid var(--home-card-border);
    border-radius: var(--home-card-radius);
}

.home-tz-card h3 {
    margin: 0 0 8px;
    font-size: clamp(0.94rem, 1.2vw, 1.02rem);
    font-weight: 600;
    color: var(--home-card-ink);
    line-height: 1.3;
}

.home-tz-card p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--home-card-body);
}

.home-tz-checklist {
    list-style: none;
    margin: 0;
    padding: clamp(16px, 2vw, 20px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
    background: var(--home-card-bg);
    border: 1px solid var(--home-card-border);
    border-radius: var(--home-card-radius-panel);
}

.home-tz-checklist li {
    position: relative;
    padding-left: 18px;
    font-size: 0.86rem;
    line-height: 1.45;
    color: var(--home-card-body);
}

.home-tz-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary, #1a73e8);
}

.home-tz-checklist--compact {
    padding: clamp(14px, 2vw, 18px);
    background: var(--home-card-bg-subtle);
}

.home-tz-equipment {
    list-style: none;
    margin: clamp(16px, 2vw, 20px) 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.home-tz-equipment li {
    font-size: 0.82rem;
    line-height: 1.4;
    color: var(--home-card-body);
    padding: 8px 10px;
    background: var(--home-card-bg-subtle);
    border: 1px solid var(--home-card-border);
    border-radius: 8px;
}

.home-tz-factors {
    margin-top: clamp(16px, 2vw, 20px);
    padding-top: clamp(16px, 2vw, 20px);
    border-top: 1px solid var(--home-card-border);
}

.home-tz-factors-title {
    margin: 0 0 12px;
    font-size: 0.94rem;
    font-weight: 700;
    color: var(--home-card-ink);
}

.page-home .home-tz-card {
    box-shadow: none;
}

.page-home .home-tz-card:hover {
    border-color: var(--home-card-border-strong);
    box-shadow: var(--home-card-shadow-hover);
}

.home-contact-panel--tz .home-contact-tz-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: clamp(18px, 2.5vw, 24px);
}

.home-contact-panel--tz .home-contact-tz-actions .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
}

.home-contact-form-card--tz {
    padding: clamp(18px, 2.5vw, 24px);
}

.home-contact-form--tz label {
    display: block;
    margin-bottom: 4px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--home-card-muted);
}

.home-contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    margin-bottom: 14px;
}

.home-contact-form-grid .form-group--full {
    grid-column: 1 / -1;
}

.home-contact-form--tz textarea {
    width: 100%;
    min-height: 88px;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-family: inherit;
    font-size: 0.92rem;
    resize: vertical;
}

.home-contact-phone-line {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
}

.home-contact-phone-line a {
    color: var(--primary, #1a73e8);
    text-decoration: none;
}

.home-contact-tz-actions-third {
    border: 2px solid var(--primary, #1a73e8);
    background: #fff;
    color: var(--primary, #1a73e8) !important;
    box-shadow: none;
}

.home-contact-tz-actions-third:hover {
    background: #f0f7ff;
    color: var(--primary-dark, #1557b0) !important;
    transform: translateY(-1px);
    box-shadow: none;
}

.page-home .home-faq-panel .faq-container {
    max-width: none;
    margin: 0;
    width: 100%;
}

.home-faq-panel .home-faq-list {
    width: 100%;
    max-width: none;
}

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

    .home-tz-equipment {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .hero-home-actions--tz {
        grid-template-columns: 1fr;
    }

    .hero-home-cta-order,
    .hero-home-cta-calc,
    .hero-home-cta-consult {
        min-height: 44px;
        font-size: 0.86rem;
    }

    .home-tz-grid,
    .home-tz-checklist,
    .home-tz-equipment,
    .home-contact-form-grid {
        grid-template-columns: 1fr;
    }

    .home-contact-panel--tz .home-contact-tz-actions {
        grid-template-columns: 1fr;
    }

    .home-contact-panel--tz .home-contact-tz-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (min-width: 769px) {
    .hero-home-bar {
        gap: 12px;
    }
}
