body[data-section="trust"] main { background: #f4f8fc; }
body[data-section="trust"] .site-header { position: sticky; top: 0; z-index: 50; }
.trust-hero { padding: clamp(110px, 13vw, 180px) 0 90px; color: #fff; background: linear-gradient(115deg, #07355d 0%, #0b6796 58%, #0d89ae 100%); }
.trust-hero h1 { max-width: 820px; margin: 0 0 18px; font-size: clamp(38px, 5vw, 68px); line-height: 1.05; }
.trust-hero p:not(.eyebrow) { max-width: 720px; margin: 0; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.75; }
.trust-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-cert-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.trust-cert-card { display: grid; gap: 8px; min-height: 150px; padding: 22px; border: 1px solid #d8e5ef; border-radius: 10px; background: #fff; color: #173b5d; text-decoration: none; box-shadow: 0 8px 24px rgba(23,59,93,.06); transition: transform .2s ease, box-shadow .2s ease; }
.trust-cert-card:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(23,59,93,.12); }
.trust-cert-card strong { font-size: 20px; }
.trust-cert-card span { color: #526b82; line-height: 1.5; }
.trust-cert-card small { color: #0d72b8; font-weight: 800; }
.trust-factory-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.trust-factory-grid figure { margin: 0; overflow: hidden; border: 1px solid #d8e5ef; border-radius: 10px; background: #fff; box-shadow: 0 8px 24px rgba(23,59,93,.06); }
.trust-factory-grid img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.trust-factory-grid figcaption { padding: 14px 16px 16px; color: #173b5d; font-weight: 800; }
.trust-next { background: #0c426b; color: #fff; }
.trust-next .container { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.trust-next h2 { margin: 0 0 12px; font-size: clamp(26px, 3vw, 40px); }
.trust-next p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.82); line-height: 1.7; }
@media (max-width: 820px) { .trust-cert-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .trust-next .container { align-items: flex-start; flex-direction: column; } }
@media (max-width: 560px) { .trust-hero { padding-top: 94px; } .trust-cert-grid,.trust-factory-grid { grid-template-columns: 1fr; } .trust-cert-card { min-height: 0; } }
