.section-title {
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: 800;
    color: var(--dark);
}

.pv-section-sub {
    text-align: center;
    font-size: 1.2em;
    color: var(--gray);
    max-width: 680px;
    margin: 0 auto 64px;
    line-height: 1.7;
}

.cta-button {
    display: inline-block;
    background: var(--primary);
    color: white;
    padding: 18px 48px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(99, 102, 241, 0.3);
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.cta-button:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.4);
}

.cta-button:hover::before {
    left: 100%;
}

.pv-tag {
    display: inline-block;
    background: rgba(99, 102, 241, 0.1);
    color: var(--primary);
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 0.85em;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.pv-tag-light {
    background: rgba(255, 255, 255, 0.18);
    color: white;
}


.pv-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    animation: pvFloat 20s ease-in-out infinite;
}

@keyframes pvFloat {

    0%,
    100% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }

    33% {
        transform: translate(40px, -50px) scale(1.05) rotate(120deg);
    }

    66% {
        transform: translate(-30px, 30px) scale(0.96) rotate(240deg);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

/* ══════════════════════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════════════════════ */
.pv-hero {
    position: relative;
    background: linear-gradient(180deg, #fafbff 0%, #ffffff 60%, #f3f4ff 100%);
    padding: 160px 0 10px;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.pv-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.05) 0%, transparent 70%);
    animation: pvFloat 20s ease-in-out infinite;
}

.pv-eyebrow {
    font-size: 0.95em;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 16px;
    opacity: 0.85;
}

.pv-hero h1 {
    font-size: 4em;
    font-weight: 900;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    padding-bottom: 0.1em;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.pv-hero-sub {
    font-size: 1.3em;
    color: var(--gray);
    max-width: 640px;
    margin: 0 auto 48px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.pv-hero-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 72px;
    position: relative;
    z-index: 1;
}

.pv-link-btn {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    font-size: 1em;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}

.pv-link-btn:hover {
    border-bottom-color: var(--primary);
    transform: translateX(4px);
}

/* Contenedor externo*/
.pv-hero-image-wrap {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 0 auto 0;
    padding: 0 20px;
}


.pv-mac-frame {
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    box-shadow:
        0 30px 80px rgba(99, 102, 241, 0.18),
        0 0 0 1px rgba(0, 0, 0, 0.08);
    background: #1e1e2e;
    max-height: 460px;
    display: flex;
    flex-direction: column;
}

.pv-mac-bar {
    background: #2d2d3f;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pv-mac-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.pv-dot-red {
    background: #ff5f57;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.pv-dot-yellow {
    background: #febc2e;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.pv-dot-green {
    background: #28c840;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.pv-mac-frame--panel {
    border-radius: 14px;
    width: 100%;
    max-height: none;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.pv-mac-frame--panel .pv-mac-content {
    overflow: hidden;
}

.pv-mac-frame--panel .pv-mac-content img {
    width: 100%;
    height: auto;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.pv-hero-img,
.pv-screen-body img,
.pv-mac-content img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.pv-mac-content {
    overflow: hidden;
    flex: 1;
    display: flex;
    align-items: flex-start;
}


.pv-hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: top;
}

.pv-orb-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.07) 0%, transparent 70%);
    top: -150px;
    left: -100px;
    animation-duration: 18s;
}

.pv-orb-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(244, 63, 94, 0.06) 0%, transparent 70%);
    top: 100px;
    right: -100px;
    animation-duration: 24s;
    animation-direction: reverse;
}

/* ══════════════════════════════════════════════════════════════════════════
   STATS
   ══════════════════════════════════════════════════════════════════════════ */
.pv-stats {
    background: var(--dark);
    padding: 56px 0;
    overflow: hidden;
    width: 100%;
}

.pv-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.pv-stat {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pv-stat-num {
    font-size: 2.8em;
    font-weight: 900;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pv-stat-label {
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
}

/* ══════════════════════════════════════════════════════════════════════════
   OVERVIEW (Inicio de sesión)
   ══════════════════════════════════════════════════════════════════════════ */
.pv-overview {
    padding: 120px 0;
    background: white;
    overflow: hidden;
    width: 100%;
}

.pv-overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.pv-media-block {
    display: flex;
    justify-content: center;
}

.pv-screen-mockup {
    background: #1e1e2e;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 40px 80px -20px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.08);
    width: 460px;
    max-width: 100%;
    transform: perspective(1000px) rotateY(8deg) rotateX(4deg);
    transition: transform 0.5s ease;
}

.pv-screen-mockup:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.pv-screen-bar {
    background: #2a2a3e;
    padding: 12px 16px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.pv-screen-bar span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

.pv-screen-bar span:nth-child(1) {
    background: #ff5f57;
}

.pv-screen-bar span:nth-child(2) {
    background: #febc2e;
}

.pv-screen-bar span:nth-child(3) {
    background: #28c840;
}

.pv-screen-body {
    padding: 32px;
}

.pv-screen-body.pv-screen-img {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e1e2e;
}

.pv-screen-body.pv-screen-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0 0 14px 14px;
    object-fit: cover;
}

.pv-mock-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.pv-mock-logo {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    font-weight: 900;
    color: white;
    margin-bottom: 4px;
}

.pv-mock-title {
    font-weight: 700;
    font-size: 0.95em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
}

.pv-mock-field {
    width: 100%;
    height: 36px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pv-mock-btn {
    width: 100%;
    background: var(--primary);
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.85em;
    margin-top: 4px;
}

.pv-mock-hint {
    font-size: 0.75em;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px;
}

.pv-mock-caja {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.65);
    cursor: pointer;
    transition: all 0.2s ease;
}

.pv-mock-caja.active-mock {
    border-color: var(--primary);
    background: rgba(99, 102, 241, 0.15);
    color: white;
}

/* Texto overview */
.pv-overview-text h2 {
    font-size: 2.5em;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 20px;
    line-height: 1.3;
}

.pv-overview-text p {
    font-size: 1.1em;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 32px;
}

.pv-check-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pv-check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: var(--dark);
}

.pv-check-list li::before {
    content: '✓';
    background: rgba(99, 102, 241, 0.1);
    color: var(--primary);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════════════════════════
   FUNCIONALIDADES – TABS
   ══════════════════════════════════════════════════════════════════════════ */
.pv-features {
    padding: 80px 0 48px;
    background: #fafbff;
}

.pv-features>.container {
    max-width: 1850px;
    padding-left: 35px;
    padding-right: 35px;
}

.pv-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 48px;
    padding: 6px;
    background: rgba(99, 102, 241, 0.06);
    border-radius: 100px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.pv-tab {
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px 28px;
    border-radius: 100px;
    font-size: 0.95em;
    font-weight: 600;
    color: var(--gray);
    transition: all 0.3s ease;
    font-family: inherit;
}

.pv-tab:hover {
    color: var(--primary);
}

.pv-tab.active {
    background: white;
    color: var(--primary);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.pv-panels {
    position: relative;
}

.pv-panel {
    display: none;
    animation: fadeInUp 0.5s ease-out;
}

.pv-panel.active {
    display: block;
}

.pv-panel-grid {
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 32px;
    align-items: center;
    background: white;
    border-radius: 28px;
    padding: 32px 32px 32px 40px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
}

.pv-panel-text span.pv-tag {
    margin-bottom: 16px;
}

.pv-panel-text h3 {
    font-size: 2em;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 20px;
    line-height: 1.3;
}

.pv-panel-text>p {
    font-size: 1.05em;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 36px;
}

.pv-feature-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pv-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.pv-feat-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: rgba(99, 102, 241, 0.08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
}

.pv-feat-icon svg {
    width: 24px;
    height: 24px;
    stroke: var(--primary);
    flex-shrink: 0;
}

.pv-feature-list li div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pv-feature-list li strong {
    font-weight: 700;
    color: var(--dark);
    font-size: 1em;
}

.pv-feature-list li span {
    color: var(--gray);
    font-size: 0.9em;
    line-height: 1.5;
}

.pv-panel-media {
    display: flex;
    justify-content: center;
}

.pv-img-placeholder {
    width: 100%;
    min-height: 320px;
    background: linear-gradient(135deg, #eef0ff 0%, #e6e8ff 100%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 2px dashed rgba(99, 102, 241, 0.25);
    text-align: center;
    padding: 24px;
    transition: all 0.3s ease;
}

.pv-img-placeholder:hover {
    border-color: var(--primary);
    background: linear-gradient(135deg, #eaecff 0%, #dde0ff 100%);
}

.pv-img-placeholder span {
    font-size: 2.5em;
    opacity: 0.5;
}

.pv-img-placeholder p {
    color: var(--primary);
    font-size: 0.9em;
    font-weight: 600;
    opacity: 0.7;
}

.pv-placeholder-dark {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
}

.pv-placeholder-dark:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
}

.pv-placeholder-dark p,
.pv-placeholder-dark span {
    color: rgba(255, 255, 255, 0.6);
}

/* ══════════════════════════════════════════════════════════════════════════
   TIMELINE
   ══════════════════════════════════════════════════════════════════════════ */
.pv-timeline-section {
    padding: 48px 0 60px;
    background: #f8fafc;
}

.pv-timeline-section .container {
    max-width: 1440px;
}

/* Línea vertical central del timeline */
.pv-timeline {
    position: relative;
    margin-top: 72px;
    display: flex;
    flex-direction: column;
    gap: 72px;
}

.pv-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, transparent, var(--primary) 8%, var(--primary) 92%, transparent);
    transform: translateX(-50%);
    opacity: 0.18;
}

.pv-tl-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 56px 1fr;
    gap: 0 32px;
    align-items: start;
}

.pv-tl-item>.pv-tl-text {
    grid-column: 1;
    text-align: right;
}

.pv-tl-item>.pv-tl-marker {
    grid-column: 2;
}

.pv-tl-item>.pv-tl-card {
    grid-column: 3;
}

.pv-tl-item--reverse>.pv-tl-text {
    grid-column: 3;
    text-align: left;
}

.pv-tl-item--reverse>.pv-tl-marker {
    grid-column: 2;
}

.pv-tl-item--reverse>.pv-tl-card {
    grid-column: 1;
    grid-row: 1;
}

/* Marcador numerado */
.pv-tl-marker {
    display: flex;
    justify-content: center;
    padding-top: 4px;
    position: relative;
    z-index: 2;
}

.pv-tl-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
    font-weight: 800;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.35);
    flex-shrink: 0;
}

/* Texto del ítem */
.pv-tl-text {
    padding-top: 6px;
}

.pv-tl-text .pv-tag {
    margin-bottom: 12px;
}

.pv-tl-text h3 {
    font-size: 1.75em;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 16px;
    line-height: 1.3;
}

.pv-tl-text p {
    font-size: 1em;
    color: var(--gray);
    line-height: 1.8;
}



.pv-tl-media {
    width: 100%;
}

.pv-mac-frame--showcase {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.pv-mac-frame--showcase .pv-mac-content img {
    width: 100%;
    height: auto;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* ─── Mini carrusel ─────────────────────────────── */
.pv-sc-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.pv-sc-track {
    display: flex;
    flex-direction: row;
    width: 200%;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.pv-sc-slide {
    flex: 0 0 50%;
    width: 50%;
    overflow: hidden;
}

.pv-sc-slide img {
    width: 100%;
    height: auto;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.pv-sc-slide .pv-mac-frame--showcase {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
}

/* Botones prev / next */
.pv-sc-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transition: background 0.2s, transform 0.2s;
    z-index: 10;
    color: var(--dark);
}

.pv-sc-btn:hover {
    background: white;
    transform: translateY(-50%) scale(1.08);
}

.pv-sc-btn--prev {
    left: 12px;
}

.pv-sc-btn--next {
    right: 12px;
}

/* Puntos de navegación */
.pv-sc-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.pv-sc-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.25);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s, transform 0.3s;
}

.pv-sc-dot.active {
    background: var(--primary);
    transform: scale(1.3);
}

/* ══════════════════════════════════════════════════════════════════════════
   FLUJO (pasos)
   ══════════════════════════════════════════════════════════════════════════ */
.pv-flow {
    padding: 60px 0 80px;
    background: linear-gradient(180deg, #fafbff 0%, #ffffff 100%);
}

.pv-flow-steps {
    display: flex;
    align-items: stretch;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px;
}

.pv-flow-step {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    background: white;
    border-radius: 20px;
    padding: 32px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.pv-flow-step:hover {
    border-color: var(--primary);
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.12);
}

.pv-flow-num {
    width: 52px;
    height: 52px;
    background: var(--gradient);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    font-weight: 900;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.pv-flow-content h4 {
    font-size: 1.1em;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
}

.pv-flow-content p {
    font-size: 0.9em;
    color: var(--gray);
    line-height: 1.6;
}

.pv-flow-arrow {
    font-size: 2em;
    color: var(--primary);
    opacity: 0.4;
    align-self: center;
    flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════════════════════════
   CARRUSEL DE FUNCIONES
   ══════════════════════════════════════════════════════════════════════════ */
.pv-carousel-section {
    padding: 80px 0 100px;
    background: linear-gradient(180deg, #f0f1ff 0%, #fafbff 100%);
    overflow: hidden;
}

.pv-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.pv-carousel {
    overflow: hidden;
    padding: 16px 0;
}

.pv-carousel-track {
    display: flex;
    gap: 24px;
    will-change: transform;
}

.pv-carousel-card {
    flex-shrink: 0;
    width: 280px;
    background: white;
    border: 1px solid rgba(99, 102, 241, 0.1);
    border-radius: 24px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: default;
    text-align: center;
}

.pv-carousel-card:hover {
    border-color: var(--primary);
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.12);
}

.pv-card-icon-wrap {
    width: 48px;
    height: 48px;
    background: rgba(99, 102, 241, 0.08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    flex-shrink: 0;
}

.pv-card-icon-wrap svg {
    width: 24px;
    height: 24px;
    stroke: var(--primary);
    flex-shrink: 0;
}

.pv-carousel-card h4 {
    font-size: 1.1em;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
}

.pv-carousel-card p {
    font-size: 0.9em;
    color: var(--gray);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Controles */
.pv-carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}

.pv-carousel-btn {
    width: 44px;
    height: 44px;
    background: white;
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 50%;
    color: var(--primary);
    font-size: 1.4em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-family: inherit;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.pv-carousel-btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

.pv-carousel-dots {
    display: flex;
    gap: 8px;
}

.pv-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.pv-dot.active {
    background: var(--primary);
    width: 24px;
    border-radius: 4px;
}

/* ══════════════════════════════════════════════════════════════════════════
   CTA FINAL
   ══════════════════════════════════════════════════════════════════════════ */
.pv-final-cta {
    background: var(--gradient);
    color: white;
    padding: 90px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.pv-final-cta h2 {
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.pv-final-cta p {
    font-size: 1.35em;
    opacity: 0.9;
    margin-bottom: 48px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.pv-cta-white {
    background: white !important;
    color: var(--primary) !important;
    font-size: 1.15em !important;
    padding: 20px 56px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2) !important;
    position: relative;
    z-index: 1;
}

.pv-cta-white:hover {
    background: var(--light) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3) !important;
}

/* Orbes CTA */
.pv-orb-cta-1 {
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.08);
    top: -200px;
    left: -150px;
    animation-duration: 15s;
}

.pv-orb-cta-2 {
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, 0.06);
    bottom: -180px;
    right: -100px;
    animation-duration: 22s;
    animation-direction: reverse;
}

/* ══════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .pv-overview-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .pv-screen-mockup {
        transform: none !important;
        width: 100%;
        max-width: 460px;
    }

    .pv-panel-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .pv-timeline::before {
        display: none;
    }

    .pv-tl-item,
    .pv-tl-item--reverse {
        grid-template-columns: 48px 1fr;
    }

    .pv-tl-item>.pv-tl-marker,
    .pv-tl-item--reverse>.pv-tl-marker {
        grid-column: 1;
        grid-row: 1;
    }

    .pv-tl-item>.pv-tl-text,
    .pv-tl-item--reverse>.pv-tl-text {
        grid-column: 2;
        grid-row: 1;
        text-align: left;
    }

    .pv-tl-item>.pv-tl-card,
    .pv-tl-item--reverse>.pv-tl-card {
        grid-column: 2;
        grid-row: 2;
    }

    .pv-inner-reverse {
        direction: ltr;
    }

    .pv-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .pv-hero {
        padding: 120px 0 0;
    }

    .pv-hero-image-wrap {
        margin-bottom: 64px;
    }

    .pv-hero h1 {
        font-size: 2.4em;
    }

    .pv-eyebrow {
        font-size: 0.8em;
    }

    .pv-hero-sub {
        font-size: 1.1em;
        padding: 0 16px;
    }

    .pv-hero-cta {
        flex-direction: column;
        gap: 16px;
        padding: 0 20px;
    }

    .pv-hero-image-placeholder {
        height: 200px;
    }

    .pv-orb {
        display: none;
    }

    .pv-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 16px;
    }

    .pv-stat-num {
        font-size: 2.2em;
    }

    .pv-stat-label {
        font-size: 0.8em;
    }

    .section-title {
        font-size: 1.9em;
    }

    .pv-section-sub {
        font-size: 1em;
        padding: 0 8px;
    }

    .pv-overview {
        padding: 64px 0;
    }

    .pv-overview-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .pv-screen-mockup {
        transform: none !important;
        width: 100%;
        max-width: 100%;
    }

    .pv-overview-text h2 {
        font-size: 1.8em;
    }

    /* Tabs */
    .pv-features {
        padding: 48px 0 32px;
    }

    .pv-tabs {
        border-radius: 20px;
        flex-wrap: wrap;
        width: calc(100% - 32px);
    }

    .pv-tab {
        padding: 10px 16px;
        font-size: 0.85em;
    }

    .pv-panel-grid {
        padding: 28px 20px;
        gap: 32px;
    }

    .pv-panel-text h3 {
        font-size: 1.4em;
    }

    .pv-panel-text>p {
        font-size: 0.95em;
        margin-bottom: 24px;
    }

    /* Showcase */
    .pv-grid-showcase>.container {
        padding-top: 72px;
        padding-bottom: 32px;
    }

    .pv-showcase-block {
        padding: 56px 0;
    }

    .pv-showcase-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .pv-inner-reverse {
        direction: ltr;
    }

    .pv-showcase-text h3 {
        font-size: 1.6em;
    }

    .pv-showcase-text p {
        font-size: 0.95em;
    }

    .pv-showcase-block {
        padding: 48px 0;
    }

    .pv-showcase-media {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }

    .pv-mac-frame--showcase,
    .pv-sc-carousel {
        border-radius: 0;
        box-shadow: none;
    }

    .pv-sc-carousel {
        width: 100%;
    }

    .pv-timeline {
        gap: 48px;
    }

    .pv-tl-item > .pv-tl-card,
    .pv-tl-item--reverse > .pv-tl-card {
        display: contents;
    }

    .pv-tl-title {
        align-self: start;
    }

    .pv-tl-title h3 {
        font-size: 1.2em;
        margin-top: 2px;
        margin-bottom: 0;
    }

    .pv-tl-title .pv-tag {
        margin-bottom: 4px;
    }

    .pv-tl-item {
        display: grid;
        grid-template-columns: 48px 1fr;
        grid-template-areas:
            "marker title"
            "media  media"
            "desc   desc";
        gap: 12px 14px;
        align-items: start;
        margin-right: 8%;
        margin-left: 0;
    }

    .pv-tl-item--reverse {
        display: grid;
        grid-template-columns: 1fr 48px;
        grid-template-areas:
            "title  marker"
            "media  media"
            "desc   desc";
        gap: 12px 14px;
        align-items: start;
        margin-left: 8%;
        margin-right: 0;
    }

    .pv-tl-item > .pv-tl-marker,
    .pv-tl-item--reverse > .pv-tl-marker {
        grid-area: marker;
        justify-content: center;
    }

    .pv-tl-title {
        grid-area: title;
        align-self: start;
    }

    .pv-tl-item--reverse > .pv-tl-card > .pv-tl-title {
        text-align: right;
    }

    .pv-tl-item > .pv-tl-card > p,
    .pv-tl-item--reverse > .pv-tl-card > p {
        grid-area: desc;
        font-size: 0.95em;
        line-height: 1.7;
        margin: 0;
        text-align: justify;
    }

    .pv-tl-item--reverse > .pv-tl-card > p {
        text-align: justify;
    }

    .pv-tl-item > .pv-tl-media,
    .pv-tl-item--reverse > .pv-tl-media {
        grid-area: media;
    }

    /* Flujo */
    .pv-flow {
        padding: 48px 0 56px;
    }

    .pv-flow-steps {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .pv-flow-arrow {
        transform: rotate(90deg);
        align-self: center;
    }

    .pv-flow-step {
        max-width: 100%;
        width: 100%;
    }

    /* Carrusel */
    .pv-carousel-section {
        padding: 72px 0;
    }

    .pv-carousel-card {
        width: calc(85vw - 32px);
        max-width: 320px;
    }

    .pv-carousel {
        padding: 0 20px;
        scroll-padding-left: 20px;
    }

    /* CTA */
    .pv-final-cta {
        padding: 80px 0;
    }

    .pv-final-cta h2 {
        font-size: 1.9em;
    }

    .pv-final-cta p {
        font-size: 1em;
    }

    .pv-cta-white {
        padding: 16px 32px !important;
        font-size: 1em !important;
    }
}

@media (max-width: 480px) {

    /* Ajustes extra pequeños */
    .pv-hero {
        padding: 110px 0 0;
    }

    .pv-hero h1 {
        font-size: 2em;
    }

    .pv-hero-sub {
        font-size: 1em;
    }

    .pv-stats {
        padding: 40px 0;
    }

    .pv-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .pv-stat-num {
        font-size: 2em;
    }

    .pv-panel-grid {
        padding: 20px 16px;
    }

    .pv-feat-icon {
        width: 40px;
        height: 40px;
        font-size: 1.3em;
    }

    .pv-flow-num {
        width: 44px;
        height: 44px;
        font-size: 1.2em;
    }

    .pv-carousel-card {
        width: calc(90vw - 24px);
    }
}