/* Supplier trust strip — homepage / mobile */
.supplier-trust-band {
  background: #ffffff;
  border-top: 1px solid #e8eef5;
  border-bottom: 1px solid #e8eef5;
  padding: 40px 20px;
}

.supplier-trust-band--modern {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.supplier-trust-band__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.supplier-trust-band__eyebrow {
  margin: 0;
  color: #0b4fd6;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.supplier-trust-band__title {
  margin: 0;
  color: #0b1220;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  max-width: 40rem;
}

.supplier-trust-band__text {
  margin: 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 42rem;
}

.supplier-trust-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.supplier-trust-band__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.15rem;
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
  line-height: 1.2;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.supplier-trust-band__btn--primary {
  background: #0b4fd6;
  color: #fff;
  border: 1px solid #0b4fd6;
}

.supplier-trust-band__btn--primary:hover {
  background: #0a3fae;
  border-color: #0a3fae;
  color: #fff;
}

.supplier-trust-band__btn--ghost {
  background: #fff;
  color: #0b1220;
  border: 1px solid #cbd5e1;
}

.supplier-trust-band__btn--ghost:hover {
  border-color: #0b4fd6;
  color: #0b4fd6;
}

.supplier-trust-band__nap {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  color: #334155;
  font-size: 0.9rem;
}

.supplier-trust-band__nap strong {
  color: #64748b;
  font-weight: 600;
  margin-right: 6px;
}

/* Footer company identity */
.footer-trust {
  max-width: 1200px;
  margin: 0 auto 8px;
  padding: 0 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-trust__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px 24px;
}

.footer-trust__item {
  color: var(--light-blue, #e3f2fd);
  font-size: 0.92rem;
  line-height: 1.55;
}

.footer-trust__item strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-trust__item a {
  color: var(--light-blue, #e3f2fd);
  text-decoration: underline;
}

.footer-trust__tagline {
  margin: 14px 0 0;
  color: rgba(227, 242, 253, 0.85);
  font-size: 0.88rem;
}

/* About trust extras */
.about-trust-list {
  margin: 0 0 24px;
  padding-left: 1.15rem;
  color: #334155;
  line-height: 1.7;
}

.about-trust-list li {
  margin-bottom: 8px;
}

.about-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-cta--ghost {
  background: #fff;
  color: #0b4fd6;
  border: 1px solid #0b4fd6;
}

.about-cta--ghost:hover {
  background: #eff6ff;
  color: #0a3fae;
}

/* Hero CTA row — shared fallback; primary styles in home/homeHero.css */
.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.home-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.15rem;
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
  line-height: 1.2;
}

.home-hero-actions a.primary {
  background: #0b4fd6;
  color: #fff;
  border: 1px solid #0b4fd6;
}

.home-hero-actions a.ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.home-hero-content.is-static {
  cursor: default;
}

.home-hero-content.is-static:hover {
  transform: none;
}

.contact-trust-note {
  margin: 0 0 20px;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 720px;
}

@media (max-width: 767px) {
  .supplier-trust-band {
    padding: 28px 16px;
  }

  .supplier-trust-band--footer {
    padding-bottom: 88px;
  }

  .supplier-trust-band__title {
    font-size: 1.2rem;
  }
}
