.trust-page {
  --trust-ink: #20231f;
  --trust-muted: #62685f;
  --trust-green: #315f45;
  --trust-green-dark: #183b2a;
  --trust-gold: #c79a50;
  --trust-cream: #f7f3ea;
  color: var(--trust-ink);
  background: #fff;
}

.trust-page * { box-sizing: border-box; }
.trust-page a { text-decoration: none; }
.trust-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.trust-section { padding: 84px 0; }
.trust-section--soft { background: var(--trust-cream); }
.trust-section--dark { background: var(--trust-green-dark); color: #fff; }
.trust-eyebrow { margin: 0 0 14px; color: var(--trust-green); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-section--dark .trust-eyebrow { color: #e2bd7d; }
.trust-title { margin: 0; max-width: 850px; font-size: clamp(34px, 5vw, 62px); line-height: 1.04; letter-spacing: -.035em; }
.trust-section-title { margin: 0 0 18px; max-width: 780px; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.12; letter-spacing: -.025em; }
.trust-lead { margin: 22px 0 0; max-width: 760px; color: var(--trust-muted); font-size: 19px; line-height: 1.75; }
.trust-section--dark .trust-lead { color: #d7dfd8; }
.trust-hero { position: relative; overflow: hidden; padding: 92px 0 72px; background: linear-gradient(120deg, #f7f3ea 0%, #fff 58%, #edf3ee 100%); }
.trust-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: 56px; align-items: center; }
.trust-hero-media { position: relative; min-height: 470px; margin: 0; border-radius: 30px; overflow: hidden; background: #e8e4db; box-shadow: 0 28px 70px rgba(33, 42, 35, .17); }
.trust-hero-media img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; display: block; }
.trust-hero-media--product img { object-fit: contain; padding: 34px; background: #fff; }
.trust-hero-note { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 16px 18px; border-radius: 16px; background: rgba(255, 255, 255, .93); color: #2c342d; font-size: 14px; line-height: 1.5; box-shadow: 0 12px 28px rgba(0, 0, 0, .12); }
.trust-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.trust-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid var(--trust-green); border-radius: 999px; background: var(--trust-green); color: #fff !important; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.trust-btn:hover { transform: translateY(-2px); background: var(--trust-green-dark); }
.trust-btn--ghost { background: transparent; color: var(--trust-green) !important; }
.trust-page .trust-btn--ghost:hover { border-color: var(--trust-green-dark); background: #edf3ee; color: var(--trust-green-dark) !important; }
.trust-btn--light { border-color: #fff; background: #fff; color: var(--trust-green-dark) !important; }
.trust-proof { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #dfe5df; border-block: 1px solid #dfe5df; }
.trust-proof-item { padding: 26px 22px; background: #fff; }
.trust-proof-item strong { display: block; color: var(--trust-green-dark); font-size: 17px; }
.trust-proof-item span { display: block; margin-top: 6px; color: var(--trust-muted); font-size: 14px; line-height: 1.5; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.trust-grid--2 { grid-template-columns: repeat(2, 1fr); }
.trust-card { padding: 28px; border: 1px solid #dde3dc; border-radius: 20px; background: #fff; box-shadow: 0 10px 30px rgba(25, 43, 31, .05); }
.trust-card-number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 20px; border-radius: 50%; background: #e5eee7; color: var(--trust-green-dark); font-weight: 900; }
.trust-card h2, .trust-card h3 { margin: 0 0 11px; font-size: 22px; line-height: 1.25; }
.trust-card p { margin: 0; color: var(--trust-muted); line-height: 1.7; }
.trust-card ul { margin: 16px 0 0; padding-left: 20px; color: var(--trust-muted); }
.trust-card li { margin-top: 8px; line-height: 1.55; }
.trust-table-wrap { margin-top: 34px; overflow-x: auto; border: 1px solid #dce2db; border-radius: 18px; background: #fff; }
.trust-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.trust-table th, .trust-table td { padding: 17px 18px; border-bottom: 1px solid #e4e8e3; text-align: left; vertical-align: top; line-height: 1.55; }
.trust-table th { background: #eef3ef; color: var(--trust-green-dark); font-size: 14px; }
.trust-table tr:last-child td { border-bottom: 0; }
.trust-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; }
.trust-image-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.trust-image-stack figure { margin: 0; overflow: hidden; border-radius: 20px; background: #eee; }
.trust-image-stack figure:first-child { grid-column: 1 / -1; }
.trust-image-stack img { width: 100%; height: 260px; object-fit: cover; display: block; }
.trust-image-stack figure:first-child img { height: 390px; }
.trust-image-stack figcaption { padding: 12px 14px; color: var(--trust-muted); background: #fff; font-size: 13px; line-height: 1.45; }
.trust-checks { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.trust-checks li { position: relative; padding-left: 31px; line-height: 1.65; }
.trust-checks li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #dfebe2; color: var(--trust-green-dark); font-size: 13px; font-weight: 900; }
.trust-categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 32px; }
.trust-category { display: grid; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid #dee4de; border-radius: 19px; background: #fff; }
.trust-category img { width: 100%; height: 280px; object-fit: contain; padding: 24px; background: linear-gradient(145deg, #f7f4ed, #eef3ef); }
.trust-category div { padding: 19px; }
.trust-category h3 { margin: 0 0 8px; font-size: 18px; }
.trust-category p { margin: 0; color: var(--trust-muted); font-size: 14px; line-height: 1.55; }
.trust-form-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
.trust-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 30px; border-radius: 22px; background: #fff; color: var(--trust-ink); }
.trust-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 800; }
.trust-form .full { grid-column: 1 / -1; }
.trust-form input, .trust-form select, .trust-form textarea { width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid #ccd5cc; border-radius: 10px; background: #fff; color: #20231f; }
.trust-form textarea { min-height: 125px; resize: vertical; }
.trust-form button { grid-column: 1 / -1; min-height: 52px; border: 0; border-radius: 999px; background: var(--trust-gold); color: #1b241d; font-weight: 900; cursor: pointer; }
.trust-form-note { grid-column: 1 / -1; margin: 0; color: #6a7169; font-size: 13px; line-height: 1.5; }
.trust-page .trust-section--dark .trust-section-title { color: #fff; }
.trust-faq { display: grid; gap: 12px; margin-top: 30px; }
.trust-faq details { padding: 20px 22px; border: 1px solid #dce2db; border-radius: 14px; background: #fff; }
.trust-faq summary { cursor: pointer; color: var(--trust-green-dark); font-weight: 850; }
.trust-faq p { margin: 13px 0 0; color: var(--trust-muted); line-height: 1.7; }
.trust-note { margin-top: 24px; padding: 18px 20px; border-left: 4px solid var(--trust-gold); border-radius: 0 12px 12px 0; background: #fffaf1; color: #5b554a; line-height: 1.65; }

@media (max-width: 991px) {
  .trust-hero-grid, .trust-split, .trust-form-shell { grid-template-columns: 1fr; }
  .trust-hero-media, .trust-hero-media img { min-height: 390px; }
  .trust-proof { grid-template-columns: repeat(2, 1fr); }
  .trust-grid, .trust-categories { grid-template-columns: repeat(2, 1fr); }
  .trust-category img { height: 260px; }
}

@media (max-width: 575px) {
  .trust-container { width: min(100% - 28px, 1180px); }
  .trust-section { padding: 60px 0; }
  .trust-hero { padding: 58px 0 52px; }
  .trust-hero-grid { gap: 30px; }
  .trust-hero-media, .trust-hero-media img { min-height: 300px; }
  .trust-proof, .trust-grid, .trust-grid--2, .trust-categories, .trust-form { grid-template-columns: 1fr; }
  .trust-form .full, .trust-form button, .trust-form-note { grid-column: 1; }
  .trust-image-stack { grid-template-columns: 1fr; }
  .trust-image-stack figure:first-child { grid-column: 1; }
  .trust-image-stack img, .trust-image-stack figure:first-child img { height: 280px; }
  .trust-category img { height: 240px; }
}
