:root {
  --bg: #070a16;
  --surface: #0f1530;
  --surface-2: #141c3d;
  --text: #f4f7ff;
  --muted: #9ca9d3;
  --primary: #6ee7ff;
  --accent: #9b8cff;
  --border: #2a3565;
  --focus: #c2f8ff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  line-height: 1.7;
  background:
    radial-gradient(circle at 10% 10%, #17275d 0%, rgb(23 39 93 / 0%) 40%),
    radial-gradient(circle at 95% 0%, #3a1d67 0%, rgb(58 29 103 / 0%) 34%),
    linear-gradient(180deg, #050810 0%, #080d1f 45%, #090f24 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(to bottom, rgb(0 0 0 / 65%), transparent 80%);
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #fff;
  color: #000;
  padding: 0.5rem 0.75rem;
  z-index: 100;
}

.skip-link:focus-visible {
  left: 1rem;
  top: 1rem;
}

a {
  color: var(--text);
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  border-radius: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgb(8 13 31 / 88%);
  border-bottom: 1px solid var(--border);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.brand {
  font-weight: 800;
  letter-spacing: 0.25px;
}

.nav-list {
  display: flex;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list a {
  color: #d5ddfb;
  font-weight: 500;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.72rem 1.05rem;
  border-radius: 12px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--primary), #6ca0ff);
  color: #03111d;
  font-weight: 700;
}

.button:hover {
  filter: brightness(1.08);
}

.button-secondary {
  background: transparent;
  border-color: var(--border);
  color: var(--text);
}

.button-small {
  padding: 0.52rem 0.8rem;
  font-size: 0.9rem;
}

.icon {
  display: inline-flex;
  width: 1.15rem;
  height: 1.15rem;
  align-items: center;
  justify-content: center;
}

main {
  min-height: 70vh;
}

.hero {
  padding: 4rem 0 2rem;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.5rem;
  align-items: center;
}

.hero-art {
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  background: #101935;
  box-shadow: 0 20px 60px rgb(6 10 26 / 48%);
  transform: perspective(1000px) rotateY(-4deg);
  transition: transform 0.5s ease;
}

.hero-art:hover {
  transform: perspective(1000px) rotateY(0deg) translateY(-6px);
}

.eyebrow {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.78rem;
  margin-bottom: 0.6rem;
}

h1,
h2,
h3 {
  line-height: 1.2;
  margin-top: 0;
}

h1 {
  font-size: clamp(1.95rem, 4vw, 3.2rem);
  margin-bottom: 1rem;
  max-width: 820px;
}

h2 {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  margin-bottom: 0.75rem;
}

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

.hero-kicker {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.pill {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  background: rgb(111 195 255 / 10%);
  color: #cceaff;
  font-size: 0.86rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

section {
  padding: 2.3rem 0;
}

.panel {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.15rem;
}

.panel:hover {
  border-color: #4f66ad;
}

.grid-3,
.grid-2,
.card-grid,
.metric-grid {
  display: grid;
  gap: 1rem;
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.card-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.metric-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.case-card,
.metric-card {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.1rem;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.case-card:hover,
.metric-card:hover {
  transform: translateY(-6px);
  border-color: #496ec0;
  box-shadow: 0 16px 34px rgb(8 12 26 / 38%);
}

.case-media {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #304174;
  margin-bottom: 0.85rem;
}

.icon-svg {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  flex: 0 0 20px;
}

.feature-list {
  margin: 0;
  padding-left: 0;
}

.feature-list li {
  margin-bottom: 0.7rem;
  color: #d6e4ff;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.banner-image {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #304174;
  margin-bottom: 1rem;
}

.interactive-section {
  position: relative;
  overflow: hidden;
}

.interactive-section::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -50px;
  top: -30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(110 231 255 / 28%) 0%, rgb(110 231 255 / 0%) 72%);
  animation: float 8s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
}

.metric-value {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 800;
  color: #d3fbff;
}

.metric-label {
  margin: 0.4rem 0 0;
  color: var(--muted);
}

.case-tag {
  color: #b6e6ff;
  font-size: 0.84rem;
  font-weight: 600;
}

.page-hero {
  padding: 3rem 0 1.5rem;
}

.breadcrumbs {
  color: var(--muted);
  font-size: 0.92rem;
}

.content p,
.content li {
  color: #d9e2ff;
}

.content ul {
  padding-left: 1rem;
}

.seo-list li {
  list-style: none;
  padding-left: 1.4rem;
  position: relative;
}

.seo-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--primary);
}

.site-footer {
  border-top: 1px solid var(--border);
  margin-top: 2rem;
}

.footer-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-footer p {
  color: var(--muted);
}

@media (max-width: 860px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-art {
    transform: none;
  }
}

@media (max-width: 780px) {
  .nav-wrap {
    flex-wrap: wrap;
    padding: 0.7rem 0;
  }

  .nav-list {
    order: 3;
    width: 100%;
    justify-content: center;
    border-top: 1px solid var(--border);
    padding-top: 0.7rem;
  }

  .footer-wrap {
    flex-direction: column;
    justify-content: center;
    padding: 0.7rem 0;
  }
}
