@import url("https://api.fontshare.com/v2/css?f[]=satoshi@900,700,500,400,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;700&display=swap");

:root {
  --text: #142434;
  --muted: #4c5f70;
  --soft: #728290;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.9);
  --surface-deep: #122131;
  --line: rgba(20, 36, 52, 0.1);
  --line-soft: rgba(20, 36, 52, 0.06);
  --shadow: 0 32px 80px -42px rgba(12, 23, 36, 0.42);
  --shadow-soft: 0 18px 44px -30px rgba(12, 23, 36, 0.24);
  --radius-xl: 38px;
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --page-accent: #93633c;
  --page-accent-rgb: 147, 99, 60;
  --page-accent-dark: #6a4324;
  --page-accent-soft: rgba(147, 99, 60, 0.12);
  --page-spot-1: rgba(207, 177, 144, 0.28);
  --page-spot-2: rgba(112, 157, 169, 0.18);
  --page-panel: rgba(248, 242, 233, 0.9);
  --page-body:
    radial-gradient(circle at 0% 0%, rgba(225, 205, 180, 0.44), transparent 34%),
    radial-gradient(circle at 100% 8%, rgba(176, 213, 221, 0.24), transparent 28%),
    linear-gradient(180deg, #fcfaf6 0%, #f4efe7 54%, #f8f4ee 100%);
}

body.page-solution {
  --page-accent: #9d6b43;
  --page-accent-rgb: 157, 107, 67;
  --page-accent-dark: #724a29;
  --page-accent-soft: rgba(157, 107, 67, 0.12);
  --page-spot-1: rgba(229, 192, 158, 0.34);
  --page-spot-2: rgba(132, 177, 188, 0.2);
  --page-panel: rgba(249, 244, 236, 0.9);
  --page-body:
    radial-gradient(circle at 0% 0%, rgba(231, 203, 174, 0.42), transparent 34%),
    radial-gradient(circle at 100% 10%, rgba(160, 197, 209, 0.22), transparent 28%),
    linear-gradient(180deg, #fbf8f3 0%, #f1ebe2 56%, #f7f1e8 100%);
}

body.page-solution.page-solution-clinical {
  --page-accent: #0d7b96;
  --page-accent-rgb: 13, 123, 150;
  --page-accent-dark: #0a5669;
  --page-accent-soft: rgba(13, 123, 150, 0.12);
  --page-spot-1: rgba(178, 222, 234, 0.34);
  --page-spot-2: rgba(215, 229, 244, 0.34);
  --page-panel: rgba(242, 248, 251, 0.92);
  --page-body:
    radial-gradient(circle at 0% 0%, rgba(184, 225, 236, 0.34), transparent 34%),
    radial-gradient(circle at 100% 8%, rgba(217, 228, 248, 0.28), transparent 30%),
    linear-gradient(180deg, #f8fbfd 0%, #edf3f8 58%, #f7f9fb 100%);
}

body.page-trust {
  --page-accent: #196d76;
  --page-accent-rgb: 25, 109, 118;
  --page-accent-dark: #114b50;
  --page-accent-soft: rgba(25, 109, 118, 0.12);
  --page-spot-1: rgba(166, 210, 206, 0.26);
  --page-spot-2: rgba(214, 223, 205, 0.3);
  --page-panel: rgba(244, 248, 245, 0.92);
  --page-body:
    radial-gradient(circle at 0% 0%, rgba(174, 214, 210, 0.3), transparent 34%),
    radial-gradient(circle at 100% 8%, rgba(214, 223, 205, 0.28), transparent 30%),
    linear-gradient(180deg, #fafbf7 0%, #eef2eb 56%, #f6f7f3 100%);
}

body.page-conversion {
  --page-accent: #8b5d2d;
  --page-accent-rgb: 139, 93, 45;
  --page-accent-dark: #65401c;
  --page-accent-soft: rgba(139, 93, 45, 0.12);
  --page-spot-1: rgba(233, 206, 165, 0.34);
  --page-spot-2: rgba(182, 205, 214, 0.22);
  --page-panel: rgba(250, 246, 238, 0.92);
  --page-body:
    radial-gradient(circle at 0% 0%, rgba(232, 202, 165, 0.36), transparent 34%),
    radial-gradient(circle at 100% 10%, rgba(188, 209, 216, 0.22), transparent 28%),
    linear-gradient(180deg, #fdfaf4 0%, #f3ede3 58%, #f8f3ea 100%);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background: var(--page-body);
  font-family: "Satoshi", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(22px);
  background: rgba(249, 247, 243, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 12px 38px -30px rgba(10, 19, 32, 0.3);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

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

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background:
    linear-gradient(145deg, rgba(var(--page-accent-rgb), 0.94), rgba(20, 36, 52, 0.96));
  box-shadow: 0 18px 32px -22px rgba(var(--page-accent-rgb), 0.9);
}

.brand-copy {
  min-width: 0;
}

.brand-copy strong {
  display: block;
  font-size: 16px;
  letter-spacing: 0.01em;
}

.brand-copy span {
  display: block;
  font-size: 12px;
  color: var(--soft);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  font-size: 14px;
  color: var(--muted);
}

.site-nav a {
  position: relative;
  padding: 10px 0;
  white-space: nowrap;
  transition: color 160ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: rgba(var(--page-accent-rgb), 0.9);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--text);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, rgba(var(--page-accent-rgb), 0.95), rgba(20, 36, 52, 0.96));
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 40px -30px rgba(var(--page-accent-rgb), 0.7);
  filter: saturate(1.08);
}

.page-main {
  padding: 28px 0 100px;
}

.hero {
  position: relative;
  padding: 26px 0 18px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: -20px auto auto 0;
  width: min(52vw, 620px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(var(--page-accent-rgb), 0.18), transparent 72%);
  filter: blur(18px);
  opacity: 0.9;
}

.hero::after {
  inset: 48px 0 auto auto;
  width: min(36vw, 440px);
  height: min(28vw, 320px);
  background: radial-gradient(circle, var(--page-spot-2), transparent 70%);
  filter: blur(26px);
  opacity: 0.9;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.hero-copy {
  padding: clamp(28px, 4vw, 44px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.58));
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(var(--page-accent-rgb), 0.08), transparent 34%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.42), transparent 38%);
}

.hero-copy > * {
  position: relative;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(var(--page-accent-rgb), 0.1);
  border: 1px solid rgba(var(--page-accent-rgb), 0.14);
  color: var(--page-accent-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.breadcrumbs {
  margin-top: 18px;
  font-size: 13px;
  color: var(--soft);
}

.breadcrumbs a:hover {
  color: var(--page-accent-dark);
}

.page-title {
  margin: 18px 0 14px;
  font-size: clamp(40px, 5.8vw, 76px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.page-title .serif {
  font-family: "Noto Serif SC", serif;
  font-weight: 600;
}

.lead {
  max-width: 720px;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--muted);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, color 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, rgba(var(--page-accent-rgb), 0.95), rgba(20, 36, 52, 0.95));
  color: #fff;
  box-shadow: 0 20px 42px -28px rgba(var(--page-accent-rgb), 0.72);
}

.button-primary:hover {
  box-shadow: 0 26px 44px -30px rgba(var(--page-accent-rgb), 0.8);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  border-color: rgba(var(--page-accent-rgb), 0.16);
}

.button-secondary:hover {
  color: var(--page-accent-dark);
  border-color: rgba(var(--page-accent-rgb), 0.3);
}

.hero-panel,
.card,
.cta-band,
.quote-card,
.table-wrap,
.image-panel,
.faq-group,
.metric,
.glossary-item,
.ops-card,
.signal {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.62));
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-panel,
.card,
.quote-card,
.table-wrap,
.image-panel,
.faq-group,
.ops-card,
.signal {
  padding: 28px;
}

.hero-panel::before,
.card::before,
.table-wrap::before,
.faq-group::before,
.metric::before,
.glossary-item::before,
.ops-card::before,
.signal::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 108px;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--page-accent-rgb), 0.9), transparent);
}

.hero-panel {
  padding: 30px;
  color: rgba(255, 255, 255, 0.94);
  background:
    radial-gradient(circle at top right, rgba(var(--page-accent-rgb), 0.26), transparent 34%),
    linear-gradient(160deg, rgba(18, 33, 49, 0.98), rgba(18, 33, 49, 0.84));
  border-color: rgba(255, 255, 255, 0.08);
}

.hero-panel h2,
.hero-panel h3,
.hero-panel strong {
  color: #fff;
}

.hero-panel p,
.hero-panel li,
.hero-panel .small {
  color: rgba(255, 255, 255, 0.76);
}

.hero-panel h2,
.section h2,
.faq-group h2,
.ops-card h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.04em;
}

.section h3,
.card h3,
.faq-group h3,
.ops-card h3 {
  margin: 0;
  letter-spacing: -0.03em;
}

.card p,
.section p,
.quote-card p,
.faq-group p,
.ops-card p,
.table-wrap p,
.metric p,
.glossary-item p,
.signal p {
  color: var(--muted);
  line-height: 1.75;
}

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

.signal {
  padding: 22px 22px 20px;
}

.signal span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--page-accent-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signal strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.mini-list,
.pill-list,
.feature-list,
.definition-list,
.source-list,
.note-list,
.footer-links,
.ops-list,
.grid-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.mini-list li,
.feature-list li,
.source-list li,
.note-list li,
.ops-list li,
.grid-list li {
  position: relative;
  padding-left: 18px;
}

.mini-list li::before,
.feature-list li::before,
.source-list li::before,
.note-list li::before,
.ops-list li::before,
.grid-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(var(--page-accent-rgb), 0.95);
}

.pill-list {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.pill-list li {
  padding: 14px 16px;
  border: 1px solid rgba(var(--page-accent-rgb), 0.14);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  font-weight: 600;
  line-height: 1.5;
  box-shadow: 0 18px 40px -34px rgba(20, 36, 52, 0.18);
}

.section {
  margin-top: 46px;
}

.section-tight {
  margin-top: 18px;
}

.section-copy {
  max-width: 820px;
}

.section-kicker {
  margin-bottom: 10px;
  color: var(--page-accent-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.section-head p {
  margin: 0;
  max-width: 760px;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 18px;
}

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

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

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

.card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card h3 {
  font-size: clamp(22px, 2.3vw, 28px);
}

.card .kicker,
.metric .kicker {
  color: var(--page-accent-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.card strong {
  color: var(--text);
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.step {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.64));
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-soft);
}

.step::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 94px;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--page-accent-rgb), 0.9), transparent);
}

.step-index {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(var(--page-accent-rgb), 0.24), rgba(255, 255, 255, 0.9));
  color: var(--page-accent-dark);
  font-size: 20px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82);
}

.step h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.metric {
  padding: 24px;
}

.metric strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.05em;
}

.quote-card {
  overflow: hidden;
}

.quote-card::after {
  content: "";
  position: absolute;
  inset: auto 20px 20px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--page-accent-rgb), 0.16), transparent 70%);
}

.quote-card p {
  position: relative;
  margin: 0 0 18px;
  font-size: 17px;
}

.quote-meta {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.quote-meta strong {
  font-size: 16px;
}

.table-wrap {
  overflow: hidden;
}

.table-wrap table,
.ops-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  margin-top: 18px;
}

.table-wrap thead th,
.ops-table th {
  padding: 0 16px 8px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  color: var(--soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.table-wrap tbody td,
.ops-table td {
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid var(--line-soft);
}

.table-wrap tbody td:first-child,
.ops-table td:first-child {
  border-left: 1px solid var(--line-soft);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.table-wrap tbody td:last-child,
.ops-table td:last-child {
  border-right: 1px solid var(--line-soft);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.image-panel {
  display: grid;
  gap: 14px;
}

.image-panel img,
.qr-card img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 20px 50px -36px rgba(12, 23, 36, 0.34);
}

.image-caption {
  color: var(--soft);
  font-size: 13px;
  line-height: 1.65;
}

.faq-group {
  padding: 30px;
}

.faq-group details {
  border-top: 1px solid rgba(20, 36, 52, 0.08);
}

.faq-group details:first-of-type {
  margin-top: 8px;
}

summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
}

summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  flex: none;
  color: var(--page-accent-dark);
  background: rgba(var(--page-accent-rgb), 0.1);
  font-size: 20px;
  line-height: 1;
}

summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  color: var(--page-accent-dark);
}

details[open] summary::after {
  content: "−";
}

.answer {
  padding: 0 2px 20px;
  color: var(--muted);
  line-height: 1.78;
}

.notice {
  margin-top: 28px;
  padding: 28px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(var(--page-accent-rgb), 0.28), transparent 34%),
    linear-gradient(140deg, rgba(18, 33, 49, 0.98), rgba(18, 33, 49, 0.9));
  color: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.notice h2,
.notice h3,
.notice p,
.notice li,
.notice a {
  color: inherit;
}

.notice .button-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.notice .button-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.7fr);
  gap: 24px;
  padding: clamp(30px, 4vw, 42px);
  background:
    radial-gradient(circle at top right, rgba(var(--page-accent-rgb), 0.24), transparent 28%),
    linear-gradient(145deg, rgba(18, 33, 49, 0.98), rgba(28, 47, 67, 0.94));
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-band h2,
.cta-band p,
.cta-band strong,
.cta-band .section-kicker {
  color: inherit;
}

.cta-band .section-kicker {
  color: rgba(255, 255, 255, 0.66);
}

.cta-panel {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(var(--page-accent-rgb), 0.12);
  box-shadow: var(--shadow-soft);
  color: var(--text);
}

.cta-band .cta-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
}

.cta-band .cta-panel p,
.cta-band .cta-panel strong,
.cta-band .cta-panel .small {
  color: inherit;
}

.cta-band .button-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
}

.cta-band .button-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.qr-card {
  justify-items: start;
}

.qr-card img {
  width: min(100%, 170px);
  padding: 10px;
  background: #fff;
}

.source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--page-accent-dark);
  font-weight: 700;
}

.footer {
  padding: 56px 0 80px;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px 32px;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid rgba(20, 36, 52, 0.1);
}

.footer-copy {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: var(--soft);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
}

.footer-links li {
  padding-left: 0;
}

.footer-links li::before {
  display: none;
}

.footer-links a:hover {
  color: var(--page-accent-dark);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(var(--page-accent-rgb), 0.14);
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.glossary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.glossary-item,
.metric {
  padding: 24px;
}

.glossary-item h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.ops-card {
  margin-top: 28px;
}

.ops-table th,
.ops-table td {
  font-size: 13px;
}

.muted {
  color: var(--soft);
}

.small {
  font-size: 13px;
  color: var(--soft);
}

.strong {
  color: var(--text);
  font-weight: 700;
}

code {
  padding: 2px 6px;
  border-radius: 8px;
  background: rgba(20, 36, 52, 0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
}

@media (max-width: 1080px) {
  .hero-grid,
  .cta-band,
  .grid-4,
  .grid-3,
  .grid-2,
  .metric-grid,
  .glossary-grid,
  .signal-strip {
    grid-template-columns: 1fr;
  }

  .site-header-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .nav-cta {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(1200px, calc(100% - 28px));
  }

  .site-header-inner {
    gap: 14px;
    padding: 14px 0 12px;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 12px;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .brand-copy span {
    font-size: 11px;
  }

  .site-nav {
    gap: 10px;
    margin-inline: -2px;
    padding-bottom: 6px;
  }

  .site-nav a {
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(20, 36, 52, 0.06);
    background: rgba(255, 255, 255, 0.54);
    font-size: 12px;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a[aria-current="page"] {
    color: var(--page-accent-dark);
    border-color: rgba(var(--page-accent-rgb), 0.18);
    background: rgba(var(--page-accent-rgb), 0.12);
  }

  .page-main {
    padding-top: 18px;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-panel,
  .card,
  .quote-card,
  .table-wrap,
  .image-panel,
  .faq-group,
  .notice,
  .ops-card,
  .cta-band,
  .signal,
  .hero-copy {
    padding: 22px;
  }

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

  .step-index {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 16px;
  }

  summary {
    font-size: 16px;
  }

  .page-title {
    font-size: clamp(34px, 10vw, 52px);
  }
}
