.trust-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 10%, rgba(218, 174, 84, 0.14), transparent 30rem),
    #f7f4ed;
}

.trust-page .site-header {
  position: relative;
}

.trust-page .site-nav {
  align-items: center;
}

.trust-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
  padding: 0.25rem;
  border: 1px solid rgba(16, 34, 52, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.trust-language-switcher button {
  border: 0;
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  color: #23445d;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
}

.trust-language-switcher button.lang-active,
.trust-language-switcher button:hover,
.trust-language-switcher button:focus-visible {
  color: #fff;
  background: #0d746f;
  outline: none;
}

.trust-breadcrumb {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 1.25rem 0 0;
  color: #607386;
  font-size: 0.9rem;
}

.trust-breadcrumb a {
  color: #0d746f;
  font-weight: 700;
}

.trust-hero {
  padding: 2rem 0 2.5rem;
}

.trust-hero .page-shell,
.trust-content .page-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.trust-hero .page-shell {
  max-width: 880px;
  margin-left: max(18px, calc((100% - 1120px) / 2));
}

.trust-hero .eyebrow,
.trust-card .eyebrow {
  color: #b07922;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-hero h1 {
  max-width: 800px;
  margin: 0.4rem 0 1rem;
  color: #102c42;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1.05;
}

.trust-hero .trust-lead {
  max-width: 760px;
  margin: 0;
  color: #4e6476;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.75;
}

.trust-content {
  padding: 0 0 5rem;
}

.trust-card {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(1.35rem, 4vw, 3rem);
  border: 1px solid rgba(16, 34, 52, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 60px rgba(16, 44, 66, 0.08);
}

.trust-card section + section {
  margin-top: 2.25rem;
  padding-top: 2.25rem;
  border-top: 1px solid rgba(16, 34, 52, 0.1);
}

.trust-card h2 {
  margin: 0 0 0.65rem;
  color: #102c42;
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
  line-height: 1.2;
}

.trust-card p,
.trust-card li {
  color: #526779;
  line-height: 1.75;
}

.trust-card p:last-child {
  margin-bottom: 0;
}

.trust-card ul {
  margin: 0.6rem 0 0;
  padding-left: 1.2rem;
}

.trust-card a {
  color: #0d746f;
  font-weight: 800;
}

.trust-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.trust-contact-card {
  padding: 1.2rem;
  border: 1px solid rgba(16, 34, 52, 0.1);
  border-radius: 16px;
  background: #fbfaf7;
}

.trust-contact-card h2 {
  font-size: 1.15rem;
}

.trust-contact-card p {
  margin: 0.35rem 0 0.75rem;
  font-size: 0.95rem;
}

.trust-contact-card .trust-contact-link {
  display: inline-flex;
  min-height: 2.6rem;
  align-items: center;
}

.trust-next-link {
  display: inline-flex;
  margin-top: 2rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  color: #fff !important;
  background: #0d746f;
}

.trust-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
}

@media (max-width: 760px) {
  .trust-language-switcher {
    margin: 0.75rem 0 0;
  }

  .trust-contact-grid {
    grid-template-columns: 1fr;
  }

  .trust-hero .page-shell {
    margin-left: auto;
  }
}
