:root {
  --bg: #050b1d;
  --bg-soft: #09142d;
  --panel: rgba(12, 25, 57, .68);
  --line: rgba(133, 195, 255, .14);
  --text: #f6f8ff;
  --muted: #9da9c2;
  --cyan: #12d9f4;
  --blue: #2376ff;
  --violet: #9348ff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 75% 20%, rgba(25, 110, 255, .12), transparent 30%),
    linear-gradient(135deg, #030713 0%, var(--bg) 52%, #07132d 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

a { color: inherit; }
.ambient { position: fixed; border-radius: 50%; filter: blur(100px); pointer-events: none; z-index: -2; }
.ambient-one { width: 330px; height: 330px; right: -120px; top: 18%; background: rgba(12, 201, 255, .13); }
.ambient-two { width: 420px; height: 420px; left: -210px; bottom: 5%; background: rgba(126, 52, 255, .12); }
.grid {
  position: fixed; inset: 0; z-index: -3; pointer-events: none; opacity: .24;
  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: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.site-header, main, footer { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { height: 96px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(20, 189, 255, .2)); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 1.1rem; letter-spacing: .19em; }
.brand-copy strong span { color: var(--cyan); }
.brand-copy small { color: #6fbaff; font-size: .58rem; letter-spacing: .46em; margin-top: 8px; }
.header-link { color: #c9d5eb; text-decoration: none; font-size: .92rem; border-bottom: 1px solid rgba(19, 218, 244, .45); padding-bottom: 5px; }

.hero { min-height: calc(100vh - 96px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; padding: 70px 0 105px; }
.status { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; border: 1px solid var(--line); background: rgba(11, 24, 53, .55); border-radius: 999px; color: #b7c5dc; font-size: .78rem; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(18, 217, 244, .09), 0 0 16px var(--cyan); animation: pulse 2s infinite; }
.eyebrow { margin: 26px 0 15px; color: #61b8ff; font-size: .73rem; letter-spacing: .22em; font-weight: 750; }
h1 { margin: 0; max-width: 760px; font-size: clamp(3.2rem, 6.1vw, 6.2rem); line-height: .98; letter-spacing: -.055em; }
h1 span { display: inline-block; color: transparent; background: linear-gradient(90deg, var(--cyan), #3e8cff 48%, #ac54ff); -webkit-background-clip: text; background-clip: text; }
.intro { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.78; }
.actions { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; border-radius: 14px; padding: 0 22px; text-decoration: none; font-weight: 720; font-size: .91rem; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(110deg, #08d3ee, #2276ff 62%, #7a41f1); box-shadow: 0 15px 42px rgba(20, 112, 255, .25); }
.button.primary:hover { box-shadow: 0 18px 52px rgba(20, 112, 255, .38); }
.button.secondary { color: #d4dcef; border: 1px solid rgba(141, 181, 255, .22); background: rgba(9, 21, 48, .54); }
.button.secondary:hover { border-color: rgba(18, 217, 244, .5); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.hero-visual { position: relative; min-height: 580px; display: grid; place-items: center; isolation: isolate; }
.halo { position: absolute; width: min(440px, 88%); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(16, 211, 242, .23), rgba(52, 87, 255, .10) 38%, transparent 69%); filter: blur(8px); }
.logo-stage {
  position: relative;
  width: min(460px, 90%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(105, 192, 255, .10);
  background: radial-gradient(circle at 50% 47%, rgba(19, 85, 172, .17), rgba(7, 15, 35, .24) 68%);
  box-shadow: inset 0 0 90px rgba(31, 115, 255, .07);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}
.logo-stage::before, .logo-stage::after { content: ""; position: absolute; border-radius: 50%; inset: 9%; border: 1px dashed rgba(81, 188, 255, .17); animation: spin 26s linear infinite; }
.logo-stage::after { inset: 20%; border-style: solid; border-color: rgba(146, 77, 255, .09); animation-direction: reverse; animation-duration: 18s; }
.logo-stage img {
  position: relative;
  width: 73%;
  height: auto;
  z-index: 2;
  filter: drop-shadow(0 28px 32px rgba(0, 55, 160, .40));
  animation: float 5s ease-in-out infinite;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}
.circuit { position: absolute; z-index: -1; height: 1px; background: linear-gradient(90deg, transparent, rgba(43, 163, 255, .4), transparent); transform-origin: center; }
.circuit span { position: absolute; width: 8px; height: 8px; border: 1px solid var(--cyan); border-radius: 50%; top: -4px; box-shadow: 0 0 12px rgba(18, 217, 244, .4); }
.circuit-a { width: 82%; top: 32%; transform: rotate(-12deg); }
.circuit-b { width: 74%; bottom: 31%; transform: rotate(15deg); }
.circuit span:nth-child(1) { left: 8%; } .circuit span:nth-child(2) { left: 55%; } .circuit span:nth-child(3) { right: 5%; }
.floating-card { position: absolute; padding: 13px 16px; min-width: 150px; border: 1px solid rgba(119, 185, 255, .18); border-radius: 13px; background: rgba(7, 17, 39, .73); backdrop-filter: blur(14px); box-shadow: 0 16px 36px rgba(0,0,0,.22); }
.floating-card b { display: block; color: #eaf5ff; font-size: .69rem; letter-spacing: .13em; }
.floating-card small { display: block; margin-top: 5px; color: #7d8ba8; font-size: .67rem; }
.card-one { right: -3%; top: 18%; }
.card-two { left: -2%; bottom: 22%; }
.card-three { right: 3%; bottom: 9%; }

.services { padding: 40px 0 120px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 32px; }
.section-heading .eyebrow { margin: 0 0 9px; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.05; letter-spacing: -.04em; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-grid article { position: relative; min-height: 280px; padding: 27px 24px; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: linear-gradient(145deg, rgba(13, 27, 59, .72), rgba(7, 15, 35, .45)); transition: transform .25s ease, border-color .25s ease; }
.service-grid article:hover { transform: translateY(-6px); border-color: rgba(29, 206, 246, .34); }
.service-grid article::after { content: ""; position: absolute; width: 130px; height: 130px; right: -65px; bottom: -70px; border-radius: 50%; background: var(--blue); filter: blur(70px); opacity: .16; }
.service-number { float: right; color: rgba(161, 193, 240, .35); font-size: .75rem; letter-spacing: .15em; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--cyan); border: 1px solid rgba(60, 186, 255, .25); border-radius: 14px; background: rgba(22, 99, 203, .10); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 800; }
.service-grid h3 { margin: 32px 0 12px; font-size: 1.2rem; }
.service-grid p { margin: 0; color: var(--muted); line-height: 1.65; font-size: .92rem; }

.contact-panel { margin-bottom: 88px; padding: 48px 50px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-radius: 25px; border: 1px solid rgba(67, 170, 255, .2); background: linear-gradient(110deg, rgba(16, 69, 143, .28), rgba(21, 25, 68, .38)); overflow: hidden; position: relative; }
.contact-panel::after { content: ""; position: absolute; width: 300px; height: 300px; right: -80px; top: -160px; background: rgba(26, 204, 255, .14); border-radius: 50%; filter: blur(75px); }
.contact-panel > * { position: relative; z-index: 1; }
.contact-panel .eyebrow { margin-top: 0; }
.contact-panel h2 { max-width: 690px; font-size: clamp(1.9rem, 3.4vw, 3rem); }

footer { min-height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-top: 1px solid var(--line); color: #73819d; font-size: .77rem; }
.footer-brand { display: inline-flex; align-items: center; gap: 9px; color: #aab6cd; letter-spacing: .12em; font-size: .68rem; font-weight: 700; }
.footer-brand img { width: 34px; height: 34px; object-fit: contain; }
.coming-soon { text-align: right; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }
@keyframes pulse { 50% { opacity: .45; } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 75px; }
  .hero-copy { text-align: center; }
  .status { margin-inline: auto; }
  .intro { margin-inline: auto; }
  .actions { justify-content: center; }
  .hero-visual { min-height: 490px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-panel { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; padding: 30px 0; text-align: center; }
  .footer-brand { justify-content: center; }
  .coming-soon { text-align: center; }
}

@media (max-width: 620px) {
  .site-header, main, footer { width: min(calc(100% - 28px), var(--max)); }
  .site-header { height: 80px; }
  .brand img { width: 47px; height: 47px; }
  .brand-copy strong { font-size: .9rem; }
  .brand-copy small { font-size: .49rem; }
  .header-link { display: none; }
  .hero { padding: 55px 0 75px; gap: 15px; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.2rem); }
  .intro { font-size: .98rem; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .floating-card { display: none; }
  .logo-stage { width: 340px; max-width: 98%; }
  .services { padding-bottom: 80px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 230px; }
  .contact-panel { padding: 34px 25px; margin-bottom: 55px; }
}

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