/* =========================================================
   PV Marketing Digital — Services CSS
   Páginas de servicio + páginas internas
   Complementario a pv-marketing-main.css
   Solo clases .pvs-* — sin tocar selectores globales
   Junio 2026
========================================================= */

/* =========================================================
   FIX ASTRA PÁGINAS — Integración Final
========================================================= */

/* 1. Ocultamos los títulos automáticos sin romper la grilla */
.page .entry-header,
.page .ast-entry-header-wrap,
.page .ast-above-post-title,
.page .page-header,
.page .entry-title,
.page .ast-page-builder-template .entry-title,
.page .page-title {
    display: none !important;
}

/* 2. Bloqueamos el empuje de Astra SOLO en la caja de contenido */
.page .site-content {
    padding-top: 0 !important;
}

/* 3. Limpiamos el lienzo de Gutenberg */
.page .entry-content > .wp-block-html:first-child,
.page .entry-content > .wp-block-group:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.page .entry-content {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    display: block;
    overflow: visible !important;
}

/* Fondo oscuro en páginas con hero de servicio */
.page:has(.pvs-hero) body {
    background: var(--pv-blue-950) !important;
}

/* 4. Full-width para todas las secciones de servicio */
.page .pvs-hero,
.page .pvs-problem,
.page .pvs-solution,
.page .pvs-pillars,
.page .pvs-audience,
.page .pvs-method,
.page .pvs-diff,
.page .pvs-case,
.page .pvs-related,
.page .pv-faq-section,
.page .pv-cta-final {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    box-sizing: border-box;
    font-family: var(--pv-font-main, "Plus Jakarta Sans", sans-serif);
}

/* =========================================================
   HERO COMPACTO — ~400px, 1 columna
========================================================= */

.pvs-hero {
    position: relative;
    display: block !important;
    min-height: auto !important;
    padding-top: 130px !important;
    padding-bottom: 72px !important;
    padding-left: 0;
    padding-right: 0;
    background:
        radial-gradient(ellipse at 80% 20%, rgba(92, 200, 255, 0.15) 0%, transparent 45%),
        radial-gradient(ellipse at 15% 80%, rgba(255, 102, 0, 0.08) 0%, transparent 38%),
        linear-gradient(135deg, #061626 0%, #0A2540 50%, #061626 100%);
    color: var(--pv-white);
    overflow: hidden;
    margin-top: 0 !important;
}

.page .entry-content > .wp-block-html:first-child > .pvs-hero,
.page .entry-content > .wp-block-group:first-child > .pvs-hero {
    margin-top: 0 !important;
}

.pvs-hero .pvs-container {
    max-width: 900px;
    display: block;
}

/* Cuadrícula de fondo */
.pvs-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(92, 200, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(92, 200, 255, 0.035) 1px, transparent 1px);
    background-size: 52px 52px;
    pointer-events: none;
    z-index: 0;
}

/* Línea de corte inferior */
.pvs-hero::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--pv-blue-400) 25%, var(--pv-orange-500) 55%, transparent 100%);
    opacity: 0.55;
    z-index: 2;
}

/* ── Elementos del hero ── */
.pvs-hero-breadcrumb {
    display: flex; align-items: center; gap: 6px; margin-bottom: 22px;
    font-size: 13px; color: rgba(255,255,255,0.38);
}
.pvs-hero-breadcrumb a { color: rgba(255,255,255,0.38); text-decoration: none; transition: color 180ms; }
.pvs-hero-breadcrumb a:hover { color: var(--pv-blue-400); }
.pvs-hero-breadcrumb-sep { color: rgba(255,255,255,0.18); }

.pvs-hero-tag {
    display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px;
    border-radius: 999px; background: rgba(92,200,255,0.10); border: 1px solid rgba(92,200,255,0.22);
    color: var(--pv-blue-400); font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
    text-transform: uppercase; margin-bottom: 18px;
}
.pvs-hero-tag svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.pvs-hero-title {
    margin: 0 0 14px; color: var(--pv-white);
    font-size: clamp(30px, 3.6vw, 52px); font-weight: 700;
    line-height: 1.1; letter-spacing: -0.04em; max-width: 820px;
}
.pvs-hero-title span { color: var(--pv-blue-400); }
.pvs-hero-title em { color: var(--pv-orange-500); font-style: normal; }

.pvs-hero-sub {
    margin: 0 0 14px; color: rgba(255,255,255,0.82);
    font-size: clamp(17px, 1.6vw, 21px); font-weight: 500;
    line-height: 1.45; letter-spacing: -0.015em; max-width: 720px;
}

.pvs-hero-text {
    margin: 0 0 26px; color: rgba(255,255,255,0.56);
    font-size: 16px; line-height: 1.72; max-width: 640px;
}

.pvs-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 28px; }

.pvs-hero-proof { display: flex; flex-wrap: wrap; gap: 8px; }

.pvs-proof-pill {
    display: inline-flex; align-items: center; gap: 6px; padding: 6px 13px;
    border-radius: 999px; background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.09); color: rgba(255,255,255,0.60);
    font-size: 13px; font-weight: 500;
}
.pvs-proof-pill svg {
    width: 12px !important; height: 12px !important;
    fill: none; stroke: var(--pv-blue-400); stroke-width: 2.2;
    stroke-linecap: round; stroke-linejoin: round; display: inline-block;
}

/* =========================================================
   CONTENEDOR COMPARTIDO
========================================================= */

.pvs-container {
    position: relative; z-index: 2;
    width: 100%; max-width: 1200px;
    margin: 0 auto; padding: 0 32px;
    font-family: var(--pv-font-main, "Plus Jakarta Sans", sans-serif);
    box-sizing: border-box;
}

/* =========================================================
   TEXTOS Y COMPONENTES REUTILIZABLES
========================================================= */

.pvs-eyebrow {
    display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px;
    color: var(--pv-blue-400); font-size: 11px; font-weight: 700;
    letter-spacing: 0.16em; text-transform: uppercase; line-height: 1;
}
.pvs-eyebrow--orange { color: var(--pv-orange-500); }
.pvs-eyebrow--cyan   { color: var(--pv-blue-400); }

.pvs-section-title--light { margin: 0 0 14px; color: var(--pv-blue-900); font-size: clamp(24px, 2.6vw, 36px); font-weight: 700; line-height: 1.14; letter-spacing: -0.03em; }
.pvs-section-title--dark  { margin: 0 0 14px; color: var(--pv-white);    font-size: clamp(24px, 2.6vw, 36px); font-weight: 700; line-height: 1.14; letter-spacing: -0.03em; }
.pvs-section-text--light  { color: var(--pv-neutral-600, #4B5563); font-size: 16px; line-height: 1.72; margin: 0 0 14px; }
.pvs-section-text--dark   { color: rgba(255,255,255,0.58);         font-size: 16px; line-height: 1.72; margin: 0 0 14px; }

/* =========================================================
   SISTEMA DE CORTES ENTRE SECCIONES
   Cada sección define su propio ::before con el color
   de la sección que viene ANTES.
========================================================= */

/* hero → problem: corte lineal (no curvo) */
.pvs-problem::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, transparent 0%, rgba(92,200,255,0.35) 20%, rgba(255,102,0,0.45) 55%, transparent 100%);
    pointer-events: none; z-index: 3;
}
/* problem(white) → solution(navy): ola blanca */
.pvs-solution::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 64px;
    background: var(--pv-white); clip-path: ellipse(55% 100% at 50% 0%);
    pointer-events: none; z-index: 1;
}
/* solution(navy) → pillars(neutral): ola navy */
.pvs-pillars::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 64px;
    background: var(--pv-blue-950); clip-path: ellipse(55% 100% at 50% 0%);
    pointer-events: none; z-index: 1;
}
/* pillars(neutral) → audience(navy): ola neutral */
.pvs-audience::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 64px;
    background: var(--pv-neutral-50); clip-path: ellipse(55% 100% at 50% 0%);
    pointer-events: none; z-index: 1;
}
/* audience(navy) → method(white): ola navy */
.pvs-method::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 64px;
    background: var(--pv-blue-950); clip-path: ellipse(55% 100% at 50% 0%);
    pointer-events: none; z-index: 1;
}
/* method(white) → diff(navy): ola blanca */
.pvs-diff::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 64px;
    background: var(--pv-white); clip-path: ellipse(55% 100% at 50% 0%);
    pointer-events: none; z-index: 1;
}
/* diff(navy) → case(neutral): ola navy */
.pvs-case::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 64px;
    background: var(--pv-blue-950); clip-path: ellipse(55% 100% at 50% 0%);
    pointer-events: none; z-index: 1;
}
/* case(neutral) → related(navy): ola neutral */
.pvs-related::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 64px;
    background: var(--pv-neutral-50); clip-path: ellipse(55% 100% at 50% 0%);
    pointer-events: none; z-index: 1;
}
/* related(navy) → faq(neutral): ola navy */
.pvs-related + .pv-faq-section::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 64px;
    background: var(--pv-blue-950); clip-path: ellipse(55% 100% at 50% 0%);
    pointer-events: none; z-index: 1;
}
/* faq(neutral) → cta(navy): ola neutral */
.pv-faq-section + .pv-cta-final::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 64px;
    background: var(--pv-neutral-50); clip-path: ellipse(55% 100% at 50% 0%);
    pointer-events: none; z-index: 1;
}

/* =========================================================
   02. PROBLEMA ESPECÍFICO — fondo blanco
========================================================= */

.pvs-problem { position: relative; padding: 80px 32px 72px; background: var(--pv-white); overflow: visible; margin-top: -1px; }
.pvs-problem::after { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(-45deg, transparent, transparent 28px, rgba(10,37,64,0.016) 28px, rgba(10,37,64,0.016) 29px); pointer-events: none; z-index: 0; }
.pvs-problem-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }

.pvs-pain-list { display: flex; flex-direction: column; gap: 12px; }
.pvs-pain-item { display: flex; align-items: flex-start; gap: 14px; padding: 18px 20px; border-radius: 14px; background: var(--pv-neutral-50); border: 1px solid var(--pv-neutral-200); transition: border-color 180ms, box-shadow 180ms, transform 180ms; }
.pvs-pain-item:hover { border-color: rgba(255,102,0,0.25); box-shadow: 0 8px 24px rgba(10,37,64,0.08); transform: translateX(3px); }
.pvs-pain-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--pv-orange-100); border: 1px solid rgba(255,102,0,0.18); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--pv-orange-500); transition: background 180ms; }
.pvs-pain-item:hover .pvs-pain-icon { background: rgba(255,102,0,0.12); }
.pvs-pain-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pvs-pain-title { margin: 0 0 4px !important; padding: 0 !important; color: var(--pv-blue-900) !important; font-size: 14px !important; font-weight: 700 !important; line-height: 1.3 !important; text-transform: none !important; }
.pvs-pain-desc { margin: 0; color: var(--pv-neutral-500); font-size: 13px; line-height: 1.6; }

/* =========================================================
   03. SOLUCIÓN PV — fondo navy
========================================================= */

.pvs-solution { position: relative; padding: 88px 32px; padding-top: calc(88px + 56px); overflow: visible; margin-top: -1px; background: radial-gradient(ellipse at 20% 60%, rgba(92,200,255,0.07) 0%, transparent 50%), var(--pv-blue-950); }
.pvs-solution-header { max-width: 700px; margin-bottom: 44px; }
.pvs-solution-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

.pvs-sol-card { position: relative; padding: 26px 22px; border-radius: 16px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); overflow: hidden; transition: background 180ms, border-color 180ms, transform 180ms; }
.pvs-sol-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(92,200,255,0.24); transform: translateY(-4px); }
.pvs-sol-card:nth-child(even):hover { border-color: rgba(255,102,0,0.24); }
.pvs-sol-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--pv-blue-400), var(--pv-orange-500)); transform: scaleX(0); transform-origin: left; transition: transform 260ms; }
.pvs-sol-card:hover::before { transform: scaleX(1); }
.pvs-sol-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(92,200,255,0.10); border: 1px solid rgba(92,200,255,0.16); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: var(--pv-blue-400); transition: background 180ms; }
.pvs-sol-card:nth-child(even) .pvs-sol-icon { background: rgba(255,102,0,0.10); border-color: rgba(255,102,0,0.16); color: var(--pv-orange-500); }
.pvs-sol-card:hover .pvs-sol-icon { background: rgba(92,200,255,0.18); }
.pvs-sol-card:nth-child(even):hover .pvs-sol-icon { background: rgba(255,102,0,0.18); }
.pvs-sol-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pvs-sol-title { margin: 0 0 8px !important; padding: 0 !important; color: var(--pv-white) !important; font-size: 15px !important; font-weight: 700 !important; line-height: 1.3 !important; letter-spacing: -0.01em !important; text-transform: none !important; }
.pvs-sol-desc { margin: 0; color: rgba(255,255,255,0.52); font-size: 14px; line-height: 1.62; transition: color 180ms; }
.pvs-sol-card:hover .pvs-sol-desc { color: rgba(255,255,255,0.70); }

/* =========================================================
   04. PILARES DEL SERVICIO — fondo neutro
========================================================= */

.pvs-pillars { position: relative; padding: 88px 32px; padding-top: calc(88px + 56px); overflow: visible; margin-top: -1px; background: var(--pv-neutral-50); }
.pvs-pillars::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(var(--pv-neutral-300) 1px, transparent 1px); background-size: 28px 28px; opacity: 0.30; pointer-events: none; z-index: 0; }
.pvs-pillars-header { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.pvs-pillars-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.pvs-pillar-card { position: relative; padding: 28px 22px 24px; border-radius: 16px; background: var(--pv-white); border: 1px solid var(--pv-neutral-200); box-shadow: 0 1px 2px rgba(10,37,64,0.06); overflow: hidden; transition: transform 180ms, box-shadow 180ms, border-color 180ms; }
.pvs-pillar-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(10,37,64,0.10); border-color: rgba(92,200,255,0.30); }
.pvs-pillar-num { position: absolute; top: 12px; right: 16px; font-size: 52px; font-weight: 800; color: var(--pv-neutral-100); line-height: 1; letter-spacing: -0.04em; transition: color 180ms; pointer-events: none; user-select: none; }
.pvs-pillar-card:hover .pvs-pillar-num { color: rgba(255,102,0,0.08); }
.pvs-pillar-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--pv-blue-100); color: var(--pv-blue-700); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; transition: background 180ms, color 180ms; }
.pvs-pillar-card:hover .pvs-pillar-icon { background: var(--pv-blue-900); color: var(--pv-white); }
.pvs-pillar-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pvs-pillar-title { margin: 0 0 8px !important; padding: 0 !important; color: var(--pv-blue-900) !important; font-size: 15px !important; font-weight: 700 !important; line-height: 1.3 !important; text-transform: none !important; }
.pvs-pillar-desc { margin: 0; color: var(--pv-neutral-500); font-size: 14px; line-height: 1.62; transition: color 180ms; }
.pvs-pillar-card:hover .pvs-pillar-desc { color: var(--pv-neutral-700); }

/* =========================================================
   05. PARA QUIÉN ES — fondo navy
========================================================= */

.pvs-audience { position: relative; padding: 88px 32px; padding-top: calc(88px + 56px); overflow: visible; margin-top: -1px; background: radial-gradient(ellipse at 85% 25%, rgba(255,102,0,0.06) 0%, transparent 45%), var(--pv-blue-950); }
.pvs-audience-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }

.pvs-check-list { list-style: none; margin: 16px 0 28px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.pvs-check-list li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,0.70); font-size: 15px; font-weight: 500; line-height: 1.5; }
.pvs-check-list li::before { content: ""; width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; margin-top: 1px; background: rgba(92,200,255,0.10); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235CC8FF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E"); background-size: 11px; background-repeat: no-repeat; background-position: center; border: 1px solid rgba(92,200,255,0.18); }

.pvs-profile-cards { display: flex; flex-direction: column; gap: 10px; }
.pvs-profile-card { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); transition: background 180ms, border-color 180ms, transform 180ms; }
.pvs-profile-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(92,200,255,0.22); transform: translateX(4px); }
.pvs-profile-icon { width: 42px; height: 42px; border-radius: 12px; background: rgba(92,200,255,0.10); border: 1px solid rgba(92,200,255,0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--pv-blue-400); transition: background 180ms; }
.pvs-profile-card:hover .pvs-profile-icon { background: rgba(92,200,255,0.18); }
.pvs-profile-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pvs-profile-title { margin: 0 0 2px !important; padding: 0 !important; color: var(--pv-white) !important; font-size: 14px !important; font-weight: 700 !important; line-height: 1.3 !important; text-transform: none !important; }
.pvs-profile-desc { margin: 0; color: rgba(255,255,255,0.44); font-size: 13px; line-height: 1.5; }

/* =========================================================
   06. METODOLOGÍA — fondo blanco
========================================================= */

.pvs-method { position: relative; padding: 88px 32px; padding-top: calc(88px + 56px); overflow: visible; margin-top: -1px; background: var(--pv-white); }
.pvs-method-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; align-items: start; }
.pvs-method-left { position: sticky; top: 100px; }

.pvs-timeline { position: relative; display: flex; flex-direction: column; }
.pvs-timeline::before { content: ""; position: absolute; left: 19px; top: 18px; bottom: 18px; width: 2px; background: linear-gradient(to bottom, var(--pv-blue-500), var(--pv-orange-500)); opacity: 0.18; border-radius: 2px; }
.pvs-step { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 18px 0; align-items: start; }
.pvs-step + .pvs-step { border-top: 1px solid var(--pv-neutral-100); }
.pvs-step-node { position: relative; z-index: 2; width: 40px; height: 40px; border-radius: 50%; background: var(--pv-white); border: 2px solid var(--pv-neutral-200); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 180ms, border-color 180ms, box-shadow 180ms; }
.pvs-step:hover .pvs-step-node { background: var(--pv-blue-100); border-color: var(--pv-blue-400); box-shadow: 0 0 0 5px rgba(92,200,255,0.10); }
.pvs-step:last-child .pvs-step-node { background: var(--pv-orange-100); border-color: rgba(255,102,0,0.30); }
.pvs-step:last-child:hover .pvs-step-node { border-color: var(--pv-orange-500); box-shadow: 0 0 0 5px rgba(255,102,0,0.08); }
.pvs-step-node svg { width: 16px; height: 16px; fill: none; stroke: var(--pv-blue-500); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pvs-step:last-child .pvs-step-node svg { stroke: var(--pv-orange-500); }
.pvs-step-content { padding-top: 6px; transition: transform 180ms; }
.pvs-step:hover .pvs-step-content { transform: translateX(4px); }
.pvs-step-num { display: block; font-size: 10px; font-weight: 800; letter-spacing: 0.14em; color: var(--pv-blue-500); text-transform: uppercase; margin-bottom: 3px; }
.pvs-step:last-child .pvs-step-num { color: var(--pv-orange-500); }
.pvs-step-title { margin: 0 0 5px !important; padding: 0 !important; color: var(--pv-blue-900) !important; font-size: 15px !important; font-weight: 700 !important; line-height: 1.3 !important; text-transform: none !important; }
.pvs-step-desc { margin: 0; color: var(--pv-neutral-500); font-size: 14px; line-height: 1.65; transition: color 180ms; }
.pvs-step:hover .pvs-step-desc { color: var(--pv-neutral-700); }

/* =========================================================
   07. DIFERENCIALES PV — fondo navy
========================================================= */

.pvs-diff { position: relative; padding: 88px 32px; padding-top: calc(88px + 56px); overflow: visible; margin-top: -1px; background: radial-gradient(ellipse at 10% 40%, rgba(92,200,255,0.07) 0%, transparent 50%), var(--pv-blue-950); }
.pvs-diff-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: center; }
.pvs-diff-panel { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 28px 24px; backdrop-filter: blur(6px); }
.pvs-diff-panel-title { margin: 0 0 20px; color: rgba(255,255,255,0.38); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.pvs-diff-item { display: flex; align-items: flex-start; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.pvs-diff-item:first-of-type { padding-top: 0; }
.pvs-diff-item:last-of-type { border-bottom: none; padding-bottom: 0; }
.pvs-diff-check { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: rgba(92,200,255,0.08); border: 1px solid rgba(92,200,255,0.18); display: flex; align-items: center; justify-content: center; margin-top: 1px; transition: background 180ms, border-color 180ms; }
.pvs-diff-item:hover .pvs-diff-check { background: rgba(255,102,0,0.14); border-color: rgba(255,102,0,0.35); }
.pvs-diff-check svg { width: 11px; height: 11px; fill: none; stroke: var(--pv-blue-400); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; transition: stroke 180ms; }
.pvs-diff-item:hover .pvs-diff-check svg { stroke: var(--pv-orange-500); }
.pvs-diff-label { display: block; color: var(--pv-white); font-size: 14px; font-weight: 700; line-height: 1.3; margin-bottom: 3px; }
.pvs-diff-desc { margin: 0; color: rgba(255,255,255,0.44); font-size: 13px; line-height: 1.55; transition: color 180ms; }
.pvs-diff-item:hover .pvs-diff-desc { color: rgba(255,255,255,0.65); }

/* =========================================================
   08. CASO / APLICACIÓN REAL — fondo neutro
========================================================= */

.pvs-case { position: relative; padding: 88px 32px; padding-top: calc(88px + 56px); overflow: visible; margin-top: -1px; background: var(--pv-neutral-50); }
.pvs-case-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: center; }

.pvs-case-card { position: relative; background: var(--pv-blue-950); border-radius: 20px; padding: 32px 28px; border: 1px solid rgba(255,255,255,0.07); box-shadow: 0 24px 60px rgba(10,37,64,0.18); overflow: hidden; transition: transform 180ms, box-shadow 180ms; }
.pvs-case-card:hover { transform: translateY(-4px); box-shadow: 0 32px 72px rgba(10,37,64,0.22); }
.pvs-case-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--pv-orange-500), var(--pv-blue-400)); transform: scaleX(0.4); transform-origin: left; transition: transform 400ms; }
.pvs-case-card:hover::before { transform: scaleX(1); }
.pvs-case-card::after { content: ""; position: absolute; top: -60px; right: -60px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(92,200,255,0.08), transparent 70%); pointer-events: none; }
.pvs-case-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; background: rgba(255,102,0,0.12); border: 1px solid rgba(255,102,0,0.22); color: var(--pv-orange-500); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.pvs-case-badge-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--pv-orange-500); animation: pvSoftPulse 2s ease-in-out infinite; }
.pvs-case-title { margin: 0 0 18px !important; padding: 0 !important; color: var(--pv-white) !important; font-size: 18px !important; font-weight: 700 !important; line-height: 1.3 !important; text-transform: none !important; }
.pvs-case-rows { margin-bottom: 18px; }
.pvs-case-row { display: grid; grid-template-columns: 86px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,0.05); align-items: baseline; }
.pvs-case-row:first-child { padding-top: 0; }
.pvs-case-row:last-child { border-bottom: none; }
.pvs-case-label { font-size: 10px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; color: rgba(255,255,255,0.32); }
.pvs-case-val { margin: 0; color: rgba(255,255,255,0.78); font-size: 14px; line-height: 1.58; }
.pvs-case-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.pvs-case-pill { padding: 4px 12px; border-radius: 999px; background: rgba(92,200,255,0.08); border: 1px solid rgba(92,200,255,0.16); color: var(--pv-blue-400); font-size: 11px; font-weight: 600; transition: background 180ms, border-color 180ms; }
.pvs-case-card:hover .pvs-case-pill { background: rgba(92,200,255,0.14); border-color: rgba(92,200,255,0.28); }
.pvs-case-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.48); text-decoration: none; transition: color 180ms; }
.pvs-case-card:hover .pvs-case-cta { color: var(--pv-white); text-decoration: none; }
.pvs-case-cta svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; transition: transform 180ms; }
.pvs-case-card:hover .pvs-case-cta svg { transform: translateX(4px); }
.pvs-case-metrics { display: flex; flex-direction: column; gap: 14px; }
.pvs-case-metric { padding: 20px 22px; border-radius: 14px; background: var(--pv-white); border: 1px solid var(--pv-neutral-200); box-shadow: 0 1px 2px rgba(10,37,64,0.06); transition: transform 180ms, box-shadow 180ms, border-color 180ms; }
.pvs-case-metric:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(10,37,64,0.09); border-color: rgba(92,200,255,0.25); }
.pvs-metric-val { display: block; font-size: 32px; font-weight: 800; color: var(--pv-blue-900); letter-spacing: -0.04em; line-height: 1.1; margin-bottom: 3px; }
.pvs-metric-val span { color: var(--pv-orange-500); }
.pvs-metric-lbl { font-size: 13px; color: var(--pv-neutral-500); line-height: 1.4; }

/* =========================================================
   09. SERVICIOS RELACIONADOS — fondo navy
========================================================= */

.pvs-related { position: relative; padding: 88px 32px; padding-top: calc(88px + 56px); overflow: visible; margin-top: -1px; background: radial-gradient(ellipse at 50% 80%, rgba(92,200,255,0.05) 0%, transparent 50%), var(--pv-blue-950); }
.pvs-related-header { max-width: 560px; margin-bottom: 40px; }
.pvs-related-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

.pvs-related-card { position: relative; display: block; padding: 24px 22px; border-radius: 16px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); text-decoration: none; overflow: hidden; transition: background 180ms, border-color 180ms, transform 180ms; }
.pvs-related-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(92,200,255,0.24); transform: translateY(-3px); text-decoration: none; }
.pvs-related-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--pv-blue-400), var(--pv-orange-500)); transform: scaleX(0); transform-origin: left; transition: transform 260ms; }
.pvs-related-card:hover::before { transform: scaleX(1); }
.pvs-related-icon { width: 42px; height: 42px; border-radius: 12px; background: rgba(92,200,255,0.10); border: 1px solid rgba(92,200,255,0.15); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: var(--pv-blue-400); transition: background 180ms; }
.pvs-related-card:hover .pvs-related-icon { background: rgba(92,200,255,0.18); }
.pvs-related-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pvs-related-title { margin: 0 0 6px !important; padding: 0 !important; color: var(--pv-white) !important; font-size: 15px !important; font-weight: 700 !important; line-height: 1.3 !important; text-transform: none !important; }
.pvs-related-desc { margin: 0 0 14px; color: rgba(255,255,255,0.48); font-size: 13px; line-height: 1.6; transition: color 180ms; }
.pvs-related-card:hover .pvs-related-desc { color: rgba(255,255,255,0.65); }
.pvs-related-link { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.35); transition: color 180ms; }
.pvs-related-card:hover .pvs-related-link { color: var(--pv-blue-400); }
.pvs-related-link svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; transition: transform 180ms; }
.pvs-related-card:hover .pvs-related-link svg { transform: translateX(3px); }

/* =========================================================
   RESPONSIVE GLOBAL
========================================================= */

@media (max-width: 1024px) {
    .pvs-pillars-grid { grid-template-columns: repeat(2, 1fr); }
    .pvs-solution-grid { grid-template-columns: repeat(2, 1fr); }
    .pvs-related-grid  { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
    .pvs-problem-grid, .pvs-diff-grid, .pvs-audience-grid,
    .pvs-method-grid, .pvs-case-grid {
        grid-template-columns: 1fr; gap: 36px;
    }
    .pvs-method-left { position: static; }
    .pvs-case-metrics { flex-direction: row; flex-wrap: wrap; }
    .pvs-case-metric  { flex: 1; min-width: 140px; }
}

@media (max-width: 768px) {
    .pvs-hero {
        padding-top: 96px !important;
        padding-bottom: 60px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 640px) {
    .pvs-problem, .pvs-solution, .pvs-pillars,
    .pvs-audience, .pvs-method, .pvs-diff,
    .pvs-case, .pvs-related {
        padding: 72px 20px;
        padding-top: calc(72px + 40px);
    }
    .pvs-pillars-grid, .pvs-solution-grid, .pvs-related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .pvs-hero .pvs-container,
    .pvs-problem .pvs-container,
    .pvs-solution .pvs-container,
    .pvs-pillars .pvs-container,
    .pvs-audience .pvs-container,
    .pvs-method .pvs-container,
    .pvs-diff .pvs-container,
    .pvs-case .pvs-container,
    .pvs-related .pvs-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pvs-case-badge-dot { animation: none; }
    .pvs-sol-card, .pvs-pillar-card, .pvs-profile-card, .pvs-related-card { transition: none; }
}

/* =========================================================
   SAFETY — SVGs no se inflan
========================================================= */

.pvs-proof-pill svg, .pvs-hero-tag svg, .pvs-hero-breadcrumb svg,
.pvs-pain-icon svg, .pvs-sol-icon svg, .pvs-pillar-icon svg,
.pvs-profile-icon svg, .pvs-step-node svg, .pvs-diff-check svg,
.pvs-case-card svg, .pvs-case-cta svg, .pvs-related-icon svg,
.pvs-related-link svg, .pvs-check-list li svg {
    max-width: 100% !important;
    max-height: 100% !important;
    display: block;
}

/* FIX — Sin espacio antes del footer */
.page .pv-cta-final + *,
.page .entry-content > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}