@font-face {
  font-family: "GeistSans";
  src: url("/site-assets/home-20260713-03/fonts/geist-sans.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: "GeistMono";
  src: url("/site-assets/home-20260713-03/fonts/geist-mono.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  color-scheme: dark;
  --background: #0b1120;
  --background-elevated: #0f172a;
  --foreground: #f1f5f9;
  --card: #111827;
  --card-soft: #0f172a;
  --card-foreground: #f1f5f9;
  --primary: #3b82f6;
  --primary-hover: #2563eb;
  --primary-rgb: 59, 130, 246;
  --primary-foreground: #ffffff;
  --secondary: #1e293b;
  --secondary-hover: #263449;
  --muted: #1e293b;
  --muted-foreground: #94a3b8;
  --subtle-foreground: #cbd5e1;
  --accent: #1e293b;
  --accent-foreground: #e2e8f0;
  --border: #1e293b;
  --border-strong: #334155;
  --ring: #3b82f6;
  --success: #22c55e;
  --success-rgb: 34, 197, 94;
  --warning: #f59e0b;
  --warning-rgb: 245, 158, 11;
  --danger: #f87171;
  --danger-rgb: 248, 113, 113;
  --violet: #a78bfa;
  --violet-rgb: 167, 139, 250;
  --header-bg: rgba(11, 17, 32, 0.88);
  --shadow-color: rgba(2, 6, 23, 0.48);
  --grid-color: rgba(148, 163, 184, 0.07);
  --radius: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --shell: 80rem;
}

html[data-theme="light"] {
  color-scheme: light;
  --background: #f6f8fb;
  --background-elevated: #edf1f5;
  --foreground: #17212b;
  --card: #ffffff;
  --card-soft: #fbfcfd;
  --card-foreground: #17212b;
  --primary: #006f92;
  --primary-hover: #005e7c;
  --primary-rgb: 0, 111, 146;
  --primary-foreground: #ffffff;
  --secondary: #edf1f5;
  --secondary-hover: #e2e8ee;
  --muted: #eef2f6;
  --muted-foreground: #607080;
  --subtle-foreground: #3e4d5a;
  --accent: #e7f3f6;
  --accent-foreground: #07566e;
  --border: #dfe5ec;
  --border-strong: #c8d2dc;
  --ring: #0783a8;
  --success: #15803d;
  --success-rgb: 21, 128, 61;
  --warning: #b45309;
  --warning-rgb: 180, 83, 9;
  --danger: #b91c1c;
  --danger-rgb: 185, 28, 28;
  --violet: #7c3aed;
  --violet-rgb: 124, 58, 237;
  --header-bg: rgba(246, 248, 251, 0.9);
  --shadow-color: rgba(23, 33, 43, 0.12);
  --grid-color: rgba(23, 33, 43, 0.055);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body.preview-site {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--background);
  color: var(--foreground);
  font-family: "GeistSans", Arial, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.preview-site img,
.preview-site svg {
  display: block;
}

.preview-site img {
  max-width: 100%;
}

.preview-site a {
  color: inherit;
  text-decoration: none;
}

.preview-site button,
.preview-site a {
  -webkit-tap-highlight-color: transparent;
}

.preview-site button,
.preview-site input {
  font: inherit;
}

.preview-site button {
  color: inherit;
}

.preview-site :focus-visible {
  outline: 3px solid rgba(var(--primary-rgb), 0.42);
  outline-offset: 3px;
}

.preview-site h1,
.preview-site h2,
.preview-site h3,
.preview-site p {
  margin: 0;
}

.preview-site h1,
.preview-site h2,
.preview-site h3 {
  text-wrap: balance;
}

.preview-site p {
  text-wrap: pretty;
}

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

.preview-site main,
.preview-site section,
.preview-site header,
.preview-site footer,
.site-nav,
.landing-hero__content,
.platform-status__header,
.platform-status__grid,
.provider-status-panel,
.developers__layout,
.final-cta__card,
.site-footer__main {
  min-width: 0;
  max-width: 100%;
}

.hero__layout > *,
.payment-context__layout > *,
.platform-status__header > *,
.platform-status__grid > *,
.provider-status-panel__heading > *,
.developers__layout > *,
.organisations__header > *,
.final-cta__card > *,
.site-footer__main > * {
  min-width: 0;
}

.section-pad {
  padding-block: 6rem;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.65rem 0.9rem;
  border-radius: var(--radius);
  background: var(--primary);
  color: var(--primary-foreground) !important;
  font-size: 0.875rem;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--border);
  background: var(--header-bg);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.015);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-nav {
  min-height: 4rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.brand {
  min-width: 0;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.75rem;
}

.brand__mark {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.45rem;
  border-radius: 0.25rem;
  background: transparent;
  box-shadow: none;
}

.brand__mark img {
  width: auto;
  height: 1.75rem;
  background: transparent;
  object-fit: contain;
}

.brand__divider {
  width: 1px;
  height: 1.5rem;
  background: var(--border);
}

.brand__context {
  color: var(--muted-foreground);
  font-size: 0.875rem;
  font-weight: 600;
}

.desktop-nav {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 0.15rem;
}

.desktop-nav a {
  min-height: 2.25rem;
  display: inline-flex;
  align-items: center;
  padding-inline: 0.75rem;
  border-radius: 0.375rem;
  color: var(--muted-foreground);
  font-size: 0.875rem;
  font-weight: 600;
  transition: color 150ms ease, background 150ms ease;
}

.desktop-nav a:hover {
  background: var(--muted);
  color: var(--foreground);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.environment-pill,
.status-chip,
.demo-badge {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.environment-pill {
  min-height: 2rem;
  gap: 0.45rem;
  padding-inline: 0.65rem;
  border: 1px solid var(--border);
  border-radius: 0.375rem;
  background: var(--card);
  color: var(--muted-foreground);
  font-size: 0.75rem;
  font-weight: 600;
}

.environment-pill__dot,
.footer-preview-label i {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 0 3px rgba(var(--success-rgb), 0.12);
}

.button,
.icon-button {
  border: 1px solid transparent;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.button {
  min-height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.45rem 0.95rem;
  font-size: 0.875rem;
  font-weight: 650;
  white-space: nowrap;
}

.button svg,
.text-link svg,
.capability-card a svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 150ms ease;
}

.button:hover,
.icon-button:hover {
  transform: translateY(-1px);
}

.button--large {
  min-height: 2.75rem;
  padding-inline: 1.2rem;
  border-radius: var(--radius);
}

.button--primary {
  background: var(--primary);
  color: var(--primary-foreground) !important;
  box-shadow: 0 8px 24px rgba(var(--primary-rgb), 0.18);
}

.button--primary:hover {
  background: var(--primary-hover);
  box-shadow: 0 10px 30px rgba(var(--primary-rgb), 0.25);
}

html.docs-session-authenticated .nav-create {
  border-color: var(--border-strong);
  background: var(--card);
  color: var(--foreground) !important;
  box-shadow: 0 1px 2px var(--shadow-color);
}

html.docs-session-authenticated .nav-create:hover {
  background: var(--secondary);
  box-shadow: 0 1px 2px var(--shadow-color);
}

.button--secondary {
  border-color: var(--border-strong);
  background: var(--card);
  color: var(--foreground) !important;
  box-shadow: 0 1px 2px var(--shadow-color);
}

.button--secondary:hover {
  background: var(--secondary);
}

.button--ghost {
  color: var(--muted-foreground) !important;
}

.button--ghost:hover {
  background: var(--accent);
  color: var(--foreground) !important;
}

.session-account-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.session-account-icon[hidden] {
  display: none;
}

[data-session-secondary][hidden] {
  display: none !important;
}

.icon-button {
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-color: var(--border);
  background: var(--card);
}

.icon-button svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.theme-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.theme-toggle__sun,
html[data-theme="dark"] .theme-toggle__sun {
  display: block;
}

.theme-toggle__moon,
html[data-theme="dark"] .theme-toggle__moon,
html[data-theme="light"] .theme-toggle__sun {
  display: none;
}

html[data-theme="light"] .theme-toggle__moon {
  display: block;
}

.menu-toggle {
  display: none;
}

html:not(.js) .theme-toggle {
  display: none;
}

.menu-toggle__close,
.menu-toggle[aria-expanded="true"] .menu-toggle__open {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__close {
  display: block;
}

.mobile-nav {
  border-top: 1px solid var(--border);
  background: var(--background);
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav__inner {
  display: grid;
  gap: 0.25rem;
  padding-block: 0.75rem 1rem;
}

.mobile-nav__inner > a {
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  padding-inline: 0.8rem;
  border-radius: var(--radius);
  color: var(--muted-foreground);
  font-size: 0.9rem;
  font-weight: 650;
}

.mobile-nav__inner > a:hover {
  background: var(--muted);
  color: var(--foreground);
}

.mobile-nav__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
  margin-top: 0.5rem;
}

html.docs-session-authenticated .mobile-nav__actions {
  grid-template-columns: 1fr;
}

.landing-hero {
  position: relative;
  min-height: 34rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #172033;
  background: #08101f;
  color: #f8fafc;
}

.landing-hero__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(148, 163, 184, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, 0.035) 1px, transparent 1px);
  background-size: 3.5rem 3.5rem;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
}

.landing-hero__shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(8, 16, 31, 0.18) 0, rgba(8, 16, 31, 0.78) 48%, rgba(8, 16, 31, 0.98) 78%);
  pointer-events: none;
}

.landing-hero__media {
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(27vw, 28rem);
  display: flex;
  gap: 0.7rem;
  padding: 1.25rem 0;
  overflow: hidden;
  opacity: 0.44;
  mask-image: linear-gradient(to bottom, transparent, black 9%, black 91%, transparent);
}

.landing-hero__media--left {
  left: 0;
  justify-content: flex-start;
}

.landing-hero__media--right {
  right: 0;
  width: min(31vw, 31rem);
  justify-content: flex-end;
}

.hero-marquee {
  width: clamp(7rem, 9vw, 9.75rem);
  flex: 0 0 clamp(7rem, 9vw, 9.75rem);
  overflow: hidden;
}

.hero-marquee--offset {
  margin-top: 3rem;
  margin-bottom: -3rem;
}

.hero-marquee__track {
  display: grid;
  gap: 0.65rem;
  will-change: transform;
}

.motion-ready .landing-hero.is-in-view .hero-marquee__track--up {
  animation: hero-marquee-up 24s linear infinite;
}

.motion-ready .landing-hero.is-in-view .hero-marquee__track--down {
  animation: hero-marquee-down 28s linear infinite;
}

.motion-ready .landing-hero.is-in-view .hero-marquee__track--slow {
  animation-duration: 32s;
}

.hero-marquee__track img {
  width: 100%;
  aspect-ratio: 10 / 13;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.55rem;
  background: #111827;
  filter: saturate(0.88) contrast(1.03);
}

@keyframes hero-marquee-up {
  to {
    transform: translateY(calc(-50% - 0.325rem));
  }
}

@keyframes hero-marquee-down {
  from {
    transform: translateY(calc(-50% - 0.325rem));
  }
}

.media-motion-paused .hero-marquee__track {
  animation-play-state: paused;
}

.landing-hero__content {
  position: relative;
  z-index: 2;
  max-width: 57rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 3.2rem 3.5rem;
  text-align: center;
}

.landing-badge {
  min-height: 2rem;
  display: inline-flex;
  align-items: center;
  padding-inline: 0.85rem;
  border: 1px solid rgba(226, 232, 240, 0.72);
  border-radius: 999px;
  background: rgba(8, 16, 31, 0.62);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.landing-copy {
  width: 100%;
  min-width: 0;
  max-width: 50rem;
  margin-top: 1rem;
}

.landing-copy.is-changing {
  animation: landing-copy-change 520ms ease;
}

@keyframes landing-copy-change {
  from {
    opacity: 0.2;
    transform: translateY(0.5rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.landing-copy h1 {
  min-height: 2.2em;
  font-size: clamp(3rem, 5vw, 4.35rem);
  font-weight: 720;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.landing-copy h1 span,
.landing-copy h1 strong {
  display: block;
}

.landing-copy h1 strong {
  margin-top: 0.18em;
  background: linear-gradient(90deg, #2563eb 10%, #60a5fa 42%, #ef4444 92%);
  background-clip: text;
  color: transparent;
  font-weight: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.landing-copy > p {
  max-width: 42rem;
  min-height: 5.1rem;
  margin: 1.3rem auto 0;
  color: #a8b4c7;
  font-size: clamp(0.92rem, 1.5vw, 1.08rem);
  line-height: 1.55;
}

.landing-dots {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 2.2rem;
}

.landing-dots button {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.landing-dots button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: #64748b;
  transform: translate(-50%, -50%);
  transition: width 200ms ease, background 200ms ease;
}

.landing-dots button:hover::before {
  background: #cbd5e1;
}

.landing-dots button.is-active::before {
  width: 1.35rem;
  background: #e2e8f0;
}

.landing-payment-methods {
  width: min(100%, 47rem);
  margin-top: 2rem;
}

.landing-payment-methods > p {
  margin-bottom: 0.75rem;
  color: #71809a;
  font-size: 0.72rem;
}

.landing-payment-methods__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.35rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.landing-payment-methods__list li {
  min-width: 0;
  min-height: 3.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.45rem;
  overflow: hidden;
  border: 1px solid #dfe5ec;
  border-radius: 0.45rem;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(2, 6, 23, 0.12);
}

.landing-payment-methods__list img {
  width: 100%;
  height: 2.35rem;
  object-fit: contain;
}

.homepage-features {
  border-bottom: 1px solid #111827;
  background: #050810;
  color: #ffffff;
}

.homepage-features__heading {
  max-width: 45rem;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.homepage-features__heading h2 {
  font-size: clamp(2rem, 3.2vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.homepage-features__heading > p {
  max-width: 43rem;
  margin: 0.85rem auto 0;
  color: #9aa8bd;
  font-size: 1rem;
  line-height: 1.65;
}

.source-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.source-feature-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  background: #0a1020;
  transition: border-color 220ms ease, transform 220ms ease;
}

.source-feature-card:hover {
  border-color: rgba(var(--primary-rgb), 0.48);
  transform: translateY(-2px);
}

.source-feature-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: radial-gradient(circle at 50% 40%, rgba(var(--primary-rgb), 0.18), transparent 42%), #090e19;
}

.source-feature-card__media::before {
  content: "Loading media";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #64748b;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.source-feature-card__media video,
.source-gateway-video video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 1;
  transition: opacity 350ms ease;
}

.source-feature-card__media video.is-loaded,
.source-gateway-video video.is-loaded {
  opacity: 1;
}

.source-feature-card__media > span {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(to top, #0a1020 0, rgba(10, 16, 32, 0.45) 38%, transparent 72%);
  pointer-events: none;
}

.source-feature-card__copy {
  position: relative;
  z-index: 3;
  min-height: 8.75rem;
  padding: 1.15rem 1.25rem 1.35rem;
  margin-top: -1.5rem;
}

.source-feature-card__copy h3 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 680;
}

.source-feature-card__copy p {
  margin-top: 0.55rem;
  color: #94a3b8;
  font-size: 0.76rem;
  line-height: 1.65;
}

.source-claims-note {
  max-width: 58rem;
  margin: 1.5rem auto 0 !important;
  padding-left: 0.75rem;
  border-left: 2px solid #f59e0b;
  color: #94a3b8;
  font-size: 0.7rem;
  line-height: 1.65;
}

.source-claims-note--compact {
  margin: 1.25rem 0 0 !important;
}

.hero {
  position: relative;
  min-height: 44rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.72;
  background-image: linear-gradient(var(--grid-color) 1px, transparent 1px), linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
  background-size: 3.5rem 3.5rem;
  mask-image: linear-gradient(to bottom, #000 10%, transparent 90%);
  -webkit-mask-image: linear-gradient(to bottom, #000 10%, transparent 90%);
  pointer-events: none;
}

.hero__glow {
  position: absolute;
  width: 34rem;
  aspect-ratio: 1;
  border-radius: 999px;
  filter: blur(110px);
  pointer-events: none;
}

.hero__glow--one {
  top: -17rem;
  right: 4%;
  background: rgba(var(--primary-rgb), 0.18);
}

.hero__glow--two {
  bottom: -24rem;
  left: -8rem;
  background: rgba(var(--violet-rgb), 0.1);
}

.hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(31rem, 1.08fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.hero__copy {
  max-width: 41rem;
}

.eyebrow,
.section-label {
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.4rem !important;
}

.eyebrow__icon {
  width: 1.65rem;
  height: 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--primary-rgb), 0.28);
  border-radius: 0.4rem;
  background: rgba(var(--primary-rgb), 0.12);
}

.eyebrow__icon svg {
  width: 0.9rem;
  height: 0.9rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(2.6rem, 5vw, 4.65rem);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.hero__lead {
  max-width: 38rem;
  margin-top: 1.6rem !important;
  color: var(--muted-foreground);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero__actions .button--primary:hover svg,
.text-link:hover svg,
.capability-card a:hover svg {
  transform: translateX(3px);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
  color: var(--muted-foreground);
  font-size: 0.75rem;
  font-weight: 600;
}

.trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.trust-list svg {
  width: 0.9rem;
  height: 0.9rem;
  fill: none;
  stroke: var(--success);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workspace-wrap {
  position: relative;
  padding: 1rem;
}

.workspace-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: 0 24px 64px var(--shadow-color), 0 0 0 1px rgba(255, 255, 255, 0.015) inset;
  transform: perspective(90rem) rotateY(-1deg) rotateX(0.4deg);
  transition: transform 350ms ease, box-shadow 350ms ease;
}

.workspace-wrap:hover .workspace-card {
  transform: perspective(90rem) rotateY(0) rotateX(0) translateY(-2px);
  box-shadow: 0 28px 68px var(--shadow-color), 0 0 0 1px rgba(var(--primary-rgb), 0.06) inset;
}

.workspace-shadow {
  position: absolute;
  z-index: 1;
  inset: 12% 6% -4%;
  border-radius: 2rem;
  background: rgba(var(--primary-rgb), 0.1);
  filter: blur(36px);
  pointer-events: none;
}

.workspace-card__topbar {
  min-height: 2.85rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem;
  padding-inline: 1rem;
  border-bottom: 1px solid var(--border);
  background: var(--card-soft);
  color: var(--muted-foreground);
  font-size: 0.72rem;
  font-weight: 650;
}

.window-dots {
  display: flex;
  gap: 0.35rem;
}

.window-dots span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--border-strong);
}

.window-dots span:first-child {
  background: #f87171;
}

.window-dots span:nth-child(2) {
  background: #fbbf24;
}

.window-dots span:nth-child(3) {
  background: #4ade80;
}

.demo-badge {
  justify-self: end;
  min-height: 1.35rem;
  padding-inline: 0.45rem;
  border: 1px solid rgba(var(--primary-rgb), 0.24);
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.workspace-card__nav {
  display: flex;
  gap: 0.1rem;
  padding: 0.55rem 0.75rem;
  border-bottom: 1px solid var(--border);
  background: var(--background-elevated);
  overflow-x: auto;
  scrollbar-width: none;
}

.workspace-card__nav::-webkit-scrollbar {
  display: none;
}

.workspace-card__nav span {
  min-height: 1.85rem;
  display: inline-flex;
  align-items: center;
  padding-inline: 0.65rem;
  border-radius: 0.3rem;
  color: var(--muted-foreground);
  font-size: 0.67rem;
  font-weight: 650;
  white-space: nowrap;
}

.workspace-card__nav .is-active {
  background: var(--accent);
  color: var(--accent-foreground);
}

.workspace-card__body {
  padding: 1.35rem;
}

.workspace-heading,
.readiness-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.workspace-kicker {
  margin-bottom: 0.15rem !important;
  color: var(--muted-foreground);
  font-size: 0.68rem;
  font-weight: 650;
}

.workspace-heading h2 {
  font-size: 1.1rem;
  font-weight: 680;
  letter-spacing: -0.02em;
}

.status-chip {
  min-height: 1.6rem;
  gap: 0.4rem;
  padding-inline: 0.55rem;
  border: 1px solid rgba(var(--primary-rgb), 0.22);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 750;
}

.status-chip > span {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
}

.status-chip--uat {
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
}

.status-chip--uat > span {
  background: var(--primary);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.13);
}

.readiness-summary {
  margin-top: 1.2rem;
}

.readiness-summary > div {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
}

.readiness-summary strong {
  font-size: 1rem;
}

.readiness-summary span {
  color: var(--muted-foreground);
  font-size: 0.66rem;
}

.readiness-summary__percent {
  color: var(--foreground) !important;
  font-size: 0.78rem !important;
  font-weight: 750;
}

.progress-track {
  height: 0.35rem;
  margin-top: 0.55rem;
  overflow: hidden;
  border-radius: 999px;
  background: var(--muted);
}

.progress-track span {
  width: 80%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), #60a5fa);
  box-shadow: 0 0 14px rgba(var(--primary-rgb), 0.32);
}

.evidence-list {
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
}

.evidence-row {
  min-height: 3.35rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: 0.4rem;
  background: var(--card-soft);
}

.evidence-icon {
  width: 1.55rem;
  height: 1.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.evidence-icon svg {
  width: 0.82rem;
  height: 0.82rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.is-observed .evidence-icon {
  background: rgba(var(--success-rgb), 0.12);
  color: var(--success);
}

.is-unobserved .evidence-icon {
  background: rgba(var(--warning-rgb), 0.12);
  color: var(--warning);
}

.evidence-row > span:nth-child(2) {
  min-width: 0;
  display: grid;
}

.evidence-row strong {
  overflow: hidden;
  font-size: 0.7rem;
  font-weight: 680;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.evidence-row small {
  overflow: hidden;
  margin-top: 0.1rem;
  color: var(--muted-foreground);
  font-size: 0.61rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row-state {
  font-size: 0.61rem;
  font-weight: 700;
}

.is-observed .row-state {
  color: var(--success);
}

.is-unobserved .row-state {
  color: var(--warning);
}

.workspace-note {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 0.75rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(var(--primary-rgb), 0.2);
  border-radius: 0.4rem;
  background: rgba(var(--primary-rgb), 0.07);
  color: var(--muted-foreground);
  font-size: 0.64rem;
  line-height: 1.5;
}

.workspace-note svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--primary);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workspace-note strong {
  color: var(--foreground);
}

.principle-rail {
  border-bottom: 1px solid var(--border);
  background: var(--card-soft);
}

.principle-rail__layout {
  min-height: 7.25rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
}

.principle-item {
  min-width: 0;
  display: grid;
  gap: 0.3rem;
  padding: 0.5rem 1.5rem;
  border-left: 1px solid var(--border);
}

.principle-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.principle-item small {
  color: var(--muted-foreground);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.principle-item strong {
  overflow: hidden;
  color: var(--foreground);
  font-size: 0.83rem;
  font-weight: 680;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.section-heading.section-heading--compact {
  margin-bottom: 0;
}

.commerce {
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.commerce__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.gallery-hint {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.45rem;
  padding-bottom: 0.2rem;
  color: var(--muted-foreground);
  font-size: 0.72rem;
  font-weight: 650;
}

.gallery-hint svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: var(--primary);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portrait-rail,
.organisation-rail,
.payment-methods-panel__image {
  scrollbar-color: var(--border-strong) transparent;
  scrollbar-width: thin;
}

.portrait-rail {
  display: grid;
  grid-auto-columns: clamp(11.5rem, 18vw, 14.5rem);
  grid-auto-flow: column;
  gap: 0.85rem;
  margin-top: 2.5rem;
  padding: 0.25rem 0.25rem 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
}

.js [data-auto-scroll] {
  scroll-snap-type: none;
}

.portrait-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 7 / 10;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.12);
  scroll-snap-align: start;
}

.portrait-card::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(180deg, transparent, rgba(2, 6, 23, 0.88));
  pointer-events: none;
}

.portrait-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.portrait-card:hover img {
  transform: scale(1.025);
}

.portrait-card figcaption {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  gap: 0.18rem;
  color: #ffffff;
}

.portrait-card figcaption strong {
  font-size: 0.82rem;
  font-weight: 700;
}

.portrait-card figcaption span {
  color: #cbd5e1;
  font-size: 0.67rem;
}

.media-note {
  margin-top: 1rem !important;
  color: var(--muted-foreground);
  font-size: 0.68rem;
  line-height: 1.6;
}

.payment-context {
  border-block: 1px solid var(--border);
  background: var(--card-soft);
}

.payment-context__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(30rem, 1.16fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
}

.payment-context__copy h2,
.organisations__header h2 {
  margin-top: 0.75rem;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.payment-context__copy > p:not(.section-label) {
  max-width: 37rem;
  margin-top: 1rem;
  color: var(--muted-foreground);
  font-size: 1rem;
  line-height: 1.75;
}

.channel-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.75rem;
}

.channel-list > div {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.85rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
}

.channel-list__icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--primary-rgb), 0.2);
  border-radius: 0.4rem;
  background: rgba(var(--primary-rgb), 0.09);
  color: var(--primary);
}

.channel-list__icon svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.channel-list p {
  display: grid;
  gap: 0.15rem;
}

.channel-list strong {
  font-size: 0.82rem;
}

.channel-list small {
  color: var(--muted-foreground);
  font-size: 0.72rem;
  line-height: 1.5;
}

.availability-note {
  margin-top: 1.5rem !important;
  padding-left: 0.75rem;
  border-left: 2px solid var(--warning);
  font-size: 0.75rem !important;
  line-height: 1.6 !important;
}

.platform-status {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(circle at 85% 15%, rgba(var(--primary-rgb), 0.1), transparent 28rem),
    var(--background);
}

.platform-status__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.platform-status__header .section-heading {
  max-width: 44rem;
}

.platform-status__summary {
  width: min(100%, 21rem);
  flex: 0 0 auto;
  padding: 1.15rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: 0 12px 32px var(--shadow-color);
}

.platform-status__summary > p:not(.card-eyebrow) {
  margin-top: 0.7rem;
  color: var(--muted-foreground);
  font-size: 0.76rem;
  line-height: 1.55;
}

.service-status-badge {
  min-height: 1.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.55rem;
  padding: 0.3rem 0.6rem;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: var(--muted);
  color: var(--muted-foreground);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.service-status-dot {
  width: 0.48rem;
  height: 0.48rem;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--muted-foreground);
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.12);
}

[data-status="operational"] .service-status-badge {
  border-color: rgba(var(--success-rgb), 0.3);
  background: rgba(var(--success-rgb), 0.1);
  color: var(--success);
}

[data-status="operational"] .service-status-dot {
  background: var(--success);
  box-shadow: 0 0 0 3px rgba(var(--success-rgb), 0.14);
}

[data-status="degraded"] .service-status-badge,
[data-status="maintenance"] .service-status-badge {
  border-color: rgba(var(--warning-rgb), 0.3);
  background: rgba(var(--warning-rgb), 0.1);
  color: var(--warning);
}

[data-status="degraded"] .service-status-dot,
[data-status="maintenance"] .service-status-dot {
  background: var(--warning);
  box-shadow: 0 0 0 3px rgba(var(--warning-rgb), 0.14);
}

[data-status="outage"] .service-status-badge {
  border-color: rgba(var(--danger-rgb), 0.32);
  background: rgba(var(--danger-rgb), 0.1);
  color: var(--danger);
}

[data-status="outage"] .service-status-dot {
  background: var(--danger);
  box-shadow: 0 0 0 3px rgba(var(--danger-rgb), 0.14);
}

.status-refresh {
  margin-top: 0.9rem;
}

.platform-status[aria-busy="true"] .status-refresh {
  cursor: wait;
  opacity: 0.65;
}

.platform-status__grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.34fr) minmax(0, 0.66fr);
  gap: 1rem;
  margin-top: 2.25rem;
}

.api-status-card,
.provider-status-panel {
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--card);
  box-shadow: 0 18px 44px var(--shadow-color);
}

.api-status-card {
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
}

.api-status-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.api-status-card__top .service-status-badge {
  margin-top: 0;
}

.api-status-card > .card-eyebrow {
  margin-top: 1.5rem;
}

.api-status-card h3,
.provider-status-panel h3 {
  margin-top: 0.35rem;
  color: var(--foreground);
  font-size: 1.3rem;
  font-weight: 700;
}

.api-status-card > p:last-child {
  margin-top: 0.8rem;
  color: var(--muted-foreground);
  font-size: 0.83rem;
  line-height: 1.65;
}

.provider-status-panel {
  padding: 1.35rem;
}

.provider-status-panel__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.provider-status-panel__heading > p {
  max-width: 27rem;
  color: var(--muted-foreground);
  font-size: 0.72rem;
  line-height: 1.55;
  text-align: right;
}

.provider-status-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 1.2rem 0 0;
}

.provider-status-item {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.8rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card-soft);
}

.provider-status-item dt {
  min-width: 0;
  display: grid;
  gap: 0.1rem;
  color: var(--foreground);
  font-size: 0.78rem;
  font-weight: 700;
}

.provider-status-item dt small {
  color: var(--muted-foreground);
  font-size: 0.63rem;
  font-weight: 550;
}

.provider-status-item dd {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  color: var(--muted-foreground);
  font-size: 0.68rem;
  font-weight: 700;
}

.provider-status-item[data-status="operational"] dd {
  color: var(--success);
}

.provider-status-item[data-status="degraded"] dd,
.provider-status-item[data-status="maintenance"] dd {
  color: var(--warning);
}

.provider-status-item[data-status="outage"] dd {
  color: var(--danger);
}

.platform-status__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1rem;
  color: var(--muted-foreground);
  font-size: 0.68rem;
  line-height: 1.55;
}

.platform-status__meta p:last-child {
  max-width: 42rem;
  text-align: right;
}

.status-noscript {
  margin-top: 0.8rem !important;
  color: var(--warning);
  font-size: 0.72rem;
}

.source-gateway-video {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at 50% 45%, rgba(var(--primary-rgb), 0.18), transparent 42%), #090e19;
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.25);
}

.source-gateway-video::before {
  content: "Payment gateway";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.source-gateway-video__shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.86), transparent 65%);
  pointer-events: none;
}

.source-gateway-video figcaption {
  position: absolute;
  z-index: 3;
  right: 1.5rem;
  bottom: 1.35rem;
  left: 1.5rem;
  display: grid;
  gap: 0.25rem;
  color: #ffffff;
}

.source-gateway-video figcaption strong {
  font-size: 1rem;
  font-weight: 680;
}

.source-gateway-video figcaption span {
  color: #cbd5e1;
  font-size: 0.75rem;
}

.gateway-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.gateway-shot {
  position: relative;
  min-width: 0;
  aspect-ratio: 10 / 7;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: 0 18px 45px rgba(2, 6, 23, 0.16);
}

.gateway-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gateway-gallery__status {
  display: none;
}

.js .gateway-gallery {
  position: relative;
  grid-template-columns: 1fr;
  aspect-ratio: 10 / 7;
  isolation: isolate;
}

.js .gateway-shot {
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.985);
  transition: opacity 650ms ease, transform 900ms ease;
}

.js .gateway-shot.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.js .gateway-gallery__status {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  gap: 0.35rem;
  padding: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.66);
  backdrop-filter: blur(8px);
}

.gateway-gallery__status span {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  transition: width 250ms ease, background 250ms ease;
}

.gateway-gallery__status span.is-active {
  width: 1rem;
  background: #ffffff;
}

.payment-methods-panel {
  display: grid;
  grid-template-columns: minmax(12rem, 0.35fr) minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--card);
}

.payment-methods-panel > div:first-child {
  display: grid;
  gap: 0.5rem;
}

.payment-methods-panel > div:first-child strong {
  font-size: 0.85rem;
  line-height: 1.5;
}

.payment-methods-panel__image {
  padding: 0.55rem;
  overflow-x: auto;
  border: 1px solid #dfe5ec;
  border-radius: var(--radius);
  background: #ffffff;
}

.payment-methods-panel__image img {
  width: max(52rem, 100%);
  max-width: none;
  height: auto;
}

.payment-methods-note {
  grid-column: 1 / -1;
  color: var(--muted-foreground);
  font-size: 0.72rem;
  line-height: 1.6;
}

.business-context {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid var(--border);
}

.business-context__heading {
  max-width: 43rem;
}

.business-context__heading h3 {
  margin-top: 0.6rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.business-context__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 2rem;
}

.business-context__grid article {
  min-height: 10.5rem;
  padding: 1.2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--card);
}

.business-context__grid article > span {
  color: var(--muted-foreground);
  font-family: "GeistMono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 700;
}

.business-context__grid h4 {
  margin: 1.25rem 0 0;
  font-size: 0.92rem;
  font-weight: 680;
}

.business-context__grid p {
  margin-top: 0.45rem;
  color: var(--muted-foreground);
  font-size: 0.76rem;
  line-height: 1.65;
}

.section-heading {
  max-width: 44rem;
  margin-bottom: 3rem;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.developers__copy h2,
.final-cta h2 {
  margin-top: 0.75rem;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.section-heading > p:last-child,
.developers__copy > p,
.final-cta__card > div > p:last-child {
  margin-top: 1rem;
  color: var(--muted-foreground);
  font-size: 1.02rem;
  line-height: 1.75;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 1rem;
}

.capability-card {
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.04);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.capability-card:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--primary-rgb), 0.35);
  box-shadow: 0 18px 45px var(--shadow-color);
}

.capability-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.feature-icon,
.security-card__icon {
  width: 2.65rem;
  height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0.55rem;
}

.feature-icon svg,
.security-card__icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-icon--blue {
  border-color: rgba(var(--primary-rgb), 0.2);
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
}

.feature-icon--violet {
  border-color: rgba(var(--violet-rgb), 0.2);
  background: rgba(var(--violet-rgb), 0.1);
  color: var(--violet);
}

.feature-icon--green {
  border-color: rgba(var(--success-rgb), 0.2);
  background: rgba(var(--success-rgb), 0.1);
  color: var(--success);
}

.feature-icon--amber {
  border-color: rgba(var(--warning-rgb), 0.2);
  background: rgba(var(--warning-rgb), 0.1);
  color: var(--warning);
}

.card-number {
  color: var(--muted-foreground);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
  font-weight: 750;
}

.card-eyebrow {
  margin-top: 1.4rem !important;
  color: var(--muted-foreground);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.capability-card h3,
.security-card h3 {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  font-weight: 680;
  letter-spacing: -0.025em;
}

.capability-card > p:not(.card-eyebrow),
.security-card > p:not(.card-eyebrow) {
  margin-top: 0.8rem;
  color: var(--muted-foreground);
  font-size: 0.88rem;
  line-height: 1.75;
}

.capability-card > a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 1.25rem;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 700;
}

.journey {
  border-block: 1px solid var(--border);
  background: var(--card-soft);
}

.journey-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.journey-steps::before {
  content: "";
  position: absolute;
  top: 2.15rem;
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-strong) 10%, var(--border-strong) 90%, transparent);
}

.journey-step {
  position: relative;
  padding: 0 1rem;
  text-align: center;
}

.journey-step__number {
  position: absolute;
  top: 0;
  left: 0.85rem;
  color: var(--muted-foreground);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.65rem;
  font-weight: 750;
}

.journey-step__icon {
  position: relative;
  z-index: 1;
  width: 4.3rem;
  height: 4.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: var(--card);
  color: var(--primary);
  box-shadow: 0 0 0 0.55rem var(--card-soft);
}

.journey-step__icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-step h3 {
  margin-top: 1.25rem;
  font-size: 0.95rem;
  font-weight: 680;
}

.journey-step p {
  margin-top: 0.55rem;
  color: var(--muted-foreground);
  font-size: 0.78rem;
  line-height: 1.65;
}

.journey-callout {
  max-width: 48rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin: 3.5rem auto 0;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(var(--warning-rgb), 0.22);
  border-radius: var(--radius-lg);
  background: rgba(var(--warning-rgb), 0.07);
}

.journey-callout__icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(var(--warning-rgb), 0.12);
  color: var(--warning);
}

.journey-callout__icon svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-callout strong {
  font-size: 0.85rem;
}

.journey-callout p {
  margin-top: 0.25rem;
  color: var(--muted-foreground);
  font-size: 0.8rem;
  line-height: 1.6;
}

.developers__layout {
  display: grid;
  grid-template-columns: minmax(30rem, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 6.5rem);
}

.developers__copy > p {
  max-width: 36rem;
}

.developers__copy > .button {
  margin-top: 1.5rem;
}

.developer-benefits {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.developer-benefits--source {
  margin-top: 1.5rem;
}

.developer-benefits--source strong {
  line-height: 1.5;
}

.gradient-text {
  background: linear-gradient(90deg, var(--primary), #60a5fa, #a78bfa);
  background-clip: text;
  color: transparent;
  font-weight: 680;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.developer-benefits > div {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.developer-benefits > div > span {
  width: 1.55rem;
  height: 1.55rem;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(var(--success-rgb), 0.1);
  color: var(--success);
}

.developer-benefits svg {
  width: 0.8rem;
  height: 0.8rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.developer-benefits p {
  display: grid;
}

.developer-benefits strong {
  font-size: 0.86rem;
}

.developer-benefits small {
  margin-top: 0.12rem;
  color: var(--muted-foreground);
  font-size: 0.76rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.75rem;
  color: var(--primary) !important;
  font-size: 0.875rem;
  font-weight: 700;
}

.evidence-console {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  background: #0a0f1d;
  box-shadow: 0 30px 80px var(--shadow-color);
}

.evidence-console__topbar,
.evidence-console__footer {
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: 1rem;
  border-bottom: 1px solid #1e293b;
  color: #94a3b8;
  font-size: 0.7rem;
}

.console-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #cbd5e1;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.console-title > span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.13);
}

.code-copy-button {
  min-height: 2rem;
  padding-inline: 0.7rem;
  border: 1px solid #334155;
  border-radius: 0.4rem;
  background: #111827;
  color: #cbd5e1 !important;
  font-size: 0.67rem;
  font-weight: 700;
  cursor: pointer;
}

.code-copy-button:hover {
  border-color: #475569;
  color: #ffffff !important;
}

.console-tabs {
  display: flex;
  gap: 0.25rem;
  padding: 0.45rem 0.75rem;
  border-bottom: 1px solid #1e293b;
  background: #0f172a;
}

.console-tabs span {
  min-height: 1.75rem;
  display: inline-flex;
  align-items: center;
  padding-inline: 0.65rem;
  border-radius: 0.3rem;
  color: #94a3b8;
  font-size: 0.65rem;
  font-weight: 650;
}

.console-tabs .is-active {
  background: #1e293b;
  color: #e2e8f0;
}

.evidence-console pre {
  min-height: 24rem;
  margin: 0;
  padding: 1.35rem 1.5rem;
  overflow: auto;
  background-image: linear-gradient(rgba(148, 163, 184, 0.025) 1px, transparent 1px);
  background-size: 100% 1.5rem;
  color: #cbd5e1;
  font-family: "GeistMono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(0.68rem, 1.3vw, 0.78rem);
  line-height: 1.7;
  tab-size: 2;
}

.syntax-key {
  color: #93c5fd;
}

.syntax-string {
  color: #86efac;
}

.syntax-boolean,
.syntax-number {
  color: #c4b5fd;
}

.syntax-punctuation {
  color: #94a3b8;
}

.evidence-console__footer {
  min-height: 2.5rem;
  border-top: 1px solid #1e293b;
  border-bottom: 0;
  background: #0f172a;
}

.evidence-console__footer span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.evidence-console__footer i {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #22c55e;
}

.security {
  border-top: 1px solid var(--border);
  background: var(--card-soft);
}

.security-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(12rem, auto));
  gap: 1rem;
}

.security-card {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--card);
}

.security-card--featured {
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 25rem;
  background: linear-gradient(145deg, rgba(var(--primary-rgb), 0.08), var(--card) 55%);
}

.security-card--featured .security-card__icon {
  position: relative;
  z-index: 2;
  border-color: rgba(var(--primary-rgb), 0.24);
  background: rgba(var(--primary-rgb), 0.12);
  color: var(--primary);
}

.security-card--featured h3 {
  font-size: 1.5rem;
}

.security-orbit {
  position: absolute;
  top: -8rem;
  right: -7rem;
  width: 23rem;
  aspect-ratio: 1;
  border: 1px solid rgba(var(--primary-rgb), 0.1);
  border-radius: 999px;
}

.security-orbit::before,
.security-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(var(--primary-rgb), 0.11);
  border-radius: inherit;
}

.security-orbit::before {
  inset: 3rem;
}

.security-orbit::after {
  inset: 6rem;
  background: radial-gradient(circle, rgba(var(--primary-rgb), 0.12), transparent 68%);
}

.security-orbit span {
  position: absolute;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 14px rgba(var(--primary-rgb), 0.65);
}

.security-orbit span:first-child {
  top: 49%;
  left: -0.25rem;
}

.security-orbit span:nth-child(2) {
  right: 1.7rem;
  bottom: 4.3rem;
}

.security-orbit span:nth-child(3) {
  top: 4.2rem;
  left: 4rem;
}

.security-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.security-proof span {
  min-height: 1.65rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding-inline: 0.55rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--card-soft);
  color: var(--muted-foreground);
  font-size: 0.65rem;
  font-weight: 650;
}

.security-proof i {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--success);
}

.organisations {
  overflow: hidden;
  border-top: 1px solid #172033;
  background: linear-gradient(145deg, #0a0f1c, #0d1526 50%, #0a0f1c);
  color: #ffffff;
}

.organisations__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
  align-items: end;
  gap: 3rem;
}

.organisations__header > p {
  color: #94a3b8;
  font-size: 0.84rem;
  line-height: 1.7;
}

.organisations__header h2 {
  color: #ffffff;
}

.organisation-rail {
  display: flex;
  gap: 0.75rem;
  margin-top: 2.5rem;
  padding: 0.2rem 0.2rem 0.85rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
}

.organisations__note {
  max-width: 52rem;
  margin-top: 1.25rem !important;
  color: #94a3b8;
  font-size: 0.72rem;
}

.organisations__note + .organisation-rail {
  margin-top: 1.25rem;
}

.organisation-card {
  width: 7.25rem;
  min-width: 7.25rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfe5ec;
  border-radius: var(--radius-lg);
  background: #ffffff;
  scroll-snap-align: start;
}

.organisation-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.testimonial-card {
  min-width: 0;
  padding: 1.4rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: var(--radius-lg);
  background: rgba(30, 41, 59, 0.5);
}

.testimonial-card__quote {
  display: block;
  height: 2rem;
  color: rgba(var(--primary-rgb), 0.65);
  font-family: Georgia, serif;
  font-size: 2.6rem;
  line-height: 1;
}

.testimonial-card blockquote {
  padding: 0;
  margin: 0.75rem 0 0;
  color: #cbd5e1;
  font-size: 0.78rem;
  line-height: 1.75;
}

.testimonial-card__stars {
  margin-top: 1rem !important;
  color: #eab308;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
}

.organisations .source-claims-note {
  color: #94a3b8;
}

.final-cta {
  background: var(--background);
}

.final-cta__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 3rem;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(var(--primary-rgb), 0.28);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.12), var(--card) 58%);
  box-shadow: 0 24px 70px var(--shadow-color);
}

.final-cta__card > *:not(.final-cta__glow) {
  position: relative;
  z-index: 1;
}

.final-cta__card > div:first-of-type {
  max-width: 43rem;
}

.final-cta__glow {
  position: absolute;
  top: -12rem;
  right: -7rem;
  width: 28rem;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.2);
  filter: blur(90px);
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: var(--card-soft);
}

.site-footer__main {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 4rem;
  padding-block: 4rem 3rem;
}

.footer-brand {
  max-width: 24rem;
}

.footer-brand p {
  margin-top: 1rem;
  color: var(--muted-foreground);
  font-size: 0.84rem;
  line-height: 1.7;
}

.footer-contact {
  display: grid;
  gap: 0.4rem;
  padding: 0;
  margin: 1.1rem 0 0;
  color: var(--muted-foreground);
  font-size: 0.76rem;
  list-style: none;
}

.footer-contact a {
  transition: color 150ms ease;
}

.footer-contact a:hover {
  color: var(--primary);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 0.65rem;
}

.footer-links strong {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-links a {
  color: var(--muted-foreground);
  font-size: 0.8rem;
  transition: color 150ms ease;
}

.footer-links a:hover {
  color: var(--primary);
}

.site-footer__bottom {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--border);
  color: var(--muted-foreground);
  font-size: 0.72rem;
}

.footer-preview-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.support-fab {
  position: fixed;
  z-index: 45;
  right: 1.15rem;
  bottom: 1.15rem;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: #087bd3;
  color: #ffffff !important;
  box-shadow: 0 12px 32px rgba(2, 6, 23, 0.35);
  transition: transform 180ms ease, background 180ms ease;
}

.support-fab:hover {
  background: #0b8be9;
  transform: translateY(-2px);
}

.support-fab svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 70rem) {
  html:not(.js) .mobile-nav[hidden] {
    display: block;
  }

  html:not(.js) .menu-toggle {
    display: none;
  }

  .desktop-nav {
    display: none;
  }

  .nav-actions {
    margin-left: auto;
  }

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

  .landing-hero__media {
    width: 25vw;
    opacity: 0.34;
  }

  .hero-marquee {
    width: clamp(6.5rem, 10vw, 8rem);
    flex-basis: clamp(6.5rem, 10vw, 8rem);
  }

  .hero-marquee--extra {
    display: none;
  }

  .hero__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(28rem, 1.1fr);
    gap: 2.5rem;
  }

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

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

  .capability-card {
    min-height: 19rem;
  }

  .journey-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem 0;
  }

  .journey-step {
    flex: 0 1 33.333%;
  }

  .journey-steps::before {
    display: none;
  }

  .developers__layout {
    gap: 3rem;
  }

  .payment-context__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(26rem, 1.1fr);
    gap: 3rem;
  }
}

@media (max-width: 56rem) {
  .section-pad {
    padding-block: 4.75rem;
  }

  .environment-pill,
  .nav-sign-in,
  .nav-create {
    display: none;
  }

  .landing-hero {
    min-height: 32rem;
  }

  .landing-hero__shade {
    background: radial-gradient(ellipse at center, rgba(8, 16, 31, 0.32) 0, rgba(8, 16, 31, 0.88) 52%, rgba(8, 16, 31, 0.99) 80%);
  }

  .landing-hero__media {
    width: 25vw;
    opacity: 0.24;
  }

  .landing-hero__media .hero-marquee:nth-child(2) {
    display: none;
  }

  .landing-hero__content {
    padding-block: 3rem;
  }

  .landing-copy h1 {
    font-size: clamp(2.7rem, 8vw, 3.8rem);
  }

  .hero {
    min-height: auto;
  }

  .hero__layout,
  .developers__layout {
    grid-template-columns: 1fr;
  }

  .developers__copy {
    order: -1;
  }

  .hero__copy {
    max-width: 46rem;
  }

  .hero h1 {
    max-width: 14ch;
  }

  .workspace-wrap {
    width: min(100%, 39rem);
    margin-inline: auto;
  }

  .principle-rail__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding-block: 1.25rem;
  }

  .principle-item {
    padding: 1rem 1.5rem;
  }

  .principle-item:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .principle-item:nth-child(n + 3) {
    border-top: 1px solid var(--border);
  }

  .commerce__header {
    align-items: flex-start;
  }

  .payment-context__layout,
  .organisations__header {
    grid-template-columns: 1fr;
  }

  .platform-status__header,
  .provider-status-panel__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .platform-status__summary {
    width: 100%;
  }

  .platform-status__grid {
    grid-template-columns: 1fr;
  }

  .provider-status-panel__heading > p {
    max-width: 38rem;
    text-align: left;
  }

  .gateway-gallery {
    width: min(100%, 44rem);
    margin-inline: auto;
  }

  .payment-methods-panel {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

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

  .journey-step {
    flex-basis: 50%;
  }

  .developers__copy {
    max-width: 44rem;
  }

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

  .security-card--featured {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 22rem;
  }

  .final-cta__card {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .final-cta__actions {
    justify-content: flex-start;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 40rem) {
  .shell {
    width: min(calc(100% - 1.5rem), var(--shell));
  }

  .site-nav {
    min-height: 3.75rem;
    gap: 0.5rem;
  }

  .site-nav > * {
    min-width: 0;
  }

  .brand {
    flex: 0 1 auto;
    overflow: hidden;
  }

  .brand__mark {
    min-width: 0;
    padding-inline: 0.25rem;
  }

  .brand__mark img {
    max-width: min(7rem, 36vw);
    height: 1.5rem;
  }

  .brand__divider,
  .brand__context {
    display: none;
  }

  .nav-actions {
    flex: 0 0 auto;
    gap: 0.35rem;
  }

  .theme-toggle {
    width: 2.75rem;
    height: 2.75rem;
  }

  .menu-toggle {
    width: 2.75rem;
    height: 2.75rem;
  }

  .mobile-nav {
    max-height: calc(100dvh - 3.75rem);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .mobile-nav__actions {
    grid-template-columns: 1fr;
  }

  .mobile-nav__actions .button,
  .final-cta__actions .button {
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .section-pad {
    padding-block: 3.75rem;
  }

  .landing-hero {
    min-height: 35rem;
  }

  .landing-hero__media {
    width: 29vw;
    opacity: 0.17;
  }

  .hero-marquee {
    width: 7rem;
    flex-basis: 7rem;
  }

  .landing-hero__content {
    width: min(calc(100% - 1.5rem), var(--shell));
    min-width: 0;
    max-width: 100%;
    padding: 2.25rem 0 2.6rem;
  }

  .landing-badge {
    max-width: 100%;
    min-height: 1.8rem;
    justify-content: center;
    padding-inline: 0.7rem;
    font-size: 0.64rem;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }

  .landing-copy h1 {
    width: 100%;
    min-height: 2.55em;
    font-size: clamp(2.1rem, 10vw, 2.65rem);
    letter-spacing: -0.045em;
    line-height: 1.02;
  }

  .landing-copy h1 span,
  .landing-copy h1 strong {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .landing-copy > p {
    width: 100%;
    min-height: 6.2rem;
    padding-inline: 0.25rem;
    font-size: 0.84rem;
  }

  .landing-dots {
    margin-top: 1.5rem;
  }

  .landing-payment-methods {
    width: 100%;
    min-width: 0;
    margin-top: 1.55rem;
  }

  .landing-payment-methods__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.4rem;
  }

  .landing-payment-methods__list li {
    min-height: 3.2rem;
    padding: 0.3rem 0.35rem;
  }

  .landing-payment-methods__list img {
    height: 2.15rem;
  }

  .hero__layout {
    gap: 2.75rem;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.2rem);
  }

  .hero__lead {
    line-height: 1.65;
  }

  .hero__actions,
  .final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero__actions .button,
  .final-cta__actions .button {
    width: 100%;
  }

  .trust-list {
    display: grid;
  }

  .commerce__header {
    display: grid;
    gap: 1.25rem;
  }

  .gallery-hint {
    padding-bottom: 0;
  }

  .portrait-rail {
    grid-auto-columns: min(74vw, 14rem);
    margin-top: 2rem;
  }

  .workspace-wrap {
    padding: 0;
  }

  .workspace-card {
    transform: none;
  }

  .workspace-card__topbar {
    grid-template-columns: auto 1fr auto;
  }

  .workspace-card__topbar > span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .workspace-card__body {
    padding: 1rem;
  }

  .workspace-heading,
  .readiness-summary,
  .api-status-card__top {
    flex-wrap: wrap;
  }

  .evidence-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .evidence-icon {
    grid-row: 1 / span 2;
  }

  .row-state {
    grid-column: 2;
    margin-top: 0.1rem;
  }

  .capability-grid,
  .business-context__grid,
  .source-feature-grid,
  .testimonial-grid,
  .security-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .source-feature-card__copy {
    min-height: auto;
  }

  .source-gateway-video figcaption {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .source-gateway-video figcaption strong {
    font-size: 0.86rem;
  }

  .gateway-gallery {
    grid-template-columns: 1fr;
  }

  .provider-status-list {
    grid-template-columns: 1fr;
  }

  .platform-status__summary,
  .api-status-card,
  .provider-status-panel {
    padding: 1rem;
  }

  .service-status-badge {
    max-width: 100%;
    white-space: normal;
  }

  .provider-status-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.4rem;
  }

  .provider-status-item dd {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .platform-status__meta {
    flex-direction: column;
  }

  .platform-status__meta p:last-child {
    text-align: left;
  }

  .payment-methods-panel {
    padding: 0.9rem;
  }

  .payment-methods-panel__image img {
    width: 48rem;
  }

  .business-context {
    margin-top: 3rem;
    padding-top: 2.5rem;
  }

  .business-context__grid article {
    min-height: auto;
  }

  .organisation-card {
    width: 6.75rem;
    min-width: 6.75rem;
  }

  .principle-rail__layout {
    grid-template-columns: 1fr;
  }

  .principle-item,
  .principle-item:nth-child(odd) {
    padding: 0.9rem 0;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .principle-item:first-child {
    border-top: 0;
  }

  .capability-card {
    min-height: auto;
  }

  .capability-card > a {
    margin-top: 1.5rem;
  }

  .journey-step {
    display: grid;
    flex-basis: 100%;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 1rem;
    padding: 0;
    text-align: left;
  }

  .journey-step__number {
    top: -0.2rem;
    left: 3.1rem;
  }

  .journey-step__icon {
    grid-row: 1 / span 2;
    width: 3.6rem;
    height: 3.6rem;
    box-shadow: none;
  }

  .journey-step h3 {
    align-self: end;
    margin-top: 0.4rem;
  }

  .journey-step p {
    margin-top: 0.25rem;
  }

  .journey-callout {
    margin-top: 2.5rem;
  }

  .evidence-console pre {
    max-width: 100%;
    min-height: 21rem;
    padding-inline: 1rem;
  }

  .evidence-console__topbar {
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.65rem 0.75rem;
  }

  .console-title {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .console-tabs {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .console-tabs::-webkit-scrollbar {
    display: none;
  }

  .console-tabs span {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .evidence-console__footer {
    min-height: auto;
    flex-wrap: wrap;
    padding-block: 0.7rem;
  }

  .security-card--featured {
    grid-column: auto;
    min-height: 22rem;
  }

  .final-cta__card {
    padding: 1.5rem;
  }

  .site-footer__bottom {
    min-height: 5rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .support-fab {
    right: max(0.75rem, env(safe-area-inset-right));
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    width: 2.75rem;
    height: 2.75rem;
  }
}

html[data-theme="light"] .landing-hero {
  border-bottom-color: var(--border);
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
  color: var(--foreground);
}

html[data-theme="light"] .landing-hero__grid {
  background-image: linear-gradient(rgba(23, 33, 43, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 33, 43, 0.045) 1px, transparent 1px);
}

html[data-theme="light"] .landing-hero__shade {
  background: radial-gradient(ellipse at center, rgba(248, 250, 252, 0.16) 0, rgba(244, 247, 250, 0.76) 48%, rgba(238, 243, 248, 0.98) 78%);
}

html[data-theme="light"] .landing-hero__media {
  opacity: 0.34;
}

html[data-theme="light"] .hero-marquee__track img {
  border-color: rgba(23, 33, 43, 0.14);
  background: var(--card);
}

html[data-theme="light"] .landing-badge {
  border-color: rgba(23, 33, 43, 0.3);
  background: rgba(255, 255, 255, 0.76);
  color: var(--foreground);
  box-shadow: 0 6px 20px rgba(23, 33, 43, 0.08);
}

html[data-theme="light"] .landing-copy > p,
html[data-theme="light"] .landing-payment-methods > p {
  color: var(--muted-foreground);
}

html[data-theme="light"] .landing-dots button::before {
  background: #94a3b8;
}

html[data-theme="light"] .landing-dots button:hover::before {
  background: #475569;
}

html[data-theme="light"] .landing-dots button.is-active::before {
  background: var(--primary);
}

html[data-theme="light"] .homepage-features {
  border-bottom-color: var(--border);
  background: var(--background-elevated);
  color: var(--foreground);
}

html[data-theme="light"] .homepage-features__heading > p,
html[data-theme="light"] .source-feature-card__copy p,
html[data-theme="light"] .source-claims-note {
  color: var(--muted-foreground);
}

html[data-theme="light"] .source-feature-card {
  border-color: var(--border);
  background: var(--card);
  box-shadow: 0 12px 32px rgba(23, 33, 43, 0.07);
}

html[data-theme="light"] .source-feature-card__media {
  background: radial-gradient(circle at 50% 40%, rgba(var(--primary-rgb), 0.14), transparent 42%), var(--background-elevated);
}

html[data-theme="light"] .source-feature-card__media::before {
  color: var(--muted-foreground);
}

html[data-theme="light"] .source-feature-card__media > span {
  background: linear-gradient(to top, var(--card) 0, rgba(255, 255, 255, 0.3) 38%, transparent 72%);
}

html[data-theme="light"] .source-feature-card__copy h3 {
  color: var(--foreground);
}

html[data-theme="light"] .organisations {
  border-top-color: var(--border);
  background: linear-gradient(145deg, var(--background-elevated), var(--background) 50%, var(--background-elevated));
  color: var(--foreground);
}

html[data-theme="light"] .organisations__header > p,
html[data-theme="light"] .organisations__note,
html[data-theme="light"] .organisations .source-claims-note,
html[data-theme="light"] .testimonial-card blockquote {
  color: var(--muted-foreground);
}

html[data-theme="light"] .organisations__header h2 {
  color: var(--foreground);
}

html[data-theme="light"] .testimonial-card {
  border-color: var(--border);
  background: var(--card);
  box-shadow: 0 12px 32px rgba(23, 33, 43, 0.06);
}

@media (max-width: 40rem) {
  html[data-theme="light"] .landing-hero__media {
    opacity: 0.14;
  }
}

@media (max-width: 24rem) {
  .section-pad {
    padding-block: 3.25rem;
  }

  .landing-copy h1 {
    min-height: 0;
    font-size: clamp(1.95rem, 9.8vw, 2.3rem);
  }

  .homepage-features__heading h2,
  .section-heading h2,
  .payment-context__copy h2,
  .organisations__header h2,
  .developers__copy h2,
  .final-cta h2 {
    font-size: clamp(1.75rem, 8.5vw, 2rem);
  }

  .homepage-features__heading,
  .section-heading {
    margin-bottom: 2.25rem;
  }

  .source-feature-card__copy,
  .capability-card,
  .security-card {
    padding: 1.1rem;
  }

  .platform-status__summary,
  .api-status-card,
  .provider-status-panel,
  .final-cta__card {
    padding: 0.95rem;
  }

  .workspace-card__body {
    padding: 0.85rem;
  }
}

@media (max-width: 22rem) {
  .shell,
  .landing-hero__content {
    width: min(calc(100% - 1rem), var(--shell));
  }

  .site-nav {
    gap: 0.35rem;
  }

  .brand__mark {
    padding-inline: 0;
  }

  .brand__mark img {
    max-width: min(6.25rem, 34vw);
    height: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .workspace-card,
  .workspace-wrap:hover .workspace-card {
    transform: none;
  }

  .hero-marquee__track,
  .landing-copy.is-changing {
    animation: none !important;
    transform: none !important;
  }

  .source-feature-card:hover,
  .support-fab:hover {
    transform: none;
  }
}
