/* ══════════════════════════════════════════════════════
   ARES Investment & Consulting — Stylesheet v3
   Oswald (display) + Source Sans 3 (body)
   Negro puro · Oro · Fibra de carbono
   ══════════════════════════════════════════════════════ */

/* ── VARIABLES ──────────────────────────────────────── */
:root {
  --bg:      #070708;
  --bg2:     #0B0B0E;
  --bgcard:  #0F0F14;
  --bgcf:    #0C0C10;
  --border:  #17171E;
  --brbr:    #222230;
  --accent:  #D2B688;
  --accentl: #DBBF97;
  --gold:    #D2B688;
  --goldl:   #DBBF97;
  --text:    #EFECE7;
  --text2:   #9090A4;
  --text3:   #525265;
  --nav-h:   72px;
  --display: 'Montserrat', sans-serif;
  --body:    'Montserrat', sans-serif;
  --copy-size: 19px;
  --copy-line-height: 1.85;
}

/* ── CARBON FIBER TEXTURE ───────────────────────────── */
.cf-bg {
  background: linear-gradient(rgba(12,12,16,.88), rgba(12,12,16,.88)),
              url('imagenes/carbon fiber/fondo2.webp') center/cover;
}
.stats-bar {
  background: linear-gradient(rgba(4,4,5,.86), rgba(4,4,5,.86)),
              url('imagenes/carbon fiber/fondo1.webp') center/cover;
}
.cta-band {
  background: linear-gradient(rgba(7,7,8,.78), rgba(7,7,8,.78)),
              url('imagenes/carbon fiber/33 Carbon.webp') center/cover;
}

/* ── RESET ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
}
img  { max-width: 100%; display: block; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }
p {
  color: var(--text2);
  font-family: var(--body);
  font-size: var(--copy-size);
  font-weight: 300;
  line-height: var(--copy-line-height);
  text-align: justify;
  text-justify: inter-word;
}

/* ── LAYOUT ─────────────────────────────────────────── */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.section    { padding: 100px 0; }
.section-sm { padding: 70px 0; }

/* ── TYPOGRAPHY ─────────────────────────────────────── */
.overline {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: .7rem;
}
.overline::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}
.section-title {
  font-family: var(--display);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--text);
}
.section-header { margin-bottom: 4rem; }
.section-header .overline { margin-bottom: .9rem; }
.lead {
  font-family: var(--body);
  font-size: var(--copy-size);
  font-weight: 300;
  color: var(--text2);
  line-height: 1.85;
}
.services-landing-intro { max-width: none; text-align: left; }
.services-landing-page .card p { text-align: left; }

/* ── BUTTONS ────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-family: var(--body);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .9rem 2.2rem;
  cursor: pointer;
  border: none;
  transition: background .22s, color .22s, border-color .22s;
  white-space: nowrap;
}
.btn svg { flex-shrink: 0; transition: transform .2s; }
.btn:hover svg { transform: translateX(3px); }
.btn-solid  { background: var(--gold); color: #000; }
.btn-solid:hover  { background: var(--goldl); }
.btn-outline { background: transparent; color: var(--text); border: 1px solid var(--brbr); }
.btn-outline:hover { border-color: var(--text2); }
.btn-gold { background: var(--gold); color: #000; }
.btn-gold:hover { background: var(--goldl); }
.btn-white { background: var(--text); color: #000; }
.btn-white:hover { background: #fff; }

/* ── NAVBAR ─────────────────────────────────────────── */
#navbar {
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-h);
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;
  background: #070708;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 40px rgba(0,0,0,.6);
}
#navbar > a:first-child {
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.nav-logo {
  width: 189px;
  height: 54px;
  margin: 0;
  opacity: 1;
  object-fit: contain;
  flex-shrink: 0;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: .15rem;
}
.nav-item { position: relative; }
.nav-item > a {
  display: flex;
  align-items: center;
  gap: .3rem;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text2);
  padding: .5rem .9rem;
  transition: color .2s;
  white-space: nowrap;
}
.nav-item > a:hover,
.nav-item.active > a { color: var(--text); }
.nav-item > a .chevron {
  width: 10px;
  height: 10px;
  transition: transform .2s;
  flex-shrink: 0;
}
.nav-item:hover > a .chevron { transform: rotate(180deg); }

/* Dropdown */
.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 8px;
  background: #0A0A0D;
  border: 1px solid var(--border);
  min-width: 235px;
  z-index: 200;
  box-shadow: 0 16px 50px rgba(0,0,0,.7);
}
.nav-item:hover .nav-dropdown { display: block; }
.nav-dropdown a {
  display: block;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .06em;
  color: var(--text2);
  padding: .75rem 1.3rem;
  border-bottom: 1px solid var(--border);
  transition: background .15s, color .15s, padding-left .2s;
}
.nav-dropdown a:last-child { border-bottom: none; }
.nav-dropdown a:hover {
  background: var(--bgcard);
  color: var(--text);
  padding-left: 1.7rem;
}

/* ── MEGAMENÚ ─────────────────────────────────────────── */
.nav-mega {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 8px;
  z-index: 800;
}
.nav-item:hover .nav-mega { display: block; }

/* Servicios – grid 2 columnas */
.nav-mega-body {
  background: #0A0A0D;
  border: 1px solid var(--border);
  border-top: 2px solid var(--gold);
  box-shadow: 0 24px 60px rgba(0,0,0,.88);
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 780px;
}
.nav-mega-item {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: 1.2rem 1.6rem;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  transition: background .15s, padding-left .15s;
}
.nav-mega-item:nth-child(2n)   { border-right: none; }
.nav-mega-item:nth-last-child(-n+2) { border-bottom: none; }
.nav-mega-item:hover { background: var(--bgcard); padding-left: 2rem; }
.nav-mega-item strong {
  font-family: var(--body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--text);
  transition: color .15s;
}
.nav-mega-item span {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 300;
  color: var(--text2);
  line-height: 1.45;
}
.nav-mega-item:hover strong { color: var(--gold); }
.nav-mega-item-cta { justify-content: center; }
.nav-mega-item-cta strong {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
}
.nav-mega-item-cta:hover strong { color: var(--goldl); }
.nav-mega-footer {
  background: rgba(8,8,10,.97);
  border: 1px solid var(--border);
  border-top: none;
  padding: .7rem 1.6rem;
  width: 780px;
}
.nav-mega-footer a {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  transition: color .2s;
}
.nav-mega-footer a:hover { color: var(--goldl); }

/* Equipos – 4 columnas con imagen */
.nav-mega-equip-grid {
  background: var(--border);
  border: 1px solid var(--border);
  border-top: 2px solid var(--gold);
  box-shadow: 0 24px 60px rgba(0,0,0,.88);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: 840px;
}
.nav-item > a[href="equipos.html"] + .nav-mega {
  left: 50%;
  transform: translateX(-50%);
}
.nav-mega-equip-item {
  display: flex;
  flex-direction: column;
  background: #0A0A0D;
  text-decoration: none;
  overflow: hidden;
  transition: background .2s;
}
.nav-mega-equip-item:hover { background: var(--bgcard); }
.nav-mega-equip-img {
  height: 100px;
  background-size: cover;
  background-position: center;
  filter: brightness(.38) saturate(.25);
  transition: filter .3s;
}
.nav-mega-equip-item[href="equip-proteccion-personal.html"] .nav-mega-equip-img {
  background-position: center 10%;
}
.nav-mega-equip-item[href="equip-inspeccion-deteccion.html"] .nav-mega-equip-img {
  background-position: center 15%;
}
.nav-mega-equip-item:hover .nav-mega-equip-img { filter: brightness(.62) saturate(.5); }
.nav-mega-equip-item strong {
  display: block;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text);
  padding: .85rem 1.1rem .25rem;
  transition: color .15s;
}
.nav-mega-equip-item span {
  display: block;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 300;
  color: var(--text2);
  padding: 0 1.1rem 1rem;
  line-height: 1.45;
}
.nav-mega-equip-item:hover strong { color: var(--gold); }
@media (max-width: 768px) {
  .nav-mega { display: none !important; }
}
/* ── FIN MEGAMENÚ ────────────────────────────────────── */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0;
}
.nav-phone {
  font-family: var(--body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--text3);
  display: flex;
  align-items: center;
  gap: .4rem;
}
.nav-phone svg { width: 13px; height: 13px; color: var(--gold); }
.nav-cta-btn {
  font-family: var(--body);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #000;
  background: var(--gold);
  padding: .52rem 1.4rem;
  transition: background .2s;
  white-space: nowrap;
}
.nav-cta-btn:hover { background: var(--goldl); }

/* ── WHATSAPP FLOAT ─────────────────────────────────── */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  box-shadow: 0 8px 28px rgba(0,0,0,.5);
  z-index: 850;
  transition: background .2s, transform .2s;
}
.whatsapp-float:hover { background: var(--goldl); transform: scale(1.06); }
.whatsapp-float svg { width: 28px; height: 28px; color: #000; }
.mobile-nav.open ~ .whatsapp-float { display: none; }
@media (max-width: 640px) {
  .whatsapp-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
  .whatsapp-float svg { width: 25px; height: 25px; }
}

/* Burger */
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.nav-burger span { display: block; width: 24px; height: 1.5px; background: var(--text2); transition: all .3s; }

/* Mobile nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: var(--nav-h);
  left: 0; right: 0;
  background: rgba(7,7,8,.99);
  border-bottom: 1px solid var(--border);
  z-index: 800;
  padding: 1.5rem 2.5rem 2rem;
  backdrop-filter: blur(20px);
}
.mobile-nav.open { display: block; }
.mobile-nav-link {
  display: block;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text2);
  padding: .9rem 0;
  border-bottom: 1px solid var(--border);
  transition: color .2s;
}
.mobile-nav-link:hover { color: var(--text); }
.mobile-sub {
  padding-left: 1rem;
  border-left: 1px solid var(--border);
  margin: .4rem 0 .8rem;
}
.mobile-sub a {
  display: block;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 400;
  color: var(--text2);
  padding: .45rem 0;
  transition: color .2s;
  letter-spacing: .05em;
}
.mobile-sub a:hover { color: var(--text); }
.mobile-sub-label {
  font-family: var(--body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  padding: .8rem 0 .3rem;
}

/* ── PAGE HEADER (interior pages) ───────────────────── */
.page-header {
  position: relative;
  height: 52vh;
  min-height: 340px;
  max-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.page-header-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  filter: brightness(.35) saturate(.4);
  transition: transform 12s ease;
}
.page-header:hover .page-header-bg { transform: scale(1.03); }
.page-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(7,7,8,.15) 0%,
    rgba(7,7,8,.6) 55%,
    rgba(7,7,8,.97) 100%
  );
  background-image:
    linear-gradient(
      to bottom,
      rgba(7,7,8,.15) 0%,
      rgba(7,7,8,.6) 55%,
      rgba(7,7,8,.97) 100%
    ),
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,.008) 0, rgba(255,255,255,.008) 1px,
      transparent 1px, transparent 4px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(255,255,255,.008) 0, rgba(255,255,255,.008) 1px,
      transparent 1px, transparent 4px
    );
}
.page-header-content {
  position: relative;
  z-index: 2;
  padding: 0 2.5rem 3.5rem;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1.2rem;
  font-family: var(--body);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text3);
}
.breadcrumb a { color: var(--text3); transition: color .2s; }
.breadcrumb a:hover { color: var(--text2); }
.breadcrumb-sep { color: var(--text3); font-size: 10px; }
.breadcrumb-current { color: var(--gold); }
.page-title {
  font-family: var(--display);
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--text);
}
.page-header + .section { padding-top: 55px; }

/* ── SECTION DIVIDER ─────────────────────────────────── */
.divider {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--brbr), transparent);
  margin: 0;
}

/* ── SERVICE & EQUIPMENT CARDS ───────────────────────── */
.cards-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
}
.cards-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
}
.card {
  background: var(--bgcard);
  border-top: 2px solid transparent;
  overflow: hidden;
  transition: border-top-color .3s, background .3s;
  display: flex;
  flex-direction: column;
}
.card:hover {
  border-top-color: var(--gold);
  background: #111116;
}
.card-img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  flex-shrink: 0;
}
.card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(.5) saturate(.3);
  transition: transform .5s ease, filter .4s ease;
  display: block;
}
.card:hover .card-img img {
  transform: scale(1.08);
  filter: brightness(.65) saturate(.5);
}
.card-body {
  padding: 1.8rem 2rem 2rem;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-num {
  position: absolute;
  top: 1.3rem; right: 1.6rem;
  font-family: var(--display);
  font-size: .75rem;
  font-weight: 400;
  color: var(--border);
  letter-spacing: .06em;
}
.card-icon {
  width: 30px; height: 30px;
  margin-bottom: 1rem;
  color: var(--gold);
  flex-shrink: 0;
}
.card h3 {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: .6rem;
  line-height: 1.2;
}
.card p {
  font-family: var(--body);
  font-size: 15px;
  font-weight: 300;
  color: var(--text2);
  line-height: 1.75;
  flex: 1;
}
.card-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1.4rem;
  font-family: var(--body);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  transition: gap .2s;
  align-self: flex-start;
}
.card-link svg { width: 13px; height: 13px; flex-shrink: 0; transition: transform .2s; }
.card:hover .card-link { gap: .75rem; }
.card:hover .card-link svg { transform: translateX(3px); }

/* Equipment card (full bg image) */
.equip-card {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: border-color .3s;
}
.equip-card:hover { border-color: rgba(196,152,64,.35); }
.equip-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(.38) saturate(.4);
  transition: transform .55s ease, filter .45s ease;
}
.equip-card:hover .equip-card-bg {
  transform: scale(1.06);
  filter: brightness(.52) saturate(.6);
}
.equip-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(7,7,8,.98) 0%,
    rgba(7,7,8,.5) 55%,
    rgba(7,7,8,.05) 100%);
  z-index: 1;
}
.equip-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 2.2rem;
}
.equip-card h3 {
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: .7rem;
  line-height: 1.1;
}
.equip-card p {
  font-family: var(--body);
  font-size: 15px;
  font-weight: 300;
  color: var(--text2);
  line-height: 1.75;
  margin-bottom: 1.4rem;
}
.equip-tag {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--body);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  transition: gap .2s;
}
.equip-tag::before {
  content: '';
  display: block;
  width: 18px; height: 1px;
  background: var(--gold);
  transition: width .2s;
}
.equip-card:hover .equip-tag { gap: .9rem; }
.equip-card:hover .equip-tag::before { width: 26px; }

/* ── EQUIPMENT ORBIT ────────────────────────────────── */
.equipment-orbit-section {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}
.equipment-orbit-section::before {
  content: none;
}
.equipment-orbit-section .container { position: relative; z-index: 1; max-width: 1240px; }
.equipment-orbit-section .section-header { margin-bottom: 1.5rem; }
.equipment-orbit-intro { max-width: 760px; margin-bottom: 3rem; text-align: left; }
.equipment-category-copy {
  max-width: 100%;
  margin: 0 auto 3.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding: 0 0 1.8rem;
}
.equipment-category-copy p { color: var(--text2); text-align: justify; text-justify: inter-word; font: 300 var(--copy-size)/var(--copy-line-height) var(--body); }
.equipment-category-copy p:last-child { padding-left: 0; border-left: 0; }
.product-equipment-groups { display: grid; gap: 2.5rem; }
.product-equipment-group { display: grid; gap: 1rem; }
.product-equipment-group-title { display: flex; align-items: center; gap: .8rem; color: var(--gold); font: 700 11px/1.2 var(--body); letter-spacing: .18em; text-transform: uppercase; }
.product-equipment-group-title::after { content: ''; width: 52px; height: 1px; background: rgba(210,182,136,.55); }
.product-equipment-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; list-style: none; }
.product-equipment-item { min-height: 92px; display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: center; gap: 1.15rem; padding: 1rem 1.25rem; border: 1px solid rgba(210,182,136,.27); background: linear-gradient(115deg, rgba(210,182,136,.07), rgba(255,255,255,.018) 42%, rgba(8,8,10,.88)); }
.product-equipment-icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(210,182,136,.38); background: rgba(210,182,136,.055); }
.product-equipment-icon img { width: 30px; height: 30px; object-fit: contain; filter: drop-shadow(0 0 7px rgba(210,182,136,.18)); }
.product-equipment-item strong { color: var(--text); font: 650 clamp(.88rem, 1.15vw, 1.04rem)/1.4 var(--body); letter-spacing: .035em; }
.equipment-category-gateway { position: relative; isolation: isolate; display: grid; gap: 15px; padding: 9px 5px 14px 0; border-top: 0; perspective: 1400px; transform-style: preserve-3d; }
.equipment-category-gateway::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: -15%;
  top: -8%;
  width: 52%;
  height: 116%;
  pointer-events: none;
  background: radial-gradient(ellipse at left center, rgba(210,182,136,.17) 0%, rgba(210,182,136,.075) 34%, transparent 70%);
  filter: blur(20px);
}
.equipment-category-gateway::after {
  content: '';
  position: absolute;
  z-index: 0;
  left: -29%;
  top: 50%;
  width: 58%;
  aspect-ratio: 1;
  pointer-events: none;
  transform: translateY(-50%);
  opacity: .5;
  background:
    radial-gradient(circle at 50% 50%, rgba(210,182,136,.82) 0 1px, transparent 3px),
    radial-gradient(circle at 12% 50%, rgba(210,182,136,.78) 0 1px, transparent 3px),
    linear-gradient(90deg, transparent 0 8%, rgba(210,182,136,.1) 8.2%, transparent 8.4% 100%),
    linear-gradient(0deg, transparent 0 49.8%, rgba(210,182,136,.13) 50%, transparent 50.2% 100%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 54px, rgba(210,182,136,.13) 55px 56px, transparent 57px 92px);
  mask-image: radial-gradient(circle at center, #000 0%, rgba(0,0,0,.72) 58%, transparent 78%);
}
.equipment-gateway-item {
  --gateway-cut: 34px;
  --gateway-inner-cut: 32px;
  position: relative;
  z-index: 1;
  isolation: isolate;
  min-height: 172px;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 2rem;
  overflow: hidden;
  border: 0;
  clip-path: polygon(0 0, calc(100% - var(--gateway-cut)) 0, 100% var(--gateway-cut), 100% calc(100% - var(--gateway-cut)), calc(100% - var(--gateway-cut)) 100%, 0 100%);
  background: linear-gradient(108deg, rgba(232,205,158,.92), rgba(210,182,136,.3) 25%, rgba(255,255,255,.14) 63%, rgba(210,182,136,.66));
  filter:
    drop-shadow(6px 7px 0 rgba(30,26,21,.96))
    drop-shadow(7px 9px 1px rgba(0,0,0,.8))
    drop-shadow(0 17px 20px rgba(0,0,0,.58))
    drop-shadow(-3px 0 8px rgba(210,182,136,.18));
  cursor: pointer;
  transform: rotateX(.45deg) rotateY(-1.15deg) translateZ(0);
  transform-origin: left center;
  backface-visibility: hidden;
  transition: transform 180ms cubic-bezier(.23,1,.32,1);
}
.equipment-gateway-item::before {
  content: '';
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent 0%, var(--gold) 22%, var(--goldl) 78%, transparent 100%);
  opacity: .78;
  box-shadow: 3px 0 14px rgba(210,182,136,.34), 8px 0 28px rgba(210,182,136,.12);
  transform: scaleY(.76);
  transform-origin: center;
  transition: opacity 180ms ease, transform 220ms cubic-bezier(.23,1,.32,1), box-shadow 180ms ease;
}
.equipment-gateway-item::after {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 2px;
  pointer-events: none;
  clip-path: polygon(0 0, calc(100% - var(--gateway-inner-cut)) 0, 100% var(--gateway-inner-cut), 100% calc(100% - var(--gateway-inner-cut)), calc(100% - var(--gateway-inner-cut)) 100%, 0 100%);
  background:
    linear-gradient(180deg, rgba(255,255,255,.07) 0%, transparent 17%, rgba(0,0,0,.28) 100%),
    linear-gradient(105deg, rgba(210,182,136,.09), transparent 21%),
    linear-gradient(180deg, #17171b 0%, #09090c 100%);
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.045),
    inset 0 -11px 18px rgba(0,0,0,.5),
    inset 15px 0 28px rgba(210,182,136,.035);
}
.equipment-gateway-number { position: relative; z-index: 2; width: 42px; flex: 0 0 auto; color: var(--gold); font: 600 11px/1 var(--body); letter-spacing: .16em; }
.equipment-gateway-icon { position: relative; z-index: 2; width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; }
.equipment-gateway-icon img { width: 44px; height: 44px; object-fit: contain; opacity: .96; filter: drop-shadow(0 0 8px rgba(210,182,136,.18)); transition: opacity 160ms ease, transform 160ms cubic-bezier(.23,1,.32,1), filter 160ms ease; }
.equipment-gateway-image { position: absolute; z-index: 1; inset: 2px 2px 2px auto; width: 62%; overflow: hidden; clip-path: polygon(0 0, calc(100% - var(--gateway-inner-cut)) 0, 100% var(--gateway-inner-cut), 100% calc(100% - var(--gateway-inner-cut)), calc(100% - var(--gateway-inner-cut)) 100%, 0 100%); background: #09090b; mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.35) 20%, #000 62%); }
.equipment-gateway-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,10,.38), transparent 50%, rgba(7,7,8,.1)); }
.equipment-gateway-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.25) brightness(.78) saturate(.78) contrast(1.03); transform: scale(1.035); transition: filter 220ms ease, transform 280ms cubic-bezier(.23,1,.32,1); }
.equipment-gateway-copy { position: relative; z-index: 2; min-width: 0; max-width: 680px; flex: 1; display: flex; flex-direction: column; gap: .42rem; }
.equipment-gateway-kicker { color: var(--gold); font: 650 9.5px/1.2 var(--body); letter-spacing: .19em; text-transform: uppercase; }
.equipment-gateway-copy strong { color: var(--text); font: 700 clamp(1.5rem, 2.6vw, 2.2rem)/1.05 var(--display); letter-spacing: .03em; text-transform: uppercase; }
.equipment-gateway-copy small { color: #858493; font: 300 14px/1.55 var(--body); }
.equipment-gateway-item > svg { position: relative; z-index: 2; width: 42px; height: 42px; margin-left: auto; padding: 10px; flex: 0 0 42px; border: 1px solid rgba(210,182,136,.58); border-radius: 50%; background: rgba(210,182,136,.07); color: var(--gold); transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms cubic-bezier(.23,1,.32,1); }
.equipment-gateway-item:active { transform: rotateX(.1deg) rotateY(-.25deg) translateY(-1px) translateZ(3px) scale(.995); }
.equipment-gateway-item:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; }

@media (min-width: 769px) {
  .product-catalog-page .equipment-gateway-copy { max-width: none; }
  .product-catalog-page .equipment-gateway-copy strong {
    font-size: clamp(1.25rem, 2.15vw, 2.05rem);
    letter-spacing: .02em;
    white-space: nowrap;
  }
}

/* Equipment category showcase */
.equipment-showcase-main {
  height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(390px, .8fr);
  gap: 0;
}
.equipment-showcase-visual {
  position: relative;
  min-width: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 50%, rgba(210,182,136,.08), transparent 34%),
    linear-gradient(145deg, #08080a, #050506);
  border-right: 1px solid var(--border);
}
.equipment-showcase-visual::after {
  content: '';
  position: absolute;
  left: 12%; right: 12%; bottom: 10%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(210,182,136,.25), transparent);
}
.equipment-showcase-glow { position: absolute; width: 58%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(210,182,136,.12), transparent 68%); filter: blur(18px); }
.equipment-showcase-visual img {
  position: relative;
  z-index: 1;
  width: 84%;
  height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 28px 36px rgba(0,0,0,.7));
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: opacity 160ms ease, transform 260ms cubic-bezier(.23,1,.32,1), filter 180ms ease;
}
.equipment-showcase-visual.is-changing img { opacity: .1; transform: translateX(12px) scale(.985); filter: blur(2px) drop-shadow(0 28px 36px rgba(0,0,0,.7)); }
.equipment-showcase-card {
  min-width: 0;
  min-height: 0;
  height: calc(100% - 4rem);
  margin: 2rem;
  padding: 2rem;
  align-self: center;
  border: 1px solid var(--brbr);
  background: linear-gradient(145deg, #111114, #0b0b0e);
  box-shadow: 0 22px 60px rgba(0,0,0,.3);
}
.equipment-showcase-card > * { opacity: 1; transform: translateY(0); transition: opacity 150ms ease, transform 220ms cubic-bezier(.23,1,.32,1); }
.equipment-showcase-card.is-changing > * { opacity: .15; transform: translateY(4px); }
.equipment-showcase-card .equipment-focus-topline { margin-bottom: 1.6rem; }
.equipment-showcase-card .equipment-focus-kicker { margin-bottom: .55rem; color: var(--gold); }
.equipment-showcase-card h3 { max-width: 100%; margin-bottom: 1rem; color: var(--text); font: 700 clamp(1.65rem, 3vw, 2.65rem)/1.02 var(--display); letter-spacing: .025em; text-transform: uppercase; overflow-wrap: anywhere; }
.equipment-showcase-card h3.is-long { font-size: clamp(1.35rem, 2.15vw, 1.95rem); line-height: 1.08; }
.equipment-showcase-description { min-height: 72px; color: var(--text2); text-align: left; font: 300 13.5px/1.75 var(--body); }
.equipment-showcase-specs { margin-top: 1.5rem; border-top: 1px solid var(--border); }
.equipment-showcase-specs > div { min-height: 58px; display: grid; grid-template-columns: 42% 58%; align-items: center; gap: .75rem; border-bottom: 1px solid var(--border); }
.equipment-showcase-specs dt { color: #aaa7a2; font: 600 9.5px/1.3 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.equipment-showcase-specs dd { color: var(--text2); font: 400 11px/1.45 var(--body); }
.equipment-showcase-actions { display: grid; grid-template-columns: 1fr; gap: .75rem; margin-top: 1.5rem; }
.equipment-showcase-btn { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .75rem 1rem; font: 700 9px/1.2 var(--body); letter-spacing: .12em; text-transform: uppercase; transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 140ms cubic-bezier(.23,1,.32,1); }
.equipment-showcase-btn:active { transform: scale(.97); }
.equipment-showcase-btn-outline { border: 1px solid rgba(210,182,136,.55); color: var(--gold); }
.equipment-showcase-btn-solid { border: 1px solid var(--gold); background: var(--gold); color: #08080a; }
.equipment-showcase-btn svg { width: 14px; height: 14px; }
.equipment-strip-shell { position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: stretch; border-top: 1px solid var(--brbr); }
.equipment-strip {
  display: flex;
  gap: 1px;
  min-width: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  background: var(--border);
}
.equipment-strip::-webkit-scrollbar { display: none; }
.equipment-strip-item {
  position: relative;
  flex: 1 0 190px;
  height: 248px;
  padding: .75rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: .7rem;
  border: 0;
  background: #0b0b0e;
  color: var(--text2);
  text-align: left;
  cursor: pointer;
  scroll-snap-align: start;
  transition: background-color 180ms ease, color 180ms ease, transform 140ms cubic-bezier(.23,1,.32,1);
}
.equipment-strip-item::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--gold); transition: right 240ms cubic-bezier(.23,1,.32,1); }
.equipment-strip-image { width: 100%; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: #08080a; }
.equipment-strip-image img { width: 86%; height: 86%; object-fit: contain; object-position: center; filter: grayscale(.85) brightness(.62); transition: filter 180ms ease; }
.equipment-strip-item strong { font: 650 10px/1.35 var(--body); letter-spacing: .07em; text-transform: uppercase; }
.equipment-strip-item.is-active { color: var(--text); background: #101013; box-shadow: inset 0 0 0 1px rgba(210,182,136,.55); }
.equipment-strip-item.is-active::after { right: 0; }
.equipment-strip-item.is-active .equipment-strip-image img { filter: none; }
.equipment-strip-item:active { transform: scale(.985); }
.equipment-strip-item:focus-visible, .equipment-strip-arrow:focus-visible, .equipment-showcase-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: -3px; }
.equipment-strip-arrow { border: 0; background: #09090b; color: var(--gold); cursor: pointer; transition: color 180ms ease, background-color 180ms ease, transform 140ms cubic-bezier(.23,1,.32,1); }
.equipment-strip-arrow svg { width: 19px; height: 19px; transition: transform 180ms cubic-bezier(.23,1,.32,1), filter 180ms ease; }
.equipment-strip-arrow:active { transform: scale(.94); }
.equipment-orbit {
  width: calc(100vw - 200px);
  margin-left: calc(50% - 50vw + 100px);
  border: 0;
  background: rgba(9,9,12,.88);
  box-shadow: none;
}
.equipment-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--brbr);
}
.equipment-category {
  display: block;
  text-align: center;
  min-width: 0;
  padding: 1.15rem 1.25rem;
  border: 0;
  border-right: 1px solid var(--border);
  background: transparent;
  color: var(--text3);
  font: 600 10.5px/1.35 var(--body);
  letter-spacing: .11em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 140ms cubic-bezier(.23,1,.32,1);
}
.equipment-category:last-child { border-right: 0; }
.equipment-category span { color: #454552; margin-right: .65rem; transition: color 180ms ease; }
.equipment-category.is-active { color: var(--text); background: rgba(210,182,136,.07); box-shadow: inset 0 -2px var(--gold); }
.equipment-category.is-active span { color: var(--gold); }
.equipment-category:focus-visible, .equipment-arrow:focus-visible, .equipment-node:focus-visible, .equipment-consult-link:focus-visible { outline: 2px solid var(--gold); outline-offset: -3px; }
.equipment-category:active, .equipment-arrow:active { transform: scale(.97); }
.equipment-orbit-stage {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
}
.equipment-wheel-wrap {
  position: relative;
  min-width: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--border);
  isolation: isolate;
  touch-action: pan-y;
}
.equipment-wheel-wrap::before,
.equipment-wheel-wrap::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}
.equipment-wheel-wrap::before { width: 72%; aspect-ratio: 1; border: 1px dashed rgba(210,182,136,.14); }
.equipment-wheel-wrap::after { width: 48%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.035); }
.equipment-wheel-halo {
  position: absolute;
  width: min(500px, 82%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(210,182,136,.075), rgba(210,182,136,.018) 48%, transparent 69%);
  box-shadow: inset 0 0 90px rgba(210,182,136,.025);
}
.equipment-wheel {
  position: relative;
  width: min(520px, 88%);
  aspect-ratio: 1;
  border-radius: 50%;
}
.equipment-wheel::before {
  content: '';
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1px solid rgba(210,182,136,.22);
  box-shadow: 0 0 50px rgba(210,182,136,.04), inset 0 0 35px rgba(210,182,136,.025);
}
.equipment-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin: -36px;
  padding: 7px;
  border: 1px solid #262631;
  border-radius: 50%;
  background: #0d0d12;
  color: var(--text);
  cursor: pointer;
  transform: rotate(var(--node-angle)) translateY(calc(var(--wheel-radius) * -1)) rotate(calc(var(--node-angle) * -1)) scale(var(--node-scale, 1));
  transition: transform 280ms cubic-bezier(.77,0,.175,1), border-color 180ms ease, opacity 220ms ease, filter 220ms ease;
  will-change: transform;
}
.equipment-node::after {
  content: '';
  position: absolute;
  inset: -5px;
  border: 1px solid transparent;
  border-radius: inherit;
  transition: border-color 180ms ease;
}
.equipment-node img { width: 100%; height: 100%; border-radius: 50%; object-fit: contain; filter: grayscale(1) brightness(.6); transition: filter 220ms ease, transform 220ms ease; }
.equipment-node span {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  max-width: 120px;
  padding: .25rem .45rem;
  opacity: 0;
  transform: translate(-50%, 4px);
  background: rgba(7,7,8,.9);
  color: var(--text2);
  font: 600 8.5px/1.3 var(--body);
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms cubic-bezier(.23,1,.32,1);
}
.equipment-node.is-active {
  --node-scale: 1.34;
  z-index: 4;
  border-color: var(--gold);
  background: #121218;
  box-shadow: 0 0 0 7px rgba(210,182,136,.07), 0 12px 35px rgba(0,0,0,.55);
}
.equipment-node.is-active::after { border-color: rgba(210,182,136,.28); }
.equipment-node.is-active img { filter: none; transform: scale(1.05); }
.equipment-node.is-active span { opacity: 1; transform: translate(-50%, 0) scale(.75); }
.equipment-wheel-core {
  position: absolute;
  width: 118px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .35rem;
  border: 1px solid rgba(210,182,136,.25);
  background: radial-gradient(circle at 40% 35%, #19191f, #09090c 68%);
  box-shadow: 0 0 0 12px rgba(255,255,255,.012), 0 18px 50px rgba(0,0,0,.7);
}
.equipment-wheel-gear {
  width: 55px;
  height: 55px;
  color: var(--gold);
  filter: drop-shadow(0 0 10px rgba(210,182,136,.18));
}
.equipment-wheel-target {
  position: absolute;
  left: calc(50% + min(205px, 34%));
  top: 50%;
  width: 28px;
  height: 1px;
  background: linear-gradient(to right, var(--gold), transparent);
  transform: translateY(-50%);
  opacity: .6;
}
.equipment-focus {
  min-width: 0;
  padding: 1.7rem 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  background: linear-gradient(145deg, rgba(255,255,255,.018), transparent 55%);
}
.equipment-focus-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--gold);
  font: 600 9.5px/1 var(--body);
  letter-spacing: .18em;
  text-transform: uppercase;
}
.equipment-focus-topline span:last-child { color: var(--text3); font-variant-numeric: tabular-nums; }
.equipment-focus-visual {
  position: relative;
  min-height: 280px;
  flex: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.equipment-focus-visual::after { content: ''; position: absolute; left: 12%; right: 12%; bottom: 8%; height: 1px; background: linear-gradient(to right, transparent, rgba(210,182,136,.28), transparent); }
.equipment-focus-glow { position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(210,182,136,.14), transparent 67%); filter: blur(10px); }
.equipment-focus-visual img {
  position: relative;
  z-index: 1;
  width: 88%;
  height: 275px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(0,0,0,.6));
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: opacity 170ms ease, transform 280ms cubic-bezier(.23,1,.32,1), filter 220ms ease;
}
.equipment-focus.is-changing .equipment-focus-visual img { opacity: .15; transform: translateX(12px) scale(.97); filter: blur(2px) drop-shadow(0 22px 28px rgba(0,0,0,.6)); }
.equipment-focus-copy { min-height: 138px; }
.equipment-focus-kicker { margin-bottom: .55rem; color: var(--text3); text-align: left; font: 600 9.5px/1.3 var(--body); letter-spacing: .18em; text-transform: uppercase; }
.equipment-focus-copy h3 { margin-bottom: .7rem; color: var(--text); font: 700 clamp(1.45rem, 2.4vw, 2.2rem)/1.04 var(--display); letter-spacing: .025em; text-transform: uppercase; }
.equipment-focus-copy > p:last-child { max-width: 520px; color: var(--text2); text-align: left; font: 300 13.5px/1.7 var(--body); }
.equipment-focus-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding-top: 1.2rem; border-top: 1px solid var(--border); }
.equipment-controls { display: flex; align-items: center; gap: .55rem; }
.equipment-arrow {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid var(--brbr);
  background: transparent;
  color: var(--text2);
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 140ms cubic-bezier(.23,1,.32,1);
}
.equipment-arrow svg { width: 16px; height: 16px; }
.equipment-control-hint { margin-left: .35rem; color: var(--text3); font: 500 8.5px/1.3 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.equipment-consult-link { display: inline-flex; align-items: center; gap: .6rem; color: var(--gold); font: 700 9.5px/1.3 var(--body); letter-spacing: .15em; text-transform: uppercase; transition: gap 180ms ease, color 180ms ease; }
.equipment-consult-link svg { width: 14px; height: 14px; }

@media (hover: hover) and (pointer: fine) {
  .equipment-gateway-item:hover { transform: rotateX(0) rotateY(-.2deg) translateY(-5px) translateZ(12px); }
  .equipment-gateway-item:hover::before { opacity: 1; transform: scaleY(1); box-shadow: 3px 0 18px rgba(210,182,136,.55), 10px 0 34px rgba(210,182,136,.2); }
  .equipment-gateway-item:hover .equipment-gateway-icon img { opacity: 1; transform: scale(1.05); filter: drop-shadow(0 0 7px rgba(210,182,136,.24)); }
  .equipment-gateway-item:hover .equipment-gateway-image img { filter: grayscale(0) brightness(.94) saturate(.95) contrast(1.02); transform: scale(1.07); }
  .equipment-gateway-item:hover > svg { color: #08080a; border-color: var(--gold); background: var(--gold); transform: translateX(5px); }
  .equipment-showcase-btn-outline:hover { border-color: var(--gold); background: rgba(210,182,136,.07); }
  .equipment-showcase-btn-solid:hover { background: var(--goldl); border-color: var(--goldl); }
  .equipment-strip-item:not(.is-active):hover { color: var(--text); background: #0f0f12; }
  .equipment-strip-item:not(.is-active):hover .equipment-strip-image img { filter: grayscale(.25) brightness(.85); }
  .equipment-strip-arrow:hover { color: var(--goldl); background: rgba(210,182,136,.045); }
  .equipment-strip-arrow:hover svg { transform: scale(1.28); filter: drop-shadow(0 0 7px rgba(210,182,136,.7)); }
  .equipment-category:hover { color: var(--text); background: rgba(255,255,255,.025); }
  .equipment-node:not(.is-active):hover { border-color: rgba(210,182,136,.55); }
  .equipment-node:not(.is-active):hover img { filter: grayscale(.35) brightness(.85); }
  .equipment-node:not(.is-active):hover span { opacity: 1; transform: translate(-50%, 0); }
  .equipment-arrow:hover { color: #08080a; border-color: var(--gold); background: var(--gold); }
  .equipment-consult-link:hover { gap: .85rem; color: var(--goldl); }
}

/* ── TWO COLUMN TEXT GRID ────────────────────────────── */
.two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

/* ── CONTENT LAYOUT (detail pages) ──────────────────── */
.content-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 5rem;
  align-items: start;
}
.content-main p {
  font-family: var(--body);
  font-size: var(--copy-size);
  font-weight: 300;
  color: var(--text2);
  line-height: 1.9;
  margin-bottom: 1.3rem;
}
.content-main p:last-child { margin-bottom: 0; }
.content-main h2 {
  font-family: 'League Spartan', var(--display);
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--text);
  margin: 2.8rem 0 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.content-main h2.reveal { opacity: 1; transform: none; }
.content-main h2::before {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--gold);
  flex-shrink: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s cubic-bezier(.22,1,.36,1);
}
.content-main h2::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s cubic-bezier(.22,1,.36,1) .2s;
}
.content-main h2.in::before,
.content-main h2.in::after { transform: scaleX(1); }
.service-detail-page .content-main h2.service-subsection-title { font-size: 1.25rem; font-weight: 600; margin-top: 2.35rem; }
.service-detail-page .service-content-wide { grid-template-columns: minmax(0, 1fr); }
.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .8rem;
  margin: 1.5rem 0;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  font-family: var(--body);
  font-size: 15.5px;
  font-weight: 400;
  color: var(--text2);
  line-height: 1.65;
}
.feature-list li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: var(--gold);
  flex-shrink: 0;
  margin-top: .5rem;
}
.feature-list.has-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
}
.feature-list.has-icons li::before { content: none; }

/* ── APPLICATION AREAS ──────────────────────────────────── */
.app-areas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1.5rem 0;
}
.app-area-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem;
  padding: 2.8rem 1.2rem 2.4rem;
  background: var(--bg2);
  border: 1px solid var(--border);
  cursor: pointer;
  font-family: inherit;
  transition: border-color .25s, background .25s, transform .25s;
}
.app-area-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.app-area-card.active {
  border-color: var(--gold);
  background: linear-gradient(rgba(197,164,101,.08), rgba(197,164,101,.08)), var(--bg2);
}
.app-area-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 106px;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--gold);
  flex-shrink: 0;
  transition: border-color .25s;
}
.app-area-icon svg { width: 54px; height: 54px; }
.app-area-card.active .app-area-icon,
.app-area-card:hover .app-area-icon { border-color: var(--gold); }
.app-area-label {
  font-family: var(--body);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text2);
  text-align: center;
  transition: color .25s;
}
.app-area-card.active .app-area-label,
.app-area-card:hover .app-area-label { color: var(--text); }
.app-area-chevron {
  width: 14px;
  height: 14px;
  color: var(--text3);
  transition: transform .35s ease, color .25s;
}
.app-area-card:hover .app-area-chevron { color: var(--gold); }
.app-area-card.active .app-area-chevron {
  color: var(--gold);
  transform: rotate(180deg);
}
.app-area-desc {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .45s ease, opacity .35s ease, margin .45s ease;
  border-left: 2px solid var(--gold);
}
.app-area-desc.open {
  max-height: 220px;
  opacity: 1;
  margin: 1.8rem 0 1.5rem;
}
.app-area-desc p {
  font-family: var(--body);
  font-size: var(--copy-size);
  font-weight: 300;
  color: var(--text2);
  line-height: 1.8;
  padding: .2rem 0 .2rem 1.2rem;
}

/* ── EQUIPMENT GRID ──────────────────────────────────────── */
.equip-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  margin: 1.5rem 0;
}
.equip-grid-4 { grid-template-columns: repeat(4, 1fr); }
.equip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.6rem .6rem 1.4rem;
  border: 1px solid var(--border);
  text-align: center;
  transition: border-color .25s, background-color .25s;
}
.service-detail-page .equip-item { border-color: rgba(210,182,136,.42); box-shadow: inset 0 1px rgba(210,182,136,.08); }
.service-detail-page .sidebar-static .sidebar-link { padding-left: 0; color: var(--text2); }
.service-detail-page .sidebar-static .sidebar-link:hover { padding-left: 0; color: var(--text2); }
.equip-item:hover { background: var(--bg2); border-color: var(--gold); }
.equip-item img {
  width: 100%;
  height: 130px;
  object-fit: contain;
}
.equip-item-foot { display: flex; flex-direction: column; align-items: center; gap: .6rem; }
.equip-item-foot svg { width: 20px; height: 20px; color: var(--gold); flex-shrink: 0; }
.equip-item span {
  font-family: var(--body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--text);
  line-height: 1.4;
  position: relative;
  padding-bottom: .6rem;
}
.equip-item span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background: var(--gold);
}
.feature-list.has-icons li svg {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  margin-top: .1rem;
  color: var(--gold);
}

/* Sidebar */
.sidebar { display: flex; flex-direction: column; gap: 1px; background: var(--border); }
.sidebar-box {
  padding: 1.8rem 2rem;
  background: linear-gradient(rgba(12,12,16,.88), rgba(12,12,16,.88)),
              url('imagenes/carbon fiber/fondo2.webp') center/cover;
  border-top: 2px solid var(--gold);
}
.sidebar-box h4 {
  font-family: var(--display);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.2rem;
}
.sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 400;
  color: var(--text2);
  padding: .6rem 0;
  border-bottom: 1px solid var(--border);
  transition: color .2s, padding-left .2s;
}
.sidebar-link:last-child { border-bottom: none; }
.sidebar-link:hover { color: var(--text); padding-left: .4rem; }
.sidebar-link svg { width: 12px; height: 12px; flex-shrink: 0; }

/* ── CTA BAND ────────────────────────────────────────── */
.cta-band {
  border-top: 1px solid var(--brbr);
  border-bottom: 1px solid var(--brbr);
  padding: 72px 0;
}
.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.cta-band h2 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--text);
}
.cta-band h2.subtle {
  font-family: var(--body);
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  color: var(--text);
}
.cta-band p {
  font-family: var(--body);
  font-size: var(--copy-size);
  font-weight: 300;
  color: var(--text2);
  margin-top: .6rem;
}

/* ── STANDARDS BAND ─────────────────────────────────────── */
.standards-band {
  border-top: 1px solid var(--brbr);
  border-bottom: 1px solid var(--brbr);
  padding: 64px 0;
  background:
    linear-gradient(90deg, rgba(7,7,8,.32) 0%, rgba(7,7,8,.85) 42%, rgba(7,7,8,.85) 58%, rgba(7,7,8,.32) 100%),
    url('imagenes/drone-fly-night.webp') right center / 58% 100% no-repeat,
    url('imagenes/carbon fiber/fondo2.webp') left center / 58% 100% no-repeat,
    #070708;
}
.standards-band-text {
  font-family: var(--display);
  font-size: clamp(1.15rem, 2.2vw, 1.6rem);
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: 1.5;
  color: var(--text);
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  text-shadow: 0 2px 10px rgba(0,0,0,.7);
}

/* ── STATS BAR ───────────────────────────────────────── */
.stats-bar {
  border-top: 1px solid var(--brbr);
  border-bottom: 1px solid var(--brbr);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat-item {
  padding: 2.8rem 2rem;
  border-right: 1px solid var(--border);
  text-align: center;
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: var(--display);
  font-size: clamp(2.4rem, 3.8vw, 3.5rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1;
  display: block;
}
.stat-num span { color: var(--gold); }
.stat-label {
  font-family: var(--body);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text3);
  margin-top: .6rem;
  display: block;
}

/* ── ALIADOS ─────────────────────────────────────────── */
.aliados-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
}
.aliado-cell {
  background: var(--bg);
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
}
.aliado-cell:hover { background: var(--brbr); }
.aliado-cell img {
  max-height: 70px;
  max-width: 180px;
  object-fit: contain;
  margin: 0 auto;
  filter: brightness(0) invert(1);
  opacity: .55;
  transition: opacity .3s;
}
.aliado-cell:hover img { opacity: 1; }

/* ── CERTIFICATIONS GRID ─────────────────────────────── */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--border);
}
.cert-cell {
  background: var(--bgcard);
  padding: 1.8rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  text-align: center;
  transition: background .3s;
}
.cert-cell:hover { background: var(--bgcf); }
.cert-num {
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.cert-label {
  font-family: var(--body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text3);
  line-height: 1.3;
}

/* ── CORPORATE GROUP: ORG CHART ───────────────────────── */
.gc-header { text-align: center; margin: 0 auto 3rem; }
.gc-title {
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--text);
  line-height: 1.3;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.gc-title-rule { width: 32px; height: 1px; background: var(--gold); margin: 1.3rem auto; }
.gc-subtitle { font-family: var(--body); font-size: var(--copy-size); font-weight: 300; color: var(--text2); line-height: var(--copy-line-height); text-align: center; max-width: 820px; margin-left: auto; margin-right: auto; }

.gc { display: flex; flex-direction: column; position: relative; z-index: 0; }
.gc::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -40px 0;
  background-image: url('imagenes/world-map-bg-white.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .05;
  pointer-events: none;
}

.gc-divider { display: flex; align-items: center; gap: 1.2rem; margin: 0 0 2rem; }
.gc-divider::before, .gc-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.gc-divider span {
  font-family: var(--body);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}

.gc-row { display: flex; gap: 1.5rem; }
.gc-row-top .gc-card-lg, .gc-row-bottom .gc-card-sm { flex: 1; }

.gc-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gc-badge img { max-width: 100%; max-height: 100%; object-fit: contain; filter: brightness(0) invert(1); opacity: .88; }
.gc-badge-lg { width: 158px; height: 158px; padding: 1.2rem; }
.gc-badge-sm { width: 112px; height: 112px; padding: .9rem; }

.gc-card-lg {
  background: var(--bgcard);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  transition: border-color .25s, transform .25s;
}
.gc-card-lg:hover { border-color: var(--gold); transform: translateY(-3px); }
.gc-card-lg-top { display: flex; flex: 1; }
.gc-card-lg-id {
  flex: 0 0 44%;
  padding: 1.6rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-right: 1px solid var(--border);
}
.gc-card-lg-id h3 {
  font-family: var(--display);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--text);
  line-height: 1.3;
}
.gc-card-lg-detail { flex: 1; padding: 1.8rem 1.8rem 1.8rem 1.6rem; }
.gc-card-tag {
  font-family: var(--body);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .7rem;
}
.gc-card-tag::before { content: ''; display: block; width: 12px; height: 1px; background: var(--gold); flex-shrink: 0; }
.gc-card-lg-detail > p {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 300;
  color: var(--text2);
  line-height: 1.6;
  text-align: left;
}
.gc-bullets { margin-top: .9rem; display: flex; flex-direction: column; gap: .5rem; }
.gc-bullets li {
  font-family: var(--body);
  font-size: 12.5px;
  color: var(--text2);
  display: flex;
  align-items: center;
  gap: .6rem;
}
.gc-bullets li::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
.gc-card-lg-footer, .gc-card-sm-footer {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .8rem 1.6rem;
  border-top: 1px solid var(--border);
  font-family: var(--body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text3);
}
.gc-card-lg-footer svg, .gc-card-sm-footer svg { width: 12px; height: 12px; flex-shrink: 0; color: var(--gold); }

.gc-connector { position: relative; height: 46px; }
.gc-connector svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.gc-connector path {
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 4 5;
  opacity: .7;
  animation: gc-flow 1.2s linear infinite;
}
@keyframes gc-flow { to { stroke-dashoffset: -18; } }

.gc-node { display: flex; justify-content: center; margin: -1px 0; position: relative; z-index: 1; }
.gc-globe {
  position: relative;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: rgba(210,182,136,.1);
  border: 1.5px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
}
.gc-globe svg { width: 26px; height: 26px; }
.gc-globe::after {
  content: '';
  position: absolute; inset: -1.5px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  animation: geo-pulse 2.4s ease-out infinite;
}

.gc-card-sm {
  background: var(--bgcard);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  transition: border-color .25s, transform .25s;
}
.gc-card-sm:hover { border-color: var(--gold); transform: translateY(-3px); }
.gc-card-sm-top { display: flex; align-items: flex-start; gap: 1rem; padding: 1.6rem; flex: 1; }
.gc-card-sm-top .gc-card-tag { margin-bottom: .5rem; }
.gc-card-sm-top p {
  font-family: var(--body);
  font-size: 12.5px;
  font-weight: 300;
  color: var(--text2);
  line-height: 1.55;
  text-align: left;
}

.gc-features {
  display: flex;
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-top: 2.5rem;
  background: var(--bgcard);
}
.gc-feature {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.6rem 1.8rem;
  border-left: 1px solid var(--border);
}
.gc-feature:first-child { border-left: none; }
.gc-feature svg { width: 22px; height: 22px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.gc-feature strong {
  display: block;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: .4rem;
}
.gc-feature p { font-family: var(--body); font-size: 12.5px; font-weight: 300; color: var(--text2); line-height: 1.55; text-align: left; }

/* ── CONTACT FORM ────────────────────────────────────── */
.cf { display: flex; flex-direction: column; gap: 1.2rem; }
.fg { display: flex; flex-direction: column; gap: .35rem; }
.fg label { font-family: var(--body); font-size: 10.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--text3); }
.fg input, .fg textarea, .fg select {
  background: var(--bgcard);
  border: 1px solid var(--border);
  color: var(--text);
  font-family: var(--body);
  font-size: 14px;
  padding: .85rem 1.1rem;
  outline: none;
  resize: none;
  transition: border-color .2s;
}
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--gold); }
.fg input::placeholder, .fg textarea::placeholder { color: var(--text3); }
.fg select option { background: var(--bgcard); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }

/* ── CONTACT INFO ────────────────────────────────────── */
.contact-info-list { display: flex; flex-direction: column; gap: 1.4rem; }
.contact-info-item { display: flex; align-items: flex-start; gap: .9rem; }
.contact-info-icon { width: 17px; height: 17px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.contact-info-text { display: flex; flex-direction: column; gap: .2rem; }
.contact-info-label { font-family: var(--body); font-size: 10.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--text3); }
.contact-info-value { font-family: var(--body); font-size: 14px; color: var(--text); line-height: 1.6; }

/* ── POR QUÉ / DIFFERENTIATORS ───────────────────────── */
.diff-list { display: flex; flex-direction: column; }
.diff-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 2rem;
  align-items: start;
  padding: 2.2rem 0;
  border-bottom: 1px solid var(--border);
}
.diff-item:first-child { border-top: 1px solid var(--border); }
.diff-n {
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--border);
  line-height: 1;
}
.diff-body h3 {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: .6rem;
}
.diff-body p {
  font-family: var(--body);
  font-size: var(--copy-size);
  font-weight: 300;
  color: var(--text2);
  line-height: 1.85;
}

/* ── CF PANEL (nosotros quote box) ───────────────────── */
.cf-panel {
  background-color: var(--bgcf);
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,.02) 0, rgba(255,255,255,.02) 1px,
      transparent 1px, transparent 4px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(255,255,255,.02) 0, rgba(255,255,255,.02) 1px,
      transparent 1px, transparent 4px
    );
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  padding: 2.5rem;
}

/* ── CERT STRIP ──────────────────────────────────────── */
.cert-strip {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.cert-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  text-align: center;
}
.cert-badge-code {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.cert-badge-name {
  font-family: var(--body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text3);
}

/* ── CERTIFICACIONES: TARJETAS ──────────────────────────── */
.cert-hero {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 3.6rem 0 2rem;
}
.cert-hero .overline { justify-content: center; }
.cert-hero .overline::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}
.page-title-nowrap { white-space: nowrap; letter-spacing: .01em; }
@media (max-width: 640px) {
  .page-title-nowrap { white-space: normal; letter-spacing: .03em; }
}
.cert-intro-copy {
  font-family: var(--body);
  font-size: var(--copy-size);
  font-weight: 300;
  color: var(--text2);
  line-height: 1.7;
  margin-top: 1.1rem;
  text-align: center;
}
.cert-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
.cert-card {
  background: linear-gradient(145deg, rgba(255,255,255,.025), transparent 46%), var(--bgcard);
  border: 1px solid rgba(210,182,136,.28);
  border-radius: 10px;
  padding: 1.8rem 1.4rem 1.5rem;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.cert-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 25%, rgba(210,182,136,.1), transparent 75%);
  transform: translateX(-120%);
  transition: transform .5s ease;
}
.cert-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 0 18px 38px rgba(0,0,0,.4);
}
.cert-card:hover::before { transform: translateX(120%); }
.cert-card-logo {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem;
  position: relative;
  z-index: 1;
}
.cert-card-logo img { max-width: 150px; max-height: 68px; object-fit: contain; }
.cert-card-logo img.cert-logo-lg { max-width: 92px; max-height: 92px; }
.cert-card-text {
  font-family: var(--body);
  font-size: 12.5px;
  font-weight: 300;
  color: var(--text2);
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 1;
}

.trust-strip {
  margin-top: 3.2rem;
  border-top: 1px solid var(--border);
  padding-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  padding: 0 2rem;
}
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { padding-right: 0; }
.trust-item + .trust-item { border-left: 1px solid var(--border); }
.trust-icon {
  width: 30px; height: 30px; color: var(--gold); flex-shrink: 0;
  animation: trust-float 3s ease-in-out infinite;
}
.trust-icon svg { width: 100%; height: 100%; }
.trust-item:nth-child(2) .trust-icon { animation-delay: .35s; }
.trust-item:nth-child(3) .trust-icon { animation-delay: .7s; }
@keyframes trust-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-5px) scale(1.1); }
}
.trust-title {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: .5rem;
}
.trust-copy { font-family: var(--body); font-size: 12.5px; font-weight: 300; color: var(--text2); line-height: 1.6; }

/* ── MISSION / VISION ────────────────────────────────── */
.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
}
.mv-box {
  padding: 3rem;
  background: var(--bgcard);
}
.mv-box-label {
  font-family: var(--body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: .6rem;
}
.mv-box-label::before {
  content: '';
  display: block;
  width: 16px; height: 1px;
  background: var(--gold);
}
.mv-box p {
  font-family: var(--body);
  font-size: var(--copy-size);
  font-weight: 300;
  color: var(--text2);
  line-height: 1.9;
  text-align: left;
}
.mv-box blockquote {
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--text);
  line-height: 1.5;
  letter-spacing: .02em;
}

/* ── HISTORIA: TIMELINE TRACK ─────────────────────────── */
.timeline-track {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  padding: 3.2rem 0;
  margin-bottom: 3.5rem;
}
.timeline-track-dot {
  width: 7px; height: 7px; flex-shrink: 0; border-radius: 50%;
  background: var(--text3); position: relative;
}
.timeline-track-dot.is-now {
  width: 9px; height: 9px; background: var(--gold);
}
.timeline-track-dot.is-now::after {
  content: ''; position: absolute; inset: -6px; border: 1px solid var(--gold);
  border-radius: 50%; animation: geo-pulse 2.4s ease-out infinite;
}
.timeline-track-line {
  flex: 1; height: 1px; position: relative;
  background: linear-gradient(90deg, transparent, var(--brbr) 15%, var(--brbr) 85%, transparent);
}
.timeline-track-badge {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  display: flex; align-items: center; gap: 1rem; white-space: nowrap;
  background: linear-gradient(180deg, #0c0c0f, var(--bg));
  border: 1px solid var(--border); border-top: 2px solid var(--gold);
  padding: 1.1rem 2.4rem;
  box-shadow: 0 16px 40px rgba(0,0,0,.55);
}
.timeline-track-badge-icon { width: 20px; height: 20px; color: var(--gold); flex-shrink: 0; }
.timeline-track-badge .stat-num { font-size: 2.1rem; color: var(--gold); }
.timeline-track-badge span:not(.stat-num) { font-family: var(--body); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--text2); }
.timeline-track-label {
  font-family: var(--body); font-size: 10px; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: var(--text3); flex-shrink: 0;
}

/* ── PERFIL: NUESTRAS SOLUCIONES (scroll horizontal) ──── */
.solutions-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 2rem; flex-wrap: wrap; margin-bottom: 2.4rem;
}
.solutions-head p {
  max-width: 420px; font-family: var(--body); font-size: var(--copy-size); font-style: italic;
  font-weight: 300; color: var(--text2); line-height: 1.75;
}
.solutions-slider { position: relative; }
.solutions-slider::before, .solutions-slider::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 64px; z-index: 2; pointer-events: none;
}
.solutions-slider::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.solutions-slider::after { right: 0; background: linear-gradient(270deg, var(--bg), transparent); }
.solutions-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: rgba(210,182,136,.38); border: 1.5px solid var(--gold);
  box-shadow: 0 4px 18px rgba(0,0,0,.4);
  display: flex; align-items: center; justify-content: center;
  color: var(--bg); cursor: pointer; transition: background .2s, color .2s, opacity .2s, transform .2s;
}
.solutions-arrow svg { width: 18px; height: 18px; stroke-width: 2.4; }
.solutions-arrow:hover { background: var(--gold); color: var(--bg); transform: translateY(-50%) scale(1.06); }
.solutions-arrow:disabled { opacity: .25; cursor: default; pointer-events: none; }
.solutions-arrow-prev { left: 10px; }
.solutions-arrow-next { right: 10px; }
.solutions-scroll {
  display: flex; gap: 1.1rem; overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.solutions-scroll::-webkit-scrollbar { display: none; }
.solutions-progress { height: 2px; background: var(--border); margin-top: 1.4rem; position: relative; overflow: hidden; }
.solutions-progress-bar { position: absolute; left: 0; top: 0; height: 100%; background: var(--gold); width: 20%; transition: transform .25s ease; }
.solutions-card {
  flex: 0 0 210px; scroll-snap-align: start; position: relative; height: 270px;
  overflow: hidden; background: var(--bgcard);
}
.solutions-card img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.5) saturate(.55); transition: filter .35s, transform .5s;
}
.solutions-card:hover img { filter: brightness(.68) saturate(.85); transform: scale(1.06); }
.solutions-card span {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 1.3rem 1.2rem;
  font-family: var(--display); font-size: .92rem; font-weight: 700; letter-spacing: .05em;
  text-transform: uppercase; color: var(--text); line-height: 1.3;
  background: linear-gradient(to top, rgba(0,0,0,.9), transparent);
}

/* ── PERFIL: MAPA DE PRESENCIA ─────────────────────────── */
.geo-map {
  position: relative;
  aspect-ratio: 2430 / 1290;
  background: transparent;
  overflow: hidden;
}
.geo-map-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  background-image: url('imagenes/mapa-latam-lines.webp');
  background-size: cover;
  background-position: center;
}
.geo-map-overlay { display: none; }
.geo-map-vignette { display: none; }
.geo-pin {
  position: absolute; left: 0; top: 0; transform: translate(-50%,-50%); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: .55rem;
}
.geo-pin-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--text2); position: relative; flex-shrink: 0; box-shadow: 0 0 4px rgba(0,0,0,.8); }
.geo-pin-dot::after { content: ''; position: absolute; inset: -6px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.geo-pin.is-hq .geo-pin-dot { background: var(--gold); width: 9px; height: 9px; }
.geo-pin.is-hq .geo-pin-dot::after { border-color: var(--gold); animation: geo-pulse 2.4s ease-out infinite; }
.geo-pin.is-intl .geo-pin-dot { background: var(--gold); }
@keyframes geo-pulse {
  0%   { transform: scale(1);   opacity: .9; }
  100% { transform: scale(2.6); opacity: 0; }
}
.geo-pin-label { text-align: center; white-space: nowrap; transition: transform .2s; }
.geo-pin-label strong { display: block; font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--text); text-shadow: 0 1px 4px rgba(0,0,0,.9), 0 0 12px rgba(0,0,0,.7); }
.geo-pin-label span { display: block; font-family: var(--body); font-size: 8.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text2); margin-top: 1px; text-shadow: 0 1px 4px rgba(0,0,0,.9); }
.geo-pin.is-hq .geo-pin-label span, .geo-pin.is-intl .geo-pin-label span { color: var(--gold); }
.geo-pin:hover .geo-pin-label { transform: translateY(-2px); }
.geo-pin.label-above { flex-direction: column-reverse; }
.geo-pin.is-intl {
  left: auto;
  transform: translateY(-50%);
  flex-direction: row-reverse;
  align-items: center;
  gap: .7rem;
}
.geo-pin.is-intl .geo-pin-label { text-align: right; white-space: normal; max-width: 150px; }
.geo-map-note {
  font-family: var(--body); font-size: 11px; font-weight: 300; font-style: italic;
  color: var(--text3); margin-top: 1rem;
}

/* ── FOOTER ─────────────────────────────────────────── */
footer {
  background: linear-gradient(rgba(4,4,5,.94), rgba(4,4,5,.94)),
              url('imagenes/carbon fiber/fondo1.webp') center/cover;
  border-top: 1px solid var(--border);
  padding: 72px 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3.5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--border);
}
.footer-col h5 {
  font-family: var(--display);
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.2rem;
  padding-bottom: .7rem;
  border-bottom: 1px solid var(--border);
}
.footer-col ul { display: flex; flex-direction: column; gap: .55rem; }
.footer-col a {
  font-family: var(--body);
  font-size: 14px;
  font-weight: 300;
  color: var(--text2);
  transition: color .2s;
  display: block;
}
.footer-col a:hover { color: var(--text); }
a.footer-contact-item,
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: 1rem;
}
.footer-contact-item:last-child { margin-bottom: 0; }
.footer-contact-item svg { width: 14px; height: 14px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer-contact-item span {
  font-family: var(--body);
  font-size: 14px;
  font-weight: 300;
  color: var(--text2);
  line-height: 1.5;
}
.footer-bottom {
  padding: 1.8rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-copy {
  font-family: var(--body);
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--text2);
}
.footer-bottom-links {
  display: flex;
  gap: 2rem;
}
.footer-bottom-links a {
  font-family: var(--body);
  font-size: 12.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text2);
  transition: color .2s;
}
.footer-bottom-links a:hover { color: var(--text); }

/* ── REVEAL ANIMATION ────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; }
.d2 { transition-delay: .17s; }
.d3 { transition-delay: .26s; }
.d4 { transition-delay: .35s; }
.d5 { transition-delay: .44s; }
.d6 { transition-delay: .53s; }

/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1200px) {
  .cert-grid  { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1100px) {
  .cards-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .content-grid { grid-template-columns: 1fr; gap: 3rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col-grid { gap: 3rem; }
  .equipment-orbit-stage { grid-template-columns: 1fr; }
  .equipment-wheel-wrap { min-height: 570px; border-right: 0; border-bottom: 1px solid var(--border); }
  .equipment-focus { min-height: 570px; }
  .equipment-focus-visual img { height: 300px; }
  .equipment-showcase-main { height: auto; grid-template-columns: 1fr; }
  .equipment-showcase-visual { min-height: 470px; border-right: 0; border-bottom: 1px solid var(--border); }
  .equipment-showcase-visual img { height: 420px; }
  .equipment-showcase-card { width: min(680px, calc(100% - 4rem)); height: 600px; justify-self: center; }
  .equipment-orbit { width: calc(100vw - 96px); margin-left: calc(50% - 50vw + 48px); }
}
@media (max-width: 640px) {
  .equip-grid { grid-template-columns: repeat(3, 1fr); }
  .equip-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 420px) {
  .equip-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  :root { --nav-h: 64px; }
  .two-col-grid { grid-template-columns: 1fr !important; gap: 2.5rem; }
  .feature-list.has-icons { grid-template-columns: 1fr; }
  .app-areas { grid-template-columns: 1fr; }
  .container { padding: 0 1.25rem; }
  .section { padding: 70px 0; }
  .nav-menu, .nav-actions { display: none; }
  .nav-burger { display: flex; }
  #navbar > a:first-child { padding-block: 8px; }
  .nav-logo { width: 168px; height: 48px; }
  .cards-grid-3, .cards-grid-2 { grid-template-columns: 1fr; }
  .aliados-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; gap: 2.2rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-bottom-links { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .page-header { height: 44vh; min-height: 280px; }
  .gc-row { flex-direction: column; }
  .gc-connector { display: none; }
  .gc-card-lg-top { flex-direction: column; }
  .gc-card-lg-id { border-right: none; border-bottom: 1px solid var(--border); flex-direction: row; }
  .gc-features { flex-direction: column; }
  .gc-feature { border-left: none; border-top: 1px solid var(--border); }
  .gc-feature:first-child { border-top: none; }
  .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .cert-card-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip { grid-template-columns: 1fr; gap: 1.6rem; }
  .trust-item { padding: 0 !important; }
  .trust-item + .trust-item { border-left: none; border-top: 1px solid var(--border); padding-top: 1.6rem !important; }
  .mv-grid { grid-template-columns: 1fr; }
  .hero-scroll { display: none; }
  .timeline-track { gap: .9rem; padding: 2.4rem 0; }
  .timeline-track-badge { padding: .8rem 1.2rem; gap: .6rem; }
  .timeline-track-badge-icon { width: 16px; height: 16px; }
  .timeline-track-badge .stat-num { font-size: 1.4rem; }
  .timeline-track-label { font-size: 8.5px; letter-spacing: .12em; }
  .solutions-card { flex-basis: 170px; height: 220px; }
  .solutions-arrow { width: 36px; height: 36px; }
  .solutions-arrow svg { width: 15px; height: 15px; }
  .solutions-slider::before, .solutions-slider::after { width: 36px; }
  .geo-pin-label strong { font-size: .58rem; }
  .geo-pin-label span { font-size: 7.5px; }
  .geo-pin.is-intl .geo-pin-label { max-width: 110px; }
  .equipment-orbit-section .section-header { margin-bottom: 1.15rem; }
  .equipment-orbit-intro { margin-bottom: 2.1rem; }
  .equipment-orbit { width: calc(100vw - 32px); margin-left: calc(50% - 50vw + 16px); }
  .equipment-category-copy { grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 2.25rem; padding: 0 0 1.35rem; }
  .equipment-category-copy p { font-size: var(--copy-size); }
  .equipment-category-copy p:last-child { padding-left: 0; }
  .product-equipment-list { grid-template-columns: 1fr; gap: 9px; }
  .product-equipment-item { min-height: 78px; grid-template-columns: 44px minmax(0, 1fr); gap: .9rem; padding: .85rem 1rem; }
  .product-equipment-icon { width: 44px; height: 44px; }
  .product-equipment-icon img { width: 26px; height: 26px; }
  .product-equipment-item strong { font-size: .86rem; }
  .equipment-category-gateway { gap: 8px; }
  .equipment-category-gateway::before { left: -28%; width: 78%; opacity: .72; }
  .equipment-category-gateway::after { left: -48%; width: 92%; opacity: .32; }
  .equipment-gateway-item { --gateway-cut: 20px; --gateway-inner-cut: 18px; min-height: 138px; gap: .75rem; padding: 1.1rem .9rem; }
  .equipment-gateway-number { width: 25px; }
  .equipment-gateway-icon { width: 36px; height: 36px; flex-basis: 36px; }
  .equipment-gateway-icon img { width: 28px; height: 28px; }
  .equipment-gateway-image { width: 72%; height: auto; }
  .equipment-gateway-copy { max-width: 78%; }
  .equipment-gateway-kicker { font-size: 7.5px; }
  .equipment-gateway-copy strong { font-size: clamp(1.15rem, 6vw, 1.55rem); }
  .equipment-gateway-copy small { font-size: 10.5px; }
  .equipment-gateway-item > svg { width: 36px; height: 36px; padding: 9px; flex-basis: 36px; }
  .equipment-showcase-visual { min-height: 350px; }
  .equipment-showcase-visual img { width: 92%; height: 315px; }
  .equipment-showcase-card { width: auto; height: 620px; margin: 0; padding: 1.5rem 1.25rem; border: 0; }
  .equipment-showcase-card h3 { font-size: clamp(1.6rem, 8vw, 2.25rem); }
  .equipment-showcase-description { min-height: 0; }
  .equipment-showcase-actions { grid-template-columns: 1fr; }
  .equipment-strip-shell { grid-template-columns: 38px minmax(0, 1fr) 38px; }
  .equipment-strip-item { flex-basis: 150px; height: 200px; padding: .6rem; }
  .equipment-strip-item strong { font-size: 9px; }
  .equipment-categories { display: flex; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
  .equipment-categories::-webkit-scrollbar { display: none; }
  .equipment-category { min-width: 48%; padding: 1rem .85rem; scroll-snap-align: start; white-space: nowrap; }
  .equipment-wheel-wrap { min-height: 430px; }
  .equipment-wheel { width: min(390px, 90%); }
  .equipment-wheel-core { width: 90px; }
  .equipment-wheel-gear { width: 45px; height: 45px; }
  .equipment-node { width: 58px; height: 58px; margin: -29px; padding: 6px; }
  .equipment-node.is-active { --node-scale: 1.25; }
  .equipment-node span { display: none; }
  .equipment-wheel-target { display: none; }
  .equipment-focus { min-height: 0; padding: 1.4rem 1.25rem 1.5rem; }
  .equipment-focus-visual { min-height: 240px; }
  .equipment-focus-visual img { height: 235px; }
  .equipment-focus-copy { min-height: 0; margin-bottom: 1.4rem; }
  .equipment-focus-footer { align-items: flex-end; }
  .equipment-control-hint { display: none; }
}
@media (max-width: 480px) {
  .aliados-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .cert-card-grid { grid-template-columns: 1fr; }
  .equipment-category { min-width: 72%; }
  .equipment-wheel-wrap { min-height: 350px; }
  .equipment-wheel { width: 310px; }
  .equipment-wheel-core { width: 76px; }
  .equipment-wheel-gear { width: 38px; height: 38px; }
  .equipment-node { width: 50px; height: 50px; margin: -25px; padding: 5px; }
  .equipment-focus-visual { min-height: 205px; }
  .equipment-focus-visual img { height: 200px; }
  .equipment-focus-footer { flex-wrap: wrap; }
  .equipment-consult-link { margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .equipment-gateway-item,
  .equipment-gateway-item:hover,
  .equipment-gateway-item:active { transform: none; }
  .equipment-node { transition: border-color 160ms ease, opacity 160ms ease; }
  .equipment-focus-visual img { transition: opacity 160ms ease; transform: none !important; }
  .equipment-category, .equipment-arrow { transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease; }
  .equipment-showcase-visual img, .equipment-showcase-card > *, .equipment-strip-item, .equipment-strip-image img { transition: opacity 160ms ease, color 160ms ease, background-color 160ms ease; transform: none !important; }
}
