:root {
  --panel-shadow: 0 24px 56px oklch(0.11 0.03 285 / 0.28);
  --surface-ice: var(--warm-paper);
  --surface-night: var(--signal-night);
  --surface-signal: var(--electric-violet);
  --surface-coral: var(--coral);
  --surface-mint: var(--cobalt);
  --text-dark: var(--signal-night);
}

.signal-page h1,
.signal-page h2,
.signal-page h3 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.signal-page p {
  text-wrap: pretty;
}

.signal-subpage main {
  padding-top: calc(var(--header-height) - 18px);
}

.hero {
  min-height: 860px;
}

.hero-content {
  max-width: 1120px;
  padding-top: 170px;
  padding-bottom: 184px;
}

.hero-tag,
.page-kicker {
  display: none;
}

.hero h1 {
  max-width: 12.5ch;
  margin-inline: 0;
  font-size: clamp(4.8rem, 9vw, 7.6rem);
  line-height: 0.96;
}

.hero-copy {
  margin-inline: 0;
}

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

.hero-panel {
  position: absolute;
  right: clamp(20px, 5vw, 64px);
  bottom: 108px;
  z-index: 3;
  width: min(360px, calc(100vw - 40px));
  padding: 22px;
  border: 1px solid oklch(0.98 0.01 260 / 0.16);
  background: var(--signal-night);
  box-shadow: var(--panel-shadow);
}

.hero-panel h2,
.hero-panel h3 {
  margin-bottom: 12px;
  font-size: 2.25rem;
  line-height: 0.92;
}

.hero-panel p {
  margin-bottom: 18px;
  color: oklch(0.92 0.018 255 / 0.8);
  font-size: 0.92rem;
}

.hero-panel-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  border-top: 1px solid oklch(0.98 0.01 260 / 0.12);
}

.hero-panel-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid oklch(0.98 0.01 260 / 0.12);
  font-size: 0.84rem;
}

.hero-panel-list strong {
  color: var(--accent);
  font-weight: 700;
}

.proof-band {
  background: oklch(0.16 0.04 285 / 0.94);
}

.home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: start;
  margin-bottom: clamp(34px, 4vw, 54px);
}

.home-section-head h2 {
  margin: 0;
  font-size: clamp(2.7rem, 4.6vw, 4.8rem);
  line-height: 0.96;
}

.home-section-head p {
  max-width: 46ch;
  margin: 0;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.flow-story-head {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.flow-story-head h2 {
  max-width: 8ch;
}

.flow-story-head > p:last-child {
  justify-self: end;
}

.section-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  font-weight: 700;
}

.section-link span {
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.section-link:hover span,
.section-link:focus-visible span {
  transform: translateX(5px);
}

.product-line a {
  color: inherit;
}

.product-line a::after {
  display: none;
}

.industry-ribbon {
  color: var(--white-tint);
  background: var(--signal-night);
}

.industry-lineup {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.industry-lineup a {
  min-height: 168px;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 22px;
  border-right: 1px solid var(--line-light);
  transition:
    background-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.industry-lineup a:nth-child(1),
.industry-lineup a:nth-child(4) {
  background: oklch(0.54 0.285 293 / 0.16);
}

.industry-lineup a:nth-child(2),
.industry-lineup a:nth-child(5) {
  background: oklch(0.56 0.24 263 / 0.14);
}

.industry-lineup a:nth-child(3),
.industry-lineup a:nth-child(6) {
  background: oklch(0.52 0.235 262 / 0.1);
}

.industry-lineup a:last-child {
  border-right: 0;
}

.industry-lineup a:hover,
.industry-lineup a:focus-visible {
  color: var(--signal-night);
  background: var(--accent);
}

.industry-lineup strong {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.2vw, 2rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.industry-lineup span {
  font-size: 0.86rem;
  color: oklch(0.92 0.018 255 / 0.8);
}

.industry-lineup a:hover span,
.industry-lineup a:focus-visible span {
  color: oklch(0.2 0.035 285 / 0.82);
}

.page-mast {
  position: relative;
  overflow: hidden;
  color: var(--white-tint);
  background: var(--signal-deep);
}

.page-mast::before {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='920' viewBox='0 0 1600 920'%3E%3Cg fill='none' stroke='%23f8f5ee' stroke-opacity='.07' stroke-width='1'%3E%3Cpath d='M240 0v920'/%3E%3Cpath d='M800 0v920'/%3E%3Cpath d='M1328 0v920'/%3E%3Cpath d='M0 184h1600'/%3E%3Cpath d='M0 604h1600'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='224' cy='202' r='2.6' fill='%23ff655a' fill-opacity='.48'/%3E%3Ccircle cx='802' cy='202' r='2.2' fill='%236047ff' fill-opacity='.46'/%3E%3Ccircle cx='1332' cy='202' r='2.6' fill='%23ff655a' fill-opacity='.36'/%3E%3Ccircle cx='522' cy='608' r='2.2' fill='%236047ff' fill-opacity='.44'/%3E%3Ccircle cx='1098' cy='608' r='2.6' fill='%23ff655a' fill-opacity='.36'/%3E%3Ccircle cx='1460' cy='446' r='2' fill='%236047ff' fill-opacity='.36'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  content: "";
  pointer-events: none;
}

.page-mast-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 3.8vw, 52px);
  align-items: center;
  padding-block: clamp(28px, 3vw, 40px) clamp(36px, 4vw, 56px);
}

.page-mast-copy {
  min-width: 0;
}

.page-mast-copy h1 {
  max-width: 100%;
  margin: 0 0 16px;
  font-size: var(--type-mast-size);
  font-stretch: 70%;
  line-height: 1.02;
}

.page-title-line {
  display: block;
  white-space: nowrap;
}

.page-mast-copy p {
  max-width: 52ch;
  margin: 0;
  color: oklch(0.93 0.016 255 / 0.82);
}

.page-mast-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.page-mast-media,
.page-panel {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page-mast-media::before,
.page-mast-media::after,
.page-panel::before,
.page-panel::after,
.route-figure::before,
.route-figure::after,
.platform-visual::before,
.platform-visual::after {
  content: none;
}

.page-panel {
  display: grid;
  place-items: center;
}

.page-mast-media img,
.page-panel img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-mast-media img {
  aspect-ratio: 30 / 19;
  object-fit: contain;
}

.page-mast-media img.media-3d {
  width: min(100%, 520px);
  aspect-ratio: 1;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px oklch(0.08 0.02 285 / 0.14));
}

.page-panel img.media-3d {
  width: min(100%, 580px);
  aspect-ratio: 1;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px oklch(0.08 0.02 285 / 0.14));
}

.page-section {
  position: relative;
  padding-block: clamp(72px, 8vw, 126px);
}

.page-section.surface-ice {
  color: var(--text-dark);
  background: var(--surface-ice);
}

.page-section.surface-night {
  color: var(--white-tint);
  background: var(--surface-night);
}

.page-section.surface-signal {
  color: var(--white-tint);
  background: var(--surface-signal);
}

.page-section.surface-coral {
  color: var(--signal-night);
  background: var(--surface-coral);
}

.page-section.surface-coral .btn-primary {
  color: var(--white-tint);
  background: var(--signal-night);
}

.page-section.surface-coral .btn-primary:hover,
.page-section.surface-coral .btn-primary:focus-visible {
  color: var(--white-tint);
  background: var(--signal-deep);
}

.page-section.surface-mint {
  color: var(--white-tint);
  background: var(--surface-mint);
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: start;
}

.page-copy h2,
.page-copy h3 {
  max-width: 16ch;
  margin: 0 0 22px;
  font-size: clamp(2.7rem, 4.6vw, 4.7rem);
  line-height: 0.96;
}

.page-copy p {
  max-width: 50ch;
  margin: 0;
}

.page-copy p + p,
.detail-list,
.split-list,
.page-copy .section-link,
.page-copy .section-actions {
  margin-top: 24px;
}

.detail-list,
.split-list,
.signal-metric-list,
.key-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list li,
.split-list li,
.signal-metric-list li,
.key-points li {
  padding: 15px 0;
  border-top: 1px solid currentColor;
  border-color: oklch(0.98 0.01 260 / 0.14);
}

.surface-ice .detail-list li,
.surface-ice .split-list li,
.surface-ice .signal-metric-list li,
.surface-ice .key-points li,
.surface-coral .detail-list li,
.surface-coral .split-list li,
.surface-coral .signal-metric-list li,
.surface-coral .key-points li {
  border-color: var(--line-dark);
}

.surface-mint .detail-list li,
.surface-mint .split-list li,
.surface-mint .signal-metric-list li,
.surface-mint .key-points li {
  border-color: var(--line-light);
}

.detail-list strong,
.key-points strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.signal-metric-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
}

.signal-metric-list strong {
  font-family: var(--font-display);
  font-size: 2.3rem;
  line-height: 0.94;
}

.route-figure {
  min-height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.surface-ice .route-figure {
  background: transparent;
}

.lead-form.route-figure {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.surface-ice .lead-form.route-figure {
  background: transparent;
}

.route-figure.route-media {
  display: grid;
  place-items: center;
}

.route-figure.route-media img.media-3d {
  width: min(100%, 560px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px oklch(0.08 0.02 285 / 0.14));
}

.claim-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px);
}

.claim-band div {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.claim-band strong {
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.signal-page[data-page="card-acquiring"] .claim-band strong,
.signal-page[data-page="products"] .claim-band strong {
  font-size: clamp(2.6rem, 4vw, 4rem);
  white-space: nowrap;
}

.signal-page[data-page="coverage"] .claim-band strong,
.signal-page[data-page="security"] .claim-band strong,
.signal-page[data-page="white-label"] .claim-band strong,
.signal-page[data-page="get-started"] .claim-band strong,
.signal-page[data-page="industries"] .claim-band strong {
  font-size: clamp(1.6rem, 2.2vw, 2.3rem);
  line-height: 0.95;
  font-stretch: 78%;
}

.signal-page[data-page="coverage"] .claim-band div,
.signal-page[data-page="security"] .claim-band div,
.signal-page[data-page="white-label"] .claim-band div,
.signal-page[data-page="get-started"] .claim-band div,
.signal-page[data-page="industries"] .claim-band div {
  min-height: 0;
  align-content: start;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

.feature-stack {
  display: grid;
  gap: 0;
  background: transparent;
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 3vw, 36px);
  padding: 24px 0;
  border-top: 1px solid oklch(0.98 0.01 260 / 0.14);
  background: transparent;
}

.feature-row:first-child {
  border-top: 0;
}

.surface-ice .feature-row {
  border-color: var(--line-dark);
  background: transparent;
}

.surface-coral .feature-row {
  border-color: var(--line-dark);
  background: transparent;
}

.surface-mint .feature-row {
  border-color: var(--line-light);
  background: transparent;
}

.signal-page[data-page="infrastructure"] .surface-mint .feature-stack {
  border-top: 2px solid currentColor;
}

.signal-page[data-page="infrastructure"] .surface-mint .feature-row {
  border-top: 0;
  border-bottom: 1px solid oklch(0.992 0.008 88 / 0.24);
}

.feature-row h3 {
  margin: 0;
  align-self: start;
  font-size: clamp(1.9rem, 2.6vw, 2.6rem);
  line-height: 1;
}

.signal-page[data-page="products"] .feature-row {
  grid-template-columns: minmax(238px, 0.98fr) minmax(0, 1.02fr);
}

.signal-page[data-page="products"] .feature-row h3 {
  font-size: clamp(1.58rem, 1.95vw, 2.14rem);
  font-stretch: 76%;
}

.infrastructure-proof {
  overflow: clip;
}

.infrastructure-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  grid-template-rows: auto auto;
  column-gap: clamp(56px, 8vw, 124px);
  row-gap: clamp(34px, 4vw, 54px);
  align-items: center;
}

.infrastructure-proof-head {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

.infrastructure-proof-head h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(3.35rem, 5.2vw, 5.35rem);
  font-weight: var(--type-section-weight);
  font-stretch: var(--type-section-stretch);
  line-height: 0.94;
  letter-spacing: var(--type-section-tracking);
}

.infrastructure-proof-head p {
  max-width: 45ch;
  margin: 28px 0 0;
  color: oklch(0.93 0.016 255 / 0.78);
}

.infrastructure-proof-media {
  width: min(100%, 540px);
  grid-column: 1;
  grid-row: 1 / 3;
  justify-self: center;
  margin: 0;
  pointer-events: none;
}

.infrastructure-proof-media img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 28px 38px oklch(0.08 0.02 285 / 0.24));
}

.infrastructure-proof-facts {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--accent);
}

.infrastructure-proof-facts > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  padding: 22px 0;
  border-bottom: 1px solid oklch(0.98 0.01 260 / 0.14);
}

.infrastructure-proof-facts dt,
.infrastructure-proof-facts dd {
  margin: 0;
}

.infrastructure-proof-facts dt {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 3vw, 3.25rem);
  font-weight: var(--type-section-weight);
  font-stretch: 78%;
  line-height: 0.96;
  letter-spacing: -0.018em;
  white-space: nowrap;
}

.infrastructure-proof-facts dd {
  max-width: 42ch;
  color: oklch(0.93 0.016 255 / 0.74);
}

.surface-coral .infrastructure-proof-facts dd {
  color: oklch(0.19 0.03 289 / 0.82);
}

.surface-mint .infrastructure-proof-facts dd {
  color: oklch(0.992 0.008 88 / 0.78);
}

.infrastructure-fit-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(56px, 8vw, 124px);
  align-items: start;
}

.infrastructure-fit-head {
  position: sticky;
  top: 112px;
}

.infrastructure-fit-head h2 {
  max-width: 13ch;
  margin: 0;
}

.infrastructure-fit-head p {
  max-width: 48ch;
  margin: 28px 0 0;
}

.infrastructure-fit-details {
  border-top: 2px solid currentColor;
}

.infrastructure-fit-item {
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 3vw, 46px);
  padding: clamp(28px, 3.4vw, 42px) 0;
  border-bottom: 1px solid oklch(0.12 0.03 285 / 0.24);
}

.infrastructure-fit-item h3,
.infrastructure-fit-item p {
  margin: 0;
}

.infrastructure-fit-item h3 {
  align-self: start;
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
  font-stretch: 76%;
  line-height: 1.02;
}

.infrastructure-fit-item p {
  max-width: 43ch;
}

.feature-row p {
  margin: 0;
}

.signal-page[data-page="coverage"] .feature-row h3,
.signal-page[data-page="security"] .feature-row h3,
.signal-page[data-page="white-label"] .feature-row h3,
.signal-page[data-page="industries"] .feature-row h3,
.signal-page[data-page="company"] .feature-row h3,
.signal-page[data-page="platform"] .feature-row h3 {
  font-size: clamp(1.55rem, 1.9vw, 1.9rem);
  font-stretch: 76%;
}

.coverage-shell {
  border: 0;
  background: transparent;
}

.coverage-shell .coverage-search {
  padding: 0 0 28px;
}

.coverage-shell .coverage-directory {
  border: 0;
  background: transparent;
}

.coverage-shell .coverage-search {
  border-bottom: 1px solid var(--line-dark);
}

.coverage-shell .coverage-search label {
  display: block;
  margin-bottom: 12px;
  font-size: 0.84rem;
  font-weight: 720;
}

.coverage-shell .coverage-controls {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.34fr);
  gap: 12px;
  align-items: stretch;
}

.coverage-shell .coverage-controls > span {
  width: 48px;
  height: 52px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  border: 0;
  color: var(--signal);
  pointer-events: none;
}

.coverage-shell .coverage-controls > span::before,
.coverage-shell .coverage-controls > span::after {
  position: absolute;
  content: "";
}

.coverage-shell .coverage-controls > span::before {
  width: 12px;
  height: 12px;
  border: 1.8px solid currentColor;
  border-radius: 50%;
  transform: translate(-2px, -2px);
}

.coverage-shell .coverage-controls > span::after {
  width: 8px;
  height: 1.8px;
  background: currentColor;
  transform: translate(5px, 5px) rotate(45deg);
  transform-origin: center;
}

.coverage-shell .coverage-controls svg {
  display: none;
}

.coverage-shell .coverage-search input,
.coverage-shell .coverage-search select {
  min-width: 0;
  border-color: var(--line-dark);
  color: var(--ink);
  background: var(--ice);
}

.coverage-shell .coverage-search input {
  padding-left: 48px;
}

.coverage-shell .coverage-search select {
  appearance: none;
  padding-right: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m3 6 5 5 5-5' stroke='%23191432' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px;
}

.coverage-shell .coverage-search input:focus-visible,
.coverage-shell .coverage-search select:focus-visible {
  position: relative;
  z-index: 2;
  border-color: var(--signal);
  outline: 0;
  box-shadow: 0 0 0 3px oklch(0.54 0.285 293 / 0.22);
}

.coverage-shell .coverage-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--ink);
}

.coverage-shell .coverage-table th,
.coverage-shell .coverage-table td {
  padding: 20px 24px;
  border-bottom: 1px solid var(--line-dark);
  text-align: left;
}

.coverage-shell .coverage-table th {
  font-weight: 740;
}

.coverage-shell .coverage-header {
  color: oklch(0.38 0.035 285);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.coverage-shell .status {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding-inline: 10px;
  border: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 720;
}

.coverage-shell .status-coral {
  color: oklch(0.49 0.18 30);
}

.coverage-shell .status-mint {
  color: oklch(0.39 0.1 165);
}

.coverage-shell .coverage-empty {
  margin: 0;
  padding: 28px;
  color: var(--ink);
  border-bottom: 1px solid var(--line-dark);
}

.code-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 64px);
}

.code-panel {
  padding: 0;
  border: 0;
  background: transparent;
}

.code-panel h3 {
  margin: 0 0 16px;
  font-size: 2rem;
  line-height: 0.92;
}

.code-panel pre {
  margin: 0;
  overflow-x: auto;
  color: oklch(0.94 0.016 255 / 0.9);
  font-size: 0.84rem;
  line-height: 1.65;
}

.code-panel code {
  display: block;
  font-family: var(--font-mono);
}

.motion-code.is-typing::after {
  width: 8px;
  height: 1em;
  display: inline-block;
  margin-left: 5px;
  vertical-align: -0.12em;
  background: var(--accent);
  content: "";
  animation: motion-code-caret 520ms steps(1, end) infinite;
}

.motion-ready .signal-subpage .motion-reveal-item.reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready .signal-subpage .motion-reveal-item.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes motion-code-caret {
  50% {
    opacity: 0;
  }
}

.signal-note {
  margin-top: 18px;
  padding: 0;
  background: transparent;
  color: oklch(0.93 0.016 255 / 0.72);
  font-size: 0.8rem;
}

.industry-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 56px);
  background: transparent;
}

.industry-column {
  padding: 0;
  background: transparent;
}

.industry-column h3 {
  margin: 0 0 16px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 0.92;
}

.timeline-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
}

.timeline-point {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
}

.timeline-point strong {
  font-family: var(--font-display);
  font-size: clamp(4.4rem, 8vw, 8rem);
  line-height: 0.94;
}

.timeline-point p {
  max-width: 22ch;
  margin: 18px 0 0;
}

.motion-timeline {
  position: relative;
}

.motion-timeline.timeline-strip,
.signal-page[data-page="get-started"] .claim-band.motion-timeline {
  max-width: 960px;
  grid-template-columns: 1fr;
  gap: 0;
  padding-left: 42px;
  margin-inline: auto;
}

.motion-timeline.timeline-strip::before,
.signal-page[data-page="get-started"] .claim-band.motion-timeline::before {
  width: 1px;
  position: absolute;
  top: 9%;
  bottom: 9%;
  left: 6px;
  background: currentColor;
  content: "";
  opacity: 0.22;
}

.motion-timeline-item {
  position: relative;
  opacity: 0.38;
  transform: translate3d(14px, 0, 0);
  transition:
    opacity 240ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-timeline-item::before {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: -41px;
  background: currentColor;
  content: "";
  opacity: 0.42;
  transform: translateY(-50%) scale(0.72);
  transition:
    opacity 200ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-timeline-item.is-timeline-active {
  opacity: 1;
  transform: none;
}

.motion-timeline-item.is-timeline-active::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.timeline-strip .motion-timeline-item {
  min-height: 230px;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
}

.timeline-strip .motion-timeline-item strong {
  white-space: nowrap;
}

.timeline-strip .motion-timeline-item p {
  max-width: 42ch;
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
}

.signal-page[data-page="get-started"] .claim-band .motion-timeline-item {
  min-height: 168px;
  display: grid;
  grid-template-columns: minmax(180px, 0.48fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.cta-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
}

.cta-banner h2,
.cta-banner h3 {
  max-width: none;
  margin: 0 0 10px;
  font-size: clamp(2.2rem, 3.8vw, 3.5rem);
  line-height: 0.96;
}

.cta-banner p {
  max-width: 44ch;
  margin: 0;
}

.legal-shell {
  color: var(--text-dark);
  background: var(--surface-ice);
}

.legal-mast {
  color: var(--white-tint);
  background: var(--signal-deep);
}

.legal-mast-inner {
  padding-block: clamp(64px, 8vw, 112px);
}

.legal-kicker {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-page .legal-mast h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 6.6rem);
  font-stretch: 78%;
  line-height: 0.94;
  letter-spacing: -0.018em;
}

.legal-mast .title-line {
  display: block;
  white-space: nowrap;
}

.legal-date {
  margin: 28px 0 0;
  color: oklch(0.93 0.016 255 / 0.78);
  font-size: var(--type-body-size);
  line-height: var(--type-body-leading);
}

.legal-document {
  width: min(100% - 40px, 920px);
  padding-block: clamp(72px, 9vw, 132px);
}

.legal-document-short {
  min-height: 56vh;
}

.legal-document > section + section {
  margin-top: clamp(56px, 7vw, 88px);
}

.signal-page .legal-document h2 {
  max-width: 30ch;
  margin: 0 0 22px;
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  font-stretch: 84%;
  line-height: 1.05;
  letter-spacing: -0.012em;
  text-transform: none;
}

.signal-page .legal-document h3 {
  margin: 34px 0 12px;
  font-size: clamp(1.18rem, 1.8vw, 1.45rem);
  font-stretch: 100%;
  line-height: 1.2;
  letter-spacing: -0.006em;
  text-transform: none;
}

.legal-document p,
.legal-document li,
.legal-document address {
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight);
  line-height: 1.72;
  letter-spacing: var(--type-body-tracking);
}

.legal-document p {
  margin: 0 0 18px;
}

.legal-document ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
  padding-left: 24px;
}

.legal-document address {
  margin-top: 20px;
  font-style: normal;
}

.legal-document a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.legal-emphasis {
  font-weight: 620 !important;
}

.legal-acknowledgement {
  margin-top: 40px !important;
  font-style: italic;
}

.legal-note {
  margin-top: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

@media (max-width: 1200px) {
  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(480px, calc(100% - 40px));
    margin: 28px 20px 0 auto;
  }

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

@media (max-width: 1100px) {
  .page-mast-grid,
  .page-grid,
  .home-section-head,
  .feature-row,
  .cta-banner {
    grid-template-columns: 1fr;
  }

  .signal-page[data-page="products"] .feature-row {
    grid-template-columns: 1fr;
  }

  .infrastructure-fit-item {
    grid-template-columns: 1fr;
  }

  .flow-story-head {
    grid-template-columns: 1fr;
  }

  .flow-story-head > p:last-child {
    justify-self: start;
  }

  .claim-band,
  .timeline-strip,
  .industry-matrix,
  .code-panels {
    grid-template-columns: 1fr;
  }

  .industry-lineup a {
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  .industry-lineup a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 900px) {
  .infrastructure-proof-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 30px;
  }

  .infrastructure-proof-head,
  .infrastructure-proof-media,
  .infrastructure-proof-facts {
    grid-column: 1;
  }

  .infrastructure-proof-head {
    grid-row: 1;
  }

  .infrastructure-proof-media {
    width: min(88%, 460px);
    grid-row: 2;
    margin: -8px auto -4px;
  }

  .infrastructure-proof-facts {
    grid-row: 3;
  }

  .infrastructure-fit-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .infrastructure-fit-head {
    position: static;
  }
}

@media (max-width: 600px) {
  .infrastructure-proof-head h2 {
    font-size: clamp(2.95rem, 14vw, 4rem);
  }

  .infrastructure-proof-facts > div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }

  .infrastructure-proof-facts dt {
    font-size: clamp(2.7rem, 13vw, 3.65rem);
    white-space: normal;
  }

  .infrastructure-fit-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 960px) {
  .industry-lineup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hero-content {
    padding-top: 128px;
    padding-bottom: 74px;
  }

  .hero h1 {
    max-width: 8.8ch;
    font-size: clamp(3.3rem, 15vw, 5.4rem);
  }

  .hero-panel {
    width: calc(100% - 28px);
    margin-inline: 14px;
  }

  .industry-lineup,
  .page-mast-actions,
  .section-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-mast-actions .btn,
  .section-actions .btn {
    width: 100%;
  }

  .page-mast-grid {
    padding-block: 24px 40px;
  }
}

@media (max-width: 639px) {
  .hero-tag,
  .page-kicker {
    min-height: 38px;
    padding: 0 11px;
    font-size: 0.68rem;
  }

  .hero h1,
  .page-mast-copy h1,
  .page-copy h2,
  .page-copy h3,
  .home-section-head h2,
  .cta-banner h2,
  .cta-banner h3 {
    max-width: 100%;
    font-size: clamp(2.45rem, 11vw, 3.35rem);
    line-height: 0.92;
  }

  .page-mast-copy h1 {
    font-size: clamp(2.05rem, 9vw, 3rem);
    font-stretch: 75%;
  }

  .cta-banner h2,
  .cta-banner h3 {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .hero-copy,
  .page-mast-copy p,
  .page-copy p,
  .home-section-head p {
    font-size: 0.98rem;
  }

  .page-mast-grid {
    gap: 26px;
    padding-block: 24px 36px;
  }

  .page-section {
    padding-block: 72px;
  }

  .legal-mast-inner {
    padding-block: 48px 60px;
  }

  .signal-page .legal-mast h1 {
    font-size: clamp(1.75rem, 8.2vw, 3.2rem);
  }

  .legal-document {
    width: min(100% - 28px, 920px);
    padding-block: 64px 88px;
  }

  .legal-document > section + section {
    margin-top: 54px;
  }

  .signal-page .legal-document h2 {
    font-size: clamp(1.25rem, 5.5vw, 1.75rem);
    font-stretch: 78%;
    line-height: 1.08;
  }

  .coverage-shell {
    margin-inline: -14px;
    border-inline: 0;
  }

  .coverage-shell .coverage-search {
    padding: 20px 14px;
  }

  .coverage-shell .coverage-controls {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .coverage-shell .coverage-search select {
    grid-column: auto;
  }

  .coverage-shell .coverage-table,
  .coverage-shell .coverage-table tbody,
  .coverage-shell .coverage-table tr,
  .coverage-shell .coverage-table th,
  .coverage-shell .coverage-table td {
    display: block;
  }

  .coverage-shell .coverage-table thead {
    display: none;
  }

  .coverage-shell .coverage-table tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    padding: 20px 14px;
    border-bottom: 1px solid var(--line-dark);
  }

  .coverage-shell .coverage-table th,
  .coverage-shell .coverage-table td {
    padding: 0;
    border: 0;
  }

  .coverage-shell .coverage-table td:last-child {
    grid-column: 1 / -1;
  }

  .code-panel,
  .route-figure,
  .cta-banner {
    padding-block: 20px;
  }

  .claim-band div,
  .timeline-point,
  .industry-column {
    min-height: auto;
    padding: 20px 0;
  }

  .motion-timeline.timeline-strip,
  .signal-page[data-page="get-started"] .claim-band.motion-timeline {
    padding-left: 28px;
  }

  .motion-timeline-item::before {
    left: -27px;
  }

  .timeline-strip .motion-timeline-item,
  .signal-page[data-page="get-started"] .claim-band .motion-timeline-item {
    min-height: 150px;
    grid-template-columns: 1fr;
    gap: 10px;
    align-content: center;
  }

  .timeline-strip .motion-timeline-item strong {
    font-size: clamp(3.2rem, 16vw, 4.8rem);
  }

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

  .industry-lineup {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .signal-subpage .motion-reveal-item.reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .motion-code.is-typing::after {
    display: none;
    animation: none;
  }

  .motion-timeline-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Unified typography roles */
.signal-subpage .cta-banner {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.signal-subpage .page-mast-copy h1 {
  font-size: var(--type-mast-size);
  font-weight: var(--type-section-weight);
  font-stretch: 100%;
  line-height: 1.02;
  letter-spacing: -0.012em;
  padding-block: 0.04em;
}

.signal-subpage .page-mast-copy > p {
  font-size: var(--type-lead-size);
  font-weight: var(--type-lead-weight);
  line-height: var(--type-lead-leading);
  letter-spacing: var(--type-lead-tracking);
}

.signal-subpage .page-section h2,
.signal-subpage .page-section .cta-banner :is(h2, h3) {
  max-width: 100%;
  font-size: var(--type-section-size);
  font-weight: var(--type-section-weight);
  font-stretch: var(--type-section-stretch);
  line-height: var(--type-section-leading);
  letter-spacing: var(--type-section-tracking);
}

.signal-subpage.signal-page .page-section .feature-row h3,
.signal-subpage.signal-page .page-section .industry-column h3,
.signal-subpage.signal-page .page-section .code-panel h3,
.signal-subpage.signal-page .page-section .infrastructure-fit-item h3 {
  font-size: var(--type-component-size);
  font-weight: var(--type-component-weight);
  font-stretch: var(--type-component-stretch);
  line-height: var(--type-component-leading);
  letter-spacing: var(--type-component-tracking);
}

.signal-subpage
  .page-section
  :where(.home-section-head, .page-copy, .cta-banner)
  > p,
.signal-subpage .timeline-strip .motion-timeline-item > p {
  font-size: var(--type-lead-size);
  font-weight: var(--type-lead-weight);
  line-height: var(--type-lead-leading);
  letter-spacing: var(--type-lead-tracking);
}

.signal-subpage.signal-page .page-section .feature-row p,
.signal-subpage.signal-page .page-section .industry-column p,
.signal-subpage.signal-page .page-section .detail-list span,
.signal-subpage.signal-page .page-section .key-points span,
.signal-subpage.signal-page .page-section .claim-band span,
.signal-subpage.signal-page .page-section .signal-metric-list span,
.signal-subpage.signal-page .page-section .timeline-point p,
.signal-subpage.signal-page .page-section .legal-note,
.signal-subpage.signal-page .page-section .infrastructure-fit-item p {
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight);
  line-height: var(--type-body-leading);
  letter-spacing: var(--type-body-tracking);
}

.signal-subpage .page-section :where(.detail-list, .key-points) strong {
  font-size: var(--type-body-size);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: var(--type-body-tracking);
}

.signal-subpage.signal-page .page-section .claim-band strong,
.signal-subpage.signal-page .page-section .signal-metric-list strong {
  font-size: var(--type-metric-size);
  font-weight: var(--type-section-weight);
  font-stretch: 84%;
  line-height: 1;
  letter-spacing: var(--type-section-tracking);
  white-space: normal;
}

.signal-subpage .page-section .timeline-point strong {
  font-weight: var(--type-section-weight);
  line-height: 0.98;
  letter-spacing: var(--type-section-tracking);
}

.signal-subpage .coverage-shell :where(input, select, th, td),
.signal-subpage .lead-form :where(input, select, textarea) {
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight);
  line-height: 1.45;
  letter-spacing: var(--type-body-tracking);
}

@media (max-width: 639px) {
  .signal-subpage .page-mast-copy h1 {
    font-size: clamp(1.3rem, 6.55vw, 2.35rem);
    font-stretch: 100%;
    line-height: 1.02;
  }
}
