:root {
    --purple: #6b21a8;
    --dark: #000000;
    --white: #ffffff;
    --glass: rgba(255, 255, 255, 0.1);
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; }

/* NAVBAR */
.main-logo {
    /* Súbelo a 100px para notar el cambio de inmediato */
    height: 90px !important; 
    width: auto !important;
    display: block;
    object-fit: contain;
    /* Evita que cualquier max-height previo lo bloquee */
    max-height: none !important; 
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5%; /* Reducimos padding para que el logo tenga aire */
    position: fixed;
    width: 100%;
    z-index: 1000;
    /* Si la navbar se ve muy pequeña para el logo, quita el height fijo si lo tuviera */
    min-height: 120px; 
}




.nav-links { display: flex; list-style: none; gap: 30px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--white); font-weight: 500; transition: 0.3s; }
.nav-links a:hover { color: var(--purple); }
.btn-contact { background: var(--purple); padding: 10px 25px; border-radius: 8px; }

/* HAMBURGER REFORZADO */
.hamburger {
    display: none;
    cursor: pointer;
    z-index: 1100;
}

.hamburger div {
    width: 25px;
    height: 3px;
    background-color: var(--white);
    margin: 5px;
    transition: all 0.3s ease;
}

/* MENÚ MÓVIL */
.mobile-menu {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100vh;
    width: 70%;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    transition: 0.5s;
    z-index: 1050;
}

.mobile-menu.active { right: 0; }
.mobile-menu a { color: white; text-decoration: none; font-size: 1.5rem; }
.mobile-btn { background: var(--purple); padding: 10px 30px; border-radius: 10px; }













/* HERO Y ANIMACIÓN ZOOM */
@keyframes continuousZoom {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.hero-container {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('casa-lujo.jpg') center/cover;
    animation: continuousZoom 25s infinite linear;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(45deg, rgba(0,0,0,0.6), rgba(107, 33, 168, 0.2));
    z-index: -1;
}

/* FILTRO GLASSMOPRHISM (TAL CUAL TE GUSTÓ) */
.glass-card {
    background: var(--glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px 40px;
    border-radius: 40px;
    text-align: center;
    max-width: 850px;
    width: 90%;
}

.hero-title { color: white; font-size: clamp(2.2rem, 6vw, 3.8rem); font-weight: 800; margin-bottom: 10px; }
.hero-title span { color: var(--purple); text-shadow: 0 0 20px rgba(168, 85, 247, 0.4); }
.hero-tagline { color: rgba(255,255,255,0.9); margin-bottom: 40px; font-size: 1.2rem; font-weight: 300; }

.filter-tabs { display: flex; justify-content: center; gap: 15px; margin-bottom: 30px; }
.tab-btn {
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: white;
    padding: 10px 30px; border-radius: 50px; cursor: pointer; transition: 0.3s; font-weight: 600;
}
.tab-btn.active { background: var(--purple); border-color: var(--purple); box-shadow: 0 5px 15px rgba(107, 33, 168, 0.4); }

.glass-filters {
    display: flex;
    background: white;
    padding: 8px;
    border-radius: 20px;
    gap: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.input-box { flex: 1; display: flex; align-items: center; padding: 15px; border-right: 1px solid #eee; }
.input-box:last-child { border-right: none; }
.input-box i { color: var(--purple); margin-right: 12px; font-size: 1.1rem; }
.input-box select { border: none; outline: none; width: 100%; background: transparent; font-size: 15px; color: #444; cursor: pointer; }

.search-trigger {
    background: var(--dark); color: white; border: none; width: 60px; height: 55px;
    border-radius: 15px; cursor: pointer; transition: 0.3s; font-size: 1.2rem;
}
.search-trigger:hover { background: var(--purple); transform: scale(1.05); }

/* RESPONSIVE */
@media (max-width: 850px) {
    .nav-links { display: none; }
    .hamburger { display: block; }
    
    /* Animación de la X */
    .toggle .line1 { transform: rotate(-45deg) translate(-5px, 6px); }
    .toggle .line2 { opacity: 0; }
    .toggle .line3 { transform: rotate(45deg) translate(-5px, -6px); }

    .glass-filters { flex-direction: column; padding: 15px; }
    .input-box { border-right: none; border-bottom: 1px solid #eee; width: 100%; }
    .search-trigger { width: 100%; margin-top: 10px; }
    .hero-title { line-height: 1.1; }
}












/* NAVBAR BASE */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%; /* Un poco más de aire al inicio */
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease-in-out; /* Transición suave para el cambio de color */
    background: transparent;
}

/* NAVBAR AL HACER SCROLL */
.navbar.scrolled {
    padding: 15px 5%; /* Se encoge un poco al bajar */
    background: rgba(92, 91, 91, 0.514); /* Fondo oscuro elegante */
    backdrop-filter: blur(10px); /* Efecto de vidrio esmerilado */
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* LOGO MÁS GRANDE */
.main-logo {
    height: 80px; /* Aumentado de 60px a 80px */
    width: auto;
    transition: all 0.4s ease; /* Para que también se reduzca suavemente al bajar */
    object-fit: contain;
}

.navbar.scrolled .main-logo {
    height: 65px; /* Se hace un pelín más pequeño al bajar para no estorbar */
}

/* Ajuste del menú hamburguesa para que siempre sea visible */
.hamburger div {
    width: 25px;
    height: 3px;
    background-color: var(--white);
    margin: 5px;
    transition: all 0.3s ease;
}











.master-about {
    padding: 120px 8%;
    background: #0f0f11;
    color: white;
    position: relative;
    overflow: hidden;
}

/* Líneas de fondo tipo plano arquitectónico */
.background-grid-lines {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 1;
}

.content-wrapper { position: relative; z-index: 2; }

/* HEADER */
.header-reveal { margin-bottom: 80px; }
.tag { 
    color: var(--purple); 
    letter-spacing: 5px; 
    font-weight: 700; 
    font-size: 13px;
    border-left: 3px solid var(--purple);
    padding-left: 15px;
}

.main-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    margin-top: 20px;
    max-width: 800px;
}

.main-title span {
    color: var(--purple);
    font-style: italic;
}

/* GRID PRINCIPAL */
.main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

/* LADO IZQUIERDO: IMAGEN Y BENTO */
.image-stack { position: relative; margin-bottom: 40px; }
.img-main {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 4px;
    filter: brightness(0.7);
}

.floating-data {
    position: absolute;
    top: 20px; right: 20px;
    background: var(--purple);
    padding: 15px 25px;
    border-radius: 2px;
}

.data-label { display: block; font-size: 10px; letter-spacing: 2px; }
.data-value { font-weight: 800; font-size: 18px; }

.bento-services { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.s-item {
    background: rgba(255,255,255,0.03);
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.05);
    transition: 0.3s;
}
.s-item:hover { background: rgba(107, 33, 168, 0.1); border-color: var(--purple); }
.s-item i { color: var(--purple); font-size: 20px; margin-bottom: 15px; }
.s-item h4 { font-size: 16px; margin-bottom: 10px; color: #eee; }
.s-item p { font-size: 13px; color: #999; line-height: 1.5; }

/* LADO DERECHO: ESTRATEGIA */
.about-text-box .highlight {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.4;
}

.about-text-box .normal {
    color: #999;
    margin-bottom: 45px;
    font-size: 1.1rem;
}

.vertical-services { display: flex; flex-direction: column; gap: 15px; }
.v-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: rgba(255,255,255,0.02);
    border-radius: 10px;
    transition: 0.3s;
}

.highlight-v { background: rgba(107, 33, 168, 0.05); border-left: 4px solid var(--purple); }

.v-icon {
    width: 50px; height: 50px;
    background: var(--purple);
    border-radius: 50%;
    display: flex;
    align-items: center; justify-content: center;
    flex-shrink: 0;
}

.v-info h5 { font-size: 17px; margin-bottom: 4px; }
.v-info p { font-size: 13px; color: #888; }

/* MOBILE RESPONSIVE EXTREMO */
@media (max-width: 992px) {
    .main-grid { grid-template-columns: 1fr; }
    .bento-services { grid-template-columns: 1fr; }
    .img-main { height: 300px; }
    .master-about { padding: 80px 5%; }
}









.compromiso-section {
    padding: 120px 8%;
    background-color: #f8f9fa; /* Color más claro y aireado */
    display: flex;
    justify-content: center;
}

.compromiso-container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
    max-width: 1200px;
}

/* VISUAL */
.compromiso-visual {
    position: relative;
}

.image-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.image-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.experience-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    color: var(--purple);
}

/* CONTENIDO */
.top-tag {
    color: var(--purple);
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 12px;
}

.compromiso-title {
    font-size: 3.5rem;
    color: #1a1a1a;
    margin: 15px 0 25px;
    font-weight: 800;
}

.compromiso-title span {
    color: var(--purple);
}

.compromiso-text {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* ENLACES MINIMALISTAS */
.compromiso-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.minimal-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #1a1a1a;
    padding: 20px 30px;
    background: white;
    border-radius: 15px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    font-weight: 600;
    width: 100%;
    max-width: 400px;
}

.minimal-link:hover {
    border-color: var(--purple);
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(107, 33, 168, 0.1);
}

.arrow-svg {
    width: 24px;
    height: 24px;
    fill: var(--purple);
    transition: 0.3s;
}

.minimal-link:hover .arrow-svg {
    transform: scale(1.2);
}

/* RESPONSIVO */
@media (max-width: 992px) {
    .compromiso-container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .compromiso-links {
        align-items: center;
    }

    .compromiso-title {
        font-size: 2.5rem;
    }

    .image-wrapper img {
        height: 350px;
    }
}











.exclusivas-section {
    padding: 80px 0 100px 5%; /* Padding izquierdo para alinear con el resto */
    background: #ffffff;
    overflow: hidden;
}

.exclusivas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-right: 5%;
}

.section-title { font-size: 2.2rem; font-weight: 800; color: #111; }
.section-title span { color: var(--purple); }

/* CONTENEDOR INFINITO */
.properties-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0 40px;
    scrollbar-width: none; /* Firefox */
}

.properties-slider::-webkit-scrollbar { display: none; } /* Chrome/Safari */

/* TARJETA ADAPTADA */
.property-card {
    flex: 0 0 350px; /* Ancho fijo en PC */
    background: white;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.property-card:hover { transform: translateY(-10px); border-color: var(--purple); }

.card-image {
    position: relative;
    height: 230px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.card-image img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.property-card:hover .card-image img { transform: scale(1.1); }

.location-tag {
    position: absolute;
    top: 15px; left: 15px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    color: var(--purple);
    display: flex; align-items: center; gap: 6px;
}

.card-info { padding: 20px; }
.card-info h3 { font-size: 1.25rem; margin-bottom: 8px; color: #111; }
.card-info p { font-size: 0.9rem; color: #777; line-height: 1.5; margin-bottom: 20px; height: 40px; overflow: hidden; }

.card-footer {
    padding-top: 15px;
    border-top: 1px solid #f4f4f4;
    display: flex; justify-content: space-between; align-items: center;
}

.price { font-weight: 800; font-size: 1.15rem; color: #000; }

.detail-circle {
    width: 40px; height: 40px;
    background: #f8f8f8;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--purple);
    transition: 0.3s;
}

.property-card:hover .detail-circle { background: var(--purple); color: white; transform: rotate(-45deg); }

/* CONTROLES */
.slider-controls { display: flex; gap: 10px; }
.control-btn {
    width: 45px; height: 45px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    transition: 0.3s;
}
.control-btn:hover { background: var(--purple); color: white; border-color: var(--purple); }

/* RESPONSIVO MÓVIL (Aquí está el truco de la anchura) */
@media (max-width: 768px) {
    .property-card {
        flex: 0 0 calc(80vw - 20px); /* Ocupa el 80% de la pantalla para dejar ver la otra */
    }
    
    .pc-only { display: none; }
    
    .section-title { font-size: 1.8rem; }
}











.stats-section {
    padding: 100px 8%;
    background: linear-gradient(135px, #0f0f11 0%, #1a1a1a 100%);
    position: relative;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.stat-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 40px 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    transition: 0.4s ease;
    backdrop-filter: blur(10px);
}

.stat-card:hover {
    transform: translateY(-10px);
    background: rgba(107, 33, 168, 0.1);
    border-color: var(--purple);
}

.stat-icon {
    font-size: 2.5rem;
    color: var(--purple);
    margin-bottom: 20px;
    filter: drop-shadow(0 0 10px rgba(107, 33, 168, 0.5));
}

.stat-info h3 {
    font-size: 3rem;
    font-weight: 800;
    color: #2c2b2b;
    margin-bottom: 5px;
}

.stat-info h3::after {
    content: '+';
    color: var(--purple);
    font-size: 2rem;
    margin-left: 5px;
}

.stat-info p {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* RESPONSIVO */
@media (max-width: 992px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); } /* 2 arriba, 2 abajo */
}

@media (max-width: 500px) {
    .stats-grid { grid-template-columns: 1fr; } /* 1 por fila en cel pequeño */
}












/* Esto controla el comportamiento en celulares */
@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr); /* Crea las 2 columnas que pediste */
        gap: 15px; /* Espacio más ajustado para que quepa bien en pantallas pequeñas */
        padding: 0 10px;
    }

    .stat-card {
        padding: 25px 15px; /* Tarjetas un poco más compactas para móvil */
    }

    .stat-info h3 {
        font-size: 2rem; /* Tamaño de número ajustado para móvil */
    }
}















.servicios-premium {
    padding: 100px 5%;
    background: linear-gradient(180deg, #f3e8ff 0%, #ffffff 100%); /* Fondo Lila suave a blanco */
    position: relative;
    overflow: hidden;
}

.header-servicios {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.tag-top {
    background: #a855f7;
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.header-servicios h2 {
    font-size: 2.5rem;
    margin-top: 15px;
    color: #2d1b4d;
}

.header-servicios b { color: #a855f7; }

/* GRID CON FLOW */
.servicios-flow-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.card-flow {
    position: relative;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 20px 40px rgba(168, 85, 247, 0.15);
    transition: 0.5s ease;
}

.card-bg-img {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    transition: 0.5s ease;
    z-index: 1;
}

/* Oscurecemos la imagen para que se lea el texto */
.card-flow::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(0deg, rgba(45, 27, 77, 0.9) 20%, rgba(45, 27, 77, 0.2) 100%);
    z-index: 2;
}

.card-content {
    position: relative;
    z-index: 3;
    padding: 40px;
    width: 100%;
    color: white;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: #a855f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.5);
}

.card-content h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.card-content p {
    font-size: 0.95rem;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 20px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
}

.card-footer span { font-weight: 600; font-size: 0.8rem; text-transform: uppercase; }

/* HOVER EFFECTS */
.card-flow:hover {
    transform: translateY(-15px);
}

.card-flow:hover .card-bg-img {
    transform: scale(1.1);
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .servicios-flow-grid {
        grid-template-columns: 1fr;
    }
    .card-flow {
        height: 350px;
    }
}

















.captacion-premium {
    position: relative;
    padding: 120px 5%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.parallax-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.overlay-glow {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(70, 36, 104, 0.95) 0%, rgba(168, 85, 247, 0.4) 100%);
    z-index: 2;
}

.container-wow {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

/* ESTILO TEXTO IZQUIERDA */
.step-tag {
    color: #e9d5ff;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 0.9rem;
}

.title-glow {
    font-size: 4.5rem;
    color: #fff;
    line-height: 1;
    margin: 20px 0;
}

.title-glow span {
    color: #a855f7;
    text-shadow: 0 0 30px rgba(168, 85, 247, 0.6);
}

.desc-wow {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    max-width: 500px;
}

.stats-mini {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.s-item b { font-size: 2rem; color: #fff; display: block; }
.s-item span { color: #c38ff3; font-weight: 600; }

/* EL FORMULARIO DE CRISTAL */
.glass-form {
    background: rgba(255, 255, 255, 0.123);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 50px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.521);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.185);
}

.glass-form h3 { color: #fff; font-size: 2rem; margin-bottom: 5px; }
.glass-form p { color: #e9d5ff; margin-bottom: 30px; }

.input-wow {
    position: relative;
    margin-bottom: 20px;
}

.input-wow i {
    position: absolute;
    left: 15px; top: 50%;
    transform: translateY(-50%);
    color: #a855f7;
}

.input-wow input, .input-wow select {
    width: 100%;
    padding: 15px 15px 15px 45px;
    background: rgba(255, 255, 255, 0.158);
    border: 1px solid rgba(255, 255, 255, 0.856);
    border-radius: 15px;
    color: #fff;
    font-size: 1rem;
}

.input-wow select option { background: #1a0b2e; }

.btn-glow-whatsapp {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    border: none;
    background: #a855f7;
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(168, 85, 247, 0.4);
    transition: 0.4s;
}

.btn-glow-whatsapp:hover {
    transform: scale(1.05);
    background: #9333ea;
}

/* RESPONSIVO */
@media (max-width: 992px) {
    .content-wrapper { grid-template-columns: 1fr; text-align: center; }
    .title-glow { font-size: 3rem; }
    .desc-wow { margin: 0 auto; }
    .stats-mini { justify-content: center; }
    .glass-form { padding: 30px; }
}










.footer-core {
    background: #050505; /* Negro puro para profundidad */
    padding: 60px 20px 40px;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

/* Efecto de luz ambiental al fondo */
.footer-core::before {
    content: '';
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    background: rgba(168, 85, 247, 0.1);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none;
}

.footer-glow-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* IDENTIDAD */
.logotipo-ochoa {
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.logotipo-ochoa span {
    color: #a855f7;
}

.divider-line {
    width: 40px;
    height: 2px;
    background: #a855f7;
    margin: 0 auto 40px;
}

/* GRID DE REDES SOCIALES (CENTRADAS Y GRANDES) */
.footer-social-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}

.social-box {
    width: 70px;
    height: 70px;
    background: linear-gradient(145deg, #111, #080808);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.social-box:hover {
    border-color: #a855f7;
    color: #a855f7;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(168, 85, 247, 0.2);
}

/* CRÉDITOS FINALES */
.footer-bottom-tech {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.rights {
    color: #333;
    font-size: 0.7rem;
    letter-spacing: 2px;
    font-weight: 700;
}

.strada-signature {
    font-size: 0.8rem;
    color: #666;
    letter-spacing: 3px;
    font-weight: 400;
}

/* ENLACE STRADA LAB - EFECTO NEÓN */
.strada-brand {
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    margin-left: 5px;
    position: relative;
    padding: 5px 10px;
    transition: 0.3s;
}

.strada-brand:hover {
    color: #a855f7;
    text-shadow: 0 0 10px rgba(168, 85, 247, 0.5);
}

/* AJUSTES ESPECÍFICOS PARA CELULAR */
@media (max-width: 600px) {
    .footer-core {
        padding: 50px 15px 30px;
    }
    
    .social-box {
        width: 65px;
        height: 65px;
        font-size: 1.3rem;
    }

    .logotipo-ochoa {
        font-size: 1.8rem;
    }
    
    .strada-signature {
        letter-spacing: 1.5px;
    }
}






































.filter-tabs {
    display: flex;
    justify-content: center;
    gap: 8px; /* Espacio entre botones */
    margin-bottom: 25px;
    width: 100%;
    max-width: 450px; /* Evita que se estiren de más en escritorio */
    margin-left: auto;
    margin-right: auto;
}

.tab-btn {
    flex: 1; /* Distribuye el ancho equitativamente entre los 3 */
    padding: 12px 5px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: white;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.tab-btn.active {
    background: var(--accent-lila, #400974d2); /* El morado de Ochoa */
    border-color: var(--accent-lila, #a855f7);
    box-shadow: 0 8px 20px rgba(168, 85, 247, 0.3);
}

/* Ajuste para celulares pequeños (iPhone SE, etc) */
@media (max-width: 380px) {
    .tab-btn {
        font-size: 0.7rem;
        padding: 10px 2px;
        letter-spacing: 0;
    }
    .filter-tabs {
        gap: 5px;
    }
}





.footer-bottom-tech {
    position: relative;
    overflow: visible !important; /* Permite que el link respire */
}

.strada-signature {
    position: relative;
    z-index: 99999 !important; /* Máxima prioridad visual */
    pointer-events: auto !important;
    margin-top: 10px; /* Separación para que el dedo no toque otra cosa */
}

.strada-brand {
    display: inline-block !important;
    padding: 10px 15px !important; /* Área de toque aumentada para móviles */
    margin: -10px -15px; /* Compensa el padding para no mover el texto */
    position: relative;
    z-index: 100000 !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: rgba(168, 85, 247, 0.3); /* Feedback visual al tocar en móvil */
}






























#preloader-ochoa-pro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    overflow: hidden;
}

/* Contenedor de las palabras */
.brand-box {
    display: flex;
    gap: 15px;
    font-family: 'Arial Black', sans-serif;
    font-size: clamp(1.8rem, 7vw, 3.5rem);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.word-inmo {
    color: #FFFFFF;
    transform: translateX(-150vw); /* Viene desde muy a la izquierda */
    animation: slideToCenter 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.word-ochoa {
    color: #BE0CCD; /* Morado Strada */
    transform: translateX(150vw); /* Viene desde muy a la derecha */
    animation: slideToCenter 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Línea con Brillo */
.line-separator {
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #BE0CCD, #FFFFFF, #BE0CCD, transparent);
    background-size: 200% 100%;
    margin: 15px 0;
    animation: growLine 0.5s ease forwards 0.6s, shimmer 1.5s linear infinite;
}

.slogan {
    color: #FFFFFF;
    font-size: clamp(0.7rem, 3vw, 1rem);
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeIn 0.5s ease forwards 1s;
}

/* Keyframes */
@keyframes slideToCenter {
    to { transform: translateX(0); }
}

@keyframes growLine {
    to { width: 80%; max-width: 400px; }
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes fadeIn {
    to { opacity: 1; transform: translateY(0); }
}

/* Salida tipo cortina hacia arriba */
.exit-up {
    transform: translateY(-100%);
    transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
}





















@import url('https://fonts.googleapis.com/css2?family=Syncopate:wght@700&family=Montserrat:wght@300;600;900&display=swap');

:root {
    --lila-bg: #1a0b2e; /* Morado muy oscuro tirando a lila */
    --morado-vibrante: #BF0BCD; /* El color de Strada Lab */
    --lila-claro: #E0B0FF;
}

.ochoa-universe {
    background: radial-gradient(circle at center, #2e1a47 0%, var(--lila-bg) 100%);
    padding: 100px 20px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    min-height: 100vh;
}

.title-lux {
    font-family: 'Syncopate', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    text-align: center;
    color: var(--morado-vibrante);
    margin-bottom: 20px;
}

.white-text { color: white; }

.paja-premium {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
    color: var(--lila-claro);
    line-height: 1.6;
    font-weight: 300;
}

/* Grid: 3 en PC, 1 en Móvil */
.team-grid-v3 {
    display: grid;
    grid-template-columns: 1fr; /* 1 columna en móvil */
    gap: 80px 40px;
    max-width: 1100px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .team-grid-v3 {
        grid-template-columns: repeat(3, 1fr); /* 3 columnas en PC */
    }
}

.member-sphere {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* El Orbe con Brillo Constante */
.orb-visual {
    position: relative;
    width: 180px;
    height: 180px;
    margin-bottom: 25px;
}

.img-sphere {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.4);
    position: relative;
    z-index: 5;
}

.constant-glow {
    position: absolute;
    top: 50%; left: 50%;
    width: 130%; height: 130%;
    background: var(--morado-vibrante);
    filter: blur(35px);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4; /* Brillo constante disminuido pero presente */
    z-index: 1;
    animation: pulseGlow 4s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.5; transform: translate(-50%, -50%) scale(1.1); }
}

.member-name {
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* Botón de WhatsApp Impactante */
.wa-premium-btn {
    background: var(--white);
    color: var(--dark-void);
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #1a0b2e;
    transition: 0.4s;
    box-shadow: 0 0 20px rgba(191, 11, 205, 0.4);
}

.wa-icon {
    width: 20px;
    height: 20px;
}

.wa-premium-btn:hover {
    background: var(--morado-vibrante);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px var(--morado-vibrante);
}





















:root {
    --bg-universe: #0f051a;
    --strada-purple: #BF0BCD;
    --glass-border: rgba(255, 255, 255, 0.2);
}

.anaip-vertical-prestige {
    position: relative;
    background: var(--bg-universe);
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.animated-mesh {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 50% 0%, rgba(191, 11, 205, 0.2) 0%, transparent 70%);
}

/* La Placa Vertical Estilo Vidrio */
.prestige-plate {
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(30px);
    border: 1px solid var(--glass-border);
    border-radius: 50px;
    padding: 80px 40px;
    max-width: 900px;
    width: 100%;
    text-align: center;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.6);
}

/* Logos Arriba con efecto circular */
.partnership-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.logo-circle {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.silver-logo {
    width: 100%;
    filter: brightness(0) invert(1) grayscale(1); /* Los vuelve blancos/plata */
    opacity: 0.9;
}

.connector-glow {
    width: 2px;
    height: 60px;
    background: linear-gradient(to bottom, transparent, var(--strada-purple), transparent);
}

/* Contenido Abajo */
.prestige-info {
    max-width: 700px;
    margin: 0 auto;
}

.gold-label {
    color: var(--strada-purple);
    font-weight: 800;
    letter-spacing: 5px;
    font-size: 0.7rem;
    display: block;
    margin-bottom: 20px;
}

.prestige-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 900;
    color: white;
    line-height: 1.2;
    margin-bottom: 25px;
}

.purple-highlight {
    color: var(--strada-purple);
    text-shadow: 0 0 15px rgba(191, 11, 205, 0.5);
}

.divider-center {
    width: 60px;
    height: 3px;
    background: white;
    margin: 0 auto 30px;
    opacity: 0.3;
}

.prestige-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 300;
}

/* Responsive para Celular: Se ajusta solo */
@media (max-width: 768px) {
    .prestige-plate {
        padding: 50px 20px;
        border-radius: 30px;
    }

    .partnership-header {
        gap: 20px;
    }

    .silver-logo {
        max-width: 100px;
    }

    .prestige-title {
        font-size: 1.8rem;
    }
}






















/* Mantenemos tu estilo intacto, solo ajustamos la cuadrícula */

.team-grid-v3 {
    display: grid;
    /* Esto asegura que en móvil sea 1 columna y crezca solo */
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 60px 20px;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
}

/* Instrucción para PC: Forzamos las 4 columnas si hay espacio */
@media (min-width: 1200px) {
    .team-grid-v3 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* El resto de tus estilos de brillo y botones se mantienen igual */
.member-sphere {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
}

.orb-visual {
    position: relative;
    width: 200px;
    height: 200px;
    margin-bottom: 25px;
}

.constant-glow {
    position: absolute;
    top: 50%; left: 50%;
    width: 130%; height: 130%;
    background: #BF0BCD; /* Tu morado */
    filter: blur(35px);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4; /* Brillo constante disminuido como pediste */
    z-index: 1;
}

.img-sphere {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    position: relative;
    z-index: 5;
}




















    :root {
        --lab-bg: #ffffff;
        --lab-negro: #050205;
        --lab-purpura: #BC12CC;
        --lab-draw: 4s;
        --lab-fill: 1s;
    }

    /* Solo ocultamos el scroll del body mientras el preloader esté activo */
    body.lab-no-scroll {
        overflow: hidden !important;
    }

    #preloader-lab {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: var(--lab-bg);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999999; /* Máxima prioridad */
        transition: transform 0.9s cubic-bezier(0.85, 0, 0.15, 1);
        pointer-events: all;
    }

    /* Clase para disparar la salida */
    #preloader-lab.lab-hidden {
        transform: translateY(-100%);
    }

    .lab-logo-container {
        width: 85%;
        max-width: 600px;
    }

    /* Estilos específicos para los paths del SVG dentro de nuestro contenedor */
    #preloader-lab svg path, 
    #preloader-lab svg polygon {
        fill: transparent !important;
        stroke-width: 6;
        stroke-dasharray: var(--l);
        stroke-dashoffset: var(--l);
        transition: stroke-dashoffset var(--lab-draw) ease-in-out,
                    fill var(--lab-fill) ease-in-out var(--lab-draw);
    }

    #preloader-lab .n { stroke: var(--lab-negro); }
    #preloader-lab .p { stroke: var(--lab-purpura); }

    /* Animación activa */
    #preloader-lab.lab-active .n {
        stroke-dashoffset: 0;
        fill: var(--lab-negro) !important;
    }

    #preloader-lab.lab-active .p {
        stroke-dashoffset: 0;
        fill: var(--lab-purpura) !important;
    }




#preloader-lab {
        /* ... */
        z-index: 999999;
        pointer-events: all; /* Bloquea clics mientras carga */
    }

    #preloader-lab.lab-hidden {
        transform: translateY(-100%);
        pointer-events: none; /* LIBERA los clics para que el botón de inicio funcione */
        visibility: hidden;   /* Refuerzo para que el navegador ignore el elemento */
    }










    #preloader-lab {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: var(--lab-bg);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999999;
        /* Esta transición controla el movimiento hacia arriba */
        transition: transform 1.2s cubic-bezier(0.85, 0, 0.15, 1);
        transform: translateY(0);
        pointer-events: all;
    }

    /* Cuando se activa esta clase, el contenedor completo sube */
    #preloader-lab.lab-hidden {
        transform: translateY(-100%);
        pointer-events: none !important;
        visibility: hidden;
        /* Mantenemos la visibilidad durante la transición para que se vea subir */
        transition: transform 1.2s cubic-bezier(0.85, 0, 0.15, 1), visibility 0s 1.2s;
    }

    .lab-logo-container {
        /* Aseguramos que el logo no tenga transiciones de opacidad que lo oculten */
        opacity: 1;
        transition: none; 
    }