/* =============================================
   VOCES QUE RESUENAN (Fase 3) - Estilo Editorial DIY
   ============================================= */

/* ── HERO ───────────────────────────────────── */
.vq-hero {
    height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.vq-hero>.container {
    width: 100%;
    max-width: 1200px;
}

.vq-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}

.vq-hero-text {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.vq-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 4rem;
}

.vq-overline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #00a87a;
    margin-bottom: 1.2rem;
}

.vq-hero-title {
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: clamp(3rem, 7vw, 5.5rem);
    line-height: 1.0;
    color: var(--text-dark);
    margin-bottom: 1.8rem;
}

.vq-hero-accent {
    color: #00D49A;
    text-shadow: -2px -2px 0 var(--text-dark), 2px -2px 0 var(--text-dark), -2px 2px 0 var(--text-dark), 2px 2px 0 var(--text-dark), 5px 5px 0 rgba(0, 0, 0, 0.08);
    display: block;
}

.vq-hero-sub {
    font-size: 1.15rem;
    line-height: 1.85;
    color: #3a3550;
    max-width: 540px;
    margin-bottom: 2.5rem;
}

.vq-scroll-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 0.95rem;
    color: #FFF;
    background: #0050FF;
    border: 3px solid #1E1B2E;
    border-radius: 50px;
    padding: 0.6rem 1.5rem;
    box-shadow: 4px 4px 0 #C0BDCF;
    text-decoration: none;
    align-self: flex-start;
    transition: transform 0.15s, box-shadow 0.15s;
}

.vq-scroll-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 #C0BDCF;
}

.vq-scroll-arrow {
    display: inline-flex;
    align-items: center;
}

/* ── SECCIÓN CONTENIDO ──────── */
.vq-info-section {
    position: relative;
    background-color: #F0FFF8;
    padding: 7rem 0 6rem;
    overflow: hidden;
}

.vq-info-section::before {
    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(0, 212, 154, 0.08);
    top: -100px;
    right: -80px;
    pointer-events: none;
    z-index: 0;
}

.vq-info-section::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(0, 80, 255, 0.06);
    bottom: 60px;
    left: -60px;
    pointer-events: none;
    z-index: 0;
}

.vq-section-head {
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.vq-section-head .vq-overline {
    display: flex;
}

.vq-featured-para {
    max-width: 860px;
    margin: 0 auto 4rem;
    padding: 2.5rem 3.5rem;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.vq-featured-para p {
    font-size: 1.15rem;
    line-height: 1.85;
    color: #3a3550;
    font-family: var(--font-body);
    font-weight: 400;
}

.vq-featured-para p:first-of-type {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.25rem;
    color: #1E1B2E;
}

.vq-concept-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 5rem;
    position: relative;
    z-index: 2;
}

.vq-concept-card {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 2.5rem 2rem;
}

.vq-card-icon {
    font-size: 3rem;
    line-height: 1;
    display: block;
    margin-bottom: 0.5rem;
}

.vq-concept-card h3 {
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: 1.35rem;
    color: #1E1B2E;
    margin: 0;
}

.vq-concept-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #3a3550;
    margin: 0;
}

.vq-quote-box {
    position: relative;
    max-width: 820px;
    margin: 0 auto 5rem;
    padding: 3.5rem 4rem;
    background: #0050FF;
    border: 3px solid #1E1B2E;
    border-radius: var(--diy-radius-2);
    box-shadow: 8px 8px 0 #C0BDCF;
    z-index: 2;
}

.vq-quote-mark {
    font-family: Georgia, serif;
    font-size: 5rem;
    color: #00D49A;
    line-height: 0.8;
    display: block;
    margin-bottom: 0.5rem;
}

.vq-quote-box p {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #FFF;
}

.vq-quote-footer {
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: 2px dashed rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.vq-quote-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00D49A;
    flex-shrink: 0;
}

.vq-quote-label {
    font-size: 0.85rem;
    font-family: var(--font-heading);
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FFF;
}

.vq-wave-divider {
    text-align: center;
    padding: 0 0 1rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
    font-size: 2.2rem;
    opacity: 0.7;
    position: relative;
    z-index: 2;
    filter: grayscale(0.5);
}

/* ── GALERÍA (Fondo Claro Mentolado) ───────── */
.fase-galeria-wrapper {
    background-color: #F0FFF8;
    padding: 0 0 7rem;
    margin-top: -6rem;
    position: relative;
    overflow: hidden;
}

.fase-galeria-header {
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.fase-galeria-header .vq-overline {
    display: flex;
}

.fase-galeria-header .section-title::after {
    width: 100%;
}

/* Wrapper y controles del carrusel */
.fase-carousel-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 2;
}

.fase-carousel {
    flex: 1;
    position: relative;
    height: 400px;
    overflow: hidden;
}

/* Slides de animación */
.fase-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s ease;
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;
}

.fase-slide.active {
    opacity: 1;
    transform: translateX(0%);
    pointer-events: auto;
}

.fase-slide.exit-left {
    opacity: 0;
    transform: translateX(-100%);
}

.fase-slide.exit-right {
    opacity: 0;
    transform: translateX(100%);
}

.fase-slide.enter-left {
    transform: translateX(-100%);
}

.fase-slide.enter-right {
    transform: translateX(100%);
}

/* Tarjeta del Slide */
.fase-card {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 2.5rem;
    align-items: center;
    padding: 2.5rem 3.5rem;
    border-radius: 30px;
    border: 3px solid var(--text-dark);
    min-height: 380px;
    height: 380px;
    overflow: hidden;
}

.card-f1 {
    background: linear-gradient(135deg, #e8fff7 0%, #c3f5e4 100%);
}

.card-f2 {
    background: linear-gradient(135deg, #fff0f5 0%, #ffd1e3 100%);
}

.card-f3 {
    background: linear-gradient(135deg, #eef3ff 0%, #c8d8ff 100%);
}

.card-f4 {
    background: linear-gradient(135deg, #fffde8 0%, #fff3c0 100%);
}

.card-f5 {
    background: linear-gradient(135deg, #fff5ee 0%, #ffd8c0 100%);
}

/* Imagen Cuadrada Redondeada */
.fase-avatar {
    width: 100%;
    height: 260px;
    border-radius: 20px;
    border: 4px solid var(--text-dark);
    box-shadow: 5px 5px 0 #D0D2DB;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    background: #fff;
}

.fase-foto {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fase-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Textos de la tarjeta */
.fase-info {
    text-align: left;
}

.fase-badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 50px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid var(--text-dark);
    box-shadow: 2px 2px 0 #C0BDCF;
    margin-bottom: 0.8rem;
}

.fase-name {
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.1;
}

.fase-info p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #3a3550;
    margin-bottom: 0.8rem;
}

/* Botones Nav */
.carousel-btn {
    background: white;
    border: 3px solid var(--text-dark);
    border-radius: 50%;
    width: 52px;
    height: 52px;
    font-size: 1.4rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 4px 4px 0 #C0BDCF;
    transition: all 0.2s;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.carousel-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 #C0BDCF;
    background: var(--accent-mint);
    color: var(--text-dark);
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 2.5rem;
    position: relative;
    z-index: 2;
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2.5px solid var(--text-dark);
    background: white;
    cursor: pointer;
    transition: all 0.2s;
    padding: 0;
}

.dot.active {
    background: var(--accent-mint);
    transform: scale(1.3);
}

/* ── RESPONSIVE UNIFICADO ───────────────────── */
@media (max-width: 900px) {
    .vq-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .vq-hero-text {
        align-items: center;
    }

    .vq-hero-sub {
        margin: 0 auto 2.5rem;
    }

    .vq-scroll-btn {
        align-self: center;
    }

    .vq-hero-visual {
        justify-content: center;
        padding-left: 0;
    }

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

    .vq-featured-para {
        padding: 2rem 1.5rem;
    }

    .vq-quote-box {
        padding: 2.5rem 2rem;
    }

    .fase-card {
        grid-template-columns: 1fr;
        text-align: center;
        height: auto;
        min-height: auto;
        padding: 2rem;
        gap: 1.5rem;
    }

    .fase-carousel {
        height: auto;
        min-height: 520px;
    }

    .fase-info {
        text-align: center;
    }

    .fase-avatar {
        margin: 0 auto;
        width: 220px;
        height: 180px;
    }
}