:root {
  --black: #05070a;
  --panel: #0d1219;
  --panel-2: #111a24;
  --line: rgba(130, 200, 235, .28);
  --sky: #55c7f3;
  --sky-2: #9ee7ff;
  --magenta: #e6007e;
  --text: #f8fafc;
  --muted: #a9b4c2;
  --white: #ffffff;
}

* { 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;
  background: var(--black);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.service-hero {
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(5,7,10,.9), rgba(5,7,10,.58) 44%, rgba(5,7,10,.18)),
    linear-gradient(0deg, rgba(5,7,10,.96), rgba(5,7,10,.12) 45%, rgba(5,7,10,.76)),
    var(--hero-image) center / cover no-repeat;
}

.mini-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(20px, 5vw, 72px);
}

.mini-nav img {
  width: min(300px, 62vw);
  filter: drop-shadow(0 16px 30px rgba(0,0,0,.45));
}

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

.pill,
.mini-nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 850;
  background: rgba(13,18,25,.62);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.pill:hover,
.mini-nav-links a:hover {
  transform: translateY(-1px);
  background: rgba(85,199,243,.16);
  border-color: rgba(85,199,243,.55);
}

.pill.primary {
  background: var(--magenta);
  border-color: transparent;
  color: var(--white);
}

.pill.primary:hover {
  background: var(--sky);
  color: #06111a;
}

.service-hero-copy {
  width: min(980px, calc(100% - 40px));
  margin: auto auto clamp(48px, 8vw, 96px) clamp(20px, 6vw, 92px);
}

.eyebrow {
  color: var(--sky);
  font-size: .96rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: 14px;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 920px;
  font-size: clamp(3rem, 9vw, 7.4rem);
  line-height: .92;
  margin-bottom: 22px;
  letter-spacing: 0;
}
h2 {
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: .96;
  margin-bottom: 20px;
}
h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  margin-bottom: 12px;
}
p {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.7;
}

.lead {
  max-width: 760px;
  color: #dce8f4;
  font-size: clamp(1.14rem, 2vw, 1.42rem);
  font-weight: 760;
}

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

.section {
  padding: clamp(64px, 8vw, 120px) clamp(20px, 5vw, 72px);
}

.section.muted {
  background: linear-gradient(180deg, rgba(85,199,243,.06), rgba(230,0,126,.04));
}

.inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .75fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.panel {
  background: rgba(13, 18, 25, .86);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0,0,0,.22);
}

.info-panel {
  padding: clamp(24px, 4vw, 38px);
}

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

.check-list li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  color: #d8e3ee;
  line-height: 1.55;
  font-weight: 720;
}

.check-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: .45em;
  background: var(--magenta);
  box-shadow: 0 0 0 6px rgba(230,0,126,.12);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.card {
  padding: 28px;
  min-height: 220px;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--magenta), var(--sky));
}

.reference-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.reference-list li {
  border: 1px solid rgba(85,199,243,.24);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(85,199,243,.08);
  color: #dce8f4;
  font-weight: 780;
  line-height: 1.45;
}

.reference-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: .98rem;
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.footer {
  background: #0d1828;
  padding: 34px 20px;
  color: #b8c7d6;
  text-align: center;
}

.footer-line {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-line span::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  background: var(--magenta);
}

.copyright {
  margin-top: 22px;
  color: rgba(184,199,214,.62);
}

@media (max-width: 860px) {
  .service-hero {
    min-height: 76vh;
    background:
      linear-gradient(180deg, rgba(5,7,10,.88), rgba(5,7,10,.38) 46%, rgba(5,7,10,.92)),
      var(--hero-image) center / cover no-repeat;
  }
  .mini-nav {
    align-items: flex-start;
    padding: 18px 18px;
  }
  .mini-nav-links {
    gap: 8px;
  }
  .mini-nav-links a {
    padding: 9px 12px;
    font-size: .92rem;
  }
  .service-hero-copy {
    margin: auto 18px 42px;
    width: auto;
  }
  h1 {
    font-size: clamp(3.3rem, 16vw, 5rem);
  }
  .two-col,
  .card-grid {
    grid-template-columns: 1fr;
  }
  .reference-list {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 58px 18px;
  }
  .pill {
    width: 100%;
  }
  .footer-line {
    display: grid;
    gap: 8px;
  }
}
