    /* =============================================
   СТИЛИ КОНТЕНТНОЙ ЧАСТИ СТО — улучшенная верстка
   ============================================= */

.sto-intro-card {
    background: linear-gradient(135deg, #0e96d2 0%, #0c7ab5 100%);
    border-radius: 8px;
    padding: 28px 32px;
    margin-bottom: 28px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.sto-intro-card::before {
    content: '';
    position: absolute;
    right: -30px;
    top: -30px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
}

.sto-intro-card p {
    margin: 0 0 10px 0 !important;
    font-size: 15px;
    line-height: 1.6;
    max-width: 580px;
    color: #fff;
}

.sto-intro-card p:last-child {
    margin-bottom: 0 !important;
}

.sto-intro-card strong,
.sto-intro-card b {
    color: #fff;
    font-weight: 700;
}

.sto-intro-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 10px !important;
    font-weight: 600;
}

.sto-price-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #f0f8ff;
    border: 1px solid #c8e6f5;
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 1.6;
}

.sto-price-note svg {
    flex-shrink: 0;
    color: #0e96d2;
    margin-top: 2px;
}

.sto-price-note p {
    margin: 0 !important;
}

.sto-contact-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 14px 20px;
    margin-bottom: 26px;
}

.sto-contact-bar .sto-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #3d3d3d;
}

.sto-contact-bar .sto-contact-item a {
    color: #0e96d2;
    text-decoration: none;
    font-weight: 600;
}

.sto-contact-bar .sto-contact-item a:hover {
    text-decoration: underline;
}

.sto-contact-icon {
    color: #0e96d2;
    flex-shrink: 0;
}

.sto-contact-sep {
    width: 1px;
    height: 30px;
    background: #ddd;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .sto-price-note {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        background: #f0f8ff;
        border: 1px solid #c8e6f5;
        border-radius: 8px;
        padding: 14px 18px;
        margin-bottom: 10px;
        font-size: 14px;
        color: #3d3d3d;
        line-height: 1.6;
    }

    .sto-price-note svg {
        flex-shrink: 0;
        color: #0e96d2;
        margin-top: 2px;
    }

    .sto-price-note p {
        margin: 0 !important;
    }

    .sto-contact-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .sto-contact-sep {
        display: none;
    }
}

.sto-conditions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
    gap: 12px;
    margin-bottom: 28px;
}

.sto-condition-card {
    background: #f9f9f9;
    border-left: 3px solid #0e96d2;
    border-radius: 0 6px 6px 0;
    padding: 14px 16px;
}

.sto-condition-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #0e96d2;
    font-weight: 600;
    margin-bottom: 4px;
}

.sto-condition-value {
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 600;
    line-height: 1.4;
}

.sto-condition-desc {
    font-size: 12px;
    color: #888;
    margin-top: 3px;
}

.sto-section-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #3d3d3d !important;
    margin: 0 0 16px 0 !important;
    padding: 0 0 8px 0 !important;
    border-bottom: 2px solid #0e96d2 !important;
    display: inline-block;
}

.sto-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
    gap: 12px;
    margin-bottom: 28px;
}

.sto-service-card.sto-service-card--wide {
    grid-column: span 2;
}

@media (max-width: 480px) {
    .sto-service-card.sto-service-card--wide {
        grid-column: span 1;
    }
}

.sto-service-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.sto-service-card:hover {
    box-shadow: 0 4px 16px rgba(14, 150, 210, 0.13);
    border-color: #0e96d2;
}

.sto-service-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: #e8f6fd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0e96d2;
}

.sto-service-text {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 1.4;
}

.sto-engines-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.sto-engine-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 18px 20px;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.sto-engine-card:hover {
    box-shadow: 0 4px 16px rgba(14, 150, 210, 0.13);
    border-color: #0e96d2;
}

.sto-engine-card {
    display: flex;
    flex-direction: column;
}

.sto-engine-logo {
    height: 44px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.sto-engine-logo img {
    max-height: 40px;
    max-width: 110px;
    object-fit: contain;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.sto-engine-logo img:hover {
    opacity: 1;
}

.sto-engine-logo-svg {
    height: 40px;
    display: flex;
    align-items: center;
}

.sto-engine-brand {
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sto-engine-brand::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0e96d2;
    flex-shrink: 0;
}

.sto-engine-models {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.sto-engine-models li {
    padding: 2px 0 2px 14px !important;
    position: relative;
    background: none !important;
    background-image: none !important;
}

.sto-engine-models li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #aaa;
    font-size: 11px;
}



.sto-photos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 26px;
}

.sto-photos-grid img {
    max-height: 220px;
    max-width: 100%;
    border-radius: 6px;
    object-fit: cover;
    border: none !important;
    padding: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10) !important;
    transition: box-shadow 0.2s, transform 0.2s;
}

.sto-photos-grid img:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18) !important;
    transform: translateY(-2px);
}

.sto-cta-inline {
    display: flex;
    justify-content: center;
    margin: 22px 0;
}

.sto-cta-inline .requestPopup {
    width: 180px !important;
    height: 42px !important;
    font-size: 15px !important;
}

.sto-seo-block {
    margin-bottom: 26px;
}

.sto-seo-block h2 {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #3d3d3d !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
}

.sto-seo-block h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #3d3d3d !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    border-bottom: 0 !important;
    display: block !important;
}

.sto-seo-block p {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 1.7;
    margin-bottom: 12px !important;
}

.sto-signs-list {
    list-style: none !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

@media (max-width: 650px) {
    .sto-signs-list {
        grid-template-columns: 1fr;
    }
}

.sto-signs-list li {
    background: #fff8e8 !important;
    border: 1px solid #ffe8a0;
    border-radius: 6px;
    padding: 12px 14px !important;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background-image: none !important;
}

.sto-signs-list li::before {
    content: "⚠";
    font-size: 16px;
    flex-shrink: 0;
    line-height: 1.4;
}

.sto-steps-list {
    list-style: none !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    counter-reset: steps;
}

.sto-steps-list li {
    background: none !important;
    padding: 0 0 16px 54px !important;
    position: relative;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 1.6;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0 !important;
    background-image: none !important;
}

.sto-steps-list li:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}

.sto-steps-list li::before {
    counter-increment: steps;
    content: counter(steps);
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #0ea8e5 0%, #0e96d2 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    text-align: center;
}

.sto-cars-list {
    list-style: none !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
}

.sto-cars-list li {
    background: #fafafa !important;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 10px !important;
    padding: 14px 18px !important;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 1.6;
    background-image: none !important;
}

.sto-cars-list li b {
    color: #0e96d2;
}

.sto-advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.sto-advantage-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: box-shadow 0.2s;
}

.sto-advantage-card:hover {
    box-shadow: 0 4px 16px rgba(14, 150, 210, 0.13);
}

.sto-advantage-num {
    font-size: 28px;
    font-weight: 700;
    color: #0e96d2;
    line-height: 1;
}

.sto-advantage-title {
    font-size: 14px;
    font-weight: 700;
    color: #3d3d3d;
}

.sto-advantage-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .sto-intro-card {
        padding: 20px 18px;
    }

    .sto-services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sto-engines-grid {
        grid-template-columns: 1fr;
    }

    .sto-conditions-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sto-advantages-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sto-photos-grid img {
        max-height: 160px;
    }
}

@media (max-width: 480px) {

    .sto-services-grid,
    .sto-conditions-grid,
    .sto-advantages-grid {
        grid-template-columns: 1fr;
    }
}