:root {
  --blue: #0a4f9c;
  --blue-bright: #1477db;
  --blue-dark: #062d58;
  --orange: #ec6736;
  --ink: #101820;
  --muted: #62707d;
  --paper: #f5f7fa;
  --line: #d9e0e7;
  --white: #ffffff;
  --font-geist-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--orange); color: var(--white); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100% - 48px, 1440px);
  height: 104px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.brand { display: block; width: 144px; }
.brand img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.desktop-nav { display: flex; gap: 38px; font-size: .9rem; }
.desktop-nav a { opacity: .72; transition: opacity .2s ease; }
.desktop-nav a:hover { opacity: 1; }
.header-cta { justify-self: end; border-bottom: 1px solid rgba(255,255,255,.55); padding: 9px 0; font-size: .9rem; }
.header-cta span { color: var(--orange); margin-left: 8px; }

.hero {
  position: relative;
  min-height: 900px;
  padding: 195px max(24px, calc((100vw - 1440px)/2)) 0;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 35%, rgba(20,119,219,.3), transparent 26%),
    linear-gradient(125deg, #061d35 0%, #073d73 48%, #062b50 100%);
  overflow: hidden;
}
.hero-grid, .contact-noise {
  position: absolute; inset: 0; opacity: .12; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, transparent 5%, black 70%, transparent);
}
.hero::after {
  content: ""; position: absolute; width: 520px; height: 520px; right: -270px; top: 130px;
  border: 80px solid rgba(236,103,54,.12); transform: rotate(45deg);
}
.hero-copy { position: relative; z-index: 2; width: min(690px, 58vw); }
.eyebrow { margin: 0 0 28px; font-family: var(--font-geist-mono); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.64); }
.eyebrow span { display: inline-block; width: 26px; height: 2px; margin: 0 12px 3px 0; background: var(--orange); }
.eyebrow.dark { color: var(--muted); }
.eyebrow.light { color: rgba(255,255,255,.6); }
.hero h1 { margin: 0; font-size: clamp(4rem, 7.2vw, 7.8rem); line-height: .91; letter-spacing: -.07em; font-weight: 650; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.65); }
.hero-lead { width: min(600px, 90%); margin: 42px 0 0; color: rgba(255,255,255,.72); font-size: 1.18rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 0 24px; font-size: .94rem; font-weight: 650; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--orange); box-shadow: 0 18px 38px rgba(236,103,54,.2); }
.text-link { font-size: .92rem; border-bottom: 1px solid rgba(255,255,255,.35); padding: 10px 0; }
.text-link span { margin-left: 10px; color: var(--orange); }

.system-card {
  position: absolute; z-index: 2; top: 210px; right: max(24px, calc((100vw - 1440px)/2));
  width: min(500px, 37vw); color: #b8d4ef; background: rgba(4,25,47,.72); border: 1px solid rgba(137,193,244,.22);
  box-shadow: 0 35px 80px rgba(0,0,0,.3); backdrop-filter: blur(18px);
  transform: perspective(1200px) rotateY(-3deg);
}
.system-topline, .system-footer { display: flex; justify-content: space-between; align-items: center; min-height: 52px; padding: 0 20px; font: .7rem var(--font-geist-mono); letter-spacing: .08em; border-bottom: 1px solid rgba(137,193,244,.14); }
.status { color: #77dca6; }.status i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: #61dc99; border-radius: 50%; box-shadow: 0 0 12px #61dc99; animation: pulse 1.8s infinite; }
.code-window { padding: 27px 20px; font: .75rem/2.05 var(--font-geist-mono); border-bottom: 1px solid rgba(137,193,244,.14); }
.code-window div { white-space: nowrap; }.code-window b { display: inline-block; width: 34px; color: #44627e; font-weight: 400; }.code-key { color: #ec8f6d; }.code-string { color: #7bd5a4; }.code-number { color: #69b5fd; }
.pipeline { display: flex; align-items: center; justify-content: center; padding: 28px 18px; }
.pipeline > i { width: 28px; height: 1px; margin-bottom: 15px; background: #345878; }
.pipeline-step { width: 62px; display: grid; justify-items: center; gap: 9px; color: #58738d; }
.pipeline-step span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid currentColor; border-radius: 50%; font: .64rem var(--font-geist-mono); }
.pipeline-step small { font: .57rem var(--font-geist-mono); letter-spacing: .05em; }
.pipeline-step.done { color: #65c999; }.pipeline-step.active { color: var(--white); }.pipeline-step.active span { color: var(--white); background: var(--orange); border-color: var(--orange); box-shadow: 0 0 20px rgba(236,103,54,.45); }
.system-footer { min-height: 48px; color: #58738d; border: 0; }.system-footer strong { color: #b8d4ef; font-weight: 500; }

.hero-proof {
  position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; height: 130px;
  display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 max(24px, calc((100vw - 1440px)/2));
  background: rgba(2,18,33,.5); border-top: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(8px);
}
.hero-proof div { display: flex; flex-direction: column; justify-content: center; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-proof div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.hero-proof strong { font-size: .98rem; }.hero-proof span { margin-top: 7px; color: rgba(255,255,255,.48); font-size: .82rem; }

.section { padding: 130px max(24px, calc((100vw - 1280px)/2)); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; margin-bottom: 66px; }
.section h2, .contact-section h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; letter-spacing: -.055em; }
.section h2 em, .contact-section h2 em { color: var(--blue); font-style: normal; font-weight: 400; }
.section-heading > p, .industries-copy > p { max-width: 470px; margin: 0 0 4px; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.services-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { min-height: 355px; padding: 34px; background: var(--white); transition: background .25s ease, color .25s ease; }
.service-card:hover { color: var(--white); background: var(--blue); }
.service-card:hover p { color: rgba(255,255,255,.68); }.service-card:hover .tags span { border-color: rgba(255,255,255,.25); }
.service-featured { min-height: 410px; }.service-accent { background: #eef4fa; }
.service-top { display: flex; justify-content: space-between; align-items: center; font: .74rem var(--font-geist-mono); color: var(--blue); }
.service-card:hover .service-top { color: #8bc6ff; }.service-top b { font-size: 1.2rem; font-weight: 400; }
.service-card h3 { margin: 76px 0 18px; font-size: clamp(1.8rem, 2.7vw, 2.7rem); letter-spacing: -.04em; }
.service-card p { max-width: 520px; min-height: 58px; margin: 0; color: var(--muted); line-height: 1.6; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }.tags span { padding: 7px 10px; border: 1px solid var(--line); font: .68rem var(--font-geist-mono); }

.marquee { overflow: hidden; color: var(--white); background: var(--orange); transform: rotate(-1deg) scale(1.02); }
.marquee div { width: max-content; padding: 20px 0; font: 700 1rem var(--font-geist-mono); letter-spacing: .12em; word-spacing: 18px; animation: drift 22s linear infinite; }.marquee span { color: var(--blue-dark); }

.process-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; color: var(--white); background: var(--ink); }
.process-intro { position: sticky; top: 80px; align-self: start; }
.process-intro h2 em { color: #77b9f3; }.process-intro > p:last-child { max-width: 470px; margin-top: 34px; color: rgba(255,255,255,.54); line-height: 1.75; }
.process-list { border-top: 1px solid rgba(255,255,255,.15); }
.process-list article { display: grid; grid-template-columns: 55px 1fr 1.3fr 30px; gap: 20px; align-items: center; min-height: 155px; border-bottom: 1px solid rgba(255,255,255,.15); }
.process-list article > span { color: var(--orange); font: .75rem var(--font-geist-mono); }.process-list h3 { margin: 0; font-size: 1.55rem; }.process-list p { margin: 0; color: rgba(255,255,255,.52); line-height: 1.6; }.process-list b { color: var(--orange); font-weight: 400; font-size: 1.3rem; }

.industries { min-height: 760px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; background: #eef2f6; }
.industries-copy h2 { margin-bottom: 32px; }.orbit { position: relative; width: min(510px, 100%); height: auto; aspect-ratio: 1 / 1; justify-self: center; border: 1px solid #cbd6e0; border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; inset: 12%; border: 1px solid #cbd6e0; border-radius: 50%; }.orbit::after { inset: 28%; }
.orbit-core { position: absolute; z-index: 2; top: 50%; left: 50%; width: 112px; height: 112px; min-width: 112px; min-height: 112px; aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; transform: translate(-50%,-50%); background: var(--blue); box-shadow: 0 20px 40px rgba(10,79,156,.22); }
.orbit-core img { width: 72px; height: 72px; aspect-ratio: 1 / 1; object-fit: contain; }.orbit-item { position: absolute; z-index: 3; padding: 10px 15px; color: var(--blue-dark); background: var(--white); border: 1px solid #d6e0e8; font: .72rem var(--font-geist-mono); box-shadow: 0 8px 22px rgba(6,45,88,.08); }
.orbit-one { top: 7%; left: 15%; }.orbit-two { top: 27%; right: -3%; }.orbit-three { bottom: 13%; right: 14%; }.orbit-four { bottom: 8%; left: 8%; }.orbit-five { top: 38%; left: -4%; }

.contact-section { position: relative; padding: 130px max(24px, calc((100vw - 1280px)/2)); color: var(--white); background: var(--blue); overflow: hidden; }
.contact-noise { opacity: .14; }.contact-section > *:not(.contact-noise) { position: relative; z-index: 2; }
.contact-section h2 { max-width: 980px; }.contact-section h2 em { color: #9dcefa; }
.contact-link { display: flex; align-items: center; justify-content: space-between; margin-top: 70px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); font-size: clamp(1.4rem, 3vw, 3rem); }
.contact-link span { color: var(--orange); }

footer { min-height: 220px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding: 50px max(24px, calc((100vw - 1280px)/2)); color: rgba(255,255,255,.62); background: #07192a; font-size: .78rem; }
.footer-brand { display: block; width: 120px; }.footer-brand img { width: 100%; height: auto; filter: brightness(0) invert(1); }.footer-links { display: flex; justify-content: flex-end; gap: 24px; }.footer-links a:hover { color: var(--white); }

.cookie-notice { position: fixed; z-index: 100; right: 24px; bottom: 24px; width: min(560px, calc(100vw - 48px)); display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; padding: 25px; color: var(--white); background: rgba(7,25,42,.97); border: 1px solid rgba(139,198,255,.3); box-shadow: 0 25px 70px rgba(0,0,0,.35); backdrop-filter: blur(16px); }
.cookie-notice[hidden] { display: none; }
.cookie-label { color: #8bc6ff; font: .67rem var(--font-geist-mono); letter-spacing: .12em; }
.cookie-copy p { margin: 9px 0 0; color: rgba(255,255,255,.68); font-size: .82rem; line-height: 1.55; }
.cookie-copy a { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.45); }
.cookie-notice button { min-height: 44px; padding: 0 17px; color: var(--white); background: var(--orange); border: 0; font: 650 .8rem var(--font-geist-sans); cursor: pointer; }
.cookie-notice button span { margin-left: 8px; }

.legal-page { min-height: 100vh; background: #eef2f6; }
.legal-header { height: 104px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1280px)/2)); color: var(--white); background: #07192a; border-bottom: 1px solid rgba(255,255,255,.14); }
.legal-brand { width: 144px; }.legal-brand img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.legal-back { font-size: .82rem; color: rgba(255,255,255,.68); }.legal-back:hover { color: var(--white); }
.legal-hero { padding: 100px max(24px, calc((100vw - 1280px)/2)); color: var(--white); background: linear-gradient(125deg, #061d35, #073d73); }
.legal-hero h1 { margin: 0; font-size: clamp(4rem, 8vw, 7rem); letter-spacing: -.065em; line-height: .9; }.legal-hero > p:last-child { margin: 28px 0 0; color: rgba(255,255,255,.58); }
.legal-content { padding: 100px max(24px, calc((100vw - 1100px)/2)); }.legal-content article { background: var(--white); border: 1px solid var(--line); }
.legal-primary { padding: 45px; }.legal-number { display: block; margin-bottom: 30px; color: var(--orange); font: .7rem var(--font-geist-mono); }
.legal-content h2 { margin: 0 0 24px; font-size: 1.65rem; letter-spacing: -.035em; }.legal-content h3 { margin: 30px 0 12px; font-size: 1rem; }
.legal-content address, .legal-content p { margin: 0; color: var(--muted); font-style: normal; line-height: 1.75; }.legal-content strong { color: var(--ink); }.legal-content a { color: var(--blue); }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 1px; background: var(--line); border: 1px solid var(--line); }.legal-grid article { min-height: 260px; padding: 38px; border: 0; }
.legal-note { display: grid; grid-template-columns: 70px 1fr; padding: 42px; margin-top: 1px; }.legal-note .legal-number { margin: 5px 0 0; }.legal-footer { min-height: 100px; grid-template-columns: 1fr auto; padding-top: 28px; padding-bottom: 28px; }

.privacy-hero h1 { font-size: clamp(3.7rem, 7vw, 6.6rem); }.privacy-content { display: grid; grid-template-columns: 230px 1fr; gap: 70px; padding: 100px max(24px, calc((100vw - 1100px)/2)); align-items: start; }
.privacy-nav { position: sticky; top: 30px; display: grid; gap: 15px; padding-top: 8px; }.privacy-nav > span { margin-bottom: 14px; color: var(--orange); font: .68rem var(--font-geist-mono); letter-spacing: .12em; }
.privacy-nav a { color: var(--muted); font: .7rem/1.45 var(--font-geist-mono); transition: color .2s ease; }.privacy-nav a:hover { color: var(--blue); }
.privacy-sections { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }.privacy-sections article { padding: 46px; background: var(--white); }
.privacy-sections h2 { margin: 0 0 24px; font-size: clamp(1.6rem, 3vw, 2.35rem); letter-spacing: -.04em; }.privacy-sections p, .privacy-sections address, .privacy-sections li { color: var(--muted); font-style: normal; line-height: 1.8; }
.privacy-sections p, .privacy-sections address { margin: 0 0 20px; }.privacy-sections p:last-child { margin-bottom: 0; }.privacy-sections strong { color: var(--ink); }.privacy-sections a { color: var(--blue); border-bottom: 1px solid rgba(10,79,156,.3); }
.privacy-sections ul { margin: 0 0 24px; padding-left: 20px; }.privacy-sections li + li { margin-top: 7px; }.privacy-sections code { padding: 3px 7px; color: var(--blue-dark); background: #edf3f9; font: .76em var(--font-geist-mono); }
.privacy-intro { color: var(--white); background: var(--blue) !important; }.privacy-intro .legal-number { color: #9dcefa; }.privacy-intro h2 { font-size: clamp(2rem, 4vw, 3.3rem); }.privacy-intro p { color: rgba(255,255,255,.7); font-size: 1.04rem; }

@keyframes pulse { 50% { opacity: .35; transform: scale(.8); } }
@keyframes drift { to { transform: translateX(-20%); } }

@media (max-width: 1050px) {
  .hero { min-height: 1080px; }
  .hero-copy { width: 100%; }
  .system-card { top: 640px; left: max(24px, calc((100vw - 900px)/2)); right: auto; width: min(560px, calc(100vw - 48px)); transform: none; }
  .process-section { grid-template-columns: 1fr; gap: 70px; }.process-intro { position: static; }
  .industries { grid-template-columns: 1fr; }.orbit { width: min(510px, 100%); }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 32px); height: 82px; grid-template-columns: 1fr auto; }.brand { width: 112px; }.brand img { width: 100%; }.desktop-nav { display: none; }.header-cta { font-size: .78rem; }
  .hero { min-height: 1000px; padding: 145px 20px 0; }.hero h1 { font-size: clamp(3.5rem, 17vw, 5.5rem); }.hero-lead { font-size: 1rem; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .system-card { top: 585px; left: 20px; width: calc(100% - 40px); }.code-window { font-size: .62rem; overflow: hidden; }.pipeline > i { width: 12px; }.pipeline-step { width: 55px; }.system-footer { font-size: .58rem; }
  .hero-proof { height: 150px; padding: 0 20px; }.hero-proof div { padding-left: 10px; }.hero-proof strong { font-size: .75rem; }.hero-proof span { font-size: .65rem; }
  .section { padding: 90px 20px; }.section-heading { grid-template-columns: 1fr; gap: 30px; margin-bottom: 45px; }.services-grid { grid-template-columns: 1fr; }.service-card, .service-featured { min-height: 330px; padding: 28px; }.service-card h3 { margin-top: 60px; }
  .process-section { gap: 60px; }.process-list article { grid-template-columns: 38px 1fr 18px; padding: 28px 0; }.process-list article p { grid-column: 2 / -1; }.process-list b { grid-column: 3; grid-row: 1; }
  .industries { gap: 50px; }.orbit { width: min(370px, 100%); height: auto; }.orbit-item { font-size: .58rem; }.orbit-one { left: 4%; }.orbit-two { right: -2%; }.orbit-five { left: -2%; }
  .contact-section { padding: 90px 20px; }.contact-link { margin-top: 50px; font-size: 1.2rem; }
  footer { grid-template-columns: 1fr; min-height: 290px; padding: 50px 20px; }.footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .cookie-notice { right: 12px; bottom: 12px; width: calc(100vw - 24px); grid-template-columns: 1fr; gap: 18px; padding: 20px; }.cookie-notice button { width: 100%; }
  .legal-header { height: 82px; padding: 0 20px; }.legal-brand { width: 112px; }.legal-back { font-size: .72rem; }
  .legal-hero { padding: 75px 20px; }.legal-content { padding: 65px 20px; }.legal-primary { padding: 30px; }
  .legal-grid { grid-template-columns: 1fr; }.legal-grid article { min-height: 0; padding: 30px; }.legal-note { grid-template-columns: 1fr; padding: 30px; }.legal-note .legal-number { margin-bottom: 25px; }.legal-footer { min-height: 120px; grid-template-columns: 1fr auto; }
  .privacy-content { grid-template-columns: 1fr; gap: 35px; padding: 65px 20px; }.privacy-nav { position: static; grid-template-columns: 1fr 1fr; gap: 11px; }.privacy-nav > span { grid-column: 1 / -1; }.privacy-sections article { padding: 30px; }.privacy-sections code { overflow-wrap: anywhere; }
}

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