/* ==========================================================================
   ESTILOS PÁGINA POSTVENTA
   ========================================================================== */

.page-postventa-container,
.page-template-page-postventa {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Exo', sans-serif;
}

/* 1. SECCIÓN INTRODUCTORIA */
.postventa-intro-section {
    padding: 60px 20px 50px 20px;
    background: #ffffff;
    text-align: center;
}

.postventa-intro-wrapper {
    max-width: 850px;
    margin: 0 auto;
}

.postventa-main-title {
    font-size: 2.3rem;
    color: #8C1527;
    font-weight: 400;
    margin-bottom: 25px;
}

.postventa-intro-desc p {
    font-size: 0.98rem;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 18px;
}

.postventa-bold-subtitle {
    font-size: 1rem;
    color: #333333;
    font-weight: 700;
    margin-top: 25px;
}

/* 2. FORMULARIO POSTVENTA ESPECÍFICO */
.cf7-postventa-container {
    max-width: 700px;
    margin: 0 auto;
}

.cf7-postventa-title {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.cf7-row-full {
    margin-bottom: 12px;
}

.cf7-row-full textarea {
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 2px;
    padding: 10px 12px;
    font-family: 'Exo', sans-serif;
    font-size: 0.9rem;
    color: #333333;
    box-sizing: border-box;
    resize: vertical;
}

.cf7-row-full textarea::placeholder {
    color: #777777;
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .postventa-main-title {
        font-size: 1.8rem;
    }
}