:root {
  --bg: #070b18;
  --panel: rgba(13, 20, 42, 0.76);
  --panel-strong: rgba(16, 28, 58, 0.9);
  --text: #eef5ff;
  --muted: #96a7c7;
  --cyan: #26f4ff;
  --blue: #4f7cff;
  --violet: #9b5cff;
  --green: #66ffb2;
  --red: #ff5f57;
  --amber: #ffbd2e;
  --border: rgba(255,255,255,0.14);
  --shadow: rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 20%, rgba(38, 244, 255, 0.18), transparent 26rem),
    radial-gradient(circle at 80% 15%, rgba(155, 92, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 55% 85%, rgba(79, 124, 255, 0.16), transparent 26rem),
    var(--bg);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
  pointer-events: none;
  z-index: 0;
}

.scanline {
  position: fixed;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(38,244,255,0.055), transparent);
  height: 22%;
  animation: scan 8s linear infinite;
  pointer-events: none;
  opacity: .75;
  z-index: 0;
}

@keyframes scan {
  from { transform: translateY(-120%); }
  to { transform: translateY(520%); }
}

.orb {
  position: fixed;
  top: 120px;
  right: 7%;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: conic-gradient(from 180deg, var(--cyan), var(--violet), var(--blue), var(--green), var(--cyan));
  filter: blur(42px);
  opacity: .16;
  animation: spin 16s linear infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes spin { to { transform: rotate(360deg); } }

.wrap {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(7, 11, 24, .78);
  border-bottom: 1px solid var(--border);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  color: var(--text);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.04em;
  font-size: 24px;
  white-space: nowrap;
}

.logo span {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(38,244,255,.55);
}

.nav-links {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  color: #dbe8ff;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 999px;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(255,255,255,.075);
  color: #ffffff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid rgba(38,244,255,.28);
  background: linear-gradient(135deg, rgba(38,244,255,.16), rgba(155,92,255,.14));
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 14px 45px rgba(38,244,255,.08);
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.btn.secondary {
  border-color: var(--border);
  background: rgba(255,255,255,.045);
  color: #dbe8ff;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 34px;
  padding: 70px 0;
}

.card, .panel {
  border: 1px solid var(--border);
  border-radius: 32px;
  background: linear-gradient(145deg, var(--panel), rgba(8, 13, 28, 0.72));
  box-shadow: 0 34px 120px var(--shadow), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(22px);
}

.hero-copy {
  padding: clamp(30px, 5vw, 56px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(38,244,255,.22);
  border-radius: 999px;
  background: rgba(38,244,255,.075);
  color: #bdfbff;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pulse {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
  animation: pulse 1.6s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: .65; }
  50% { transform: scale(1.55); opacity: 1; }
}

h1 {
  margin: 22px 0 18px;
  max-width: 760px;
  font-size: clamp(44px, 7vw, 86px);
  line-height: .92;
  letter-spacing: -0.075em;
}

h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.055em;
}

h3 {
  margin: 0 0 12px;
  font-size: 22px;
  letter-spacing: -0.025em;
}

.gradient {
  background: linear-gradient(90deg, var(--cyan), #ffffff, var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.lead {
  max-width: 720px;
  font-size: clamp(18px, 2vw, 21px);
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.chip {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255,255,255,.045);
  color: #dbe8ff;
  font-size: 14px;
}

.terminal {
  border: 1px solid var(--border);
  border-radius: 28px;
  background: rgba(2, 6, 18, .7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 34px 120px var(--shadow);
  overflow: hidden;
  min-height: 430px;
}

.terminal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: var(--panel-strong);
  border-bottom: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.dots { display: flex; gap: 8px; }
.dot { width: 11px; height: 11px; border-radius: 99px; background: var(--muted); opacity: .75; }
.dot:nth-child(1) { background: #ff5f57; }
.dot:nth-child(2) { background: #ffbd2e; }
.dot:nth-child(3) { background: #28c840; }

.terminal-body {
  padding: 24px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 14px;
  line-height: 1.9;
  color: #dff7ff;
}

.line { display: block; opacity: .95; }
.cmd { color: var(--cyan); }
.ok { color: var(--green); }
.dim { color: #788aaa; }
.warn { color: #ffd166; }

.cursor {
  display: inline-block;
  width: 9px;
  height: 1.1em;
  margin-left: 4px;
  vertical-align: -2px;
  background: var(--cyan);
  animation: blink 1s steps(2, start) infinite;
  box-shadow: 0 0 14px var(--cyan);
}

@keyframes blink { 50% { opacity: 0; } }

.section { padding: 78px 0; }

.section-head {
  margin-bottom: 28px;
  max-width: 780px;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }

.service-card, .info-card, .contact-card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 26px;
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}

.icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(38,244,255,.18), rgba(155,92,255,.16));
  border: 1px solid rgba(38,244,255,.18);
  color: #bdfbff;
  font-weight: 900;
}

.page-hero { padding: 76px 0 32px; }

.page-hero .panel {
  padding: clamp(30px, 5vw, 56px);
}

.list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 12px;
}

.list li {
  color: #dbe8ff;
  padding-left: 28px;
  position: relative;
  line-height: 1.55;
}

.list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
}

.cta {
  padding: clamp(30px, 5vw, 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.contact-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  align-items: start;
}

.form { display: grid; gap: 14px; }

label {
  display: grid;
  gap: 8px;
  color: #dbe8ff;
  font-size: 14px;
}

input, textarea, select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 15px;
  background: rgba(2, 6, 18, .62);
  color: var(--text);
  outline: none;
  font: inherit;
}

textarea {
  min-height: 160px;
  resize: vertical;
}

input:focus, textarea:focus, select:focus {
  border-color: rgba(38,244,255,.45);
  box-shadow: 0 0 0 4px rgba(38,244,255,.08);
}

.notice {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(38,244,255,.18);
  background: rgba(38,244,255,.065);
  color: #dbe8ff;
  font-size: 15px;
  line-height: 1.55;
}

.success {
  border-color: rgba(102,255,178,.3);
  background: rgba(102,255,178,.08);
}

.error {
  border-color: rgba(255,95,87,.34);
  background: rgba(255,95,87,.08);
}

.legal-content {
  display: grid;
  gap: 22px;
}

.legal-content h2 {
  font-size: 30px;
  margin-top: 8px;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.legal-content ul {
  margin: 0;
  padding-left: 22px;
}

.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 58px;
  border-top: 1px solid var(--border);
  background: rgba(255,255,255,.025);
}

.footer-inner {
  padding: 24px 0;
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.company-details {
  border-top: 1px solid var(--border);
  padding-top: 16px;
  font-size: 13px;
  line-height: 1.65;
}

a {
  color: #bdfbff;
  text-decoration: none;
}

a:hover { text-decoration: underline; }

@media (max-width: 920px) {
  .hero, .contact-layout, .grid.two { grid-template-columns: 1fr; }
  .grid.three { grid-template-columns: 1fr; }
  .terminal { min-height: auto; }
  h1 { letter-spacing: -0.055em; }
  .cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .nav-links { justify-content: flex-start; }
  .hero { padding: 34px 0; }
}
