/* ===== HERO SECTION ABOUT ===== */
.lp-about-hero {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--dark-bg) 100%);
    position: relative;
    min-height: 100vh;
}

.lp-about-background-parallax {
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.lp-about-background-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
    transform: scale(1.1);
    transition: transform 0.8s ease;
}

.lp-about-hero:hover .lp-about-background-image {
    transform: scale(1.05);
}

.lp-about-gradient-overlay {
    position: absolute;
    inset: 0;
    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-about-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-about-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;
    background-clip: text;
    color: transparent;
}

.lp-about-subtitle {
    font-weight: 300;
    opacity: 0.9;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
}

.lp-about-actions {
    margin-top: 2rem;
}

/* Indicador de Scroll */
.lp-scroll-indicator {
    text-align: center;
}

.lp-scroll-text {
    font-size: 0.875rem;
    letter-spacing: 1px;
}

.lp-scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--gold) 0%, transparent 100%);
    margin: 0 auto;
    animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {

    0%,
    100% {
        opacity: 0.5;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(10px);
    }
}

/* ===== SECCIONES GENERALES ===== */
.py-6 {
    padding: clamp(3rem, 8vw, 6rem) 0;
}

.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;
    margin-bottom: 1rem;
    display: block;
}

.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);
}

/* ===== MODO CLARO ===== */
.lp-light-mode {
    background: var(--dark-bg);
}

.lp-service-card-light {
    background: #ffffff;
    border-radius: var(--border-radius);
    padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 3vw, 2rem);
    height: 100%;
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: var(--box-shadow-light);
    margin-bottom: 1.5rem;
}

.lp-service-card-light:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* ===== SECCIÓN QUIÉNES SOMOS ===== */
.lp-about-content {
    padding-right: clamp(0rem, 3vw, 2rem);
}

.lp-about-values {
    margin-top: clamp(2rem, 5vw, 3rem);
}

.lp-value-card {
    text-align: center;
    height: 100%;
    padding: clamp(1rem, 3vw, 1.5rem);
    margin-bottom: 1.5rem;
}

.lp-value-icon {
    width: clamp(60px, 12vw, 80px);
    height: clamp(60px, 12vw, 80px);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);
    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);
    transition: var(--transition);
}

.lp-value-card:hover .lp-value-icon {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.1) 100%);
    transform: scale(1.1);
}

.lp-value-icon i {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    color: var(--gold);
}

.lp-value-title {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.lp-value-desc {
    color: #495057;
    line-height: 1.6;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

/* Elementos Flotantes */
.lp-about-visual,
.lp-origin-visual {
    position: relative;
    height: clamp(250px, 50vw, 400px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

.lp-floating-elements {
    position: relative;
    width: 100%;
    height: 100%;
}

.lp-element {
    position: absolute;
}

.lp-element-1 {
    top: 20%;
    left: 10%;
    animation: floatElement 6s ease-in-out infinite;
}

.lp-element-2 {
    top: 50%;
    right: 15%;
    animation: floatElement 6s ease-in-out infinite 2s;
}

.lp-element-3 {
    bottom: 20%;
    left: 25%;
    animation: floatElement 6s ease-in-out infinite 4s;
}

.lp-element-card {
    width: clamp(80px, 20vw, 140px);
    height: clamp(80px, 20vw, 140px);
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(0.75rem, 2vw, 1.5rem);
    transition: var(--transition);
    background: var(--dark-card);
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.lp-element-card:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(212, 175, 55, 0.3);
}

.lp-element-card i {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    color: var(--gold);
    margin-bottom: 0.5rem;
}

.lp-element-text {
    font-weight: 500;
    font-size: clamp(0.7rem, 1.8vw, 0.9rem);
    color: var(--text-light);
}

@keyframes floatElement {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}

/* ===== SECCIÓN ORIGEN ===== */
.lp-map-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--dark-card) 100%);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lp-map-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 80%, rgba(212, 175, 55, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    animation: mapPulse 8s ease-in-out infinite;
}

@keyframes mapPulse {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.8;
    }
}

.lp-location-marker {
    text-align: center;
    position: relative;
    z-index: 2;
}

.lp-location-info {
    margin-top: 1rem;
}

.lp-location-info h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-light);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
}

.lp-location-info p {
    color: var(--text-muted);
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.lp-origin-content {
    padding-left: clamp(0rem, 3vw, 2rem);
}

.lp-address-card {
    display: flex;
    align-items: center;
    padding: clamp(1.5rem, 3vw, 2rem);
    margin-top: 2rem;
    background: #ffffff;
    border-radius: var(--border-radius);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.lp-address-icon {
    width: clamp(50px, 10vw, 60px);
    height: clamp(50px, 10vw, 60px);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: clamp(1rem, 2.5vw, 1.5rem);
    border: 1px solid rgba(212, 175, 55, 0.2);
    flex-shrink: 0;
}

.lp-address-icon i {
    font-size: clamp(1.2rem, 2.8vw, 1.5rem);
    color: var(--gold);
}

.lp-address-info h4 {
    color: #2c2c2c;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
}

.lp-address-info p {
    color: #495057;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

/* ===== SECCIÓN DIFERENCIAL ===== */
.lp-differentiator {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--dark-bg) 100%);
}

.lp-differentiator-card {
    background: var(--dark-card);
    border-radius: var(--border-radius);
    padding: clamp(2rem, 4vw, 2.5rem) clamp(1.5rem, 3vw, 2rem);
    height: 100%;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.lp-differentiator-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--box-shadow);
    border-color: rgba(212, 175, 55, 0.2);
}

.lp-diff-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: rgba(212, 175, 55, 0.1);
}

.lp-diff-title {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-light);
}

.lp-diff-desc {
    line-height: 1.6;
    opacity: 0.9;
    font-size: clamp(0.9rem, 2vw, 1rem);
    color: var(--text-light);
}

/* ===== CTA ABOUT ===== */
.lp-about-cta {
    background: var(--dark-bg);
}

.lp-cta-about-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 3rem);
}

.lp-cta-about-card::before {
    content: '';
    position: absolute;
    inset: 0;
    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-about-card .row {
    position: relative;
    z-index: 2;
}

.lp-cta-about-card h2 {
    background: linear-gradient(135deg, #2c2c2c 0%, #4a4a4a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.lp-cta-about-card p {
    color: #6c757d;
    font-size: clamp(1rem, 2.5vw, 1.2rem);
}

/* ===== BOTONES ===== */
.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);
}

.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);
    color: var(--text-light);
    font-weight: 500;
    border-radius: 50px;
    transition: var(--transition);
    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);
}

/* ===== DEGRADADOS ANIMADOS ===== */
.lp-gradient-bg-dark {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--dark-bg) 50%, var(--primary-dark) 100%);
    position: relative;
    overflow: hidden;
}

.lp-gradient-bg-dark::after {
    content: '';
    position: absolute;
    inset: -10%;
    background: linear-gradient(45deg, transparent, rgba(212, 186, 60, 0.03), transparent);
    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 ===== */
.lp-dark-particles {
    position: relative;
    overflow: hidden;
}

.lp-dark-particles::before {
    content: '';
    position: absolute;
    inset: -50%;
    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);
    }
}

/* ===== PARTÍCULAS Y CONCEPTOS ===== */
.lp-particles-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--dark-card) 100%);
}

.lp-floating-concepts {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.lp-concept {
    position: absolute;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: conceptFloat 8s ease-in-out infinite;
    width: 40px;
    height: 40px;
}

.lp-concept:hover {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.1) 100%);
    transform: scale(1.2);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.lp-concept i {
    color: var(--gold);
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.lp-concept:hover i {
    transform: rotate(360deg);
}

.lp-concept::after {
    content: attr(data-concept);
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(212, 175, 55, 0.9);
    color: var(--primary-dark);
    padding: 4px 10px;
    border-radius: 15px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 0.65rem;
}

.lp-concept:hover::after {
    opacity: 1;
}

.lp-concept:nth-child(1) {
    top: 15%;
    left: 15%;
    animation-delay: 0s;
}

.lp-concept:nth-child(2) {
    top: 65%;
    right: 20%;
    animation-delay: 2s;
}

.lp-concept:nth-child(3) {
    bottom: 20%;
    left: 25%;
    animation-delay: 4s;
}

.lp-concept:nth-child(4) {
    top: 30%;
    right: 10%;
    animation-delay: 6s;
}

@keyframes conceptFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    33% {
        transform: translateY(-15px) rotate(5deg);
    }

    66% {
        transform: translateY(10px) rotate(-5deg);
    }
}

/* ===== EFECTO ENERGÍA JURÍDICA PULSANTE ===== */
.lp-law-energy-system {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.lp-energy-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.4) 0%, rgba(212, 175, 55, 0.2) 30%, transparent 70%);
    border-radius: 50%;
    animation: energyCorePulse 3s ease-in-out infinite;
}

.lp-energy-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lp-energy-ring {
    position: absolute;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    animation: energyRingExpand 8s linear infinite;
}

.ring-1 {
    width: 300px;
    height: 300px;
    animation-delay: 0s;
}

.ring-2 {
    width: 500px;
    height: 500px;
    animation-delay: 2s;
}

.ring-3 {
    width: 700px;
    height: 700px;
    animation-delay: 4s;
}

.lp-energy-particles {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.12) 0%, transparent 40%), radial-gradient(circle at 40% 50%, rgba(212, 175, 55, 0.1) 0%, transparent 40%);
    animation: energyParticlesFloat 12s ease-in-out infinite;
}

.lp-philosophy-card-energy {
    background: rgba(15, 15, 15, 0.85);
    border-radius: var(--border-radius);
    padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2rem);
    text-align: center;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(212, 175, 55, 0.25);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(15px);
    z-index: 2;
}

.lp-philosophy-card-energy:hover {
    background: rgba(20, 20, 20, 0.95);
    border-color: rgba(212, 175, 55, 0.6);
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7), 0 0 40px rgba(212, 175, 55, 0.4);
}

.lp-energy-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: var(--border-radius);
}

.lp-philosophy-card-energy:hover .lp-energy-glow {
    opacity: 1;
}

.lp-energy-icon {
    width: clamp(70px, 14vw, 90px);
    height: clamp(70px, 14vw, 90px);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.1) 50%, rgba(212, 175, 55, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    border: 2px solid rgba(212, 175, 55, 0.3);
    transition: all 0.4s ease;
    box-shadow: inset 0 2px 10px rgba(212, 175, 55, 0.1), 0 5px 15px rgba(0, 0, 0, 0.3);
}

.lp-philosophy-card-energy:hover .lp-energy-icon {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.3) 0%, rgba(212, 175, 55, 0.2) 50%, rgba(212, 175, 55, 0.1) 100%);
    border-color: rgba(212, 175, 55, 0.6);
    transform: scale(1.1);
    box-shadow: inset 0 2px 15px rgba(212, 175, 55, 0.2), 0 8px 25px rgba(212, 175, 55, 0.3);
}

.lp-icon-pulse {
    position: absolute;
    inset: -5px;
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    animation: enhancedPulse 2s ease-in-out infinite;
    opacity: 0;
}

.lp-philosophy-card-energy:hover .lp-icon-pulse {
    opacity: 1;
}

.lp-energy-icon i {
    color: white;
}

.lp-location-info p {
    color: white !important;
}

.lp-energy-connection {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);
    transition: width 0.4s ease;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.lp-philosophy-card-energy:hover .lp-energy-connection {
    width: 80%;
    animation: connectionFlow 1.5s ease-in-out infinite;
}

/* ===== RED NEURONAL ===== */
.lp-neural-network {
    background: linear-gradient(135deg, var(--primary-dark) 0%, #161616 50%, var(--primary-dark) 100%);
    position: relative;
    overflow: hidden;
}

.lp-neural-container {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.lp-neural-canvas {
    position: absolute;
    inset: 0;
}

.lp-neural-nodes {
    position: absolute;
    inset: 0;
}

.lp-neural-node {
    position: absolute;
    width: 10px;
    height: 10px;
    background: radial-gradient(circle, var(--gold) 0%, rgba(212, 175, 55, 0.8) 100%);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.6), 0 0 40px rgba(212, 175, 55, 0.3);
    animation: neuralNodePulse 3s ease-in-out infinite;
}

.lp-neural-node:hover {
    animation: neuralNodeHover 0.5s ease-in-out forwards;
}

.lp-neural-node::after {
    content: attr(data-content);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(212, 175, 55, 0.9);
    color: var(--primary-dark);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lp-neural-node:hover::after {
    opacity: 1;
}

.node-1 {
    top: 20%;
    left: 15%;
}

.node-2 {
    top: 30%;
    right: 20%;
}

.node-3 {
    bottom: 25%;
    left: 25%;
}

.node-4 {
    top: 60%;
    right: 30%;
}

.node-5 {
    bottom: 40%;
    left: 60%;
}

.lp-neural-card {
    background: rgba(18, 18, 18, 0.9);
    border-radius: var(--border-radius);
    padding: clamp(2rem, 4vw, 2.5rem) clamp(1.5rem, 3vw, 2rem);
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(12px);
}

.lp-neural-card:hover {
    background: rgba(25, 25, 25, 0.95);
    border-color: rgba(212, 175, 55, 0.5);
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(212, 175, 55, 0.3);
}

.lp-neural-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: var(--border-radius);
}

.lp-neural-card:hover .lp-neural-glow {
    opacity: 1;
}

.lp-neural-connection-point {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s ease;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.lp-neural-card:hover .lp-neural-connection-point {
    opacity: 1;
    animation: connectionPulse 1.5s ease-in-out infinite;
}

/* ===== ANIMACIONES ===== */
@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

@keyframes enhancedPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
    }

    50% {
        transform: scale(1.15);
        opacity: 0.8;
        box-shadow: 0 0 30px rgba(212, 175, 55, 0.8);
    }
}

@keyframes connectionFlow {

    0%,
    100% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }
}

@keyframes energyCorePulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
        filter: blur(5px);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.9;
        filter: blur(8px);
    }
}

@keyframes energyRingExpand {
    0% {
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

@keyframes energyParticlesFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
    }

    25% {
        transform: translateY(-20px) rotate(90deg) scale(1.05);
    }

    50% {
        transform: translateY(10px) rotate(180deg) scale(0.95);
    }

    75% {
        transform: translateY(-10px) rotate(270deg) scale(1.02);
    }
}

@keyframes neuralNodePulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 20px rgba(212, 175, 55, 0.6), 0 0 40px rgba(212, 175, 55, 0.3);
    }

    50% {
        transform: scale(1.3);
        box-shadow: 0 0 30px rgba(212, 175, 55, 0.8), 0 0 60px rgba(212, 175, 55, 0.5);
    }
}

@keyframes neuralNodeHover {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1.8);
        box-shadow: 0 0 40px rgba(212, 175, 55, 1), 0 0 80px rgba(212, 175, 55, 0.6);
    }
}

@keyframes connectionPulse {

    0%,
    100% {
        box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    }

    50% {
        box-shadow: 0 0 20px rgba(212, 175, 55, 0.8);
    }
}

/* ===== RESPONSIVE MEJORADO ===== */
@media (max-width: 1199px) {
    .lp-about-content {
        padding-right: 0;
    }

    .lp-origin-content {
        padding-left: 0;
    }

    .lp-element-1 {
        left: 5%;
    }

    .lp-element-2 {
        right: 10%;
    }

    .lp-element-3 {
        left: 20%;
    }
}

@media (max-width: 991px) {
    .lp-about-hero {
        min-height: 80vh;
        text-align: center;
    }

    .lp-about-content {
        margin-bottom: 3rem;
    }

    .lp-origin-content {
        margin-top: 3rem;
    }

    .lp-about-actions {
        flex-direction: column;
        gap: 1rem;
    }

    .lp-about-actions .btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .lp-element-1 {
        top: 15%;
        left: 5%;
    }

    .lp-element-2 {
        top: 45%;
        right: 5%;
    }

    .lp-element-3 {
        bottom: 15%;
        left: 15%;
    }

    .lp-address-card {
        flex-direction: column;
        text-align: center;
    }

    .lp-address-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .lp-about-hero {
        min-height: 70vh;
        text-align: center;
    }

    .lp-about-gradient-overlay {
        background: linear-gradient(90deg, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.8) 100%);
    }

    .lp-about-visual,
    .lp-origin-visual {
        height: 200px;
    }

    .lp-element-card {
        width: 70px;
        height: 70px;
        padding: 0.5rem;
    }

    .lp-element-card i {
        font-size: 1.5rem;
        margin-bottom: 0.25rem;
    }

    .lp-element-text {
        font-size: 0.6rem;
        margin-top: 0.25rem;
    }

    .lp-element-1 {
        top: 10%;
        left: 2%;
    }

    .lp-element-2 {
        top: 40%;
        right: 2%;
    }

    .lp-element-3 {
        bottom: 10%;
        left: 10%;
    }
}

@media (max-width: 575px) {
    .lp-about-hero {
        min-height: 60vh;
        padding: 2rem 0;
    }

    .lp-about-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .lp-about-subtitle {
        font-size: 1.1rem;
    }

    .lp-about-visual,
    .lp-origin-visual {
        height: 150px;
    }

    .lp-element-card {
        width: 60px;
        height: 60px;
    }

    .lp-element-card i {
        font-size: 1.2rem;
    }

    .lp-element-text {
        display: none;
    }

    .lp-service-card-light,
    .lp-philosophy-card-energy,
    .lp-differentiator-card,
    .lp-neural-card {
        padding: 1.5rem 1rem;
    }

    .btn-gold,
    .btn-outline-light {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 374px) {
    .lp-about-title {
        font-size: 1.6rem;
    }

    .lp-section-title {
        font-size: 1.8rem;
    }

    .lp-about-visual,
    .lp-origin-visual {
        height: 120px;
    }

    .lp-element-card {
        width: 50px;
        height: 50px;
    }

    .lp-element-card i {
        font-size: 1rem;
    }
}

@media (max-height: 600px) and (orientation: landscape) {
    .lp-about-hero {
        min-height: 120vh;
        padding: 2rem 0;
    }

    .lp-scroll-indicator {
        display: none;
    }

    .lp-about-visual,
    .lp-origin-visual {
        height: 200px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .lp-service-card-light,
    .lp-philosophy-card-energy,
    .lp-differentiator-card,
    .lp-neural-card {
        padding: 3rem 2.5rem;
    }
}

@media (max-width: 768px) {
    .lp-energy-core {
        width: 120px;
        height: 120px;
    }

    .ring-1 {
        width: 200px;
        height: 200px;
    }

    .ring-2 {
        width: 320px;
        height: 320px;
    }

    .ring-3 {
        width: 440px;
        height: 440px;
    }

    .lp-philosophy-card-energy:hover {
        transform: translateY(-5px) scale(1.01);
    }

    .lp-neural-card:hover {
        transform: translateY(-4px);
    }

    .lp-neural-node {
        width: 8px;
        height: 8px;
    }

    .lp-neural-node::after {
        font-size: 0.6rem;
        padding: 3px 6px;
    }
}

@media (max-width: 480px) {
    .lp-energy-core {
        width: 80px;
        height: 80px;
    }

    .ring-1 {
        width: 150px;
        height: 150px;
    }

    .ring-2 {
        width: 250px;
        height: 250px;
    }

    .ring-3 {
        width: 350px;
        height: 350px;
    }

    .lp-concept {
        width: 35px;
        height: 35px;
    }

    .lp-concept i {
        font-size: 0.9rem;
    }

    .lp-concept::after {
        font-size: 0.6rem;
        padding: 3px 8px;
        top: -30px;
    }

    .lp-concept:nth-child(1) {
        top: 12%;
        left: 12%;
    }

    .lp-concept:nth-child(2) {
        top: 70%;
        right: 15%;
    }

    .lp-concept:nth-child(3) {
        bottom: 15%;
        left: 20%;
    }

    .lp-concept:nth-child(4) {
        top: 25%;
        right: 8%;
    }
}

@media (min-width: 768px) {
    .lp-concept {
        width: 50px;
        height: 50px;
    }

    .lp-concept i {
        font-size: 1.25rem;
    }

    .lp-concept::after {
        font-size: 0.7rem;
        padding: 5px 12px;
        top: -40px;
    }

    .lp-concept:nth-child(1) {
        top: 18%;
        left: 18%;
    }

    .lp-concept:nth-child(2) {
        top: 62%;
        right: 22%;
    }

    .lp-concept:nth-child(3) {
        bottom: 22%;
        left: 28%;
    }

    .lp-concept:nth-child(4) {
        top: 32%;
        right: 12%;
    }
}

@media (min-width: 1025px) {
    .lp-concept {
        width: 60px;
        height: 60px;
    }

    .lp-concept i {
        font-size: 1.5rem;
    }

    .lp-concept::after {
        font-size: 0.75rem;
    }

    .lp-concept:nth-child(1) {
        top: 20%;
        left: 20%;
    }

    .lp-concept:nth-child(2) {
        top: 60%;
        right: 25%;
    }

    .lp-concept:nth-child(3) {
        bottom: 25%;
        left: 30%;
    }

    .lp-concept:nth-child(4) {
        top: 35%;
        right: 15%;
    }
}

@media (min-width: 768px) and (orientation: landscape) and (max-height: 768px) {
    .lp-concept {
        width: 45px;
        height: 45px;
    }

    .lp-concept i {
        font-size: 1.1rem;
    }

    .lp-concept::after {
        font-size: 0.65rem;
    }
}

@media (hover: none) and (pointer: coarse) {

    .lp-service-card-light:hover,
    .lp-philosophy-card-energy:hover,
    .lp-differentiator-card:hover,
    .lp-element-card:hover,
    .lp-neural-card:hover {
        transform: none;
    }

    .lp-concept:active {
        background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.1) 100%);
        transform: scale(1.1);
        box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
    }
}

@media (prefers-reduced-motion: reduce) {

    .lp-gradient-bg-dark::after,
    .lp-dark-particles::before,
    .lp-element-card,
    .lp-service-card-light,
    .lp-philosophy-card-energy,
    .lp-differentiator-card,
    .lp-neural-card,
    .btn-gold::after,
    .lp-icon-pulse,
    .lp-energy-core,
    .lp-energy-ring,
    .lp-energy-particles,
    .lp-neural-node {
        animation: none;
        transition: none;
    }

    .lp-service-card-light:hover,
    .lp-philosophy-card-energy:hover,
    .lp-differentiator-card:hover,
    .lp-element-card:hover,
    .lp-neural-card:hover,
    .btn-gold:hover,
    .btn-outline-light:hover,
    .lp-concept:hover {
        transform: none;
    }

    .lp-about-hero:hover .lp-about-background-image {
        transform: scale(1.1);
    }
}

/* ===== CORRECCIONES FINALES ===== */
.lp-our-philosophy {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--dark-bg) 50%, var(--primary-dark) 100%);
    position: relative;
    overflow: hidden;
}

.lp-our-philosophy .container,
.lp-differentiator .container {
    position: relative;
    z-index: 3;
}

.lp-section-titlev222 {
    color: white;
}