.affiliate-disclosure {
  border-top: 1px solid #eadfd8;
  border-bottom: 1px solid #eadfd8;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 123, 91, 0.12), transparent 28rem),
    #fffaf7;
  color: #514741;
  font: 600 0.88rem/1.6 "Nunito Sans", sans-serif;
}

.affiliate-disclosure__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 14px 0;
}

.affiliate-disclosure strong {
  color: #2d2521;
}

.affiliate-disclosure a {
  color: #b53f24;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.affiliate-disclosure a:hover {
  color: #7f2815;
}

.trust-page {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 85% 8%, rgba(255, 177, 79, 0.2), transparent 28rem),
    linear-gradient(180deg, #fffaf4 0, #fff 32rem);
  color: #302923;
  font-family: "Nunito Sans", sans-serif;
}

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

.trust-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}

.trust-brand {
  color: #302923;
  font: 900 1.3rem/1 "Red Hat Display", sans-serif;
  text-decoration: none;
}

.trust-brand span {
  color: #ef6b4a;
}

.trust-nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.trust-nav__links a {
  color: #625750;
  font-weight: 800;
  text-decoration: none;
}

.trust-hero {
  padding: 72px 0 60px;
}

.trust-kicker {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid #f1c6b8;
  border-radius: 999px;
  background: #fff;
  color: #a43b24;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-hero h1 {
  max-width: 780px;
  margin: 22px 0 18px;
  color: #28211d;
  font: 900 clamp(2.5rem, 6vw, 5rem)/0.98 "Red Hat Display", sans-serif;
  letter-spacing: -0.055em;
}

.trust-lead {
  max-width: 760px;
  margin: 0;
  color: #665a52;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.75;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 0 72px;
}

.trust-card {
  padding: 28px;
  border: 1px solid #eee3dc;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(84, 54, 37, 0.08);
}

.trust-card__number {
  color: #ef6b4a;
  font: 900 0.82rem/1 "Red Hat Display", sans-serif;
  letter-spacing: 0.1em;
}

.trust-card h2 {
  margin: 16px 0 10px;
  font: 900 1.35rem/1.15 "Red Hat Display", sans-serif;
}

.trust-card p {
  margin: 0;
  color: #6b5f57;
  line-height: 1.7;
}

.trust-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 56px;
  padding-bottom: 80px;
}

.trust-prose h2 {
  margin: 0 0 18px;
  font: 900 clamp(1.7rem, 3vw, 2.3rem)/1.12 "Red Hat Display", sans-serif;
}

.trust-prose h2:not(:first-child) {
  margin-top: 48px;
}

.trust-prose p,
.trust-prose li {
  color: #5f554e;
  font-size: 1.02rem;
  line-height: 1.8;
}

.trust-prose li + li {
  margin-top: 10px;
}

.trust-prose a {
  color: #a63c25;
  font-weight: 800;
}

.trust-aside {
  align-self: start;
  position: sticky;
  top: 24px;
  padding: 26px;
  border-radius: 22px;
  background: #2f2925;
  color: #fff;
}

.trust-aside h2 {
  margin: 0 0 12px;
  font: 900 1.45rem/1.15 "Red Hat Display", sans-serif;
}

.trust-aside p {
  color: #e6ddd7;
  line-height: 1.7;
}

.trust-cta {
  display: block;
  margin-top: 20px;
  padding: 13px 18px;
  border-radius: 12px;
  background: #ff7b5b;
  color: #251e1a;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.trust-footer {
  padding: 28px 0;
  border-top: 1px solid #eee3dc;
  color: #756a62;
  font-size: 0.9rem;
}

@media (max-width: 800px) {
  .trust-grid,
  .trust-content {
    grid-template-columns: 1fr;
  }

  .trust-hero {
    padding-top: 44px;
  }

  .trust-aside {
    position: static;
  }
}

@media (max-width: 560px) {
  .affiliate-disclosure__inner,
  .trust-shell {
    width: min(100% - 28px, 1080px);
  }

  .trust-nav {
    align-items: flex-start;
    flex-direction: column;
  }
}
