.elementor-11312 .elementor-element.elementor-element-f5d07f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a26e8f2 *//* ОБЁРТКА — БЕЗ ОТСТУПОВ */
.cooperation-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Главный герой-блок */
.cooperation-hero {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #f8fafc 100%);
    border-radius: 30px;
    padding: 4rem 3rem;
    border: 1px solid #bae6fd;
    margin: 0;
    text-align: center;
}

.cooperation-hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 1.5rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.cooperation-hero .highlight {
    background: linear-gradient(135deg, #0ea5e9, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Кнопки скачивания прайса */
.price-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2.5rem 0;
}

.price-btn {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: white;
    padding: 1.2rem 3rem;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(14, 165, 233, 0.25);
}

.price-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(14, 165, 233, 0.35);
    color: white;
}

.price-btn-excel {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.25);
}

.price-btn-excel:hover {
    box-shadow: 0 12px 35px rgba(16, 185, 129, 0.35);
}

.btn-icon {
    font-size: 1.5rem;
}

/* Контентный блок */
.cooperation-content {
    background: #ffffff;
    border-radius: 24px;
    padding: 3rem;
    border: 1px solid #e2e8f0;
    margin: 2rem 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}

.cooperation-content h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1.5rem;
    line-height: 1.25;
}

.cooperation-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.cooperation-content strong {
    color: #0f172a;
    font-weight: 700;
}

.cooperation-content ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.cooperation-content ul li {
    font-size: 1.05rem;
    color: #475569;
    padding: 0.8rem 0 0.8rem 2.5rem;
    position: relative;
    line-height: 1.6;
}

.cooperation-content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0ea5e9;
    font-weight: 900;
    font-size: 1.3rem;
}

/* Секция преимуществ */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.benefit-card {
    background: #f8fafc;
    padding: 2.5rem 2rem;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    text-align: center;
}

.benefit-card:hover {
    background: #ffffff;
    border-color: #0ea5e9;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.benefit-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.benefit-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.8rem;
}

.benefit-text {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    font-weight: 500;
}

/* CTA блок */
.cta-block {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    color: #ffffff;
    padding: 3.5rem 3rem;
    text-align: center;
    border-radius: 24px;
    margin: 3rem 0;
}

.cta-block h3 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 900;
    margin-bottom: 1rem;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.cta-block p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    font-weight: 500;
    line-height: 1.6;
}

.cta-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: #ffffff;
    color: #0ea5e9;
    padding: 1.1rem 2.8rem;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cta-contact:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    color: #0284c7;
}

/* Изображение */
.hero-image {
    margin: 2rem 0;
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

/* АДАПТИВ */
@media (max-width: 968px) {
    .cooperation-hero {
        padding: 3rem 1.5rem;
        border-radius: 20px;
    }

    .cooperation-content {
        padding: 2rem 1.5rem;
        border-radius: 20px;
    }

    .cta-block {
        padding: 2.5rem 1.5rem;
        border-radius: 20px;
    }

    .price-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .price-btn {
        width: 100%;
        justify-content: center;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .benefit-card {
        padding: 2rem 1.5rem;
    }
}/* End custom CSS */