/* NHS Sovereign Federated Data Platform
   Page-specific visual system, loaded after the global NashMarkAI stylesheet. */

.fdp-page {
  --fdp-bg: #080d15;
  --fdp-bg-alt: #0b111b;
  --fdp-panel: #101827;
  --fdp-panel-strong: #121d2e;
  --fdp-line: #263754;
  --fdp-line-bright: #31506e;
  --fdp-cyan: #00d4ff;
  --fdp-green: #35e0a1;
  --fdp-amber: #ffc857;
  --fdp-red: #ff8f9d;
  --fdp-text: #eaf0f8;
  --fdp-muted: #aeb9c9;
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: var(--fdp-bg);
  color: var(--fdp-text);
}

.fdp-page .main_page {
  width: min(1320px, calc(100% - (var(--site-gutter, 24px) * 2)));
  padding: 0;
}

.fdp-page .cyan {
  color: var(--fdp-cyan);
}

.fdp-kicker,
.fdp-inline-status {
  margin: 0;
  color: var(--fdp-cyan);
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.fdp-inline-status {
  margin-top: 4px;
  color: #93a4bb;
  font-size: 0.66rem;
}

.fdp-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 104px) 0 clamp(52px, 6vw, 86px);
  border-bottom: 1px solid #1b2840;
  background:
    linear-gradient(90deg, rgba(8, 13, 21, 0.98) 0%, rgba(8, 13, 21, 0.88) 55%, rgba(8, 13, 21, 0.4) 100%),
    radial-gradient(circle at 83% 16%, rgba(0, 212, 255, 0.18), transparent 28%),
    linear-gradient(145deg, #0d1726 0%, #080d15 62%);
}

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

.fdp-hero::before {
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(0, 212, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, 0.06) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, transparent 10%, #000 68%, #000 100%);
}

.fdp-hero::after {
  width: 430px;
  height: 430px;
  right: -150px;
  bottom: -285px;
  border: 1px solid rgba(0, 212, 255, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(0, 212, 255, 0.025),
    0 0 0 116px rgba(0, 212, 255, 0.018);
}

.fdp-hero .main_page,
.fdp-hero-grid {
  position: relative;
  z-index: 1;
}

.fdp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: center;
}

.fdp-hero h1 {
  max-width: 920px;
  margin: 12px 0 20px;
  color: #fff;
  font-size: clamp(3rem, 5.35vw, 5.25rem);
  font-weight: 330;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.fdp-hero h1 .cyan {
  display: block;
}

.fdp-hero-lead {
  max-width: 790px;
  margin: 0;
  color: #c8d2df;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.65;
}

.fdp-hero--compact {
  padding: clamp(48px, 5.5vw, 78px) 0 clamp(42px, 5vw, 68px);
}

.fdp-hero--compact header {
  max-width: 1080px;
}

.fdp-hero--compact h1 {
  max-width: 1050px;
  font-size: clamp(2.65rem, 4.7vw, 4.5rem);
  line-height: 1.02;
}

.fdp-hero--compact h1 .cyan {
  display: inline;
}

.fdp-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
}

.fdp-status-row span {
  padding: 7px 11px;
  border: 1px solid #2c405e;
  background: rgba(16, 24, 39, 0.78);
  color: #dce5f0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.fdp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.fdp-hero-actions .nhs_card_link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 11px 18px;
  border: 1px solid var(--fdp-cyan);
  background: var(--fdp-cyan);
  color: #041019;
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.25;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.fdp-hero-actions .nhs_card_link.secondary {
  background: transparent;
  color: var(--fdp-cyan);
}

.fdp-hero-actions .nhs_card_link:hover,
.fdp-hero-actions .nhs_card_link:focus-visible {
  border-color: #7beaff;
  background: #7beaff;
  color: #041019;
  outline: none;
}

.fdp-hero-proof {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid #28405e;
  border-top: 3px solid var(--fdp-cyan);
  background:
    linear-gradient(135deg, rgba(0, 212, 255, 0.07), transparent 48%),
    rgba(12, 20, 33, 0.94);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.3);
}

.fdp-proof-label {
  color: #aeb9c9;
  font-size: 0.7rem;
  font-weight: 740;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fdp-proof-value {
  margin: 8px 0 4px;
  color: #fff;
  font-size: clamp(2.2rem, 4.5vw, 3.75rem);
  font-weight: 320;
  line-height: 1;
}

.fdp-proof-value strong {
  color: var(--fdp-green);
  font-weight: 720;
}

.fdp-proof-copy {
  color: var(--fdp-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.fdp-proof-rule {
  height: 1px;
  margin: 22px 0;
  background: var(--fdp-line);
}

.fdp-route-shell {
  width: 100%;
  border-top: 1px solid var(--fdp-line);
  border-bottom: 1px solid var(--fdp-line);
  background: rgba(10, 16, 27, 0.97);
}

.fdp-route-shell--top {
  position: sticky;
  top: 112px;
  z-index: 850;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.fdp-route-shell--bottom {
  position: static;
  margin-top: 42px;
  border: 1px solid var(--fdp-line);
  background: #0d1421;
}

.fdp-route-nav {
  width: min(1320px, calc(100% - (var(--site-gutter, 24px) * 2)));
  min-height: 58px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: stretch;
  margin: 0 auto;
}

.fdp-route-title {
  display: flex;
  align-items: center;
  padding-right: 22px;
  color: #e7edf7;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.fdp-route-links {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

.fdp-route-links a {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 14px;
  border-left: 1px solid var(--fdp-line);
  color: #b8c4d4;
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.fdp-route-links a span {
  color: var(--fdp-cyan);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.66rem;
  font-weight: 780;
}

.fdp-route-links a:hover,
.fdp-route-links a:focus-visible,
.fdp-route-links a.active {
  background: rgba(0, 212, 255, 0.085);
  color: #fff;
  outline: none;
}

.fdp-route-links a.active {
  box-shadow: inset 0 -3px 0 var(--fdp-cyan);
}

.fdp-section {
  position: relative;
  padding: clamp(58px, 6.5vw, 92px) 0;
  border-bottom: 1px solid #1a263b;
  background: var(--fdp-bg);
}

.fdp-section:nth-of-type(odd) {
  background: var(--fdp-bg-alt);
}

.fdp-section:last-child {
  border-bottom: 0;
}

.fdp-section-heading {
  max-width: 860px;
  margin: 0 0 34px;
}

.fdp-section-heading h2 {
  margin: 7px 0 12px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 350;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.fdp-section-heading p {
  margin: 0;
  color: var(--fdp-muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

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

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

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

.fdp-card {
  position: relative;
  min-width: 0;
  padding: clamp(22px, 2.6vw, 30px);
  border: 1px solid var(--fdp-line);
  background:
    linear-gradient(145deg, rgba(0, 212, 255, 0.025), transparent 42%),
    var(--fdp-panel);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.fdp-card-number {
  color: var(--fdp-cyan);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.fdp-card h3 {
  margin: 10px 0 9px;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 680;
  line-height: 1.28;
}

.fdp-card p,
.fdp-card li {
  color: var(--fdp-muted);
  font-size: 0.84rem;
  line-height: 1.64;
}

.fdp-card ul,
.fdp-card ol {
  margin: 13px 0 0 19px;
}

.fdp-card li + li,
.fdp-numbered-list li + li {
  margin-top: 7px;
}

.fdp-section-gap {
  margin-top: 22px;
}

.fdp-principle {
  border-top: 3px solid #2b4667;
}

.fdp-principle:nth-child(3n + 1) {
  border-top-color: var(--fdp-cyan);
}

.fdp-principle:nth-child(3n + 2) {
  border-top-color: var(--fdp-green);
}

.fdp-principle:nth-child(3n) {
  border-top-color: var(--fdp-amber);
}

.fdp-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.fdp-flow-step {
  position: relative;
  min-height: 144px;
  padding: 20px;
  border: 1px solid var(--fdp-line-bright);
  background: var(--fdp-panel);
}

.fdp-flow-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -19px;
  width: 25px;
  color: var(--fdp-cyan);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
}

.fdp-flow-step strong {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  font-size: 0.86rem;
  line-height: 1.35;
}

.fdp-flow-step span {
  color: #9faec1;
  font-size: 0.74rem;
  line-height: 1.53;
}

.fdp-architecture-stack {
  display: grid;
  gap: 9px;
}

.fdp-layer {
  display: grid;
  grid-template-columns: 64px minmax(190px, 0.58fr) minmax(0, 1.42fr);
  gap: 20px;
  align-items: center;
  padding: 17px 20px;
  border: 1px solid var(--fdp-line);
  border-left: 3px solid #2f526f;
  background: var(--fdp-panel);
}

.fdp-layer:nth-child(2n) {
  background: #0e1725;
}

.fdp-layer-index {
  color: var(--fdp-cyan);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.76rem;
  font-weight: 760;
}

.fdp-layer strong {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.35;
}

.fdp-layer p {
  margin: 0;
  color: #9faec1;
  font-size: 0.79rem;
  line-height: 1.55;
}

.fdp-boundary {
  padding: clamp(24px, 3.5vw, 38px);
  border: 1px solid rgba(0, 212, 255, 0.5);
  background:
    linear-gradient(135deg, rgba(0, 212, 255, 0.085), rgba(0, 94, 184, 0.055)),
    #0d1624;
}

.fdp-boundary h3 {
  margin: 0 0 12px;
  color: var(--fdp-cyan);
  font-size: 1.18rem;
}

.fdp-boundary p,
.fdp-boundary li {
  color: #c8d0dc;
  font-size: 0.89rem;
  line-height: 1.68;
}

.fdp-boundary ul {
  margin: 12px 0 0 20px;
}

.fdp-matrix {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--fdp-line);
  border-collapse: separate;
  border-spacing: 0;
  background: var(--fdp-panel);
  font-size: 0.82rem;
}

.fdp-matrix th {
  background: #132033;
  color: var(--fdp-cyan);
  font-size: 0.71rem;
  font-weight: 760;
  letter-spacing: 0.055em;
  text-align: left;
  text-transform: uppercase;
}

.fdp-matrix th,
.fdp-matrix td {
  padding: 15px 17px;
  border-bottom: 1px solid var(--fdp-line);
  vertical-align: top;
}

.fdp-matrix tr:last-child td {
  border-bottom: 0;
}

.fdp-matrix tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.018);
}

.fdp-matrix td {
  color: #b8c4d4;
  line-height: 1.58;
}

.fdp-matrix td strong {
  color: #fff;
}

.fdp-release-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--fdp-line);
  background: #0d1421;
}

.fdp-release-strip > div {
  min-height: 118px;
  padding: 21px;
  border-right: 1px solid var(--fdp-line);
}

.fdp-release-strip > div:last-child {
  border-right: 0;
}

.fdp-release-strip strong {
  display: block;
  color: #fff;
  font-size: 1.13rem;
}

.fdp-release-strip span {
  display: block;
  margin-top: 7px;
  color: #92a1b5;
  font-size: 0.73rem;
  line-height: 1.5;
}

.fdp-state-chain {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.fdp-state-chain span {
  padding: 9px 11px;
  border: 1px solid #314560;
  background: var(--fdp-panel);
  color: #d7e0eb;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 740;
}

.fdp-state-chain b {
  color: var(--fdp-cyan);
}

.fdp-status-good {
  color: var(--fdp-green) !important;
}

.fdp-status-limit {
  color: var(--fdp-amber) !important;
}

.fdp-status-risk {
  color: var(--fdp-red) !important;
}

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

.fdp-chart-card {
  overflow: hidden;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--fdp-line);
  background: #fff;
}

.fdp-chart-card img {
  display: block;
  width: 100%;
  height: auto;
}

.fdp-chart-card figcaption {
  padding: 10px 7px 3px;
  color: #354456;
  font-size: 0.7rem;
  line-height: 1.5;
}

.fdp-source-list {
  display: grid;
  gap: 9px;
}

.fdp-source-list a {
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--fdp-line);
  background: var(--fdp-panel);
  color: #c8d0dc;
  font-size: 0.8rem;
  line-height: 1.48;
  text-decoration: none;
}

.fdp-source-list a:hover,
.fdp-source-list a:focus-visible {
  border-color: var(--fdp-cyan);
  color: #fff;
  outline: none;
}

.fdp-page-footer-rule {
  margin-top: 38px;
  padding: 20px 24px;
  border-left: 4px solid var(--fdp-cyan);
  background: var(--fdp-panel);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.58;
}

.fdp-page .bottom_nav {
  margin-top: 0;
  padding: 22px 2px 0;
  border-top: 0;
}

.fdp-page .bottom_nav a {
  color: #aeb9c9;
  font-size: 0.86rem;
}

.fdp-page .bottom_nav a:hover,
.fdp-page .bottom_nav a.primary {
  color: var(--fdp-cyan);
}

@media (max-width: 1260px) {
  .fdp-route-title {
    display: none;
  }

  .fdp-route-nav {
    display: block;
  }

  .fdp-route-links {
    justify-content: stretch;
  }

  .fdp-route-links a {
    flex: 1 1 auto;
  }

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

  .fdp-flow-step {
    min-height: 0;
  }

  .fdp-flow-step:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: 50%;
    bottom: -22px;
    transform: translateX(50%);
  }
}

@media (max-width: 1100px) {
  .fdp-route-shell--top {
    top: 96px;
  }

  .fdp-route-nav {
    width: 100%;
  }

  .fdp-route-links {
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
    scrollbar-color: #31506e #0a101b;
  }

  .fdp-route-links a {
    flex: 0 0 auto;
    min-width: max-content;
    padding-right: 18px;
    padding-left: 18px;
  }

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

@media (max-width: 768px) {
  .fdp-page .main_page {
    width: min(100% - 28px, 1320px);
  }

  .fdp-hero-grid,
  .fdp-grid-2,
  .fdp-grid-3,
  .fdp-chart-grid {
    grid-template-columns: 1fr;
  }

  .fdp-hero {
    padding-top: 46px;
  }

  .fdp-hero h1,
  .fdp-hero--compact h1 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }

  .fdp-hero-proof {
    max-width: 560px;
  }

  .fdp-route-shell--top {
    top: 88px;
  }

  .fdp-route-links a {
    min-height: 52px;
  }

  .fdp-grid-6 {
    grid-template-columns: 1fr;
  }

  .fdp-layer {
    grid-template-columns: 46px 1fr;
  }

  .fdp-layer p {
    grid-column: 1 / -1;
    padding-left: 66px;
  }

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

  .fdp-release-strip > div {
    border-bottom: 1px solid var(--fdp-line);
  }

  .fdp-release-strip > div:nth-child(2) {
    border-right: 0;
  }

  .fdp-matrix {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .fdp-matrix th,
  .fdp-matrix td {
    min-width: 180px;
  }

  .fdp-state-chain {
    align-items: stretch;
  }

  .fdp-state-chain span {
    width: 100%;
    text-align: center;
  }

  .fdp-state-chain b {
    width: 100%;
    text-align: center;
    transform: rotate(90deg);
  }

  .fdp-route-shell--bottom {
    margin-right: -14px;
    margin-left: -14px;
  }
}

@media (max-width: 480px) {
  .fdp-page .main_page {
    width: min(100% - 24px, 1320px);
  }

  .fdp-hero-actions a,
  .fdp-status-row span {
    width: 100%;
  }

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

  .fdp-release-strip > div {
    border-right: 0;
  }

  .fdp-layer {
    padding: 14px;
    gap: 9px;
  }

  .fdp-layer p {
    padding-left: 55px;
  }

  .fdp-page .bottom_nav {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
  }

  .fdp-page .bottom_nav a {
    width: 100%;
    text-align: left;
  }

  .fdp-page .bottom_nav a.primary {
    text-align: right;
  }
}

/* Desktop readability system.
   Mobile typography and responsive layout remain unchanged. */
@media (min-width: 769px) {
  .fdp-page {
    --fdp-muted: #c8d2df;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }

  .fdp-hero-lead,
  .fdp-section-heading p {
    color: #d1dae7;
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0.005em;
  }

  .fdp-proof-copy,
  .fdp-card p,
  .fdp-card li,
  .fdp-flow-step span,
  .fdp-layer p,
  .fdp-boundary p,
  .fdp-boundary li,
  .fdp-matrix,
  .fdp-matrix td,
  .fdp-source-list a {
    color: #c8d2df;
    font-size: 1.125rem;
    line-height: 1.72;
    letter-spacing: 0.005em;
  }

  .fdp-card h3 {
    font-size: 1.3rem;
    line-height: 1.38;
  }

  .fdp-flow-step strong,
  .fdp-layer strong {
    font-size: 1.15rem;
    line-height: 1.45;
  }

  .fdp-boundary h3 {
    font-size: 1.4rem;
    line-height: 1.35;
  }

  .fdp-release-strip strong {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .fdp-hero-actions .nhs_card_link,
  .fdp-route-links a,
  .fdp-page .bottom_nav a {
    font-size: 1.1rem;
    line-height: 1.45;
    letter-spacing: 0.005em;
  }

  .fdp-status-row span,
  .fdp-proof-label,
  .fdp-route-title,
  .fdp-card-number,
  .fdp-layer-index,
  .fdp-matrix th,
  .fdp-release-strip span,
  .fdp-state-chain span {
    font-size: 1rem;
    line-height: 1.55;
  }

  .fdp-kicker,
  .fdp-inline-status {
    font-size: 1rem;
    line-height: 1.55;
    letter-spacing: 0.06em;
  }

  .fdp-route-links a span,
  .fdp-chart-card figcaption {
    font-size: 1rem;
    line-height: 1.65;
  }

  .fdp-proof-label,
  .fdp-card-number,
  .fdp-layer-index,
  .fdp-matrix th {
    letter-spacing: 0.045em;
  }

  .fdp-route-links a span {
    letter-spacing: 0;
  }

  .fdp-page-footer-rule {
    font-size: 1.15rem;
    line-height: 1.7;
    letter-spacing: 0.005em;
  }

  .fdp-inline-status,
  .fdp-proof-label,
  .fdp-release-strip span,
  .fdp-flow-step span,
  .fdp-layer p,
  .fdp-page .bottom_nav a {
    color: #c8d2df;
  }

  .fdp-route-links a {
    color: #d1dae7;
  }

  .fdp-card li + li,
  .fdp-numbered-list li + li {
    margin-top: 0.55em;
  }

  .fdp-card ul,
  .fdp-card ol,
  .fdp-boundary ul {
    margin-top: 1em;
  }

  .fdp-grid-2,
  .fdp-grid-3,
  .fdp-grid-6,
  .fdp-chart-grid {
    gap: 24px;
  }

  .fdp-card {
    padding: clamp(28px, 2.8vw, 36px);
  }

  .fdp-flow-step {
    padding: 24px;
  }

  .fdp-matrix th,
  .fdp-matrix td {
    padding: 18px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fdp-page *,
  .fdp-page *::before,
  .fdp-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
