/* SRMesh no-panel full corporate site */

:root {
  --bg: #02070d;
  --text: #f4f8fb;
  --muted: #b2c0cb;
  --muted2: #8294a3;
  --blue: #38b8ff;
  --line: rgba(105, 195, 255, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.58;
}

#meshCanvas {
  position: fixed;
  inset: 0;
  z-index: -20;
  width: 100vw;
  height: 100vh;
  background:
    radial-gradient(circle at 25% 8%, rgba(40,150,255,0.22), transparent 36%),
    linear-gradient(180deg, #02070d 0%, #04121f 48%, #02070d 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2,7,13,0.68), rgba(2,7,13,0.34) 50%, rgba(2,7,13,0.66)),
    linear-gradient(180deg, rgba(2,7,13,0.02), rgba(2,7,13,0.48));
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  padding: 18px clamp(24px, 4vw, 68px) 15px;
  background: rgba(2,7,13,0.70);
  border-bottom: 1px solid rgba(105,195,255,0.20);
  backdrop-filter: blur(14px);
}

.brand {
  width: fit-content;
  color: var(--text);
  text-decoration: none;
  font-size: clamp(1.55rem, 2.35vw, 2.35rem);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.brand span {
  color: var(--blue);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.nav a {
  color: rgba(244,248,251,0.84);
  font-size: 0.88rem;
  text-decoration: none;
}

.nav a:hover {
  color: var(--blue);
}

main {
  overflow: hidden;
}

.hero,
.section {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
  gap: 44px;
  align-items: center;
  padding: clamp(64px, 9vh, 116px) 0 86px;
}

.hero-copy {
  max-width: 780px;
}

.availability {
  margin: 0 0 20px;
  color: var(--text);
  font-size: clamp(1.75rem, 3.3vw, 3.15rem);
  line-height: 1.08;
  font-weight: 760;
  letter-spacing: -0.048em;
}

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

h1 {
  margin-bottom: 14px;
  color: #edf7ff;
  font-size: clamp(2.05rem, 3.65vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.042em;
  font-weight: 680;
}

.subhead {
  margin: 0 0 24px;
  color: #e8f5ff;
  font-size: clamp(1.08rem, 1.6vw, 1.32rem);
  font-weight: 560;
}

.lead {
  max-width: 720px;
  color: #d8e5ee;
  font-size: clamp(1.06rem, 1.55vw, 1.22rem);
}

.supporting {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--muted);
}

.proof-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.proof-points span,
.text-grid article,
.text-grid > p,
.metrics span {
  border-left: 2px solid rgba(56,184,255,0.72);
  background: rgba(56,184,255,0.055);
}

.proof-points span {
  padding: 12px 14px;
  color: #e7f5ff;
}

.hero-visual {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.hero-visual img {
  width: min(285px, 28vw);
  max-width: 100%;
  opacity: 0.32;
  filter: saturate(0.9) contrast(0.96);
}

.hero-visual p {
  max-width: 340px;
  color: rgba(244,248,251,0.66);
  font-size: 0.86rem;
  text-align: center;
}

.section {
  padding: 82px 0;
  border-top: 1px solid rgba(105,195,255,0.12);
}

.section-intro {
  max-width: 860px;
  margin-bottom: 30px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 14px;
  color: #f2f8fd;
  font-size: clamp(2rem, 3.35vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.046em;
  font-weight: 700;
}

h3 {
  margin-bottom: 8px;
  color: #e5f5ff;
  font-size: 1.05rem;
}

.section p,
.copy p,
.text-grid p,
.text-grid li,
.note,
.metrics span,
figcaption {
  color: var(--muted);
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.steps article {
  padding: 0 0 0 16px;
  border-left: 2px solid rgba(56,184,255,0.55);
}

.steps span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.steps p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.note {
  max-width: 850px;
  margin: 28px 0 0;
  padding-left: 16px;
  border-left: 2px solid rgba(56,184,255,0.55);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 46px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
}

.media {
  margin: 0;
}

.media img {
  display: block;
  width: 100%;
  height: auto;
}

.media figcaption {
  margin-top: 10px;
  font-size: 0.86rem;
}

.media-subtle {
  max-width: 360px;
  justify-self: end;
  opacity: 0.70;
}

.media-subtle img {
  max-height: 235px;
  object-fit: contain;
}

.module-media {
  opacity: 0.58;
}

.module-media img {
  max-height: 255px;
  object-fit: contain;
}

.text-grid {
  display: grid;
  gap: 22px;
}

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

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

.text-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.text-grid article,
.text-grid > p {
  margin: 0;
  padding: 14px 16px;
}

.text-grid ul {
  margin: 0;
  padding-left: 20px;
}

.statement h2 {
  max-width: 950px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.metrics span {
  padding: 14px 16px;
  font-weight: 700;
}

.contact {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-bottom: 54px;
}

.contact h2 {
  margin-bottom: 6px;
}

.contact p:last-child {
  margin-bottom: 0;
}

.contact a {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(105,195,255,0.48);
  border-radius: 999px;
  background: rgba(56,184,255,0.10);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(24px, 4vw, 68px);
  color: var(--muted2);
  border-top: 1px solid rgba(105,195,255,0.16);
  font-size: 0.86rem;
}

@media (max-width: 980px) {
  .hero,
  .split,
  .split.reverse {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    justify-items: start;
  }

  .hero-visual p {
    text-align: left;
  }

  .hero-visual img {
    width: 250px;
  }

  .media-subtle {
    justify-self: start;
  }

  .steps,
  .proof-points,
  .text-grid.three,
  .text-grid.four,
  .metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .hero,
  .section {
    width: min(100% - 28px, 1160px);
  }

  .brand {
    white-space: normal;
  }

  .availability {
    font-size: 2.1rem;
  }

  h1 {
    font-size: 2rem;
  }

  .steps,
  .proof-points,
  .text-grid.two,
  .text-grid.three,
  .text-grid.four,
  .metrics {
    grid-template-columns: 1fr;
  }

  .contact,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* EOF */
