:root {
  --ink: #111722;
  --muted: #627080;
  --paper: #f7f8f6;
  --white: #ffffff;
  --line: #d7ddd8;
  --blue: #1555e8;
  --blue-dark: #0b399f;
  --cyan: #4be0ff;
  --night: #08111f;
  --lime: #d4ff32;
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  position: relative;
  isolation: isolate;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(75,224,255,.18), transparent 30%),
    radial-gradient(circle at 88% 30%, rgba(21,85,232,.12), transparent 30%),
    linear-gradient(180deg, #edf7fa 0%, #f7f8f6 58%, #eef3ff 100%);
  font-family: "Manrope", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body::after {
  content: "";
  position: fixed;
  z-index: 0;
  inset: auto -10vw -32vh;
  height: 62vh;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(75,224,255,.18), rgba(21,85,232,.06) 42%, transparent 72%);
  animation: ambient-drift 12s ease-in-out infinite alternate;
}
body::before {
  content: "";
  position: fixed;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: min(66vw, 880px);
  aspect-ratio: 894 / 610;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: url("../imagenes/simbolo-abedlabs-fondo.png") center / contain no-repeat;
  opacity: .032;
}
body > header,
body > main,
body > footer {
  position: relative;
  z-index: 1;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(21,85,232,.3);
  outline-offset: 4px;
}
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header {
  width: var(--shell);
  height: 108px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.site-header > .brand-logo {
  height: 88px;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.site-header > .brand-logo .brand-symbol {
  width: 54px;
  height: 48px;
}
.site-header > .brand-logo .brand-symbol img { width: 54px; }
.site-header > .brand-logo .brand-name { font-size: 29px; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.04em;
}
.brand-logo {
  width: auto;
  height: 58px;
  gap: 12px;
  overflow: visible;
}
.brand-symbol {
  display: grid;
  place-items: center;
  width: 52px;
  height: 48px;
}
.brand-symbol img { display: block; width: 52px; height: auto; }
.brand-name {
  display: flex;
  align-items: baseline;
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.065em;
}
.brand-name b { font-weight: inherit; }
.brand-name b:first-child { color: #082768; }
.brand-name b:last-child { color: #1264f4; }
.brand > span:last-child > span { color: var(--blue); }
.brand-mark { width: 29px; height: 29px; position: relative; display: inline-block; }
.brand-mark i {
  position: absolute;
  width: 7px;
  height: 24px;
  background: var(--blue);
  border-radius: 7px;
  transform: rotate(30deg);
}
.brand-mark i:nth-child(1) { left: 2px; top: 3px; }
.brand-mark i:nth-child(2) { left: 11px; top: -1px; height: 18px; }
.brand-mark i:nth-child(3) { right: 1px; bottom: 1px; height: 14px; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--blue); }
.nav-cta { border: 1px solid var(--ink); padding: 11px 19px; border-radius: 999px; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.scroll-hint {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.scroll-hint b { color: var(--blue); font-size: 20px; animation: scroll-hint 1.7s ease-in-out infinite; }
@keyframes scroll-hint { 50% { transform: translateY(5px); } }

.hero {
  min-height: 450px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 46px;
  padding: 10px 0 38px;
}
.home-hero {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(560px, 1.18fr);
  gap: clamp(30px, 3.5vw, 56px);
  min-height: calc(100vh - 96px);
  padding: 22px 0 58px;
  align-items: center;
}
.home-hero .hero-copy {
  display: block;
}
.home-hero .hero-copy h1 { margin: 0; font-size: clamp(44px, 4.4vw, 62px); }
.home-hero .hero-prompt { width: 100%; margin-top: 28px; }
.home-hero .hero-visual {
  min-height: 0;
  aspect-ratio: 1.94 / 1;
  width: 100%;
  border-color: rgba(64, 212, 255, .28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 111, 255, .24), transparent 31%),
    radial-gradient(circle at 78% 20%, rgba(38, 221, 255, .12), transparent 28%),
    linear-gradient(135deg, #031126 0%, #061d3d 52%, #020d20 100%);
  box-shadow: 0 32px 95px rgba(3, 20, 48, .28);
}
.motion-ready .hero-copy { animation: reveal-up 1.05s cubic-bezier(.16,1,.3,1) both; }
.reveal-target {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 1.15s var(--reveal-delay, 0ms) cubic-bezier(.16,1,.3,1),
    transform 1.15s var(--reveal-delay, 0ms) cubic-bezier(.16,1,.3,1);
}
.reveal-target.is-revealed {
  opacity: 1;
  transform: translateY(0);
}
.project-case.reveal-target:nth-child(even) { transform:translateX(26px); }
.project-case.reveal-target:nth-child(odd) { transform:translateX(-26px); }
.project-case.reveal-target.is-revealed { transform:translateX(0); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 800;
}
.eyebrow span { display: block; width: 28px; height: 2px; background: var(--blue); }
.hero h1, .section-heading h2, .solutions h2, .procurement h2, .contact h2 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -.055em;
  line-height: .98;
}
.hero h1 { max-width: 620px; margin: 0 0 18px; font-size: clamp(44px, 4.7vw, 62px); }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-intro { max-width: 640px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-prompt {
  width: min(100%, 610px);
  min-height: 120px;
  margin-top: 22px;
  padding: 16px 22px 18px;
  border: 1px solid rgba(21,85,232,.15);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 45px rgba(35,54,85,.08);
  backdrop-filter: blur(12px);
}
.prompt-label {
  display: block;
  margin-bottom: 11px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.prompt-line {
  display: flex;
  align-items: center;
  min-height: 30px;
  color: var(--ink);
  font-size: clamp(15px, 1.45vw, 19px);
  font-weight: 650;
  line-height: 1.4;
}
.prompt-line i {
  width: 2px;
  height: 1.25em;
  margin-left: 3px;
  background: var(--blue);
  animation: caret-blink .78s steps(1) infinite;
}
.prompt-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid rgba(21,85,232,.12);
}
.prompt-route > span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}
.prompt-route a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
}
.prompt-route a:hover { color: var(--blue); }
.prompt-route b { font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 23px;
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 35px rgba(18,86,255,.22); }
.button-primary:hover { background: var(--blue-dark); }
.button-text { padding-inline: 0; }
.button-text span { color: var(--blue); }
.trust-line { display: flex; gap: 15px; margin-top: 48px; align-items: flex-start; }
.trust-line span { color: var(--blue); font-family: "Space Grotesk"; font-weight: 700; }
.trust-line p { margin: 0; padding-left: 15px; border-left: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.hero-visual {
  --pointer-x: 0px;
  --pointer-y: 0px;
  position: relative;
  min-height: 370px;
  border-radius: 28px;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 22%, rgba(75,224,255,.22), transparent 22%),
    radial-gradient(circle at 25% 78%, rgba(18,86,255,.28), transparent 30%),
    linear-gradient(145deg, #0c1a31, #07101d 68%);
  box-shadow: 0 28px 70px rgba(16,35,70,.16);
  transition: box-shadow .35s ease, transform .35s ease;
  animation: visual-enter .8s .08s cubic-bezier(.22,.8,.2,1) both, visual-float 6s 1s ease-in-out infinite;
}
.hero-visual:hover { box-shadow: 0 34px 85px rgba(16,35,70,.24); }
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: inherit;
  pointer-events: none;
}
.map-instruction {
  position: absolute;
  z-index: 5;
  top: 22px;
  left: 25px;
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  pointer-events: none;
}
.tech-map {
  position: absolute;
  inset: 0;
  transform: translate3d(var(--pointer-x), var(--pointer-y), 0);
  transition: transform .28s ease-out;
}
.map-grid {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}
.map-core {
  position: absolute;
  z-index: 2;
  width: 31%;
  aspect-ratio: 1;
  height: auto;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(75,224,255,.72);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 27%, #256cff, #0b2f86 72%);
  box-shadow: 0 0 0 15px rgba(24,85,210,.12), 0 0 0 32px rgba(4,76,165,.08), 0 0 54px rgba(0,173,255,.45), inset 0 0 34px rgba(65,221,255,.16);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: core-breathe 3.8s ease-in-out infinite;
}
.map-core::after {
  content: "";
  position: absolute;
  inset: -17%;
  border: 1px dashed rgba(75,224,255,.28);
  border-radius: 50%;
  animation: orbit-spin 18s linear infinite;
}
.map-core small { margin-bottom: 12px; color: rgba(75,224,255,.92); font-size: clamp(5px,.62vw,9px); font-weight:800; letter-spacing:.24em; }
.map-core span { margin-top:5px;font-size: clamp(9px,1vw,14px); font-weight:800;letter-spacing: .06em; color: rgba(255,255,255,.98); }
.map-core strong { margin: 0; font-family: "Space Grotesk"; font-size: clamp(15px,1.75vw,25px); letter-spacing: -.04em; }
.map-line { position: absolute; z-index: 1; left: 50%; top: 49%; height: 2px; transform-origin: left; opacity:.34;background: linear-gradient(90deg, rgba(75,224,255,.88), rgba(75,224,255,.08));transition:opacity .2s ease,box-shadow .2s ease; }
.map-line::after { content:"";position:absolute;left:0;top:-4px;width:9px;height:9px;border-radius:50%;opacity:0;background:white;box-shadow:0 0 8px white,0 0 18px var(--cyan); }
.line-one { width: 35%; transform: rotate(-24deg); }
.line-two { width: 35%; transform: rotate(24deg); }
.line-three { width: 35%; transform: rotate(180deg); }
.map-choice {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 27%;
  min-height: 0;
  height: 17%;
  padding: 8px 12px;
  border: 1px solid rgba(75,224,255,.72);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(9,35,62,.76);
  font-family: inherit;
  font-size: clamp(6px,.64vw,9px);
  font-weight: 800;
  letter-spacing: .1em;
  cursor: pointer;
  box-shadow: 0 9px 25px rgba(0,0,0,.16);
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.map-choice:hover, .map-choice:focus-visible, .map-choice.selected { color: white; border-color: var(--cyan); background: rgba(22,75,115,.94); transform: scale(1.06); box-shadow:0 10px 30px rgba(75,224,255,.24),inset 0 0 22px rgba(75,224,255,.06); }
.map-choice i {
  width: clamp(24px,3vw,38px);
  height: clamp(24px,3vw,38px);
  flex: 0 0 auto;
  border: 1px solid rgba(75,224,255,.5);
  border-radius: 50%;
  background: radial-gradient(circle,var(--cyan) 0 12%,rgba(75,224,255,.12) 14%);
  box-shadow: inset 0 0 15px rgba(75,224,255,.12),0 0 18px rgba(75,224,255,.18);
  animation: node-pulse 2.4s ease-in-out infinite;
}
.map-choice b { margin-left:auto;color:var(--cyan);font-size:clamp(12px,1.5vw,19px);transition:transform .2s ease}.map-choice:hover b{transform:translateX(4px)}
.choice-problem { left: 3%; top: 42%; }
.choice-equipment { right: 3%; top: 13%; }
.choice-idea { right: 3%; bottom: 11%; }
.tech-map:has(.map-choice:hover) .map-core { transform:translate(-50%,-50%) scale(1.035);box-shadow:0 0 0 18px rgba(21,85,232,.08),0 0 55px rgba(21,85,232,.24)}
.map-core strong { max-width:82%;text-align:center;font-size:clamp(15px,1.75vw,25px);line-height:1.04; }
.tech-map.is-routing .map-core { animation:none;transform:translate(-50%,-50%) scale(1.04);border-color:#fff;box-shadow:0 0 0 13px rgba(18,86,255,.12),0 0 48px rgba(75,224,255,.45); }
.tech-map.flow-equipment .line-one,.tech-map.flow-idea .line-two,.tech-map.flow-problem .line-three { opacity:1;background:linear-gradient(90deg,#fff,var(--cyan));box-shadow:0 0 8px var(--cyan); }
.tech-map.flow-equipment .line-one::after,.tech-map.flow-idea .line-two::after,.tech-map.flow-problem .line-three::after { animation:map-particle .68s cubic-bezier(.2,.75,.2,1) forwards; }
@keyframes map-particle { 0%{left:0;opacity:0;transform:scale(.5)} 12%{opacity:1} 88%{opacity:1} 100%{left:calc(100% - 5px);opacity:0;transform:scale(1.35)} }
.visual-caption { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 22px; display: flex; gap: 19px; color: rgba(255,255,255,.65); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.visual-caption span + span::before { content: "•"; color: var(--cyan); margin-right: 19px; }

.path-section { padding: 46px 0 100px; }
.section-heading { max-width: 690px; }
.section-heading h2 { font-size: clamp(39px, 5vw, 60px); margin: 0 0 13px; }
.section-heading > p:last-child { color: var(--muted); max-width: 600px; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 34px; }
.path-card {
  --spot-x: 50%;
  --spot-y: 50%;
  position: relative;
  min-height: 220px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(75,224,255,.13), transparent 34%),
    rgba(255,255,255,.72);
  color: var(--ink);
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow: hidden;
}
.motion-ready .path-card { animation: reveal-up .62s cubic-bezier(.22,.8,.2,1) both; }
.motion-ready .path-card:nth-child(2) { animation-delay: .09s; }
.motion-ready .path-card:nth-child(3) { animation-delay: .18s; }
.path-card:hover { transform: translateY(-9px) scale(1.012); border-color: rgba(18,86,255,.4); box-shadow: 0 26px 65px rgba(35,54,85,.14); }
.path-card:hover { background: #eef3ff; }
.path-card:hover::after { content: ""; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(18,86,255,.10); border-radius: 50%; right: -70px; top: -90px; }
.path-card:focus-visible { outline: 3px solid rgba(18,86,255,.28); outline-offset: 4px; }
.path-number { font-size: 10px; letter-spacing: .15em; color: var(--muted); }
.path-icon { width: 52px; height: 52px; position: relative; margin: 25px 0 18px; transform: scale(.9); transform-origin: left center; }
.path-icon i { position: absolute; border: 2px solid var(--blue); }
.icon-problem i:first-child { width: 40px; height: 40px; border-radius: 50%; left: 5px; top: 5px; border-style: dashed; }
.icon-problem i:last-child { width: 18px; height: 18px; border-radius: 50%; right: 0; bottom: 0; background: var(--paper); }
.icon-machine i:nth-child(1) { inset: 7px 5px 7px 5px; border-radius: 7px; }
.icon-machine i:nth-child(2) { width: 12px; height: 12px; border-radius: 50%; left: 15px; top: 18px; background: var(--blue); }
.icon-machine i:nth-child(3) { width: 12px; height: 12px; border-radius: 50%; right: 15px; top: 18px; }
.icon-idea i:first-child { width: 34px; height: 34px; border-radius: 50%; left: 11px; top: 1px; }
.icon-idea i:nth-child(2) { width: 15px; height: 17px; border-width: 0 2px 2px; left: 21px; top: 34px; }
.icon-idea i:last-child { width: 42px; height: 1px; border-width: 2px 0 0; left: 8px; bottom: 0; }
.path-card h3 { font-family: "Space Grotesk"; font-size: 23px; line-height: 1.12; letter-spacing: -.035em; margin: 0 0 11px; }
.path-go {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 800;
}
.path-go b { font-size: 18px; }

@keyframes reveal-up {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes visual-enter {
  from { opacity: 0; filter: blur(7px); }
  to { opacity: 1; filter: blur(0); }
}
@keyframes visual-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes core-breathe {
  0%, 100% { box-shadow: 0 0 0 20px rgba(18,86,255,.07), 0 28px 65px rgba(0,0,0,.32); }
  50% { box-shadow: 0 0 0 28px rgba(18,86,255,.035), 0 30px 75px rgba(0,0,0,.38); }
}
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes node-pulse {
  0%, 100% { opacity: .65; transform: scale(.8); }
  50% { opacity: 1; transform: scale(1.28); }
}
@keyframes ambient-drift {
  from { transform: translate3d(-3%, 0, 0) scale(1); }
  to { transform: translate3d(4%, -5%, 0) scale(1.08); }
}
@keyframes caret-blink { 50% { opacity: 0; } }
.path-detail {
  display: grid;
  grid-template-columns: 1fr 1.1fr auto;
  align-items: center;
  gap: 35px;
  margin-top: 18px;
  padding: 30px 34px;
  border: 1px solid rgba(18,86,255,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 45px rgba(35,54,85,.06);
}
.path-detail > div > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.path-detail h3 { margin: 8px 0 0; font-family: "Space Grotesk"; font-size: 21px; line-height: 1.18; letter-spacing: -.025em; }
.path-detail > p { margin: 0; color: #536273; font-size: 13px; line-height: 1.7; }

.solutions {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
  padding: 120px 0;
}
.solutions-lead { position: sticky; top: 40px; align-self: start; }
.solutions h2 { font-size: clamp(42px, 5vw, 68px); margin: 22px 0; }
.solutions-lead > p:last-child { color: var(--muted); max-width: 430px; }
.solution-list { border-top: 1px solid var(--line); }
.solution-list article {
  min-height: 145px;
  display: grid;
  grid-template-columns: 48px 1fr 30px;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.solution-list article > span { color: var(--blue); font-size: 11px; font-weight: 800; }
.solution-list h3 { font-family: "Space Grotesk"; font-size: 24px; letter-spacing: -.035em; margin: 0 0 9px; }
.solution-list p { color: var(--muted); font-size: 13px; margin: 0; }
.solution-list article > b { color: var(--blue); }

.development {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 80px;
  align-items: center;
  padding: 90px 0 135px;
}
.development-image {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--night);
  box-shadow: 0 25px 65px rgba(18,35,65,.14);
}
.development-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,17,31,.65), transparent 45%); }
.development-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 42% center; }
.development-image > span { position: absolute; z-index: 2; left: 27px; bottom: 25px; color: white; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.development-copy h2 { max-width: 520px; margin: 20px 0; font-family: "Space Grotesk"; font-size: clamp(39px, 4.4vw, 58px); line-height: 1.02; letter-spacing: -.05em; }
.development-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.development-points { margin-top: 35px; border-top: 1px solid var(--line); }
.development-points p { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.development-points b { display: inline-block; width: 38px; color: var(--blue); font-size: 10px; }

.procurement {
  min-height: 575px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  padding: 70px;
  border-radius: 30px;
  background: var(--night);
  color: white;
  overflow: hidden;
}
.procurement-graphic { min-height: 390px; position: relative; }
.procurement-graphic::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(75,224,255,.3) 1px, transparent 1px); background-size: 17px 17px; mask-image: radial-gradient(circle, black, transparent 70%); }
.route { position: absolute; width: 78%; height: 150px; left: 11%; top: 115px; border-top: 1px dashed rgba(75,224,255,.5); border-radius: 50%; }
.route i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); top: -3px; box-shadow: 0 0 10px var(--cyan); }
.route i:nth-child(1) { left: 3%; }.route i:nth-child(2) { left: 34%; top: -21px; }.route i:nth-child(3) { left: 67%; top: -20px; }.route i:nth-child(4) { right: 2%; }
.package { position: absolute; width: 140px; height: 115px; left: 50%; top: 190px; transform: translateX(-50%) skewY(-5deg); border: 1px solid rgba(255,255,255,.25); background: linear-gradient(145deg, #1e2e43, #0d1828); box-shadow: 0 25px 55px rgba(0,0,0,.35); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.package span { color: var(--cyan); font-size: 10px; letter-spacing: .18em; }
.package b { font-family: "Space Grotesk"; font-size: 22px; }
.country { position: absolute; color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .18em; }
.country::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.origin { left: 5%; top: 100px; }.destination { right: 1%; top: 100px; }
.procurement h2 { font-size: clamp(38px, 4.4vw, 59px); margin: 20px 0; }
.procurement-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); line-height: 1.75; }
.procurement ul { padding: 0; margin: 28px 0; list-style: none; display: grid; gap: 10px; color: rgba(255,255,255,.82); font-size: 13px; }
.procurement li::before { content: "✓"; color: var(--lime); margin-right: 11px; }
.button-light { background: white; color: var(--night); }

.process { padding: 130px 0; }
.process .section-heading { max-width: 780px; }
.process-track { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 65px; border-top: 1px solid var(--line); }
.process-track article { position: relative; padding: 35px 25px 0 0; }
.process-track article::before { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); top: -5px; left: 0; box-shadow: 0 0 0 7px var(--paper); }
.process-track span { color: var(--blue); font-size: 10px; font-weight: 800; }
.process-track h3 { font-family: "Space Grotesk"; font-size: 19px; margin: 25px 0 9px; }
.process-track p { color: var(--muted); font-size: 12px; line-height: 1.7; }

.manifesto { padding: 95px 0; text-align: center; border-block: 1px solid var(--line); }
.manifesto-kicker { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.manifesto blockquote { max-width: 990px; margin: 35px auto 28px; font-family: "Space Grotesk"; font-size: clamp(36px, 5.3vw, 70px); line-height: 1.06; letter-spacing: -.05em; }
.manifesto blockquote em { display: block; color: var(--blue); font-style: normal; }
.manifesto > p:last-child { color: var(--muted); }

.contact {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
  padding: 130px 0;
}
.contact-page { min-height: calc(100vh - 218px); align-items: center; padding-block: 80px; }
.contact h1, .contact h2 {
  margin: 23px 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(44px, 5.3vw, 70px);
  line-height: .98;
  letter-spacing: -.055em;
}
.contact-copy > p:not(.eyebrow) { color: var(--muted); max-width: 480px; }
.contact-note { display: flex; gap: 14px; margin-top: 60px; }
.contact-note span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; font-size: 10px; font-weight: 800; }
.contact-note p { font-size: 11px; color: var(--muted); margin: 3px 0; }
.contact-channels { display: grid; gap: 10px; margin-top: 28px; }
.contact-channel {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.65);
  transition: border-color .2s ease, transform .2s ease;
}
.contact-channel:hover { transform: translateY(-2px); border-color: rgba(21,85,232,.35); }
.contact-channel > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: white;
  background: var(--blue);
  font-size: 10px;
  font-weight: 800;
}
.contact-channel.whatsapp > span { background: #168f55; }
.contact-channel div { display: grid; gap: 2px; min-width: 0; }
.contact-channel small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.contact-channel strong { overflow-wrap: anywhere; font-size: 12px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 18px; padding: 38px; border-radius: var(--radius); background: white; box-shadow: 0 22px 60px rgba(35,54,85,.08); }
.form-explanation { grid-column:1/-1;margin:0 0 4px;color:var(--muted);font-size:13px;line-height:1.65; }
.contact-form label { display: grid; gap: 9px; color: var(--muted); font-size: 11px; font-weight: 700; }
.contact-form label:nth-child(3), .contact-form label:nth-child(4), .contact-form button, .form-status { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); padding: 11px 0; outline: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); }
.form-status { margin: 0; color: var(--blue-dark); font-size: 12px; }
.contact-info { padding: 20px 0 110px; }
.contact-info h2 {
  margin: 15px 0 45px;
  font-family: "Space Grotesk";
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1;
  letter-spacing: -.05em;
}
.contact-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-info-grid article {
  min-height: 235px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.72);
}
.contact-info-grid article > span { color: var(--blue); font-size: 10px; font-weight: 800; }
.contact-info-grid h3 { margin: 42px 0 8px; font-family: "Space Grotesk"; font-size: 22px; }
.contact-info-grid a { color: var(--blue-dark); font-size: 12px; font-weight: 800; overflow-wrap: anywhere; }
.contact-info-grid p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.business-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 18px;
  padding: 24px 28px;
  border-radius: 18px;
  color: rgba(255,255,255,.76);
  background: var(--night);
  font-size: 11px;
}
.business-details p { margin: 0; }
.business-details b { display: block; margin-bottom: 5px; color: white; }

.site-footer { min-height: 150px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.site-footer .brand-logo { transform: scale(.82); transform-origin: left center; }
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  text-align: center;
}
.footer-contact a { transition: color .2s ease; }
.footer-contact a:hover { color: var(--blue); }
.whatsapp-float {
  position: fixed;
  z-index: 50;
  right: 36px;
  bottom: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  min-height: 66px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: white;
  background: #20d86b;
  box-shadow: 0 14px 35px rgba(4, 57, 39, .32);
  font-size: 12px;
  transition: transform .2s ease, background .2s ease;
}
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); background: #16c860; }
.whatsapp-float span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: transparent;
  background-image: url("../imagenes/whatsapp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.whatsapp-float::before,
.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border: 2px solid rgba(8, 65, 89, .42);
  border-radius: inherit;
  animation: whatsapp-pulse 2.4s ease-out infinite;
}
.whatsapp-float::after { animation-delay: 1.2s; }
.whatsapp-float b { display: none; }

@keyframes whatsapp-pulse {
  0% { opacity: .8; transform: scale(.92); }
  75%, 100% { opacity: 0; transform: scale(1.28); }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 28px, 680px); }
  .menu-toggle { display: grid; gap: 6px; }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 2px; background: var(--ink); }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 25px; border-radius: 16px; background: white; box-shadow: 0 18px 50px rgba(20,35,60,.15); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 28px; }
  .home-hero { padding-top: 20px; }
  .home-hero .hero-copy { grid-template-columns: 1fr; gap: 24px; }
  .home-hero .hero-visual { min-height: 0; aspect-ratio: 1.94 / 1; }
  .hero-visual { min-height: 440px; }
  .trust-line { margin-top: 45px; }
  .path-grid, .solutions, .development, .procurement, .contact { grid-template-columns: 1fr; }
  .path-card { min-height: 270px; }
  .path-detail { grid-template-columns: 1fr; gap: 18px; }
  .path-detail .button { justify-self: start; }
  .solutions { gap: 45px; }
  .development { gap: 40px; }
  .solutions-lead { position: static; }
  .procurement { padding: 45px 30px; gap: 20px; }
  .procurement-graphic { min-height: 300px; }
  .process-track { grid-template-columns: 1fr 1fr; gap: 30px; border-top: 0; }
  .process-track article { border-top: 1px solid var(--line); }
  .contact { gap: 50px; }
  .contact-info-grid, .business-details { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  body::before {
    top: 50%;
    left: 50%;
    width: 118vw;
    transform: translate(-50%, -50%);
    opacity: .012;
  }
  .site-header { height: 72px; }
  .site-header > .brand-logo {
    height: 48px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 9px;
  }
  .site-header .brand-symbol { width: 42px; height: 39px; }
  .site-header .brand-symbol img { width: 42px; }
  .site-header .brand-name { font-size: 25px; }
  .hero { min-height: auto; padding-bottom: 48px; gap: 25px; }
  .hero h1 { font-size: 43px; }
  .hero-intro { font-size: 15px; }
  .prompt-route { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 6px; }
  .hero-visual { min-height: 300px; }
  .home-hero { padding-bottom: 55px; }
  .home-hero .hero-visual { min-height: 0; aspect-ratio: 1.35 / 1; }
  .hero-visual .map-core { transform: translate(-50%, -50%); }
  .map-choice { min-height: 32px; max-width: 118px; padding: 5px 7px; gap: 5px; font-size: 5.5px; }
  .map-choice i { width: 6px; height: 6px; }
  .map-choice b { font-size: 10px; }
  .choice-problem { left: 2%; top: 39%; }
  .choice-equipment { right: 2%; top: 16%; }
  .choice-idea { right: 2%; bottom: 18%; }
  .hero-visual .visual-caption { display: none; }
  .path-section { padding-block: 58px 72px; }
  .solutions, .development, .process, .contact { padding-block: 80px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 245px; }
  .path-detail { padding: 25px 22px; }
  .procurement { width: 100%; border-radius: 0; padding-inline: 25px; }
  .process-track { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; padding: 27px 21px; }
  .contact-form label { grid-column: 1 / -1; }
  .site-footer { padding: 35px 0; gap: 20px; flex-direction: column; text-align: center; }
  .footer-contact { text-align: center; }
  .whatsapp-float { right: 22px; bottom: 24px; width: 60px; height: 60px; min-height: 60px; padding: 0; }
  .whatsapp-float span { width: 48px; height: 48px; background-size: 30px; }
}

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