:root {
  --trusted-accent: #7e102c;
  --trusted-ink: #22202a;
  --trusted-muted: #6f6b73;
  --trusted-surface: #f3f3f3;
  --trusted-border: rgba(126, 16, 44, .16);
}

.trusted-by-section {
  overflow: hidden;
  padding: 40px 0 40px;
  background: #ffffff;
  color: var(--trusted-ink);
}

.trusted-by-heading {
  max-width: 720px;
  margin: 0 auto 42px;
}

.trusted-by-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--trusted-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.trusted-by-heading h2 {
  margin: 0 0 13px;
  color: var(--trusted-ink);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
}

.trusted-by-heading p,
.trusted-contact-copy p {
  margin: 0;
  color: var(--trusted-muted);
  line-height: 1.75;
}

.trusted-brands {
  margin-right: -8px;
  margin-bottom: 40px;
  margin-left: -8px;
}

.trusted-brand {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
}

.trusted-brand a {
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.trusted-brand a:hover,
.trusted-brand a:focus-visible {
  border-color: var(--trusted-border);
  background: #fff;
  transform: translateY(-3px);
}

.trusted-brand img,
.trusted-brand .brand-ig {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 58px;
  margin: 0;
  object-fit: contain;
  opacity: .8;
  transition: opacity .2s ease;
}

.trusted-brand a:hover img,
.trusted-brand a:focus-visible img {
  opacity: 1;
}

.trusted-contact-row {
  margin-right: -15px;
  margin-left: -15px;
}

.trusted-contact-info,
.trusted-contact-form {
  padding-right: 15px;
  padding-left: 15px;
}

.trusted-contact-info {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 18px;
  padding-bottom: 18px;
}

.trusted-contact-copy {
  max-width: 520px;
  margin-bottom: 34px;
}

.trusted-contact-copy h3 {
  margin: 0 0 14px;
  color: var(--trusted-ink);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.25;
}

.trusted-contact-details {
  display: grid;
  max-width: 500px;
  gap: 17px;
}

.trusted-contact-details a,
.trusted-contact-details > div {
  display: flex;
  align-items: flex-start;
  color: var(--trusted-muted);
  line-height: 1.55;
  text-decoration: none;
}

.trusted-contact-details a:hover,
.trusted-contact-details a:focus-visible {
  color: var(--trusted-accent);
}

.trusted-contact-details i {
  width: 28px;
  padding-top: 3px;
  color: var(--trusted-accent);
  font-size: 17px;
}

.trusted-contact-details strong {
  color: var(--trusted-ink);
  font-weight: 600;
}

.trusted-experience {
  display: flex;
  max-width: 300px;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
  padding-top: 25px;
  border-top: 1px solid var(--trusted-border);
}

.trusted-experience strong {
  color: var(--trusted-accent);
  font-size: 42px;
  line-height: 1;
}

.trusted-experience span {
  color: var(--trusted-muted);
  font-size: 14px;
  line-height: 1.4;
}

.contact-card {
  height: 100%;
  border: 1px solid var(--trusted-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(34, 32, 42, .08);
}

.contact-card .card-header {
  padding: 28px 30px 20px;
  border-bottom: 1px solid rgba(34, 32, 42, .08);
  background: transparent;
}

.contact-card .card-title {
  color: var(--trusted-accent);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .04em;
}

.contact-card .card-text {
  color: var(--trusted-muted);
}

.contact-card .card-body {
  padding: 28px 30px 30px;
}

.contact-card .form-label {
  color: var(--trusted-ink);
  font-weight: 600;
}

.contact-card .form-control {
  min-height: 46px;
  border: 1px solid rgba(34, 32, 42, .2);
  border-radius: 5px;
  color: var(--trusted-ink);
}

.contact-card textarea.form-control {
  min-height: 138px;
  resize: vertical;
}

.contact-card .form-control:focus {
  border-color: var(--trusted-accent);
  box-shadow: 0 0 0 .2rem rgba(126, 16, 44, .12);
}

.contact-submit {
  min-width: 118px;
  border: 1px solid var(--trusted-accent);
  background: var(--trusted-accent);
  color: #fff;
}

.contact-submit:hover,
.contact-submit:focus,
.contact-submit:active {
  border-color: #5d0c21;
  background: #5d0c21;
  color: #fff;
}

.contact-submit:disabled {
  cursor: wait;
  opacity: .7;
}

.trusted-by-section a:focus-visible,
.trusted-by-section button:focus-visible,
.trusted-by-section input:focus-visible,
.trusted-by-section textarea:focus-visible {
  outline: 2px solid var(--trusted-accent);
  outline-offset: 3px;
}

@media (max-width: 991.98px) {
  .trusted-by-section { padding: 40px 0 40px; }
  .trusted-contact-form { margin-top: 42px; }
  .trusted-contact-info { padding-top: 0; }
}

@media (max-width: 575.98px) {
  .trusted-by-section { padding: 40px 0 40px; }
  .trusted-by-heading { margin-bottom: 30px; }
  .trusted-brands { margin-bottom: 40px; }
  .trusted-contact-copy { margin-bottom: 26px; }
  .contact-card .card-header,
  .contact-card .card-body { padding-right: 20px; padding-left: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .trusted-by-section * { transition: none !important; }
}
