
:root {
  --navy: #06182b;
  --navy-2: #0a243d;
  --blue: #1677ff;
  --cyan: #33baff;
  --ink: #102033;
  --muted: #66758a;
  --line: #dce4eb;
  --paper: #f4f7f9;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  height: 86px;
  padding: 0 clamp(24px, 5vw, 76px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.brand { display: inline-flex; align-items: center; gap: 13px; justify-self: start; }
.brand-mark { width: 30px; height: 34px; position: relative; display: flex; align-items: center; gap: 3px; transform: skew(-9deg); }
.brand-mark i { display: block; width: 7px; background: var(--cyan); border-radius: 1px; }
.brand-mark i:nth-child(1) { height: 18px; }
.brand-mark i:nth-child(2) { height: 28px; }
.brand-mark i:nth-child(3) { height: 34px; background: var(--blue); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; text-transform: uppercase; letter-spacing: .09em; }
.brand-copy strong { font-size: 13px; }
.brand-copy small { color: #91a4b8; font-size: 9px; margin-top: 5px; letter-spacing: .24em; }
nav { display: flex; gap: 38px; font-size: 13px; }
nav a { color: #c7d4e1; transition: color .2s; }
nav a:hover, nav a:focus-visible { color: white; }
.header-cta { justify-self: end; padding: 13px 17px; border: 1px solid rgba(255,255,255,.4); font-size: 12px; font-weight: 700; }
.header-cta span { color: var(--cyan); margin-left: 10px; }

.hero {
  min-height: 790px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 142px clamp(24px, 9vw, 138px) 92px;
  color: white;
  background:
    linear-gradient(90deg, rgba(4,20,36,.98) 0%, rgba(4,20,36,.92) 48%, rgba(4,20,36,.46) 76%, rgba(4,20,36,.62) 100%),
    url("/images/hero-ups-real.webp") center/cover;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.28));
}
.hero-grid {
  position: absolute; inset: 86px 0 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, black, transparent 76%);
}
.hero-content { position: relative; z-index: 1; max-width: 800px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 700; color: #b9c9d7; }
.eyebrow span { width: 29px; height: 2px; background: var(--cyan); display: inline-block; }
.hero h1 { margin: 0; font-size: clamp(56px, 6.4vw, 94px); line-height: .98; letter-spacing: -.045em; font-weight: 680; }
.hero h1 em { color: #9ddfff; font-style: normal; font-weight: 350; }
.hero-lead { max-width: 660px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.7; color: #c4d2df; margin: 32px 0 38px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 23px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: #0c65df; }
.button-ghost { border: 1px solid rgba(255,255,255,.35); }
.button span { color: #aee3ff; }
.hero-side { position: absolute; z-index: 1; right: clamp(24px, 5vw, 76px); bottom: 64px; text-align: right; }
.hero-side > p { margin: 18px 0 0; color: #aebdca; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.availability { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.availability div { display: flex; flex-direction: column; text-align: left; }
.availability strong { font-size: 12px; }
.availability small { color: #aebdca; margin-top: 3px; }
.pulse { width: 9px; height: 9px; background: #46e2a5; border-radius: 50%; box-shadow: 0 0 0 7px rgba(70,226,165,.13); }
.scroll-note { position: absolute; z-index: 1; left: clamp(24px, 3.5vw, 54px); bottom: 41px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.scroll-note span { writing-mode: vertical-rl; font-size: 8px; letter-spacing: .27em; color: #74899b; }
.scroll-note i { height: 27px; border-left: 1px solid #59758b; }

.stats {
  display: grid;
  grid-template-columns: 1.45fr repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: white;
}
.stats > * { min-height: 155px; padding: 32px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.stats > *:last-child { border-right: 0; }
.stats-intro { padding-left: clamp(24px, 5vw, 76px); }
.stats-intro span { font-size: 10px; text-transform: uppercase; color: var(--blue); font-weight: 800; letter-spacing: .16em; }
.stats-intro p { font-size: 13px; line-height: 1.5; color: var(--muted); max-width: 220px; margin: 10px 0 0; }
.stats article strong { color: var(--navy); font-size: clamp(34px, 3vw, 48px); letter-spacing: -.04em; }
.stats article sup { color: var(--blue); font-size: .48em; vertical-align: top; padding-left: 2px; }
.stats article span { color: var(--muted); font-size: 11px; line-height: 1.4; margin-top: 5px; max-width: 145px; }

.services-section { padding: 105px clamp(24px, 7vw, 106px) 112px; background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; max-width: 1220px; margin: 0 auto 54px; }
.eyebrow.dark { color: var(--blue); margin-bottom: 20px; }
.section-heading h2, .placeholder-band h2 { margin: 0; font-size: clamp(42px, 4.6vw, 68px); line-height: 1.04; letter-spacing: -.04em; color: var(--navy); }
.section-heading > p { max-width: 460px; margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-grid { max-width: 1220px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 330px; padding: 30px; background: white; border-right: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.service-card:nth-child(3n) { border-right: 0; }
.service-card:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 16px 45px rgba(11,33,56,.09); z-index: 1; }
.service-top { display: flex; justify-content: space-between; color: #92a0af; font-size: 11px; }
.service-top i { color: var(--blue); font-style: normal; font-size: 19px; }
.service-card h3 { color: var(--navy); font-size: 24px; line-height: 1.15; letter-spacing: -.02em; margin: 43px 0 18px; max-width: 260px; }
.service-card > p { color: var(--muted); line-height: 1.65; font-size: 14px; min-height: 93px; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 25px; }
.tags span { background: #edf3f7; color: #476176; padding: 7px 9px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }

.about-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 710px; background: white; }
.about-media {
  position: relative;
  background:
    linear-gradient(180deg, rgba(4,21,36,.08), rgba(4,21,36,.46)),
    url("/images/empresa-sala-real.webp") center/cover;
}
.experience-badge { position: absolute; right: 0; bottom: 0; width: 190px; height: 170px; color: white; background: var(--blue); padding: 27px; display: flex; flex-direction: column; justify-content: flex-end; }
.experience-badge strong { font-size: 50px; letter-spacing: -.05em; }
.experience-badge span { text-transform: uppercase; font-size: 9px; letter-spacing: .14em; }
.about-copy { padding: 110px clamp(32px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.about-copy h2, .process-intro h2, .coverage-copy h2 { font-size: clamp(42px, 4.5vw, 67px); line-height: 1.03; letter-spacing: -.045em; color: var(--navy); margin: 0; }
.about-copy h2 em, .coverage-copy h2 em { color: var(--blue); font-style: normal; font-weight: 350; }
.about-copy > p { color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 590px; }
.about-copy .about-lead { color: #344c61; font-size: 19px; line-height: 1.65; margin-top: 30px; }
.about-points { margin-top: 25px; padding-top: 26px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.about-points span { color: #395166; font-size: 12px; }
.about-points i { color: var(--blue); font-style: normal; margin-right: 8px; }

.sectors-section { padding: 110px clamp(24px, 7vw, 106px); background: var(--navy); color: white; }
.sectors-heading { align-items: end; }
.sectors-heading h2 { color: white; }
.sectors-heading > p { color: #9bb0c2; }
.sector-list { max-width: 1220px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.2); }
.sector-list article { min-height: 108px; display: grid; grid-template-columns: 80px 1fr 1.2fr 40px; align-items: center; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .2s, padding .2s; }
.sector-list article:hover { background: rgba(255,255,255,.035); padding-inline: 15px; }
.sector-list article > span { color: var(--cyan); font-size: 10px; }
.sector-list h3 { margin: 0; font-size: 23px; font-weight: 500; }
.sector-list p { margin: 0; color: #91a6b8; font-size: 13px; line-height: 1.55; max-width: 400px; }
.sector-list i { color: var(--cyan); font-style: normal; font-size: 20px; }

.projects-section { padding: 110px clamp(24px, 7vw, 106px); background: white; }
.project-grid { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: 280px 280px; gap: 14px; }
.project-card { position: relative; overflow: hidden; color: white; background-position: center; background-size: cover; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(2,16,29,.9)); }
.project-card > div { position: absolute; inset: auto 0 0; z-index: 1; padding: 31px; }
.project-card span { color: #9edcff; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; }
.project-card h3 { margin: 10px 0 8px; font-size: 25px; letter-spacing: -.02em; max-width: 470px; }
.project-card p { color: #b6c5d1; font-size: 12px; line-height: 1.5; max-width: 490px; margin: 0; }
.project-health { grid-row: 1 / 3; background-image: url("/images/proyecto-salud-real.webp"); }
.project-banking { background-image: url("/images/proyecto-banca-real.webp"); }
.project-industry { background-image: url("/images/proyecto-industria-real.webp"); }

.process-section { padding: 115px clamp(24px, 7vw, 106px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 140px); background: var(--paper); }
.process-intro p:last-child { color: var(--muted); line-height: 1.7; max-width: 340px; }
.process-steps { border-top: 1px solid var(--line); }
.process-steps article { display: grid; grid-template-columns: 75px 1fr; gap: 22px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.process-steps article > span { color: var(--blue); font-weight: 700; font-size: 11px; }
.process-steps h3 { margin: 0 0 9px; color: var(--navy); font-size: 21px; }
.process-steps p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 13px; max-width: 520px; }

.partner-section { min-height: 390px; padding: 75px clamp(24px, 9vw, 138px); display: flex; justify-content: space-between; align-items: center; gap: 70px; color: white; background: linear-gradient(105deg, #06182b, #0b3152); }
.partner-copy h2 { font-size: clamp(45px, 5vw, 72px); letter-spacing: -.045em; line-height: 1.02; margin: 0; }
.partner-copy > p:last-child { color: #a9bbc9; max-width: 590px; font-size: 15px; line-height: 1.75; }
.partner-mark { width: 370px; min-width: 300px; aspect-ratio: 1.7; border: 1px solid rgba(255,255,255,.22); display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(255,255,255,.035); }
.partner-mark strong { color: #29a4ff; font-size: 55px; letter-spacing: -.06em; }
.partner-mark span { color: #c3d1dc; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; margin-top: 8px; }

.coverage-section { min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; background: white; }
.coverage-map { min-height: 620px; position: relative; overflow: hidden; background: #eaf0f4; }
.coverage-map::before { content: ""; position: absolute; inset: -20%; transform: rotate(-10deg); background-image: linear-gradient(#cfdae2 1px, transparent 1px), linear-gradient(90deg, #cfdae2 1px, transparent 1px); background-size: 48px 48px; }
.map-lines { position: absolute; left: 28%; top: 15%; width: 48%; height: 70%; border: 2px solid #a9bbc8; border-radius: 48% 39% 60% 40% / 27% 53% 45% 68%; transform: rotate(-8deg); opacity: .85; }
.coverage-map > strong { position: absolute; left: 9%; top: 12%; text-transform: uppercase; font-size: 12px; line-height: 1.4; letter-spacing: .16em; color: #6d8496; }
.map-point { position: absolute; display: flex; align-items: center; gap: 9px; padding: 9px 12px; background: white; box-shadow: 0 6px 18px rgba(13,37,57,.11); color: #29455b; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.map-point i { width: 9px; height: 9px; border: 2px solid white; outline: 5px solid rgba(22,119,255,.2); border-radius: 50%; background: var(--blue); }
.p1 { left: 48%; top: 40%; }.p2 { left: 53%; top: 62%; }.p3 { left: 32%; top: 26%; }
.coverage-copy { padding: 105px clamp(32px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.coverage-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 570px; margin-top: 30px; }
.coverage-regions { margin-top: 40px; border-top: 1px solid var(--line); }
.coverage-regions div { display: grid; grid-template-columns: 55px 1fr; padding: 16px 0; border-bottom: 1px solid var(--line); }
.coverage-regions strong { color: var(--blue); font-size: 10px; }
.coverage-regions span { color: #334e64; font-size: 13px; font-weight: 700; }

.contact-section { padding: 105px clamp(24px, 9vw, 138px); display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; color: white; background:
  linear-gradient(100deg, rgba(3,17,31,.98), rgba(3,17,31,.86)),
  url("/images/contacto-infraestructura-real.webp") center/cover;
}
.contact-section h2 { margin: 0; font-size: clamp(52px, 6vw, 84px); line-height: .98; letter-spacing: -.05em; }
.contact-card { padding: 38px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.contact-card p { margin: 0 0 25px; color: #b7c6d2; font-size: 16px; line-height: 1.7; }
.contact-card .button { width: 100%; }
.contact-details { display: grid; gap: 10px; margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: #aabac7; font-size: 11px; }
.contact-details a { width: max-content; max-width: 100%; color: white; }
.contact-details a:hover { color: var(--cyan); }

footer { min-height: 130px; padding: 0 clamp(24px, 7vw, 106px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: #03101e; color: white; }
.footer-brand { justify-self: start; }
.footer-nav { display: flex; gap: 26px; color: #8da0b1; font-size: 11px; }
footer > span { justify-self: end; color: #64798b; font-size: 10px; }
.whatsapp-float {
  position: fixed;
  z-index: 20;
  right: 24px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  background: #25d366;
  color: #062715;
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
  font-size: 12px;
  font-weight: 800;
  transition: transform .2s, background .2s;
}
.whatsapp-float:hover { transform: translateY(-3px); background: #35e476; }
.whatsapp-float span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: #168a42;
  font-size: 9px;
  letter-spacing: -.02em;
}

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { min-height: 720px; padding-top: 140px; }
  .hero-side { right: 24px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats-intro { grid-column: span 2; min-height: 110px; }
  .stats > * { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .about-section, .coverage-section { grid-template-columns: 1fr; }
  .about-media { min-height: 520px; }
  .process-section { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 390px 280px; }
  .project-health { grid-column: 1 / 3; grid-row: auto; }
  .partner-section { align-items: flex-start; flex-direction: column; }
  .partner-mark { width: 100%; }
  .coverage-map { min-height: 500px; }
  .contact-section { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; padding-block: 35px; }
  .footer-nav { display: none; }
}

@media (max-width: 620px) {
  .site-header { height: 72px; padding: 0 18px; }
  .header-cta { padding: 11px; font-size: 0; }
  .header-cta span { margin: 0; font-size: 16px; }
  .brand-copy strong { font-size: 10px; }
  .hero { min-height: 720px; padding: 126px 22px 120px; }
  .hero h1 { font-size: 49px; }
  .hero-lead { font-size: 16px; }
  .button { width: 100%; }
  .hero-side { left: 22px; right: auto; text-align: left; bottom: 45px; }
  .availability { justify-content: flex-start; }
  .scroll-note { display: none; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats > * { padding: 24px 20px; min-height: 130px; }
  .stats-intro { padding-left: 20px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 28px; }
  .services-section { padding-top: 74px; }
  .about-media { min-height: 390px; }
  .about-copy { padding: 74px 22px; }
  .about-points { grid-template-columns: 1fr; }
  .sectors-section, .process-section, .partner-section, .contact-section { padding: 75px 22px; }
  .projects-section { padding: 75px 22px; }
  .project-grid { display: block; }
  .project-card { min-height: 330px; margin-bottom: 12px; }
  .sector-list article { grid-template-columns: 38px 1fr 22px; padding: 22px 0; gap: 12px; }
  .sector-list p { grid-column: 2 / 4; }
  .coverage-map { min-height: 420px; }
  .coverage-copy { padding: 74px 22px; }
  .contact-card { padding: 25px; }
  .whatsapp-float { right: 14px; bottom: 14px; padding-right: 12px; font-size: 10px; }
  footer { grid-template-columns: 1fr; padding: 35px 22px; gap: 24px; }
  footer > span { justify-self: start; }
}
