/* de-chauffeur-service-de-6.css — вынесено из inline <style> компонента view/de/chauffeur-service-de.php */
.cta-section {
    padding: 100px 0;
    background-color: #f8f9fa;
    position: relative;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    opacity: 0.05;
}

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

.section-subtitle {
    display: block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #9A8A78;
    margin-bottom: 0.5rem;
}

.cta-content h2 {
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.cta-content h2 span {
    color: #9A8A78;
}

.cta-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 1.5rem;
}

.cta-features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.cta-features li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.feature-icon {
    width: 36px;
    height: 36px;
    background-color: rgba(154, 138, 120, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    color: #9A8A78;
}

.feature-text {
    font-size: 1rem;
    font-weight: 500;
}

.cta-direct-contact {
    margin: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.phone-link, .email-link {
    display: inline-flex;
    align-items: center;
    color: #212529;
    font-weight: 600;
    text-decoration: none;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    background-color: rgba(154, 138, 120, 0.1);
    transition: all 0.3s ease;
}

.phone-link:hover, .email-link:hover {
    background-color: rgba(154, 138, 120, 0.2);
    color: #000;
}

.phone-link svg, .email-link svg {
    margin-right: 0.75rem;
    stroke: #9A8A78;
}

.or-divider {
    font-size: 0.875rem;
    color: #6c757d;
    padding: 0 0.5rem;
}

.cta-form-container {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.form-cst h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #212529;
}

.form-cst p {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.cta-form .form-group {
    margin-bottom: 1.25rem;
}

.cta-form .form-control {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.cta-form .form-control:focus {
    border-color: #9A8A78;
    box-shadow: 0 0 0 0.2rem rgba(154, 138, 120, 0.25);
}

.phone-input-wrapper {
    position: relative;
}



.privacy-link {
    color: #9A8A78;
    text-decoration: none;
}

.privacy-link:hover {
    text-decoration: underline;
}

.btn.cta-submit {
    width: 100%;
    padding: 0.875rem 1.5rem;
    background-color: #1A1A1A;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

.btn.cta-submit:hover {
    background-color: #000;
    transform: translateY(-2px);
}

.btn.cta-submit svg {
    transition: transform 0.3s ease;
}

.btn.cta-submit:hover svg {
    transform: translateX(4px);
}
.cta-wrapper .wrapper {
    padding:0;
}
@media (max-width: 991px) {
    .cta-section {
        padding: 70px 0;
    }

    .cta-content h2 {
        font-size: 2.25rem;
    }

    .cta-content {
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .cta-section {
        padding: 50px 0;
    }

    .cta-content h2 {
        font-size: 1.75rem;
    }

    .cta-text p {
        font-size: 1rem;
    }

    .cta-direct-contact {
        flex-direction: column;
        align-items: flex-start;
    }

    .phone-link, .email-link {
        width: 100%;
    }

    .or-divider {
        display: none;
    }

    .form-cst {
        padding: 1.5rem;
    }
}
