/* ============================================================
   EndoscopEA — Hoja de estilos
   Paleta derivada del logo: azul noche + cyan / celeste
   ============================================================ */

:root {
  /* Colores base */
  --navy-950: #0a1622;
  --navy-900: #0d1b2a;
  --navy-850: #10202f;
  --navy-800: #13293c;
  --navy-700: #193349;
  --navy-600: #1f4159;

  --cyan-300: #8ad6ee;
  --cyan-400: #4fb4dd;
  --cyan-500: #2ba6d8;
  --cyan-600: #1f8ec0;

  --ink-100: #eaf2f8;
  --ink-200: #cddbe8;
  --ink-300: #9db2c6;
  --ink-400: #7089a0;

  --grad: linear-gradient(135deg, #6ec8ec 0%, #2ba6d8 55%, #1f8ec0 100%);
  --grad-soft: linear-gradient(135deg, rgba(110,200,236,.18), rgba(43,166,216,.05));

  --radius: 18px;
  --radius-lg: 26px;
  --radius-sm: 12px;

  --shadow-sm: 0 4px 18px rgba(3, 12, 22, .35);
  --shadow-md: 0 18px 50px rgba(3, 12, 22, .5);
  --shadow-glow: 0 10px 40px rgba(43, 166, 216, .28);

  --container: 1180px;
  --ease: cubic-bezier(.22, .61, .36, 1);

  --font-body: 'Manrope', system-ui, -apple-system, sans-serif;
  --font-head: 'Sora', 'Manrope', system-ui, sans-serif;
}

/* ---------------- Reset ---------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--navy-950);
  color: var(--ink-200);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

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

/* ---------------- Fondo aurora ---------------- */
.bg-aurora {
  position: fixed; inset: 0; z-index: -2; overflow: hidden;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(43,166,216,.14), transparent 60%),
    radial-gradient(900px 500px at 0% 20%, rgba(110,200,236,.08), transparent 55%),
    var(--navy-950);
}
.blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .5; will-change: transform; }
.blob-1 { width: 480px; height: 480px; background: #1f6f9e; top: -120px; right: -80px; animation: drift 22s var(--ease) infinite alternate; }
.blob-2 { width: 420px; height: 420px; background: #2ba6d8; bottom: -140px; left: -100px; opacity: .32; animation: drift 26s var(--ease) infinite alternate-reverse; }
.blob-3 { width: 360px; height: 360px; background: #14415c; top: 40%; left: 55%; opacity: .4; animation: drift 30s var(--ease) infinite alternate; }
@keyframes drift { to { transform: translate3d(40px, 50px, 0) scale(1.12); } }
.grid-overlay {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(70% 60% at 50% 30%, #000 40%, transparent 100%);
}

/* ---------------- Tipografía util ---------------- */
.grad-text {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .82rem; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; color: var(--cyan-300);
  padding: 7px 14px; border-radius: 100px;
  background: rgba(43,166,216,.09); border: 1px solid rgba(43,166,216,.22);
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 10px var(--cyan-400); }

/* ---------------- Botones ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-head); font-weight: 700; font-size: .98rem;
  padding: 14px 26px; border-radius: 100px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
  white-space: nowrap;
}
.btn--sm { padding: 10px 20px; font-size: .9rem; }
.btn--block { width: 100%; }
.btn--primary { background: var(--grad); color: #04121c; box-shadow: var(--shadow-glow); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 46px rgba(43,166,216,.42); }
.btn--ghost { color: var(--ink-100); border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.03); }
.btn--ghost:hover { transform: translateY(-2px); border-color: rgba(110,200,236,.55); background: rgba(110,200,236,.08); }

/* ---------------- NAV ---------------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .35s var(--ease), border-color .35s var(--ease), backdrop-filter .35s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(10,22,34,.72);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: rgba(255,255,255,.07);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 104px; }
.nav__logo-img { height: 64px; width: auto; transition: transform .3s var(--ease), height .3s var(--ease); }
.nav__logo:hover .nav__logo-img { transform: scale(1.04); }
.nav.scrolled .nav__inner { height: 82px; }
.nav.scrolled .nav__logo-img { height: 50px; }
.nav__links { display: flex; align-items: center; gap: 34px; }
.nav__link { font-weight: 600; font-size: .96rem; color: var(--ink-200); position: relative; transition: color .25s; }
.nav__link::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--grad); border-radius: 2px; transition: width .3s var(--ease); }
.nav__link:hover { color: #fff; }
.nav__link:hover::after { width: 100%; }
.nav__cta { color: #04121c !important; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav__toggle span { width: 24px; height: 2px; background: var(--ink-100); border-radius: 2px; transition: transform .3s var(--ease), opacity .3s; }
.nav__toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------------- HERO ---------------- */
.hero { padding: 150px 0 90px; position: relative; }
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.hero__title { font-family: var(--font-head); font-weight: 800; font-size: clamp(2.3rem, 5vw, 3.7rem); line-height: 1.08; letter-spacing: -.02em; color: #fff; margin: 22px 0 20px; }
.hero__lead { font-size: 1.14rem; color: var(--ink-300); max-width: 540px; }
.hero__actions { display: flex; gap: 14px; margin: 32px 0 36px; flex-wrap: wrap; }
.hero__meta { display: flex; gap: 30px; flex-wrap: wrap; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.08); }
.meta-item { display: flex; flex-direction: column; }
.meta-item strong { font-family: var(--font-head); font-size: 1.35rem; color: var(--cyan-300); }
.meta-item span { font-size: .84rem; color: var(--ink-400); }

/* Visual del hero */
.hero__visual { position: relative; }
.device-frame {
  background: linear-gradient(160deg, var(--navy-800), var(--navy-850));
  border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-lg);
  padding: 14px; box-shadow: var(--shadow-md);
  transform: perspective(1400px) rotateY(-9deg) rotateX(3deg);
  transition: transform .6s var(--ease);
}
.hero__visual:hover .device-frame { transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); }
.device-frame__bar { display: flex; gap: 7px; padding: 4px 6px 12px; }
.device-frame__bar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.14); }
.device-frame__bar span:first-child { background: #ff6b6b88; }
.device-frame__bar span:nth-child(2) { background: #ffd06688; }
.device-frame__bar span:nth-child(3) { background: #6ee7a588; }

/* Imágenes reales embebidas (hero + hardware) */
.media-shot { position: relative; border-radius: var(--radius); overflow: hidden; background: #0a1a28; border: 1px solid rgba(110,200,236,.16); box-shadow: var(--shadow-sm); }
.media-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.device-frame__screen.media-shot { aspect-ratio: 16/9; }
.media-shot--tall { aspect-ratio: 3/4; }
.media-shot--tall img { object-position: center; }

/* Galería de capturas */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.shot { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255,255,255,.08); background: #08131e; box-shadow: var(--shadow-sm); aspect-ratio: 4/3; display: flex; transition: transform .4s var(--ease), border-color .4s, box-shadow .4s; }
.shot img { width: 100%; height: 100%; object-fit: contain; display: block; transition: transform .5s var(--ease); }
.shot:hover img { transform: scale(1.12); }
.shot figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 16px 12px; font-size: .88rem; font-weight: 600; color: #fff; background: linear-gradient(transparent, rgba(4,10,18,.92)); }
.shot:hover { transform: translateY(-5px); border-color: rgba(110,200,236,.4); box-shadow: var(--shadow-md); }

/* Slots de imagen (placeholders reemplazables) */
.media-slot {
  position: relative; border-radius: var(--radius);
  background: linear-gradient(160deg, #0e2233, #0a1a28);
  border: 1px dashed rgba(110,200,236,.28);
  overflow: hidden; aspect-ratio: 16/10;
  display: flex; align-items: center; justify-content: center;
}
.media-slot--tall { aspect-ratio: 4/5; }
.media-slot img { width: 100%; height: 100%; object-fit: cover; }
.slot-tag {
  position: absolute; bottom: 12px; right: 12px;
  font-size: .72rem; font-weight: 600; letter-spacing: .03em;
  color: var(--cyan-300); background: rgba(10,22,34,.7);
  padding: 5px 11px; border-radius: 100px; border: 1px solid rgba(110,200,236,.25);
  backdrop-filter: blur(6px);
}

/* Mock informe (dentro del hero) */
.mock-report { width: 100%; height: 100%; padding: 20px; display: flex; flex-direction: column; gap: 14px; }
.mock-report__head { display: flex; align-items: center; gap: 12px; }
.mock-chip { width: 42px; height: 42px; border-radius: 11px; background: var(--grad); flex-shrink: 0; }
.mock-lines { display: flex; flex-direction: column; gap: 7px; flex: 1; }
.mock-lines span { height: 8px; border-radius: 4px; background: rgba(255,255,255,.12); }
.mock-lines span:first-child { width: 60%; background: rgba(110,200,236,.35); }
.mock-lines span:last-child { width: 40%; }
.mock-report__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; flex: 1; }
.mock-photo { border-radius: 10px; background: linear-gradient(135deg, #14405c, #0e2a3d); position: relative; overflow: hidden; }
.mock-photo::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 35% 40%, rgba(138,214,238,.35), transparent 55%); }
.mock-photo:nth-child(2)::after { background: radial-gradient(circle at 65% 55%, rgba(110,200,236,.3), transparent 55%); }
.mock-photo:nth-child(3)::after { background: radial-gradient(circle at 45% 60%, rgba(79,180,221,.3), transparent 55%); }
.mock-photo:nth-child(4)::after { background: radial-gradient(circle at 60% 35%, rgba(138,214,238,.28), transparent 55%); }
.mock-report__text { display: flex; flex-direction: column; gap: 6px; }
.mock-report__text span { height: 7px; border-radius: 4px; background: rgba(255,255,255,.1); }
.mock-report__text span:nth-child(1) { width: 100%; }
.mock-report__text span:nth-child(2) { width: 85%; }
.mock-report__text span:nth-child(3) { width: 55%; }

/* Tarjeta flotante */
.float-card {
  position: absolute; bottom: -24px; left: -26px;
  display: flex; align-items: center; gap: 12px;
  background: rgba(13,27,42,.85); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.1); border-radius: 16px;
  padding: 13px 16px; box-shadow: var(--shadow-md);
  animation: floaty 5s ease-in-out infinite;
}
.float-card__icon { width: 38px; height: 38px; border-radius: 11px; background: var(--grad-soft); border: 1px solid rgba(110,200,236,.3); display: grid; place-items: center; color: var(--cyan-300); }
.float-card__icon svg { width: 20px; height: 20px; }
.float-card strong { display: block; font-family: var(--font-head); font-size: .92rem; color: #fff; }
.float-card span { font-size: .78rem; color: var(--ink-400); }
@keyframes floaty { 50% { transform: translateY(-10px); } }

/* ---------------- TRUST ---------------- */
.trust { padding: 30px 0 20px; }
.trust__label { text-align: center; color: var(--ink-400); font-size: .95rem; margin-bottom: 30px; }
.trust__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat {
  text-align: center; padding: 26px 18px; border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(255,255,255,.035), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.07);
}
.stat__num { font-family: var(--font-head); font-weight: 800; font-size: 2.4rem; color: #fff; }
.stat__suf { font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; color: var(--cyan-400); margin-left: 2px; }
.stat p { font-size: .86rem; color: var(--ink-400); margin-top: 6px; }

/* ---------------- SECCIONES ---------------- */
.section { padding: 100px 0; position: relative; }
.section--alt::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(19,41,60,.4) 20%, rgba(19,41,60,.4) 80%, transparent);
}
.section__head { text-align: center; max-width: 640px; margin: 0 auto 60px; }
.section__title { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.9rem, 3.6vw, 2.8rem); line-height: 1.12; letter-spacing: -.02em; color: #fff; margin: 18px 0 16px; }
.section__sub { color: var(--ink-300); font-size: 1.06rem; }

/* ---------------- CARDS / PRODUCTOS ---------------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  position: relative; padding: 34px 28px; border-radius: var(--radius-lg);
  background: linear-gradient(165deg, rgba(255,255,255,.04), rgba(255,255,255,.012));
  border: 1px solid rgba(255,255,255,.08);
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
  overflow: hidden;
}
.card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--grad); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease);
}
.card:hover { transform: translateY(-8px); border-color: rgba(110,200,236,.35); box-shadow: var(--shadow-md); }
.card:hover::before { transform: scaleX(1); }
.card--featured { border-color: rgba(110,200,236,.32); background: linear-gradient(165deg, rgba(43,166,216,.1), rgba(255,255,255,.015)); }
.card__badge { position: absolute; top: 20px; right: 20px; font-size: .72rem; font-weight: 700; color: #04121c; background: var(--grad); padding: 5px 12px; border-radius: 100px; }
.card__badge--soft { color: var(--cyan-300); background: rgba(43,166,216,.14); border: 1px solid rgba(110,200,236,.32); }
.card__icon { width: 56px; height: 56px; border-radius: 15px; background: var(--grad-soft); border: 1px solid rgba(110,200,236,.28); display: grid; place-items: center; color: var(--cyan-300); margin-bottom: 22px; }
.card__icon svg { width: 28px; height: 28px; }
.card__title { font-family: var(--font-head); font-weight: 700; font-size: 1.28rem; color: #fff; margin-bottom: 12px; }
.card__text { color: var(--ink-300); font-size: .98rem; margin-bottom: 20px; }
.card__list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.card__list li { position: relative; padding-left: 26px; font-size: .93rem; color: var(--ink-200); }
.card__list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--cyan-400); font-weight: 800; }
.card__link { font-family: var(--font-head); font-weight: 700; color: var(--cyan-300); font-size: .95rem; transition: gap .25s, color .25s; display: inline-block; }
.card__link:hover { color: #fff; }

/* ---------------- STEPS ---------------- */
.steps { display: flex; align-items: stretch; justify-content: center; gap: 8px; flex-wrap: wrap; }
.step {
  flex: 1; min-width: 240px; max-width: 320px; text-align: center;
  padding: 34px 26px; border-radius: var(--radius-lg);
  background: linear-gradient(165deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.08); position: relative;
}
.step__num { font-family: var(--font-head); font-weight: 800; font-size: 1rem; color: var(--cyan-400); letter-spacing: .1em; margin-bottom: 16px; }
.step__icon { width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 18px; background: var(--grad-soft); border: 1px solid rgba(110,200,236,.28); display: grid; place-items: center; color: var(--cyan-300); }
.step__icon svg { width: 30px; height: 30px; }
.step h3 { font-family: var(--font-head); font-weight: 700; font-size: 1.24rem; color: #fff; margin-bottom: 10px; }
.step p { color: var(--ink-300); font-size: .95rem; }
.step__arrow { display: flex; align-items: center; font-size: 1.8rem; color: var(--cyan-500); opacity: .6; }

/* ---------------- SPLIT (hardware) ---------------- */
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.split__text { color: var(--ink-300); font-size: 1.05rem; margin: 18px 0 26px; }
.feature-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.feature-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--ink-100); font-size: 1rem; }
.tick { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--grad-soft); border: 1px solid rgba(110,200,236,.35); color: var(--cyan-300); display: grid; place-items: center; font-size: .8rem; font-weight: 800; }

/* Mock device */
.mock-device { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 34px; }
.mock-device__body { width: 62%; height: 34%; border-radius: 16px; background: linear-gradient(160deg, #17394f, #0f2536); border: 1px solid rgba(110,200,236,.2); position: relative; display: flex; align-items: center; justify-content: center; gap: 12px; box-shadow: var(--shadow-sm); }
.mock-device__led { position: absolute; top: 12px; right: 14px; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 12px var(--cyan-400); animation: blink 2.4s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .35; } }
.mock-device__port { width: 26px; height: 26px; border-radius: 7px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.mock-device__pedal { width: 46%; height: 20%; border-radius: 40px / 60px; background: linear-gradient(160deg, #1c4560, #113049); border: 1px solid rgba(110,200,236,.2); box-shadow: var(--shadow-sm); }

/* ---------------- BENTO / BENEFICIOS ---------------- */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bento__item {
  padding: 30px 26px; border-radius: var(--radius-lg);
  background: linear-gradient(165deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.08);
  transition: transform .4s var(--ease), border-color .4s;
}
.bento__item:hover { transform: translateY(-6px); border-color: rgba(110,200,236,.3); }
.bento__item--wide { grid-column: span 1; }
.bento__icon { width: 50px; height: 50px; border-radius: 14px; background: var(--grad-soft); border: 1px solid rgba(110,200,236,.28); display: grid; place-items: center; color: var(--cyan-300); margin-bottom: 18px; }
.bento__icon svg { width: 26px; height: 26px; }
.bento__item h3 { font-family: var(--font-head); font-weight: 700; font-size: 1.18rem; color: #fff; margin-bottom: 10px; }
.bento__item p { color: var(--ink-300); font-size: .95rem; }

/* ---------------- COTIZACIÓN ---------------- */
.quote { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: start;
  background: linear-gradient(165deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-lg);
  padding: 50px; box-shadow: var(--shadow-sm);
}
.quote__intro .section__title { text-align: left; }
.quote__contactlist { margin-top: 28px; display: flex; flex-direction: column; gap: 16px; }
.quote__contactlist li { display: flex; align-items: center; gap: 14px; }
.quote__ci { width: 40px; height: 40px; border-radius: 11px; background: var(--grad-soft); border: 1px solid rgba(110,200,236,.28); display: grid; place-items: center; color: var(--cyan-300); flex-shrink: 0; }
.quote__ci svg { width: 20px; height: 20px; }
/* Íconos de marca (WhatsApp / Instagram) con sus colores reales */
.quote__ci--wa { color: #fff; background: #25D366; border-color: #25D366; }
.quote__ci--ig { color: #fff; border: none;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.quote__ci--wa svg, .quote__ci--ig svg { width: 22px; height: 22px; }

/* Redes en el footer */
.footer__social { display: flex; gap: 12px; margin-top: 12px; }
.social { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; color: #fff;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.social svg { width: 22px; height: 22px; }
.social--wa { background: #25D366; }
.social--ig { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.social:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.quote__contactlist a { color: var(--ink-100); font-weight: 600; transition: color .25s; }
.quote__contactlist a:hover { color: var(--cyan-300); }

.quote__form { display: flex; flex-direction: column; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { font-size: .9rem; font-weight: 600; color: var(--ink-200); }
.field label .opt { color: var(--ink-400); font-weight: 400; }
.field input, .field textarea {
  font-family: inherit; font-size: .98rem; color: #fff;
  background: rgba(10,22,34,.6); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-sm); padding: 13px 15px; transition: border-color .25s, box-shadow .25s;
  resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-400); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--cyan-500); box-shadow: 0 0 0 3px rgba(43,166,216,.18); }

.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: 100px; cursor: pointer;
  background: rgba(10,22,34,.6); border: 1px solid rgba(255,255,255,.12);
  font-size: .9rem; font-weight: 600; color: var(--ink-200);
  transition: all .25s var(--ease);
}
.chip input { accent-color: var(--cyan-500); width: 15px; height: 15px; }
.chip:hover { border-color: rgba(110,200,236,.4); }
.chip:has(input:checked) { background: rgba(43,166,216,.16); border-color: var(--cyan-500); color: #fff; }

.form-note { font-size: .9rem; margin-top: 4px; min-height: 20px; }
.form-note.ok { color: #6ee7a5; }
.form-note.err { color: #ff8b8b; }

/* ---------------- FOOTER ---------------- */
.footer { padding: 70px 0 30px; border-top: 1px solid rgba(255,255,255,.07); margin-top: 40px; background: rgba(10,22,34,.5); }
.footer__inner { display: grid; grid-template-columns: 1.3fr 2fr; gap: 50px; padding-bottom: 40px; }
.footer__logo { height: 32px; margin-bottom: 16px; }
.footer__brand p { color: var(--ink-400); font-size: .95rem; max-width: 320px; }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer__col h4 { font-family: var(--font-head); font-size: .95rem; color: #fff; margin-bottom: 16px; }
.footer__col a { display: block; color: var(--ink-400); font-size: .92rem; padding: 5px 0; transition: color .25s; }
.footer__col a:hover { color: var(--cyan-300); }
.footer__bottom { display: flex; justify-content: space-between; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.06); color: var(--ink-400); font-size: .85rem; flex-wrap: wrap; gap: 10px; }

/* ---------------- REVEAL (animaciones scroll) ---------------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .hero__visual { max-width: 480px; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split__media { max-width: 380px; }
  .quote { grid-template-columns: 1fr; gap: 36px; padding: 36px; }
  .trust__stats { grid-template-columns: repeat(2, 1fr); }
  .cards, .bento { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 720px) {
  .nav__inner, .nav.scrolled .nav__inner { height: 76px; }
  .nav__logo-img, .nav.scrolled .nav__logo-img { height: 44px; }
  .nav__links {
    position: fixed; top: 76px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 4px;
    background: rgba(10,22,34,.96); backdrop-filter: blur(16px);
    padding: 20px 24px 28px; border-bottom: 1px solid rgba(255,255,255,.08);
    transform: translateY(-120%); transition: transform .4s var(--ease); pointer-events: none;
  }
  .nav__links.open { transform: translateY(0); pointer-events: auto; }
  .nav__link { padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.05); }
  .nav__cta { margin-top: 10px; }
  .nav__toggle { display: flex; }
  .section { padding: 72px 0; }
  .cards, .bento { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .steps { flex-direction: column; align-items: center; }
  .step__arrow { transform: rotate(90deg); }
  .field-row { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .hero { padding: 120px 0 60px; }
}
@media (max-width: 460px) {
  .trust__stats { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr; }
  .quote { padding: 26px 20px; }
  .hero__meta { gap: 20px; }
}

/* ---------------- Accesibilidad ---------------- */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
:focus-visible { outline: 2px solid var(--cyan-400); outline-offset: 3px; }
