*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  color: #111827;
  background: #f5f6f8;
  -webkit-font-smoothing: antialiased;
}

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

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

.trust-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 0 24px;
  border-bottom: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 1px 4px rgba(17, 24, 39, .06);
}

.trust-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.trust-brand img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.trust-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.trust-nav a,
.trust-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

.trust-nav a {
  color: #374151;
}

.trust-nav a:hover {
  color: #e85d04;
  background: #f5f6f8;
}

.trust-main,
.product-snapshot {
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: 28px 20px 64px;
}

.trust-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #6b7280;
  font-size: 12px;
}

.trust-breadcrumb a:hover {
  color: #e85d04;
}

.trust-article,
.product-snapshot-grid {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 24, 39, .05);
}

.trust-article {
  padding: 34px;
}

.trust-eyebrow {
  margin: 0 0 10px;
  color: #e85d04;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
}

.trust-summary {
  width: 100%;
  max-width: 760px;
  margin: 16px 0 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}

.trust-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 28px;
}

.trust-meta span,
.product-snapshot-availability {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #475467;
  background: #f2f4f7;
  font-size: 11px;
  font-weight: 700;
}

.trust-section {
  padding: 24px 0 0;
  border-top: 1px solid #edf0f3;
}

.trust-section + .trust-section {
  margin-top: 24px;
}

.trust-section h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.trust-section p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.75;
}

.trust-footer {
  background: #111827;
  color: rgba(255,255,255,0.55);
  padding: 48px 24px 0;
  margin-top: 40px;
  font-size: 13px;
}

.trust-footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr 1fr;
  gap: 32px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 36px;
}

.trust-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.trust-footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.trust-footer-logo img {
  width: 30px;
  height: 30px;
  border-radius: 7px;
}

.trust-footer-logo span {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

.trust-footer-tagline {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
  width: 100%;
  max-width: 200px;
}

.trust-footer-col h4 {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.trust-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.trust-footer-col a {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  text-decoration: none;
  transition: color .18s;
}

.trust-footer-col a:hover,
.trust-footer-col a[aria-current="page"] {
  color: #e85d04;
}

.trust-footer-base {
  border-top: 1px solid rgba(255,255,255,0.08);
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-footer-copy {
  color: rgba(255,255,255,0.3);
  font-size: 11px;
  margin: 0;
}

.trust-footer-base-links {
  display: flex;
  gap: 16px;
}

.trust-footer-base-links a {
  color: rgba(255,255,255,0.35);
  font-size: 11px;
  text-decoration: none;
  transition: color .18s;
}

.trust-footer-base-links a:hover {
  color: #e85d04;
}

@media (max-width: 860px) {
  .trust-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .trust-footer-brand {
    grid-column: 1 / -1;
  }
  .trust-footer-tagline {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .trust-footer-grid {
    grid-template-columns: 1fr;
  }
  .trust-footer-base {
    flex-direction: column;
    align-items: flex-start;
  }
}

.product-snapshot-grid {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
  gap: 0;
  overflow: hidden;
}

.product-snapshot-media {
  display: grid;
  min-height: 420px;
  place-items: center;
  background: #f9fafb;
}

.product-snapshot-media img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  padding: 28px;
}

.product-snapshot-info {
  padding: 34px;
}

.product-snapshot-price {
  margin: 18px 0 8px;
  color: #e85d04;
  font-size: 30px;
  font-weight: 800;
}

.product-snapshot-price span {
  color: #6b7280;
  font-size: 14px;
}

.product-facts {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.product-facts div {
  display: grid;
  grid-template-columns: minmax(80px, 120px) 1fr;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid #edf0f3;
}

.product-facts dt {
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

.product-facts dd {
  margin: 0;
  color: #111827;
  font-size: 13px;
  word-break: break-word;
}

.trust-cta {
  color: #fff;
  background: #e85d04;
}

.trust-cta:hover {
  background: #d04f00;
}

@media (max-width: 760px) {
  .trust-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 16px;
  }

  .trust-nav {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 3px;
  }

  .trust-nav a {
    white-space: nowrap;
  }

  .trust-main,
  .product-snapshot {
    padding: 20px 12px 44px;
  }

  .trust-article,
  .product-snapshot-info {
    padding: 22px;
  }

  .product-snapshot-grid {
    grid-template-columns: 1fr;
  }

  .product-snapshot-media {
    min-height: 280px;
  }

  .product-facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
