:root {
  --ink: #17201f;
  --muted: #5c6562;
  --paper: #f7f8f2;
  --surface: #ffffff;
  --line: #d9ddd6;
  --green: #0b6b57;
  --green-dark: #083f36;
  --coral: #d85a3c;
  --gold: #f0b83f;
  --sky: #4d93c6;
  --shadow: 0 16px 40px rgba(23, 32, 31, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #fffefa 0, var(--paper) 38rem),
    var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 20;
  border-radius: 6px;
  background: var(--gold);
  color: var(--ink);
  padding: 0.65rem 0.85rem;
  font-weight: 800;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(23, 32, 31, 0.08);
  background: rgba(247, 248, 242, 0.88);
  padding: 0.85rem clamp(1rem, 4vw, 3.5rem);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 30px rgba(23, 32, 31, 0.04);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: max-content;
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.brand span {
  white-space: nowrap;
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem 1rem;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-header nav a {
  border-radius: 6px;
  padding: 0.25rem 0;
  text-decoration: none;
}

.site-header nav a:hover {
  color: var(--green);
}

.hero {
  min-height: 72svh;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8, 31, 28, 0.94), rgba(8, 31, 28, 0.76) 46%, rgba(8, 31, 28, 0.2)),
    url("hero-dashboard.png");
  background-position: center;
  background-size: cover;
  color: #fff;
  isolation: isolate;
  padding: clamp(2.4rem, 4.2vw, 3.5rem) clamp(1rem, 4vw, 3.5rem);
}

.hero__inner {
  width: 100%;
  max-width: 860px;
  min-width: 0;
}

.hero__kicker,
.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.35rem, 4.6vw, 3.85rem);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.hero h1 span {
  display: block;
}

.hero__lead {
  max-width: 820px;
  margin: 1rem 0 1.25rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.04rem, 1.7vw, 1.22rem);
  overflow-wrap: anywhere;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0.82rem 1.1rem;
  font: inherit;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.button--primary {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 14px 40px rgba(240, 184, 63, 0.3);
}

.button--primary:hover {
  background: #ffd05d;
}

.button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(8px);
}

.button--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 540px;
  margin: 1.25rem 0 0;
}

.hero-metrics div {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.65rem 0.78rem;
  backdrop-filter: blur(10px);
}

.hero-metrics dt,
.hero-metrics dd {
  margin: 0;
}

.hero-metrics dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-metrics dd {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 850;
}

.platform-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.platform-strip span {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  padding: 0.38rem 0.65rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 750;
}

.trust-line {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.96rem;
}

.section {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3.25rem, 7vw, 6rem) 0;
}

.section--contrast {
  width: 100%;
  max-width: none;
  background:
    linear-gradient(180deg, #eaf3ef 0, #f4f5ee 100%);
  padding-inline: max(1rem, calc((100vw - 1120px) / 2));
}

.section--definition {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  padding-top: clamp(1.25rem, 3vw, 2.5rem);
}

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

.section-heading h2,
.cta-copy h2,
.legal-copy h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.4vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.cta-copy p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.4vw, 1.18rem);
}

.section-heading .eyebrow,
.cta-copy .eyebrow {
  color: var(--coral);
}

.definition-details {
  border: 1px solid rgba(23, 32, 31, 0.1);
  border-radius: 10px;
  background: var(--surface);
  padding: 1.4rem 1.5rem;
  box-shadow: 0 8px 24px rgba(23, 32, 31, 0.05);
}

.fact-list {
  margin: 0;
}

.fact-list > div {
  display: grid;
  grid-template-columns: minmax(110px, 0.42fr) 1fr;
  gap: 0.4rem 1.25rem;
  padding: 0.75rem 0;
  border-top: 1px solid var(--line);
}

.fact-list > div:first-child {
  padding-top: 0.35rem;
  border-top: 0;
}

.fact-list > div:last-child {
  padding-bottom: 0.35rem;
}

.fact-list dt {
  margin: 0;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.fact-list dd {
  margin: 0;
  color: var(--ink);
}

@media (max-width: 520px) {
  .fact-list > div {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }
}

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

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

.step-card,
.case-card {
  min-height: 230px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 31, 0.08);
  border-radius: 8px;
  background: var(--surface);
  padding: 1.35rem;
  box-shadow: 0 8px 22px rgba(23, 32, 31, 0.05);
}

.step-card::before,
.case-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--green);
  opacity: 0.85;
}

.step-card__number {
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
}

.step-card h3,
.case-card h3 {
  margin: 1rem 0 0.45rem;
  font-size: 1.25rem;
  line-height: 1.18;
}

.step-card p,
.case-card p {
  margin: 0;
  color: var(--muted);
}

.case-card {
  display: flex;
  flex-direction: column;
  color: var(--ink);
  text-decoration: none;
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.case-card:hover {
  border-color: var(--green);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.case-card__icon {
  display: inline-grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border-radius: 8px;
  background: #edf5f2;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 950;
}

.case-card__link {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--green);
  font-weight: 850;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  position: relative;
  min-height: 92px;
  border: 1px solid rgba(23, 32, 31, 0.08);
  border-left: 4px solid var(--green);
  border-radius: 8px;
  background: var(--surface);
  padding: 1rem 1rem 1rem 3rem;
  box-shadow: 0 6px 16px rgba(23, 32, 31, 0.04);
}

.benefit-list li::before {
  content: "";
  position: absolute;
  left: 1.1rem;
  top: 1.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(240, 184, 63, 0.16);
}

.section--faq {
  border-top: 1px solid var(--line);
}

.faq-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 2rem;
}

.faq-list details {
  border: 1px solid rgba(23, 32, 31, 0.08);
  border-radius: 8px;
  background: var(--surface);
  padding: 1rem 1.1rem;
  box-shadow: 0 4px 14px rgba(23, 32, 31, 0.03);
}

.faq-list summary {
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}

.faq-list p {
  margin: 0.75rem 0 0;
  color: var(--muted);
}

.section--cta {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(8, 63, 54, 0.98), rgba(11, 107, 87, 0.92)),
    var(--green-dark);
  color: #fff;
  padding-inline: max(1rem, calc((100vw - 1120px) / 2));
}

.section--cta .eyebrow {
  color: var(--gold);
}

.section--cta .cta-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-form {
  display: grid;
  gap: 0.9rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  padding: clamp(1rem, 3vw, 1.5rem);
  color: #fff;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.contact-form label {
  display: grid;
  gap: 0.32rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font: inherit;
  padding: 0.78rem 0.85rem;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form__status {
  margin: 0;
  font-weight: 700;
  font-size: 0.95rem;
}

.contact-form__status.is-ok {
  color: #bbf7d0;
}

.contact-form__status.is-error {
  color: #fecaca;
}

.legal-page {
  width: min(920px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.legal-copy {
  margin-top: 2rem;
}

.legal-copy h2 {
  margin-top: 2rem;
  font-size: 1.35rem;
}

.legal-copy p {
  color: var(--muted);
}

.site-footer {
  background: var(--ink);
  color: #fff;
  padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1rem, 4vw, 3.5rem);
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: 2rem clamp(1.5rem, 5vw, 4rem);
}

.site-footer__brand strong {
  font-size: 1.05rem;
}

.site-footer__brand p {
  max-width: 460px;
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__heading {
  margin: 0 0 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.site-footer__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 3;
  column-gap: 1.5rem;
}

.site-footer__links li {
  break-inside: avoid;
  margin-bottom: 0.55rem;
}

.site-footer__links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.site-footer__links a:hover {
  color: var(--gold);
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem 1.5rem;
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.site-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.3rem;
}

.site-footer__bottom a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.site-footer__bottom a:hover {
  color: var(--gold);
}

/* --- Accessibility & modern interaction --- */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  border-radius: 4px;
}

.site-header nav a {
  position: relative;
}

.site-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-header nav a:hover::after {
  transform: scaleX(1);
}

/* --- Topic landing pages --- */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.1rem;
  font-size: 0.85rem;
  font-weight: 750;
  color: var(--muted);
}

.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--green);
}

.breadcrumb__sep {
  color: var(--line);
}

.breadcrumb [aria-current="page"] {
  color: var(--ink);
}

.topic-hero {
  background:
    linear-gradient(90deg, rgba(8, 31, 28, 0.95), rgba(8, 31, 28, 0.76) 48%, rgba(8, 31, 28, 0.34)),
    url("hero-dashboard.png");
  background-position: center;
  background-size: cover;
  color: #fff;
  isolation: isolate;
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 4vw, 3.5rem)
    clamp(2.75rem, 5vw, 4.5rem);
}

.topic-hero__inner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  min-width: 0;
}

.topic-hero h1 {
  margin: 0.4rem 0 0;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.topic-hero h1 span {
  display: block;
}

.topic-hero__lead {
  max-width: 760px;
  margin: 1rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.topic-hero .breadcrumb,
.topic-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
}

.topic-hero .breadcrumb a:hover,
.topic-hero .breadcrumb [aria-current="page"] {
  color: #fff;
}

.topic-hero .breadcrumb__sep {
  color: rgba(255, 255, 255, 0.32);
}

.definition-details__label {
  margin: 0 0 0.7rem;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.check-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--ink);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 900;
}

.step-card > h3:first-child {
  margin-top: 0;
}

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

.related-card {
  display: flex;
  flex-direction: column;
  min-height: 200px;
  border: 1px solid rgba(23, 32, 31, 0.08);
  border-radius: 8px;
  background: var(--surface);
  padding: 1.35rem;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(23, 32, 31, 0.05);
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.related-card:hover {
  border-color: var(--green);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.related-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.related-card p {
  margin: 0;
  color: var(--muted);
}

.related-card .case-card__link {
  margin-top: auto;
  padding-top: 1rem;
}

/* --- Data sample output (JSON + CSV) --- */
.data-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  align-items: start;
}

.code-window,
.table-card {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(23, 32, 31, 0.12);
}

.code-window {
  background: #0c1f1c;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.code-window__bar,
.table-card__bar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.85rem;
}

.code-window__bar {
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.code-window__dots {
  display: inline-flex;
  gap: 0.35rem;
}

.code-window__dots i {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.code-window__title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  font-weight: 750;
}

.code-window pre {
  margin: 0;
  padding: 1rem 1.1rem;
  overflow-x: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.code-window code {
  font: inherit;
}

.code-req {
  color: var(--gold);
  font-weight: 700;
}

.tok-key {
  color: #8fd6c2;
}

.tok-str {
  color: #f0b83f;
}

.tok-num {
  color: #79b8e8;
}

.tok-bool {
  color: #e57a5f;
}

.table-card {
  background: var(--surface);
  border: 1px solid rgba(23, 32, 31, 0.08);
}

.table-card__bar {
  justify-content: space-between;
  background: #f0f3ee;
  border-bottom: 1px solid var(--line);
}

.table-card__file {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
}

.table-card__hint {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--muted);
}

.table-scroll {
  overflow-x: auto;
}

.table-card table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.table-card th,
.table-card td {
  padding: 0.6rem 0.85rem;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid var(--line);
}

.table-card th {
  background: #fbfcf9;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.table-card td {
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.table-card tbody tr:last-child td {
  border-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .related-grid,
  .data-grid {
    grid-template-columns: 1fr;
  }

  .site-header nav {
    justify-content: flex-start;
  }

  .section--definition,
  .section--cta {
    grid-template-columns: 1fr;
  }

  .step-grid,
  .case-grid,
  .benefit-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .site-header {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    overflow-x: hidden;
    padding: 0.55rem 1rem;
  }

  .brand {
    flex: 0 0 auto;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .brand span {
    display: none;
  }

  .site-header nav {
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 0.72rem;
    overflow-x: auto;
    font-size: 0.82rem;
    scrollbar-width: none;
  }

  .hero {
    min-height: calc(100svh - 96px);
    padding: 2.25rem 1rem 2rem;
  }

  .hero h1 {
    font-size: 1.78rem;
    line-height: 1.04;
  }

  .hero h1 span:first-child {
    font-size: 0.86em;
  }

  .hero__lead {
    margin: 1rem 0 1.2rem;
    font-size: 1rem;
  }

  .hero__actions {
    gap: 0.5rem;
  }

  .hero__actions .button {
    flex: 1 1 100%;
  }

  .hero-metrics {
    display: none;
  }

  .platform-strip {
    gap: 0.35rem;
    margin-top: 1.25rem;
  }

  .platform-strip span {
    padding: 0.28rem 0.5rem;
    font-size: 0.78rem;
  }

  .trust-line {
    margin-top: 0.75rem;
    font-size: 0.88rem;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
  }

  .site-footer__links ul {
    columns: 2;
  }
}
