/* =========================
   PAGE HERO - COTIZAR
========================= */
.page-hero{
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.page-hero::before{
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: var(--rosa-pastel);
    top: -80px;
    right: -60px;
    opacity: 0.55;
    filter: blur(20px);
}

.page-hero::after{
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: var(--celeste);
    bottom: -70px;
    left: -50px;
    opacity: 0.5;
    filter: blur(20px);
}

.page-hero-content{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 35px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.page-hero-text h1{
    font-family: 'Fredoka', cursive;
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 18px;
}

.page-hero-text p{
    color: var(--texto-claro);
    max-width: 650px;
}

.hero-mini-card{
    background: linear-gradient(135deg, #ffe6f2, #fff2f9, #ebfaff);
    border-radius: 30px;
    box-shadow: var(--sombra);
    padding: 32px;
    border: 3px solid rgba(255,255,255,0.7);
}

.hero-mini-card h3{
    font-family: 'Fredoka', cursive;
    font-size: 1.8rem;
    margin-bottom: 16px;
}

.hero-mini-card ul{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hero-mini-card li{
    background: rgba(255,255,255,0.65);
    padding: 12px 14px;
    border-radius: 14px;
    font-weight: 500;
}

/* =========================
   SECCIÓN COTIZAR
========================= */
.quote-section{
    padding-top: 30px;
}

.quote-wrapper{
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 32px;
    align-items: start;
}

.quote-info{
    background: linear-gradient(135deg, #fff6fb, #fff1f8);
    border-radius: 28px;
    padding: 35px;
    box-shadow: var(--sombra);
}

.quote-info h2{
    font-family: 'Fredoka', cursive;
    font-size: 2.3rem;
    margin-bottom: 15px;
}

.quote-info p{
    color: var(--texto-claro);
    margin-bottom: 25px;
}

.quote-features{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.quote-feature-card{
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    border: 1px solid #ffe1ef;
    box-shadow: 0 8px 18px rgba(255, 79, 163, 0.08);
}

.quote-feature-card h3{
    font-size: 1.08rem;
    margin-bottom: 8px;
}

.quote-feature-card p{
    margin-bottom: 0;
    font-size: 0.95rem;
}

/* =========================
   FORMULARIO
========================= */
.quote-form-box{
    background: #fff;
    border-radius: 28px;
    padding: 35px;
    box-shadow: var(--sombra);
    border: 1px solid #ffe3f0;
}

.quote-form{
    width: 100%;
}

.form-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 18px;
}

.form-group{
    margin-bottom: 18px;
}

.form-group label{
    display: block;
    margin-bottom: 9px;
    font-weight: 600;
    color: var(--texto);
}

.form-group input,
.form-group select,
.form-group textarea{
    width: 100%;
    border: 1.5px solid #ffd8ea;
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    color: var(--texto);
    background: #fffafc;
    transition: all 0.25s ease;
    outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
    border-color: var(--rosa-principal);
    box-shadow: 0 0 0 4px rgba(255, 79, 163, 0.10);
    background: #fff;
}

.form-group textarea{
    resize: vertical;
    min-height: 140px;
}

.checkbox-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.check-item{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff8fc;
    border: 1px solid #ffe2ef;
    padding: 14px 16px;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.25s ease;
}

.check-item:hover{
    transform: translateY(-2px);
    border-color: #ffc6e0;
}

.check-item input{
    width: auto;
    accent-color: var(--rosa-principal);
}

.check-item span{
    font-weight: 500;
    color: var(--texto);
}

.btn-full{
    width: 100%;
    padding: 16px 20px;
    font-size: 1rem;
}

/* =========================
   RESPONSIVE SOLO COTIZAR
========================= */
@media (max-width: 1024px){
    .page-hero-content,
    .quote-wrapper{
        grid-template-columns: 1fr;
    }

    .page-hero-text h1{
        font-size: 2.5rem;
    }
}

@media (max-width: 768px){
    .page-hero{
        padding: 60px 0 40px;
    }

    .page-hero-text h1{
        font-size: 2.1rem;
    }

    .hero-mini-card{
        padding: 24px;
    }

    .quote-info,
    .quote-form-box{
        padding: 24px;
        border-radius: 22px;
    }

    .quote-info h2{
        font-size: 2rem;
    }

    .form-grid,
    .checkbox-grid{
        grid-template-columns: 1fr;
    }
}
/* ==========================================
   AJUSTES EXTRA DEL FORMULARIO DE COTIZAR
========================================== */

/* Campo oculto para "Otro evento" */
.hidden-field {
    display: none;
}

/* Cuando un grid solo lleva 1 campo y no quieres que quede raro */
.form-grid-single {
    grid-template-columns: 1fr;
}

/* Caja para subir imagen de referencia */
.file-upload-box {
    background: #fff8fc;
    border: 1.5px dashed #ffb7d7;
    border-radius: 18px;
    padding: 18px;
    transition: 0.25s ease;
}

.file-upload-box:hover {
    border-color: var(--rosa-principal);
    background: #fff3f9;
}

.file-upload-box input[type="file"] {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
    box-shadow: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

.file-upload-box small {
    display: block;
    margin-top: 10px;
    color: var(--texto-claro);
    line-height: 1.5;
}

/* ==========================================
   AJUSTES EXTRA DEL FORMULARIO DE COTIZAR
========================================== */

/* Campo oculto para "Otro evento" */
.hidden-field {
    display: none;
}

/* Grid de un solo campo */
.form-grid-single {
    grid-template-columns: 1fr;
}

/* Caja para subir imagen */
.file-upload-box {
    background: #fff8fc;
    border: 1.5px dashed #ffb7d7;
    border-radius: 18px;
    padding: 18px;
    transition: 0.25s ease;
}

.file-upload-box:hover {
    border-color: var(--rosa-principal);
    background: #fff3f9;
}

.file-upload-box input[type="file"] {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
    box-shadow: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

.file-upload-box small {
    display: block;
    margin-top: 10px;
    color: var(--texto-claro);
    line-height: 1.5;
}

/* Alertas */
.alert {
    padding: 16px 18px;
    border-radius: 16px;
    margin-bottom: 22px;
    font-weight: 500;
    line-height: 1.5;
}

.alert.success {
    background: #ecfff3;
    border: 1px solid #9de3b5;
    color: #157347;
}

.alert.error {
    background: #fff2f2;
    border: 1px solid #f3b0b0;
    color: #b42318;
}