:root {
  --blue-950: var(--color-brand-deep);
  --blue-900: var(--color-brand-deep);
  --blue-800: var(--color-brand-indigo);
  --blue-600: var(--color-brand-royal);
  --violet-600: var(--color-brand-violet);
  --cyan-500: var(--color-brand-cyan);
  --cyan-200: var(--color-brand-cyan-soft);
  --ink: var(--color-ink);
  --muted: var(--color-muted);
  --line: var(--color-line);
  --paper: var(--color-surface);
  --white: var(--color-white);
  --radius: var(--radius-sm);
  font-family: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fbfcff 0%, #f4f7ff 46%, #ffffff 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(23, 27, 117, .86);
  border-bottom: 1px solid rgba(165, 243, 252, .22);
  backdrop-filter: blur(18px);
}

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

.brand img {
  display: block;
  width: 42px;
  height: 42px;
}

.brand span {
  display: grid;
  gap: 1px;
}

.brand strong {
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}

.brand small {
  color: var(--cyan-200);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.nav,
.footer nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
}

.nav {
  padding: 6px;
  border: 1px solid rgba(165, 243, 252, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
}

.nav a {
  padding: 7px 10px;
  border-radius: 999px;
}

.nav a:hover {
  background: rgba(255, 255, 255, .08);
}

.nav a.active {
  color: var(--white);
  background: rgba(255, 255, 255, .12);
}

.nav a,
.footer a {
  transition: color .2s ease, opacity .2s ease;
}

.nav a:hover,
.footer a:hover {
  color: var(--cyan-200);
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  padding: clamp(72px, 9vw, 124px) clamp(20px, 5vw, 72px) clamp(56px, 7vw, 96px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(23, 27, 117, .96) 0%, rgba(37, 99, 235, .5) 48%, rgba(124, 58, 237, .12) 100%),
    url("assets/hero-clean-banner.png") right center/cover;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(165, 243, 252, .8), transparent);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
  min-width: 0;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--cyan-200);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: var(--font-heading);
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(44px, 6.4vw, 82px);
  line-height: .98;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.06;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.hero-text {
  max-width: 690px;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
}

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

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: var(--radius);
  font-weight: 850;
  font-size: 14px;
}

.button.primary {
  background: var(--gradient-brand);
  color: var(--white);
  box-shadow: var(--shadow-brand);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, .38);
  color: var(--white);
  background: rgba(255, 255, 255, .05);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.hero-proof span {
  padding: 10px 13px;
  border: 1px solid rgba(165, 243, 252, .24);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, .82);
  background: rgba(23, 27, 117, .54);
  font-size: 13px;
  backdrop-filter: blur(12px);
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 430px;
}

.hero-console {
  width: min(100%, 420px);
  margin-left: auto;
  padding: 18px;
  border: 1px solid rgba(165, 243, 252, .22);
  border-radius: var(--radius);
  background: rgba(23, 27, 117, .54);
  box-shadow: 0 30px 80px rgba(12, 18, 80, .28);
  backdrop-filter: blur(18px);
}

.console-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(165, 243, 252, .18);
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
}

.console-topline strong {
  color: var(--cyan-200);
}

.console-focus {
  display: grid;
  gap: 8px;
  padding: 34px 0;
}

.console-focus span {
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
}

.console-focus strong {
  max-width: 300px;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1.08;
}

.console-rows {
  display: grid;
  gap: 8px;
}

.console-rows span {
  padding: 12px 14px;
  border: 1px solid rgba(165, 243, 252, .14);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .06);
  font-size: 13px;
}

.product-hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(360px, 1fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  padding: clamp(70px, 8vw, 112px) clamp(20px, 5vw, 72px) clamp(58px, 7vw, 94px);
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(23, 27, 117, .98), rgba(37, 99, 235, .86) 54%, rgba(124, 58, 237, .92));
  overflow: hidden;
}

.product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(165, 243, 252, .14), transparent 36%),
    radial-gradient(circle at 74% 18%, rgba(165, 243, 252, .2), transparent 28%);
  pointer-events: none;
}

.product-hero-copy,
.product-hero-art {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.product-hero-copy h1 {
  margin-bottom: 16px;
  font-size: clamp(58px, 8vw, 112px);
}

.product-kicker {
  max-width: 680px;
  margin-bottom: 18px;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 850;
  line-height: 1.08;
}

.product-hero-art {
  min-height: 520px;
}

.product-hero-art img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(165, 243, 252, .28);
  border-radius: var(--radius);
  box-shadow: 0 34px 90px rgba(11, 15, 75, .36);
}

.product-status {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-width: 190px;
  padding: 16px 18px;
  border: 1px solid rgba(165, 243, 252, .32);
  border-radius: var(--radius);
  background: rgba(23, 27, 117, .7);
  backdrop-filter: blur(16px);
}

.product-status span,
.product-status strong {
  display: block;
}

.product-status span {
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
}

.product-status strong {
  color: var(--cyan-200);
  font-size: 22px;
  line-height: 1.1;
}

.product-intro {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 92px);
  background: var(--white);
}

.product-intro-copy {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 18px;
}

.product-intro-copy p {
  margin-bottom: 0;
}

.product-modules {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(165, 243, 252, .12), transparent 34%),
    var(--gradient-deep);
}

.product-modules .section-number,
.product-direction .section-number {
  border-color: rgba(165, 243, 252, .28);
  color: var(--cyan-200);
  background: rgba(255, 255, 255, .08);
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
}

.module-grid article {
  min-height: 276px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .06));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.module-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.62;
}

.product-direction {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
  color: var(--white);
  background:
    linear-gradient(135deg, #171b75 0%, #2563eb 58%, #7c3aed 100%);
}

.direction-copy p {
  max-width: 680px;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
}

.direction-list {
  display: grid;
  gap: 12px;
}

.direction-list article {
  padding: 22px 24px;
  border: 1px solid rgba(165, 243, 252, .22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .08);
}

.direction-list strong,
.direction-list span {
  display: block;
}

.direction-list strong {
  margin-bottom: 7px;
  color: var(--white);
  font-size: 19px;
}

.direction-list span {
  color: rgba(255, 255, 255, .74);
}

.product-outcomes {
  background:
    linear-gradient(180deg, #fff, #f7f9ff);
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.outcome-grid article {
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #fbfcff);
}

.outcome-grid strong,
.outcome-grid span {
  display: block;
}

.outcome-grid strong {
  margin-bottom: 10px;
  color: var(--blue-900);
  font-size: 20px;
}

.outcome-grid span {
  color: var(--muted);
}

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

.section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 28px;
  margin-bottom: 18px;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 999px;
  color: var(--blue-600);
  background: rgba(37, 99, 235, .06);
  font-size: 12px;
  font-weight: 900;
}

.split,
.impact {
  display: grid;
  grid-template-columns: minmax(260px, .74fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: start;
  background: #fff;
}

.narrative {
  position: relative;
}

.narrative::before,
.about-section::before {
  content: "";
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  right: clamp(20px, 5vw, 72px);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(37, 99, 235, .24), transparent);
}

.section-title-block {
  max-width: 640px;
}

.narrative-copy p,
.impact-copy p,
.wide-copy {
  color: var(--muted);
  font-size: 18px;
}

.outcome-list,
.impact-metrics {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.outcome-list span,
.impact-metrics span {
  padding: 16px 18px;
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: var(--radius);
  color: var(--blue-900);
  background: linear-gradient(135deg, rgba(37, 99, 235, .08), rgba(6, 182, 212, .04));
  font-weight: 850;
}

.about-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  background:
    linear-gradient(120deg, rgba(37, 99, 235, .05), transparent 34%),
    var(--paper);
}

.section-heading {
  max-width: 860px;
}

.about-layout {
  display: grid;
  gap: 28px;
}

.journey-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
}

.journey-panel span {
  min-height: 104px;
  display: flex;
  align-items: end;
  padding: 18px;
  border-right: 1px solid rgba(37, 99, 235, .1);
  color: var(--blue-900);
  font-weight: 900;
}

.journey-panel span:last-child {
  border-right: 0;
  color: var(--white);
  background: var(--gradient-deep);
}

.blue-band {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(165, 243, 252, .14), transparent 32%),
    var(--gradient-deep);
}

.blue-band .section-number {
  border-color: rgba(165, 243, 252, .28);
  color: var(--cyan-200);
  background: rgba(255, 255, 255, .08);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
}

.capability-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.capability-grid .featured-card {
  grid-column: span 2;
  min-height: 250px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .06)),
    linear-gradient(180deg, rgba(165, 243, 252, .1), transparent 42%);
}

.capability-grid p,
.retail-copy p {
  color: rgba(255, 255, 255, .78);
}

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

.icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 22px;
  border-radius: var(--radius);
  color: var(--cyan-200);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
}

.icon svg,
.value-icon svg,
.industry-icon svg {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon svg *,
.value-icon svg *,
.industry-icon svg * {
  vector-effect: non-scaling-stroke;
}

.retail {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(320px, .72fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(135deg, #171b75 0%, #2563eb 58%, #7c3aed 100%);
}

.retail .section-number {
  border-color: rgba(165, 243, 252, .28);
  color: var(--cyan-200);
  background: rgba(255, 255, 255, .08);
}

.retail-visual {
  position: relative;
  min-height: 470px;
}

.retail-visual img {
  width: 100%;
  height: 470px;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(165, 243, 252, .22);
  border-radius: var(--radius);
  box-shadow: 0 32px 80px rgba(14, 20, 94, .34);
}

.retail-panel {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  border: 1px solid rgba(165, 243, 252, .28);
  border-radius: var(--radius);
  background: rgba(23, 27, 117, .68);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.retail-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(165, 243, 252, .16);
}

.retail-row:last-child {
  border-bottom: 0;
}

.retail-row span {
  color: rgba(255, 255, 255, .76);
}

.retail-row strong {
  color: var(--cyan-200);
}

.value {
  background:
    linear-gradient(180deg, #fff, #f8fbff);
}

.value .section-heading {
  margin-bottom: 34px;
}

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

.proof-item {
  min-height: 236px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #f9fbff);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

.value-icon,
.industry-icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 24px;
  border-radius: var(--radius);
}

.value-icon {
  color: var(--blue-600);
  background:
    linear-gradient(145deg, rgba(37, 99, 235, .12), rgba(6, 182, 212, .06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.proof-item strong {
  margin-bottom: 12px;
  color: var(--blue-900);
  font-size: 20px;
}

.proof-item span {
  color: var(--muted);
}

.industries {
  background:
    linear-gradient(180deg, #f7f9ff, #eef4ff);
}

.industry-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.industry-list article {
  min-height: 230px;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, #fff, #fbfcff);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.industry-list strong,
.industry-list span {
  display: block;
}

.industry-icon {
  color: var(--blue-600);
  background: linear-gradient(145deg, rgba(37, 99, 235, .12), rgba(6, 182, 212, .06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.industry-list strong {
  margin-bottom: 10px;
  color: var(--blue-900);
  font-size: 20px;
}

.industry-list span {
  color: var(--muted);
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(50px, 7vw, 88px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(165, 243, 252, .12), transparent 34%),
    var(--gradient-deep);
}

.cta h2 {
  max-width: 780px;
}

.cta p:last-child {
  max-width: 720px;
  color: rgba(255, 255, 255, .78);
}

.footer {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto auto;
  gap: 24px;
  align-items: center;
  padding: 28px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, .72);
  background: var(--blue-950);
}

.footer-brand img {
  width: 38px;
  height: 38px;
}

.footer-brand strong {
  font-size: 21px;
}

.footer-address {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-style: normal;
  font-size: 13px;
  line-height: 1.45;
}

.footer-address strong,
.footer-address span {
  display: block;
}

.footer-address strong {
  margin-bottom: 4px;
  color: var(--white);
}

.footer p {
  margin: 0;
  font-size: 13px;
  text-align: right;
}

@media (max-width: 1080px) {
  .capability-grid,
  .industry-list,
  .module-grid,
  .outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-grid .featured-card {
    grid-column: span 2;
  }

  .footer {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .footer p {
    text-align: left;
  }
}

@media (max-width: 920px) {
  .hero,
  .product-hero,
  .split,
  .about-section,
  .impact,
  .retail,
  .product-intro,
  .product-direction,
  .cta {
    grid-template-columns: 1fr;
  }

  .hero,
  .product-hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 420px;
  }

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

  .cta {
    display: grid;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .nav,
  .footer nav {
    flex-wrap: wrap;
    width: 100%;
    gap: 6px;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    border-radius: var(--radius);
  }

  .nav a {
    min-width: 0;
    text-align: center;
  }

  .footer nav {
    justify-content: flex-start;
  }

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

  .brand small {
    max-width: 220px;
  }

  h1 {
    font-size: 39px;
    line-height: 1.04;
  }

  .hero {
    padding: 68px 24px 76px;
    background-position: 62% center;
  }

  .product-hero {
    padding: 62px 20px 70px;
  }

  .product-hero-copy {
    max-width: 330px;
  }

  .product-hero-copy h1 {
    font-size: 54px;
    max-width: 330px;
  }

  .product-kicker {
    max-width: 330px;
    font-size: 24px;
  }

  .hero-text {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.62;
    overflow-wrap: break-word;
  }

  .product-hero .hero-text {
    width: auto;
    max-width: 330px;
    font-size: 16px;
    word-break: break-word;
  }

  .hero-actions {
    gap: 10px;
  }

  .button {
    padding: 11px 16px;
  }

  .hero-proof {
    gap: 8px;
  }

  .hero-proof span {
    flex: 1 1 150px;
    text-align: center;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-console {
    margin-left: 0;
    width: 100%;
  }

  .console-focus {
    padding: 26px 0;
  }

  .console-focus strong {
    font-size: 27px;
  }

  .retail-visual,
  .retail-visual img {
    min-height: 420px;
    height: 420px;
  }

  .product-hero-art {
    min-height: auto;
  }

  .product-hero-art img {
    height: 420px;
  }

  .capability-grid,
  .industry-list,
  .module-grid,
  .outcome-grid,
  .journey-panel,
  .footer {
    grid-template-columns: 1fr;
  }

  .capability-grid .featured-card {
    grid-column: auto;
  }

  .journey-panel span {
    min-height: 64px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .journey-panel span:last-child {
    border-bottom: 0;
  }
}
