:root {
  --bg: #06101a;
  --surface: #0d1927;
  --surface-2: #132335;
  --line: #2b415b;
  --text: #ecf3fb;
  --muted: #9bb3cb;
  --accent: #37e0c9;
  --accent-2: #59f18f;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Archivo", system-ui, sans-serif;
  line-height: 1.5;
  color: var(--text);
  background:
    radial-gradient(1200px 640px at 12% -22%, rgba(49, 78, 111, 0.32), transparent 62%),
    var(--bg);
}

.wrap {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(6, 14, 23, 0.93);
  backdrop-filter: blur(9px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.56rem;
  text-decoration: none;
  color: var(--text);
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.09em;
  font-size: 1.2rem;
  font-weight: 700;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.38rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 9px;
  padding: 0.44rem 0.64rem;
}

.nav-links a:hover {
  color: var(--text);
  background: rgba(60, 96, 131, 0.2);
}

.nav-links a.active {
  color: #05171c;
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
}

.btn-inline {
  color: #061d16 !important;
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
}

.hero-full {
  position: relative;
  min-height: calc(100vh - 64px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(98deg, rgba(4, 9, 14, 0.82) 0%, rgba(4, 9, 14, 0.58) 45%, rgba(4, 9, 14, 0.34) 100%);
}

.hero-overlay {
  position: relative;
  z-index: 2;
  width: min(660px, calc(100% - 2rem));
  margin: 1.4rem 0 1rem 1rem;
  border: 1px solid #3a5977;
  border-radius: 16px;
  background: rgba(7, 17, 27, 0.8);
  padding: 1rem;
}

.hero-device {
  position: absolute;
  right: clamp(1rem, 4vw, 4rem);
  bottom: clamp(1rem, 5vh, 2.9rem);
  width: clamp(320px, 31vw, 470px);
  border: 1px solid #3d5f83;
  border-radius: 16px;
  background: rgba(7, 14, 22, 0.92);
  box-shadow: 0 32px 54px rgba(0, 0, 0, 0.43);
  overflow: hidden;
  margin: 0;
  z-index: 2;
}

.hero-device img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #08121d;
}

.hero-device figcaption,
.page-hero-media figcaption,
.gallery figcaption {
  margin: 0;
  border-top: 1px solid #2a3f58;
  color: var(--muted);
  font-size: 0.82rem;
  padding: 0.5rem 0.66rem 0.58rem;
}

.page-hero {
  padding: 1.15rem 0 0.95rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0.86rem;
}

.page-hero-copy,
.page-hero-media {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(13, 25, 38, 0.92), rgba(13, 25, 38, 0.72));
}

.page-hero-copy {
  padding: 1rem;
}

.page-hero-media {
  margin: 0;
  overflow: hidden;
}

.page-hero-media img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #08121d;
}

.strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  background: #0a1624;
}

.strip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  padding: 0.72rem 0;
}

.strip-row span {
  color: #c5d6e8;
  font-size: 0.88rem;
  font-weight: 700;
}

.kicker {
  margin: 0 0 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #58d7ff;
}

h1,
h2,
h3 {
  margin: 0 0 0.5rem;
  line-height: 1.12;
}

h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
}

h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.56rem, 2.4vw, 2.2rem);
}

h3 {
  font-size: 1.06rem;
}

.section {
  padding: 1.2rem 0 0.72rem;
}

.section-lead {
  margin: 0 0 0.7rem;
  color: var(--muted);
}

.card-grid {
  display: grid;
  gap: 0.76rem;
}

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

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

.card {
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  padding: 0.84rem;
}

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

.card ul {
  margin: 0.15rem 0 0;
  padding-left: 1.05rem;
  color: var(--muted);
}

.card li {
  margin: 0.34rem 0;
}

.split {
  display: grid;
  gap: 0.8rem;
}

.two-up {
  grid-template-columns: 1.08fr 0.92fr;
}

.steps {
  margin: 0;
  padding-left: 1.1rem;
}

.steps li {
  margin: 0.45rem 0;
}

.gallery {
  display: grid;
  gap: 0.72rem;
}

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

.gallery figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #0d1825;
}

.gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #08121d;
}

.shot img {
  cursor: zoom-in;
}

.table-wrap {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: auto;
}

table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background: #0d1825;
}

th,
td {
  text-align: left;
  padding: 0.62rem 0.66rem;
  border-bottom: 1px solid #22344b;
}

th {
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #bfd0e4;
}

td {
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.56rem;
  margin-top: 0.8rem;
}

.btn {
  display: inline-block;
  text-decoration: none;
  color: #061e18;
  font-weight: 800;
  border-radius: 9px;
  padding: 0.58rem 0.9rem;
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
}

.btn.ghost {
  color: var(--text);
  border: 1px solid var(--line);
  background: transparent;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.72rem;
}

.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.24rem 0.58rem;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 1rem;
  padding: 0.82rem 0 1.36rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.7rem;
}

.footer-grid img {
  width: 34px;
  height: 34px;
}

.muted {
  color: var(--muted);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: rgba(4, 8, 13, 0.93);
  padding: 1rem;
}

.lightbox[hidden] {
  display: none !important;
}

.lightbox img {
  max-width: min(1200px, 94vw);
  max-height: 78vh;
  border: 1px solid #3a5676;
  border-radius: 8px;
}

.lightbox-caption {
  margin: 0.52rem 0 0;
  color: #cbdced;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: 0.74rem;
  right: 0.82rem;
  width: 36px;
  height: 36px;
  border: 1px solid #4a688b;
  border-radius: 999px;
  background: #132137;
  color: #f0f6ff;
  font-size: 1rem;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .page-hero,
  .two-up {
    grid-template-columns: 1fr;
  }

  .card-grid-3,
  .gallery-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-full {
    min-height: auto;
    padding: 1rem 0 1.2rem;
  }

  .hero-overlay {
    margin: 0 0 0.82rem 1rem;
  }

  .hero-device {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(540px, calc(100% - 2rem));
    margin: 0 1rem 0 auto;
  }
}

@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 1rem);
  }

  .nav-row {
    align-items: flex-start;
    flex-direction: column;
    padding: 0.55rem 0;
  }

  .nav-links {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.32rem;
    padding-bottom: 0.1rem;
    scrollbar-width: thin;
  }

  .nav-links a {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 0.82rem;
    padding: 0.4rem 0.58rem;
  }

  .hero-overlay {
    width: calc(100% - 1rem);
    margin: 0 0 0.75rem 0.5rem;
    padding: 0.86rem 0.76rem 0.92rem;
  }

  .hero-device {
    width: calc(100% - 1rem);
    margin: 0 0.5rem 0 auto;
    border-radius: 12px;
  }

  .page-hero {
    padding-top: 0.92rem;
  }

  .card-grid-2,
  .card-grid-3,
  .gallery-3 {
    grid-template-columns: 1fr;
  }

  .strip-row {
    flex-direction: column;
    gap: 0.35rem;
  }

  h1 {
    font-size: clamp(1.9rem, 11vw, 2.7rem);
  }
}