/* ============================================================
   Señaliza — Landing
   Señalética vial, industrial y de seguridad · Chile
   Paleta: #102A43 navy · #FFD800 amarillo · #2563EB azul · #F7F7F7 claro
   Tipografías: Archivo (display/body) · IBM Plex Mono (técnico)
   ============================================================ */

:root {
  --navy: #102A43;
  --navy-deep: #0E2740;
  --navy-darker: #0B1C2E;
  --navy-panel-a: #16344E;
  --navy-panel-b: #0C2238;
  --yellow: #FFD800;
  --yellow-hover: #FFE433;
  --blue: #2563EB;
  --blue-hover: #1D4FD0;
  --light: #F7F7F7;
  --mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --ink-muted: #D7E3EE;
  --ink-soft: #BFD0DF;
  --chevron: "»";
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-arrow: cubic-bezier(0.34, 1.4, 0.64, 1);
}

/* ---------- Reset / base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--light);
  font-family: 'Archivo', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--yellow); color: var(--navy); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

@keyframes shimmer {
  0%   { transform: translateX(-120%) skewX(-18deg); }
  100% { transform: translateX(320%) skewX(-18deg); }
}
@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.page { position: relative; width: 100%; overflow-x: hidden; background: var(--navy); }
.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* ============ NAV ============ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 28, 46, 0.86);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(247, 247, 247, 0.10);
}
.hazard-strip {
  height: 4px; width: 100%;
  background-image: repeating-linear-gradient(135deg, var(--yellow) 0 16px, var(--navy) 16px 32px);
}
.nav {
  max-width: 1240px; margin: 0 auto; padding: 0 32px;
  height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav__logo { display: flex; align-items: center; }
.nav__logo img { height: 30px; width: auto; }
.nav__menu { display: flex; align-items: center; gap: 10px; }

.nav-link {
  display: inline-flex; align-items: center;
  padding: 11px 18px; font-size: 14px; font-weight: 600; letter-spacing: 0.04em;
  border-radius: 4px;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.nav-link--ghost {
  color: #C7D6E5; border: 1px solid rgba(247, 247, 247, 0.16);
}
.nav-link--ghost:hover { color: var(--light); border-color: rgba(247, 247, 247, 0.42); }

.nav-link--premium {
  gap: 7px; color: var(--yellow); font-weight: 600;
  border: 1px solid rgba(255, 216, 0, 0.45);
  background: linear-gradient(180deg, rgba(255, 216, 0, 0.10), rgba(255, 216, 0, 0.02));
}
.nav-link--premium:hover { border-color: var(--yellow); background: rgba(255, 216, 0, 0.16); }
.nav-link--premium .dot { width: 5px; height: 5px; background: var(--yellow); border-radius: 50%; }

.nav-link--partner {
  color: var(--light); font-weight: 700;
  background: var(--blue); border: 1px solid var(--blue);
}
.nav-link--partner:hover { background: var(--blue-hover); border-color: var(--blue-hover); }

.nav-link--cta {
  gap: 8px; color: var(--navy); font-weight: 800;
  background: var(--yellow); border-radius: 4px;
  box-shadow: 0 6px 18px -6px rgba(255, 216, 0, 0.5);
}
.nav-link--cta:hover { background: var(--yellow-hover); transform: translateY(-1px); }

/* ============ HERO ============ */
.hero-wrap { position: relative; }
.hero {
  position: relative; max-width: 1240px; margin: 0 auto; padding: 58px 32px 82px;
  background-image:
    linear-gradient(rgba(247, 247, 247, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 247, 247, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
}
.hero::before {
  content: var(--chevron) var(--chevron) var(--chevron);
  position: absolute; right: clamp(20px, 6vw, 78px); top: 22px;
  font-family: var(--mono); font-size: clamp(70px, 10vw, 148px); line-height: 1;
  color: rgba(255, 216, 0, 0.08); letter-spacing: -0.18em; pointer-events: none;
}
.hero__grid { position: relative; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center; }

.eyebrow-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 12px; border: 1px solid rgba(247, 247, 247, 0.14); border-radius: 999px;
  font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.14em; color: #B7C8D8;
  text-transform: uppercase; margin-bottom: 26px;
}
.eyebrow-pill .dot-yellow { color: var(--yellow); }

.hero__title {
  margin: 0; font-size: clamp(40px, 4.6vw, 58px); line-height: 1.04;
  font-weight: 900; letter-spacing: -0.02em; color: var(--light);
}
.hero__title .accent { color: var(--yellow); }
.hero__sub { margin: 26px 0 0; font-size: 18px; line-height: 1.65; color: var(--ink-soft); max-width: 560px; text-wrap: pretty; }

.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.btn { display: inline-flex; align-items: center; transition: background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease; }

.btn--primary-lg {
  gap: 11px; padding: 19px 34px; font-size: 18px; font-weight: 800; letter-spacing: 0.03em;
  color: var(--navy); background: var(--yellow); border-radius: 5px;
  box-shadow: 0 12px 30px -10px rgba(255, 216, 0, 0.55);
}
.btn--primary-lg:hover { background: var(--yellow-hover); transform: translateY(-1px); }

.btn--ghost-lg {
  gap: 9px; padding: 19px 26px; font-size: 16px; font-weight: 600; color: var(--light);
  border: 1px solid rgba(247, 247, 247, 0.22); border-radius: 5px;
}
.btn--ghost-lg:hover { border-color: rgba(247, 247, 247, 0.5); }

.hero__spec {
  display: flex; flex-wrap: wrap; gap: 28px; margin-top: 46px; padding-top: 26px;
  border-top: 1px solid rgba(247, 247, 247, 0.10);
}
.spec__label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: #6E8AA6; text-transform: uppercase; }
.spec__value { font-weight: 800; font-size: 20px; margin-top: 4px; }

.hero__visual { position: relative; }
.hero__frame {
  position: relative; aspect-ratio: 16 / 9; border: 1px solid rgba(247, 247, 247, 0.16);
  background: linear-gradient(160deg, var(--navy-panel-a), var(--navy-deep));
  border-radius: 6px; overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.hero__frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.frame__shade {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 20, 33, 0.08) 0%, transparent 30%, transparent 60%, rgba(8, 20, 33, 0.6) 100%);
}
.shimmer {
  position: absolute; top: 0; bottom: 0; width: 40%; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  animation: shimmer 5s ease-in-out infinite;
}
.tick { position: absolute; width: 14px; height: 14px; }
.tick--tl { top: 10px; left: 10px;  border-top: 2px solid var(--yellow); border-left: 2px solid var(--yellow); }
.tick--tr { top: 10px; right: 10px; border-top: 2px solid var(--yellow); border-right: 2px solid var(--yellow); }
.tick--bl { bottom: 10px; left: 10px;  border-bottom: 2px solid var(--yellow); border-left: 2px solid var(--yellow); }
.tick--br { bottom: 10px; right: 10px; border-bottom: 2px solid var(--yellow); border-right: 2px solid var(--yellow); }
.frame__label {
  position: absolute; left: 14px; bottom: 14px; font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.08em; color: var(--light); text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}
.frame__badge {
  position: absolute; top: -12px; right: -12px; background: var(--blue); color: #fff;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; padding: 7px 11px; border-radius: 4px;
}

.hero__proof {
  position: absolute; left: -18px; bottom: -18px; z-index: 5;
  width: min(310px, 76%); padding: 16px 18px 17px;
  background: rgba(11, 28, 46, 0.94); border: 1px solid rgba(255, 216, 0, 0.34);
  border-radius: 8px; box-shadow: 0 22px 48px -24px rgba(0,0,0,.75);
}
.hero__proof b { display: block; color: var(--yellow); font-size: 15px; margin-bottom: 5px; }
.hero__proof span { display: block; color: var(--ink-soft); font-size: 13px; line-height: 1.45; }

.brand-mark {
  position: absolute; z-index: 2; right: -22px; bottom: -24px;
  width: 118px; aspect-ratio: 1; border-radius: 10px; overflow: hidden;
  border: 1px solid rgba(255,216,0,.42); box-shadow: 0 18px 42px -22px rgba(0,0,0,.8);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }

/* ============ TICKER DIVIDER ============ */
.ticker {
  border-top: 1px solid rgba(247, 247, 247, 0.10);
  border-bottom: 1px solid rgba(247, 247, 247, 0.10);
  overflow: hidden; background: var(--navy-deep);
}
.ticker__track { display: flex; width: max-content; animation: ticker 26s linear infinite; padding: 13px 0; }
.ticker__group {
  display: flex; gap: 48px; padding-right: 48px; white-space: nowrap;
  font-family: var(--mono); font-size: 13px; letter-spacing: 0.12em; color: #7E97AE; text-transform: uppercase;
}

/* ============ SECTION HEADERS ============ */
.eyebrow-mono { font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; color: #64778A; text-transform: uppercase; margin-bottom: 14px; }
.section__head { margin-bottom: 44px; }

/* ============ CATÁLOGO ============ */
.catalogo { position: relative; padding: 90px 0; background: var(--light); color: var(--navy); }
.catalogo__title {
  margin: 0; font-size: 44px; line-height: 1.05; font-weight: 900; letter-spacing: -0.02em;
  color: var(--navy); max-width: 640px;
}
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(248px, 1fr)); gap: 22px; }
.cat-card {
  position: relative; background: #FFFFFF; border: 1px solid rgba(16, 42, 67, 0.10);
  border-radius: 10px; overflow: hidden; box-shadow: 0 12px 28px -20px rgba(16, 42, 67, 0.45);
  transition: transform .2s ease, box-shadow .2s ease;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px -18px rgba(16, 42, 67, 0.5); }
.cat-card__media { position: relative; height: 192px; overflow: hidden; border-bottom: 1px solid rgba(16, 42, 67, 0.08); }
.cat-card__media img { width: 100%; height: 100%; object-fit: cover; }
.cat-card__num {
  position: absolute; top: 11px; left: 12px; font-family: var(--mono);
  font-size: 10.5px; letter-spacing: 0.1em; color: var(--light); text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.cat-card__tick { position: absolute; top: 10px; right: 10px; width: 12px; height: 12px; border-top: 2px solid var(--yellow); border-right: 2px solid var(--yellow); }
.cat-card__body { padding: 22px 22px 24px; }
.cat-card__title { margin: 0 0 14px; font-size: 19px; font-weight: 800; color: var(--navy); }

.link-more {
  display: inline-flex; align-items: center; gap: 7px; font-size: 14.5px; font-weight: 700;
  color: var(--blue); transition: gap .18s ease;
}
.link-more:hover { gap: 11px; }

.catalogo__cta-wrap { display: flex; justify-content: center; margin-top: 48px; }
.btn--secondary {
  gap: 10px; padding: 15px 30px; font-size: 15px; font-weight: 700; letter-spacing: 0.02em;
  color: var(--navy); background: transparent; border: 2px solid var(--navy); border-radius: 5px;
}
.btn--secondary:hover { background: var(--navy); color: var(--light); }

/* ============ NUESTROS TRABAJOS ============ */
.trabajos { position: relative; padding: 60px 0; background: var(--navy-darker); overflow: hidden; }
.trabajos__head { max-width: 1240px; margin: 0 auto 30px; padding: 0 32px; display: flex; align-items: center; gap: 14px; }
.trabajos__label { font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; color: var(--yellow); text-transform: uppercase; }
.trabajos__rule { flex: 1; height: 1px; background: rgba(247, 247, 247, 0.12); }
.trabajos__sub { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: #6E8AA6; text-transform: uppercase; }
.trabajos__viewport {
  position: relative; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.trabajos__track { display: flex; width: max-content; gap: 16px; animation: ticker 48s linear infinite; }
.trabajos__group { display: flex; gap: 16px; padding-right: 16px; }
.trabajos__item { flex-shrink: 0; width: 286px; height: 190px; border-radius: 10px; overflow: hidden; border: 1px solid rgba(247, 247, 247, 0.12); }
.trabajos__item img { width: 100%; height: 100%; object-fit: cover; }

/* ============ EVIDENCIA / HISTORIAS ============ */
.evidencia { position: relative; padding: 92px 0; background: var(--navy-darker); color: var(--light); overflow: hidden; }
.evidencia::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,216,0,.08), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(37,99,235,.18), transparent 34%);
}
.evidencia .container { position: relative; }
.evidencia__layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 42px; align-items: start; }
.evidencia__title { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.04; letter-spacing: -0.02em; font-weight: 900; max-width: 620px; text-wrap: balance; }
.evidencia__lead { margin: 22px 0 0; max-width: 520px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.metric-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.metric { padding: 18px 16px; border: 1px solid rgba(247,247,247,.12); border-radius: 8px; background: rgba(255,255,255,.035); }
.metric b { display: block; font-size: 27px; line-height: 1; color: var(--yellow); }
.metric span { display: block; margin-top: 7px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; color: #9DB0C1; text-transform: uppercase; }
.story-stack { display: grid; gap: 16px; }
.story {
  position: relative; display: grid; grid-template-columns: 150px 1fr; gap: 20px; align-items: stretch;
  padding: 16px; border-radius: 10px; background: linear-gradient(160deg, var(--navy-panel-a), var(--navy-panel-b));
  border: 1px solid rgba(247,247,247,.12);
}
.story img { width: 100%; height: 100%; min-height: 176px; object-fit: cover; border-radius: 6px; }
.story__tag { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; color: var(--yellow); text-transform: uppercase; }
.story h3 { margin: 10px 0 10px; font-size: 24px; line-height: 1.08; letter-spacing: -0.01em; text-wrap: balance; }
.story p { margin: 0; color: var(--ink-soft); line-height: 1.6; font-size: 15px; }

/* ============ POR QUÉ SEÑALIZA ============ */
.porque { position: relative; padding: 86px 0; background: var(--light); color: var(--navy); }
.porque .section__head { margin-bottom: 48px; }
.porque__title { margin: 0; font-size: 42px; line-height: 1.06; font-weight: 900; letter-spacing: -0.02em; color: var(--navy); max-width: 700px; }
.porque__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); gap: 30px; }
.feature__rule { height: 3px; width: 44px; background: var(--yellow); margin-bottom: 22px; }
.feature__icon { width: 56px; height: 56px; border-radius: 10px; background: var(--yellow); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.feature__title { margin: 0 0 10px; font-size: 20px; font-weight: 800; color: var(--navy); }
.feature__text { margin: 0; font-size: 15px; line-height: 1.6; color: #4A5A6B; }

/* ============ PREMIUM ============ */
.premium { position: relative; padding: 90px 0; background: var(--navy); overflow: hidden; }
.premium__glow { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(circle at 80% 8%, rgba(255, 216, 0, 0.12), transparent 46%); }
.premium .container { position: relative; }
.premium__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }

.pill { display: inline-flex; align-items: center; gap: 9px; padding: 7px 13px; border-radius: 999px; margin-bottom: 22px; }
.pill--gold { border: 1px solid rgba(255, 216, 0, 0.45); }
.pill--gold .dot { width: 6px; height: 6px; background: var(--yellow); border-radius: 50%; }
.pill--gold .pill__text { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.16em; color: var(--yellow); text-transform: uppercase; }

.premium__title { margin: 0; font-size: 44px; line-height: 1.04; font-weight: 900; letter-spacing: -0.02em; }
.premium__title .accent { color: var(--yellow); }
.premium__text { margin: 22px 0 0; font-size: 17px; line-height: 1.6; color: #AEC0D2; max-width: 460px; }

.btn--outline-gold {
  gap: 9px; margin-top: 30px; padding: 15px 28px; font-size: 15px; font-weight: 800; letter-spacing: 0.03em;
  color: var(--yellow); background: transparent; border: 2px solid var(--yellow); border-radius: 5px;
}
.btn--outline-gold:hover { background: rgba(255, 216, 0, 0.12); transform: translateY(-1px); }

.premium__card-outer {
  position: relative; padding: 2px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 216, 0, 0.7), rgba(255, 216, 0, 0.05) 40%, rgba(255, 216, 0, 0.05) 60%, rgba(255, 216, 0, 0.5));
}
.premium__card { background: linear-gradient(160deg, var(--navy-panel-a), var(--navy-panel-b)); border-radius: 12px; padding: 30px; }
.premium__card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.premium__card-brand { font-weight: 900; font-size: 17px; letter-spacing: 0.12em; color: var(--yellow); }
.premium__card-tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: #8FA6BC; }
.premium__benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit { display: flex; gap: 12px; align-items: flex-start; }
.benefit svg { flex-shrink: 0; margin-top: 1px; }
.benefit__title { font-weight: 700; font-size: 15px; }
.benefit__sub { font-size: 13px; color: #8FA6BC; margin-top: 3px; }
.premium__card-foot {
  margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(247, 247, 247, 0.10);
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; color: #8FA6BC;
}

/* ============ PARTNER ============ */
.partner { position: relative; padding: 90px 0; background: var(--light); color: var(--navy); }
.partner__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.pill--blue { border: 1px solid rgba(37, 99, 235, 0.4); background: rgba(37, 99, 235, 0.08); margin-bottom: 20px; }
.pill--blue .pill__text { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.16em; color: var(--blue); text-transform: uppercase; }
.partner__title { margin: 0; font-size: 44px; line-height: 1.04; font-weight: 900; letter-spacing: -0.02em; color: var(--navy); max-width: 640px; }
.partner__text { margin: 18px 0 0; font-size: 17px; line-height: 1.6; color: #4A5A6B; max-width: 560px; }

.btn--blue {
  gap: 9px; padding: 16px 28px; font-size: 15px; font-weight: 700; color: var(--light);
  background: var(--blue); border-radius: 5px; white-space: nowrap;
  box-shadow: 0 12px 28px -12px rgba(37, 99, 235, 0.6);
}
.btn--blue:hover { background: var(--blue-hover); transform: translateY(-1px); }

.partner__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 18px; }
.partner-card {
  padding: 26px; background: #FFFFFF; border: 1px solid rgba(16, 42, 67, 0.10);
  border-radius: 8px; border-top: 3px solid var(--blue); box-shadow: 0 10px 24px -18px rgba(16, 42, 67, 0.4);
}
.partner-card__num { font-family: var(--mono); font-size: 12px; color: var(--blue); letter-spacing: 0.1em; }
.partner-card__title { margin: 12px 0 8px; font-size: 18px; font-weight: 800; color: var(--navy); }
.partner-card__text { margin: 0; font-size: 14px; line-height: 1.55; color: #4A5A6B; }

.partner-proof { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.partner-proof__image { min-height: 260px; border-radius: 10px; overflow: hidden; border: 1px solid rgba(16,42,67,.12); }
.partner-proof__image img { width: 100%; height: 100%; object-fit: cover; }
.partner-proof__note {
  padding: 28px; border-radius: 10px; color: var(--light);
  background: linear-gradient(160deg, var(--navy-panel-a), var(--navy-panel-b));
}
.partner-proof__note h3 { margin: 0 0 12px; font-size: 26px; line-height: 1.08; }
.partner-proof__note p { margin: 0; color: var(--ink-soft); line-height: 1.6; }
.partner-proof__note .chev { display: inline-block; margin-bottom: 16px; color: var(--yellow); font-family: var(--mono); font-size: 28px; letter-spacing: -0.16em; }

/* ============ COTIZAR CTA BAND ============ */
.cotizar { position: relative; background: var(--yellow); overflow: hidden; }
.cotizar__strip { position: absolute; top: 0; left: 0; right: 0; height: 10px; background-image: repeating-linear-gradient(135deg, var(--navy) 0 20px, var(--yellow) 20px 40px); }
.cotizar__inner { max-width: 1240px; margin: 0 auto; padding: 76px 32px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cotizar__eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; color: var(--navy); opacity: 0.6; text-transform: uppercase; margin-bottom: 14px; }
.cotizar__title { margin: 0; font-size: 50px; line-height: 1.0; font-weight: 900; letter-spacing: -0.02em; color: var(--navy); max-width: 620px; }
.btn--navy {
  gap: 11px; padding: 19px 34px; font-size: 17px; font-weight: 800; letter-spacing: 0.03em;
  color: var(--yellow); background: var(--navy); border-radius: 4px; box-shadow: 0 16px 36px -14px rgba(16, 42, 67, 0.7);
}
.btn--navy:hover { background: var(--navy-darker); transform: translateY(-2px); }

/* ============ FOOTER ============ */
.footer { position: relative; background: var(--navy); border-top: 1px solid rgba(247, 247, 247, 0.10); padding: 66px 0 30px; color: var(--light); }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.15fr 1fr; gap: 36px; }
.footer__logo { display: flex; align-items: center; margin-bottom: 18px; }
.footer__logo img { height: 30px; width: auto; }
.footer__about { margin: 0 0 20px; font-size: 14px; line-height: 1.6; color: #8FA8BF; max-width: 300px; }
.footer__ship { display: flex; flex-direction: column; gap: 6px; }
.footer__ship-label { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; color: #6E8AA6; text-transform: uppercase; }
.footer__ship .a { font-size: 13.5px; color: #C7D6E5; }
.footer__ship .b { font-size: 13.5px; color: #8FA8BF; }
.footer__col-title { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: #6E8AA6; text-transform: uppercase; margin-bottom: 16px; }
.footer__links { display: flex; flex-direction: column; gap: 11px; font-size: 14px; color: #C7D6E5; }
.footer__links a { transition: color .16s ease; }
.footer__links a:hover { color: var(--yellow); }
.footer__wa { display: inline-flex; align-items: center; gap: 8px; }
.footer__muted { color: #8FA8BF; }
.footer__bottom {
  margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(247, 247, 247, 0.10);
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.footer__bottom span { font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; color: #8FA8BF; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__visual { max-width: 440px; margin: 0 auto; width: 100%; }
  .premium__grid { grid-template-columns: 1fr; gap: 36px; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; row-gap: 36px; }
}
@media (max-width: 600px) {
  .nav { flex-direction: column; height: auto; padding-top: 14px; padding-bottom: 14px; gap: 14px; }
  .nav__menu { width: 100%; flex-wrap: wrap; justify-content: center; gap: 8px; }
  .nav__menu .nav-link { padding: 10px 14px; font-size: 13px; }
  .container, .nav, .trabajos__head { padding-left: 20px; padding-right: 20px; }
  .catalogo, .porque, .premium, .partner { padding-top: 60px; padding-bottom: 60px; }
  .hero { padding: 40px 20px 56px; }
  .premium__benefits { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .cotizar__inner { padding: 56px 20px; }
  .hero__title { font-size: clamp(34px, 9vw, 46px); }
  .catalogo__title, .premium__title, .partner__title { font-size: 32px; }
  .cotizar__title { font-size: 34px; }
  .hero__spec { gap: 22px; }
  .premium__card { padding: 22px; }
}
@media (max-width: 380px) {
  .footer__grid { grid-template-columns: 1fr; }
  .nav__menu .nav-link { font-size: 12px; padding: 9px 11px; }
}

/* ---------- Accesibilidad: respeta reduce motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker__track, .trabajos__track, .shimmer { animation: none; }
}

@media (max-width: 900px) {
  .hero__visual { max-width: 620px; margin: 0 auto; width: 100%; }
  .evidencia__layout { grid-template-columns: 1fr; }
  .partner-proof { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hero::before { top: 90px; right: 24px; }
  .hero__frame { aspect-ratio: 16 / 9; }
  .hero__proof { position: relative; left: auto; bottom: auto; width: 100%; border-radius: 0 0 8px 8px; }
  .brand-mark { width: 84px; right: 8px; bottom: -16px; }
  .metric-strip { grid-template-columns: 1fr; }
  .story { grid-template-columns: 1fr; padding: 26px 24px 28px; gap: 20px; }
  .story img { min-height: 190px; }
  .story__tag { display: block; margin-bottom: 4px; }
  .story h3 { font-size: 21px; line-height: 1.2; margin: 6px 0 14px; }
  .story p { font-size: 14.5px; line-height: 1.72; }
}

/* ============================================================
   AÑADIDOS · landings leads/premium + partner (Fade)
   Mantiene tokens del original: navy/yellow/blue + mono
   ============================================================ */

/* ---- Video false-play en el hero frame ---- */
.hero__frame .hero-play {
  position: absolute; inset: 0; margin: auto; z-index: 4;
  width: 76px; height: 76px; border: none; border-radius: 50%;
  background: rgba(255, 216, 0, 0.95); color: var(--navy);
  cursor: pointer; display: grid; place-items: center;
  box-shadow: 0 14px 34px -8px rgba(255, 216, 0, 0.6);
  transition: transform .16s ease, background .16s ease;
}
.hero__frame .hero-play:hover { transform: scale(1.07); background: var(--yellow-hover); }
.hero__frame .hero-play::after {
  content: ''; width: 0; height: 0; margin-left: 6px;
  border-left: 22px solid var(--navy); border-top: 14px solid transparent; border-bottom: 14px solid transparent;
}
.hero__frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #000; z-index: 3; }
.hero__frame.playing .hero-play,
.hero__frame.playing > img,
.hero__frame.playing .frame__shade,
.hero__frame.playing .shimmer { display: none; }

/* ---- Sección formulario (fondo navy, tarjeta) ---- */
.formsec { position: relative; padding: 90px 0; background: var(--navy-deep); overflow: hidden; }
.formsec__glow { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(circle at 82% 6%, rgba(255,216,0,.10), transparent 46%); }
.formsec .container { position: relative; }
.formsec__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
@media (max-width: 900px){ .formsec__grid { grid-template-columns: 1fr; gap: 36px; } }
.formsec__title { margin: 0; font-size: 42px; line-height: 1.04; font-weight: 900; letter-spacing: -0.02em; }
.formsec__title .accent { color: var(--yellow); }
.formsec__text { margin: 22px 0 0; font-size: 17px; line-height: 1.6; color: #AEC0D2; max-width: 460px; }
.formsec__perks { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 14px; }
.formsec__perks li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: #C7D6E5; }
.formsec__perks svg { flex-shrink: 0; margin-top: 2px; }

.formcard {
  position: relative; padding: 2px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,216,0,.7), rgba(255,216,0,.05) 40%, rgba(255,216,0,.05) 60%, rgba(255,216,0,.5));
}
.formcard--blue { background: linear-gradient(135deg, rgba(37,99,235,.7), rgba(37,99,235,.05) 40%, rgba(37,99,235,.05) 60%, rgba(37,99,235,.5)); }
.formcard__inner { background: linear-gradient(160deg, var(--navy-panel-a), var(--navy-panel-b)); border-radius: 12px; padding: 30px; }
.formcard__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.formcard__brand { font-weight: 900; font-size: 16px; letter-spacing: 0.12em; color: var(--yellow); }
.formcard--blue .formcard__brand { color: #7FA8FF; }
.formcard__tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: #8FA6BC; }

.field { margin-bottom: 15px; }
.field.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 0; }
.field label { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; color: #8FA6BC; text-transform: uppercase; margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: 'Archivo', sans-serif; font-size: 15px; color: var(--light);
  background: rgba(8,20,33,.55); border: 1px solid rgba(247,247,247,.16); border-radius: 6px;
  padding: 12px 14px; transition: border-color .16s ease, box-shadow .16s ease;
}
.field textarea { resize: vertical; min-height: 78px; }
.field input::placeholder, .field textarea::placeholder { color: #6E8AA6; }
.field small { display: block; margin-top: 7px; color: #8FA6BC; font-size: 12px; line-height: 1.35; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,216,0,.14);
}
.formcard--blue .field input:focus, .formcard--blue .field select:focus, .formcard--blue .field textarea:focus {
  border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.18);
}
.field select { appearance: none; -webkit-appearance: none; background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238FA6BC' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>"); }
.field select option { background: var(--navy-deep); color: var(--light); }

.btn--submit {
  width: 100%; justify-content: center; gap: 10px; margin-top: 8px;
  padding: 17px 28px; font-size: 16px; font-weight: 800; letter-spacing: 0.03em;
  color: var(--navy); background: var(--yellow); border: none; border-radius: 5px; cursor: pointer;
  box-shadow: 0 12px 30px -10px rgba(255,216,0,.55);
  transition: background .16s ease, transform .16s ease;
}
.btn--submit:hover { background: var(--yellow-hover); transform: translateY(-1px); }
.formcard--blue .btn--submit { color: #fff; background: var(--blue); box-shadow: 0 12px 30px -10px rgba(37,99,235,.6); }
.formcard--blue .btn--submit:hover { background: var(--blue-hover); }
.formcard__foot { margin-top: 14px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; color: #8FA6BC; text-align: center; }

/* ---- Página de gracias ---- */
.gracias { min-height: 100vh; display: flex; flex-direction: column; }
.gracias__main { flex: 1; display: grid; place-items: center; padding: 60px 22px; text-align: center; }
.gracias__inner { max-width: 640px; }
.gracias__check { width: 84px; height: 84px; margin: 0 auto 26px; border-radius: 50%; background: var(--yellow); display: grid; place-items: center; box-shadow: 0 16px 40px -10px rgba(255,216,0,.5); }
.gracias--blue .gracias__check { background: var(--blue); box-shadow: 0 16px 40px -10px rgba(37,99,235,.55); }
.gracias__pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border: 1px solid rgba(255,216,0,.45); border-radius: 999px; font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.14em; color: var(--yellow); text-transform: uppercase; margin-bottom: 20px; }
.gracias--blue .gracias__pill { border-color: rgba(37,99,235,.5); color: #7FA8FF; }
.gracias__title { margin: 0; font-size: clamp(34px, 5vw, 50px); line-height: 1.05; font-weight: 900; letter-spacing: -0.02em; }
.gracias__sub { margin: 20px auto 0; font-size: 18px; line-height: 1.6; color: #AEC0D2; max-width: 520px; }
.gracias__steps { display: grid; gap: 12px; margin: 38px 0; text-align: left; }
.gracias__step { display: flex; gap: 14px; align-items: flex-start; background: linear-gradient(160deg, var(--navy-panel-a), var(--navy-panel-b)); border: 1px solid rgba(247,247,247,.10); border-radius: 12px; padding: 16px 18px; }
.gracias__step .n { flex: none; width: 30px; height: 30px; border-radius: 8px; background: var(--yellow); color: var(--navy); font-weight: 800; display: grid; place-items: center; font-size: 14px; }
.gracias--blue .gracias__step .n { background: var(--blue); color: #fff; }
.gracias__step b { display: block; font-size: 15px; }
.gracias__step span { font-size: 13.5px; color: #8FA6BC; }
.gracias__cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.btn--wa { gap: 9px; padding: 16px 26px; font-size: 15px; font-weight: 800; color: #fff; background: #25D366; border-radius: 5px; }
.btn--wa:hover { background: #1FB457; }

/* ---- Sección VSL ---- */
.vsl { padding: 74px 0 40px; background: var(--navy); }
.vsl__title { font-family: var(--mono); font-weight: 600; font-size: clamp(26px, 3.6vw, 40px); letter-spacing: -0.01em; margin: 6px 0 0; }
.vsl__frame {
  position: relative; margin: 34px auto 0; max-width: 960px; border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(247,247,247,.12);
  box-shadow: 0 30px 70px -24px rgba(0,0,0,.7), inset 0 0 0 1px rgba(255,216,0,.06);
  background: #000; aspect-ratio: 16 / 9;
}
.vsl__frame video { width: 100%; height: 100%; display: block; object-fit: cover; background: #000; }
.vsl__cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 30px; }
@media (max-width: 600px) { .vsl { padding: 54px 0 28px; } .vsl__frame { border-radius: 10px; } }

/* ---- Señal SIGA (señalética vial real, octágono animado) ---- */
.siga-mount{
  width: clamp(160px, 33vw, 200px);
  aspect-ratio: 1 / 1;
  margin: 6px auto 14px;
  position: relative;
  display: grid; place-items: center;
  animation: sigaDrop .95s cubic-bezier(.2,.9,.25,1.18) both;
  filter: drop-shadow(0 28px 42px rgba(0,0,0,.55));
}
.siga-sign{
  position: relative; width: 100%; height: 100%;
  transform-origin: 50% 7%;
  animation: sigaSway 6.5s ease-in-out 1s infinite;
}
.siga-sign,
.siga-sign__green,
.siga-sign__ring,
.siga-sign__center{
  clip-path: polygon(29.3% 0, 70.7% 0, 100% 29.3%, 100% 70.7%, 70.7% 100%, 29.3% 100%, 0 70.7%, 0 29.3%);
}
.siga-sign{ background: #ffffff; }                              /* filete blanco exterior */
.siga-sign__green{
  position: absolute; inset: 5%;
  background: linear-gradient(158deg, #27b862 0%, #17a44c 52%, #0f8b3e 100%);
  overflow: hidden;
}
.siga-sign__ring{ position: absolute; inset: 7%; background: #ffffff; }  /* anillo blanco interior */
.siga-sign__center{
  position: absolute; inset: 5%;
  background: linear-gradient(158deg, #24b45e 0%, #159a47 60%, #0e893d 100%);
  display: grid; place-items: center;
}
.siga-sign__word{
  font-family: 'Archivo', sans-serif; font-weight: 900;
  font-size: clamp(30px, 7.4vw, 46px); letter-spacing: .005em;
  color: #fff; line-height: 1; text-shadow: 0 2px 5px rgba(0,0,0,.30);
}
.siga-sign__gloss{                                              /* barrido retrorreflectante */
  position: absolute; top: -40%; left: -70%;
  width: 45%; height: 180%;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.55) 50%, transparent 100%);
  transform: rotate(18deg);
  animation: sigaSweep 5.4s ease-in-out 1.2s infinite;
  pointer-events: none;
}
.siga-go{ display: flex; gap: 7px; justify-content: center; margin: 2px 0 22px; }
.siga-go i{
  width: 0; height: 0; border-style: solid;
  border-width: 7px 0 7px 11px; border-color: transparent transparent transparent #2ec26a;
  opacity: .22; animation: sigaGo 1.5s ease-in-out infinite;
}
.siga-go i:nth-child(2){ animation-delay: .18s; }
.siga-go i:nth-child(3){ animation-delay: .36s; }

@keyframes sigaDrop{
  0%   { opacity: 0; transform: translateY(-32px) scale(.68) rotate(-7deg); }
  55%  { opacity: 1; transform: translateY(7px)  scale(1.05) rotate(3deg); }
  75%  { transform: translateY(0) scale(.98) rotate(-1.5deg); }
  100% { opacity: 1; transform: translateY(0) scale(1) rotate(0); }
}
@keyframes sigaSway{ 0%,100%{ transform: rotate(-1.1deg); } 50%{ transform: rotate(1.1deg); } }
@keyframes sigaSweep{ 0%{ transform: translateX(0) rotate(18deg); } 20%,100%{ transform: translateX(430%) rotate(18deg); } }
@keyframes sigaGo{ 0%,100%{ opacity: .2; transform: translateX(-2px); } 50%{ opacity: 1; transform: translateX(2px); } }

/* Entrada escalonada del contenido */
.gracias__pill,
.gracias__title,
.gracias__sub,
.gracias__steps,
.gracias__cta{ animation: gcRise .7s ease both; }
.gracias__pill  { animation-delay: .18s; }
.gracias__title { animation-delay: .26s; }
.gracias__sub   { animation-delay: .34s; }
.gracias__steps { animation-delay: .44s; }
.gracias__cta   { animation-delay: .52s; }
@keyframes gcRise{ from{ opacity: 0; transform: translateY(14px); } to{ opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce){
  .siga-mount, .siga-sign, .siga-go i,
  .gracias__pill, .gracias__title, .gracias__sub, .gracias__steps, .gracias__cta{ animation: none; }
  .siga-sign__gloss{ display: none; }
}

/* Resumen de lo enviado (chips) */
.gracias__resumen { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 22px 0 4px; }
.gracias__resumen span {
  font-family: var(--mono); font-size: 12px; letter-spacing: .04em; color: #C7D6E6;
  background: rgba(247,247,247,.06); border: 1px solid rgba(247,247,247,.14);
  border-radius: 999px; padding: 6px 13px;
}
.gracias__resumen span b { color: #7FE0A0; font-weight: 600; }

/* ==================================================================
   MOTION PASS — cards con más presencia + reveal on scroll
   ================================================================== */

/* Card catálogo: acento hazard superior, zoom de imagen y mira que crece */
.cat-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--yellow); transform: scaleX(0); transform-origin: left;
  transition: transform .32s cubic-bezier(.2,.7,.3,1); z-index: 3;
}
.cat-card:hover::before { transform: scaleX(1); }
.cat-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px -18px rgba(16,42,67,.55); }
.cat-card__media img { transition: transform .55s cubic-bezier(.2,.7,.3,1); }
.cat-card:hover .cat-card__media img { transform: scale(1.07); }
.cat-card__tick { transition: width .28s ease, height .28s ease; }
.cat-card:hover .cat-card__tick { width: 20px; height: 20px; }
.link-more { transition: gap .18s ease, color .18s ease; }
.cat-card:hover .link-more { color: var(--navy); }

/* Reveal on scroll — solo se activa con JS (sin JS, todo visible) */
.js [data-rv] {
  opacity: 0; transform: translateY(22px); filter: blur(6px);
  transition: opacity .62s var(--ease-out), transform .62s var(--ease-out), filter .62s var(--ease-out);
}
.js [data-rv].rv-in { opacity: 1; transform: none; filter: blur(0); }
[data-rv-stagger] [data-rv] { transition-delay: calc(var(--rv-i, 0) * 85ms); }

@media (prefers-reduced-motion: reduce) {
  .js [data-rv] { opacity: 1 !important; transform: none !important; filter: none !important; transition: none !important; }
  .cat-card__media img, .cat-card::before, .cat-card__tick { transition: none; }
  .ticker__track, .trabajos__track { animation: none !important; }
}

/* ===== Banda de cumplimiento normativo ===== */
.norm-band { background: var(--navy-darker); border-top: 1px solid rgba(247,247,247,.08); border-bottom: 1px solid rgba(247,247,247,.08); padding: 48px 0; }
.norm-band__head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.norm-band__title { font-size: clamp(18px, 2.4vw, 25px); color: var(--light); font-weight: 700; letter-spacing: -0.01em; margin: 0; }
.norm-band__note { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #8FA6BC; }
.norm-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.norm-chip { position: relative; background: linear-gradient(160deg, var(--navy-panel-a), var(--navy-panel-b)); border: 1px solid rgba(247,247,247,.10); border-radius: 10px; padding: 16px 16px 16px 19px; overflow: hidden; }
.norm-chip::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--yellow); }
.norm-chip__code { font-family: var(--mono); font-weight: 600; font-size: 14px; color: var(--yellow); letter-spacing: 0.02em; }
.norm-chip__desc { margin-top: 6px; font-size: 12.5px; line-height: 1.42; color: var(--ink-soft); }
@media (max-width: 900px) { .norm-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .norm-grid { grid-template-columns: 1fr; } }

/* ============================================================
   PREMIUM MOTION LAYER — movimiento con propósito
   solo transform/opacity/filter · todo gated por reduced-motion
   ============================================================ */

/* 0 · Barra de progreso de scroll (hazard) + nav que condensa */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; transform: scaleX(0); transform-origin: 0 50%; background: var(--yellow); z-index: 60; }
.site-header { transition: background-color .3s var(--ease-out), box-shadow .3s var(--ease-out); }
.site-header.scrolled { background: rgba(11,28,46,.86); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 10px 30px -18px rgba(0,0,0,.6); }
.nav { transition: padding-top .3s var(--ease-out), padding-bottom .3s var(--ease-out); }
.site-header.scrolled .nav { padding-top: 10px; padding-bottom: 10px; }
.nav__logo img { transition: transform .3s var(--ease-out); }
.site-header.scrolled .nav__logo img { transform: scale(.92); }
.nav-link[data-active="true"] { color: var(--light); }
.nav-link--ghost[data-active="true"], .nav-link--partner[data-active="true"] { border-color: rgba(255,216,0,.5); }

/* 1 · Botones — press + flecha direccional (metáfora chevron) */
.btn:active { transform: translateY(0) scale(.985); }
.btn svg { transition: transform .28s var(--ease-arrow); }
.btn--primary-lg:hover, .btn--submit:hover { box-shadow: 0 16px 34px -14px rgba(255,216,0,.55); }
.btn--primary-lg:hover svg, .nav-link--cta:hover svg, .btn--secondary:hover svg { transform: translateX(4px); }
.nav-link--cta { transition: background-color .2s var(--ease-out), transform .18s var(--ease-out); }
.nav-link--cta:active { transform: scale(.97); }

/* 2 · Catálogo — hover más rico (lift + zoom + flecha) */
.cat-card { transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out); }
.cat-card:hover { transform: translateY(-6px); }
.cat-card__media img { transition: transform .6s var(--ease-out); }
.cat-card:hover .cat-card__media img { transform: scale(1.06); }
.cat-card__tick { transition: width .35s var(--ease-out), height .35s var(--ease-out); }
.cat-card:hover .cat-card__tick { width: 18px; height: 18px; }
.link-more { transition: gap .25s var(--ease-out), color .2s ease, transform .25s var(--ease-out); }
.cat-card:hover .link-more { transform: translateX(3px); }

/* 3 · Trabajos — pausa el marquee al hover + realce del item */
.trabajos__viewport:hover .trabajos__track { animation-play-state: paused; }
.trabajos__item img { transition: transform .45s var(--ease-out); }
.trabajos__item:hover img { transform: scale(1.05); }

/* 4 · Métricas — realce al contar */
.metric b { transition: transform .5s var(--ease-out); }
.metric.counting b { transform: scale(1.05); }

/* 5 · Chips normativa — hover con barra que crece */
.norm-chip { transition: transform .35s var(--ease-out), border-color .35s var(--ease-out); }
.norm-chip::before { transition: width .3s var(--ease-out); }
.norm-chip:hover { transform: translateY(-4px); border-color: rgba(255,216,0,.35); }
.norm-chip:hover::before { width: 5px; }

/* 6 · Tarjeta Premium — tilt 3D sutil según puntero */
.premium__card-outer { perspective: 1100px; }
.premium__card { transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out); transform-style: preserve-3d; }
.premium__card.tilt { transition: transform .1s linear, box-shadow .4s var(--ease-out); box-shadow: 0 40px 80px -40px rgba(0,0,0,.7); }
.benefit svg { transition: transform .3s var(--ease-arrow); }
.premium__card:hover .benefit svg { transform: translateX(2px); }

/* 7 · Hero — coreografía de carga (una sola vez) */
.js .hero__grid .eyebrow-pill,
.js .hero__title,
.js .hero__sub,
.js .hero__actions,
.js .hero__spec,
.js .hero__visual { animation: heroRise .7s var(--ease-out) both; }
.js .hero__title { animation-delay: .06s; }
.js .hero__sub { animation-delay: .14s; }
.js .hero__actions { animation-delay: .22s; }
.js .hero__spec { animation-delay: .30s; }
.js .hero__visual { animation-delay: .16s; animation-duration: .85s; }
@keyframes heroRise { from { opacity: 0; transform: translateY(18px); filter: blur(7px); } to { opacity: 1; transform: none; filter: blur(0); } }

/* 8 · Form — feedback de campo válido + spinner en submit */
.field input:user-valid, .field select:user-valid { border-color: rgba(255,216,0,.45); }
.btn--submit { position: relative; }
.btn--submit.loading { color: transparent; pointer-events: none; }
.btn--submit.loading::after { content: ""; position: absolute; width: 18px; height: 18px; top: calc(50% - 9px); left: calc(50% - 9px); border: 2px solid rgba(16,42,67,.35); border-top-color: var(--navy); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Reduced motion — apagar toda la capa nueva */
@media (prefers-reduced-motion: reduce) {
  .scroll-progress { display: none; }
  .js .hero__grid .eyebrow-pill, .js .hero__title, .js .hero__sub, .js .hero__actions, .js .hero__spec, .js .hero__visual { animation: none !important; }
  .cat-card, .cat-card__media img, .cat-card__tick, .norm-chip, .premium__card, .btn svg, .metric b, .nav__logo img, .trabajos__item img { transition: none !important; }
  .premium__card.tilt { transform: none !important; }
  .trabajos__viewport:hover .trabajos__track { animation-play-state: running; }
  .btn--submit.loading::after { animation: none; }
}

/* ==================================================================
   CAPA DE DETALLE — foco de teclado, selección, ritmo tipográfico
   ================================================================== */

/* Foco visible sólo para teclado (no roba anillo al click de mouse) */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible,
.link-more:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 3px;
  border-radius: 4px;
}
.formcard--blue :focus-visible { outline-color: #7FA8FF; }

/* Selección de texto en color de marca */
::selection { background: var(--yellow); color: var(--navy); }
.formcard--blue ::selection,
.partner ::selection { background: var(--blue); color: #fff; }

/* Ritmo de líneas: titulares parejos, párrafos sin huérfanas */
.hero__title, .catalogo__title, .evidencia__title, .porque__title,
.premium__title, .formsec__title, .partner__title, .norm-band__title,
.gracias__title { text-wrap: balance; }
.hero__sub, .premium__text, .formsec__text, .partner__text,
.evidencia__lead, .gracias__sub, .feature__text { text-wrap: pretty; }

/* Foto del catálogo: velo inferior sutil para asentar la imagen sobre
   el cuerpo blanco de la tarjeta (profundidad tipo ficha de producto) */
.cat-card__media::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 42%;
  background: linear-gradient(to top, rgba(11,28,46,.28), transparent);
  pointer-events: none; z-index: 1;
}
.cat-card__num, .cat-card__tick { z-index: 2; }

/* Form embebido de GHL: ficha blanca redondeada dentro de la tarjeta de marca */
.formembed {
  background: #fff; border-radius: 10px; overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(16,42,67,.06);
}
.formembed iframe { display: block; width: 100%; min-height: 560px; border: 0; }
.formcard__note {
  display: block; margin-top: 14px; text-align: center;
  font-family: var(--mono); font-size: 12px; letter-spacing: .04em; color: #8FA6BC;
}
