:root {
  --navy: #061b3a;
  --navy-2: #092a58;
  --blue: #1264d8;
  --blue-dark: #0b4fae;
  --blue-soft: #eaf3ff;
  --ink: #0b1d3a;
  --muted: #53627a;
  --line: #dbe4ef;
  --mist: #f4f7fb;
  --white: #fff;
  --shadow: 0 18px 50px rgba(6, 27, 58, .10);
}

html { scroll-behavior: smooth; }
section[id], .anchor-target { scroll-margin-top: 82px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

*, *::before, *::after { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(100% - 6rem, 1180px); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--blue); color: #fff; padding: .75rem 1rem; border-radius: .5rem; transition: top .2s ease; }
.skip-link:focus { top: 1rem; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(219,228,239,.8); backdrop-filter: blur(16px); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(6,27,58,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: .55rem; color: var(--navy); }
.brand-name { font-size: 2rem; line-height: 1; font-weight: 800; letter-spacing: -.08em; }
.brand-divider { width: 1px; height: 30px; background: currentColor; opacity: .45; }
.brand-caption { font-size: .58rem; line-height: 1.25; font-weight: 700; letter-spacing: .03em; }
.desktop-nav { display: flex; align-items: center; gap: 1.8rem; }
.nav-link { position: relative; color: #13233d; font-size: .82rem; font-weight: 700; white-space: nowrap; padding: .55rem 0; }
.nav-link::after { position: absolute; left: 0; right: 0; bottom: .15rem; height: 2px; content: ""; background: var(--blue); transform: scaleX(0); transition: transform .2s ease; }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); }
.nav-link.is-active { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 42px; padding: .7rem 1.15rem; border: 1px solid transparent; border-radius: .38rem; font-size: .82rem; font-weight: 700; line-height: 1.1; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.button span { font-size: 1.25em; font-weight: 400; line-height: 0; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 18px rgba(18,100,216,.2); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 12px 24px rgba(18,100,216,.28); }
.button-outline { border-color: var(--blue); color: var(--blue-dark); background: #fff; }
.button-outline:hover { background: var(--blue-soft); }
.button-light { background: #fff; color: var(--blue-dark); }
.button-light:hover { background: #e9f2ff; }
.header-cta { min-height: 38px; font-size: .75rem; }
.menu-toggle { display: none; border: 0; color: var(--navy); padding: .4rem; background: transparent; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mobile-menu { display: none; width: min(100% - 2rem, 420px); margin: 0 auto 1rem; padding: .6rem; border: 1px solid var(--line); border-radius: .75rem; background: #fff; box-shadow: var(--shadow); }
.mobile-menu a { display: flex; align-items: center; justify-content: space-between; padding: .8rem .75rem; border-radius: .4rem; font-size: .9rem; font-weight: 700; }
.mobile-menu a:hover { background: var(--mist); }
.mobile-menu .button { margin-top: .4rem; color: #fff; }

/* Shared section styles */
.section { padding: 6.5rem 0; }
.eyebrow { margin: 0; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.title-rule { display: block; width: 66px; height: 2px; margin-top: 1.15rem; background: var(--blue); }
.section-heading h2, .proof-grid h2 { margin: .7rem 0 0; color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.35rem); letter-spacing: -.045em; line-height: 1.18; }
.section-heading.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading.centered .title-rule { margin-inline: auto; }
.section-heading.centered > p:last-child { max-width: 620px; margin: 1rem auto 0; color: var(--muted); font-size: .92rem; }

/* Hero */
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 525px; background-image: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 28%, rgba(246,249,253,.74) 51%, rgba(239,246,252,.18) 100%), url('../images/hero-technology-city.png'); background-position: center, center right; background-size: cover, cover; background-repeat: no-repeat; }
.hero-glow { position: absolute; z-index: -1; border-radius: 999px; filter: blur(60px); pointer-events: none; }
.hero-glow-left { width: 440px; height: 440px; left: -250px; top: 40px; background: rgba(18,100,216,.08); }
.hero-glow-right { width: 520px; height: 520px; right: -210px; top: 20px; background: rgba(75,149,233,.15); }
.hero-network { position: absolute; z-index: -1; inset: 0 0 0 50%; opacity: .7; background-image: radial-gradient(circle at 45% 60%, rgba(18,100,216,.18) 0 1px, transparent 2px), linear-gradient(25deg, transparent 49%, rgba(18,100,216,.08) 50%, transparent 51%), linear-gradient(145deg, transparent 49%, rgba(18,100,216,.07) 50%, transparent 51%); background-size: 125px 125px, 180px 180px, 230px 230px; mask-image: linear-gradient(to right, transparent, #000 20%, #000 80%, transparent); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr); align-items: center; gap: 3rem; min-height: 525px; padding-top: 3.2rem; padding-bottom: 3.2rem; }
.hero-copy { position: relative; z-index: 1; max-width: 575px; }
.hero-copy h1 { max-width: 600px; margin: 1rem 0 0; color: var(--navy); font-size: clamp(2.45rem, 4.3vw, 3.55rem); font-weight: 750; letter-spacing: -.055em; line-height: 1.11; }
.hero-copy h1 strong { color: var(--blue); font-weight: 750; }
.hero-lead { max-width: 510px; margin: 1.15rem 0 0; color: #253a58; font-size: .94rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.65rem; }
.hero-visual { position: relative; min-height: 370px; display: grid; align-items: center; }
.cityscape { display: none; position: absolute; inset: 4% -4% 0 2%; overflow: hidden; opacity: .35; background: linear-gradient(to top, rgba(18,100,216,.18), transparent 60%); clip-path: polygon(0 70%, 4% 66%, 7% 75%, 12% 48%, 17% 63%, 21% 35%, 27% 54%, 31% 68%, 37% 42%, 44% 69%, 49% 56%, 53% 26%, 58% 61%, 64% 49%, 68% 67%, 74% 37%, 78% 64%, 84% 53%, 89% 70%, 96% 42%, 100% 55%, 100% 100%, 0 100%); }
.cityscape span { position: absolute; bottom: 10%; width: 3px; height: 3px; border-radius: 50%; background: #1264d8; box-shadow: 0 0 12px 4px rgba(18,100,216,.35); }
.cityscape span:nth-child(1) { left: 23%; }.cityscape span:nth-child(2) { left: 44%; bottom: 34%; }.cityscape span:nth-child(3) { left: 62%; bottom: 23%; }.cityscape span:nth-child(4) { left: 74%; bottom: 39%; }.cityscape span:nth-child(5) { left: 88%; bottom: 24%; }.cityscape span:nth-child(6) { left: 53%; bottom: 14%; }
.hero-cards { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; max-width: 455px; margin-left: auto; }
.hero-card { display: flex; min-height: 125px; flex-direction: column; align-items: center; justify-content: center; padding: .8rem .55rem; border: 1px solid rgba(255,255,255,.75); border-radius: .65rem; background: rgba(255,255,255,.76); box-shadow: 0 10px 28px rgba(12,57,111,.08); text-align: center; backdrop-filter: blur(8px); }
.hero-card:hover { border-color: rgba(18,100,216,.4); background: rgba(255,255,255,.95); transform: translateY(-3px); transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.hero-card .line-icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: .55rem; color: transparent; font-size: 2rem; line-height: 1; -webkit-text-stroke: 1.15px var(--blue); paint-order: stroke fill; }
.hero-card strong { color: var(--navy); font-size: .72rem; line-height: 1.25; }

/* Values and process */
.values-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f7f9fc; }
.anchor-target { display: block; height: 0; }
.values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 1.35rem 0; }
.value-item { display: flex; align-items: center; gap: .9rem; min-height: 65px; padding: .65rem 1.45rem; border-right: 1px solid var(--line); }
.value-item:first-child { padding-left: 0; }.value-item:last-child { border-right: 0; }
.value-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; color: transparent; font-size: 1.9rem; line-height: 1; -webkit-text-stroke: 1.1px var(--blue); paint-order: stroke fill; }
.value-item h2 { margin: 0; color: var(--navy); font-size: .74rem; line-height: 1.2; }
.value-item p { margin: .35rem 0 0; color: var(--muted); font-size: .68rem; line-height: 1.4; }
.process-section { background: #fff; }
.process-section { padding-bottom: 3rem; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.7rem; margin-top: 3.2rem; }
.process-grid::before { position: absolute; top: 23px; left: 8%; right: 8%; height: 1px; content: ""; background: var(--line); }
.process-step { position: relative; z-index: 1; text-align: center; }
.process-step > span { display: grid; place-items: center; width: 47px; height: 47px; margin: 0 auto 1rem; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); background: #fff; font-size: 1.05rem; }
.process-step h3 { margin: 0; color: var(--navy); font-size: .94rem; }
.process-step p { margin: .5rem auto 0; max-width: 165px; color: var(--muted); font-size: .7rem; line-height: 1.5; }

/* Solutions */
.solutions-section { padding-top: 0; padding-bottom: 3.5rem; background: #fff; }
.solutions-panel { display: grid; grid-template-columns: minmax(240px, .9fr) minmax(0, 1.6fr); overflow: hidden; border: 1px solid #e5ebf3; border-radius: .8rem; background: var(--mist); }
.solutions-intro { padding: 2.7rem 2.4rem; }
.solutions-intro h2 { margin: .7rem 0 1.1rem; color: var(--navy); font-size: 1.7rem; letter-spacing: -.045em; line-height: 1.18; }
.solutions-intro h2 strong { font-weight: 750; }
.solutions-intro > p:not(.eyebrow) { max-width: 280px; color: var(--muted); font-size: .77rem; line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.6rem; color: var(--blue-dark); font-size: .75rem; font-weight: 800; }
.text-link span { font-size: 1.2rem; font-weight: 400; transition: transform .2s ease; }.text-link:hover span { transform: translateX(4px); }
.solutions-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-left: 1px solid #dfe7f1; }
.solution-card { display: flex; min-height: 125px; flex-direction: column; align-items: center; justify-content: center; padding: 1rem; border-right: 1px solid #dfe7f1; border-bottom: 1px solid #dfe7f1; text-align: center; }
.solution-card:nth-child(4n) { border-right: 0; }.solution-card:nth-last-child(-n + 4) { border-bottom: 0; }
.solution-card:hover { background: #fff; }
.solution-icon { display: grid; place-items: center; width: 38px; height: 38px; color: transparent; font-size: 1.7rem; line-height: 1; -webkit-text-stroke: 1px var(--blue); paint-order: stroke fill; }
.solution-card h3 { margin: .55rem 0 0; color: var(--navy); font-size: .68rem; line-height: 1.35; }
.proof-section { padding-top: 5.5rem; padding-bottom: 5.5rem; background: #fff; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: end; }
.proof-grid h2 { max-width: 540px; font-size: clamp(1.9rem, 3.2vw, 2.7rem); }
.proof-copy { max-width: 470px; }.proof-copy p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }

/* CTA and footer */
.contact-banner { background: var(--navy); color: #fff; }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 1.7rem; padding-bottom: 1.7rem; }
.contact-message { display: flex; align-items: center; gap: 1rem; }.contact-icon { display: grid; place-items: center; flex: 0 0 56px; width: 56px; height: 56px; border-radius: .5rem; background: var(--blue); color: #fff; font-size: 1.8rem; }
.contact-message h2 { margin: 0; font-size: 1.15rem; }.contact-message p { margin: .25rem 0 0; color: #c5d5ed; font-size: .78rem; }
.site-footer { color: #fff; background: #04152e; }.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .95fr 1.15fr; gap: 3rem; padding-top: 2.8rem; padding-bottom: 2.6rem; }.brand-footer { color: #fff; }.footer-about > p { max-width: 260px; margin: 1.15rem 0 0; color: #c6d3e6; font-size: .76rem; line-height: 1.6; }.footer-column { display: flex; flex-direction: column; gap: .55rem; }.footer-column h2 { margin: 0 0 .45rem; color: #fff; font-size: .76rem; text-transform: uppercase; }.footer-column a { color: #c6d3e6; font-size: .75rem; }.footer-column a:hover { color: #fff; }.footer-contact a { display: flex; gap: .55rem; }.footer-contact a i { width: 1rem; color: #7db4ff; font-size: .8rem; text-align: center; -webkit-text-stroke: .35px #7db4ff; }.social-links { display: flex; gap: .45rem; margin-top: 1.3rem; }.social-links a { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #dce8fa; border-radius: .2rem; color: #fff; font-size: .7rem; font-weight: 800; }.social-links a:hover { background: var(--blue); border-color: var(--blue); }.footer-bottom { padding-top: 1rem; padding-bottom: 1rem; border-top: 1px solid rgba(219,228,239,.14); }.footer-bottom p { margin: 0; color: #aec0d8; font-size: .7rem; text-align: center; }
.whatsapp-float { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 25; display: grid; place-items: center; width: 3.5rem; height: 3.5rem; border-radius: 9999px; color: #fff; background: #25d366; box-shadow: 0 10px 26px rgba(3, 76, 37, .28); font-size: 1.8rem; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { color: #fff; background: #1ebe5d; box-shadow: 0 14px 30px rgba(3, 76, 37, .36); transform: translateY(-3px); }
.whatsapp-float:focus-visible { outline: 3px solid #1264d8; outline-offset: 4px; }

@media (max-width: 1080px) {
  .container { width: min(100% - 3rem, 940px); }
  .desktop-nav { gap: 1rem; }.nav-link { font-size: .74rem; }.hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr); gap: 1.5rem; }.hero-copy h1 { font-size: clamp(2.25rem, 4.7vw, 3.2rem); }.value-item { padding-inline: .8rem; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 2.4rem, 680px); }
  .desktop-nav { display: none; }.menu-toggle { display: block; }.mobile-menu:not([hidden]) { display: block; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 4.3rem; }.hero-copy { max-width: 650px; }.hero-visual { min-height: 340px; margin-top: -.5rem; }.hero-cards { margin-inline: auto; }
  .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: .7rem; }.value-item { min-height: 76px; padding: .7rem; }.value-item:nth-child(2) { border-right: 0; }.value-item:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .process-grid { grid-template-columns: repeat(5, minmax(130px, 1fr)); gap: .9rem; overflow-x: auto; padding-bottom: .6rem; }.process-grid::before { left: 65px; right: 65px; }.process-step { min-width: 130px; }
  .solutions-panel { grid-template-columns: 1fr; }.solutions-grid { border-top: 1px solid #dfe7f1; border-left: 0; }.solutions-intro { padding-bottom: 2rem; }.proof-grid { gap: 2rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 2.2rem; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 2rem, 440px); }.section { padding: 4.6rem 0; }.hero { min-height: 0; }.hero-grid { padding-top: 3.4rem; padding-bottom: 3.2rem; }.hero-copy h1 { font-size: 2.35rem; }.hero-lead { font-size: .88rem; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-visual { min-height: 390px; }.hero-cards { width: 100%; gap: .5rem; }.hero-card { min-height: 120px; padding-inline: .3rem; }.hero-card strong { font-size: .64rem; }
  .values-grid { grid-template-columns: 1fr; }.value-item, .value-item:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); padding-inline: 0; }.value-item:last-child { border-bottom: 0; }
  .section-heading.centered > p:last-child { font-size: .82rem; }.process-grid { margin-top: 2.5rem; }.solutions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.solution-card:nth-child(4n) { border-right: 1px solid #dfe7f1; }.solution-card:nth-child(2n) { border-right: 0; }.solution-card:nth-last-child(-n + 4) { border-bottom: 1px solid #dfe7f1; }.solution-card:nth-last-child(-n + 2) { border-bottom: 0; }
  .proof-grid { grid-template-columns: 1fr; }.contact-inner { align-items: stretch; flex-direction: column; }.contact-message { align-items: flex-start; }.contact-inner .button { align-self: flex-start; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }.footer-about { grid-column: 1 / -1; }.footer-column a { font-size: .7rem; }
  .whatsapp-float { right: 1rem; bottom: 1rem; width: 3.25rem; height: 3.25rem; font-size: 1.65rem; }
}

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