:root {
  color-scheme: dark;
  --bg: #050a0f;
  --bg-soft: #08111a;
  --panel: #0a141e;
  --panel-2: #0d1924;
  --text: #f4f8fb;
  --muted: #9babb8;
  --muted-2: #70808d;
  --line: rgba(155, 190, 220, .16);
  --line-strong: rgba(81, 162, 255, .35);
  --blue: #4097ff;
  --blue-2: #71b8ff;
  --cyan: #64d6ff;
  --success: #74d8ad;
  --max: 1220px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 30px 80px rgba(0,0,0,.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 0%, rgba(26,94,158,.16), transparent 28rem),
    linear-gradient(180deg, #050a0f 0%, #061018 45%, #050a0f 100%);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .11;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5,10,15,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .08em;
}

.brand-mark {
  width: 28px;
  height: 28px;
  position: relative;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  background: white;
}

.brand-mark::before {
  width: 25px;
  height: 7px;
  top: 2px;
  left: 1px;
  transform: skewX(-18deg);
}

.brand-mark::after {
  width: 8px;
  height: 20px;
  left: 10px;
  top: 6px;
  clip-path: polygon(0 0,100% 0,70% 100%,30% 100%);
}

.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav a {
  color: #c5d1da;
  text-decoration: none;
  font-size: .92rem;
}

.nav a:hover {
  color: white;
}

.nav-cta {
  border: 1px solid rgba(117,181,255,.38);
  border-radius: 8px;
  padding: 11px 16px;
  color: white !important;
}

.menu-button {
  display: none;
  margin-left: auto;
  background: transparent;
  border: 1px solid var(--line);
  color: white;
  border-radius: 8px;
  padding: 8px 11px;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: stretch;
}

.hero-copy {
  padding: 108px 58px 88px max(20px, calc((100vw - var(--max))/2));
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--blue-2);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  margin: 18px 0 22px;
  max-width: 750px;
  font-size: clamp(3.1rem, 6.3vw, 6.25rem);
  line-height: .97;
  letter-spacing: -.055em;
}

.gradient-text {
  background: linear-gradient(105deg, #eef7ff 0%, #5ba7ff 55%, #65d8ff 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-copy > p {
  max-width: 680px;
  color: #b4c0ca;
  font-size: 1.14rem;
}

.hero-actions,
.button-row {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: .91rem;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, #247ee7, #3b9cff);
  color: white;
  box-shadow: 0 12px 34px rgba(32,126,230,.25);
}

.btn-secondary {
  border-color: rgba(163,197,225,.28);
  color: white;
  background: rgba(255,255,255,.025);
}

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

.hero-trust {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  color: #aebbc5;
  font-size: .84rem;
}

.hero-trust span::before {
  content: "◆";
  margin-right: 9px;
  color: var(--blue-2);
  font-size: .62rem;
}

.hero-visual {
  position: relative;
  min-height: 620px;
  background:
    linear-gradient(90deg, #050a0f 0%, transparent 28%),
    radial-gradient(circle at 72% 46%, rgba(34,132,230,.28), transparent 22rem),
    linear-gradient(135deg, #07101a, #020507 70%);
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 5% -5% -5% 10%;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 48px,
      rgba(69,154,255,.13) 49px 50px,
      transparent 51px 88px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(31,107,183,.03) 0 10px,
      rgba(92,171,255,.18) 11px 12px,
      rgba(6,14,22,.8) 13px 36px
    );
  transform: perspective(750px) rotateY(-16deg);
  border: 1px solid rgba(67,151,238,.15);
  box-shadow:
    inset 0 0 100px rgba(31,126,227,.15),
    0 0 120px rgba(0,90,190,.08);
}

.hero-visual::after {
  content: "COMPUTE  •  NETWORK  •  STORAGE  •  POWER";
  position: absolute;
  right: 40px;
  bottom: 34px;
  color: rgba(150,200,245,.55);
  letter-spacing: .18em;
  font-size: .66rem;
}

.section {
  padding: 94px 0;
}

.section-tight {
  padding: 58px 0;
}

.section-header {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-header.center {
  text-align: center;
  margin-inline: auto;
  margin-bottom: 46px;
}

.section h2,
.page-section h2 {
  margin: 10px 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.section-header p,
.lead {
  color: var(--muted);
  font-size: 1.08rem;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card {
  min-height: 222px;
  padding: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(15,28,40,.92), rgba(7,16,25,.88));
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}

.card::after {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(47,137,231,.08);
  filter: blur(10px);
}

.card:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
}

.card-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  margin-bottom: 23px;
  border: 1px solid rgba(78,160,255,.35);
  color: var(--blue-2);
  border-radius: 10px;
  font-size: 1.2rem;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.card p {
  margin: 0;
  color: #9dacb8;
  font-size: .92rem;
}

.card-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--blue-2);
  text-decoration: none;
  font-size: .88rem;
}

.process-wrap {
  display: grid;
  grid-template-columns: .8fr 2.2fr;
  gap: 58px;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: stage;
}

.process-step {
  position: relative;
}

.process-step::before {
  counter-increment: stage;
  content: counter(stage);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #1767bc;
  color: white;
  font-size: .8rem;
  margin-bottom: 24px;
  box-shadow: 0 0 0 10px rgba(41,129,220,.08);
}

.process-step h3 {
  font-size: .98rem;
}

.process-step p {
  color: var(--muted);
  font-size: .85rem;
}

.trust-band {
  border-block: 1px solid var(--line);
  background: rgba(12,25,36,.55);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.trust-item {
  padding: 30px 26px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: none;
}

.trust-item strong {
  display: block;
  color: var(--blue-2);
  font-size: 1.3rem;
  margin-bottom: 6px;
}

.trust-item span {
  color: var(--muted);
  font-size: .83rem;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.industry {
  padding: 24px 18px;
  background: var(--bg);
}

.industry strong {
  display: block;
  font-size: .88rem;
  margin-bottom: 5px;
}

.industry span {
  font-size: .78rem;
  color: var(--muted);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(71,157,249,.4);
  border-radius: var(--radius-lg);
  padding: 50px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  background:
    radial-gradient(circle at 85% 90%, rgba(38,115,194,.36), transparent 22rem),
    linear-gradient(120deg, #08131d, #050a0f);
}

.cta-panel::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 220px;
  right: -100px;
  bottom: -140px;
  border-radius: 50%;
  border: 1px solid rgba(78,158,242,.4);
  box-shadow:
    0 -8px 60px rgba(33,115,202,.22),
    inset 0 18px 60px rgba(62,154,250,.12);
}

.cta-panel h2 {
  position: relative;
  z-index: 2;
}

.cta-panel > div {
  position: relative;
  z-index: 2;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 54px 0 28px;
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 42px;
}

.footer-title {
  color: var(--blue-2);
  font-size: .72rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.footer-links a {
  display: block;
  color: #9faeba;
  text-decoration: none;
  margin: 8px 0;
  font-size: .86rem;
}

.footer-bottom {
  margin-top: 40px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: .78rem;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* Interior pages */

.page-hero {
  padding: 110px 0 76px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 75% 35%, rgba(41,130,219,.17), transparent 25rem);
}

.page-hero h1 {
  font-size: clamp(3rem, 5vw, 5.25rem);
  max-width: 920px;
}

.page-hero .lead {
  max-width: 780px;
}

.page-section {
  padding: 78px 0;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin-top: 25px;
}

.feature {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.018);
}

.feature strong {
  display: block;
  margin-bottom: 5px;
}

.feature span {
  color: var(--muted);
  font-size: .9rem;
}

/* Form */

.request-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 44px;
  align-items: start;
}

.request-aside {
  position: sticky;
  top: 110px;
}

.request-form {
  border: 1px solid var(--line);
  background: rgba(10,20,30,.72);
  border-radius: var(--radius-lg);
  padding: 32px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field.full {
  grid-column: 1 / -1;
}

label {
  font-size: .82rem;
  font-weight: 650;
  color: #d5dfe6;
}

input,
select,
textarea {
  width: 100%;
  color: white;
  background: #071018;
  border: 1px solid rgba(135,170,198,.22);
  border-radius: 8px;
  padding: 13px 14px;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #4199f5;
  box-shadow: 0 0 0 3px rgba(65,153,245,.10);
}

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

.form-help {
  color: var(--muted-2);
  font-size: .75rem;
}

.form-status {
  margin-top: 18px;
  padding: 14px;
  border-radius: 8px;
  display: none;
}

.form-status.visible {
  display: block;
}

.form-status.success {
  border: 1px solid rgba(91,203,155,.3);
  color: #a8ecc9;
  background: rgba(63,165,121,.08);
}

.form-status.error {
  border: 1px solid rgba(255,145,145,.3);
  color: #ffc1c1;
  background: rgba(191,72,72,.08);
}

.legal {
  max-width: 850px;
}

.legal h2 {
  font-size: 1.5rem;
  margin-top: 42px;
}

.legal p,
.legal li {
  color: var(--muted);
}

@media (max-width: 980px) {
  .nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    padding: 20px;
    background: #08111a;
    border: 1px solid var(--line);
    border-radius: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .nav.open {
    display: flex;
  }

  .menu-button {
    display: block;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 78px 24px 58px;
  }

  .hero-visual {
    min-height: 310px;
  }

  .capability-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-wrap,
  .request-layout {
    grid-template-columns: 1fr;
  }

  .request-aside {
    position: static;
  }

  .process {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero-copy {
    padding-inline: 18px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.55rem, 14vw, 4.3rem);
  }

  .capability-grid,
  .process,
  .two-col,
  .form-grid,
  .industry-grid,
  .trust-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .form-field.full {
    grid-column: auto;
  }

  .cta-panel {
    padding: 32px 25px;
  }

  .section {
    padding: 70px 0;
  }

  .page-hero {
    padding: 72px 0 55px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .card,
  .btn {
    transition: transform .18s ease, border-color .18s ease;
  }
}
