:root {
  --ink: #e9eafd;
  --ink-deep: #080b18;
  --paper: #0b0e1e;
  --paper-bright: rgba(23, 28, 55, .88);
  --lime: #89f7fe;
  --mint: #a98bff;
  --line: rgba(205, 211, 255, .14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 8%, rgba(102, 74, 255, .18), transparent 29%),
    radial-gradient(circle at 12% 18%, rgba(56, 221, 255, .1), transparent 24%),
    var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.page-shell { overflow: hidden; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand { display: inline-flex; align-items: center; gap: 12px; font: 700 20px/1 "Manrope", sans-serif; letter-spacing: -.03em; }
.brand small { display: block; margin-top: 5px; font: 500 10px/1 "DM Sans", sans-serif; letter-spacing: .13em; text-transform: uppercase; opacity: .65; }
.brand-mark { width: 42px; height: 42px; color: #6c5ce7; filter: drop-shadow(0 0 16px rgba(108,92,231,.42)); }

nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 500; }
nav a { transition: opacity .2s ease; }
nav a:hover { opacity: .62; }
.nav-cta { border-bottom: 1px solid currentColor; padding-bottom: 4px; }

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 72px;
  padding: 66px 0 108px;
}

.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 600; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }

h1, h2 { margin: 0; font: 600 72px/.98 "Manrope", sans-serif; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--mint); font-family: Georgia, serif; font-weight: 400; text-shadow: 0 0 30px rgba(169,139,255,.18); }
.hero-lede { max-width: 510px; margin: 30px 0 0; font-size: 19px; line-height: 1.6; color: #a6accf; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 202px; padding: 16px 18px; border-radius: 7px; font-size: 13px; font-weight: 600; }
.button-primary { background: linear-gradient(135deg, #705cff, #4fbeee); color: white; box-shadow: 0 14px 34px rgba(82,92,255,.27); }
.text-link { border-bottom: 1px solid var(--line); padding: 8px 0; font-size: 13px; font-weight: 600; }

.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 390px; height: 390px; background: rgba(110, 82, 255, .27); right: 20px; top: 38px; filter: blur(28px); }
.orb-two { width: 255px; height: 255px; background: rgba(68, 228, 255, .2); left: 32px; bottom: 22px; opacity: .82; filter: blur(24px); }
.route-card { position: relative; z-index: 1; width: min(470px, 86%); padding: 28px; color: #edf7ff; background: linear-gradient(145deg, rgba(22,27,55,.95), rgba(11,16,34,.92)); border: 1px solid rgba(137,247,254,.2); border-radius: 20px; box-shadow: 0 32px 90px rgba(0,0,0,.38), 0 0 50px rgba(108,92,231,.12); transform: rotate(-2deg); backdrop-filter: blur(14px); }
.route-head, .route-footer { display: flex; align-items: center; justify-content: space-between; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(201,255,130,.11); }
.route-card svg { width: 100%; margin: 15px 0 7px; overflow: visible; }
.route-card circle { fill: var(--lime); }
.route-card .pulse { fill: none; stroke: rgba(201,255,130,.35); stroke-width: 1; }
.map-line { fill: none; stroke: rgba(201,255,130,.85); stroke-width: 2; stroke-dasharray: 5 7; }
.map-line.faint { stroke: rgba(255,255,255,.2); }
.route-footer { color: rgba(255,255,255,.5); }
.micro-card { position: absolute; z-index: 2; min-width: 150px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: var(--paper-bright); box-shadow: 0 18px 45px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.micro-card span { float: right; font-size: 9px; opacity: .45; }
.micro-card strong, .micro-card small { display: block; }
.micro-card strong { margin-bottom: 5px; font: 600 13px "Manrope", sans-serif; }
.micro-card small { font-size: 10px; opacity: .56; }
.card-top { right: 0; top: 36px; }
.card-bottom { left: 0; bottom: 24px; }

.intro { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 115px 0 70px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 3fr; gap: 40px; }
.section-label { margin: 8px 0 0; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.section-content { display: grid; grid-template-columns: 1.45fr .9fr; gap: 58px; align-items: end; }
.section-content h2, .contact h2 { font-size: 50px; }
.section-content p { margin: 0; font-size: 16px; line-height: 1.75; color: #a6accf; }

.capability-grid { width: min(1180px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.capability-card { position: relative; min-height: 355px; padding: 31px 34px; border-right: 1px solid var(--line); }
.capability-card:first-child { border-left: 1px solid var(--line); }
.card-number { font-size: 10px; opacity: .5; }
.feature-icon { margin-top: 62px; color: var(--lime); font: 400 27px/1 Georgia, serif; text-shadow: 0 0 16px rgba(137,247,254,.45); }
.capability-card h3 { margin: 20px 0 14px; font: 600 20px "Manrope", sans-serif; letter-spacing: -.025em; }
.capability-card p { margin: 0; max-width: 280px; color: #989fc3; font-size: 14px; line-height: 1.65; }
.card-line { position: absolute; bottom: 0; left: 34px; width: 32px; height: 3px; background: var(--mint); }

.approach { margin-top: 120px; padding: 115px max(24px, calc((100vw - 1180px)/2)); color: #f2f3ff; background: linear-gradient(135deg, #11152c, #090c1b 58%, #151135); border-top: 1px solid rgba(137,247,254,.15); border-bottom: 1px solid rgba(169,139,255,.16); display: grid; grid-template-columns: 1.25fr 1fr; gap: 120px; }
.eyebrow.light { color: var(--lime); }
.approach h2 { font-size: 56px; }
.approach h2 em { color: var(--mint); }
.approach-body { padding-top: 42px; }
.approach-body > p { margin: 0 0 20px; font-size: 17px; line-height: 1.72; color: rgba(237,247,240,.68); }
.approach-body > p:first-child { color: #fff; font-size: 20px; }
.principles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }
.principles span { padding: 10px 13px; border: 1px solid rgba(201,255,130,.3); border-radius: 999px; color: var(--lime); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.contact { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0; text-align: center; }
.contact .section-label { margin-bottom: 28px; color: #989fc3; }
.contact h2 { margin-bottom: 32px; }
.contact > p:last-child { font-size: 13px; color: #989fc3; }

footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; min-height: 110px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; font-size: 11px; color: #8e95b8; }
.footer-brand { color: var(--ink); font-size: 16px; }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }

@media (max-width: 850px) {
  .site-header { height: 82px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 15px; padding: 60px 0 84px; }
  h1 { font-size: clamp(54px, 15vw, 72px); }
  .hero-visual { min-height: 420px; }
  .intro { grid-template-columns: 1fr; }
  .section-content { grid-template-columns: 1fr; gap: 28px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .approach { grid-template-columns: 1fr; gap: 20px; }
  .approach-body { padding-top: 0; }
}

@media (max-width: 560px) {
  .site-header, .hero, .intro, .capability-grid, .contact, footer { width: min(100% - 32px, 1180px); }
  .brand-mark { width: 38px; height: 38px; }
  .hero { padding-top: 48px; }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-visual { min-height: 355px; margin-top: 24px; }
  .route-card { width: 94%; padding: 22px; }
  .micro-card { min-width: 130px; padding: 14px; }
  .card-top { right: -12px; top: 14px; }
  .card-bottom { left: -10px; bottom: 10px; }
  .intro { padding-top: 84px; }
  .section-content h2, .contact h2, .approach h2 { font-size: 39px; }
  .approach { margin-top: 80px; padding-top: 82px; padding-bottom: 82px; }
  .contact { padding: 90px 0; }
  footer { grid-template-columns: 1fr; gap: 14px; padding: 28px 0; }
  footer p, footer p:nth-child(2), footer p:last-child { margin: 0; text-align: left; }
}

@media (prefers-reduced-motion: no-preference) {
  .route-card { animation: float 7s ease-in-out infinite; }
  @keyframes float { 0%, 100% { transform: rotate(-2deg) translateY(0); } 50% { transform: rotate(-1deg) translateY(-8px); } }
}
