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-09 19:35:33 -05:00
|
|
|
<nav class="nav" :class="{ 'nav--solid': scrolled }">
|
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">
|
|
|
|
|
<button class="nav__link" @click="scrollToInstall">¿Cómo instalar?</button>
|
|
|
|
|
<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">
|
|
|
|
|
Sabé dónde<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-09 19:47:40 -05:00
|
|
|
const onScroll = () => { scrolled.value = window.scrollY > 40 }
|
2026-03-09 15:53:35 -05:00
|
|
|
|
|
|
|
|
onMounted(() => {
|
2026-03-09 19:47:40 -05:00
|
|
|
window.addEventListener('scroll', onScroll)
|
|
|
|
|
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-09 19:47:40 -05:00
|
|
|
position: fixed; top: 0; left: 0; right: 0; z-index: 100;
|
|
|
|
|
height: 64px; display: flex; align-items: center; padding: 0 24px;
|
|
|
|
|
transition: background .2s, border-color .2s;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
|
|
|
|
.nav--solid {
|
2026-03-09 19:47:40 -05:00
|
|
|
background: rgba(255,255,255,.93);
|
|
|
|
|
backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
|
|
|
|
|
border-bottom: 1px solid var(--border);
|
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-09 19:47:40 -05:00
|
|
|
.nav__logo { height: 30px; width: auto; object-fit: contain; }
|
|
|
|
|
.nav__actions { display: flex; align-items: center; gap: 20px; }
|
2026-03-09 19:35:33 -05:00
|
|
|
.nav__link {
|
2026-03-09 19:47:40 -05:00
|
|
|
background: none; border: none; font-family: inherit;
|
|
|
|
|
font-size: .9rem; font-weight: 500; color: var(--gray); cursor: pointer;
|
|
|
|
|
transition: color .15s;
|
|
|
|
|
}
|
|
|
|
|
.nav__link:hover { color: var(--ink); }
|
|
|
|
|
|
|
|
|
|
/* ─── 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;
|
|
|
|
|
font-family: inherit; font-weight: 500; font-size: 1rem;
|
|
|
|
|
background: none; border: 1.5px solid rgba(255,255,255,.25);
|
|
|
|
|
color: rgba(255,255,255,.7);
|
|
|
|
|
padding: 14px 30px; border-radius: 10px; cursor: pointer;
|
|
|
|
|
transition: border-color .18s, color .18s; white-space: nowrap;
|
2026-03-09 19:35:33 -05:00
|
|
|
}
|
2026-03-09 19:47:40 -05:00
|
|
|
.btn-outline:hover { border-color: rgba(255,255,255,.6); color: #fff; }
|
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-09 19:47:40 -05:00
|
|
|
padding: 88px 24px 72px;
|
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; }
|
|
|
|
|
.hero { padding: 100px 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-09 19:47:40 -05:00
|
|
|
.nav { padding: 0 18px; height: 58px; }
|
|
|
|
|
.nav--solid { border-bottom: 1px solid var(--border); }
|
|
|
|
|
.nav__logo { height: 25px; }
|
|
|
|
|
.nav__link { display: none; }
|
|
|
|
|
.btn-cta--sm { font-size: .82rem; padding: 8px 14px; border-radius: 8px; }
|
2026-03-09 19:35:33 -05:00
|
|
|
|
|
|
|
|
/* Hero */
|
2026-03-09 19:47:40 -05:00
|
|
|
.hero { padding: 72px 20px 56px; }
|
|
|
|
|
.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>
|