:root {
  --ink: #07101f;
  --ink-soft: #0b1830;
  --panel: #10213e;
  --blue: #39bfff;
  --cyan: #42f3db;
  --violet: #8872ff;
  --lime: #b9ff66;
  --paper: #f4f7fb;
  --white: #ffffff;
  --muted: #9fb1c9;
  --line: rgba(146, 181, 224, 0.17);
  --shadow: 0 28px 80px rgba(0, 5, 20, 0.34);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 18px 0;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, padding .25s ease;
}
.site-header.is-scrolled { background: rgba(7, 16, 31, .9); border-color: var(--line); padding: 12px 0; backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 40px; aspect-ratio: 1; border: 1px solid rgba(66,243,219,.6); border-radius: 11px 4px 11px 4px; background: linear-gradient(135deg, rgba(57,191,255,.22), rgba(136,114,255,.12)); box-shadow: 0 0 30px rgba(57,191,255,.16); transform: rotate(45deg); }
.brand-mark span { font-size: 12px; transform: rotate(-45deg); letter-spacing: -.08em; }
.brand-name { font-size: 22px; }
.brand-name > span { color: var(--cyan); }
.site-nav { display: flex; align-items: center; gap: 28px; color: #c9d5e5; font-size: 14px; font-weight: 650; }
.site-nav a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { padding: 10px 15px; border: 1px solid rgba(66,243,219,.45); border-radius: 999px; color: var(--cyan); }
.nav-cta:hover { background: rgba(66,243,219,.1); }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 820px; display: grid; align-items: center; overflow: hidden; padding: 142px 0 84px; background: radial-gradient(circle at 77% 46%, #102f5f 0, #0b1d3a 25%, var(--ink) 58%); }
.hero-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(83, 178, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 178, 255, .08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.hero-glow-one { width: 340px; height: 340px; right: -80px; top: 80px; background: rgba(136,114,255,.22); }
.hero-glow-two { width: 270px; height: 270px; left: 36%; bottom: -120px; background: rgba(66,243,219,.12); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 76px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 1px; background: linear-gradient(90deg, var(--cyan), transparent); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 720px; font-size: clamp(3.6rem, 6vw, 6.3rem); line-height: .96; letter-spacing: -.07em; }
h1 em { display: block; color: transparent; font-style: normal; background: linear-gradient(90deg, var(--blue), var(--cyan) 54%, #b8a8ff); -webkit-background-clip: text; background-clip: text; }
.hero-lede { max-width: 650px; color: #b9c8da; font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 52px; padding: 0 21px; border-radius: 12px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--blue), var(--cyan)); color: #03111e; box-shadow: 0 14px 40px rgba(57,191,255,.24); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.035); color: #dce7f4; }
.button-secondary:hover { background: rgba(255,255,255,.08); }
.trust-list { display: flex; flex-wrap: wrap; gap: 20px; margin: 0; padding: 0; color: #8fa4bd; font-size: 12px; list-style: none; }
.trust-list span { color: var(--cyan); }

.hero-visual { position: relative; aspect-ratio: 1; max-width: 520px; margin-inline: auto; }
.visual-orbit { position: absolute; inset: 12%; border: 1px solid rgba(77,197,255,.18); border-radius: 50%; box-shadow: inset 0 0 70px rgba(57,191,255,.045), 0 0 50px rgba(57,191,255,.04); }
.visual-orbit::before, .visual-orbit::after { content: ""; position: absolute; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.visual-orbit::before { left: -4px; }.visual-orbit::after { right: -4px; }
.orbit-one { animation: spin 24s linear infinite; }
.orbit-two { inset: 26%; border-color: rgba(136,114,255,.25); animation: spin 18s linear reverse infinite; }
.core-node { position: absolute; inset: 35%; display: grid; place-items: center; align-content: center; border: 1px solid rgba(66,243,219,.55); border-radius: 32px 10px 32px 10px; background: linear-gradient(145deg, rgba(24,75,126,.92), rgba(10,24,51,.96)); box-shadow: 0 0 60px rgba(57,191,255,.27), inset 0 0 30px rgba(57,191,255,.13); transform: rotate(45deg); }
.core-node > * { transform: rotate(-45deg); }
.core-node .core-kicker { color: var(--cyan); font-size: 12px; font-weight: 900; }
.core-node strong { margin: 5px 0; font-size: 18px; line-height: 1; letter-spacing: .16em; }
.core-node small { color: #9bb4cc; font-size: 7px; letter-spacing: .08em; }
.cap-node { position: absolute; display: grid; place-items: center; width: 86px; aspect-ratio: 1; border: 1px solid rgba(126,185,239,.25); border-radius: 50%; background: rgba(9,24,50,.88); box-shadow: 0 12px 35px rgba(0,0,0,.3); backdrop-filter: blur(10px); }
.cap-node i { color: var(--cyan); font-size: 20px; font-style: normal; font-weight: 800; }
.cap-node span { color: #b8c8da; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.node-consulting { top: 3%; left: 39%; }.node-software { top: 23%; right: 1%; }.node-ai { right: 8%; bottom: 16%; }.node-cloud { bottom: 1%; left: 41%; }.node-telecom { left: 5%; bottom: 17%; }.node-games { left: 1%; top: 24%; }
@keyframes spin { to { transform: rotate(360deg); } }

.proof-strip { position: relative; z-index: 5; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #091426; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; align-items: center; gap: 14px; min-height: 112px; padding: 22px 26px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { color: var(--white); font-size: 28px; letter-spacing: -.04em; }
.proof-grid span { max-width: 135px; color: var(--muted); font-size: 12px; line-height: 1.35; }

.section { padding: 118px 0; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.section-heading h2, .impact h2, .about h2, .contact h2 { margin-bottom: 0; font-size: clamp(2.35rem, 4.2vw, 4.2rem); line-height: 1.05; letter-spacing: -.055em; }
.section-heading > p { margin-bottom: 8px; color: var(--muted); }
.capabilities { background: var(--paper); color: var(--ink); }
.capabilities .eyebrow, .about .eyebrow { color: #087f9d; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.capability-card { position: relative; min-height: 390px; overflow: hidden; padding: 38px; border: 1px solid #dfe7f1; border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.capability-card:hover { transform: translateY(-5px); border-color: #9edff5; box-shadow: 0 24px 60px rgba(16,52,83,.12); }
.capability-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -70px; bottom: -75px; border: 1px solid rgba(57,191,255,.18); border-radius: 50%; box-shadow: 0 0 0 28px rgba(57,191,255,.03), 0 0 0 58px rgba(57,191,255,.025); }
.card-number { position: absolute; right: 28px; top: 24px; color: #d6e0eb; font-size: 14px; font-weight: 800; }
.card-icon { display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 28px; border: 1px solid #c9eaf5; border-radius: 15px; background: #edfbff; color: #068bad; font-weight: 900; }
.capability-card h3 { max-width: 420px; margin-bottom: 14px; font-size: 25px; line-height: 1.14; letter-spacing: -.035em; }
.capability-card p { color: #586b80; }
.capability-card ul { display: grid; gap: 6px; margin: 22px 0 0; padding: 0; color: #18324e; font-size: 13px; font-weight: 650; list-style: none; }
.capability-card li::before { content: "—"; margin-right: 8px; color: #17a5c7; }

.impact { position: relative; overflow: hidden; background: linear-gradient(145deg, #0a1730, #07101f 70%); }
.impact::before { content: ""; position: absolute; width: 600px; height: 600px; left: -350px; top: 0; border: 1px solid rgba(57,191,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(57,191,255,.025), 0 0 0 160px rgba(57,191,255,.016); }
.impact-layout { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.impact-copy { position: sticky; top: 150px; align-self: start; }
.impact-copy > p:not(.eyebrow) { max-width: 450px; margin: 25px 0; color: var(--muted); }
.text-link { color: var(--cyan); font-size: 14px; font-weight: 800; }
.impact-cases { display: grid; gap: 14px; }
.case { display: grid; grid-template-columns: 145px 1fr; gap: 30px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.035); }
.case-metric { color: var(--cyan); font-size: 38px; font-weight: 850; letter-spacing: -.05em; }
.case h3 { margin-bottom: 8px; font-size: 19px; }
.case p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.approach { background: #0b172b; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; counter-reset: process; list-style: none; }
.process-grid li { position: relative; min-height: 250px; padding: 30px 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.process-grid li:first-child { border-left: 1px solid var(--line); border-radius: 16px 0 0 16px; }
.process-grid li:last-child { border-radius: 0 16px 16px 0; }
.process-grid span { color: var(--blue); font-size: 12px; font-weight: 900; }
.process-grid h3 { margin: 55px 0 9px; font-size: 21px; }
.process-grid p { color: var(--muted); font-size: 13px; }

.about { background: var(--paper); color: var(--ink); }
.about-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.about-panel { position: relative; min-height: 480px; overflow: hidden; border-radius: 26px; background: radial-gradient(circle at 65% 30%, #204a82, #0b1a35 56%, #07101f); box-shadow: var(--shadow); }
.about-panel::before { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(66,243,219,.15); border-radius: 50%; box-shadow: 0 0 0 50px rgba(57,191,255,.035), 0 0 0 100px rgba(136,114,255,.025); }
.about-code { position: absolute; inset: 24% 13%; display: flex; flex-direction: column; justify-content: center; padding: 34px; border: 1px solid rgba(66,243,219,.28); border-radius: 18px; background: rgba(5,16,35,.82); color: var(--white); backdrop-filter: blur(12px); }
.about-code > span { color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.about-code > strong { margin: 9px 0 28px; font-size: 23px; line-height: 1.15; }
.code-line { display: flex; align-items: center; gap: 10px; margin: 6px 0; color: #aac0d7; font-size: 11px; }
.code-line i { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 10px var(--blue); }
.about-copy > p:not(.eyebrow) { color: #53667c; }
.about-copy h2 { margin-bottom: 26px; }
.credential-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.credential-list span { padding: 7px 11px; border: 1px solid #d6e2ee; border-radius: 999px; background: #fff; color: #264058; font-size: 11px; font-weight: 750; }

.contact { padding: 42px 0 100px; background: var(--paper); color: var(--white); }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; padding: 70px; border-radius: 28px; background: linear-gradient(135deg, #0a1c39, #0e3150); box-shadow: var(--shadow); }
.contact-card::after { content: ""; position: absolute; width: 390px; height: 390px; right: -190px; top: -240px; border: 1px solid rgba(66,243,219,.18); border-radius: 50%; box-shadow: 0 0 0 60px rgba(57,191,255,.04), 0 0 0 120px rgba(136,114,255,.025); }
.contact-card > * { position: relative; z-index: 2; }
.contact-card h2 { margin-bottom: 20px; }
.contact-card p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; color: #a9bdd2; }
.contact-actions { display: grid; gap: 14px; justify-items: start; }
.button-light { background: var(--white); color: var(--ink); }
.contact-actions > span { color: #8ea6bf; font-size: 12px; }

.site-footer { padding: 42px 0; border-top: 1px solid var(--line); background: #050c18; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.footer-brand .brand-mark { width: 34px; }.footer-brand .brand-name { font-size: 18px; }
.site-footer p, .site-footer small { margin: 0; color: #7890aa; font-size: 11px; }
.footer-links { display: flex; gap: 18px; color: #adc0d4; font-size: 12px; font-weight: 700; }
.footer-links a:hover { color: var(--cyan); }
.site-footer small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--line); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
[data-delay="1"] { transition-delay: .08s; } [data-delay="2"] { transition-delay: .16s; } [data-delay="3"] { transition-delay: .24s; }

@media (max-width: 1000px) {
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 65px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(560px, 100%); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .proof-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .impact-layout, .about-layout { grid-template-columns: 1fr; }
  .impact-copy { position: static; }
  .about-panel { min-height: 420px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li:first-child { border-radius: 16px 0 0 0; }
  .process-grid li:nth-child(2) { border-radius: 0 16px 0 0; }
  .process-grid li:nth-child(3) { border-left: 1px solid var(--line); border-top: 0; border-radius: 0 0 0 16px; }
  .process-grid li:last-child { border-top: 0; border-radius: 0 0 16px 0; }
  .contact-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .site-header { padding: 12px 0; }
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 14px; right: 14px; top: calc(100% + 8px); display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(7,16,31,.98); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 120px; }
  h1 { font-size: clamp(3.15rem, 15vw, 5rem); }
  .hero-visual { transform: scale(.96); }
  .cap-node { width: 70px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div, .proof-grid > div:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .proof-grid > div:first-child { border-top: 0; }
  .section { padding: 86px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: auto; padding: 30px; }
  .impact-layout { gap: 48px; }
  .case { grid-template-columns: 1fr; gap: 16px; padding: 28px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:first-child, .process-grid li:nth-child(2), .process-grid li:nth-child(3), .process-grid li:last-child { min-height: auto; border: 1px solid var(--line); border-bottom: 0; border-radius: 0; }
  .process-grid li:first-child { border-radius: 16px 16px 0 0; }
  .process-grid li:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 16px 16px; }
  .process-grid h3 { margin-top: 30px; }
  .about-layout { gap: 50px; }
  .about-panel { min-height: 350px; }
  .about-code { inset: 20% 9%; padding: 26px; }
  .contact { padding-bottom: 70px; }
  .contact-card { padding: 42px 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

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