:root {
  --carspecy-bg: #080808;
  --carspecy-panel: #111111;
  --carspecy-panel-soft: #171717;
  --carspecy-line: #292929;
  --carspecy-text: #f5f5f5;
  --carspecy-muted: #9a9a9a;
  --carspecy-gold: #c49a4a;
  --carspecy-gold-soft: rgba(196, 154, 74, 0.12);
}

.site-footer {
  border-top: 1px solid var(--carspecy-line);
  background:
    radial-gradient(circle at 18% -40%, rgba(196, 154, 74, 0.11), transparent 44%),
    #080808;
  color: var(--carspecy-text);
  padding: 46px clamp(20px, 4vw, 44px) 28px;
}

.site-footer * {
  box-sizing: border-box;
}

.site-footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.7fr) repeat(2, minmax(150px, 0.8fr));
  gap: 38px;
}

.site-footer-brand {
  display: inline-flex;
  align-items: center;
  color: var(--carspecy-text);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.site-footer-brand:hover,
.site-footer-brand:focus-visible {
  color: var(--carspecy-gold);
}

.site-footer-summary {
  max-width: 520px;
  margin: 14px 0 0;
  color: var(--carspecy-muted);
  font-size: 14px;
  line-height: 1.65;
}

.site-footer-heading {
  margin: 2px 0 14px;
  color: #d8bc7a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer-links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-links a {
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  color: var(--carspecy-gold);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer-disclaimer {
  margin: 34px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #202020;
  color: #888888;
  font-size: 12px;
  line-height: 1.65;
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  color: #707070;
  font-size: 12px;
}

.site-footer-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.site-footer-status::before {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--carspecy-gold);
  content: "";
}

.trust-page {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 50% -10%, #211a10 0, #0b0b0b 36%, var(--carspecy-bg) 72%);
  color: var(--carspecy-text);
  font: 15px/1.65 Arial, sans-serif;
}

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

.trust-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #202020;
  background: rgba(8, 8, 8, 0.9);
  padding: 10px clamp(20px, 4vw, 40px);
  backdrop-filter: blur(12px);
}

.trust-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.trust-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.trust-logo {
  display: block;
  width: 210px;
  height: 56px;
  object-fit: cover;
  object-position: center 58%;
}

.trust-header-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.trust-header-links a {
  color: #d8d8d8;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.trust-header-links a:hover,
.trust-header-links a:focus-visible {
  color: var(--carspecy-gold);
}

.trust-main {
  width: min(900px, calc(100% - 32px));
  margin: 54px auto 84px;
}

.trust-kicker {
  color: var(--carspecy-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.trust-main h1 {
  max-width: 780px;
  margin: 10px 0 16px;
  font-size: clamp(38px, 7vw, 66px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.trust-intro {
  max-width: 760px;
  margin: 0;
  color: #b2b2b2;
  font-size: 18px;
  line-height: 1.7;
}

.trust-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 0;
}

.trust-meta span {
  border: 1px solid #383126;
  border-radius: 999px;
  background: #11100d;
  color: #c9c1b2;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
}

.trust-notice {
  margin: 32px 0;
  border: 1px solid #6b5428;
  border-radius: 14px;
  background: linear-gradient(135deg, #1d170d, #11100d);
  padding: 18px 20px;
  color: #e2cc9d;
}

.trust-notice strong {
  color: #f2d899;
}

.trust-content {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.trust-section {
  border: 1px solid var(--carspecy-line);
  border-radius: 16px;
  background: linear-gradient(145deg, #141414, #0e0e0e);
  padding: clamp(22px, 4vw, 32px);
}

.trust-section h2 {
  margin: 0 0 12px;
  color: #f1f1f1;
  font-size: 23px;
}

.trust-section h3 {
  margin: 24px 0 8px;
  color: #d8bc7a;
  font-size: 16px;
}

.trust-section p,
.trust-section li {
  color: #adadad;
}

.trust-section p:last-child,
.trust-section ul:last-child,
.trust-section ol:last-child {
  margin-bottom: 0;
}

.trust-section a {
  color: #dfc37e;
  font-weight: 800;
  text-underline-offset: 3px;
}

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

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

.trust-callout {
  border-left: 3px solid var(--carspecy-gold);
  background: #0b0b0b;
  padding: 13px 16px;
  color: #d2d2d2;
}

.trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trust-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #4d412a;
  border-radius: 10px;
  background: #18140d;
  color: #ead39d;
  padding: 0 16px;
  font-weight: 900;
  text-decoration: none;
}

.trust-action.secondary {
  border-color: #3a3a3a;
  background: #151515;
  color: #eeeeee;
}

.trust-action:hover,
.trust-action:focus-visible {
  border-color: var(--carspecy-gold);
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer-bottom,
  .trust-header-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-logo {
    width: 176px;
    height: 48px;
  }

  .trust-header-links {
    width: 100%;
    justify-content: space-between;
  }

  .trust-main {
    margin-top: 34px;
  }
}

@media print {
  .site-footer,
  .trust-header {
    display: none !important;
  }
}
