:root {
  --ink: #101820;
  --ink-soft: #172331;
  --text: #1f2a36;
  --muted: #607181;
  --line: #dce5ed;
  --paper: #f5f8fb;
  --white: #ffffff;
  --blue: #2463a6;
  --blue-dark: #173f70;
  --cyan: #51bfd4;
  --amber: #efb64b;
  --shadow: 0 22px 56px rgba(16, 24, 32, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  overflow-x: clip;
}

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

ul {
  margin: 0;
  padding-left: 18px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px clamp(20px, 4vw, 56px);
  color: var(--white);
  background: rgba(16, 24, 32, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 3px 6px 3px 0;
  border-radius: 10px;
}

.brand-mark {
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  overflow: hidden;
  border: 1px solid rgba(154, 222, 239, 0.45);
  border-radius: 10px;
  background:
    radial-gradient(circle at 78% 20%, rgba(126, 242, 255, 0.38), transparent 28%),
    linear-gradient(135deg, #2463a6 0%, #308ec0 46%, #4ec4d7 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -14px 24px rgba(12, 44, 68, 0.24),
    0 12px 28px rgba(35, 112, 165, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.brand:hover .brand-mark {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -14px 24px rgba(12, 44, 68, 0.22),
    0 16px 34px rgba(35, 112, 165, 0.28);
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 7px;
  background:
    linear-gradient(90deg, transparent 0 32%, rgba(255, 255, 255, 0.18) 32% 34%, transparent 34%),
    linear-gradient(0deg, transparent 0 58%, rgba(255, 255, 255, 0.18) 58% 60%, transparent 60%);
}

.brand-mark::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 14px;
  z-index: 1;
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: rgba(209, 247, 255, 0.9);
  box-shadow: -12px -13px 0 rgba(209, 247, 255, 0.42);
}

.brand-initials {
  position: relative;
  z-index: 2;
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 1px 8px rgba(12, 34, 52, 0.46);
}

.brand-node {
  position: absolute;
  right: 9px;
  bottom: 9px;
  z-index: 3;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #dffcff;
  box-shadow:
    0 0 0 3px rgba(127, 241, 255, 0.16),
    0 0 14px rgba(127, 241, 255, 0.82);
}

.brand-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand-text strong,
.brand-text small {
  display: block;
}

.brand-text strong {
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.brand-text small {
  color: #b9c8d4;
  font-size: 0.78rem;
  line-height: 1.25;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 6px;
  color: #dce7ef;
  font-weight: 700;
  font-size: 0.94rem;
}

.site-nav a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: transparent;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(81, 191, 212, 0.22), transparent 30%),
    radial-gradient(circle at 92% 70%, rgba(239, 182, 75, 0.14), transparent 24%),
    linear-gradient(90deg, rgba(16, 24, 32, 0.98), rgba(16, 24, 32, 0.9), rgba(13, 43, 62, 0.76)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 72px);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 24, 32, 0.9), rgba(16, 24, 32, 0.44), rgba(16, 24, 32, 0.16));
}

.hero-circuit {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.82;
  overflow: hidden;
}

.hero-circuit svg {
  position: absolute;
  top: 50%;
  right: -70px;
  width: min(66vw, 1040px);
  min-width: 680px;
  height: min(82vh, 760px);
  transform: translateY(-50%);
}

.circuit-line {
  fill: none;
  stroke: url("#circuitGlow");
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 14 24;
  filter: drop-shadow(0 0 9px rgba(81, 191, 212, 0.28));
  opacity: 0.82;
  animation: circuitFlow 14s linear infinite;
}

.line-b,
.line-e,
.line-h {
  animation-duration: 18s;
  animation-direction: reverse;
}

.line-c,
.line-f {
  animation-duration: 11s;
}

.circuit-static path {
  fill: rgba(81, 191, 212, 0.03);
  stroke: rgba(144, 207, 223, 0.24);
  stroke-width: 1.4;
}

.node {
  fill: url("#nodeGlow");
  transform-origin: center;
  animation: nodePulse 3.6s ease-in-out infinite;
}

.node-b,
.node-e {
  animation-delay: 0.7s;
}

.node-c,
.node-g {
  animation-delay: 1.35s;
}

.node-d,
.node-h {
  animation-delay: 2s;
}

.signal-packet {
  opacity: 0.95;
  filter: drop-shadow(0 0 9px rgba(81, 191, 212, 0.86)) drop-shadow(0 0 18px rgba(81, 191, 212, 0.34));
}

.packet-cyan {
  fill: #7ff1ff;
}

.packet-blue {
  fill: #4aa8ff;
  filter: drop-shadow(0 0 9px rgba(74, 168, 255, 0.86)) drop-shadow(0 0 18px rgba(74, 168, 255, 0.34));
}

.packet-amber {
  fill: #ffd36e;
  filter: drop-shadow(0 0 9px rgba(239, 182, 75, 0.82)) drop-shadow(0 0 18px rgba(239, 182, 75, 0.32));
}

.signal-packets {
  mix-blend-mode: screen;
}

@keyframes circuitFlow {
  to {
    stroke-dashoffset: -152;
  }
}

@keyframes nodePulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.88);
  }
  50% {
    opacity: 1;
    transform: scale(1.22);
  }
}

.hero-layout {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 79px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
  padding: clamp(76px, 10vw, 132px) 0;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 5.7vw, 5.2rem);
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 14px;
  color: #132d46;
  font-size: 1.32rem;
  line-height: 1.22;
}

.hero-copy p {
  max-width: 720px;
  margin-bottom: 34px;
  color: #dce8f0;
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
}

.hero-copy,
.hero-panel {
  min-width: 0;
}

.hero-copy {
  width: min(100%, 760px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.button-primary {
  color: var(--white);
  background: var(--blue);
}

.button-primary:hover {
  background: var(--blue-dark);
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover {
  background: var(--ink-soft);
}

.hero-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(16, 24, 32, 0.76);
  box-shadow: var(--shadow);
}

.panel-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 6px;
  color: var(--ink);
  background: var(--amber);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel h2 {
  margin-bottom: 18px;
  font-size: 1.55rem;
}

.hero-panel li {
  margin-bottom: 12px;
  color: #d9e4ec;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip span {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 18px;
  background: var(--white);
  color: #385368;
  font-weight: 900;
  text-align: center;
}

.section {
  padding: clamp(78px, 10vw, 124px) 0;
}

.section-heading {
  max-width: 940px;
  margin-bottom: 42px;
}

.section-heading p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.service-map {
  position: relative;
  isolation: isolate;
}

.service-map::before {
  content: "";
  position: absolute;
  inset: -24px;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(36, 99, 166, 0.16) 12% 12.4%, transparent 12.4% 48%, rgba(81, 191, 212, 0.16) 48% 48.4%, transparent 48.4% 100%),
    linear-gradient(0deg, transparent 0 18%, rgba(36, 99, 166, 0.14) 18% 18.4%, transparent 18.4% 58%, rgba(81, 191, 212, 0.13) 58% 58.4%, transparent 58.4% 100%),
    radial-gradient(circle at 12% 18%, rgba(36, 99, 166, 0.16), transparent 12%),
    radial-gradient(circle at 48% 58%, rgba(81, 191, 212, 0.15), transparent 13%),
    radial-gradient(circle at 82% 24%, rgba(239, 182, 75, 0.13), transparent 12%);
  background-size: 240px 180px, 260px 220px, 260px 260px, 280px 280px, 260px 260px;
  opacity: 0.6;
  animation: serviceMapDrift 28s linear infinite;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 272px;
  padding: clamp(28px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(16, 24, 32, 0.07);
}

.service-link-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  --node-rgb: 36, 99, 166;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.service-link-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(var(--node-rgb), 0.18), transparent 42%),
    radial-gradient(circle at 92% 18%, rgba(var(--node-rgb), 0.18), transparent 18%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.service-link-card > * {
  position: relative;
  z-index: 1;
}

.service-link-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 42%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(var(--node-rgb), 0.9), transparent);
  opacity: 0;
}

.service-link-card:hover {
  border-color: #9fc2df;
  box-shadow: 0 18px 38px rgba(16, 24, 32, 0.1);
  transform: translateY(-2px);
}

.service-link-card:hover::before {
  opacity: 1;
}

.service-link-card:hover::after {
  opacity: 1;
  animation: cardSignal 1.35s ease-out;
}

.node-cpanel {
  --node-rgb: 255, 108, 44;
}

.node-cwp {
  --node-rgb: 38, 112, 173;
}

.node-advice {
  --node-rgb: 239, 182, 75;
}

.node-web {
  --node-rgb: 81, 191, 212;
}

.node-mail {
  --node-rgb: 0, 120, 212;
}

.node-vps {
  --node-rgb: 31, 157, 138;
}

@keyframes serviceMapDrift {
  to {
    background-position: 240px 180px, -260px 220px, 80px 60px, -90px 80px, 70px -70px;
  }
}

@keyframes cardSignal {
  to {
    left: 104%;
  }
}

.service-card-head {
  display: grid;
  gap: 16px;
  width: 100%;
  margin-bottom: 28px;
}

.service-card-head .card-kicker {
  margin-bottom: 0;
}

.card-kicker {
  display: inline-flex;
  margin-bottom: 34px;
  padding: 6px 10px;
  border-radius: 6px;
  color: var(--blue-dark);
  background: #e7f1fa;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tech-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tech-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 7px 12px;
  border: 1px solid #dce7ef;
  border-radius: 8px;
  color: #274257;
  background: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(16, 24, 32, 0.05);
}

.tech-logo {
  display: block;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  object-fit: contain;
}

.tech-logo.logo-wide {
  width: 34px;
  flex-basis: 34px;
}

.tech-logo.logo-photo {
  width: 30px;
  flex-basis: 30px;
  border-radius: 4px;
}

.protocol-badge {
  color: var(--blue-dark);
  background: #eef6fb;
}

.service-card p {
  color: var(--muted);
}

.service-card-footer {
  margin-top: auto;
  padding-top: 20px;
  color: var(--blue);
  font-weight: 900;
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(16, 24, 32, 0.98), rgba(20, 46, 74, 0.96)),
    var(--ink);
}

.circuit-page {
  --circuit-primary: 81, 191, 212;
  --circuit-secondary: 36, 99, 166;
  --circuit-accent: 239, 182, 75;
  background:
    radial-gradient(circle at 84% 18%, rgba(var(--circuit-primary), 0.2), transparent 28%),
    radial-gradient(circle at 92% 78%, rgba(var(--circuit-accent), 0.13), transparent 24%),
    linear-gradient(135deg, rgba(16, 24, 32, 0.99), rgba(16, 35, 49, 0.96)),
    var(--ink);
}

.circuit-page::before,
.circuit-page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.circuit-page::before {
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(var(--circuit-primary), 0.18) 18% 18.3%, transparent 18.3% 62%, rgba(var(--circuit-secondary), 0.16) 62% 62.3%, transparent 62.3% 100%),
    linear-gradient(0deg, transparent 0 26%, rgba(var(--circuit-primary), 0.16) 26% 26.3%, transparent 26.3% 78%, rgba(var(--circuit-accent), 0.13) 78% 78.3%, transparent 78.3% 100%),
    radial-gradient(circle at 18% 26%, rgba(var(--circuit-primary), 0.22), transparent 8%),
    radial-gradient(circle at 62% 78%, rgba(var(--circuit-accent), 0.18), transparent 8%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 64px);
  background-size: 300px 220px, 320px 260px, 340px 340px, 360px 360px, 64px 64px, 64px 64px;
  opacity: 0.62;
  animation: pageCircuitDrift 34s linear infinite;
}

.circuit-page::after {
  background: linear-gradient(112deg, transparent 0 34%, rgba(var(--circuit-primary), 0.12) 42%, transparent 52% 100%);
  transform: translateX(-42%);
  animation: pageCircuitSweep 12s ease-in-out infinite;
  opacity: 0.72;
}

.theme-cpanel {
  --circuit-primary: 255, 108, 44;
  --circuit-secondary: 36, 99, 166;
}

.theme-cwp {
  --circuit-primary: 71, 176, 234;
  --circuit-secondary: 38, 132, 77;
}

.theme-advice {
  --circuit-primary: 239, 182, 75;
  --circuit-secondary: 81, 191, 212;
}

.theme-web {
  --circuit-primary: 81, 191, 212;
  --circuit-secondary: 31, 157, 138;
}

.theme-mail {
  --circuit-primary: 0, 120, 212;
  --circuit-secondary: 81, 191, 212;
}

.theme-vps {
  --circuit-primary: 31, 157, 138;
  --circuit-secondary: 81, 191, 212;
}

.theme-services {
  --circuit-primary: 81, 191, 212;
  --circuit-secondary: 239, 182, 75;
}

.circuit-page .page-hero-layout {
  position: relative;
  z-index: 1;
}

.circuit-page .service-summary {
  border-color: rgba(var(--circuit-primary), 0.22);
  background: rgba(16, 24, 32, 0.62);
  backdrop-filter: blur(10px);
}

@keyframes pageCircuitDrift {
  to {
    background-position: 300px 220px, -320px 260px, 90px 80px, -120px 120px, 64px 64px, -64px 64px;
  }
}

@keyframes pageCircuitSweep {
  0%,
  36% {
    transform: translateX(-48%);
  }
  70%,
  100% {
    transform: translateX(48%);
  }
}

.page-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(34px, 7vw, 86px);
  align-items: center;
  min-height: 520px;
  padding: clamp(70px, 9vw, 116px) 0;
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(2.5rem, 5vw, 4.45rem);
}

.page-hero p {
  max-width: 760px;
  color: #dce8f0;
  font-size: 1.12rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #b9c8d4;
  font-size: 0.88rem;
  font-weight: 800;
}

.breadcrumb a {
  color: var(--cyan);
}

.service-summary {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.service-summary h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.service-summary ul {
  color: #d9e4ec;
}

.logo-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.logo-stack .tech-badge {
  background: rgba(255, 255, 255, 0.94);
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(30px, 6vw, 74px);
  align-items: start;
}

.content-main {
  display: grid;
  gap: 34px;
}

.lead {
  max-width: 860px;
  color: var(--muted);
  font-size: 1.12rem;
}

.info-band {
  background: var(--white);
  border-block: 1px solid var(--line);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.detail-card,
.side-panel,
.cta-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(16, 24, 32, 0.06);
}

.detail-card {
  padding: 24px;
}

.detail-card h3,
.side-panel h3,
.cta-panel h3 {
  font-size: 1.2rem;
}

.detail-card p,
.side-panel p,
.cta-panel p {
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 14px;
  padding-left: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px #e7f1fa;
}

.side-panel {
  display: grid;
  gap: 18px;
  padding: 26px;
}

.side-panel .mail-link {
  width: 100%;
}

.stacked-links {
  display: grid;
  gap: 10px;
}

.stacked-links a {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue-dark);
  background: #f8fbfd;
  font-weight: 900;
}

.stacked-links a:hover {
  border-color: #9fc2df;
  background: #eef6fb;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-step {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbfd;
}

.process-step span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--blue);
  font-weight: 900;
}

.process-step strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
}

.process-step p {
  margin-bottom: 0;
  color: var(--muted);
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(26px, 4vw, 38px);
}

.process {
  background:
    linear-gradient(180deg, var(--white) 0%, #f5f8fb 100%);
  border-block: 1px solid var(--line);
}

.process-layout,
.contact-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
}

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

.process-note {
  display: grid;
  gap: 6px;
  max-width: 430px;
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  background: #f8fbfd;
  box-shadow: 0 10px 26px rgba(16, 24, 32, 0.06);
}

.process-note strong {
  color: var(--blue-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.process-note span {
  color: var(--muted);
}

.timeline-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 126px;
  gap: 24px;
  align-items: stretch;
  min-height: 118px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 24, 32, 0.06);
  overflow: hidden;
}

.timeline-number {
  display: grid;
  place-items: center;
  min-height: 118px;
  color: var(--blue-dark);
  background: #e7f1fa;
  font-size: 1.05rem;
  font-weight: 900;
}

.timeline-content {
  display: grid;
  gap: 8px;
  align-content: center;
  padding: 24px 0;
}

.timeline-content strong {
  color: var(--blue-dark);
  font-size: 1.04rem;
}

.timeline-content p {
  margin-bottom: 0;
  color: var(--muted);
}

.timeline-tag {
  align-self: center;
  justify-self: end;
  margin-right: 22px;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--blue-dark);
  background: #eef6fb;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.security {
  background: #edf3f8;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
}

.resource {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(16, 24, 32, 0.06);
}

.resource:hover {
  border-color: #9fc2df;
  transform: translateY(-2px);
}

.resource span {
  color: var(--blue);
  font-weight: 900;
}

.resource strong {
  color: #213648;
  font-size: 1rem;
  line-height: 1.45;
}

.contact {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(16, 24, 32, 0.98), rgba(20, 46, 74, 0.96)),
    var(--ink);
}

.contact h2,
.contact .eyebrow {
  color: var(--white);
}

.contact-copy p {
  color: #c9d7e0;
}

.contact-note {
  display: grid;
  gap: 8px;
  width: fit-content;
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.contact-note a {
  color: var(--cyan);
  font-weight: 900;
}

.contact-card {
  display: grid;
  align-content: start;
  gap: 20px;
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: var(--white);
  color: var(--text);
  box-shadow: var(--shadow);
}

.contact-card .card-kicker {
  width: fit-content;
  margin-bottom: 10px;
}

.contact-card h3 {
  margin-bottom: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
}

.contact-card p {
  color: var(--muted);
  font-size: 1.05rem;
}

.contact-card strong {
  color: var(--ink);
}

.mail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue);
  font-weight: 900;
}

.mail-link:hover {
  background: var(--blue-dark);
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 4px;
  color: var(--muted);
}

.contact-list li {
  padding-left: 2px;
}

.site-footer {
  padding: 26px clamp(20px, 5vw, 72px);
  color: #aebcca;
  background: #0b1117;
  text-align: center;
  font-size: 0.92rem;
}

.status-body {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  background: var(--paper);
}

.status-card {
  width: min(720px, 100%);
  padding: clamp(28px, 6vw, 44px);
  border: 1px solid var(--line);
  border-top: 6px solid var(--blue);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.status-card h1 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(2rem, 5vw, 3rem);
}

.status-card p {
  color: var(--muted);
}

.status-card .button {
  margin-top: 10px;
}

@media (max-width: 1080px) {
  .hero-layout,
  .page-hero-layout,
  .content-layout,
  .process-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    min-height: auto;
  }

  .hero-panel {
    max-width: 700px;
  }

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

  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: calc(100% - 32px);
  }

  .site-header {
    align-items: flex-start;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 9px;
  }

  .brand-mark::before {
    inset: 7px;
  }

  .brand-text strong {
    font-size: 0.96rem;
    line-height: 1.14;
  }

  .brand-text small {
    font-size: 0.72rem;
  }

  .nav-toggle {
    display: block;
    flex: 0 0 42px;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: #101820;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .hero-bg {
    background:
      radial-gradient(circle at 80% 18%, rgba(81, 191, 212, 0.18), transparent 34%),
      linear-gradient(180deg, rgba(16, 24, 32, 0.92), rgba(16, 24, 32, 0.98)),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 56px),
      repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 56px);
  }

  .hero-layout {
    padding: 72px 0;
  }

  .hero-copy {
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 2.7rem);
    line-height: 1.08;
  }

  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.04em;
    line-height: 1.7;
  }

  .hero-copy p {
    max-width: 100%;
    font-size: 1rem;
    overflow-wrap: break-word;
  }

  .hero-circuit {
    opacity: 0.46;
  }

  .hero-circuit svg {
    right: -320px;
    width: 980px;
    min-width: 980px;
  }

  .hero-actions,
  .trust-strip,
  .service-grid,
  .resource-grid,
  .detail-grid,
  .process-steps,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    display: grid;
  }

  .timeline-item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }

  .timeline-number {
    min-height: auto;
    height: 100%;
  }

  .timeline-content {
    padding: 20px 14px 20px 0;
  }

  .timeline-tag {
    grid-column: 1 / -1;
    justify-self: start;
    margin: 0 18px 18px;
  }

  .button {
    width: 100%;
  }

  .mail-link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .circuit-line,
  .node,
  .signal-packets,
  .circuit-page::before,
  .circuit-page::after,
  .service-map::before,
  .service-link-card:hover::after {
    animation: none;
  }
}
