/* FixStub — hoja de estilos de las páginas de servicio.
   Generada por scripts/build_site.py. Los colores son los mismos tokens
   de marca que usa web/index.html. */
:root {
  --navy: #0b1535; --navy2: #162045; --navy3: #1e2d5a;
  --coral: #e8504a; --coral2: #cf3f3a;
  --cream: #f5f2ee; --muted: #7a8bb5;
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--navy); color: var(--cream); font-family: var(--font-body); font-size: 18px; line-height: 1.65; overflow-x: hidden; }

nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1rem 5%; background: rgba(11,21,53,0.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,0.07); gap: 1rem; }
.nav-logo { font-family: var(--font-display); font-size: 1.7rem; font-weight: 900; letter-spacing: 0.02em; text-transform: uppercase; color: var(--cream); text-decoration: none; display: flex; align-items: center; gap: 0.5rem; }
.nav-logo .dot { color: var(--coral); }
.nav-logo img { width: 36px; height: 36px; border-radius: 9px; object-fit: cover; }
.nav-right { display: flex; align-items: center; gap: 1rem; }
.nav-call { background: var(--coral); color: #fff; padding: 0.45rem 1.2rem; border-radius: 2rem; text-decoration: none; font-family: var(--font-display); font-weight: 700; font-size: 0.85rem; letter-spacing: 0.03em; white-space: nowrap; }
.nav-call:hover { background: var(--coral2); }
.lang-toggle { display: flex; background: rgba(255,255,255,0.07); border-radius: 2rem; border: 1px solid rgba(255,255,255,0.1); flex-shrink: 0; }
.lang-btn { display: inline-block; padding: 0.35rem 0.8rem; font-family: var(--font-display); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; color: var(--muted); text-decoration: none; }
a.lang-btn:hover { color: var(--cream); }
.lang-btn.active { background: var(--coral); color: #fff; border-radius: 2rem; }

.wrap { max-width: 860px; margin: 0 auto; padding: 0 5%; }
.crumb { padding: 2rem 0 0; font-size: 0.82rem; color: var(--muted); }
.crumb a { color: var(--muted); text-decoration: none; }
.crumb a:hover { color: var(--cream); text-decoration: underline; }

.head { padding: 1.5rem 0 2.5rem; }
.head .icon { font-size: 2.6rem; display: block; margin-bottom: 0.75rem; }
h1 { font-family: var(--font-display); font-size: clamp(2.4rem, 6.5vw, 4rem); font-weight: 900; line-height: 1.02; letter-spacing: 0.01em; text-transform: uppercase; margin-bottom: 1rem; }
.lede { font-size: 1.12rem; color: var(--muted); line-height: 1.75; max-width: 62ch; }

.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.08); border-radius: 1.1rem; overflow: hidden; margin-bottom: 1rem; }
.fact { background: var(--navy2); padding: 1.3rem 1.5rem; }
.fact dt { font-family: var(--font-display); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 0.35rem; }
.fact dd { font-family: var(--font-display); font-size: 1.28rem; font-weight: 800; color: var(--cream); line-height: 1.2; }
.fact.hi dd { color: var(--coral); }
.facts-note { font-size: 0.9rem; color: var(--muted); margin-bottom: 3rem; }

section { padding: 0 0 3rem; }
h2 { font-family: var(--font-display); font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 900; text-transform: uppercase; letter-spacing: 0.01em; margin-bottom: 1.2rem; }
h3 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 800; margin-bottom: 0.4rem; color: var(--cream); }
p { margin-bottom: 1rem; }
.included { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.included li { display: flex; gap: 0.8rem; align-items: flex-start; color: var(--muted); font-size: 1rem; }
.included li::before { content: '✓'; color: var(--coral); font-weight: 800; flex-shrink: 0; }
.models-box { background: var(--navy2); border: 1px solid rgba(255,255,255,0.07); border-radius: 1rem; padding: 1.5rem 1.75rem; color: var(--muted); font-size: 1rem; }

.qa { border-top: 1px solid rgba(255,255,255,0.08); padding: 1.4rem 0; }
.qa:last-child { border-bottom: 1px solid rgba(255,255,255,0.08); }
.qa h3 { font-size: 1.15rem; margin-bottom: 0.55rem; }
.qa p { color: var(--muted); font-size: 1rem; margin-bottom: 0; }

.visit { background: var(--navy2); border: 1px solid rgba(255,255,255,0.07); border-radius: 1.25rem; padding: 2rem 2.25rem; }
.visit dl { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; margin: 1.25rem 0 1.75rem; }
.visit dt { font-family: var(--font-display); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 0.25rem; }
.visit dd { font-size: 1rem; color: var(--cream); }
.visit dd a { color: var(--cream); text-decoration: none; }
.btn-call { background: var(--coral); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1rem; padding: 0.9rem 2rem; border-radius: 3rem; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-call:hover { background: var(--coral2); }

.others { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0.9rem; }
.other-card { background: var(--navy2); border: 1px solid rgba(255,255,255,0.07); border-radius: 0.9rem; padding: 1.1rem 1.3rem; text-decoration: none; color: var(--cream); font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; display: flex; align-items: center; gap: 0.65rem; transition: border-color 0.25s; }
.other-card:hover { border-color: rgba(232,80,74,0.45); }

footer { border-top: 1px solid rgba(255,255,255,0.08); margin-top: 2rem; padding: 2.5rem 5%; text-align: center; color: var(--muted); font-size: 0.88rem; }
footer .flogo { font-family: var(--font-display); font-size: 1.5rem; font-weight: 900; text-transform: uppercase; color: var(--cream); margin-bottom: 0.5rem; }
footer .flogo span { color: var(--coral); }
footer p { margin-bottom: 0.35rem; }
footer a { color: var(--muted); }

/* WhatsApp: boton de la barra + boton flotante presente en todas las paginas */
.nav-wa { background: #25D366; color: #fff; padding: 0.45rem 1.1rem; border-radius: 2rem; text-decoration: none; font-family: var(--font-display); font-weight: 700; font-size: 0.85rem; letter-spacing: 0.03em; white-space: nowrap; }
.nav-wa:hover { background: #1da851; }
.btn-wa { display: inline-flex; align-items: center; gap: 0.5rem; background: #25D366; color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; padding: 0.85rem 1.6rem; border-radius: 3rem; text-decoration: none; letter-spacing: 0.02em; }
.btn-wa:hover { background: #1da851; }
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 999; display: inline-flex; align-items: center; gap: 0.55rem; background: #25D366; color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; padding: 0.85rem 1.3rem; border-radius: 3rem; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,0.35); transition: transform 0.2s, box-shadow 0.2s; }
.wa-float:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,0.45); }
.wa-float svg { width: 24px; height: 24px; fill: #fff; flex: none; }
@media (max-width: 640px) {
  .wa-float span { display: none; }
  .wa-float { padding: 0.95rem; border-radius: 50%; right: 14px; bottom: 14px; }
  .nav-wa { display: none; }
}

a:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
@media (max-width: 560px) { body { font-size: 17px; } .visit { padding: 1.5rem; } }
