/* ════════════════════════════════════════════════════════════
   PLEGABLE VS DESARMABLE
   Vista: vista-plegable-vs-desarmable/
   Dependencia: componentes.css — nunca redefinir .btn,
   .breadcrumb, .faq, .trust-bar, .img-placeholder desde aquí.
   ════════════════════════════════════════════════════════════ */


/* ════════════════════════════════════════════════════════════
   HERO
   ════════════════════════════════════════════════════════════ */

.pvd-hero {
    background-color: var(--color-bg-cream);
    padding: 48px 80px 32px;
}

.pvd-hero__inner {
    display: grid;
    grid-template-columns: 0.9fr 1.15fr;
    gap: 48px;
    align-items: start;
}

.pvd-hero__col-texto {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.pvd-hero__titulo {
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 3.3vw, 3.1rem);
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-text-dark);
    line-height: 0.95;
}

.pvd-hero__img-wrap {
    display: flex;
    flex-direction: column;
}

.pvd-hero__img {
    width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: contain;
    object-position: top;
    display: block;
}

.pvd-hero__labels {
    display: flex;
    justify-content: space-around;
    margin-top: 6px;
}

.pvd-hero__label {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-text-dark);
}

.pvd-hero__img-frame {
    position: relative;
}

.pvd-hero__img-fade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(to bottom, var(--color-bg-cream) 0%, transparent 15%) top / 100% 50px no-repeat,
        linear-gradient(to top, var(--color-bg-cream) 0%, transparent 15%) bottom / 100% 50px no-repeat,
        linear-gradient(to right, var(--color-bg-cream) 0%, transparent 15%) left / 50px 100% no-repeat,
        linear-gradient(to left, var(--color-bg-cream) 0%, transparent 15%) right / 50px 100% no-repeat;
}

/* ════════════════════════════════════════════════════════════
   RESPUESTA DIRECTA
   ════════════════════════════════════════════════════════════ */


.pvd-respuesta__box {
    border: 1.5px solid var(--color-accent);
    padding: 22px 28px;
    background-color: rgba(245, 166, 35, 0.04);
}

.pvd-respuesta__etiqueta {
    font-family: var(--font-display);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 10px;
}

.pvd-respuesta__texto {
    font-size: 0.9rem;
    color: var(--color-text-dark);
    line-height: 1.75;
    font-weight: 500;
}


/* ════════════════════════════════════════════════════════════
   TABLA COMPARATIVA
   ════════════════════════════════════════════════════════════ */

.pvd-tabla {
    background-color: var(--color-bg-cream);
    padding: 0 80px 56px;
}

.pvd-tabla__wrapper {
    overflow-x: auto;
}

.pvd-tabla__tabla {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.84rem;
}

.pvd-tabla__th {
    padding: 14px 18px;
    text-align: left;
    font-family: var(--font-display);
    font-size: 1.20rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background-color: var(--color-text-dark);
    color: var(--color-text-muted);
}

.pvd-tabla__th--plegable,
.pvd-tabla__th--desarmable {
    color: var(--color-accent);
}

.pvd-tabla__tr:nth-child(even),
.pvd-tabla__tr--alt {
    background-color: var(--color-bg-cream);
}

.pvd-tabla__tr:nth-child(odd) {
    background-color: var(--color-white);
}

.pvd-tabla__td {
    padding: 13px 18px;
    color: var(--color-text-muted-2);
    line-height: 1.55;
    border-bottom: 1px solid var(--color-border-light);
}

.pvd-tabla__td--label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--color-text-dark);
    white-space: nowrap;
}

.pvd-tabla__icono {
    flex-shrink: 0;
    display: inline-flex;
    color: var(--color-text-dark);
}

.pvd-tabla__icono svg {
    display: block;
}

.pvd-tabla__fuente {
    font-size: 0.72rem;
    color: var(--color-text-muted-3);
    margin-top: 10px;
}


/* ════════════════════════════════════════════════════════════
   CARDS DE PRODUCTO
   ════════════════════════════════════════════════════════════ */

.pvd-cards {
    background-color: var(--color-white);
    border-top: 1px solid var(--color-border-light);
    border-bottom: 1px solid var(--color-border-light);
    padding: 56px 80px;
}

.pvd-cards__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.pvd-card {
    border: 1px solid var(--color-border-light);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}



.pvd-card__body {
    padding: 28px;
}

.pvd-card__titulo {
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-text-dark);
    line-height: 1;
    margin-bottom: 14px;
}

.pvd-card__desc {
    font-size: 0.84rem;
    color: var(--color-text-muted-2);
    line-height: 1.75;
    margin-bottom: 20px;
}

.pvd-card__ideal-label {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 12px;
}

.pvd-card__checks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pvd-card__check {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 0.84rem;
    color: var(--color-text-muted-2);
}

.pvd-card__check svg {
    flex-shrink: 0;
}

/* ── Coverflow: reglas base (copiadas del componente global,
   necesarias porque este archivo se carga solo en esta vista) ── */

.pvd-card__ilustracion .coverflow {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
    overflow: hidden;
}

.pvd-card__ilustracion .coverflow__escenario {
    width: 100%;
    perspective-origin: 50% 50%;
    overflow: hidden;
    cursor: none;
    position: relative;
}

.pvd-card__ilustracion .coverflow__pista {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    position: relative;
}

.pvd-card__ilustracion .coverflow__card {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    border: 1px solid rgba(245, 166, 35, 0.12);
    will-change: transform, opacity;
    transition: border-color 0.3s ease, filter 0.4s ease, box-shadow 0.4s ease;
    filter: blur(2px) brightness(0.55);
}

.pvd-card__ilustracion .coverflow__card--activa {
    border-top: 2px solid var(--color-accent);
    border-color: rgba(245, 166, 35, 0.5);
    filter: none;
    box-shadow: 0 0 24px 1px rgba(245, 166, 35, 0.16), 0 18px 36px rgba(0, 0, 0, 0.45);
}

.pvd-card__ilustracion .coverflow__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    transition: transform 0.5s ease;
}

.pvd-card__ilustracion .coverflow__card--activa .coverflow__img {
    transform: scale(1.08);
}

.pvd-card__ilustracion .coverflow__cursor {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid var(--color-accent);
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 20;
    opacity: 0;
    transition: opacity 0.2s ease;
    color: var(--color-accent);
}

.pvd-card__ilustracion .coverflow__escenario:hover .coverflow__cursor {
    opacity: 1;
}

.pvd-card__ilustracion .coverflow__fade-izq,
.pvd-card__ilustracion .coverflow__fade-der {
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
}

.pvd-card__ilustracion .coverflow__fade-izq {
    left: 0;
    background: linear-gradient(to right, var(--color-bg-cream) 0%, transparent 100%);
}

.pvd-card__ilustracion .coverflow__fade-der {
    right: 0;
    background: linear-gradient(to left, var(--color-bg-cream) 0%, transparent 100%);
}

.pvd-card__ilustracion .coverflow__escenario {
    height: 260px;
    perspective: 550px;
}

.pvd-card__ilustracion .coverflow__card {
    width: 210px;
    height: 135px;
    margin-top: -68px;
    margin-left: -105px;
}

.pvd-card__ilustracion .coverflow__fade-izq,
.pvd-card__ilustracion .coverflow__fade-der {
    width: 55px;
}

.pvd-card__ilustracion .coverflow__cursor {
    width: 34px;
    height: 34px;
}

/* ════════════════════════════════════════════════════════════
   DECISOR VISUAL
   ════════════════════════════════════════════════════════════ */
.pvd-decisor {
    background-color: var(--color-bg-cream);
    padding: 64px 80px;
    --pvd-verde: #216C4F;
    position: relative;
}

.pvd-decisor__titulo {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-text-dark);
    text-align: center;
    margin: 0 auto 48px;
    padding: 20px 40px;
    background-color: var(--color-white);
    border: 1.5px solid var(--color-accent);
    border-radius: 8px;
    box-shadow: 0 0 24px 1px rgba(245, 166, 35, 0.16);
    display: table;
    position: relative;
    z-index: 1;
}

.pvd-decisor__inner {
    display: grid;
    grid-template-columns: minmax(0, 380px) auto minmax(0, 380px);
    justify-content: center;
    gap: 150px;
    align-items: start;
    position: relative;
    z-index: 1;
}

/* Columnas laterales */

.pvd-decisor__columna {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.pvd-decisor__card-prioridad,
.pvd-decisor__card-recomendacion {
    border: 1px solid var(--color-border-light);
    padding: 20px 28px;
    background-color: var(--color-white);
}

.pvd-decisor__card-recomendacion {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
}

.pvd-decisor__card-prioridad {
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: relative;
}

.pvd-decisor__prioridad-fila {
    display: flex;
    gap: 18px;
    align-items: stretch;
    padding-top: 12px;
    border-top: 1px solid var(--color-border-light);
}

.pvd-decisor__prioridad-fila>.pvd-decisor__checks {
    flex: 1 1 0;
    min-width: 0;
}

.pvd-decisor__prioridad-img {
    flex: 1 1 0;
    min-width: 0;
    border: 1px solid var(--color-border-light);
    overflow: hidden;
}

.pvd-decisor__prioridad-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pvd-decisor__card-recomendacion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pvd-decisor__prioridad {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--pvd-verde);
    margin: 0;
}

.pvd-decisor__prioridad strong {
    color: var(--pvd-verde);
}

.pvd-decisor__checks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0;
    padding: 0 18px 0 0;
    border-right: 1px solid var(--color-border-light);
    flex: 1 1 0;
    min-width: 0;
}

.pvd-decisor__check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: var(--color-text-muted-2);
}

.pvd-decisor__check svg {
    flex-shrink: 0;
}

/* Overlay de líneas de conexión (estáticas, sin animación) */

.pvd-decisor__lineas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
}

.pvd-decisor__trazo {
    fill: none;
    stroke: var(--color-accent-dark);
    stroke-width: 2.5;
    stroke-linecap: round;
    filter:
        drop-shadow(0 0 1px var(--color-accent-dark)) drop-shadow(0 0 4px var(--color-accent));
}

.pvd-decisor__recomendacion {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pvd-decisor__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;


}

.pvd-decisor__thumb-icon {
    color: var(--color-accent-dark);
}

.pvd-decisor__rec-label {
    font-size: 0.9rem;
    color: var(--color-text-muted-2);
    margin-bottom: 0;
}

.pvd-decisor__rec-nombre {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-text-dark);
    line-height: 1;
    margin: 0;
}

.pvd-decisor__btn {
    align-self: stretch;
    justify-content: center;
    margin-top: 0px;
    text-transform: uppercase;
}

.pvd-decisor__rec-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    min-height: 52px;
}

/* Columna central: diamante */

.pvd-decisor__centro {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
    min-width: 184px;
}

.pvd-decisor__centro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding-top: 60px;
    min-width: 220px;
}

.pvd-decisor__diamante {
    width: 310px;
    height: 310px;
    border-radius: 16px;
    border: 1.5px solid var(--color-border-light);
    overflow: hidden;
}

.pvd-decisor__diamante-foto {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pvd-decisor__diamante-texto {
    margin: 0;
    text-align: center;
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3;
}

.pvd-decisor__diamante-texto--negro {
    color: var(--color-text-dark);
}

.pvd-decisor__diamante-texto--acento {
    color: var(--color-accent);
}

/* ════════════════════════════════════════════════════════════
   VIDEO — Fondo oscuro
   ════════════════════════════════════════════════════════════ */

.pvd-video {
    background-color: var(--color-bg);
    border-top: 1px solid var(--color-border-dark);
    padding: 44px 80px;
}

.pvd-video__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.pvd-video__etiqueta {
    display: block;
    font-family: var(--font-display);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 6px;
}

.pvd-video__titulo {
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-white);
    line-height: 1.15;
    margin-bottom: 14px;
}

.pvd-video__player {
    background-color: var(--color-bg-card);
    display: flex;
    flex-direction: column;
}

.pvd-video__thumb {
    position: relative;
    width: 100%;
}

.pvd-video__thumb .img-placeholder {
    min-height: 260px;
    border: none;
    border-radius: 0;
}

.pvd-video__thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.pvd-video__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s ease;
    z-index: 2;
}

.pvd-video__play-btn:hover {
    transform: translate(-50%, -50%) scale(1.08);
}

.pvd-video__controls {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background-color: rgba(0, 0, 0, 0.88);
    color: var(--color-text-muted);
}

.pvd-video__tiempo {
    font-size: 0.7rem;
    color: var(--color-text-muted);
    white-space: nowrap;
}

.pvd-video__barra {
    flex: 1;
    height: 3px;
    background-color: var(--color-border-dark);
    border-radius: 2px;
    overflow: hidden;
}

.pvd-video__progreso {
    width: 0%;
    height: 100%;
    background-color: var(--color-accent);
    border-radius: 2px;
}

.pvd-video__controls svg {
    flex-shrink: 0;
    color: var(--color-text-muted);
}

.pvd-video__derecha {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pvd-video__descripcion {
    font-size: 1.15rem;
    color: var(--color-text-muted);
    line-height: 1.7;
    margin-bottom: 24px;
}

/* Overrides del .faq para contexto oscuro */

.pvd-video__acordeon .faq__item {
    border: none;
}

.pvd-video__acordeon .faq__pregunta {
    color: var(--color-white);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background-color: var(--color-bg-card);
    border: 1px solid var(--color-border-dark);
    border-radius: 6px;
    padding: 16px 20px;
    transition: border-color 0.2s ease;
}

.pvd-video__acordeon .faq__pregunta:hover {
    border-color: var(--color-accent);
}

.pvd-video__acordeon .faq__item--abierto .faq__pregunta {
    border-radius: 6px 6px 0 0;
    border-bottom-color: transparent;
}

.pvd-video__acordeon .faq__respuesta {
    background-color: var(--color-bg-card);
    color: var(--color-text-muted);
    padding: 0 20px 16px;
    font-size: 0.84rem;
    border: 1px solid var(--color-border-dark);
    border-top: none;
    border-radius: 0 0 6px 6px;
}

.pvd-video__acordeon .faq__pregunta:hover .pvd-video__chevron,
.faq__item--abierto .pvd-video__chevron {
    transform: rotate(180deg);
    color: var(--color-accent);
}

/* ════════════════════════════════════════════════════════════
   FAQ — Preguntas frecuentes
   ════════════════════════════════════════════════════════════ */

.pvd-faq {
    background-color: var(--color-bg-cream);
    padding: 64px 80px;
}

.pvd-faq__titulo {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--color-text-dark);
    margin-bottom: 28px;
}

.pvd-faq .faq {
    border: 1.5px solid var(--color-accent);
    border-radius: 10px;
    overflow: hidden;
}

.pvd-faq .faq__item {
    border-bottom: 1.5px solid var(--color-border-dark);
}

.pvd-faq .faq__item:last-of-type {
    border-bottom: none;
}

.pvd-faq .faq__pregunta {
    padding: 16px 20px;
}

.pvd-faq .faq__respuesta {
    padding: 0 20px 16px;
}


/* ════════════════════════════════════════════════════════════
   CTA DOBLE
   ════════════════════════════════════════════════════════════ */

.pvd-cta {
    background-color: var(--color-bg-cream);
    border-top: 1px solid var(--color-border-light);
    padding: 72px 80px;
    text-align: center;
}

.pvd-cta__titulo {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-text-dark);
    margin-bottom: 36px;
}

.pvd-cta__botones {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.pvd-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.pvd-cta__link-terciario {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--color-accent);
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.pvd-cta__link-terciario:hover {
    color: var(--color-accent-dark);
}


/* ════════════════════════════════════════════════════════════
   GUÍAS RELACIONADAS — Fondo oscuro
   ════════════════════════════════════════════════════════════ */

.pvd-guias {
    background-color: var(--color-bg);
    border-top: 1px solid var(--color-border-dark);
    padding: 64px 80px;
}

.pvd-guias__titulo {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--color-white);
    letter-spacing: 0.02em;
    margin-bottom: 28px;
}

.pvd-guias__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.pvd-guia-card {
    background-color: var(--color-bg-card);
    border: 1px solid var(--color-border-dark);
    padding: 24px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.pvd-guia-card__icono {
    flex-shrink: 0;
    padding-top: 2px;
}

.pvd-guia-card__titulo {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-white);
    line-height: 1.2;
    margin-bottom: 8px;
}

.pvd-guia-card__desc {
    font-size: 0.8rem;
    color: var(--color-text-muted);
    line-height: 1.6;
    margin-bottom: 14px;
}

.pvd-guia-card__link {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-accent);
    text-decoration: none;
    transition: color 0.2s ease;
}

.pvd-guia-card__link:hover {
    color: var(--color-accent-dark);
}