:root {
  --bg: #050912;
  --bg-soft: #09111e;
  --panel: #0b1422;
  --panel-2: #0f1a2b;
  --text: #f7f9fd;
  --muted: #91a0b5;
  --line: rgba(255,255,255,.09);
  --blue: #1e73ff;
  --cyan: #39c8ff;
  --container: 1180px;
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 85% 8%, rgba(30,115,255,.16), transparent 28rem),
    radial-gradient(circle at 5% 40%, rgba(57,200,255,.07), transparent 25rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 99;
  padding: 12px 16px; border-radius: 10px; background: white; color: #07101c;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.055);
  background: rgba(5,9,18,.78);
  backdrop-filter: blur(18px);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 205px; text-decoration: none; }
.brand img { width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 700; }
.nav-links a:hover { color: white; }
.nav-cta {
  min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center;
  border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.035);
  color: white !important;
}
.menu-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line);
  border-radius: 12px; background: var(--panel); color: white;
}
.menu-toggle span { width: 18px; height: 1px; display: block; margin: 5px auto; background: currentColor; }

.hero { min-height: 720px; display: grid; align-items: center; padding-top: 86px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--cyan); font-size: 11px; font-weight: 800;
  letter-spacing: 1.8px; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 25px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 730px; margin: 22px 0 24px;
  font-size: clamp(48px, 6.3vw, 82px); line-height: .99;
  letter-spacing: -.055em; font-weight: 800;
}
h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p {
  max-width: 620px; margin-bottom: 0; color: var(--muted);
  font-size: clamp(16px, 1.7vw, 19px); line-height: 1.65;
}
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center;
  justify-content: center; border-radius: 13px; text-decoration: none;
  font-size: 14px; font-weight: 800; transition: transform .2s, border-color .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #031022; background: linear-gradient(135deg, var(--cyan), var(--blue)); box-shadow: 0 16px 38px rgba(30,115,255,.24); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.035); color: white; }

.ecosystem-card {
  position: relative; overflow: visible; min-height: 560px; padding: 0;
  display: flex; align-items: center; justify-content: center;
  border: none; border-radius: 0; background: transparent; box-shadow: none;
}
.card-glow {
  position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none;
}
.glow-a {
  width: 250px; height: 250px; right: -60px; top: -90px;
  background: rgba(30,115,255,.22);
}
.glow-b {
  width: 220px; height: 220px; left: -80px; bottom: 60px;
  background: rgba(57,200,255,.12);
}
.experience-stage {
  position: relative; width: 100%; height: 560px;
  border: none; border-radius: 0; background: transparent; overflow: visible;
}
.experience-stage::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 34px 34px; opacity: .10;
  mask-image: radial-gradient(circle at center, black 28%, transparent 85%);
}
.orbit-only::after {
  content: ''; position: absolute; left: 50%; top: 50%; width: 400px; height: 400px;
  transform: translate(-50%, -50%); border-radius: 50%;
  border: 1px solid rgba(57,200,255,.05); box-shadow: 0 0 40px rgba(30,115,255,.08);
}
.ring {
  position: absolute; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%, -50%);
  border: 1px solid rgba(57,200,255,.12);
}
.ring-1 { width: 210px; height: 210px; animation: rotateRing 16s linear infinite; }
.ring-2 { width: 320px; height: 320px; border-style: dashed; animation: rotateRingReverse 24s linear infinite; }
.ring-3 { width: 450px; height: 450px; border-color: rgba(57,200,255,.07); animation: pulseRing 5s ease-in-out infinite; }
.orbit-label {
  position: absolute; color: rgba(217,226,238,.8); font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
}
.orbit-label-a { top: 42px; left: 50%; transform: translateX(-50%); }
.orbit-label-b { bottom: 38px; left: 50%; transform: translateX(-50%); color: var(--cyan); }
.core-brand {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 182px; height: 182px; border-radius: 50%; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(57,200,255,.22), transparent 40%),
    linear-gradient(180deg, rgba(18,34,56,.9), rgba(7,16,29,.96));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 18px 42px rgba(0,0,0,.34);
}
.core-brand img { width: 62px; margin-bottom: 10px; filter: drop-shadow(0 10px 16px rgba(30,115,255,.35)); }
.core-brand strong { font-size: 18px; letter-spacing: -.02em; }
.core-brand small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.floating-node {
  position: absolute; z-index: 3; min-width: 156px; padding: 13px 15px; display: flex; gap: 14px; align-items: center;
  border-radius: 18px; border: 1px solid rgba(255,255,255,.08);
  background: rgba(10,18,31,.76); backdrop-filter: blur(10px);
  box-shadow: 0 18px 34px rgba(0,0,0,.22);
}
.floating-node b { display: block; font-size: 13px; }
.floating-node small { color: var(--muted); font-size: 11px; }
.node-icon {
  width: 44px; height: 44px; display: grid; place-items: center; flex-shrink: 0;
  border-radius: 14px; background: linear-gradient(145deg, rgba(57,200,255,.16), rgba(30,115,255,.10));
  color: var(--cyan);
}

.node-icon svg,
.service-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.node-a { left: 32px; top: 72px; animation: floatNode 5.5s ease-in-out infinite; }
.node-b { right: 30px; top: 84px; animation: floatNode 6.5s ease-in-out infinite 1s; }
.node-c { right: 34px; top: 50%; transform: translateY(-50%); animation: floatNodeX 6s ease-in-out infinite .2s; }
.node-d { right: 72px; bottom: 74px; animation: floatNode 5.8s ease-in-out infinite .6s; }
.node-e { left: 78px; bottom: 68px; animation: floatNode 6s ease-in-out infinite .5s; }
.node-f { left: 26px; top: 50%; transform: translateY(-50%); animation: floatNodeX 5.8s ease-in-out infinite .8s; }

@keyframes rotateRing {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes rotateRingReverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}
@keyframes pulseRing {
  0%,100% { opacity: .7; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.02); }
}
@keyframes floatNode {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes floatNodeX {
  0%, 100% { transform: translateY(-50%) translateX(0); }
  50% { transform: translateY(-50%) translateX(-6px); }
}
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2, .group-panel h2, .contact-panel h2 {
  margin: 16px 0 0; font-size: clamp(34px, 4.3vw, 56px); line-height: 1.05; letter-spacing: -.045em;
}
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card {
  position: relative; min-height: 290px; padding: 28px; display: flex; flex-direction: column;
  border: 1px solid var(--line); border-radius: 22px; background: rgba(11,20,34,.82);
  text-decoration: none; transition: transform .25s, border-color .25s, background .25s;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(57,200,255,.35); background: var(--panel-2); }
.service-number { position: absolute; right: 24px; top: 24px; color: #526078; font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.service-icon {
  width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 34px;
  border-radius: 15px; background: linear-gradient(145deg, rgba(57,200,255,.16), rgba(30,115,255,.1));
  color: var(--cyan);
}
.service-card h3 { margin-bottom: 11px; font-size: 21px; letter-spacing: -.025em; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-link { margin-top: auto; padding-top: 24px; color: #dfe8f5; font-size: 12px; font-weight: 800; }

.group-panel, .contact-panel {
  padding: clamp(34px, 6vw, 68px); border: 1px solid var(--line); border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.015)), var(--bg-soft);
}
.group-panel { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: end; }
.group-panel p { margin-bottom: 4px; color: var(--muted); font-size: 17px; line-height: 1.7; }

.contact-panel { display: flex; justify-content: space-between; align-items: center; gap: 42px; }
.contact-panel p { max-width: 620px; margin: 16px 0 0; color: var(--muted); line-height: 1.65; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.footer { padding: 30px 0 42px; border-top: 1px solid rgba(255,255,255,.055); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer img { width: 160px; }
.footer p { margin: 0; color: var(--muted); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .hero-grid, .group-panel { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-panel { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 720px) {
  .section { padding: 78px 0; }
  .brand { width: 170px; }
  .menu-toggle { display: block; }
  .nav-links {
    position: absolute; top: 70px; left: 18px; right: 18px; display: none;
    padding: 14px; flex-direction: column; align-items: stretch; gap: 2px;
    border: 1px solid var(--line); border-radius: 16px; background: #0a1220;
    box-shadow: 0 24px 60px rgba(0,0,0,.38);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 12px; }
  .nav-cta { justify-content: center; margin-top: 4px; }
  .hero { padding-top: 62px; }
  .hero-grid { gap: 46px; }
  h1 { font-size: clamp(44px, 14vw, 64px); letter-spacing: -.06em; }
  .ecosystem-card { min-height: auto; padding: 0; }
  .experience-stage { height: 520px; }
  .floating-node { min-width: 124px; padding: 10px 12px; }
  .floating-node b { font-size: 12px; }
  .node-icon { width: 40px; height: 40px; }
  .node-icon svg,
  .service-icon svg { width: 20px; height: 20px; }
  .node-a { left: 10px; top: 56px; }
  .node-b { right: 10px; top: 64px; }
  .node-c { right: 6px; }
  .node-d { right: 24px; bottom: 66px; }
  .node-e { left: 22px; bottom: 66px; }
  .node-f { left: 6px; }
  .ring-3 { width: 360px; height: 360px; }
  .orbit-label-a { top: 24px; }
  .orbit-label-b { bottom: 22px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
