2026-03-09 15:53:35 -05:00
|
|
|
<template>
|
2026-03-11 12:02:23 -05:00
|
|
|
<div class="page dark-theme">
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
<!-- PREMIUM NAV -->
|
2026-03-10 11:30:21 -05:00
|
|
|
<nav class="nav" :class="{ 'nav--solid': scrolled, 'nav--hidden': !navVisible }">
|
2026-03-09 19:47:40 -05:00
|
|
|
<div class="nav__wrap">
|
2026-03-11 12:02:23 -05:00
|
|
|
<div class="nav__brand" @click="scrollToTop">
|
|
|
|
|
<img src="/titulosib.png" alt="SIB" class="nav__logo" />
|
|
|
|
|
</div>
|
2026-03-09 19:47:40 -05:00
|
|
|
<div class="nav__actions">
|
2026-03-11 12:02:23 -05:00
|
|
|
<button class="nav__link hidden-mobile" @click="scrollToInstall">
|
|
|
|
|
¿Cómo instalar?
|
|
|
|
|
</button>
|
|
|
|
|
<button class="btn-glow" @click="launchApp">
|
|
|
|
|
<span>Abrir app</span>
|
|
|
|
|
<span class="material-icons">arrow_forward</span>
|
|
|
|
|
</button>
|
2026-03-09 15:53:35 -05:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
<!-- PREMIUM HERO -->
|
2026-03-09 19:35:33 -05:00
|
|
|
<header class="hero">
|
2026-03-11 12:02:23 -05:00
|
|
|
<div class="hero__background">
|
|
|
|
|
<div class="hero__glow hero__glow--1"></div>
|
|
|
|
|
<div class="hero__glow hero__glow--2"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<img src="/landing-bg-bus.png" alt="Bus in background" class="hero__img" />
|
2026-03-09 19:47:40 -05:00
|
|
|
<div class="hero__overlay"></div>
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
<div class="hero__content">
|
2026-03-11 12:02:23 -05:00
|
|
|
<div class="badge-live fade-in-up" style="animation-delay: 0.1s;">
|
|
|
|
|
<span class="badge-live__dot"></span>
|
|
|
|
|
<span class="badge-live__text">GPS EN TIEMPO REAL</span>
|
2026-03-09 19:47:40 -05:00
|
|
|
</div>
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
<h1 class="hero__title fade-in-up" style="animation-delay: 0.2s;">
|
|
|
|
|
Tu transporte, <br />
|
|
|
|
|
<span class="text-gradient">bajo control.</span>
|
2026-03-09 16:09:23 -05:00
|
|
|
</h1>
|
2026-03-09 19:47:40 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
<p class="hero__desc fade-in-up" style="animation-delay: 0.3s;">
|
|
|
|
|
Rastrea las rutas en vivo, descubre promociones exclusivas en tu zona y accede al instante sin descargas lentas.
|
2026-03-09 16:09:23 -05:00
|
|
|
</p>
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
<div class="hero__btns fade-in-up" style="animation-delay: 0.4s;">
|
|
|
|
|
<button class="btn-primary" @click="launchApp">
|
|
|
|
|
<span class="material-icons">directions_bus</span>
|
|
|
|
|
Rastrear mi bus
|
|
|
|
|
</button>
|
|
|
|
|
<button class="btn-secondary" @click="scrollToInstall">
|
|
|
|
|
<span class="material-icons">help_outline</span>
|
|
|
|
|
Instalación
|
|
|
|
|
</button>
|
2026-03-09 19:47:40 -05:00
|
|
|
</div>
|
2026-03-09 19:35:33 -05:00
|
|
|
</div>
|
2026-03-09 15:53:35 -05:00
|
|
|
</header>
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
<!-- PREMIUM FEATURES -->
|
2026-03-09 19:47:40 -05:00
|
|
|
<section class="features">
|
|
|
|
|
<div class="features__wrap">
|
2026-03-11 12:02:23 -05:00
|
|
|
|
|
|
|
|
<div class="feature-card reveal">
|
|
|
|
|
<div class="feature-card__icon-wrap cyan-glow">
|
|
|
|
|
<span class="material-icons feature-card__icon">my_location</span>
|
2026-03-09 19:47:40 -05:00
|
|
|
</div>
|
2026-03-11 12:02:23 -05:00
|
|
|
<h3 class="feature-card__title">Monitoreo Exacto</h3>
|
|
|
|
|
<p class="feature-card__desc">Conoce la ubicación exacta de cada unidad y el tiempo real que tardará en llegar a tu parada. Se acabaron las esperas a ciegas.</p>
|
2026-03-09 15:53:35 -05:00
|
|
|
</div>
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
<div class="feature-card reveal" style="transition-delay: 0.1s;">
|
|
|
|
|
<div class="feature-card__icon-wrap yellow-glow">
|
|
|
|
|
<span class="material-icons feature-card__icon">local_offer</span>
|
2026-03-09 19:35:33 -05:00
|
|
|
</div>
|
2026-03-11 12:02:23 -05:00
|
|
|
<h3 class="feature-card__title">Ofertas Locales</h3>
|
|
|
|
|
<p class="feature-card__desc">Descubre negocios cerca de tu ruta y accede a descuentos exclusivos mientras esperas o viajas.</p>
|
2026-03-09 19:47:40 -05:00
|
|
|
</div>
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
<div class="feature-card reveal" style="transition-delay: 0.2s;">
|
|
|
|
|
<div class="feature-card__icon-wrap pink-glow">
|
|
|
|
|
<span class="material-icons feature-card__icon">bolt</span>
|
2026-03-09 19:35:33 -05:00
|
|
|
</div>
|
2026-03-11 12:02:23 -05:00
|
|
|
<h3 class="feature-card__title">Acceso Instantáneo</h3>
|
|
|
|
|
<p class="feature-card__desc">Nuestra tecnología PWA la instala directo en tu pantalla de inicio en segundos, sin pasar por los molestos registros de la App Store.</p>
|
2026-03-09 15:53:35 -05:00
|
|
|
</div>
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 15:53:35 -05:00
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
<!-- PREMIUM INSTALL GUIDE -->
|
2026-03-09 19:35:33 -05:00
|
|
|
<section id="install-guide" class="install">
|
2026-03-11 12:02:23 -05:00
|
|
|
<div class="install__gradient-bg"></div>
|
2026-03-09 19:47:40 -05:00
|
|
|
<div class="install__wrap">
|
2026-03-11 12:02:23 -05:00
|
|
|
|
|
|
|
|
<div class="install__header reveal">
|
|
|
|
|
<p class="install__eyebrow">Sin descargas pesadas</p>
|
|
|
|
|
<h2 class="install__title">Añade SIB a tu inicio</h2>
|
|
|
|
|
<p class="install__sub">Disfruta de la experiencia completa como una aplicación nativa. Ligera, rápida y siempre a mano.</p>
|
2026-03-09 19:35:33 -05:00
|
|
|
</div>
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
<div class="install__grid">
|
|
|
|
|
|
|
|
|
|
<div class="glass-card reveal">
|
|
|
|
|
<div class="glass-card__head">
|
|
|
|
|
<div class="glass-card__icon apple-bg">
|
|
|
|
|
<span class="material-icons">apple</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="glass-card__title-group">
|
|
|
|
|
<h3>iPhone / iPad</h3>
|
|
|
|
|
<span>Requiere Safari</span>
|
2026-03-09 19:47:40 -05:00
|
|
|
</div>
|
2026-03-09 16:09:23 -05:00
|
|
|
</div>
|
2026-03-11 12:02:23 -05:00
|
|
|
<ul class="glass-card__steps">
|
|
|
|
|
<li>Abre esta página web en <strong>Safari</strong>.</li>
|
|
|
|
|
<li>Toca el botón central de <strong>Compartir</strong> <span class="material-icons inline-icon">ios_share</span>.</li>
|
|
|
|
|
<li>Desliza hacia abajo y selecciona <strong>Agregar a inicio</strong> <span class="material-icons inline-icon">add_box</span>.</li>
|
|
|
|
|
</ul>
|
2026-03-09 16:09:23 -05:00
|
|
|
</div>
|
2026-03-09 19:47:40 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
<div class="glass-card reveal" style="transition-delay: 0.1s;">
|
|
|
|
|
<div class="glass-card__head">
|
|
|
|
|
<div class="glass-card__icon android-bg">
|
|
|
|
|
<span class="material-icons">android</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="glass-card__title-group">
|
|
|
|
|
<h3>Android</h3>
|
|
|
|
|
<span>Chrome browser</span>
|
2026-03-09 19:47:40 -05:00
|
|
|
</div>
|
2026-03-09 15:53:35 -05:00
|
|
|
</div>
|
2026-03-11 12:02:23 -05:00
|
|
|
<ul class="glass-card__steps">
|
|
|
|
|
<li>Abre esta página web en <strong>Google Chrome</strong>.</li>
|
|
|
|
|
<li>Toca el menú <strong>⋮</strong> en la parte superior derecha.</li>
|
|
|
|
|
<li>Selecciona <strong>Instalar Aplicación</strong> o <strong>Agregar a la pantalla principal</strong>.</li>
|
|
|
|
|
</ul>
|
2026-03-09 16:09:23 -05:00
|
|
|
</div>
|
2026-03-09 19:47:40 -05:00
|
|
|
|
2026-03-09 15:53:35 -05:00
|
|
|
</div>
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
<div class="install__footer reveal">
|
|
|
|
|
<button class="btn-primary btn-primary--large" @click="launchApp">
|
|
|
|
|
Continuar a la Aplicación ↗
|
|
|
|
|
</button>
|
2026-03-09 15:53:35 -05:00
|
|
|
</div>
|
2026-03-09 19:47:40 -05:00
|
|
|
|
2026-03-09 15:53:35 -05:00
|
|
|
</div>
|
2026-03-09 19:35:33 -05:00
|
|
|
</section>
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
<!-- FOOTER -->
|
2026-03-09 19:35:33 -05:00
|
|
|
<footer class="footer">
|
2026-03-11 12:02:23 -05:00
|
|
|
<div class="footer__wrap">
|
|
|
|
|
<img src="/titulosib.png" alt="SIB" class="footer__logo" />
|
|
|
|
|
<p class="footer__copy">© 2026 SIB. Redefiniendo la movilidad inteligente.</p>
|
|
|
|
|
</div>
|
2026-03-09 15:53:35 -05:00
|
|
|
</footer>
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 15:53:35 -05:00
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script setup lang="ts">
|
2026-03-09 16:09:23 -05:00
|
|
|
import { ref, onMounted, onUnmounted } from 'vue'
|
2026-03-09 15:53:35 -05:00
|
|
|
import { useRouter } from 'vue-router'
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
const router = useRouter()
|
2026-03-09 16:09:23 -05:00
|
|
|
const scrolled = ref(false)
|
2026-03-10 11:30:21 -05:00
|
|
|
const navVisible = ref(true)
|
|
|
|
|
let lastScrollY = 0
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
// Lógica mejorada del scroll con Hysteresis para evitar el "flickering" o jittering (Bug Fix de la Navbar)
|
2026-03-10 11:30:21 -05:00
|
|
|
const onScroll = () => {
|
|
|
|
|
const currentScrollY = window.scrollY
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
// Cambiar a diseño sólido muy rápido
|
|
|
|
|
scrolled.value = currentScrollY > 10
|
2026-03-10 11:30:21 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
// En el tope, siempre visible
|
|
|
|
|
if (currentScrollY < 80) {
|
|
|
|
|
navVisible.value = true
|
|
|
|
|
}
|
|
|
|
|
// Scroll hacia abajo (Ocultar) - Threshold de 15px para evitar ocultar por saltitos
|
|
|
|
|
else if (currentScrollY > lastScrollY + 15) {
|
2026-03-10 11:30:21 -05:00
|
|
|
navVisible.value = false
|
2026-03-11 12:02:23 -05:00
|
|
|
}
|
|
|
|
|
// Scroll hacia arriba (Mostrar) - Threshold rápido
|
|
|
|
|
else if (currentScrollY < lastScrollY - 10) {
|
2026-03-10 11:30:21 -05:00
|
|
|
navVisible.value = true
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
// Actualizar la última posición solo si se movió lo suficiente
|
|
|
|
|
if (Math.abs(currentScrollY - lastScrollY) > 10) {
|
|
|
|
|
lastScrollY = currentScrollY
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Efectos de revelado
|
|
|
|
|
revealElements()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Ejecutar animaciones al hacer scroll
|
|
|
|
|
const revealElements = () => {
|
|
|
|
|
const reveals = document.querySelectorAll('.reveal')
|
|
|
|
|
for (let i = 0; i < reveals.length; i++) {
|
|
|
|
|
const windowHeight = window.innerHeight
|
|
|
|
|
const elementTop = reveals[i].getBoundingClientRect().top
|
|
|
|
|
const elementVisible = 100
|
|
|
|
|
if (elementTop < windowHeight - elementVisible) {
|
|
|
|
|
reveals[i].classList.add('active')
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-03-10 11:30:21 -05:00
|
|
|
}
|
2026-03-09 15:53:35 -05:00
|
|
|
|
|
|
|
|
onMounted(() => {
|
2026-03-10 11:30:21 -05:00
|
|
|
window.addEventListener('scroll', onScroll, { passive: true })
|
2026-03-11 12:02:23 -05:00
|
|
|
revealElements() // Chequeo inicial
|
|
|
|
|
|
|
|
|
|
// Redirigir si ya está instalada / Standalone
|
2026-03-09 19:47:40 -05:00
|
|
|
const isStandalone =
|
|
|
|
|
window.matchMedia('(display-mode: standalone)').matches ||
|
|
|
|
|
(window.navigator as any).standalone === true
|
2026-03-11 12:02:23 -05:00
|
|
|
|
|
|
|
|
if (isStandalone) {
|
|
|
|
|
router.replace('/splash')
|
|
|
|
|
}
|
2026-03-09 15:53:35 -05:00
|
|
|
})
|
2026-03-11 12:02:23 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
onUnmounted(() => window.removeEventListener('scroll', onScroll))
|
2026-03-09 15:53:35 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
const launchApp = () => router.push('/splash')
|
|
|
|
|
const scrollToInstall = () => document.getElementById('install-guide')?.scrollIntoView({ behavior: 'smooth' })
|
|
|
|
|
const scrollToTop = () => window.scrollTo({ top: 0, behavior: 'smooth' })
|
2026-03-09 15:53:35 -05:00
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style scoped>
|
2026-03-11 12:02:23 -05:00
|
|
|
/* ─── BASE & THEME ─────────────────────────────────────────── */
|
|
|
|
|
.dark-theme {
|
|
|
|
|
--bg-color: #050505;
|
|
|
|
|
--bg-elevated: #121212;
|
|
|
|
|
--text-main: #FFFFFF;
|
|
|
|
|
--text-muted: #A1A1AA;
|
|
|
|
|
--primary-color: #FEE715;
|
|
|
|
|
--primary-glow: rgba(254, 231, 21, 0.4);
|
|
|
|
|
--border-subtle: rgba(255, 255, 255, 0.08);
|
|
|
|
|
--glass-bg: rgba(18, 18, 18, 0.6);
|
|
|
|
|
--glass-border: rgba(255, 255, 255, 0.1);
|
|
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
|
|
|
|
|
.page {
|
2026-03-11 12:02:23 -05:00
|
|
|
font-family: 'Inter', system-ui, -apple-system, sans-serif;
|
|
|
|
|
background-color: var(--bg-color);
|
|
|
|
|
color: var(--text-main);
|
|
|
|
|
min-height: 100vh;
|
|
|
|
|
overflow-x: hidden;
|
2026-03-09 19:47:40 -05:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
/* ─── ANIMACIONES GLOBALES ────────────────────────────────── */
|
|
|
|
|
@keyframes fadeInUp {
|
|
|
|
|
from { opacity: 0; transform: translateY(20px); }
|
|
|
|
|
to { opacity: 1; transform: translateY(0); }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fade-in-up {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reveal {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
transform: translateY(30px);
|
|
|
|
|
transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
|
|
|
|
|
}
|
|
|
|
|
.reveal.active {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
transform: translateY(0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ─── PREMIUM NAV ──────────────────────────────────────────── */
|
2026-03-09 19:35:33 -05:00
|
|
|
.nav {
|
2026-03-11 12:02:23 -05:00
|
|
|
position: fixed;
|
|
|
|
|
top: 0; left: 0; right: 0;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
height: 90px;
|
|
|
|
|
display: flex; align-items: center;
|
|
|
|
|
padding: 0 4%;
|
|
|
|
|
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
|
background: transparent;
|
2026-03-10 11:30:21 -05:00
|
|
|
}
|
|
|
|
|
.nav--hidden {
|
|
|
|
|
transform: translateY(-100%);
|
2026-03-10 12:02:32 -05:00
|
|
|
opacity: 0;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
|
|
|
|
.nav--solid {
|
2026-03-11 12:02:23 -05:00
|
|
|
height: 70px;
|
|
|
|
|
background: rgba(5, 5, 5, 0.85);
|
|
|
|
|
backdrop-filter: blur(16px);
|
|
|
|
|
-webkit-backdrop-filter: blur(16px);
|
|
|
|
|
border-bottom: 1px solid var(--border-subtle);
|
|
|
|
|
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-11 12:02:23 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.nav__wrap {
|
2026-03-11 12:02:23 -05:00
|
|
|
max-width: 1200px; margin: 0 auto; width: 100%;
|
2026-03-09 19:35:33 -05:00
|
|
|
display: flex; justify-content: space-between; align-items: center;
|
|
|
|
|
}
|
2026-03-11 12:02:23 -05:00
|
|
|
.nav__brand { cursor: pointer; display: flex; align-items: center; }
|
|
|
|
|
.nav__logo {
|
|
|
|
|
height: 40px; /* Tamaño consistente, arregla el bug del salto */
|
|
|
|
|
width: auto;
|
|
|
|
|
transition: transform 0.3s ease;
|
2026-03-10 11:07:17 -05:00
|
|
|
}
|
|
|
|
|
.nav--solid .nav__logo {
|
2026-03-11 12:02:23 -05:00
|
|
|
height: 36px;
|
|
|
|
|
}
|
|
|
|
|
.nav__brand:hover .nav__logo { transform: scale(1.05); }
|
|
|
|
|
|
|
|
|
|
.nav__actions { display: flex; align-items: center; gap: 24px; }
|
|
|
|
|
.nav__link {
|
|
|
|
|
background: none; border: none; color: var(--text-muted);
|
|
|
|
|
font-family: inherit; font-size: 0.95rem; font-weight: 500;
|
|
|
|
|
cursor: pointer; transition: color 0.2s ease;
|
|
|
|
|
}
|
|
|
|
|
.nav__link:hover { color: var(--text-main); }
|
|
|
|
|
|
|
|
|
|
/* Botón Nav Brillante */
|
|
|
|
|
.btn-glow {
|
|
|
|
|
display: flex; align-items: center; gap: 8px;
|
|
|
|
|
background: rgba(255, 255, 255, 0.05);
|
|
|
|
|
border: 1px solid var(--glass-border);
|
|
|
|
|
color: var(--text-main);
|
|
|
|
|
padding: 10px 20px; border-radius: 999px;
|
|
|
|
|
font-weight: 600; font-size: 0.9rem;
|
|
|
|
|
cursor: pointer; transition: all 0.3s ease;
|
|
|
|
|
backdrop-filter: blur(10px);
|
|
|
|
|
}
|
|
|
|
|
.btn-glow .material-icons { font-size: 18px; transition: transform 0.3s ease; }
|
|
|
|
|
.btn-glow:hover {
|
|
|
|
|
background: var(--primary-color);
|
|
|
|
|
color: #000;
|
|
|
|
|
box-shadow: 0 0 20px var(--primary-glow);
|
2026-03-10 10:55:33 -05:00
|
|
|
transform: translateY(-2px);
|
2026-03-11 12:02:23 -05:00
|
|
|
border-color: var(--primary-color);
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-11 12:02:23 -05:00
|
|
|
.btn-glow:hover .material-icons { transform: translateX(4px); }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
/* ─── HERO SECCTION ─────────────────────────────────────────── */
|
2026-03-09 19:35:33 -05:00
|
|
|
.hero {
|
2026-03-11 12:02:23 -05:00
|
|
|
position: relative;
|
|
|
|
|
min-height: 100vh;
|
|
|
|
|
display: flex; align-items: center;
|
|
|
|
|
padding: 100px 4% 60px;
|
2026-03-09 16:28:48 -05:00
|
|
|
overflow: hidden;
|
2026-03-09 15:53:35 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
.hero__background {
|
|
|
|
|
position: absolute; inset: 0; z-index: 0;
|
|
|
|
|
background: var(--bg-color);
|
|
|
|
|
}
|
|
|
|
|
.hero__glow {
|
|
|
|
|
position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.4;
|
|
|
|
|
animation: floatBlobs 10s ease-in-out infinite alternate;
|
|
|
|
|
}
|
|
|
|
|
.hero__glow--1 {
|
|
|
|
|
top: -10%; left: -10%; width: 50vw; height: 50vw;
|
|
|
|
|
background: rgba(43, 88, 118, 0.6); /* Azul oscuro lujoso */
|
|
|
|
|
}
|
|
|
|
|
.hero__glow--2 {
|
|
|
|
|
bottom: 0; right: -10%; width: 40vw; height: 40vw;
|
|
|
|
|
background: rgba(78, 67, 118, 0.5); /* Violeta profundo */
|
|
|
|
|
animation-delay: -5s;
|
|
|
|
|
}
|
|
|
|
|
@keyframes floatBlobs {
|
|
|
|
|
0% { transform: translate(0, 0) scale(1); }
|
|
|
|
|
100% { transform: translate(5%, 10%) scale(1.1); }
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.hero__img {
|
2026-03-11 12:02:23 -05:00
|
|
|
position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
|
|
|
|
|
opacity: 0.35; mix-blend-mode: luminosity;
|
|
|
|
|
mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
|
|
|
|
|
-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
|
2026-03-09 19:47:40 -05:00
|
|
|
}
|
|
|
|
|
.hero__overlay {
|
2026-03-09 19:35:33 -05:00
|
|
|
position: absolute; inset: 0;
|
2026-03-11 12:02:23 -05:00
|
|
|
background: radial-gradient(circle at center, transparent 0%, var(--bg-color) 100%);
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.hero__content {
|
2026-03-11 12:02:23 -05:00
|
|
|
position: relative; z-index: 10;
|
|
|
|
|
max-width: 800px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: flex; flex-direction: column; align-items: center;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
/* Badge en vivo */
|
|
|
|
|
.badge-live {
|
2026-03-09 19:35:33 -05:00
|
|
|
display: inline-flex; align-items: center; gap: 8px;
|
2026-03-11 12:02:23 -05:00
|
|
|
padding: 8px 16px; border-radius: 999px;
|
|
|
|
|
background: rgba(254, 231, 21, 0.1);
|
|
|
|
|
border: 1px solid rgba(254, 231, 21, 0.2);
|
|
|
|
|
margin-bottom: 24px;
|
|
|
|
|
}
|
|
|
|
|
.badge-live__dot {
|
|
|
|
|
width: 8px; height: 8px; border-radius: 50%; background: var(--primary-color);
|
|
|
|
|
box-shadow: 0 0 10px var(--primary-color);
|
|
|
|
|
animation: pulsate 1.5s ease-out infinite;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-11 12:02:23 -05:00
|
|
|
@keyframes pulsate {
|
|
|
|
|
0% { transform: scale(0.8); opacity: 1; }
|
|
|
|
|
100% { transform: scale(2); opacity: 0; }
|
|
|
|
|
}
|
|
|
|
|
.badge-live__text {
|
|
|
|
|
color: var(--primary-color); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.hero__title {
|
2026-03-11 12:02:23 -05:00
|
|
|
font-size: clamp(3rem, 7vw, 5.5rem);
|
|
|
|
|
font-weight: 800; line-height: 1.1; letter-spacing: -0.03em;
|
|
|
|
|
margin-bottom: 24px;
|
|
|
|
|
}
|
|
|
|
|
.text-gradient {
|
|
|
|
|
background: linear-gradient(to right, #ffffff, #a1a1aa);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
-webkit-text-fill-color: transparent;
|
2026-03-09 15:53:35 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.hero__desc {
|
2026-03-11 12:02:23 -05:00
|
|
|
font-size: clamp(1rem, 2vw, 1.25rem);
|
|
|
|
|
color: var(--text-muted); line-height: 1.6;
|
|
|
|
|
max-width: 600px; margin: 0 auto 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__btns {
|
|
|
|
|
display: flex; gap: 16px; flex-wrap: wrap; justify-content: center;
|
2026-03-09 15:53:35 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
/* Botones principales */
|
|
|
|
|
.btn-primary {
|
|
|
|
|
display: flex; align-items: center; gap: 10px;
|
|
|
|
|
background: var(--primary-color); color: #000;
|
|
|
|
|
border: none; border-radius: 12px;
|
|
|
|
|
padding: 16px 32px; font-size: 1.05rem; font-weight: 700;
|
|
|
|
|
cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
|
box-shadow: 0 10px 30px rgba(254, 231, 21, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.btn-primary:hover {
|
|
|
|
|
transform: translateY(-3px) scale(1.02);
|
|
|
|
|
box-shadow: 0 15px 40px rgba(254, 231, 21, 0.4);
|
|
|
|
|
}
|
2026-03-09 16:09:23 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
.btn-secondary {
|
|
|
|
|
display: flex; align-items: center; gap: 10px;
|
|
|
|
|
background: rgba(255, 255, 255, 0.05); color: var(--text-main);
|
|
|
|
|
border: 1px solid var(--border-subtle); border-radius: 12px;
|
|
|
|
|
padding: 16px 32px; font-size: 1.05rem; font-weight: 600;
|
|
|
|
|
cursor: pointer; transition: all 0.3s;
|
|
|
|
|
backdrop-filter: blur(10px);
|
|
|
|
|
}
|
|
|
|
|
.btn-secondary:hover {
|
|
|
|
|
background: rgba(255, 255, 255, 0.1);
|
|
|
|
|
border-color: rgba(255, 255, 255, 0.2);
|
|
|
|
|
transform: translateY(-3px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ─── FEATURES ─────────────────────────────────────────────── */
|
|
|
|
|
.features {
|
|
|
|
|
padding: 100px 4%;
|
|
|
|
|
position: relative; z-index: 2;
|
|
|
|
|
background: var(--bg-color);
|
|
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
.features__wrap {
|
2026-03-11 12:02:23 -05:00
|
|
|
max-width: 1200px; margin: 0 auto;
|
|
|
|
|
display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
|
2026-03-09 15:53:35 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
.feature-card {
|
|
|
|
|
background: var(--bg-elevated);
|
|
|
|
|
border: 1px solid var(--border-subtle);
|
|
|
|
|
border-radius: 24px; padding: 40px 32px;
|
|
|
|
|
transition: transform 0.4s ease, border-color 0.4s ease;
|
|
|
|
|
position: relative; overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.feature-card::before {
|
|
|
|
|
content: ''; position: absolute; inset: 0;
|
|
|
|
|
background: radial-gradient(800px circle at var(--mouse-x, 50%) var(--mouse-y, -20%), rgba(255,255,255,0.03), transparent 40%);
|
|
|
|
|
opacity: 0; transition: opacity 0.4s;
|
|
|
|
|
}
|
|
|
|
|
.feature-card:hover {
|
|
|
|
|
transform: translateY(-10px);
|
|
|
|
|
border-color: rgba(255,255,255, 0.15);
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-11 12:02:23 -05:00
|
|
|
.feature-card:hover::before { opacity: 1; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
.feature-card__icon-wrap {
|
|
|
|
|
width: 64px; height: 64px; border-radius: 16px;
|
2026-03-09 19:47:40 -05:00
|
|
|
display: flex; align-items: center; justify-content: center;
|
2026-03-11 12:02:23 -05:00
|
|
|
margin-bottom: 24px;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-11 12:02:23 -05:00
|
|
|
.cyan-glow { background: rgba(6, 182, 212, 0.1); color: #06b6d4; box-shadow: 0 0 30px rgba(6, 182, 212, 0.2); }
|
|
|
|
|
.yellow-glow { background: rgba(250, 204, 21, 0.1); color: #facc15; box-shadow: 0 0 30px rgba(250, 204, 21, 0.2); }
|
|
|
|
|
.pink-glow { background: rgba(236, 72, 153, 0.1); color: #ec4899; box-shadow: 0 0 30px rgba(236, 72, 153, 0.2); }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
.feature-card__icon { font-size: 32px; }
|
|
|
|
|
.feature-card__title { font-size: 1.3rem; font-weight: 700; margin-bottom: 12px; letter-spacing: -0.01em; }
|
|
|
|
|
.feature-card__desc { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
/* ─── INSTALL ──────────────────────────────────────────────── */
|
|
|
|
|
.install {
|
|
|
|
|
padding: 120px 4%; position: relative;
|
|
|
|
|
border-top: 1px solid var(--border-subtle);
|
|
|
|
|
background: linear-gradient(180deg, var(--bg-color) 0%, #0a0a0a 100%);
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-11 12:02:23 -05:00
|
|
|
.install__wrap { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
.install__header { text-align: center; margin-bottom: 60px; }
|
|
|
|
|
.install__eyebrow {
|
|
|
|
|
color: var(--primary-color); font-size: 0.85rem; font-weight: 700;
|
|
|
|
|
letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 16px;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-11 12:02:23 -05:00
|
|
|
.install__title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 16px; }
|
|
|
|
|
.install__sub { font-size: 1.1rem; color: var(--text-muted); max-width: 500px; margin: 0 auto; line-height: 1.6; }
|
|
|
|
|
|
|
|
|
|
.install__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 60px; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
.glass-card {
|
|
|
|
|
background: var(--glass-bg);
|
|
|
|
|
backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
|
|
|
|
|
border: 1px solid var(--glass-border);
|
|
|
|
|
border-radius: 24px; padding: 40px 32px;
|
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
.glass-card:hover {
|
|
|
|
|
transform: translateY(-5px);
|
|
|
|
|
background: rgba(30, 30, 30, 0.6);
|
|
|
|
|
border-color: rgba(255, 255, 255, 0.2);
|
|
|
|
|
box-shadow: 0 20px 40px rgba(0,0,0,0.4);
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
.glass-card__head {
|
|
|
|
|
display: flex; align-items: center; gap: 16px; margin-bottom: 32px;
|
|
|
|
|
}
|
|
|
|
|
.glass-card__icon {
|
|
|
|
|
width: 56px; height: 56px; border-radius: 16px;
|
|
|
|
|
display: flex; align-items: center; justify-content: center;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-11 12:02:23 -05:00
|
|
|
.apple-bg { background: rgba(255, 255, 255, 0.1); color: #fff; }
|
|
|
|
|
.android-bg { background: rgba(52, 168, 83, 0.15); color: #34A853; }
|
|
|
|
|
.glass-card__icon .material-icons { font-size: 32px; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
.glass-card__title-group h3 { font-size: 1.2rem; font-weight: 700; }
|
|
|
|
|
.glass-card__title-group span { font-size: 0.85rem; color: var(--text-muted); }
|
|
|
|
|
|
|
|
|
|
.glass-card__steps { list-style: none; display: flex; flex-direction: column; gap: 20px; counter-reset: step; }
|
|
|
|
|
.glass-card__steps li {
|
|
|
|
|
position: relative; padding-left: 40px;
|
|
|
|
|
font-size: 0.95rem; color: #d4d4d8; line-height: 1.5;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-11 12:02:23 -05:00
|
|
|
.glass-card__steps li::before {
|
|
|
|
|
counter-increment: step; content: counter(step);
|
|
|
|
|
position: absolute; left: 0; top: -2px;
|
|
|
|
|
width: 26px; height: 26px; border-radius: 50%;
|
|
|
|
|
background: rgba(255, 255, 255, 0.05); border: 1px solid var(--border-subtle);
|
|
|
|
|
display: flex; align-items: center; justify-content: center;
|
|
|
|
|
font-size: 0.8rem; font-weight: 700; color: #fff;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-11 12:02:23 -05:00
|
|
|
.glass-card__steps li strong { color: #fff; font-weight: 600; }
|
|
|
|
|
.inline-icon { font-size: 18px; vertical-align: middle; margin: 0 4px; color: var(--text-muted); }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
.install__footer { text-align: center; }
|
|
|
|
|
.btn-primary--large { font-size: 1.1rem; padding: 20px 48px; border-radius: 16px; display: inline-flex; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-11 12:02:23 -05:00
|
|
|
/* ─── FOOTER ───────────────────────────────────────────────── */
|
2026-03-09 19:35:33 -05:00
|
|
|
.footer {
|
2026-03-11 12:02:23 -05:00
|
|
|
border-top: 1px solid var(--border-subtle);
|
|
|
|
|
padding: 40px 4%; background: #000;
|
|
|
|
|
}
|
|
|
|
|
.footer__wrap {
|
|
|
|
|
max-width: 1200px; margin: 0 auto;
|
|
|
|
|
display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px;
|
|
|
|
|
}
|
|
|
|
|
.footer__logo { height: 28px; opacity: 0.5; filter: grayscale(1); transition: opacity 0.3s; }
|
|
|
|
|
.footer__logo:hover { opacity: 1; filter: grayscale(0); }
|
|
|
|
|
.footer__copy { color: var(--text-muted); font-size: 0.9rem; }
|
|
|
|
|
|
|
|
|
|
/* ─── RESPONSIVE ───────────────────────────────────────────── */
|
|
|
|
|
@media (max-width: 900px) {
|
|
|
|
|
.features__wrap { grid-template-columns: 1fr; }
|
|
|
|
|
.install__grid { grid-template-columns: 1fr; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
.hidden-mobile { display: none; }
|
|
|
|
|
.hero { align-items: center; padding-top: 140px; }
|
|
|
|
|
.hero__title { font-size: 3rem; }
|
|
|
|
|
.hero__btns { flex-direction: column; width: 100%; }
|
|
|
|
|
.btn-primary, .btn-secondary { width: 100%; justify-content: center; }
|
|
|
|
|
.footer__wrap { flex-direction: column; text-align: center; }
|
|
|
|
|
.install { padding: 80px 4%; }
|
|
|
|
|
.glass-card { padding: 32px 24px; }
|
2026-03-09 15:53:35 -05:00
|
|
|
}
|
2026-03-09 19:35:33 -05:00
|
|
|
</style>
|