/* Postventa — Recomovil / Honda */

.pv-page {
    overflow-x: hidden;
}

/* ── Hero ── */
.pv-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: 52vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5rem 2rem 4rem;
    background: linear-gradient(145deg, #0a0a0a 0%, #1a1a1a 45%, #111 100%);
    color: #fff;
    overflow: hidden;
    margin-bottom: 0;
}

.pv-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(204, 0, 0, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(204, 0, 0, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.pv-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--brand-primary), transparent);
}

.pv-hero-glow {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(204, 0, 0, 0.18) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: pv-pulse 4s ease-in-out infinite;
}

@keyframes pv-pulse {
    0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}

.pv-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 820px;
    animation: pv-fade-up 0.9s ease-out forwards;
}

@keyframes pv-fade-up {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: none; }
}

.pv-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem;
    border: 1px solid rgba(204, 0, 0, 0.45);
    background: rgba(204, 0, 0, 0.12);
    color: var(--brand-primary);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    border-radius: 2px;
}

.pv-hero-badge svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.pv-hero h1 {
    font-size: clamp(2.25rem, 6vw, 3.75rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.05;
    margin-bottom: 1rem;
}

.pv-hero h1 span {
    display: block;
    color: var(--brand-primary);
    margin-top: 0.2rem;
}

.pv-hero-lead {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
    max-width: 620px;
    margin: 0 auto 2rem;
}

.pv-hero-scroll {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: pv-bounce 2s ease-in-out infinite;
}

.pv-hero-scroll-line {
    width: 1px;
    height: 32px;
    background: linear-gradient(to bottom, var(--brand-primary), transparent);
}

@keyframes pv-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

/* ── Trust bar ── */
.pv-trust {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 2.5rem 2rem;
    margin-bottom: 4rem;
}

.pv-trust-grid {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.pv-trust-item {
    text-align: center;
    padding: 0.5rem;
}

.pv-trust-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(204, 0, 0, 0.08);
    border-radius: 50%;
    color: var(--brand-primary);
    transition: transform 0.35s ease, background 0.35s ease;
}

.pv-trust-item:hover .pv-trust-icon {
    transform: scale(1.08) rotate(-4deg);
    background: rgba(204, 0, 0, 0.15);
}

.pv-trust-icon svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
}

.pv-trust-item h3 {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--negro);
    margin-bottom: 0.35rem;
}

.pv-trust-item p {
    font-size: 0.82rem;
    color: var(--gris-texto);
    line-height: 1.45;
    margin: 0;
}

/* ── Services section ── */
.pv-services {
    max-width: var(--max-width);
    margin: 0 auto 5rem;
    padding: 0 2rem;
}

.pv-section-head {
    margin-bottom: 3rem;
    border-bottom: 2px solid var(--brand-primary);
    padding-bottom: 1rem;
}

.pv-section-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--brand-primary);
    margin-bottom: 0.5rem;
}

.pv-section-head h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--negro);
}

.pv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
}

.pv-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem 2rem 2rem 2.25rem;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.pv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--brand-primary);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
}

.pv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(204, 0, 0, 0.25);
}

.pv-card:hover::before {
    transform: scaleY(1);
}

.pv-card-top {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.pv-card-num {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--negro);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
    border-radius: 2px;
    transition: background 0.3s ease;
}

.pv-card:hover .pv-card-num {
    background: var(--brand-primary);
}

.pv-card-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-primary);
    opacity: 0.85;
}

.pv-card-icon svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.pv-card h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--negro);
    line-height: 1.3;
    flex: 1;
    padding-top: 0.35rem;
}

.pv-card-body p {
    color: var(--gris-texto);
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 0.85rem;
}

.pv-card-body p:last-child {
    margin-bottom: 0;
}

/* ── CTA ── */
.pv-cta {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #111;
    color: #fff;
    padding: 5rem 2rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.pv-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(204, 0, 0, 0.12) 0%, transparent 50%);
    pointer-events: none;
}

.pv-cta-inner {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.pv-cta h2 {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
}

.pv-cta h2 span {
    color: var(--brand-primary);
}

.pv-cta p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.pv-btn-turno {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.1rem 2.5rem;
    background: var(--brand-primary);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 8px 24px rgba(204, 0, 0, 0.35);
}

.pv-btn-turno svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    transition: transform 0.25s ease;
}

.pv-btn-turno:hover {
    background: var(--rojo-hover);
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(204, 0, 0, 0.45);
}

.pv-btn-turno:hover svg {
    transform: translateX(4px);
}

/* ── Reveal (shared with home) ── */
.pv-reveal {
    opacity: 0;
}

.pv-reveal.visible {
    animation: pv-reveal-in 0.65s ease forwards;
}

.pv-reveal-delay-1.visible { animation-delay: 0.1s; }
.pv-reveal-delay-2.visible { animation-delay: 0.2s; }
.pv-reveal-delay-3.visible { animation-delay: 0.3s; }
.pv-reveal-delay-4.visible { animation-delay: 0.4s; }

@keyframes pv-reveal-in {
    from {
        opacity: 0;
        transform: translateY(32px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 992px) {
    .pv-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pv-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .pv-hero {
        min-height: 44vh;
        padding: 4rem 1.25rem 3rem;
    }

    .pv-trust-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .pv-services {
        padding: 0 1.25rem;
    }

    .pv-card {
        padding: 1.5rem;
    }

    .pv-btn-turno {
        width: 100%;
        max-width: 360px;
    }
}
