:root {
  --ink: #101b31;
  --navy: #07152e;
  --navy-soft: #102549;
  --blue: #1167ff;
  --cyan: #27d3db;
  --orange: #ff8c42;
  --paper: #f5f7fb;
  --line: #dfe5ee;
  --muted: #667085;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--blue); border-radius: 4px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16, 27, 49, .08);
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-logo-window {
  position: relative;
  width: 220px;
  height: 66px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
}
.brand-logo-window img {
  position: absolute;
  top: -86px;
  left: -23px;
  width: 235px;
  max-width: none;
  height: auto;
}
.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(145deg, var(--blue), var(--cyan));
  border-radius: 10px 3px 10px 3px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -.5px;
  box-shadow: 0 8px 24px rgba(17, 103, 255, .22);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 18px; letter-spacing: -.7px; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 2.6px; }
.nav-links { display: flex; justify-content: center; gap: clamp(20px, 3vw, 42px); }
.nav-links a { position: relative; color: #3a455b; font-size: 14px; font-weight: 650; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: right .25s ease; }
.nav-links a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switch { display: flex; align-items: center; gap: 5px; color: #a3abba; font-size: 11px; font-weight: 800; }
.language-switch button, .language-switch a { padding: 4px 2px; border: 0; background: none; cursor: pointer; }
.language-switch button.active, .language-switch a.active { color: var(--blue); }
.menu-button { display: none; width: 40px; height: 40px; border: 0; background: none; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 6px auto; background: var(--ink); }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--blue);
  border-radius: 5px;
  color: var(--white);
  background: var(--blue);
  font-size: 14px;
  font-weight: 750;
  box-shadow: 0 14px 30px rgba(17, 103, 255, .18);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: #0056e7; box-shadow: 0 17px 35px rgba(17, 103, 255, .26); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 12px; }
.button-ghost { border-color: rgba(255, 255, 255, .32); background: rgba(255, 255, 255, .04); box-shadow: none; }
.button-ghost:hover { background: rgba(255, 255, 255, .1); }

.hero {
  position: relative;
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
  padding: 80px max(24px, calc((100vw - 1180px) / 2)) 92px;
  overflow: hidden;
  color: var(--white);
  background: radial-gradient(circle at 78% 25%, rgba(17, 103, 255, .24), transparent 27%), linear-gradient(125deg, #061126 15%, #0b1e3b 68%, #102b51 100%);
}
.hero-grid { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, #000, transparent 78%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); }
.hero-orb-one { width: 440px; height: 440px; right: -210px; top: -200px; border: 1px solid rgba(39, 211, 219, .28); }
.hero-orb-two { width: 260px; height: 260px; left: 45%; bottom: -170px; border: 1px solid rgba(255, 140, 66, .25); }
.hero-content, .hero-visual { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: 2.4px; line-height: 1.4; text-transform: uppercase; }
.eyebrow.light { color: var(--cyan); }
.hero h1 { max-width: 790px; margin: 0; font-size: clamp(46px, 6.4vw, 86px); line-height: .99; letter-spacing: -4px; }
.hero h1 span { color: var(--cyan); }
.hero-intro { max-width: 670px; margin: 30px 0 0; color: #c9d4e6; font-size: clamp(17px, 1.7vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-visual { min-height: 450px; display: grid; place-items: center; }
.tech-core { position: relative; width: 245px; height: 245px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(39, 211, 219, .55); border-radius: 50%; background: radial-gradient(circle, rgba(17, 103, 255, .42), rgba(7, 21, 46, .75) 63%); box-shadow: 0 0 90px rgba(17, 103, 255, .28), inset 0 0 45px rgba(39, 211, 219, .12); }
.tech-core::before, .tech-core::after { content: ""; position: absolute; border-radius: inherit; border: 1px solid rgba(255, 255, 255, .12); }
.tech-core::before { inset: -44px; }
.tech-core::after { inset: -88px; border-style: dashed; animation: spin 32s linear infinite; }
.tech-core span { font-size: 36px; font-weight: 900; letter-spacing: -2px; }
.tech-core small { margin-top: 10px; color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.signal { position: absolute; z-index: 2; width: 13px; height: 13px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(255,140,66,.12), 0 0 26px var(--orange); }
.signal-one { top: 68px; left: 30px; }.signal-two { right: 16px; top: 180px; background: var(--cyan); box-shadow: 0 0 0 7px rgba(39,211,219,.12), 0 0 26px var(--cyan); }.signal-three { bottom: 40px; left: 88px; background: var(--blue); }
.hero-float-card { position: absolute; right: -10px; bottom: 20px; max-width: 230px; display: flex; align-items: center; gap: 10px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; color: #d9e3f2; background: rgba(7,21,46,.72); backdrop-filter: blur(14px); font-size: 12px; line-height: 1.45; box-shadow: 0 18px 50px rgba(0,0,0,.2); }
.hero-float-card i { flex: 0 0 9px; height: 9px; border-radius: 50%; background: #41db8c; box-shadow: 0 0 0 5px rgba(65,219,140,.12); }
@keyframes spin { to { transform: rotate(360deg); } }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 max(24px, calc((100vw - 1180px) / 2)); background: var(--white); border-bottom: 1px solid var(--line); }
.stat { min-height: 138px; display: flex; flex-direction: column; justify-content: center; padding: 26px 35px; border-right: 1px solid var(--line); }
.stat:first-child { border-left: 1px solid var(--line); }
.stat strong { color: var(--blue); font-size: 29px; letter-spacing: -1.5px; }
.stat span { margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.4; }

.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 86px; background: var(--line); border: 1px solid var(--line); }
.promise-card { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 30px; background: var(--white); }
.promise-card > span { color: var(--blue); font-size: 12px; font-weight: 850; }
.promise-card h3, .promise-card p { margin: 0; }.promise-card h3 { font-size: 17px; }.promise-card p { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.6; }

.services, .experience { padding-block: 128px; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-heading h2, .timeline-section h2, .contact h2 { max-width: 700px; margin: 0; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -2.7px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 300px; display: flex; flex-direction: column; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s ease, background .25s ease, transform .25s ease; }
.service-card:hover { position: relative; z-index: 1; color: var(--white); background: var(--blue); transform: translateY(-5px); box-shadow: 0 24px 60px rgba(17,103,255,.23); }
.service-top { display: flex; justify-content: space-between; color: var(--blue); font-size: 12px; font-weight: 850; }
.service-card:hover .service-top { color: var(--cyan); }.service-top i { font-style: normal; font-size: 21px; }
.service-card h3 { max-width: 250px; margin: auto 0 17px; font-size: 22px; line-height: 1.18; letter-spacing: -.7px; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.service-card:hover p { color: #d6e2f6; }

.about { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 780px; background: var(--navy); color: var(--white); overflow: hidden; }
.about-visual { position: relative; min-height: 650px; display: grid; place-items: center; background: linear-gradient(145deg, #0b2853, #08162e 72%); overflow: hidden; }
.about-visual::before { content: ""; position: absolute; width: 450px; height: 450px; border: 1px solid rgba(39,211,219,.18); border-radius: 50%; box-shadow: 0 0 0 75px rgba(17,103,255,.05), 0 0 0 150px rgba(17,103,255,.03); }
.about-frame { position: relative; z-index: 1; width: 260px; padding: 40px 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; background: rgba(255,255,255,.05); backdrop-filter: blur(12px); }
.about-word { color: var(--cyan); font-size: 78px; font-weight: 900; letter-spacing: -6px; }
.about-frame p { margin: 12px 0 0; color: #c7d5e9; font-size: 13px; line-height: 1.6; }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px max(38px, calc((100vw - 1180px) / 2)); padding-left: clamp(52px, 7vw, 110px); }
.about-copy h2 { max-width: 650px; margin: 0 0 30px; font-size: clamp(35px, 4.2vw, 56px); line-height: 1.07; letter-spacing: -2.7px; }
.about-copy > p:not(.eyebrow) { max-width: 680px; margin: 0 0 17px; color: #b8c6d9; font-size: 14px; line-height: 1.8; }
.purpose-box { max-width: 670px; margin-top: 20px; padding: 24px 26px; border-left: 3px solid var(--orange); background: rgba(255,255,255,.05); }
.purpose-box small { display: block; margin-bottom: 8px; color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: 2px; text-transform: uppercase; }
.purpose-box strong { font-size: 14px; line-height: 1.65; }
.values-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }.values-list span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 100px; color: #b9c9df; font-size: 10px; }

.experience { background: var(--paper); }
.case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.case-card { min-height: 260px; padding: 28px; background: var(--white); border: 1px solid #e6eaf1; box-shadow: 0 10px 35px rgba(16,27,49,.04); }
.case-card > span { color: var(--blue); font-size: 11px; font-weight: 850; }.case-card h3 { margin: 70px 0 16px; font-size: 18px; }.case-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.names-panel { margin-top: 50px; padding: 28px 34px; background: var(--white); border: 1px solid var(--line); }.names-panel p { margin: 0 0 22px; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: 2px; text-transform: uppercase; }.names-panel div { display: flex; flex-wrap: wrap; gap: 10px; }.names-panel span { padding: 9px 14px; border-radius: 3px; color: #4e5c72; background: var(--paper); font-size: 12px; font-weight: 750; }

.timeline-section { padding-block: 118px; color: var(--white); background: var(--navy); }
.timeline-section h2 { max-width: 600px; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 65px; }
.timeline::before { content: ""; position: absolute; top: 6px; left: 6px; right: 6px; height: 1px; background: rgba(255,255,255,.18); }
.timeline article { position: relative; padding-top: 35px; }.timeline article > span { position: absolute; z-index: 1; top: 0; left: 0; width: 13px; height: 13px; border: 3px solid var(--navy); border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 1px var(--cyan); }.timeline strong { color: var(--cyan); font-size: 14px; }.timeline p { max-width: 230px; margin: 15px 0 0; color: #aebfd5; font-size: 12px; line-height: 1.7; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 130px); padding-block: 128px; }
.contact-info > p:not(.eyebrow) { max-width: 490px; margin: 24px 0 37px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.contact-whatsapp-button { width: fit-content; gap: 12px; margin: 0 0 28px; }
.contact-whatsapp-button span { font-size: 18px; }
.contact-link { display: block; width: fit-content; margin-top: 22px; }.contact-link small, .contact-meta small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }.contact-link strong { font-size: clamp(18px, 2vw, 23px); letter-spacing: -.7px; }
.contact-meta { display: grid; grid-template-columns: 1fr; gap: 24px; max-width: 360px; margin-top: 36px; padding-top: 25px; border-top: 1px solid var(--line); }.contact-meta p { margin: 0; color: #47536a; font-size: 12px; line-height: 1.55; }
.text-link { display: inline-flex; gap: 8px; margin-top: 30px; color: var(--blue); font-size: 13px; font-weight: 800; }
.contact-form { padding: 40px; background: var(--paper); border: 1px solid var(--line); }
.contact-form label { display: block; margin-bottom: 19px; color: #344055; font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 9px; padding: 14px 0; border: 0; border-bottom: 1px solid #c9d1dd; border-radius: 0; outline: 0; background: transparent; color: var(--ink); text-transform: none; transition: border .2s ease; }
.contact-form textarea { resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); }
.consent-label { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 4px; line-height: 1.55; letter-spacing: 0 !important; text-transform: none !important; }
.consent-label input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--blue); }
.consent-label a { color: var(--blue); text-decoration: underline; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }.form-button { width: 100%; justify-content: space-between; margin-top: 8px; border: 0; cursor: pointer; }.form-button span { font-size: 19px; }.form-button:disabled { cursor: wait; opacity: .72; transform: none; }.form-note { display: block; margin-top: 12px; color: var(--muted); font-size: 10px; line-height: 1.5; }.form-note-success { color: #087a49; font-weight: 800; }.form-note-error { color: #b42318; font-weight: 800; }.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { position: static; }
.legal-content { width: min(820px, calc(100% - 32px)); margin: 0 auto; padding: 80px 0 110px; }
.legal-content h1 { margin: 0 0 24px; font-size: clamp(38px, 6vw, 64px); letter-spacing: -3px; }
.legal-content h2 { margin: 42px 0 12px; font-size: 22px; }
.legal-content p, .legal-content li { color: #4b5870; font-size: 15px; line-height: 1.8; }
.legal-content ul { padding-left: 22px; }
.legal-back { display: inline-flex; margin-top: 36px; color: var(--blue); font-weight: 800; }

footer { color: var(--white); background: #050e20; }.footer-main { min-height: 215px; display: grid; grid-template-columns: .8fr 1fr auto; align-items: center; gap: 70px; }.brand-light .brand-copy small { color: #93a5be; }.footer-main > p { max-width: 380px; color: #8fa0b8; font-size: 12px; line-height: 1.7; }.footer-links { display: flex; gap: 24px; }.footer-links a { color: #b8c6d7; font-size: 12px; font-weight: 700; }.footer-links a:hover { color: var(--cyan); }.footer-bottom { min-height: 66px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.09); color: #72839b; font-size: 10px; }
.whatsapp-float { position: fixed; z-index: 40; right: 24px; bottom: 24px; width: 54px; height: 54px; display: grid; place-items: center; border: 3px solid var(--white); border-radius: 50%; color: var(--white); background: #18b86b; box-shadow: 0 14px 35px rgba(0,0,0,.2); font-size: 11px; font-weight: 900; transition: transform .2s ease; }.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: auto auto 1fr; }.menu-button { display: block; }.nav-links { position: absolute; top: 81px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: 12px 24px 22px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(16,27,49,.12); }.nav-links.open { display: flex; }.nav-links a { padding: 14px 0; }.header-actions { justify-self: end; }
  .hero { grid-template-columns: 1fr .7fr; }.hero h1 { font-size: clamp(50px, 7.5vw, 76px); }.tech-core { width: 190px; height: 190px; }.tech-core::before { inset: -32px; }.tech-core::after { inset: -62px; }.hero-float-card { right: 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }.case-grid { grid-template-columns: repeat(2, 1fr); }
  .about { grid-template-columns: .7fr 1.3fr; }.about-copy { padding-right: 44px; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 32px, 1180px); }.site-header { height: 72px; padding-inline: 16px; gap: 8px; }.nav-links { top: 71px; }.brand-copy { display: none; }.brand-logo-window { width: 175px; height: 52px; }.brand-logo-window img { top: -68px; left: -18px; width: 187px; }.header-actions .button { display: none; }.header-actions { gap: 8px; }.menu-button { order: 2; }.language-switch { margin-left: 5px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 38px; padding: 72px 18px 75px; }.hero h1 { font-size: clamp(45px, 13vw, 64px); letter-spacing: -2.7px; }.hero-intro { font-size: 16px; }.hero-actions { align-items: stretch; }.hero-actions .button { flex: 1 1 100%; }.hero-visual { min-height: 330px; }.tech-core { width: 170px; height: 170px; }.tech-core::before { inset: -26px; }.tech-core::after { inset: -50px; }.tech-core span { font-size: 28px; }.hero-float-card { right: 0; bottom: 0; max-width: 195px; padding: 12px; }.signal-one { left: 20px; }.signal-two { right: 10px; }
  .stats { grid-template-columns: repeat(2, 1fr); padding-inline: 0; }.stat { min-height: 122px; padding: 22px 18px; border-bottom: 1px solid var(--line); }.stat:first-child { border-left: 0; }.stat strong { font-size: 25px; }.stat span { font-size: 10px; }
  .promise-grid { grid-template-columns: 1fr; margin-top: 60px; }.promise-card { padding: 24px; }
  .services, .experience { padding-block: 86px; }.section-heading { grid-template-columns: 1fr; gap: 23px; margin-bottom: 38px; }.section-heading h2, .timeline-section h2, .contact h2 { font-size: 38px; letter-spacing: -1.8px; }.services-grid { grid-template-columns: 1fr; }.service-card { min-height: 245px; padding: 28px; }
  .about { grid-template-columns: 1fr; }.about-visual { min-height: 420px; }.about-copy { padding: 78px 22px; }.about-copy h2 { font-size: 38px; letter-spacing: -1.8px; }.about-frame { width: 230px; }.about-word { font-size: 68px; }
  .case-grid { grid-template-columns: 1fr; }.case-card { min-height: 220px; }.case-card h3 { margin-top: 48px; }.names-panel { padding: 24px 20px; }
  .timeline-section { padding-block: 84px; }.timeline { grid-template-columns: 1fr; gap: 0; margin-top: 48px; padding-left: 6px; }.timeline::before { top: 6px; bottom: 6px; left: 12px; right: auto; width: 1px; height: auto; }.timeline article { min-height: 140px; padding: 0 0 35px 46px; }.timeline article > span { left: 0; }.timeline p { max-width: 100%; }
  .contact { grid-template-columns: 1fr; padding-block: 86px; }.contact-info { min-width: 0; }.contact-link strong { overflow-wrap: anywhere; }.contact-meta { grid-template-columns: 1fr; }.contact-form { padding: 26px 20px; }.form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { min-height: 290px; grid-template-columns: 1fr; gap: 24px; align-content: center; }.footer-main .brand-copy { display: flex; }.footer-main > p { margin: 0; }.footer-links { flex-wrap: wrap; }.footer-bottom { min-height: 86px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 8px; }.whatsapp-float { right: 16px; bottom: 16px; }
}

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