/* Geist REAL del sitio (variable 100-900, woff2 de Next). Los TTF de
   /fonts/geist eran una fuente distinta mal etiquetada como Geist. */
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}
@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}
:root {
  --ink: #000000;
  --surface: #f4f5f6;
  --muted: #5f6670;
  --line: #dfe2e6;
  --teal: #00e7e2;
  --aqua: #55c2d8;
  --gray: #a4aab4;
  --deep-teal: #000000;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: "Geist", Arial, sans-serif;
  line-height: 1.5;
}
a { color: inherit; }
.site-header {
  min-height: 98px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--ink);
  color: var(--white);
  border-bottom: 1px solid #2b3030;
}
.brand img, .footer-brand img { display: block; width: 205px; height: auto; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); }
nav a { text-decoration: none; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.nav-current { color: var(--teal); }
.nav-cta { padding: 12px 19px; border-radius: 5px; background: var(--teal); color: var(--ink); }
.hero { position: relative; overflow: hidden; padding: clamp(70px, 9vw, 138px) 5vw 90px; background: var(--ink); color: var(--white); }
.hero::before { content: ""; position: absolute; width: min(72vw, 920px); aspect-ratio: 1; right: -24%; top: -62%; border-radius: 50%; background: linear-gradient(155deg,var(--teal) 22%,var(--aqua) 58%,rgba(85,194,216,0) 79%); opacity: .82; filter: blur(2px); }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: 5%; bottom: -170px; background: url("/img/brand/isotipo-blanco.svg") center/contain no-repeat; opacity: .15; }
.hero-grid { position: relative; z-index: 1; }
.hero-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.eyebrow { margin: 0 0 18px; color: var(--teal); font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.dark { color: #007f7c; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 850px; font-size: clamp(40px, 5vw, 72px); line-height: 1.1; letter-spacing: -.025em; font-weight: 800; }
.hero-lead { max-width: 740px; margin: 30px 0 0; color: #cfdbda; font-size: clamp(19px, 2vw, 25px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 36px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; text-decoration: none; font-weight: 800; }
.button-primary { background: var(--teal); color: var(--ink); }
.button-primary:hover { background: var(--white); }
.button-quiet { color: var(--white); border: 1px solid #657372; }
.business-note { margin: 28px 0 0; color: #9eaeac; font-size: 14px; }
.technical-visual { position: relative; min-height: 570px; overflow: hidden; background: #171d1e; clip-path: polygon(64px 0,100% 0,100% calc(100% - 64px),calc(100% - 64px) 100%,0 100%,0 64px); filter: drop-shadow(0 38px 52px rgba(0,0,0,.38)); }
.technical-visual::before { content: ""; position: absolute; z-index: 2; top: 22px; right: 22px; width: 76px; height: 4px; border-radius: 99px; background: var(--teal); box-shadow: 0 0 18px rgba(0,231,226,.48); }
.technical-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 54%,rgba(2,8,8,.76) 100%); pointer-events: none; }
.technical-photo { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: 52% center; }
.trust-strip { display: grid; grid-template-columns: repeat(3,1fr); background: var(--teal); color: var(--ink); }
.trust-strip div { padding: 28px 5vw; display: flex; flex-direction: column; border-right: 1px solid rgba(0,0,0,.18); }
.trust-strip strong { font-size: 20px; }.trust-strip span { margin-top: 4px; font-size: 14px; }
.section { padding: clamp(72px, 8vw, 120px) 5vw; }
.section-heading { max-width: 840px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .quote-grid h2, .final-cta h2 { margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: 1.05; letter-spacing: -.035em; }
.section-heading > p:last-child { max-width: 720px; margin: 20px auto 0; color: var(--muted); font-size: 18px; }
.cards { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.card { min-height: 290px; padding: 32px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.card-number { color: #007f7c; font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.card h3 { margin: 68px 0 14px; font-size: 24px; line-height: 1.15; }.card p { margin: 0; color: var(--muted); }
.process-section { background: var(--ink); color: var(--white); }
.section-heading.light h2 { color: var(--white); }
.process { max-width: 1150px; margin: 0 auto; padding: 0; list-style: none; }
.process li { padding: 28px 0; display: grid; grid-template-columns: 60px 1fr; gap: 26px; border-top: 1px solid #344040; }
.process li:last-child { border-bottom: 1px solid #344040; }
.process li > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: var(--ink); font-weight: 900; }
.process h3 { margin: 0 0 6px; font-size: 24px; }.process p { margin: 0; color: #adbcba; }
.quote-section { background: var(--surface); }
.quote-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: start; }
.requirements { margin: 0; padding: 0; list-style: none; }
.requirements li { padding: 18px 0 18px 34px; position: relative; border-bottom: 1px solid var(--line); font-weight: 700; }
.requirements li::before { content: ""; position: absolute; left: 0; top: 24px; width: 12px; height: 12px; border-radius: 50%; background: var(--teal); }
.technical-note { max-width: 1200px; margin: 58px auto 0; padding: 24px 28px; border-left: 5px solid var(--teal); background: var(--white); color: #4e5958; }
.final-cta { padding: 100px 5vw; background: var(--deep-teal); color: var(--white); text-align: center; }
.final-cta p:not(.eyebrow) { max-width: 680px; margin: 20px auto 30px; color: #d1e3e2; font-size: 18px; }
footer { padding: 48px 5vw; display: grid; grid-template-columns: auto 1fr auto; gap: 45px; align-items: center; background: var(--ink); color: #c6d0cf; }
footer p { margin: 0; }.footer-links { display: flex; gap: 24px; }.footer-links a { color: var(--white); }

@media (max-width: 980px) {
  .site-header { align-items: flex-start; flex-direction: column; padding-top: 22px; padding-bottom: 22px; }
  nav { width: 100%; flex-wrap: wrap; gap: 16px 24px; }
  .hero-grid, .quote-grid { grid-template-columns: 1fr; }
  .technical-visual { min-height: 460px; }
  .cards { grid-template-columns: repeat(2,1fr); }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .brand img, .footer-brand img { width: 175px; }
  nav a { font-size: 12px; }
  .hero { padding-top: 70px; }
  h1 { font-size: 46px; }
  .technical-visual { min-height: 370px; clip-path: polygon(38px 0,100% 0,100% calc(100% - 38px),calc(100% - 38px) 100%,0 100%,0 38px); }
  .trust-strip, .cards { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.16); }
  .card { min-height: 230px; }.card h3 { margin-top: 42px; }
  .hero-actions .button { width: 100%; }
  .footer-links { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
