:root {
  --bt-bg: #f5f7f5;
  --bt-surface: #ffffff;
  --bt-surface-2: #eef2ef;
  --bt-ink: #182121;
  --bt-muted: #60706e;
  --bt-line: rgba(24, 33, 33, 0.13);
  --bt-dark: #0f1717;
  --bt-strong: #163f3e;
  --bt-accent: #2b8176;
  --bt-amber: #bd7a33;
  --bt-rust: #b65d4b;
  --bt-blue: #3c5f8d;
  --bt-radius: 8px;
  --bt-content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bt-ink);
  background: var(--bt-bg);
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.trust-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(calc(100% - 32px), var(--bt-content));
  min-height: 72px;
  margin: 0 auto;
  background: rgba(245, 247, 245, 0.94);
  backdrop-filter: blur(16px);
}

.trust-brand,
.trust-nav,
.trust-header-cta,
.trust-button,
.trust-proof-row,
.proof-grid span,
.contact-facts span {
  display: inline-flex;
  align-items: center;
}

.trust-brand {
  gap: 10px;
  color: var(--bt-dark);
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.trust-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  color: #ffffff;
  background: var(--bt-strong);
  border-radius: var(--bt-radius);
  font-size: 12px;
  font-weight: 900;
}

.trust-nav {
  justify-content: center;
  gap: 24px;
  color: var(--bt-muted);
  font-size: 14px;
  font-weight: 700;
}

.trust-nav a:hover,
.trust-footer a:hover {
  color: var(--bt-accent);
}

.trust-header-cta {
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 16px;
  color: #ffffff;
  background: var(--bt-dark);
  border-radius: var(--bt-radius);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.trust-hero {
  position: relative;
  min-height: clamp(620px, 72svh, 760px);
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(12, 18, 18, 0.92) 0%, rgba(12, 18, 18, 0.76) 48%, rgba(12, 18, 18, 0.28) 100%),
    url("./assets/product-cards/home-appliances-hero-clean-v1.jpg") center right / cover no-repeat;
}

.trust-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 26%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(245, 247, 245, 0.92), rgba(245, 247, 245, 0));
}

.trust-hero-inner {
  width: min(calc(100% - 32px), var(--bt-content));
  margin: 0 auto;
  padding: 92px 0 96px;
  color: #ffffff;
}

.trust-eyebrow {
  margin: 0 0 14px;
  color: var(--bt-amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(50px, 6vw, 86px);
  line-height: 1;
  font-weight: 900;
}

.trust-hero-lede {
  max-width: 780px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.18;
  font-weight: 800;
}

.trust-hero-subcopy {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.55;
}

.trust-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.trust-button {
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--bt-radius);
  cursor: pointer;
  font-weight: 900;
  line-height: 1.1;
}

.trust-button-primary {
  color: #ffffff;
  background: var(--bt-accent);
}

.trust-button-primary:hover {
  background: #246d64;
}

.trust-button-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.12);
}

.trust-proof-row {
  flex-wrap: wrap;
  gap: 10px;
  max-width: 850px;
  margin-top: 34px;
}

.trust-proof-row span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--bt-radius);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 800;
}

.trust-signal-band {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(calc(100% - 32px), var(--bt-content));
  margin: -24px auto 0;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  overflow: hidden;
  background: var(--bt-line);
  box-shadow: 0 24px 70px rgba(16, 23, 22, 0.1);
}

.trust-signal-band div {
  padding: 22px;
  background: var(--bt-surface);
}

.trust-signal-band strong,
.trust-signal-band span {
  display: block;
}

.trust-signal-band strong {
  color: var(--bt-accent);
  font-size: 13px;
  text-transform: uppercase;
}

.trust-signal-band span {
  margin-top: 8px;
  color: var(--bt-muted);
  line-height: 1.45;
}

.trust-section,
.trust-snapshot-section,
.trust-contact-section,
.trust-footer {
  width: min(calc(100% - 32px), var(--bt-content));
  margin: 0 auto;
}

.trust-section {
  padding: 104px 0 0;
}

.trust-section-heading {
  max-width: 780px;
}

.trust-heading-wide {
  max-width: 940px;
}

.trust-section-heading h2,
.snapshot-copy h2,
.proof-copy h2,
.fit-card h2,
.trust-contact-copy h2 {
  margin: 0;
  color: var(--bt-dark);
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.04;
  font-weight: 900;
}

.trust-section-heading p:not(.trust-eyebrow),
.snapshot-copy p,
.proof-copy p,
.trust-contact-copy p {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--bt-muted);
  font-size: 18px;
  line-height: 1.62;
}

.trust-gap-grid,
.trust-services-grid,
.proof-grid,
.fit-section,
.snapshot-deliverables,
.buyer-check-grid,
.commercial-path {
  display: grid;
  gap: 18px;
}

.trust-gap-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.buyer-check-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.trust-gap-grid article,
.buyer-check-grid article,
.commercial-path article,
.service-card,
.case-study,
.fit-card,
.snapshot-deliverables div {
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: var(--bt-surface);
}

.trust-gap-grid article {
  min-height: 220px;
  padding: 24px;
}

.buyer-check-grid article {
  min-height: 190px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(43, 129, 118, 0.06), rgba(43, 129, 118, 0)),
    var(--bt-surface);
}

.buyer-check-grid strong {
  display: block;
  color: var(--bt-dark);
  font-size: 18px;
  font-weight: 900;
}

.buyer-check-grid p,
.commercial-path p {
  margin: 14px 0 0;
  color: var(--bt-muted);
  line-height: 1.6;
}

.trust-gap-grid span,
.case-label,
.commercial-path span {
  color: var(--bt-rust);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-gap-grid h3,
.service-card h3,
.case-study h3 {
  margin: 14px 0 0;
  color: var(--bt-dark);
  line-height: 1.18;
  font-weight: 900;
}

.trust-gap-grid p,
.service-card li,
.case-study dd,
.fit-card li {
  color: var(--bt-muted);
  line-height: 1.6;
}

.trust-snapshot-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
  padding-top: 108px;
}

.snapshot-visual {
  overflow: hidden;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: var(--bt-surface-2);
}

.snapshot-visual img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
}

.snapshot-deliverables {
  margin-top: 28px;
}

.snapshot-deliverables div {
  padding: 18px;
}

.snapshot-deliverables strong,
.snapshot-deliverables span {
  display: block;
}

.snapshot-deliverables strong {
  color: var(--bt-blue);
  font-size: 13px;
  text-transform: uppercase;
}

.snapshot-deliverables span {
  margin-top: 7px;
  color: var(--bt-dark);
  font-weight: 750;
  line-height: 1.45;
}

.commercial-path {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.commercial-path article {
  min-height: 240px;
  padding: 26px;
}

.commercial-path h3 {
  margin: 18px 0 0;
  color: var(--bt-dark);
  font-size: 26px;
  line-height: 1.1;
  font-weight: 900;
}

.trust-services-grid {
  grid-template-columns: 1.15fr repeat(3, 1fr);
  margin-top: 34px;
}

.service-card {
  min-height: 310px;
  padding: 24px;
}

.service-card-featured {
  color: #ffffff;
  background: var(--bt-strong);
}

.service-card p {
  margin: 0;
  color: var(--bt-amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card-featured h3,
.service-card-featured li {
  color: #ffffff;
}

.service-card ul,
.fit-card ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding-left: 18px;
}

.case-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.case-study {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
}

.case-media {
  min-height: 360px;
  background: var(--bt-surface-2);
}

.case-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.case-body {
  padding: 30px;
}

.case-body dl {
  display: grid;
  gap: 18px;
  margin: 24px 0 0;
}

.case-body dt {
  margin: 0 0 5px;
  color: var(--bt-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-body dd {
  margin: 0;
}

.trust-proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 50px;
  align-items: center;
}

.proof-grid {
  grid-template-columns: repeat(2, 1fr);
}

.proof-grid span {
  min-height: 64px;
  padding: 14px;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: var(--bt-surface);
  color: var(--bt-dark);
  font-weight: 800;
  line-height: 1.3;
}

.fit-section {
  grid-template-columns: 1fr 1fr;
}

.fit-card {
  padding: 30px;
}

.fit-card.is-fit {
  background: #fffaf2;
}

.trust-contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 42px;
  margin-top: 108px;
  padding: 44px;
  border-radius: var(--bt-radius);
  color: #ffffff;
  background: var(--bt-dark);
}

.trust-contact-copy h2,
.trust-contact-copy p {
  color: #ffffff;
}

.trust-contact-copy p {
  opacity: 0.82;
}

.contact-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-facts span {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--bt-radius);
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.trust-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.trust-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.trust-form input,
.trust-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--bt-radius);
  padding: 12px 13px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.trust-form input::placeholder,
.trust-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.trust-form input:focus,
.trust-form textarea:focus {
  border-color: var(--bt-amber);
}

.trust-form textarea {
  resize: vertical;
}

.trust-form-wide,
.trust-form-note {
  grid-column: 1 / -1;
}

.trust-form .trust-button {
  width: 100%;
}

.trust-form-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.45;
}

.trust-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 42px 0;
  color: var(--bt-muted);
}

.trust-footer strong,
.trust-footer span {
  display: block;
}

.trust-footer strong {
  color: var(--bt-dark);
}

.trust-footer span {
  margin-top: 6px;
}

.trust-footer a {
  font-weight: 900;
}

@media (max-width: 1080px) {
  .trust-nav {
    gap: 16px;
    font-size: 13px;
  }

  .trust-services-grid,
  .trust-gap-grid,
  .buyer-check-grid,
  .commercial-path {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-snapshot-section,
  .trust-proof-section,
  .trust-contact-section,
  .fit-section {
    grid-template-columns: 1fr;
  }

  .case-study {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .trust-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
    width: min(calc(100% - 24px), var(--bt-content));
    min-height: 68px;
  }

  .trust-brand span:last-child {
    display: none;
  }

  .trust-nav {
    display: none;
  }

  .trust-header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .trust-hero {
    min-height: auto;
    background-position: 66% center;
  }

  .trust-hero-inner {
    width: min(calc(100% - 24px), var(--bt-content));
    padding: 64px 0 96px;
  }

  .trust-hero h1 {
    font-size: 44px;
  }

  .trust-hero-lede {
    font-size: 24px;
  }

  .trust-hero-subcopy {
    font-size: 17px;
  }

  .trust-button {
    width: 100%;
  }

  .trust-signal-band,
  .trust-gap-grid,
  .trust-services-grid,
  .buyer-check-grid,
  .commercial-path,
  .proof-grid,
  .trust-form {
    grid-template-columns: 1fr;
  }

  .trust-signal-band {
    margin-top: 0;
  }

  .trust-section {
    width: min(calc(100% - 24px), var(--bt-content));
    padding-top: 74px;
  }

  .trust-snapshot-section {
    width: min(calc(100% - 24px), var(--bt-content));
    padding-top: 78px;
  }

  .trust-section-heading h2,
  .snapshot-copy h2,
  .proof-copy h2,
  .fit-card h2,
  .trust-contact-copy h2 {
    font-size: 34px;
  }

  .snapshot-visual img,
  .case-media,
  .case-media img {
    min-height: 300px;
    height: 300px;
  }

  .trust-contact-section {
    width: min(calc(100% - 24px), var(--bt-content));
    margin-top: 78px;
    padding: 28px;
  }

  .trust-footer {
    width: min(calc(100% - 24px), var(--bt-content));
    flex-direction: column;
  }
}
