/* ===== GigPulse · web estática (landing + legal) — tema claro estilo app-landing ===== */
:root {
  --accent: #F26A1B;
  --accent-2: #ff9a52;
  --accent-soft: rgba(242, 106, 27, 0.12);
  --ink: #14141A;
  --body: #51515C;
  --muted: #8A8A95;
  --bg: #FFFFFF;
  --bg-soft: #FAF7F4;
  --bg-soft-2: #F4F1FB;
  --line: #ECECF1;
  --card: #FFFFFF;
  --dark: #0E0E10;
  --dark-2: #18181B;
  --green: #2FAC6B;
  --purple: #7F62C9;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(20, 20, 30, 0.10);
  --shadow-sm: 0 6px 20px rgba(20, 20, 30, 0.06);
  --maxw: 1140px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Satoshi', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: var(--bg); color: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
strong { color: var(--ink); font-weight: 700; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 780px; }

/* ===== Botones ===== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent); color: #fff; font-weight: 700;
  padding: 12px 22px; border-radius: 999px; border: 1px solid transparent;
  transition: transform .15s ease, background .15s ease, filter .15s ease;
  font-size: 15px; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.04); }
.btn--lg { padding: 15px 28px; font-size: 16px; }
.btn--sm { padding: 9px 18px; font-size: 14px; }
.btn--ghost { background: #fff; border-color: var(--line); color: var(--ink); }
.btn--ghost:hover { background: var(--bg-soft); }

/* ===== Nav ===== */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.8); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s ease; }
.nav.is-scrolled { border-bottom-color: var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.logo { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 23px; letter-spacing: -.5px; color: var(--ink); text-transform: lowercase; }
.logo__word { font-weight: 700; }
.logo__accent { color: var(--accent); }
.logo__dot { width: 11px; height: 11px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.logo__img { width: 1.15em; height: 1.15em; object-fit: contain; display: block; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { color: var(--body); font-weight: 600; font-size: 15px; transition: color .15s ease; }
.nav__links a:hover { color: var(--ink); }
.nav__links .btn { color: #fff; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; }

/* ===== Hero ===== */
.hero { position: relative; overflow: hidden; padding: 76px 0 56px; background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 70%); }
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero__logo { display: flex; width: fit-content; font-size: 46px; margin-bottom: 22px; }
.pill { display: inline-block; padding: 7px 15px; border-radius: 999px; background: var(--accent-soft); color: var(--accent); font-weight: 700; font-size: 13px; margin-bottom: 20px; }
/* Píldoras "Próximamente en tienda" */
.soon { display: flex; flex-wrap: wrap; gap: 12px; }
.soon__store { display: inline-flex; align-items: center; gap: 10px; background: #0E0E10; color: #fff; padding: 10px 18px; border-radius: 14px; }
.soon__store svg { width: 22px; height: 22px; fill: #fff; flex: 0 0 auto; }
.soon__store small { display: block; font-size: 10px; opacity: .7; line-height: 1.2; font-weight: 600; }
.soon__store b { display: block; font-size: 15px; line-height: 1.15; }
.hero h1 { font-size: clamp(36px, 5.2vw, 58px); line-height: 1.06; font-weight: 800; letter-spacing: -1.4px; color: var(--ink); }
.grad { background: linear-gradient(100deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .08em; margin-right: -.04em; }
.lead { color: var(--body); font-size: 18px; margin: 20px 0 28px; max-width: 540px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__cta--center { justify-content: center; }
.trustline { margin-top: 20px; color: var(--muted); font-size: 13.5px; font-weight: 600; }
.hero__phone { display: flex; justify-content: center; position: relative; }
.hero__glow { position: absolute; width: 440px; height: 440px; right: -40px; top: -40px; z-index: -1; background: radial-gradient(circle, rgba(242,106,27,.20), transparent 62%); filter: blur(16px); }

/* ===== Mockup de móvil GENÉRICO (sin notch) — pantalla oscura = la app ===== */
.phone { width: 340px; max-width: 100%; background: #0a0a0c; border-radius: 40px; padding: 9px; border: 1px solid #303034; box-shadow: 0 34px 80px rgba(20,20,30,.28), inset 0 0 0 2px #1a1a1e; position: relative; }
.phone--sm { width: 320px; }
.phone__screen { background: var(--dark); border-radius: 28px; overflow: hidden; color: #fff; }
/* Mockups dibujados con HTML (sin captura). */
.phone__screen:not(:has(.shot)) { padding: 14px 12px 10px; }
/* Con captura: un poco de padding para separar la imagen del bisel + esquinas redondeadas. */
.phone__screen:has(.shot) { padding: 5px; }
.shot { width: 100%; height: auto; display: block; border-radius: 24px; }
.appbar { display: flex; justify-content: space-between; align-items: center; padding: 12px 4px 10px; }
.appbar__title { font-weight: 800; font-size: 20px; color: #fff; }
.appbar__sub { color: var(--accent); font-size: 12px; font-weight: 600; }
.appbar__avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; font-weight: 800; }
.chips { display: flex; gap: 6px; margin: 4px 2px 8px; }
.chip { background: #1F1F22; color: #9A9AA0; font-size: 11px; font-weight: 600; padding: 5px 11px; border-radius: 999px; }
.chip--on { background: var(--accent-soft); color: var(--accent); }
.daypill { display: inline-block; background: #1F1F22; color: #9A9AA0; font-size: 11px; padding: 5px 10px; border-radius: 999px; margin: 6px 0; }
.ev { display: flex; align-items: center; gap: 10px; padding: 7px 2px; }
.ev__poster { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, #3a2a55, #7F62C9); display: grid; place-items: center; font-weight: 800; color: #fff; font-size: 14px; flex: 0 0 auto; }
.ev__poster--b { background: linear-gradient(135deg, #1f4d3a, #2FAC6B); }
.ev__poster--c { background: linear-gradient(135deg, #5a2a16, #F26A1B); }
.ev__body { flex: 1; min-width: 0; }
.ev__venue { color: var(--accent); font-size: 11px; font-weight: 600; }
.ev__title { font-weight: 800; font-size: 14px; color: #fff; }
.ev__meta { color: #9A9AA0; font-size: 12px; }
.ev__badge { width: 24px; height: 22px; border-radius: 999px; display: grid; place-items: center; font-size: 12px; font-weight: 800; }
.ev__badge--go { background: var(--green); color: #0B3D23; }
.ev__badge--maybe { background: var(--purple); color: #221541; }
.tabbar { display: flex; justify-content: space-around; border-top: 1px solid #262628; margin-top: 8px; padding-top: 10px; color: #6E6E76; }
.tab--on { color: var(--accent); }
/* Mock de filtros / formulario / coches */
.frow { display: flex; justify-content: space-between; align-items: center; padding: 11px 2px; border-bottom: 1px solid #262628; font-size: 13px; color: #c9c9cf; }
.fval { color: var(--accent); font-weight: 700; }
.field { margin: 9px 0; }
.field label { display: block; color: #9A9AA0; font-size: 11px; margin-bottom: 4px; }
.field .input { background: #1F1F22; border-radius: 10px; padding: 10px 12px; font-size: 13px; color: #fff; }
.field2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.applybtn { background: var(--accent); color: #fff; text-align: center; font-weight: 800; padding: 11px; border-radius: 12px; margin-top: 12px; font-size: 14px; }
.ride { display: flex; align-items: center; gap: 10px; padding: 10px 2px; border-bottom: 1px solid #262628; }
.ride__a { width: 34px; height: 34px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; font-weight: 800; }
.ride__b { flex: 1; } .ride__b b { color: #fff; font-size: 14px; display: block; } .ride__b span { color: #9A9AA0; font-size: 12px; }
.ride__c { color: var(--green); font-size: 12px; font-weight: 700; }

/* ===== Banda de confianza ===== */
.band { background: linear-gradient(100deg, var(--accent), var(--accent-2)); }
.band__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 32px 0; text-align: center; }
.band__item strong { display: block; color: #fff; font-size: 18px; font-weight: 800; }
.band__item span { color: rgba(255,255,255,.85); font-size: 13.5px; }

/* ===== Secciones ===== */
.section { padding: 84px 0; }
.section--alt { background: var(--bg-soft); }
.section__head { text-align: center; max-width: 660px; margin: 0 auto 52px; }
.eyebrow { color: var(--accent); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1.2px; }
.section h2 { font-size: clamp(28px, 3.6vw, 40px); font-weight: 800; letter-spacing: -.8px; margin-top: 10px; color: var(--ink); }
.section__lead { color: var(--body); margin-top: 12px; font-size: 17px; }

/* Filas showcase (texto + mockup alternados) */
.show { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 74px; }
.show:last-child { margin-bottom: 0; }
.show--rev .show__text { order: 2; }
.show__text h3 { font-size: clamp(24px, 3vw, 32px); font-weight: 800; letter-spacing: -.6px; color: var(--ink); margin: 8px 0 12px; }
.show__text p { font-size: 17px; }
.show__media { display: flex; justify-content: center; }
.ticks { list-style: none; margin-top: 18px; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 30px; color: var(--body); font-weight: 500; }
.ticks li::before { content: '✓'; position: absolute; left: 0; top: -1px; width: 21px; height: 21px; background: var(--accent-soft); color: var(--accent); border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 800; }
.ticks--center { max-width: 520px; margin: 24px auto; text-align: left; }

/* Grid de tarjetas */
.grid { display: grid; gap: 22px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card__icon { width: 54px; height: 54px; border-radius: 16px; background: var(--accent-soft); display: grid; place-items: center; margin-bottom: 16px; }
.card__icon svg { width: 26px; height: 26px; stroke: var(--accent); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { font-size: 19px; font-weight: 800; color: var(--ink); }
.card p { color: var(--body); margin-top: 8px; font-size: 15px; }

/* Pasos */
.steps .step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; text-align: center; box-shadow: var(--shadow-sm); }
.step__n { width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 800; display: grid; place-items: center; margin: 0 auto 14px; font-size: 18px; }
.step h3 { font-size: 18px; font-weight: 800; color: var(--ink); }
.step p { color: var(--body); margin-top: 6px; font-size: 15px; }

/* Privacidad */
.privacy { text-align: center; }
.privacy .btn { margin-top: 8px; }

/* FAQ */
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 4px 20px; margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq summary { list-style: none; cursor: pointer; font-weight: 700; color: var(--ink); padding: 17px 0; position: relative; padding-right: 30px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 2px; top: 13px; font-size: 24px; color: var(--accent); transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { color: var(--body); padding: 0 0 17px; }

/* CTA */
.cta { padding: 96px 0; text-align: center; background: linear-gradient(180deg, var(--bg-soft), var(--bg)); }
.cta h2 { font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; letter-spacing: -.8px; color: var(--ink); }
.cta p { color: var(--body); margin: 12px 0 28px; font-size: 17px; }

/* Footer */
.footer { background: var(--dark); color: #c9c9cf; padding: 60px 0 28px; }
.footer .logo { color: #fff; }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; }
.footer__brand p { color: #8A8A95; margin-top: 12px; max-width: 300px; }
.footer__col h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .6px; color: #6E6E76; margin-bottom: 12px; }
.footer__col a { display: block; color: #b6b6bf; padding: 5px 0; font-size: 15px; }
.footer__col a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #262628; margin-top: 38px; padding-top: 20px; color: #8A8A95; font-size: 14px; }
.footer__bottom a:hover { color: #fff; }

/* Selector de idioma flotante (burbuja anclada abajo a la derecha) */
.langfab { position: fixed; right: 16px; top: 16px; z-index: 70; display: inline-flex; gap: 2px; padding: 4px; background: #fff; border: 1px solid var(--line); border-radius: 999px; box-shadow: var(--shadow); }
.langfab__opt { padding: 8px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; color: var(--body); line-height: 1; transition: background .15s ease, color .15s ease; }
.langfab__opt:hover { color: var(--ink); }
.langfab__opt.is-active { background: var(--accent); color: #fff; }

/* Aparición */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* Páginas legales */
.legal { padding: 120px 0 84px; }
.legal h1 { font-size: clamp(30px, 4vw, 44px); font-weight: 800; letter-spacing: -.9px; color: var(--ink); }
.legal .updated { color: var(--muted); margin: 8px 0 32px; }
.legal h2 { font-size: 22px; font-weight: 800; color: var(--ink); margin: 34px 0 10px; }
.legal p, .legal li { color: var(--body); font-size: 16px; }
.legal ul { margin: 10px 0 10px 22px; }
.legal a { color: var(--accent); }
.back { display: inline-block; color: var(--muted); margin-bottom: 24px; font-weight: 600; }

/* ===== Responsive ===== */
@media (max-width: 940px) {
  .grid--3 { grid-template-columns: 1fr 1fr; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__phone { margin-top: 30px; }
  .show, .show--rev { grid-template-columns: 1fr; gap: 30px; }
  .show--rev .show__text { order: 0; }
  .show__media { order: -1; }
  .band__inner { grid-template-columns: 1fr 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .nav__links { position: fixed; inset: 70px 0 auto 0; flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 10px 24px 22px; transform: translateY(-130%); transition: transform .25s ease; box-shadow: var(--shadow); }
  .nav__links.is-open { transform: none; }
  .nav__links a { padding: 14px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .nav__links .btn { margin-top: 12px; justify-content: center; }
  .nav__toggle { display: flex; }
  .grid--3 { grid-template-columns: 1fr; }
  .band__inner { grid-template-columns: 1fr 1fr; gap: 26px 12px; }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; gap: 10px; }
}
