/* ============================================================
   SISTEMAS ÍCARO — styles.css
   Rediseño 2026: tecnología azul, KIT 4.0 y conversión B2B
   ============================================================ */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { min-height: 100vh; line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }

/* ---------- Variables ---------- */
:root {
  --bg: #020916;
  --bg-2: #041331;
  --bg-3: #071d46;
  --panel: rgba(8, 27, 67, .78);
  --line: rgba(128, 183, 255, .16);
  --line-2: rgba(128, 183, 255, .32);
  --txt: #F8FBFF;
  --txt-2: #BFD2F2;
  --txt-3: #7F9AC8;
  --brand: #0D6BFF;
  --brand-2: #39C9FF;
  --brand-3: #8DBBFF;
  --gold: #F5F9FF;
  --signal: #40E6FF;
  --grad-warm: linear-gradient(135deg, #38D6FF 0%, #0D6BFF 52%, #003DCC 100%);
  --grad-night:
    radial-gradient(circle at 78% 18%, rgba(57,201,255,.24) 0 16%, transparent 34%),
    radial-gradient(circle at 20% 8%, rgba(13,107,255,.35) 0 18%, transparent 42%),
    linear-gradient(140deg, #020916 0%, #041B46 48%, #06143A 100%);
  --serif: "Inter", system-ui, sans-serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --radius: 8px;
  --radius-lg: 8px;
  --shadow: 0 24px 80px -32px rgba(0, 92, 255, .72), 0 1px 0 rgba(255,255,255,.08) inset;
  --container: 1240px;
}

/* ---------- Base ---------- */
body {
  font-family: var(--sans);
  font-weight: 400;
  background: var(--bg);
  color: var(--txt);
  overflow-x: hidden;
}

.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }
.mono { font-family: var(--mono); font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: var(--txt-3); }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--brand); color: #fff; padding: .6rem 1rem; z-index: 999;
}
.skip-link:focus { left: 1rem; top: 1rem; }

::selection { background: var(--brand); color: #fff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .8rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: -.005em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
  white-space: nowrap;
  border: 1px solid transparent;
  line-height: 1;
}
.btn--sm { padding: .55rem .95rem; font-size: .85rem; }
.btn--lg { padding: 1rem 1.6rem; font-size: 1.02rem; }
.btn--primary {
  background: var(--grad-warm);
  color: #0A0A0F;
  box-shadow: 0 10px 30px -10px rgba(255,77,46,.55);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -12px rgba(255,77,46,.7); }
.btn--outline {
  border-color: var(--line-2); color: var(--txt);
  backdrop-filter: blur(8px);
  background: rgba(255,255,255,.02);
}
.btn--outline:hover { border-color: var(--brand); color: var(--brand); }
.btn--ghost {
  color: var(--txt-2);
}
.btn--ghost:hover { color: var(--brand); }

.iconbtn {
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px;
  color: var(--txt-2);
  border: 1px solid var(--line);
  transition: color .2s, border-color .2s, background .2s;
}
.iconbtn:hover { color: var(--brand); border-color: var(--line-2); }
.iconbtn svg { width: 18px; height: 18px; }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--bg); /* fallback sólido (mobile / sin backdrop-filter) */
  border-bottom: 1px solid transparent;
  transition: border-color .2s, background .2s;
}
@supports ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {
  .nav {
    background: color-mix(in srgb, var(--bg) 82%, transparent);
    backdrop-filter: saturate(1.4) blur(14px);
    -webkit-backdrop-filter: saturate(1.4) blur(14px);
  }
}
.nav.is-scrolled { border-bottom-color: var(--line); }
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding-block: .85rem;
}
.nav__brand { display: inline-flex; align-items: center; gap: .65rem; }
.nav__logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 6px 18px rgba(0,0,0,.35);
  transition: transform .35s ease, box-shadow .35s ease;
}
.nav__brand:hover .nav__logo {
  transform: rotate(-12deg) scale(1.05);
  box-shadow: 0 0 0 1px rgba(255,77,46,.4), 0 10px 24px rgba(0,0,0,.45);
}
.nav__wordmark {
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: .12em;
  font-size: .82rem;
  color: var(--txt);
}
.nav__wordmark strong { font-weight: 800; }
.nav__menu { display: flex; align-items: center; gap: clamp(.8rem, 1.35vw, 1.25rem); }
.nav__menu a {
  font-size: .86rem; font-weight: 700; color: var(--txt-2);
  position: relative;
  transition: color .2s;
  white-space: nowrap;
}
.nav__menu a:hover { color: var(--txt); }
.nav__menu a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px;
  background: var(--grad-warm); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform .25s ease;
}
.nav__menu a:hover::after, .nav__menu a.is-active::after { transform: scaleX(1); }
.nav__actions { display: flex; align-items: center; gap: .55rem; }

.iconbtn--menu { display: none; flex-direction: column; gap: 4px; }
.iconbtn--menu span { display: block; width: 18px; height: 2px; background: currentColor; border-radius: 2px; transition: transform .2s, opacity .2s; }
.iconbtn--menu[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.iconbtn--menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.iconbtn--menu[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4rem, 10vw, 8rem) clamp(4rem, 8vw, 6rem);
  isolation: isolate;
}
.hero__sky {
  position: absolute; inset: -10% -10% auto -10%; height: 110%;
  background: var(--grad-night);
  z-index: -2; pointer-events: none;
}
.hero__sky::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,.5), transparent),
    radial-gradient(1px 1px at 65% 80%, rgba(255,255,255,.35), transparent),
    radial-gradient(2px 2px at 80% 20%, rgba(255,255,255,.4), transparent),
    radial-gradient(1px 1px at 40% 60%, rgba(255,255,255,.4), transparent),
    radial-gradient(1px 1px at 50% 15%, rgba(255,255,255,.3), transparent);
  opacity: .6;
  animation: twinkle 8s ease-in-out infinite alternate;
}
@keyframes twinkle { from { opacity: .3 } to { opacity: .8 } }

.hero__wing {
  position: absolute;
  right: -8%;
  top: 50%;
  transform: translateY(-50%);
  width: min(80vw, 720px);
  z-index: -1;
  opacity: .9;
  pointer-events: none;
}
.hero__wing .wing-feathers path {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: featherDraw 2.6s cubic-bezier(.2,.7,.2,1) forwards;
}
.hero__wing .wing-feathers path:nth-child(2) { animation-delay: .08s }
.hero__wing .wing-feathers path:nth-child(3) { animation-delay: .14s }
.hero__wing .wing-feathers path:nth-child(4) { animation-delay: .20s }
.hero__wing .wing-feathers path:nth-child(5) { animation-delay: .26s }
.hero__wing .wing-feathers path:nth-child(6) { animation-delay: .32s }
.hero__wing .wing-feathers path:nth-child(7) { animation-delay: .38s }
.hero__wing .wing-feathers path:nth-child(8) { animation-delay: .44s }
.hero__wing .wing-feathers path:nth-child(9) { animation-delay: .50s }
.hero__wing .wing-feathers path:nth-child(10) { animation-delay: .56s }
.hero__wing .wing-feathers path:nth-child(11) { animation-delay: .62s }
.wing-sun {
  filter: drop-shadow(0 0 18px #FFB627) drop-shadow(0 0 36px rgba(255,77,46,.6));
  animation: sunPulse 3.6s ease-in-out infinite;
}
@keyframes featherDraw { to { stroke-dashoffset: 0 } }
@keyframes sunPulse { 0%,100% { r: 6 } 50% { r: 8 } }

.hero__inner { position: relative; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .35rem .75rem;
  border: 1px solid var(--line); border-radius: 999px;
  background: rgba(255,255,255,.02);
  margin-bottom: 1.5rem;
}
.hero__eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--signal);
  box-shadow: 0 0 12px var(--signal);
  animation: blink 1.8s ease-in-out infinite;
}
@keyframes blink { 50% { opacity: .3 } }

.hero__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.6rem, 7.5vw, 6.6rem);
  line-height: 1;
  letter-spacing: -.025em;
  max-width: 16ch;
  margin-bottom: 1.5rem;
}
.hero__title em {
  font-style: italic;
  background: var(--grad-warm);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__sub {
  max-width: 56ch;
  color: var(--txt-2);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  margin-bottom: 2rem;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 4rem; }

.hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 2rem;
  border-top: 1px solid var(--line);
  padding-top: 2rem;
  max-width: 720px;
}
.hero__stats li { display: flex; flex-direction: column; gap: .25rem; }
.hero__stats .num {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  color: var(--txt);
  letter-spacing: -.02em;
}
.hero__stats .lbl {
  font-family: var(--mono);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--txt-3);
}

.hero__scrollhint {
  position: absolute; right: 0; bottom: -2rem;
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  color: var(--txt-3);
}
.hero__scrollhint .line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--txt-3), transparent);
  animation: scrollLine 1.8s ease-in-out infinite;
}
@keyframes scrollLine { 0% { transform: scaleY(.2); transform-origin: top } 100% { transform: scaleY(1); transform-origin: top } }

/* ---------- Section heads ---------- */
.section-head { max-width: 720px; margin-bottom: 3rem; }
.kicker { display: inline-block; margin-bottom: .85rem; color: var(--brand); }
.section-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
}
.section-lead { color: var(--txt-2); font-size: clamp(1rem, 1.2vw, 1.1rem); max-width: 64ch; }

section { padding-block: clamp(4rem, 8vw, 7rem); }

/* ---------- RUBRO SELECTOR ---------- */
.rubro { background:
  linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.rubro__chips {
  display: flex; flex-wrap: wrap; gap: .55rem;
  margin-bottom: 1.25rem;
}
.chip {
  padding: .55rem 1rem;
  border-radius: 999px;
  background: var(--bg-3);
  color: var(--txt-2);
  font-size: .9rem;
  font-weight: 500;
  border: 1px solid var(--line);
  transition: all .2s ease;
}
.chip:hover { color: var(--txt); border-color: var(--line-2); }
.chip.is-active {
  background: var(--grad-warm);
  color: #0A0A0F;
  border-color: transparent;
  font-weight: 600;
  box-shadow: 0 10px 30px -12px rgba(255,77,46,.5);
}
.rubro__feedback { color: var(--txt-3); font-size: .92rem; }
.rubro__feedback strong { color: var(--txt); }

/* ---------- BENTO (Sistemas) ---------- */
.sistemas { background: var(--bg-2); }
.bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.bento__card {
  position: relative;
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.6rem 1.6rem 1.5rem;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
  overflow: hidden;
  isolation: isolate;
}
.bento__card::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(80% 60% at 50% 0%, rgba(255,77,46,.16), transparent 70%);
  opacity: 0;
  transition: opacity .3s ease;
  z-index: -1;
}
.bento__card:hover { transform: translateY(-3px); border-color: var(--line-2); }
.bento__card:hover::before { opacity: 1; }
.bento__card--lg { grid-column: span 2; }
.bento__card--xl { grid-column: span 2; grid-row: span 2; background: linear-gradient(180deg, var(--bg-3), var(--bg-2)); }

.bento__icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,77,46,.1);
  color: var(--brand);
  margin-bottom: 1.1rem;
}
.bento__icon svg { width: 22px; height: 22px; }
.bento__card .badge {
  display: inline-block;
  font-family: var(--mono); font-size: .68rem;
  text-transform: uppercase; letter-spacing: .08em;
  background: rgba(255,182,39,.12); color: var(--gold);
  padding: .2rem .55rem; border-radius: 6px;
  margin-bottom: .85rem;
}
.bento__card h3 {
  font-family: var(--serif); font-size: clamp(1.45rem, 1.8vw, 1.85rem);
  line-height: 1.1; font-weight: 400; letter-spacing: -.01em;
  margin-bottom: .55rem;
}
.bento__card p { color: var(--txt-2); font-size: .96rem; line-height: 1.55; }
.bento__card--link { display: block; color: inherit; text-decoration: none; cursor: pointer; }
.bento__more { display: inline-block; color: var(--signal); transition: transform .2s ease; }
.bento__card--link:hover .bento__more { transform: translateX(5px); }
.bento__cta { display: inline-block; margin-top: 1rem; color: var(--signal); font: 700 .72rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.bento__bullets {
  margin-top: 1rem; display: grid; gap: .4rem;
}
.bento__bullets li {
  position: relative; padding-left: 1.1rem; font-size: .9rem; color: var(--txt-2);
}
.bento__bullets li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--grad-warm);
}

/* ---------- MODULOS ---------- */
.grid-modulos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.modcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.modcard:hover { transform: translateY(-2px); border-color: var(--brand); }
.modcard__icon {
  width: 38px; height: 38px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--bg-3);
  color: var(--brand);
  margin-bottom: .85rem;
}
.modcard__icon svg { width: 22px; height: 22px; }
.modcard h3 { font-family: var(--sans); font-size: 1.02rem; font-weight: 700; margin-bottom: .35rem; letter-spacing: -.01em; display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.modcard p { color: var(--txt-2); font-size: .87rem; line-height: 1.5; }
.modcard--link { display: block; color: inherit; }
.modcard--link .modcard__more {
  font-family: var(--mono); font-size: .85rem;
  color: var(--brand);
  opacity: 0; transform: translateX(-4px);
  transition: opacity .25s ease, transform .25s ease;
}
.modcard--link:hover .modcard__more { opacity: 1; transform: translateX(0); }

.is-dimmed { opacity: .25; filter: saturate(.4); transition: opacity .35s ease, filter .35s ease; }
.is-spotlight { box-shadow: 0 0 0 1px var(--brand), 0 30px 60px -20px rgba(255,77,46,.35); transform: translateY(-2px); transition: all .3s ease; }

/* ---------- CLIENTES + MARQUEE + MAP ---------- */
.marquee {
  position: relative;
  overflow: hidden;
  contain: layout paint;
  max-width: 100%;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 1.4rem;
  margin-block: 2.5rem 3.5rem;
  background: linear-gradient(90deg, transparent, var(--bg-2) 6%, var(--bg-2) 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track {
  display: flex; gap: 3rem; width: max-content;
  animation: scroll 50s linear infinite;
  white-space: nowrap;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes scroll { from { transform: translateX(0) } to { transform: translateX(-50%) } }
.logo-mark {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-family: var(--sans);
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--txt-2);
  letter-spacing: 0;
  white-space: nowrap;
  opacity: .8;
  transition: color .2s, opacity .2s;
}
.logo-mark img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 8px;
  padding: .25rem;
  background: rgba(255,255,255,.94);
}
.logo-mark:nth-child(3n),
.logo-mark:nth-child(5n) { font-family: var(--sans); font-size: 1.02rem; font-style: normal; letter-spacing: 0; text-transform: none; }
.logo-mark:hover { color: var(--brand); opacity: 1; }

.clientes__map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center;
}
.argmap { width: 100%; height: auto; max-height: 540px; }
.argmap--polished {
  max-height: 560px;
  overflow: visible;
}
.argmap__halo {
  fill: none;
  stroke: rgba(57,201,255,.18);
  stroke-width: 18;
  filter: url(#mapGlow);
}
.argmap__shape {
  fill: url(#argentinaFill);
  stroke: rgba(141,187,255,.68);
  stroke-width: 2;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 18px rgba(57,201,255,.22));
}
.argmap__island {
  fill: rgba(57,201,255,.12);
}
.argmap__line {
  fill: none;
  stroke: rgba(141,187,255,.16);
  stroke-width: 1;
  stroke-linecap: round;
}
.argmap .pin circle { transition: r .2s, opacity .2s; cursor: pointer; }
.argmap .pin:hover circle:first-child { r: 9; }
.clientes__legend h3 { font-family: var(--serif); font-size: 2rem; font-weight: 400; margin-bottom: .85rem; }
.clientes__legend p { color: var(--txt-2); margin-bottom: 1.25rem; }
.legend__pins { display: grid; gap: .55rem; }
.legend__pins li { display: flex; align-items: center; gap: .65rem; font-size: .92rem; color: var(--txt-2); }
.legend__pins i {
  width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0;
}

/* ---------- REPRESENTANTES ---------- */
.reps { border-top: 1px solid var(--line); }
.reps__layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 3.5rem; align-items: center;
}
.argmap--reps { max-height: 560px; }
.rep-pin__pulse { transform-origin: center; transform-box: fill-box; animation: repPulse 2.4s ease-out infinite; }
.rep-pin__lbl {
  font-family: var(--mono);
  font-size: 12px; font-weight: 600;
  fill: var(--txt);
  paint-order: stroke;
  stroke: var(--bg); stroke-width: 4px; stroke-linejoin: round;
}
@keyframes repPulse {
  0%   { transform: scale(1);   opacity: .9; }
  70%  { transform: scale(2.4); opacity: 0;  }
  100% { transform: scale(2.4); opacity: 0;  }
}
.reps__list { display: grid; gap: 1.1rem; }
.rep-card {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.4rem 1.6rem;
  transition: border-color .2s, transform .2s;
}
.rep-card:hover { border-color: var(--brand); transform: translateX(4px); }
.rep-card__zone {
  display: inline-block;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--brand); margin-bottom: .5rem;
}
.rep-card h3 { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; margin-bottom: .45rem; }
.rep-card p { color: var(--txt-2); font-size: .95rem; margin-bottom: .9rem; }
.rep-card__soon {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .82rem; color: var(--txt-2);
}
.rep-card__soon .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold, #FFB627); flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(255,182,39,.18);
}

/* ---------- POWER BI ---------- */
.powerbi { background: var(--bg-2); }
.powerbi__grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.powerbi__card {
  position: relative;
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: .65rem;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.powerbi__card iframe {
  width: 100%; height: 100%;
  border: 0; border-radius: 12px;
  background: var(--bg);
}

/* ---------- POR QUÉ ---------- */
.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.diff {
  padding: 2rem 1.6rem;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}
.diff:hover { border-color: var(--line-2); }
.diff__num {
  font-family: var(--mono);
  font-size: .82rem;
  color: var(--gold);
  margin-bottom: 1rem;
}
.diff h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; letter-spacing: -.01em; margin-bottom: .55rem; }
.diff p { color: var(--txt-2); font-size: .95rem; line-height: 1.55; }

/* ---------- NOSOTROS ---------- */
.nosotros { background: var(--bg-2); }
.nosotros__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 4rem; align-items: center;
}
.nosotros__txt h2 { margin-block: .85rem 1.25rem; }
.nosotros__txt p { color: var(--txt-2); margin-bottom: 1rem; font-size: 1.02rem; }
.nosotros__pillars {
  margin-top: 2rem;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem;
}
.nosotros__pillars > div {
  padding-left: 1rem; border-left: 2px solid var(--brand);
}
.nosotros__pillars strong {
  display: block; font-family: var(--serif); font-size: 2rem; line-height: 1; font-weight: 400;
}
.nosotros__pillars span { display: block; font-family: var(--mono); font-size: .72rem; color: var(--txt-3); text-transform: uppercase; letter-spacing: .06em; margin-top: .35rem; }

.nosotros__art .art-card {
  position: relative; aspect-ratio: 1; max-width: 420px; margin-inline: auto;
  border-radius: var(--radius-lg); overflow: hidden;
  background: radial-gradient(circle at 50% 100%, rgba(255,77,46,.25), rgba(10,10,15,0) 60%), var(--bg-3);
  border: 1px solid var(--line);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 2rem;
}
.art-card__sky {
  position: absolute; inset: 0;
  background:
    radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,.5), transparent),
    radial-gradient(1px 1px at 65% 80%, rgba(255,255,255,.35), transparent),
    radial-gradient(2px 2px at 80% 20%, rgba(255,255,255,.4), transparent);
  opacity: .5;
}
.art-card svg { width: 60%; height: auto; }
.art-card p { color: var(--gold); margin-top: 1.5rem; z-index: 1; }

/* ---------- CONTACTO ---------- */
.contacto__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  align-items: start;
}
.contacto__form {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 2rem;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
.field { display: flex; flex-direction: column; gap: .4rem; }
.field--full { grid-column: span 2; }
.field label { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--txt-3); }
.field input, .field select, .field textarea {
  padding: .8rem 1rem;
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--txt);
  font-size: .95rem;
  font-family: var(--sans);
  transition: border-color .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--brand);
}
.field textarea { resize: vertical; }
.contacto__hint { color: var(--txt-3); }

.contacto__info { display: grid; gap: .75rem; min-width: 0; }
.ctx {
  min-width: 0;
  display: flex; align-items: center; gap: 1rem;
  padding: 1.1rem 1.25rem;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform .2s, border-color .2s;
}
.ctx:hover { transform: translateX(2px); border-color: var(--line-2); }
.ctx--wa { background: linear-gradient(135deg, rgba(0,217,163,.1), rgba(0,217,163,.02)); border-color: rgba(0,217,163,.3); }
.ctx--wa:hover { border-color: var(--signal); }
.ctx--wa .ctx__ico { color: var(--signal); }
.ctx--static { cursor: default; }
.ctx--static:hover { transform: none; }
.ctx__ico {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--bg-3);
  color: var(--brand);
}
.ctx__ico svg { width: 22px; height: 22px; }
.ctx__txt { min-width: 0; display: flex; flex-direction: column; gap: .15rem; font-size: .95rem; overflow-wrap: anywhere; }
.ctx__txt strong { font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; color: var(--txt-3); }
.ctx__txt small { font-family: var(--mono); font-size: .68rem; color: var(--txt-3); text-transform: uppercase; letter-spacing: .06em; margin-top: .2rem; }

/* ---------- FOOTER ---------- */
.footer {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  padding-block: 3.5rem 1.5rem;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 3rem;
  align-items: start;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.25rem;
}
.footer__brand { min-width: 0; display: flex; flex-direction: column; gap: .65rem; align-items: flex-start; }
.footer__brand .nav__logo { width: 48px; height: 48px; }
.footer__brand .nav__wordmark { font-size: .85rem; }
.footer__tag { margin-top: .25rem; }
.footer__nav { min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.footer__nav h4 { font-family: var(--mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--txt-3); margin-bottom: .85rem; font-weight: 500; }
.footer__nav a { display: block; padding-block: .25rem; color: var(--txt-2); font-size: .92rem; transition: color .2s; }
.footer__nav a:hover { color: var(--brand); }
.footer__bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; color: var(--txt-3); font-size: .78rem; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- MODERN MOTION ---------- */
.btn { position: relative; overflow: hidden; isolation: isolate; }
.btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -2px;
  background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.2) 48%, transparent 72%);
  transform: translateX(-130%);
  transition: transform .65s ease;
}
.powerbi-demo{min-height:315px;padding:1.2rem;background:radial-gradient(circle at 80% 10%,rgba(64,230,255,.14),transparent 38%),#07152f}.powerbi-demo__top{display:flex;justify-content:space-between;color:#89a5c4;font:700 .65rem "JetBrains Mono",monospace}.powerbi-demo__top b{color:#40e6ff}.powerbi-demo__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin-top:1.2rem}.powerbi-demo__metrics i{height:55px;border:1px solid rgba(64,230,255,.18);border-radius:9px;background:#0a2852}.powerbi-demo__bars{display:flex;align-items:end;gap:7%;height:175px;padding:1.4rem 1rem 0;border-bottom:1px solid #21456e}.powerbi-demo__bars i{flex:1;height:35%;border-radius:5px 5px 0 0;background:linear-gradient(#40e6ff,#197bd4)}.powerbi-demo__bars i:nth-child(2){height:57%}.powerbi-demo__bars i:nth-child(3){height:48%}.powerbi-demo__bars i:nth-child(4){height:78%}.powerbi-demo__bars i:nth-child(5){height:65%}.powerbi-demo__bars i:nth-child(6){height:88%}.powerbi-demo--ring{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.powerbi-demo--ring .powerbi-demo__top{grid-column:1/-1}.powerbi-demo__donut{width:145px;aspect-ratio:1;align-self:center;border-radius:50%;background:conic-gradient(#40e6ff 0 68%,#153b64 68%);box-shadow:0 0 30px rgba(64,230,255,.13)}.powerbi-demo__donut::after{content:"DEMO";display:grid;place-items:center;width:75px;aspect-ratio:1;margin:35px;border-radius:50%;background:#07152f;color:#8da9c8;font:700 .6rem "JetBrains Mono",monospace}.powerbi-demo__list{display:grid;align-content:center;gap:1rem}.powerbi-demo__list i{height:28px;border-radius:6px;background:linear-gradient(90deg,#40e6ff 70%,#17395f 70%)}.powerbi-demo__list i:nth-child(2){background:linear-gradient(90deg,#3b91ec 52%,#17395f 52%)}.powerbi-demo__list i:nth-child(3){background:linear-gradient(90deg,#6a72e8 35%,#17395f 35%)}.powerbi-demo__wave{height:145px;margin-top:1.5rem;background:linear-gradient(170deg,transparent 47%,#40e6ff 48% 49%,transparent 50%),repeating-linear-gradient(0deg,transparent 0 35px,rgba(100,160,210,.12) 36px)}
.btn:hover::after { transform: translateX(130%); }

.tn-feature, .tn-flow__step, .pc-step, .pc-feature, .ea-group {
  transition: opacity .7s ease, transform .7s ease, border-color .25s ease, box-shadow .25s ease;
}
.tn-feature:hover, .tn-flow__step:hover, .pc-step:hover, .pc-feature:hover, .ea-group:hover {
  transform: translateY(-6px);
  border-color: rgba(64,230,255,.42);
  box-shadow: 0 22px 48px rgba(0,0,0,.22), 0 0 28px rgba(64,230,255,.05);
}
.tn-feature:nth-child(2), .pc-step:nth-child(2), .pc-feature:nth-child(2), .ea-group:nth-child(2) { transition-delay: .07s; }
.tn-feature:nth-child(3), .pc-step:nth-child(3), .pc-feature:nth-child(3), .ea-group:nth-child(3) { transition-delay: .14s; }
.tn-feature:nth-child(4), .pc-feature:nth-child(4), .ea-group:nth-child(4) { transition-delay: .21s; }
.tn-feature:nth-child(5), .pc-feature:nth-child(5), .ea-group:nth-child(5) { transition-delay: .28s; }
.tn-feature:nth-child(6), .pc-feature:nth-child(6) { transition-delay: .35s; }

@keyframes soft-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}
@keyframes soft-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(64,230,255,.12), 0 0 38px rgba(64,230,255,.08); }
  50% { box-shadow: 0 0 0 14px rgba(64,230,255,0), 0 0 58px rgba(64,230,255,.2); }
}
@keyframes ambient-drift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes hero-enter {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

.tn-hero__grid > div:first-child, .pc-hero__grid > div:first-child, .ea-hero__grid > div:first-child {
  animation: hero-enter .8s cubic-bezier(.2,.7,.2,1) both;
}
.tn-visual, .pc-device-wrap, .ea-device-wrap {
  animation: hero-enter .9s .12s cubic-bezier(.2,.7,.2,1) both, soft-float 6s 1.05s ease-in-out infinite;
}
.tn-sync-badge, .pc-bridge__sync, .ea-sync__pulse, .ea-upload__icon { animation: soft-pulse 2.8s ease-in-out infinite; }
.tn-hero, .pc-hero, .ea-hero { background-size: 125% 125%; animation: ambient-drift 14s ease-in-out infinite; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Tooltip (pin) ---------- */
.pin-tooltip {
  position: fixed;
  background: var(--bg-3); color: var(--txt);
  border: 1px solid var(--line-2);
  padding: .55rem .75rem;
  border-radius: 8px;
  font-size: .8rem;
  pointer-events: none;
  z-index: 200;
  white-space: nowrap;
  box-shadow: var(--shadow);
}
.pin-tooltip strong { color: var(--brand); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento__card--xl { grid-column: span 2; grid-row: span 1; }
  .bento__card--lg { grid-column: span 2; }
  .grid-modulos { grid-template-columns: repeat(3, 1fr); }
  .powerbi__grid { grid-template-columns: repeat(2, 1fr); }
  .powerbi__card:nth-child(3) { grid-column: span 2; }
  .diff-grid { grid-template-columns: repeat(2, 1fr); }
  .nosotros__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .clientes__map { grid-template-columns: 1fr; gap: 2rem; }
  .argmap { max-height: 460px; max-width: 380px; margin-inline: auto; }
  .reps__layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .argmap--reps { max-height: 480px; max-width: 360px; margin-inline: auto; order: -1; }
}

@media (max-width: 768px) {
  .container { width: min(100% - 2rem, var(--container)); }
  .nav {
    background: var(--bg);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 1px solid var(--line);
  }
  .nav__inner { gap: .5rem; padding-block: .65rem; }
  .nav__brand { min-width: 0; gap: .5rem; }
  .nav__logo { width: 36px; height: 36px; }
  .nav__wordmark { font-size: .76rem; letter-spacing: .08em; white-space: nowrap; }
  .nav__actions { gap: .45rem; flex: 0 0 auto; }
  .nav__menu {
    position: fixed; top: 58px; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: var(--bg-2);
    border-bottom: 1px solid var(--line);
    padding: 1rem 1.5rem 2rem;
    transform: translateY(-110%);
    transition: transform .3s ease;
  }
  .nav__menu.is-open { transform: translateY(0); }
  .nav__menu a { padding-block: .9rem; border-bottom: 1px solid var(--line); }
  .nav__menu a::after { display: none; }
  .iconbtn--menu { display: inline-flex; }
  .hide-sm { display: none; }
  .hero__stats { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  .hero__scrollhint { display: none; }
  .hero__wing { opacity: .35; right: -25%; }
  .grid-modulos { grid-template-columns: repeat(2, 1fr); }
  .powerbi__grid { grid-template-columns: 1fr; }
  .powerbi__card:nth-child(3) { grid-column: span 1; }
  .diff-grid { grid-template-columns: 1fr; }
  .contacto__grid { grid-template-columns: 1fr; }
  .contacto__form { grid-template-columns: 1fr; padding: 1.5rem; }
  .field--full { grid-column: span 1; }
  .footer__inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer__nav { grid-template-columns: repeat(2, 1fr); }
  .nosotros__pillars { grid-template-columns: 1fr; gap: 1.25rem; }
  .logo-mark { font-size: 1.25rem; }
  .logo-mark:nth-child(3n) { font-size: .95rem; }
}

@media (max-width: 480px) {
  .container { width: min(100% - 1.5rem, var(--container)); }
  .hero__sky { inset: 0; width: 100%; height: 100%; }
  .hero__wing { display: none; }
  .nav__inner .nav__wordmark { display: none; }
  .nav__actions .btn--primary {
    padding-inline: .8rem;
    font-size: .82rem;
  }
  .nav__actions .btn--primary svg { width: 15px; height: 15px; }
  .iconbtn { width: 36px; height: 36px; border-radius: 11px; }
  .section-head { margin-bottom: 2rem; }
  .section-title { font-size: clamp(2rem, 12vw, 2.75rem); }
  .section-lead { font-size: .98rem; }
  .marquee__track {
    width: 100%;
    overflow: hidden;
    animation: none;
  }
  .marquee__track .logo-mark:nth-child(n + 4) { display: none; }
  .logo-mark img { width: 34px; height: 34px; }
  .bento { grid-template-columns: 1fr; }
  .bento__card--lg, .bento__card--xl { grid-column: span 1; }
  .grid-modulos { grid-template-columns: 1fr; }
  .contacto__form,
  .contacto__info,
  .ctx { width: 100%; max-width: 100%; }
  .contacto__form { padding: 1.15rem; }
  .footer__nav { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ============================================================
   SUBPAGES — breadcrumb, page-hero, features, use-cases, integrations, cta
   ============================================================ */

/* breadcrumb */
.breadcrumb {
  padding-top: 1.5rem;
  padding-bottom: .25rem;
}
.breadcrumb ol {
  display: flex; flex-wrap: wrap; gap: .5rem;
  font-family: var(--mono); font-size: .78rem;
  color: var(--txt-2); letter-spacing: .04em;
}
.breadcrumb li { display: inline-flex; align-items: center; gap: .5rem; }
.breadcrumb li + li::before { content: "›"; opacity: .5; }
.breadcrumb a { color: var(--txt-2); transition: color .2s; }
.breadcrumb a:hover { color: var(--brand); }
.breadcrumb [aria-current="page"] { color: var(--txt); font-weight: 600; }

/* page-hero (used in subpages, smaller than home hero) */
.page-hero {
  position: relative;
  padding: 1.5rem 0 4rem;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute; inset: 0 0 auto 0; height: 60%;
  background: radial-gradient(ellipse at 80% 0%, rgba(255,182,39,.08), transparent 55%),
              radial-gradient(ellipse at 20% 30%, rgba(255,77,46,.06), transparent 60%);
  pointer-events: none;
}
.page-hero__inner {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
}
.page-hero__eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--mono); font-size: .78rem; letter-spacing: .08em;
  color: var(--txt-2); margin-bottom: 1.5rem;
}
.page-hero__eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--brand); box-shadow: 0 0 16px var(--brand);
}
.page-hero__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.2rem, 4.6vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -.01em;
  margin-bottom: 1.25rem;
  color: var(--txt);
}
.page-hero__title em {
  font-style: italic;
  background: var(--grad-warm);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.page-hero__sub {
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  color: var(--txt-2);
  max-width: 56ch;
  margin-bottom: 1.75rem;
}
.page-hero__cta { display: flex; gap: .75rem; flex-wrap: wrap; margin-bottom: 1.75rem; }
.page-hero__chips {
  display: flex; flex-wrap: wrap; gap: .5rem;
}
.page-hero__chips li {
  font-family: var(--mono); font-size: .72rem; letter-spacing: .04em;
  padding: .4rem .7rem;
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--txt-2);
}
.page-hero__art {
  display: flex; align-items: center; justify-content: center;
}
.page-hero__art .ticket {
  width: 100%; max-width: 360px;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.18));
  transform: rotate(-3deg);
  transition: transform .5s ease;
}
.page-hero__art .ticket:hover { transform: rotate(-1deg) translateY(-4px); }

/* features grid (12 cards) */
.feat { padding: 4rem 0 5rem; }
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
.feat-card {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.5rem 1.4rem;
  transition: transform .25s ease, border-color .25s, box-shadow .25s;
  position: relative;
}
.feat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,77,46,.4);
  box-shadow: 0 14px 30px rgba(0,0,0,.08);
}
.feat-card__icon {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--grad-warm);
  color: #fff;
  border-radius: 12px;
  margin-bottom: 1rem;
}
.feat-card__icon svg { width: 24px; height: 24px; }
.feat-card h3 {
  font-family: var(--sans);
  font-size: 1.05rem; font-weight: 700;
  margin-bottom: .55rem;
  color: var(--txt);
}
.feat-card p {
  font-size: .92rem; color: var(--txt-2); line-height: 1.55;
}

/* use cases */
.use-cases { padding: 4rem 0; background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.usecase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.usecase {
  padding: 1.5rem 1.5rem;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.usecase h3 {
  font-family: var(--serif);
  font-weight: 400; font-style: italic;
  font-size: 1.4rem;
  margin-bottom: .65rem;
  color: var(--txt);
}
.usecase p { color: var(--txt-2); font-size: .95rem; }

/* integrations list */
.integrations { padding: 4rem 0 5rem; }
.integ-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem 2rem;
  margin-top: 2rem;
  max-width: 1000px;
}
.integ-list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: .95rem;
  color: var(--txt-2);
  line-height: 1.55;
}
.integ-list li::before {
  content: "→";
  position: absolute; left: 0; top: 0;
  color: var(--brand); font-weight: 700;
}
.integ-list li strong { color: var(--txt); font-weight: 600; }

/* CTA strip (final call to action) */
.cta-strip {
  padding: 3.5rem 0 4.5rem;
  border-top: 1px solid var(--line);
}
.cta-strip__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2.5rem;
  align-items: center;
  padding: 2.5rem 2.5rem;
  background: linear-gradient(135deg, rgba(255,77,46,.06), rgba(255,182,39,.04));
  border: 1px solid rgba(255,77,46,.2);
  border-radius: 22px;
}
.cta-strip h2 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  line-height: 1.15;
  margin-bottom: .65rem;
  color: var(--txt);
}
.cta-strip p { color: var(--txt-2); max-width: 50ch; }
.cta-strip__btns { display: flex; gap: .75rem; flex-wrap: wrap; justify-content: flex-end; }

/* Responsive subpages */
@media (max-width: 1024px) {
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .page-hero__art { order: -1; max-width: 320px; margin: 0 auto; }
}
@media (max-width: 768px) {
  .feat-grid { grid-template-columns: 1fr; }
  .usecase-grid { grid-template-columns: 1fr; }
  .integ-list { grid-template-columns: 1fr; }
  .cta-strip__inner { grid-template-columns: 1fr; padding: 2rem 1.5rem; }
  .cta-strip__btns { justify-content: flex-start; }
  .breadcrumb { padding-top: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .hero__wing .wing-feathers path { stroke-dashoffset: 0; }
  .rep-pin__pulse { animation: none !important; opacity: .35; transform: none; }
}

/* ============================================================
   REDISEÑO LANDING KIT 4.0
   ============================================================ */

body {
  background:
    radial-gradient(circle at 16% 0%, rgba(13,107,255,.28), transparent 34rem),
    radial-gradient(circle at 92% 12%, rgba(57,201,255,.18), transparent 28rem),
    var(--bg);
}

.container { width: min(100% - 2rem, var(--container)); }
.mono { letter-spacing: .08em; }

.skip-link { background: var(--brand); }
::selection { background: var(--brand-2); color: #031437; }

.btn {
  border-radius: 8px;
  min-height: 44px;
  letter-spacing: 0;
}
.btn--primary {
  background: var(--grad-warm);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255,255,255,.14) inset, 0 18px 36px -20px rgba(57,201,255,.95);
}
.btn--primary:hover {
  box-shadow: 0 0 24px rgba(57,201,255,.42), 0 18px 36px -20px rgba(57,201,255,.95);
}
.btn--outline {
  border-color: rgba(141,187,255,.42);
  background: rgba(2,9,22,.34);
}
.btn--outline:hover {
  border-color: var(--brand-2);
  color: var(--brand-2);
  box-shadow: 0 0 22px rgba(57,201,255,.16);
}
.btn--ghost:hover { color: var(--brand-2); }

.iconbtn {
  border-radius: 8px;
  background: rgba(255,255,255,.035);
}
.iconbtn:hover {
  color: var(--brand-2);
  border-color: var(--line-2);
  background: rgba(57,201,255,.08);
}

.nav {
  background: rgba(2,9,22,.88);
  border-bottom-color: rgba(128,183,255,.08);
}
@supports ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {
  .nav {
    background: color-mix(in srgb, var(--bg) 74%, transparent);
    backdrop-filter: saturate(1.25) blur(18px);
    -webkit-backdrop-filter: saturate(1.25) blur(18px);
  }
}
.nav__inner { padding-block: .7rem; }
.nav__logo {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(57,201,255,.2), 0 0 22px rgba(57,201,255,.16);
}
.nav__brand:hover .nav__logo {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(57,201,255,.55), 0 0 24px rgba(57,201,255,.28);
}
.nav__wordmark {
  letter-spacing: .24em;
  font-size: .74rem;
}
.nav__wordmark strong { color: #fff; }
.nav__menu a:hover,
.nav__menu a.is-active { color: #fff; }
.nav__menu a::after { background: var(--grad-warm); }

.hero {
  min-height: calc(100vh - 66px);
  display: grid;
  align-items: center;
  padding-block: clamp(2.6rem, 4.4vw, 3.8rem) 1rem;
  background: var(--grad-night);
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.hero::before {
  background-image:
    linear-gradient(rgba(141,187,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141,187,255,.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}
.hero::after {
  background:
    linear-gradient(90deg, transparent 0 70%, rgba(57,201,255,.08)),
    radial-gradient(circle at 83% 55%, rgba(13,107,255,.28), transparent 18rem);
}
.hero__sky {
  inset: auto 0 0 0;
  height: 190px;
  background: linear-gradient(to bottom, transparent, var(--bg));
}
.hero__sky::after { display: none; }
.hero__wing,
.hero__scrollhint { display: none; }

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .78fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}
.hero__content { min-width: 0; }
.hero__eyebrow {
  border-radius: 8px;
  border-color: rgba(57,201,255,.28);
  background: rgba(57,201,255,.08);
  box-shadow: 0 0 28px rgba(57,201,255,.12);
}
.hero__eyebrow .dot {
  background: var(--brand-2);
  box-shadow: 0 0 16px var(--brand-2);
}
.hero__title {
  font-family: var(--sans);
  font-weight: 900;
  max-width: 14ch;
  font-size: clamp(2.85rem, 4.8vw, 4.55rem);
  letter-spacing: 0;
  line-height: .94;
}
.hero__title em {
  font-style: normal;
  background: var(--grad-warm);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero__sub {
  max-width: 62ch;
  color: var(--txt-2);
  font-size: clamp(1.02rem, 1.3vw, 1.16rem);
  margin-bottom: 1.4rem;
}
.hero__cta { margin-bottom: 1.6rem; }
.hero__stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 760px;
  border-top-color: rgba(128,183,255,.18);
  padding-top: 1rem;
  gap: .75rem;
  margin-bottom: 0;
}
.hero__stats li {
  padding: .55rem .65rem;
  border: 1px solid rgba(128,183,255,.14);
  background: rgba(8,27,67,.42);
  border-radius: 8px;
}
.hero__stats .num {
  font-family: var(--sans);
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 22px rgba(57,201,255,.24);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}
.hero__stats .lbl { color: var(--txt-3); }

.hero__panel {
  position: relative;
  min-height: 440px;
  padding: clamp(1rem, 2.3vw, 1.4rem);
  overflow: hidden;
  border: 1px solid rgba(128,183,255,.26);
  border-radius: 8px;
  background:
    radial-gradient(circle at calc(62% + var(--parallax-x, 0px)) calc(20% + var(--parallax-y, 0px)), rgba(57,201,255,.22), transparent 12rem),
    linear-gradient(145deg, rgba(8,27,67,.96), rgba(3,13,35,.92) 58%, rgba(2,9,22,.96));
  box-shadow: var(--shadow), 0 0 44px rgba(57,201,255,.16);
  transform-style: preserve-3d;
  transform: translateY(calc(var(--scroll-lift, 0px) * -1));
  transition: transform .18s ease-out;
}
.hero__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(141,187,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141,187,255,.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 62% 35%, #000 0 42%, transparent 72%);
}
.hero__panel::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255,255,255,.13), transparent 24%),
    radial-gradient(circle at 8% 90%, rgba(13,107,255,.18), transparent 15rem);
  pointer-events: none;
}
.hero__panel > * { position: relative; z-index: 1; }
.hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  transform: translate3d(calc(var(--parallax-x, 0px) * var(--depth, 1)), calc(var(--parallax-y, 0px) * var(--depth, 1)), 0);
}
.hero__orb--one {
  --depth: 1.2;
  width: 230px;
  height: 230px;
  right: -62px;
  top: 62px;
  border: 1px solid rgba(57,201,255,.26);
  box-shadow: 0 0 60px rgba(57,201,255,.14), inset 0 0 50px rgba(13,107,255,.12);
}
.hero__orb--two {
  --depth: -.8;
  width: 120px;
  height: 120px;
  left: 28px;
  bottom: 86px;
  background: radial-gradient(circle, rgba(57,201,255,.18), transparent 68%);
}
.hero__panel-top {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(128,183,255,.2);
}
.hero__panel-logo {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
}
.hero__panel-top strong {
  display: block;
  color: #fff;
  font-size: 1.25rem;
}
.hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 200px;
  margin-block: 1rem .85rem;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(57,201,255,.18);
  border-radius: 50%;
  transform: rotateX(64deg) rotateZ(-18deg);
}
.orbit--one {
  width: 330px;
  height: 330px;
  animation: orbitSpin 18s linear infinite;
}
.orbit--two {
  width: 230px;
  height: 230px;
  border-style: dashed;
  border-color: rgba(141,187,255,.22);
  animation: orbitSpin 24s linear infinite reverse;
}
@keyframes orbitSpin {
  to { transform: rotateX(64deg) rotateZ(342deg); }
}
.hero__seal {
  position: relative;
  width: min(42%, 165px);
  margin: 0;
  color: var(--brand-2);
  filter: drop-shadow(0 0 16px rgba(57,201,255,.9)) drop-shadow(0 0 34px rgba(13,107,255,.55));
  transform: translate3d(calc(var(--parallax-x, 0px) * .45), calc(var(--parallax-y, 0px) * .45), 0);
  animation: sealFloat 5.6s ease-in-out infinite;
}
@keyframes sealFloat {
  50% { translate: 0 -8px; }
}
.float-card {
  position: absolute;
  min-width: 126px;
  padding: .65rem .75rem;
  border: 1px solid rgba(128,183,255,.22);
  border-radius: 8px;
  background: rgba(2,9,22,.58);
  box-shadow: 0 16px 40px -24px rgba(57,201,255,.8);
  backdrop-filter: blur(12px);
  transform: translate3d(calc(var(--parallax-x, 0px) * var(--depth, .5)), calc(var(--parallax-y, 0px) * var(--depth, .5)), 0);
}
.float-card span {
  display: block;
  font-family: var(--mono);
  font-size: .64rem;
  color: var(--brand-2);
  letter-spacing: .08em;
}
.float-card strong {
  display: block;
  color: #fff;
  font-size: .86rem;
}
.float-card--erp {
  --depth: .7;
  left: 2%;
  top: 20%;
}
.float-card--bi {
  --depth: -.55;
  right: 4%;
  bottom: 18%;
}
.hero__dashboard {
  display: grid;
  gap: .65rem;
  margin-top: .4rem;
  padding: .9rem;
  border: 1px solid rgba(128,183,255,.16);
  border-radius: 8px;
  background: rgba(2,9,22,.38);
  backdrop-filter: blur(12px);
  transform: translate3d(calc(var(--parallax-x, 0px) * .22), calc(var(--parallax-y, 0px) * .22), 0);
}
.dashboard__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--txt-2);
  font-size: .82rem;
  font-weight: 700;
}
.dashboard__head strong {
  color: var(--brand-2);
  font-family: var(--mono);
}
.dashbar {
  height: 12px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255,255,255,.08);
}
.dashbar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--grad-warm);
  box-shadow: 0 0 18px rgba(57,201,255,.38);
}
.hero__panel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .5rem;
  margin-block: .9rem;
}
.hero__panel-grid span {
  min-height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(128,183,255,.18);
  border-radius: 8px;
  background: rgba(2,9,22,.44);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
}
.hero__panel p {
  color: #dbeaff;
  font-size: .94rem;
  font-weight: 600;
}

section {
  padding-block: clamp(4rem, 7vw, 6.2rem);
  position: relative;
}
.section-head {
  max-width: 820px;
  margin-bottom: 2rem;
}
.kicker {
  color: var(--brand-2);
  font-weight: 700;
}
.section-title {
  font-family: var(--sans);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
}
.section-lead { color: var(--txt-2); }

.rubro {
  border-block: 1px solid rgba(128,183,255,.12);
  background:
    radial-gradient(circle at 20% 0%, rgba(57,201,255,.08), transparent 22rem),
    rgba(4,19,49,.72);
}
.rubro__chips { gap: .65rem; }
.chip {
  border-radius: 8px;
  background: rgba(2,9,22,.36);
  border-color: rgba(128,183,255,.18);
  color: var(--txt-2);
}
.chip:hover { border-color: rgba(57,201,255,.42); }
.chip.is-active {
  background: var(--grad-warm);
  color: #fff;
  box-shadow: 0 0 22px rgba(57,201,255,.28);
}

.sistemas,
.powerbi,
.nosotros {
  background:
    linear-gradient(180deg, rgba(4,19,49,.74), rgba(2,9,22,.88)),
    var(--bg-2);
}
.bento,
.grid-modulos,
.diff-grid,
.reps__layout,
.contacto__grid,
.powerbi__grid,
.nosotros__grid {
  gap: 1rem;
}
.bento__card,
.modcard,
.diff,
.rep-card,
.contacto__form,
.ctx,
.powerbi__card,
.nosotros__pillars > div,
.nosotros__art .art-card,
.clientes__map {
  border-radius: 8px;
  border-color: rgba(128,183,255,.16);
  background:
    linear-gradient(180deg, rgba(10,32,78,.82), rgba(5,20,52,.76));
  box-shadow: 0 20px 54px -42px rgba(57,201,255,.72), 0 1px 0 rgba(255,255,255,.04) inset;
}
.bento__card::before {
  background: radial-gradient(circle at 20% 0%, rgba(57,201,255,.18), transparent 55%);
}
.bento__card:hover,
.modcard:hover,
.diff:hover,
.rep-card:hover,
.ctx:hover {
  border-color: rgba(57,201,255,.48);
  box-shadow: 0 26px 64px -42px rgba(57,201,255,.92), 0 0 0 1px rgba(57,201,255,.08) inset;
}
.bento__card--xl,
.bento__card--lg {
  background:
    radial-gradient(circle at 86% 0%, rgba(57,201,255,.16), transparent 42%),
    linear-gradient(180deg, rgba(12,41,101,.94), rgba(5,20,52,.84));
}
.bento__card--bot {
  background:
    radial-gradient(circle at 92% 12%, rgba(64,230,255,.22), transparent 42%),
    linear-gradient(145deg, rgba(9,44,90,.96), rgba(4,20,52,.9));
}
.bento__icon,
.modcard__icon,
.ctx__ico,
.feat-card__icon {
  border-radius: 8px;
  background: rgba(57,201,255,.1);
  color: var(--brand-2);
  box-shadow: 0 0 24px rgba(57,201,255,.12);
}
.bento__card .badge,
.rep-card__zone,
.rep-card__soon {
  border-color: rgba(57,201,255,.24);
  background: rgba(57,201,255,.08);
  color: var(--brand-2);
}
.bento__card h3,
.modcard h3,
.diff h3,
.rep-card h3,
.clientes__legend h3 {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: 0;
}
.bento__bullets li::before { background: var(--brand-2); }
.is-spotlight {
  box-shadow: 0 0 0 1px var(--brand-2), 0 30px 60px -26px rgba(57,201,255,.58);
}
.modcard.is-spotlight {
  position: relative;
  background:
    radial-gradient(circle at 90% 0%, rgba(57,201,255,.22), transparent 44%),
    linear-gradient(180deg, rgba(12,41,101,.98), rgba(5,20,52,.9));
}
.modcard.is-spotlight::after {
  content: "Recomendado";
  position: absolute;
  top: .8rem;
  right: .8rem;
  padding: .25rem .48rem;
  border: 1px solid rgba(57,201,255,.34);
  border-radius: 999px;
  background: rgba(57,201,255,.12);
  color: var(--brand-2);
  font-family: var(--mono);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.modcard.is-spotlight .modcard__icon {
  color: #fff;
  background: var(--grad-warm);
}
.rubro__summary {
  min-height: 0;
  margin-top: 1rem;
}
.rubro__summary:empty { display: none; }
.rubro__summary-label {
  display: block;
  margin-bottom: .55rem;
  color: var(--brand-2);
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rubro__summary-list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  max-width: 980px;
}
.rubro__summary-list span,
.rubro__summary-list a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .42rem .7rem;
  border: 1px solid rgba(128,183,255,.18);
  border-radius: 999px;
  background: rgba(2,9,22,.34);
  color: var(--txt-2);
  font-weight: 700;
  font-size: .82rem;
}
.rubro__summary-list a {
  border-color: rgba(57,201,255,.42);
  color: #fff;
  background: rgba(57,201,255,.12);
}
.rubro__summary-list a:hover {
  border-color: var(--brand-2);
  box-shadow: 0 0 18px rgba(57,201,255,.18);
}

/* ---------- ERASBOT ---------- */
.erasbot {
  overflow: hidden;
  border-block: 1px solid rgba(128,183,255,.12);
  background:
    radial-gradient(circle at 12% 20%, rgba(57,201,255,.12), transparent 26rem),
    radial-gradient(circle at 86% 52%, rgba(13,107,255,.2), transparent 24rem),
    linear-gradient(180deg, rgba(2,9,22,.92), rgba(4,19,49,.86));
}
.erasbot__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .62fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}
.erasbot__content { min-width: 0; }
.erasbot__features {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin: 1.6rem 0 1.8rem;
}
.erasbot__features span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: .45rem .72rem;
  border: 1px solid rgba(57,201,255,.22);
  border-radius: 999px;
  background: rgba(57,201,255,.08);
  color: var(--txt-2);
  font-size: .86rem;
  font-weight: 700;
}
.erasbot__cta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.erasbot__phone {
  position: relative;
  max-width: 430px;
  justify-self: end;
  padding: 1rem;
  border: 1px solid rgba(128,183,255,.24);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(9,28,62,.94), rgba(2,9,22,.96)),
    radial-gradient(circle at 50% 0%, rgba(64,230,255,.18), transparent 16rem);
  box-shadow: 0 30px 80px -42px rgba(57,201,255,.82), 0 0 0 8px rgba(255,255,255,.025);
}
.erasbot__phone::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(57,201,255,.42), transparent 34%, rgba(13,107,255,.34));
  z-index: -1;
}
.phone__top {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .45rem .35rem 1rem;
  border-bottom: 1px solid rgba(128,183,255,.14);
}
.phone__avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--grad-warm);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 0 24px rgba(57,201,255,.28);
}
.phone__top strong {
  display: block;
  color: #fff;
  line-height: 1.1;
}
.phone__top small {
  display: block;
  color: var(--txt-3);
  font-size: .76rem;
}
.chat {
  display: grid;
  gap: .7rem;
  padding-top: 1rem;
}
.msg {
  max-width: 86%;
  padding: .7rem .82rem;
  border-radius: 14px;
  color: #dceaff;
  font-size: .88rem;
  line-height: 1.45;
}
.msg--bot {
  justify-self: start;
  border-bottom-left-radius: 4px;
  background: rgba(20,45,86,.92);
  border: 1px solid rgba(128,183,255,.14);
}
.msg--user {
  justify-self: end;
  border-bottom-right-radius: 4px;
  background: linear-gradient(135deg, #18B8F5, #0D6BFF);
  color: #fff;
}

.marquee {
  border-radius: 8px;
  border-color: rgba(128,183,255,.16);
  background: rgba(2,9,22,.42);
}
.logo-mark { color: rgba(248,251,255,.72); }
.logo-mark:hover { color: var(--brand-2); }
.legend__pins i { box-shadow: 0 0 12px currentColor; }
.rep-pin__pulse { fill: rgba(57,201,255,.22); }
.rep-pin__dot { fill: var(--brand-2); }
.rep-card:hover { transform: translateY(-2px); }

.powerbi__card iframe {
  border-radius: 8px;
  background: #fff;
}
.diff__num {
  color: var(--brand-2);
  font-family: var(--mono);
}
.art-card p { color: var(--brand-2); }

.field input,
.field select,
.field textarea {
  border-radius: 8px;
  background: rgba(2,9,22,.48);
  border-color: rgba(128,183,255,.2);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--brand-2);
  box-shadow: 0 0 0 3px rgba(57,201,255,.12);
}
.ctx--wa {
  background: linear-gradient(135deg, rgba(64,230,255,.14), rgba(13,107,255,.04));
  border-color: rgba(64,230,255,.32);
}
.ctx--wa .ctx__ico { color: var(--signal); }

.footer {
  background: #020916;
  border-top-color: rgba(128,183,255,.14);
}
.footer__inner {
  border-bottom-color: rgba(128,183,255,.12);
}
.footer__nav a:hover { color: var(--brand-2); }

@media (max-width: 1024px) {
  .hero { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__panel {
    min-height: 440px;
    max-width: 680px;
  }
  .erasbot__grid { grid-template-columns: 1fr; }
  .erasbot__phone {
    justify-self: stretch;
    max-width: 620px;
  }
}

@media (max-width: 768px) {
  .container { width: min(100% - 1.25rem, var(--container)); }
  .hero { padding-top: 2.2rem; }
  .hero__grid { gap: 1.25rem; }
  .hero__eyebrow .mono { font-size: .64rem; }
  .hero__title {
    max-width: 100%;
    font-size: clamp(2.45rem, 11.5vw, 3.15rem);
    line-height: 1;
  }
  .hero__sub { font-size: .98rem; }
  .hero__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero__panel {
    min-height: 330px;
    padding: 1rem;
  }
  .hero__panel-top { padding-bottom: .75rem; }
  .hero__visual { min-height: 160px; margin-block: .75rem; }
  .hero__seal {
    width: min(36%, 126px);
  }
  .orbit--one { width: 250px; height: 250px; }
  .orbit--two { width: 170px; height: 170px; }
  .float-card { display: none; }
  .hero__dashboard,
  .hero__panel p { display: none; }
  .hero__panel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-head { margin-bottom: 1.5rem; }
  .erasbot__features { margin-block: 1.2rem 1.4rem; }
  .erasbot__phone { border-radius: 14px; }
  .msg { max-width: 92%; font-size: .84rem; }
}

@media (max-width: 480px) {
  .hero__cta .btn { width: 100%; justify-content: center; }
  .hero__stats { gap: .5rem; }
  .hero__stats li { padding: .7rem; }
  .hero__panel { min-height: 340px; }
  .hero__seal { width: 42%; }
  .bento__card,
  .modcard,
  .diff,
  .rep-card,
  .contacto__form,
  .ctx,
  .powerbi__card,
  .clientes__map,
  .erasbot__phone { padding: 1rem; }
  .erasbot__cta .btn { width: 100%; justify-content: center; }
  .erasbot__features span { width: 100%; justify-content: center; }
}
