:root {
  --navy: #071b36;
  --blue-950: #082452;
  --blue-800: #0b3d91;
  --blue-700: #1552b2;
  --cyan: #12bde6;
  --cyan-soft: #dff7fd;
  --ink: #10213b;
  --muted: #5d6a7c;
  --line: #d7e1ee;
  --surface: #f3f7fb;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(5, 34, 79, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--white); color: var(--blue-950); border-radius: 6px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.16); }
.nav-shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); text-decoration: none; line-height: 1; }
.brand img { width: 52px; height: 52px; object-fit: contain; border-radius: 50%; }
.brand span { display: grid; gap: 5px; }
.brand strong { font-size: 1rem; letter-spacing: .18em; text-transform: uppercase; }
.brand small { color: #9bdff2; font-size: .65rem; letter-spacing: .24em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { color: #dceaff; font-weight: 650; font-size: .88rem; text-decoration: none; }
nav a:hover { color: var(--white); }
.nav-contact { padding: 9px 17px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: radial-gradient(circle at 73% 45%, rgba(25,189,230,.16), transparent 30%), linear-gradient(123deg, #061932 0%, #092d67 56%, #0d438e 100%); }
.hero::after { content: ""; position: absolute; width: 620px; height: 620px; right: -310px; bottom: -350px; border: 1px solid rgba(89,214,244,.24); border-radius: 50%; box-shadow: 0 0 0 70px rgba(89,214,244,.04), 0 0 0 140px rgba(89,214,244,.025); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.16fr .84fr; align-items: center; gap: 72px; padding-top: 110px; }
.eyebrow, .section-label { margin: 0 0 20px; color: var(--blue-700); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #9feaff; }
.eyebrow span { width: 34px; height: 2px; background: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 760px; font-size: clamp(3rem, 5.4vw, 5.25rem); line-height: .98; letter-spacing: -.055em; }
h1 span { color: #65d8f4; }
.hero-lead { max-width: 650px; color: #cfddf1; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid transparent; border-radius: 8px; font-weight: 760; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: #042554; }
.button-primary:hover { background: #5adcf5; }
.button-secondary { border-color: rgba(255,255,255,.32); color: var(--white); }
.button-secondary:hover { background: rgba(255,255,255,.09); }
.tagline { margin: 24px 0 0; color: #b6c7dd; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-mark { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.hero-mark::before { content: ""; position: absolute; inset: 13%; background: radial-gradient(circle, rgba(35,186,232,.28), rgba(4,29,71,.06) 65%); filter: blur(6px); border-radius: 50%; }
.hero-mark img { position: relative; width: 72%; filter: drop-shadow(0 30px 38px rgba(0,0,0,.3)); }
.orbit { position: absolute; inset: 5%; border: 1px solid rgba(111,220,246,.32); border-radius: 50%; }
.orbit-two { inset: -4%; border-style: dashed; opacity: .5; }
.signal { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.signal-one { top: 12%; right: 18%; }
.signal-two { bottom: 18%; left: 8%; }

.section { padding: 110px 0; }
.split-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; }
h2 { color: var(--blue-950); font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.08; letter-spacing: -.045em; }
.about-copy { color: var(--muted); font-size: 1.06rem; }
.proof-line { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.proof-line span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 5px; color: var(--blue-800); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.services { position: relative; background: var(--navy); color: var(--white); }
.services::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 45%, rgba(20,189,230,.05)); pointer-events: none; }
.section-label.light { color: #75dbf3; }
.section-heading { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; color: var(--white); }
.section-heading > p { margin-bottom: 6px; color: #aebed2; }
.service-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.service-card { position: relative; min-height: 540px; padding: 44px; overflow: hidden; background: #0c2a50; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); }
.service-card::after { content: ""; position: absolute; inset: auto -90px -110px auto; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.accent-card { background: linear-gradient(140deg, #0e3b7f, #0c2b56); }
.service-number { position: absolute; top: 31px; right: 36px; color: rgba(255,255,255,.25); font-size: .8rem; font-weight: 800; letter-spacing: .18em; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 32px; color: #6edff6; background: rgba(35,194,230,.1); border: 1px solid rgba(85,211,242,.25); border-radius: 12px; }
.service-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.service-card h3 { margin-bottom: 15px; max-width: 430px; font-size: 1.65rem; line-height: 1.2; }
.service-card > p { color: #b6c6d9; }
.service-list { display: grid; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; color: #e6edf7; font-size: .92rem; }
.service-list li { position: relative; padding-left: 19px; }
.service-list li::before { content: ""; position: absolute; top: .72em; left: 0; width: 7px; height: 2px; background: var(--cyan); }

.direction { background: var(--surface); }
.direction > .container > h2 { max-width: 700px; margin-bottom: 46px; }
.direction-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.statement { min-height: 290px; padding: 42px; }
.statement + .statement { border-left: 1px solid var(--line); }
.statement span { display: block; margin-bottom: 24px; color: var(--blue-700); font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.statement p { margin: 0; color: var(--ink); font-size: 1.27rem; line-height: 1.55; }
.values { display: grid; grid-template-columns: 190px 1fr; gap: 32px; align-items: start; margin-top: 34px; }
.values h3 { margin: 10px 0 0; color: var(--blue-950); font-size: 1rem; text-transform: uppercase; letter-spacing: .11em; }
.values ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.values li { padding: 9px 14px; border: 1px solid #cdd9e6; border-radius: 999px; color: #31455e; background: #fff; font-size: .86rem; font-weight: 680; }

.contact { background: #fff; }
.contact-panel { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; padding: 68px; color: var(--white); background: linear-gradient(125deg, #08234f, #0d438e); border-radius: 24px; box-shadow: var(--shadow); }
.contact-intro h2 { color: var(--white); }
.contact-intro > p:not(.section-label) { color: #c4d5e9; }
.button-white { margin-top: 10px; background: var(--white); color: var(--blue-950); }
.contact-details { display: grid; gap: 34px; padding-left: 40px; border-left: 1px solid rgba(255,255,255,.2); align-content: center; }
.contact-details h3 { margin-bottom: 12px; color: #7adef4; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.contact-details a { display: block; width: fit-content; margin: 5px 0; color: var(--white); font-size: 1.08rem; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }
address { color: #d5e2f1; font-style: normal; }

footer { padding: 32px 0; color: #8290a3; background: #061429; font-size: .78rem; }
.footer-layout { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.footer-layout > p { margin: 0; text-align: center; }
.footer-layout > p:last-child { text-align: right; }
.footer-brand img { width: 46px; height: 46px; }
.footer-brand strong { font-size: .8rem; }
.footer-brand small { font-size: .55rem; }

@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 20px; padding: 170px 0 80px; }
  .hero-copy { max-width: 720px; }
  .hero-mark { width: min(480px, 76vw); margin: 0 auto; }
  .split-layout, .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .service-card { padding: 34px; }
  .contact-panel { gap: 42px; padding: 46px; }
  .footer-layout { grid-template-columns: 1fr; justify-items: center; }
  .footer-layout > p:last-child { text-align: center; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header { position: absolute; }
  .nav-shell { padding: 14px 0; flex-direction: column; align-items: flex-start; gap: 12px; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: .82rem; }
  nav { width: 100%; gap: 9px 17px; flex-wrap: wrap; }
  nav a { font-size: .77rem; }
  .nav-contact { padding: 4px 11px; }
  .hero-layout { padding-top: 190px; }
  h1 { font-size: clamp(2.65rem, 13vw, 3.7rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-mark { width: 84vw; }
  .section { padding: 76px 0; }
  .service-grid, .direction-grid, .contact-panel { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 30px 24px; }
  .statement { min-height: 0; padding: 30px 24px; }
  .statement + .statement { border-left: 0; border-top: 1px solid var(--line); }
  .statement p { font-size: 1.08rem; }
  .values { grid-template-columns: 1fr; gap: 16px; }
  .contact-panel { gap: 36px; padding: 34px 24px; border-radius: 16px; }
  .contact-details { padding: 32px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .footer-layout > p { max-width: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
