/* ===== HERO SECTION POLÍTICAS ===== */
.lp-politicas-hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    position: relative;
    min-height: 60vh !important;
    min-height: 60dvh !important;
}

.lp-politicas-background-parallax {
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lp-politicas-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.6;
    transform: scale(1.1);
    transition: transform 0.8s ease;
}

.lp-politicas-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0.7) 50%, rgba(10, 10, 10, 0.3) 100%);
}

.lp-politicas-hero:hover .lp-politicas-background-image {
    transform: scale(1.05);
}

.lp-politicas-badge .badge {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    backdrop-filter: blur(10px);
    font-weight: 500;
    letter-spacing: 0.5px;
    animation: pulse 2s infinite;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
}

.lp-politicas-title {
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    line-height: 1.1;
    font-size: clamp(2rem, 5vw, 4rem);
}

.lp-text-gradient {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lp-politicas-subtitle {
    font-weight: 300;
    opacity: 0.9;
    font-size: clamp(1rem, 2.5vw, 1.3rem);
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    border: none;
    color: var(--primary-dark);
    font-weight: 600;
    border-radius: 50px;
    transition: var(--transition);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
    position: relative;
    overflow: hidden;
    padding: 0.75rem 2rem;
    font-size: clamp(0.9rem, 2vw, 1rem);
    min-width: 140px;
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    color: var(--primary-dark);
}

.btn-gold::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.7s ease;
}

.btn-gold:hover::after {
    left: 100%;
}

.btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    font-weight: 500;
    transition: var(--transition);
    backdrop-filter: blur(10px);
    padding: 0.75rem 2rem;
    font-size: clamp(0.9rem, 2vw, 1rem);
    min-width: 140px;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
}

.lp-scroll-indicator-politicas {
    z-index: 10;
}

/* ===== SECCIONES GENERALES ===== */
.py-6 {
    padding-top: clamp(3rem, 8vw, 6rem);
    padding-bottom: clamp(3rem, 8vw, 6rem);
}

.lp-section-header {
    margin-bottom: clamp(3rem, 6vw, 5rem);
}

.lp-section-pre-title {
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
}

.lp-section-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
}

.lp-section-subtitle {
    max-width: min(600px, 90vw);
    margin: 0 auto;
    color: var(--text-muted);
    font-size: clamp(1rem, 2.5vw, 1.2rem);
}

/* ===== SECCIÓN INFORMACIÓN GENERAL ===== */
.lp-info-general {
    background: white;
    position: relative;
}

.lp-politicas-content {
    padding-right: 0;
}

.lp-vigencia-card {
    background: #ffffff !important;
    border-left: 4px solid var(--gold) !important;
    padding: clamp(1.5rem, 3vw, 2rem);
}

.lp-date-badge {
    display: inline-block;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
}

.lp-intro-content p {
    color: #495057;
    line-height: 1.7;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
}

.lp-alerta-importante {
    border-left: 4px solid var(--gold);
    padding: clamp(1rem, 3vw, 1.5rem);
    font-size: clamp(0.9rem, 2vw, 1rem);
}

/* ===== TARJETAS DE RESPONSABLE Y FINALIDAD ===== */
.lp-responsable-card,
.lp-finalidad-card {
    transition: var(--transition);
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.lp-responsable-card:hover,
.lp-finalidad-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.lp-card-icon {
    width: clamp(60px, 12vw, 80px);
    height: clamp(60px, 12vw, 80px);
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(212, 175, 55, 0.2);
    margin: 0 auto 1.5rem;
}

.lp-card-icon i {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    color: var(--gold);
}

.lp-info-item {
    color: #ffffff !important;
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.lp-info-item:last-child {
    border-bottom: none;
}

.lp-finalidad-list {
    margin-top: 1.5rem;
}

.lp-finalidad-item {
    color: #ffffff;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: 1.5;
}

.lp-finalidad-item i {
    color: var(--gold);
    margin-right: 0.75rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.lp-section-titlev76 {
    color: #ffffff;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
}

/* ===== SECCIÓN DERECHOS DEL TITULAR ===== */
.lp-derechos-titular {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
}

.lp-derecho-card {
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    height: 100%;
    margin-bottom: 1.5rem;
}

.lp-derecho-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(212, 175, 55, 0.3);
}

.lp-derecho-icon {
    width: clamp(60px, 12vw, 80px);
    height: clamp(60px, 12vw, 80px);
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.lp-derecho-icon i {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    color: var(--gold);
}

.lp-derecho-title {
    color: #2c2c2c;
    font-weight: 600;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    margin-bottom: 1rem;
    text-align: center;
}

.lp-derecho-desc {
    color: #6c757d;
    line-height: 1.6;
    font-size: clamp(0.9rem, 2vw, 1rem);
    text-align: center;
}

/* ===== SECCIÓN PROCEDIMIENTOS ===== */
.lp-procedimiento-card {
    transition: var(--transition);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin-bottom: 2rem;
}

.lp-procedimiento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.lp-procedimiento-icon {
    width: clamp(60px, 12vw, 80px);
    height: clamp(60px, 12vw, 80px);
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(212, 175, 55, 0.2);
    margin: 0 auto 1.5rem;
}

.lp-procedimiento-icon i {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    color: var(--gold);
}

.lp-procedimiento-steps {
    margin-top: 1.5rem;
}

.lp-step-item {
    display: flex;
    align-items: flex-start;
    padding: clamp(0.75rem, 2vw, 1rem);
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0.75rem;
}

.lp-step-number {
    width: clamp(25px, 6vw, 30px);
    height: clamp(25px, 6vw, 30px);
    background: var(--gold);
    color: var(--primary-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 1rem;
    flex-shrink: 0;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
}

.lp-step-textv56 {
    color: #ffffff;
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: 1.5;
}

.lp-alerta-importanteb11 {
    color: #ffffff !important;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.lp-direccion-info {
    transition: var(--transition);
    padding: clamp(1rem, 3vw, 1.5rem);
}

.lp-direccion-info:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.lp-nota-importante {
    max-width: min(800px, 90vw);
    margin: 0 auto;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

/* ===== SECCIÓN GLOSARIO ===== */
.lp-glosario {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
}

.lp-termino-card {
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: clamp(1.5rem, 3vw, 2rem);
    height: 100%;
    margin-bottom: 1.5rem;
}

.lp-termino-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(212, 175, 55, 0.3);
}

.lp-termino-title {
    font-weight: 600;
    border-bottom: 2px solid rgba(212, 175, 55, 0.3);
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    color: #2c2c2c;
}

.lp-termino-desc {
    color: #6c757d;
    line-height: 1.6;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

/* ===== CTA POLÍTICAS ===== */
.lp-politicas-cta {
    background: var(--primary-dark);
}

.lp-cta-politicas-card {
    background: linear-gradient(135deg, var(--dark-card) 0%, var(--dark-bg) 100%);
    border: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 3rem) !important;
}

.lp-cta-politicas-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.05) 0%, transparent 50%, rgba(212, 175, 55, 0.05) 100%);
    z-index: 1;
}

.lp-cta-politicas-card .row {
    position: relative;
    z-index: 2;
}

.lp-cta-politicas-card h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.lp-cta-politicas-card p {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
}

/* ===== DEGRADADOS ANIMADOS OPTIMIZADOS ===== */
.lp-animated-dark {
    position: relative;
    overflow: hidden;
}

.lp-animated-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(212, 186, 60, 0.1),
            rgba(212, 186, 60, 0.05),
            transparent);
    transition: left 0.7s ease;
    z-index: 1;
    pointer-events: none;
}

.lp-animated-dark:hover::before {
    left: 100%;
}

.lp-gradient-bg-dark {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%) !important;
    position: relative;
    overflow: hidden;
}

.lp-gradient-bg-dark::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: linear-gradient(45deg,
            transparent 0%,
            rgba(212, 186, 60, 0.03) 50%,
            transparent 100%);
    animation: gradientShift 8s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes gradientShift {

    0%,
    100% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.02);
    }
}

/* Efectos de partículas optimizados */
.lp-dark-particles {
    position: relative;
    overflow: hidden;
}

.lp-dark-particles::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(212, 186, 60, 0.1) 0%, transparent 30%),
        radial-gradient(circle at 80% 20%, rgba(212, 186, 60, 0.08) 0%, transparent 30%),
        radial-gradient(circle at 40% 40%, rgba(212, 186, 60, 0.05) 0%, transparent 30%);
    animation: particleFloat 20s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes particleFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
    }

    33% {
        transform: translateY(-10px) rotate(120deg) scale(1.05);
    }

    66% {
        transform: translateY(5px) rotate(240deg) scale(0.95);
    }
}

/* ===== TARJETAS CON DEGRADADO ANIMADO OPTIMIZADO ===== */
.lp-gradient-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%) !important;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.lp-gradient-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg,
            transparent,
            rgba(212, 186, 60, 0.1),
            rgba(212, 186, 60, 0.05),
            transparent,
            transparent,
            rgba(212, 186, 60, 0.02),
            transparent);
    animation: rotateGradient 8s linear infinite;
    z-index: 1;
    pointer-events: none;
}

.lp-gradient-card>* {
    position: relative;
    z-index: 2;
}

@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ===== ANIMACIONES ===== */
@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

/* ===== RESPONSIVE MEJORADO ===== */

/* Tablets grandes y laptops pequeñas (992px - 1199px) */
@media (max-width: 1199px) {
    .lp-politicas-content {
        padding-right: 0;
    }

    .lp-derecho-card,
    .lp-termino-card {
        margin-bottom: 2rem;
    }
}

/* Tablets (768px - 991px) */
@media (max-width: 991px) {
    .lp-politicas-hero {
        min-height: 50vh !important;
        text-align: center;
    }

    .lp-politicas-actions {
        flex-direction: column;
        gap: 1rem !important;
    }

    .lp-politicas-actions .btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto !important;
    }

    .lp-info-item,
    .lp-finalidad-item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .lp-info-item i,
    .lp-finalidad-item i {
        margin-bottom: 0.5rem;
    }

    .lp-step-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .lp-step-number {
        margin-right: 0;
        margin-bottom: 0.75rem;
    }
}

/* Tablets pequeñas y móviles grandes (576px - 767px) */
@media (max-width: 767px) {
    .lp-politicas-hero {
        min-height: 45vh !important;
    }

    .lp-politicas-gradient-overlay {
        background: linear-gradient(90deg, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.85) 100%);
    }

    .lp-vigencia-card {
        margin-bottom: 2rem;
    }

    .lp-alerta-importante {
        margin-top: 2rem;
    }

    .lp-procedimiento-steps {
        margin-top: 1rem;
    }
}

/* Móviles (375px - 575px) */
@media (max-width: 575px) {
    .lp-politicas-hero {
        min-height: 40vh !important;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .lp-politicas-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .lp-politicas-subtitle {
        font-size: 1.1rem !important;
    }

    .lp-responsable-card,
    .lp-finalidad-card,
    .lp-procedimiento-card {
        padding: 1.5rem 1rem;
        margin-bottom: 1.5rem;
    }

    .lp-derecho-card,
    .lp-termino-card {
        padding: 1.5rem 1rem;
        margin-bottom: 1.5rem;
    }

    .lp-card-icon,
    .lp-derecho-icon,
    .lp-procedimiento-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
    }

    .lp-card-icon i,
    .lp-derecho-icon i,
    .lp-procedimiento-icon i {
        font-size: 1.3rem;
    }

    .btn-gold,
    .btn-outline-light {
        width: 100%;
        max-width: 280px;
    }
}

/* Móviles muy pequeños (hasta 374px) */
@media (max-width: 374px) {
    .lp-politicas-title {
        font-size: 1.6rem;
    }

    .lp-section-title {
        font-size: 1.8rem;
    }

    .lp-politicas-content {
        padding: 0 0.5rem;
    }

    .lp-vigencia-card,
    .lp-alerta-importante {
        padding: 1rem 0.75rem;
    }

    .lp-step-item {
        padding: 0.75rem 0.5rem;
    }
}

/* Orientación landscape en móviles */
@media (max-height: 600px) and (orientation: landscape) {
    .lp-politicas-hero {
        min-height: 80vh !important;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .lp-scroll-indicator-politicas {
        display: none;
    }
}

/* Pantallas muy grandes (más de 1400px) */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .lp-responsable-card,
    .lp-finalidad-card,
    .lp-procedimiento-card {
        padding: 3rem 2.5rem;
    }

    .lp-derecho-card,
    .lp-termino-card {
        padding: 2.5rem 2rem;
    }
}

/* ===== MEJORAS DE RENDIMIENTO ===== */
@media (prefers-reduced-motion: reduce) {

    .lp-animated-dark::before,
    .lp-gradient-bg-dark::after,
    .lp-dark-particles::before,
    .lp-gradient-card::before,
    .btn-gold::after {
        animation: none !important;
        transition: none !important;
    }

    .lp-responsable-card:hover,
    .lp-finalidad-card:hover,
    .lp-derecho-card:hover,
    .lp-termino-card:hover,
    .lp-procedimiento-card:hover,
    .lp-direccion-info:hover,
    .btn-gold:hover,
    .btn-outline-light:hover {
        transform: none !important;
    }

    .lp-politicas-hero:hover .lp-politicas-background-image {
        transform: scale(1.1);
    }
}

/* Soporte para touch devices */
@media (hover: none) and (pointer: coarse) {

    .lp-responsable-card:hover,
    .lp-finalidad-card:hover,
    .lp-derecho-card:hover,
    .lp-termino-card:hover,
    .lp-procedimiento-card:hover {
        transform: none;
    }

    .lp-animated-dark:hover::before {
        left: -100%;
    }
}

.privacidad-text {
    color: #1a1a1a !important;
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: 1.6;
}