.trust-page {
  --trust-green: #8cce49;
  --trust-green-dark: #4d8e22;
  --trust-ink: #1f2a2a;
  --trust-muted: #687474;
  --trust-line: #e6ece8;
  --trust-soft: #f5faf2;
  --trust-warm: #fff6e6;
  color: var(--trust-ink);
}

.trust-page * {
  box-sizing: border-box;
}

.trust-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: center;
  min-height: 330px;
  padding: 52px;
  margin-bottom: 54px;
  background: linear-gradient(135deg, #f6faf4 0%, #ffffff 62%, #eef8e8 100%);
  border-left: 4px solid var(--trust-green);
}

.trust-hero:after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 310px;
  height: 310px;
  border: 42px solid rgba(140, 206, 73, .16);
  border-radius: 50%;
}

.trust-eyebrow {
  margin: 0 0 14px;
  color: var(--trust-green-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.trust-title {
  max-width: 820px;
  margin: 0;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.trust-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--trust-muted);
  font-size: 18px;
  line-height: 1.72;
}

.trust-hero__card {
  position: relative;
  z-index: 1;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--trust-line);
  box-shadow: 0 18px 55px rgba(37, 54, 54, .08);
}

.trust-hero__card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.35;
}

.trust-hero__card span {
  display: block;
  color: var(--trust-muted);
  font-size: 14px;
  line-height: 1.6;
}

.trust-section {
  margin: 0 0 56px;
}

.trust-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 32px;
  align-items: end;
  padding-bottom: 22px;
  margin-bottom: 0;
  border-bottom: 1px solid var(--trust-line);
}

.trust-section__head h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.22;
  font-weight: 900;
}

.trust-section__head p {
  margin: 0;
  color: var(--trust-muted);
  font-size: 15px;
  line-height: 1.7;
}

.trust-list {
  display: grid;
  gap: 0;
}

.trust-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 48px;
  gap: 24px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--trust-line);
}

.trust-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--trust-green-dark);
  background: #eef8e8;
  border-radius: 8px;
}

.trust-icon svg {
  width: 31px;
  height: 31px;
}

.trust-row:nth-child(2n) .trust-icon {
  color: #23647a;
  background: #edf6f8;
}

.trust-row:nth-child(3n) .trust-icon {
  color: #a56613;
  background: var(--trust-warm);
}

.trust-row h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.trust-row p {
  max-width: 860px;
  margin: 0;
  color: var(--trust-muted);
  font-size: 15px;
  line-height: 1.75;
}

.trust-row ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  padding: 0;
  margin: 15px 0 0;
  list-style: none;
  color: #465252;
  font-size: 14px;
  line-height: 1.55;
}

.trust-row li {
  position: relative;
  padding-left: 18px;
}

.trust-row li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  background: var(--trust-green);
  border-radius: 50%;
}

.trust-number {
  color: #a8b4b0;
  font-weight: 900;
  font-size: 14px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.trust-card {
  padding: 26px;
  min-height: 190px;
  background: #fff;
  border: 1px solid var(--trust-line);
  border-radius: 8px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.trust-card:hover {
  transform: translateY(-3px);
  border-color: rgba(140, 206, 73, .55);
  box-shadow: 0 18px 45px rgba(37, 54, 54, .08);
}

.trust-card h3 {
  margin: 16px 0 10px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}

.trust-card p {
  margin: 0;
  color: var(--trust-muted);
  font-size: 14px;
  line-height: 1.68;
}

.trust-note {
  padding: 24px 28px;
  margin-top: 24px;
  background: var(--trust-soft);
  border: 1px solid #dcebd4;
  border-radius: 8px;
  color: #445050;
  line-height: 1.7;
}

.trust-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 32px;
  margin-top: 52px;
  background: #f6faf4;
  border-radius: 8px;
}

.trust-cta h2 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.trust-cta p {
  margin: 0;
  color: var(--trust-muted);
  line-height: 1.65;
}

.trust-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  color: #fff;
  background: var(--trust-green);
  border: 1px solid var(--trust-green);
  border-radius: 7px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.trust-button:hover,
.trust-button:focus {
  color: #fff;
  background: #7dc33b;
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(140, 206, 73, .28);
  text-decoration: none;
}

.trust-button--ghost {
  color: var(--trust-green-dark);
  background: #fff;
}

.trust-button--ghost:hover,
.trust-button--ghost:focus {
  color: var(--trust-green-dark);
  background: #fff;
}

.trust-faq {
  border-top: 1px solid var(--trust-line);
}

.trust-faq details {
  border-bottom: 1px solid var(--trust-line);
}

.trust-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
}

.trust-faq summary::-webkit-details-marker {
  display: none;
}

.trust-faq summary:after {
  content: "+";
  color: var(--trust-green-dark);
  font-size: 26px;
  line-height: 1;
}

.trust-faq details[open] summary:after {
  content: "-";
}

.trust-faq__answer {
  max-width: 850px;
  padding: 0 0 24px;
  color: var(--trust-muted);
  font-size: 15px;
  line-height: 1.75;
}

.trust-review {
  display: grid;
  gap: 14px;
}

.trust-stars {
  color: #f7bf21;
  font-size: 20px;
  letter-spacing: 0;
}

.trust-muted {
  color: var(--trust-muted);
}

@media (max-width: 991px) {
  .trust-hero,
  .trust-section__head,
  .trust-cta {
    grid-template-columns: 1fr;
  }

  .trust-hero {
    padding: 36px 28px;
    gap: 24px;
  }

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

@media (max-width: 575px) {
  .trust-hero {
    padding: 28px 20px;
    margin-bottom: 36px;
  }

  .trust-title {
    font-size: 30px;
  }

  .trust-lead {
    font-size: 16px;
  }

  .trust-row {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 24px 0;
  }

  .trust-icon {
    width: 48px;
    height: 48px;
  }

  .trust-number {
    display: none;
  }

  .trust-cta {
    padding: 24px 20px;
  }

  .trust-buttons {
    display: grid;
  }
}
