2026-03-09 15:53:35 -05:00
|
|
|
<template>
|
2026-03-09 19:47:40 -05:00
|
|
|
<div class="page">
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
<!-- 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-09 19:35:33 -05:00
|
|
|
<img src="/titulosib.png" alt="SIB" class="nav__logo" />
|
2026-03-09 19:47:40 -05:00
|
|
|
<div class="nav__actions">
|
2026-03-10 10:55:33 -05:00
|
|
|
<button class="btn-install" @click="scrollToInstall">¿Cómo instalar?</button>
|
2026-03-09 19:47:40 -05:00
|
|
|
<button class="btn-cta btn-cta--sm" @click="launchApp">Abrir app ↗</button>
|
2026-03-09 15:53:35 -05:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
<!-- HERO -->
|
2026-03-09 19:35:33 -05:00
|
|
|
<header class="hero">
|
2026-03-09 19:47:40 -05:00
|
|
|
<img src="/landing-bg-bus.png" alt="" class="hero__img" />
|
|
|
|
|
<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">
|
|
|
|
|
<div class="hero__live">
|
|
|
|
|
<span class="hero__live-dot"></span>
|
|
|
|
|
En tiempo real
|
|
|
|
|
</div>
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
<h1 class="hero__title">
|
2026-03-10 10:55:33 -05:00
|
|
|
¿Quieres saber donde<br>está tu bus?
|
2026-03-09 16:09:23 -05:00
|
|
|
</h1>
|
2026-03-09 19:47:40 -05:00
|
|
|
|
|
|
|
|
<p class="hero__desc">
|
|
|
|
|
Seguí las rutas en vivo, encontrá ofertas cerca de tu parada
|
|
|
|
|
y descargá la app sin pasar por la tienda.
|
2026-03-09 16:09:23 -05:00
|
|
|
</p>
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
<div class="hero__btns">
|
|
|
|
|
<button class="btn-cta btn-cta--lg" @click="launchApp">Abrir aplicación ↗</button>
|
|
|
|
|
<button class="btn-outline" @click="scrollToInstall">¿Cómo instalarla?</button>
|
|
|
|
|
</div>
|
2026-03-09 19:35:33 -05:00
|
|
|
</div>
|
2026-03-09 15:53:35 -05:00
|
|
|
</header>
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
<!-- FEATURES -->
|
|
|
|
|
<section class="features">
|
|
|
|
|
<div class="features__wrap">
|
|
|
|
|
|
|
|
|
|
<div class="feature">
|
|
|
|
|
<div class="feature__icon">
|
|
|
|
|
<span class="material-icons">gps_fixed</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="feature__text">
|
|
|
|
|
<h3>GPS en tiempo real</h3>
|
|
|
|
|
<p>Ves exactamente dónde está cada bus y cuánto tarda en llegar a tu parada.</p>
|
|
|
|
|
</div>
|
2026-03-09 15:53:35 -05:00
|
|
|
</div>
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
<div class="feature">
|
|
|
|
|
<div class="feature__icon">
|
|
|
|
|
<span class="material-icons">local_offer</span>
|
2026-03-09 19:35:33 -05:00
|
|
|
</div>
|
2026-03-09 19:47:40 -05:00
|
|
|
<div class="feature__text">
|
|
|
|
|
<h3>Ofertas locales</h3>
|
|
|
|
|
<p>Descubrí descuentos y promociones de negocios cerca de las paradas.</p>
|
2026-03-09 19:35:33 -05:00
|
|
|
</div>
|
2026-03-09 19:47:40 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="feature">
|
|
|
|
|
<div class="feature__icon">
|
|
|
|
|
<span class="material-icons">download_done</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="feature__text">
|
|
|
|
|
<h3>Sin descargar nada</h3>
|
|
|
|
|
<p>Se instala directo desde el navegador como una app normal, sin Play Store ni App Store.</p>
|
2026-03-09 19:35:33 -05:00
|
|
|
</div>
|
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-09 19:47:40 -05:00
|
|
|
<!-- INSTALL -->
|
2026-03-09 19:35:33 -05:00
|
|
|
<section id="install-guide" class="install">
|
2026-03-09 19:47:40 -05:00
|
|
|
<div class="install__wrap">
|
|
|
|
|
|
|
|
|
|
<div class="install__header">
|
|
|
|
|
<p class="install__eyebrow">Instalación rápida</p>
|
|
|
|
|
<h2 class="install__title">Listo en 30 segundos</h2>
|
|
|
|
|
<p class="install__sub">
|
|
|
|
|
Seguí estos pasos según tu celular para agregar SIB a tu pantalla de inicio.
|
|
|
|
|
</p>
|
2026-03-09 19:35:33 -05:00
|
|
|
</div>
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
<div class="install__cards">
|
|
|
|
|
|
|
|
|
|
<div class="icard">
|
|
|
|
|
<div class="icard__head">
|
|
|
|
|
<span class="material-icons">apple</span>
|
|
|
|
|
<div>
|
|
|
|
|
<strong>iPhone</strong>
|
|
|
|
|
<span>Safari</span>
|
|
|
|
|
</div>
|
2026-03-09 16:09:23 -05:00
|
|
|
</div>
|
2026-03-09 19:47:40 -05:00
|
|
|
<ol class="icard__steps">
|
|
|
|
|
<li>Abrí esta página en <strong>Safari</strong></li>
|
|
|
|
|
<li>Tocá el botón <strong>Compartir</strong> (cuadro con flecha ↑)</li>
|
|
|
|
|
<li>Elegí <strong>"Agregar a inicio"</strong></li>
|
2026-03-09 16:09:23 -05:00
|
|
|
</ol>
|
|
|
|
|
</div>
|
2026-03-09 19:47:40 -05:00
|
|
|
|
|
|
|
|
<div class="icard">
|
|
|
|
|
<div class="icard__head">
|
|
|
|
|
<span class="material-icons">android</span>
|
|
|
|
|
<div>
|
|
|
|
|
<strong>Android</strong>
|
|
|
|
|
<span>Chrome</span>
|
|
|
|
|
</div>
|
2026-03-09 15:53:35 -05:00
|
|
|
</div>
|
2026-03-09 19:47:40 -05:00
|
|
|
<ol class="icard__steps">
|
|
|
|
|
<li>Abrí esta página en <strong>Chrome</strong></li>
|
|
|
|
|
<li>Tocá el menú <strong>⋮</strong> arriba a la derecha</li>
|
|
|
|
|
<li>Elegí <strong>"Instalar aplicación"</strong></li>
|
2026-03-09 16:09:23 -05:00
|
|
|
</ol>
|
|
|
|
|
</div>
|
2026-03-09 19:47:40 -05:00
|
|
|
|
2026-03-09 15:53:35 -05:00
|
|
|
</div>
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
<div class="install__action">
|
|
|
|
|
<button class="btn-cta btn-cta--lg" @click="launchApp">Abrir 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">
|
|
|
|
|
<img src="/titulosib.png" alt="SIB" class="footer__logo" />
|
2026-03-09 19:47:40 -05:00
|
|
|
<p class="footer__copy">© 2025 SIB · Todos los derechos reservados</p>
|
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-09 19:47:40 -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
|
|
|
|
|
|
|
|
|
|
const onScroll = () => {
|
|
|
|
|
const currentScrollY = window.scrollY
|
|
|
|
|
|
|
|
|
|
// Estilo sólido de la nav
|
|
|
|
|
scrolled.value = currentScrollY > 40
|
|
|
|
|
|
|
|
|
|
// Lógica de ocultar/mostrar según dirección
|
2026-03-10 11:52:33 -05:00
|
|
|
if (currentScrollY > lastScrollY && currentScrollY > 80) {
|
2026-03-10 11:30:21 -05:00
|
|
|
// Scroll hacia abajo y ya pasamos el hero: ocultar
|
|
|
|
|
navVisible.value = false
|
|
|
|
|
} else {
|
|
|
|
|
// Scroll hacia arriba o estamos al inicio: mostrar
|
|
|
|
|
navVisible.value = true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
lastScrollY = currentScrollY
|
|
|
|
|
}
|
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-09 19:47:40 -05:00
|
|
|
const isStandalone =
|
|
|
|
|
window.matchMedia('(display-mode: standalone)').matches ||
|
|
|
|
|
(window.navigator as any).standalone === true
|
2026-03-09 19:35:33 -05:00
|
|
|
if (isStandalone) router.replace('/splash')
|
2026-03-09 15:53:35 -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-09 19:47:40 -05:00
|
|
|
const launchApp = () => router.push('/splash')
|
|
|
|
|
const scrollToInstall = () =>
|
|
|
|
|
document.getElementById('install-guide')?.scrollIntoView({ behavior: 'smooth' })
|
2026-03-09 15:53:35 -05:00
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style scoped>
|
2026-03-09 19:47:40 -05:00
|
|
|
/* ─── BASE ─────────────────────────────────────────── */
|
|
|
|
|
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
|
|
|
|
|
|
|
|
|
.page {
|
|
|
|
|
--y: #FEE715;
|
|
|
|
|
--ydark: #B8940A;
|
|
|
|
|
--ylight: #FFF8CC;
|
|
|
|
|
--ink: #0A0A0A;
|
|
|
|
|
--white: #FFFFFF;
|
|
|
|
|
--gray: #888;
|
|
|
|
|
--muted: #BBBBBBB;
|
|
|
|
|
--bg: #F6F6F6;
|
|
|
|
|
--border: rgba(0,0,0,0.08);
|
|
|
|
|
|
|
|
|
|
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
|
|
|
|
|
background: var(--white);
|
|
|
|
|
color: var(--ink);
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ─── NAV ──────────────────────────────────────────── */
|
2026-03-09 19:35:33 -05:00
|
|
|
.nav {
|
2026-03-10 12:02:32 -05:00
|
|
|
position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
|
|
|
|
|
height: 140px; display: flex; align-items: center; padding: 0 24px;
|
2026-03-10 11:52:33 -05:00
|
|
|
transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1),
|
|
|
|
|
background .4s cubic-bezier(0.4, 0, 0.2, 1),
|
2026-03-10 12:02:32 -05:00
|
|
|
height .4s cubic-bezier(0.4, 0, 0.2, 1),
|
|
|
|
|
opacity .3s ease,
|
|
|
|
|
visibility .3s ease;
|
|
|
|
|
will-change: transform, background, height, opacity;
|
2026-03-10 11:30:21 -05:00
|
|
|
}
|
|
|
|
|
.nav--hidden {
|
|
|
|
|
transform: translateY(-100%);
|
2026-03-10 12:02:32 -05:00
|
|
|
opacity: 0;
|
|
|
|
|
visibility: hidden;
|
2026-03-10 11:52:33 -05:00
|
|
|
pointer-events: none;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
|
|
|
|
.nav--solid {
|
2026-03-10 12:02:32 -05:00
|
|
|
background: rgba(255,255,255,.98);
|
2026-03-10 11:07:17 -05:00
|
|
|
backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
|
2026-03-09 19:47:40 -05:00
|
|
|
border-bottom: 1px solid var(--border);
|
2026-03-10 12:02:32 -05:00
|
|
|
height: 80px;
|
|
|
|
|
box-shadow: 0 4px 30px rgba(0,0,0,0.05);
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
.nav__wrap {
|
|
|
|
|
max-width: 1100px; margin: 0 auto; width: 100%;
|
2026-03-09 19:35:33 -05:00
|
|
|
display: flex; justify-content: space-between; align-items: center;
|
|
|
|
|
}
|
2026-03-10 10:55:33 -05:00
|
|
|
.nav__logo {
|
2026-03-10 12:02:32 -05:00
|
|
|
height: 130px;
|
2026-03-10 10:55:33 -05:00
|
|
|
width: auto;
|
|
|
|
|
object-fit: contain;
|
|
|
|
|
filter: drop-shadow(0 4px 12px rgba(0,0,0,0.6));
|
2026-03-10 11:07:17 -05:00
|
|
|
transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
|
}
|
|
|
|
|
.nav--solid .nav__logo {
|
2026-03-10 12:02:32 -05:00
|
|
|
height: 60px;
|
2026-03-10 10:55:33 -05:00
|
|
|
}
|
2026-03-10 11:07:17 -05:00
|
|
|
.nav__logo:hover { transform: scale(1.08) rotate(-2deg); }
|
2026-03-10 10:55:33 -05:00
|
|
|
|
|
|
|
|
.nav__actions { display: flex; align-items: center; gap: 14px; }
|
|
|
|
|
|
|
|
|
|
/* ─── NEW INSTALL BUTTON (NAV) ───────────────────── */
|
|
|
|
|
.btn-install {
|
|
|
|
|
background: rgba(255,255,255, 0.15);
|
|
|
|
|
backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
|
|
|
|
|
border: 1.5px solid rgba(255,255,255, 0.3);
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-family: inherit; font-size: .88rem; font-weight: 700;
|
|
|
|
|
padding: 10px 22px; border-radius: 12px; cursor: pointer;
|
|
|
|
|
transition: all .25s cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
.btn-install:hover {
|
|
|
|
|
background: rgba(255,255,255, 0.25);
|
|
|
|
|
border-color: rgba(255,255,255, 0.5);
|
|
|
|
|
transform: translateY(-2px);
|
|
|
|
|
box-shadow: 0 4px 20px rgba(0,0,0,0.2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav--solid .btn-install {
|
|
|
|
|
background: rgba(0,0,0, 0.04);
|
|
|
|
|
border: 1.5px solid rgba(0,0,0, 0.1);
|
|
|
|
|
color: var(--ink);
|
|
|
|
|
}
|
|
|
|
|
.nav--solid .btn-install:hover {
|
|
|
|
|
background: rgba(0,0,0, 0.08);
|
|
|
|
|
border-color: var(--ink);
|
2026-03-09 19:47:40 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ─── BUTTONS ──────────────────────────────────────── */
|
|
|
|
|
.btn-cta {
|
|
|
|
|
display: inline-flex; align-items: center; justify-content: center;
|
|
|
|
|
gap: 6px; font-family: inherit; font-weight: 700;
|
|
|
|
|
background: var(--y); color: var(--ink);
|
|
|
|
|
border: none; border-radius: 10px; cursor: pointer;
|
|
|
|
|
transition: transform .18s, box-shadow .18s;
|
|
|
|
|
white-space: nowrap;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
.btn-cta--sm { font-size: .88rem; padding: 9px 18px; }
|
|
|
|
|
.btn-cta--lg { font-size: 1rem; padding: 15px 34px; }
|
|
|
|
|
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(254,231,21,.4); }
|
|
|
|
|
.btn-cta:active { transform: translateY(0); box-shadow: none; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.btn-outline {
|
|
|
|
|
display: inline-flex; align-items: center; justify-content: center;
|
2026-03-10 10:55:33 -05:00
|
|
|
font-family: inherit; font-weight: 700; font-size: 1rem;
|
|
|
|
|
background: rgba(255,255,255, 0.1);
|
|
|
|
|
backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
|
|
|
|
|
border: 1.5px solid rgba(255,255,255, 0.2);
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
padding: 15px 34px; border-radius: 10px; cursor: pointer;
|
|
|
|
|
transition: all .2s; white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
.btn-outline:hover {
|
|
|
|
|
background: rgba(255,255,255, 0.2);
|
|
|
|
|
border-color: rgba(255,255,255, 0.5);
|
|
|
|
|
transform: translateY(-2px);
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
/* ─── HERO ─────────────────────────────────────────── */
|
2026-03-09 19:35:33 -05:00
|
|
|
.hero {
|
2026-03-09 19:47:40 -05:00
|
|
|
position: relative; min-height: 100svh;
|
2026-03-09 19:35:33 -05:00
|
|
|
display: flex; align-items: flex-end;
|
2026-03-10 11:42:57 -05:00
|
|
|
padding: 180px 24px 72px; /* Increased top padding from 88px to 180px */
|
2026-03-09 16:28:48 -05:00
|
|
|
overflow: hidden;
|
2026-03-09 15:53:35 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.hero__img {
|
|
|
|
|
position: absolute; inset: 0;
|
|
|
|
|
width: 100%; height: 100%;
|
|
|
|
|
object-fit: cover; object-position: center 35%;
|
|
|
|
|
}
|
|
|
|
|
.hero__overlay {
|
2026-03-09 19:35:33 -05:00
|
|
|
position: absolute; inset: 0;
|
2026-03-09 19:47:40 -05:00
|
|
|
background: linear-gradient(
|
|
|
|
|
to top,
|
|
|
|
|
rgba(10,10,10,.96) 0%,
|
|
|
|
|
rgba(10,10,10,.72) 45%,
|
|
|
|
|
rgba(10,10,10,.28) 100%
|
|
|
|
|
);
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.hero__content {
|
|
|
|
|
position: relative; z-index: 1;
|
|
|
|
|
max-width: 640px; color: #fff;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.hero__live {
|
2026-03-09 19:35:33 -05:00
|
|
|
display: inline-flex; align-items: center; gap: 8px;
|
2026-03-09 19:47:40 -05:00
|
|
|
font-size: .73rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
|
|
|
|
|
color: var(--y); margin-bottom: 20px;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
.hero__live-dot {
|
|
|
|
|
width: 7px; height: 7px; border-radius: 50%; background: var(--y);
|
|
|
|
|
animation: dot 2s ease-in-out infinite;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
@keyframes dot { 0%,100%{opacity:1} 50%{opacity:.25} }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.hero__title {
|
|
|
|
|
font-size: clamp(2.4rem, 6.5vw, 4.6rem);
|
|
|
|
|
font-weight: 800; line-height: 1.06; letter-spacing: -.03em;
|
|
|
|
|
margin-bottom: 18px;
|
2026-03-09 15:53:35 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.hero__desc {
|
|
|
|
|
font-size: clamp(.92rem, 2vw, 1.05rem);
|
|
|
|
|
color: rgba(255,255,255,.58); line-height: 1.75;
|
|
|
|
|
margin-bottom: 36px;
|
2026-03-09 15:53:35 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.hero__btns { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
|
2026-03-09 16:09:23 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
/* ─── FEATURES ─────────────────────────────────────── */
|
|
|
|
|
.features { padding: 72px 24px; border-bottom: 1px solid var(--border); }
|
|
|
|
|
.features__wrap {
|
|
|
|
|
max-width: 1100px; margin: 0 auto;
|
|
|
|
|
display: grid; grid-template-columns: repeat(3,1fr);
|
2026-03-09 15:53:35 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.feature {
|
|
|
|
|
display: flex; flex-direction: column; gap: 14px;
|
|
|
|
|
padding: 0 40px 0 0;
|
|
|
|
|
margin-right: 40px;
|
|
|
|
|
border-right: 1px solid var(--border);
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
.feature:last-child { border-right: none; padding-right: 0; margin-right: 0; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.feature__icon {
|
|
|
|
|
width: 44px; height: 44px; border-radius: 11px;
|
|
|
|
|
background: var(--ylight);
|
|
|
|
|
display: flex; align-items: center; justify-content: center;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
.feature__icon .material-icons { font-size: 22px; color: var(--ydark); }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.feature__text h3 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; letter-spacing: -.01em; }
|
|
|
|
|
.feature__text p { font-size: .9rem; color: var(--gray); line-height: 1.65; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
/* ─── INSTALL ──────────────────────────────────────── */
|
|
|
|
|
.install { background: var(--bg); padding: 88px 24px; }
|
|
|
|
|
.install__wrap { max-width: 840px; margin: 0 auto; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.install__header { text-align: center; margin-bottom: 52px; }
|
|
|
|
|
.install__eyebrow {
|
|
|
|
|
font-size: .72rem; font-weight: 700; letter-spacing: .14em;
|
|
|
|
|
text-transform: uppercase; color: var(--gray); margin-bottom: 10px;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
.install__title {
|
|
|
|
|
font-size: clamp(1.7rem, 4vw, 2.6rem);
|
|
|
|
|
font-weight: 800; letter-spacing: -.03em; margin-bottom: 12px;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
.install__sub { font-size: .93rem; color: var(--gray); line-height: 1.65; max-width: 400px; margin: 0 auto; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.install__cards {
|
|
|
|
|
display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 44px;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.icard {
|
|
|
|
|
background: var(--white); border: 1px solid var(--border);
|
|
|
|
|
border-radius: 16px; padding: 32px 28px;
|
|
|
|
|
transition: box-shadow .2s;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
.icard:hover { box-shadow: 0 6px 28px rgba(0,0,0,.07); }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.icard__head {
|
2026-03-09 19:35:33 -05:00
|
|
|
display: flex; align-items: center; gap: 12px;
|
2026-03-09 19:47:40 -05:00
|
|
|
padding-bottom: 20px; margin-bottom: 20px;
|
|
|
|
|
border-bottom: 1px solid var(--border);
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
.icard__head .material-icons { font-size: 26px; }
|
|
|
|
|
.icard__head div { display: flex; flex-direction: column; gap: 1px; }
|
|
|
|
|
.icard__head strong { font-size: .97rem; font-weight: 700; }
|
|
|
|
|
.icard__head span { font-size: .8rem; color: var(--gray); }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.icard__steps { list-style: none; counter-reset: s; display: flex; flex-direction: column; gap: 14px; }
|
|
|
|
|
.icard__steps li {
|
2026-03-09 19:35:33 -05:00
|
|
|
counter-increment: s;
|
2026-03-09 19:47:40 -05:00
|
|
|
display: flex; align-items: flex-start; gap: 12px;
|
|
|
|
|
font-size: .9rem; color: #444; line-height: 1.5;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
.icard__steps li::before {
|
2026-03-09 19:35:33 -05:00
|
|
|
content: counter(s);
|
2026-03-09 19:47:40 -05:00
|
|
|
flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
|
|
|
|
|
background: var(--bg); border: 1px solid var(--border);
|
|
|
|
|
color: var(--ink); font-size: .75rem; font-weight: 700;
|
|
|
|
|
display: flex; align-items: center; justify-content: center; margin-top: 1px;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
.icard__steps li strong { color: var(--ink); }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
.install__action { text-align: center; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
/* ─── FOOTER ───────────────────────────────────────── */
|
2026-03-09 19:35:33 -05:00
|
|
|
.footer {
|
2026-03-09 19:47:40 -05:00
|
|
|
background: var(--white); border-top: 1px solid var(--border);
|
|
|
|
|
padding: 32px 24px;
|
|
|
|
|
display: flex; align-items: center; justify-content: space-between;
|
|
|
|
|
flex-wrap: wrap; gap: 12px;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
.footer__logo { height: 22px; opacity: .4; }
|
|
|
|
|
.footer__copy { font-size: .8rem; color: #ccc; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
/* ─── RESPONSIVE ───────────────────────────────────── */
|
2026-03-09 19:35:33 -05:00
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
/* Tablet + */
|
2026-03-09 19:35:33 -05:00
|
|
|
@media (min-width: 768px) {
|
2026-03-09 19:47:40 -05:00
|
|
|
.nav { padding: 0 40px; }
|
2026-03-10 11:52:33 -05:00
|
|
|
.hero { padding: 180px 48px 88px; }
|
2026-03-09 19:35:33 -05:00
|
|
|
.nav__link { display: block; }
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-09 19:47:40 -05:00
|
|
|
/* Mobile */
|
2026-03-09 19:35:33 -05:00
|
|
|
@media (max-width: 767px) {
|
|
|
|
|
/* Nav */
|
2026-03-10 11:42:57 -05:00
|
|
|
.nav { padding: 0 18px; height: 100px; }
|
2026-03-10 11:07:17 -05:00
|
|
|
.nav--solid { border-bottom: 1px solid var(--border); height: 70px; }
|
2026-03-10 11:42:57 -05:00
|
|
|
.nav__logo { height: 85px; }
|
2026-03-10 11:07:17 -05:00
|
|
|
.nav--solid .nav__logo { height: 60px; }
|
2026-03-10 10:55:33 -05:00
|
|
|
.btn-install { display: none; }
|
2026-03-09 19:47:40 -05:00
|
|
|
.btn-cta--sm { font-size: .82rem; padding: 8px 14px; border-radius: 8px; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
|
|
|
|
/* Hero */
|
2026-03-10 11:42:57 -05:00
|
|
|
.hero { padding: 120px 20px 56px; }
|
2026-03-09 19:47:40 -05:00
|
|
|
.hero__title { font-size: clamp(2.1rem, 10.5vw, 3rem); }
|
|
|
|
|
.hero__desc { font-size: .9rem; margin-bottom: 28px; }
|
|
|
|
|
.hero__btns { flex-direction: column; }
|
|
|
|
|
.btn-cta--lg,
|
|
|
|
|
.btn-outline { width: 100%; font-size: .97rem; }
|
|
|
|
|
.btn-outline { border-color: rgba(255,255,255,.2); }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
|
|
|
|
/* Features */
|
2026-03-09 19:47:40 -05:00
|
|
|
.features { padding: 52px 20px; }
|
|
|
|
|
.features__wrap { grid-template-columns: 1fr; gap: 0; }
|
|
|
|
|
.feature {
|
|
|
|
|
flex-direction: row; align-items: flex-start; gap: 16px;
|
|
|
|
|
padding: 24px 0; margin-right: 0;
|
|
|
|
|
border-right: none; border-bottom: 1px solid var(--border);
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
.feature:last-child { border-bottom: none; }
|
|
|
|
|
.feature__icon { margin-top: 2px; flex-shrink: 0; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
|
|
|
|
/* Install */
|
2026-03-09 19:47:40 -05:00
|
|
|
.install { padding: 56px 20px; }
|
|
|
|
|
.install__title { font-size: 1.75rem; }
|
|
|
|
|
.install__cards { grid-template-columns: 1fr; gap: 12px; }
|
|
|
|
|
.icard { padding: 24px 20px; border-radius: 12px; }
|
|
|
|
|
.install__action .btn-cta--lg { width: 100%; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
|
|
|
|
/* Footer */
|
2026-03-09 19:47:40 -05:00
|
|
|
.footer { flex-direction: column; align-items: center; text-align: center; padding: 28px 20px; }
|
2026-03-09 15:53:35 -05:00
|
|
|
}
|
2026-03-09 19:35:33 -05:00
|
|
|
</style>
|