/* ========================================
   SOLICITAR COTIZACIÓN
   ======================================== */

/* Estilos para la página de Solicitud de Cotización */

/* ========================================
   HERO COTIZACIÓN
   ======================================== */

.hero-cotizacion {
    padding: 120px 0 80px;
    background-color: var(--bg-white);
}

.hero-cotizacion-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-2xl);
    align-items: center;
    min-height: 500px;
}

.hero-cotizacion-text {
    text-align: center;
}

.hero-cotizacion-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    margin-bottom: var(--spacing-md);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-cotizacion-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-default);
    margin: 0 0 var(--spacing-lg) 0;
    letter-spacing: -0.02em;
}

.hero-cotizacion-description {
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0 0 var(--spacing-xl) 0;
    font-weight: 400;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cotizacion-features {
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 500;
}

.hero-cotizacion-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
}

.hero-cotizacion-placeholder {
    width: 100%;
    height: 400px;
    background-color: var(--gray-100);
    border-radius: var(--border-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.formulario-cotizacion {
    padding: var(--spacing-xl) 0;
    background-color: var(--bg-white);
}

/* Responsive */
@media (min-width: 768px) {
    .hero-cotizacion-content {
        grid-template-columns: 1fr 1fr;
        gap: var(--spacing-2xl);
    }

    .hero-cotizacion-text {
        text-align: left;
        padding-right: var(--spacing-xl);
    }

    .hero-cotizacion-subtitle {
        display: block;
    }

    .hero-cotizacion-title {
        font-size: 48px;
    }

    .hero-cotizacion-description {
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }

    .hero-cotizacion-features {
        text-align: left;
    }
}

@media (max-width: 992px) {
    .hero-cotizacion-title {
        font-size: 36px;
    }
    
    .hero-cotizacion-text {
        max-width: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .hero-cotizacion {
        padding: 80px 0 60px;
    }

    .hero-cotizacion-title {
        font-size: 32px;
    }

    .hero-cotizacion-description {
        font-size: 16px;
        text-align: center;
    }

    .hero-cotizacion-features {
        text-align: center;
        font-size: 13px;
    }
}

/* ========================================
   ¿QUÉ INCLUYE NUESTRA COTIZACIÓN?
   ======================================== */

.incluye-cotizacion {
    padding: var(--spacing-4xl) 0;
}

.incluye-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.incluye-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-lg);
}

.incluye-card {
    background-color: var(--gray-50);
    padding: var(--spacing-lg);
    display: flex;
    flex-direction: column;
    min-height: 175px;
    border-radius: var(--border-radius-lg);
}

.incluye-card img {
    width: 30px;
    height: 30px;
    margin-bottom: var(--spacing-md);
}

.incluye-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: var(--spacing-sm);
}

.incluye-card p {
    margin-bottom: 0;
}

.incluye-dimensioning {
    background-color: var(--yellow-200);
    padding: var(--spacing-lg);
    border-radius: var(--border-radius-lg);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.incluye-dimensioning h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.incluye-dimensioning p {
    margin-bottom: 0 ;
}

/* ========================================
   COTIZACIÓN LISTAS
   ======================================== */

.cotizacion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cotizacion-list-item {
    margin-bottom: var(--spacing-md);
    display: flex;
    align-items: start;
    gap: var(--spacing-sm);
}

.cotizacion-list-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* ========================================
   BENEFICIOS
   ======================================== */

.beneficios-cotizacion {
    padding: var(--spacing-4xl) 0;
    background-color: var(--bg-white);
}

.beneficios-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-xl);
}

.beneficio-card {
    background-color: var(--gray-50);
    padding: var(--spacing-xl);
    border-radius: var(--border-radius-lg);
    flex: 1 1 100%;
}

.beneficio-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: var(--spacing-md);
}

.beneficio-description {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: var(--spacing-lg);
}

.beneficio-list {
    list-style: disc;
    padding-left: var(--spacing-xl);
    margin: 0;
}

.beneficio-list li {
    margin-bottom: var(--spacing-sm);
    color: var(--text-muted);
}

/* ========================================
   FAQ COTIZACIÓN
   ======================================== */

.faq-cotizacion {
    padding: var(--spacing-4xl) 0;
}

.faq-cotizacion-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-xl);
}

.faq-cotizacion-card {
    padding: var(--spacing-xl);
    border-radius: var(--border-radius-lg);
    flex: 1 1 100%;
    text-align: center;
}

.faq-cotizacion-icon {
    width: 48px;
    height: 48px;
    margin-bottom: var(--spacing-md);
}

.faq-cotizacion-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: var(--spacing-md);
}

.faq-cotizacion-description {
    font-size: 16px;
    color: var(--text-muted);
    margin: 0;
}

@media (min-width: 768px) {
    .incluye-card {
        flex: 1 1 calc(50% - var(--spacing-xl));
    }

    .incluye-dimensioning {
        flex: 1 1 calc(50% - var(--spacing-xl));
    }

    .beneficio-card {
        flex: 1 1 calc(50% - var(--spacing-xl));
    }

    .faq-cotizacion-card {
        flex: 1 1 calc(33.333% - var(--spacing-xl));
    }
}

/* ========================================
   TABS - Estilos específicos para cotización
   ======================================== */

.tabs-section .tabs-tab-text {
    grid-column: 1 / -1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.tabs-section .tabs-tab-title {
    text-align: center;
}

.tabs-section .tabs-tab-description {
    text-align: center;
}

.tabs-section .cotizacion-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

.tabs-section .cotizacion-list-item {
    justify-content: center;
}
