:root {
  --latixo-navy: #061d31;
  --latixo-ink: #102a43;
  --latixo-muted: #657b8f;
  --latixo-line: #dbe5ec;
  --latixo-soft: #f4f8fa;
  --latixo-lime: #b8f53c;
  --latixo-green: #176b4d;
  --latixo-white: #ffffff;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
}

.site-header nav a,
.nav-placeholder {
  white-space: nowrap;
}

.nav-placeholder {
  color: var(--latixo-muted);
  cursor: default;
}

.nav-placeholder small {
  margin-left: 4px;
  padding: 2px 6px;
  border: 1px solid rgba(184, 245, 60, 0.42);
  border-radius: 999px;
  color: var(--latixo-lime);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.method-note a,
.text-link {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(16, 42, 67, 0.28);
  text-underline-offset: 4px;
}

.trust-overview,
.limits-strip {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) clamp(24px, 6vw, 88px);
}

.trust-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 7vw, 100px);
  background: var(--latixo-white);
}

.trust-intro h2,
.limits-strip h2 {
  max-width: 760px;
  margin: 12px 0 24px;
  color: var(--latixo-ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.trust-intro > p:not(.section-label) {
  max-width: 660px;
  color: var(--latixo-muted);
  font-size: 17px;
  line-height: 1.75;
}

.trust-intro .text-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 12px;
  color: var(--latixo-ink);
}

.trust-cards {
  display: grid;
  gap: 14px;
}

.trust-cards article {
  position: relative;
  padding: 26px 28px 26px 84px;
  border: 1px solid var(--latixo-line);
  border-radius: 18px;
  background: var(--latixo-soft);
}

.trust-cards article > span {
  position: absolute;
  top: 26px;
  left: 24px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: var(--latixo-navy);
  color: var(--latixo-lime);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.trust-cards h3 {
  margin: 0 0 7px;
  color: var(--latixo-ink);
  font-size: 20px;
}

.trust-cards p {
  margin: 0;
  color: var(--latixo-muted);
  line-height: 1.62;
}

.limits-strip {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(32px, 6vw, 86px);
  max-width: none;
  background: var(--latixo-navy);
  color: var(--latixo-white);
}

.limits-strip > * {
  max-width: 640px;
}

.limits-strip .section-label,
.limits-strip .text-link {
  color: var(--latixo-lime);
}

.limits-strip h2 {
  color: var(--latixo-white);
}

.limits-strip ul {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.limits-strip li {
  position: relative;
  padding: 0 0 18px 28px;
  color: #c8d5df;
  line-height: 1.65;
}

.limits-strip li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--latixo-lime);
  content: "";
}

.limits-strip > .text-link {
  grid-column: 2;
  margin-top: -58px;
  justify-self: start;
}

footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}

footer .footer-links a {
  color: inherit;
  text-decoration: none;
}

footer .footer-links a:hover,
footer .footer-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Standalone trust and policy pages */
.trust-page {
  margin: 0;
  background: var(--latixo-soft);
  color: var(--latixo-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.trust-page a {
  color: inherit;
}

.trust-page-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px clamp(22px, 5vw, 72px);
  border-bottom: 1px solid rgba(219, 229, 236, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.trust-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--latixo-ink);
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.trust-brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--latixo-navy);
  color: var(--latixo-lime);
}

.trust-page-header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 24px;
}

.trust-page-header nav a {
  color: #3e566b;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.trust-page-header nav a:hover,
.trust-page-header nav a[aria-current="page"] {
  color: var(--latixo-ink);
}

.trust-page-header .test-link {
  padding: 10px 15px;
  border-radius: 10px;
  background: var(--latixo-lime);
  color: var(--latixo-navy);
}

.trust-page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) clamp(22px, 5vw, 72px) 96px;
}

.trust-page-hero {
  max-width: 850px;
  margin-bottom: clamp(52px, 7vw, 90px);
}

.trust-kicker {
  margin: 0 0 16px;
  color: var(--latixo-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.trust-page h1 {
  margin: 0 0 24px;
  color: var(--latixo-ink);
  font-size: clamp(46px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.trust-page .lede {
  max-width: 760px;
  margin: 0;
  color: #526b80;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.55;
}

.page-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 28px;
  color: #71869a;
  font-size: 13px;
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: clamp(40px, 7vw, 90px);
  align-items: start;
}

.trust-content {
  max-width: 760px;
}

.trust-content section {
  scroll-margin-top: 110px;
  margin: 0 0 54px;
}

.trust-content h2 {
  margin: 0 0 16px;
  color: var(--latixo-ink);
  font-size: clamp(27px, 3vw, 38px);
  letter-spacing: -0.035em;
}

.trust-content h3 {
  margin: 28px 0 10px;
  font-size: 20px;
}

.trust-content p,
.trust-content li,
.trust-content dd {
  color: #4f687d;
  font-size: 16px;
  line-height: 1.78;
}

.trust-content ul,
.trust-content ol {
  padding-left: 22px;
}

.trust-content li + li {
  margin-top: 8px;
}

.trust-content strong,
.trust-content dt {
  color: var(--latixo-ink);
}

.trust-content dl {
  display: grid;
  gap: 20px;
}

.trust-content dt {
  font-weight: 800;
}

.trust-content dd {
  margin: 4px 0 0;
}

.trust-callout {
  padding: 24px 26px;
  border-left: 4px solid var(--latixo-lime);
  border-radius: 0 14px 14px 0;
  background: var(--latixo-navy);
}

.trust-callout p,
.trust-callout strong {
  margin: 0;
  color: var(--latixo-white);
}

.trust-toc {
  position: sticky;
  top: 108px;
  padding: 22px;
  border: 1px solid var(--latixo-line);
  border-radius: 16px;
  background: var(--latixo-white);
}

.trust-toc strong {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-toc a {
  display: block;
  padding: 7px 0;
  color: #60778b;
  font-size: 14px;
  text-decoration: none;
}

.trust-toc a:hover {
  color: var(--latixo-ink);
}

.trust-page-footer {
  padding: 34px clamp(22px, 5vw, 72px);
  background: var(--latixo-navy);
  color: #c5d2dc;
}

.trust-page-footer-inner {
  display: flex;
  max-width: 1040px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.trust-page-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.trust-page-footer a {
  color: inherit;
  font-size: 13px;
}

@media (max-width: 1040px) {
  .site-header nav a:nth-of-type(2),
  .site-header nav a:nth-of-type(3),
  .nav-placeholder {
    display: none;
  }

  .trust-overview,
  .limits-strip,
  .trust-layout {
    grid-template-columns: 1fr;
  }

  .limits-strip > .text-link {
    grid-column: 1;
    margin-top: 0;
  }

  .trust-toc {
    position: static;
    order: -1;
  }
}

@media (max-width: 720px) {
  .site-header nav a:not(:first-child),
  .nav-placeholder {
    display: none;
  }

  .trust-page-header {
    position: static;
    align-items: flex-start;
  }

  .trust-page-header nav a:not(.test-link) {
    display: none;
  }

  .trust-cards article {
    padding: 76px 22px 24px;
  }

  .trust-page-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

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