:root {
  color-scheme: light;
  --ink: #101821;
  --muted: #5d6b79;
  --soft: #eef4f6;
  --line: rgba(16, 24, 33, 0.12);
  --green: #2bd6a3;
  --green-dark: #129b73;
  --cyan: #41bde8;
  --yellow: #f2c14e;
  --red: #ef665b;
  --steel: #254357;
  --navy: #132638;
  --charcoal: #16202a;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(17, 30, 43, 0.16);
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f7faf9;
  color: var(--ink);
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button {
  font: inherit;
}

.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;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 18px clamp(20px, 4vw, 56px);
  color: #f7fffb;
  transition:
    background 200ms ease,
    color 200ms ease,
    box-shadow 200ms ease,
    backdrop-filter 200ms ease;
}

.site-header.is-scrolled,
.site-header.nav-active {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 12px 32px rgba(13, 33, 47, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--green), var(--cyan));
  box-shadow: 0 16px 38px rgba(43, 214, 163, 0.3);
}

.brand-mark span {
  position: absolute;
  left: 9px;
  right: 9px;
  height: 4px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.92);
}

.brand-mark span:first-child {
  top: 13px;
}

.brand-mark span:last-child {
  bottom: 13px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-size: 18px;
  font-weight: 760;
}

.brand small {
  margin-top: 3px;
  color: currentColor;
  opacity: 0.72;
  font-size: 12px;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled .site-nav,
.site-header.nav-active .site-nav {
  border-color: var(--line);
  background: rgba(244, 248, 248, 0.82);
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 650;
  color: currentColor;
  opacity: 0.86;
}

.site-nav a:hover {
  background: rgba(43, 214, 163, 0.16);
  opacity: 1;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  color: inherit;
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 130px clamp(20px, 4vw, 56px) 90px;
  color: var(--white);
  isolation: isolate;
}

.hero picture,
.hero picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero picture img {
  object-fit: cover;
  filter: saturate(1.04) contrast(1.08);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(11, 20, 28, 0.94) 0%, rgba(15, 28, 39, 0.84) 38%, rgba(15, 28, 39, 0.4) 72%, rgba(8, 18, 26, 0.72) 100%),
    linear-gradient(180deg, rgba(5, 14, 19, 0.48), rgba(5, 14, 19, 0.76));
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.78), transparent 78%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, #f7faf9);
}

.hero-content {
  width: min(760px, 100%);
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--green);
  font-size: 13px;
  font-weight: 780;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor;
}

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

h1 {
  margin-bottom: 24px;
  max-width: 740px;
  font-size: clamp(42px, 6.5vw, 88px);
  line-height: 0.98;
  font-weight: 800;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(31px, 4.1vw, 58px);
  line-height: 1.04;
  font-weight: 790;
}

h3 {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 12px;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.hero-copy {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(245, 250, 250, 0.82);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 760;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button.primary {
  background: var(--green);
  color: #05221a;
  box-shadow: 0 18px 44px rgba(43, 214, 163, 0.28);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  backdrop-filter: blur(14px);
}

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

.live-panel {
  position: absolute;
  right: clamp(20px, 5vw, 76px);
  bottom: 84px;
  z-index: 3;
  width: min(390px, calc(100% - 40px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(12, 25, 34, 0.72);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(20px);
}

.panel-top,
.meter,
.metric-grid > div {
  border-radius: 8px;
}

.panel-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.panel-top strong {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(43, 214, 163, 0.18);
  color: var(--green);
  font-size: 12px;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(43, 214, 163, 0.18);
}

.meter {
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.meter span,
.metric-grid span,
.dashboard span,
.dashboard small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.meter strong {
  display: block;
  margin: 8px 0;
  color: var(--white);
  font-size: 36px;
  line-height: 1;
}

.meter div {
  height: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.14);
}

.meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--cyan));
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.metric-grid > div {
  padding: 13px;
  background: rgba(255, 255, 255, 0.08);
}

.metric-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--white);
  font-size: 20px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: -42px auto 0;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: rgba(16, 24, 33, 0.12);
}

.proof-strip div {
  padding: 26px;
  background: var(--white);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  margin-bottom: 7px;
  font-size: clamp(25px, 3vw, 38px);
  color: var(--navy);
}

.proof-strip span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.section,
.platform-section,
.access-section,
.industries,
.contact-section {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.section {
  padding: 104px 0;
}

.intro-section {
  padding-top: 120px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  margin-bottom: 42px;
}

.split-heading p {
  margin-bottom: 0;
  padding-top: 10px;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.solution-card {
  min-height: 255px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(16, 31, 43, 0.06);
}

.solution-card p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.62;
}

.icon-badge {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: rgba(43, 214, 163, 0.14);
  color: var(--green-dark);
}

.icon-badge svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.platform-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
  padding: 96px clamp(20px, 4vw, 56px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(19, 38, 56, 0.98), rgba(20, 46, 53, 0.96)),
    var(--navy);
  color: var(--white);
}

.platform-copy p {
  color: rgba(255, 255, 255, 0.74);
}

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

.check-list li {
  position: relative;
  padding-left: 34px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background:
    linear-gradient(135deg, var(--green), var(--cyan)),
    var(--green);
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 6px;
  height: 10px;
  border: solid #05221a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.dashboard {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 32px 86px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px);
}

.dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.dashboard-head strong,
.asset-row strong {
  display: block;
  color: var(--white);
}

.segmented {
  display: flex;
  gap: 4px;
  padding: 4px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.segmented span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 680;
}

.segmented .active {
  background: rgba(43, 214, 163, 0.18);
  color: var(--green);
}

.asset-row {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.asset-row > span {
  width: 12px;
  height: 12px;
  border-radius: 99px;
}

.asset-row.ok > span {
  background: var(--green);
}

.asset-row.warn > span {
  background: var(--yellow);
}

.asset-row b {
  color: var(--white);
  font-size: 13px;
}

.chart {
  margin-top: 14px;
  padding: 16px 16px 10px;
  border-radius: 8px;
  background: rgba(5, 14, 20, 0.35);
}

.chart svg {
  width: 100%;
  min-height: 180px;
}

.chart .area {
  fill: url(#lineFill);
}

.chart .line,
.chart .alt {
  fill: none;
  stroke: var(--green);
  stroke-width: 5;
  stroke-linecap: round;
}

.chart .alt {
  stroke: var(--cyan);
  stroke-width: 3;
  opacity: 0.62;
}

.chart-labels,
.dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.chart-labels span {
  text-align: center;
}

.dashboard-metrics {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
}

.dashboard-metrics div {
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.dashboard-metrics strong {
  display: block;
  margin-top: 6px;
  color: var(--white);
  font-size: 25px;
}

.access-section {
  padding: 104px 0 0;
}

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

.access-card {
  min-height: 238px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(16, 31, 43, 0.06);
}

.access-card.highlight {
  background:
    linear-gradient(135deg, rgba(43, 214, 163, 0.18), rgba(65, 189, 232, 0.16)),
    var(--white);
}

.access-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 8px;
  background: var(--soft);
  color: var(--green-dark);
  font-weight: 790;
}

.access-card h3 {
  min-height: 50px;
}

.access-card p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.62;
}

.network-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1.08fr) 60px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #101821;
  color: var(--white);
}

.network-map div {
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.network-map .core {
  background: rgba(43, 214, 163, 0.16);
  border-color: rgba(43, 214, 163, 0.32);
}

.network-map strong,
.network-map span {
  display: block;
}

.network-map strong {
  margin-bottom: 10px;
  font-size: 18px;
}

.network-map span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.45;
}

.network-map i {
  position: relative;
  display: block;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--cyan));
}

.network-map i::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--cyan);
  border-right: 2px solid var(--cyan);
  transform: translateY(-50%) rotate(45deg);
}

.image-band {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 12px;
  width: min(1320px, calc(100% - 40px));
  margin: 100px auto 0;
}

.image-band figure {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--charcoal);
}

.image-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.03);
}

.image-band figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(5, 14, 20, 0.78));
}

.image-band figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: var(--white);
  font-size: 15px;
  font-weight: 740;
}

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

.steps article {
  position: relative;
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 8px;
  background: var(--soft);
  color: var(--green-dark);
  font-weight: 790;
}

.steps article::before {
  content: "";
  position: absolute;
  top: 46px;
  left: 68px;
  right: 22px;
  height: 1px;
  background: linear-gradient(90deg, var(--green), transparent);
}

.steps p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.62;
}

.industries {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(420px, 1.14fr);
  gap: 60px;
  align-items: start;
  padding: 0 0 104px;
}

.industry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.industry-list span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--steel);
  font-weight: 720;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto;
  gap: 40px;
  align-items: center;
  margin-bottom: 34px;
  padding: clamp(34px, 6vw, 70px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(43, 214, 163, 0.12), rgba(65, 189, 232, 0.14)),
    var(--white);
  box-shadow: var(--shadow);
}

.contact-section p {
  max-width: 760px;
}

.contact-actions {
  justify-content: flex-end;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0 42px;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 1080px) {
  .live-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 44px;
  }

  .hero {
    align-items: end;
  }

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

  .platform-section,
  .industries,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand strong {
    font-size: 16px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    left: 18px;
    right: 18px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    padding: 8px;
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.96);
    color: var(--ink);
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    min-height: 48px;
  }

  .hero {
    min-height: auto;
    padding: 112px 20px 54px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(9, 18, 25, 0.94), rgba(9, 18, 25, 0.66)),
      linear-gradient(180deg, rgba(5, 14, 19, 0.38), rgba(5, 14, 19, 0.82));
  }

  h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .hero-copy,
  p {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .live-panel {
    width: 100%;
  }

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

  .proof-strip div {
    padding: 20px;
  }

  .section {
    padding: 76px 0;
  }

  .intro-section {
    padding-top: 88px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .solution-grid,
  .access-grid,
  .steps,
  .dashboard-metrics,
  .chart-labels {
    grid-template-columns: 1fr;
  }

  .access-section {
    padding-top: 76px;
  }

  .network-map {
    grid-template-columns: 1fr;
  }

  .network-map i {
    width: 2px;
    height: 34px;
    margin: 0 auto;
    background: linear-gradient(180deg, var(--green), var(--cyan));
  }

  .network-map i::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -1px;
    transform: translateX(-50%) rotate(135deg);
  }

  .platform-section {
    width: 100%;
    padding: 76px 20px;
    border-radius: 0;
  }

  .dashboard-head,
  .asset-row {
    align-items: start;
  }

  .dashboard-head {
    flex-direction: column;
  }

  .segmented {
    width: 100%;
  }

  .segmented span {
    flex: 1;
    justify-content: center;
  }

  .asset-row {
    grid-template-columns: 12px 1fr;
  }

  .asset-row b {
    grid-column: 2;
  }

  .image-band {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    margin-top: 64px;
  }

  .image-band figure {
    min-height: 300px;
  }

  .industries {
    gap: 24px;
    padding-bottom: 76px;
  }

  .industry-list span {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero-actions,
  .contact-actions {
    gap: 10px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .metric-grid {
    grid-template-columns: 1fr;
  }

  .solution-card,
  .access-card,
  .steps article,
  .contact-section {
    padding: 22px;
  }
}
