:root{--eeat-bg-soft: #f8fafc;--eeat-border: #e2e8f0;--eeat-accent: #3b82f6;--eeat-success: #10b981;--eeat-text-muted: #64748b}.compliance-badge{display:inline-flex;align-items:center;gap:8px;background-color:var(--eeat-bg-soft);border:1px solid var(--eeat-border);border-radius:8px;padding:10px 16px;margin:15px 0 25px;font-size:.9rem;color:#1e293b;line-height:1.4;box-shadow:0 1px 2px #0000000d}.compliance-badge__icon{color:var(--eeat-success);flex-shrink:0}.compliance-badge strong{color:var(--eeat-accent)}.trust-section{margin-top:40px;padding:var(--spacing-xl) 15px;background:var(--color-background-white);border-radius:var(--border-radius-xl);border:1px solid var(--color-border);box-shadow:var(--shadow-md)}.trust-section__title{font-family:var(--font-family-heading);font-size:clamp(1.5rem,2vw + 1rem,2.2rem);color:var(--color-text-primary);margin-bottom:var(--spacing-xl);text-align:center;font-weight:var(--font-weight-bold)}.trust-section__line{width:60px;height:4px;background:var(--color-primary);border-radius:20px;margin:-1.5rem auto 2.5rem}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--spacing-lg)}.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--spacing-md);padding:var(--spacing-lg);border-radius:var(--border-radius-lg);background:var(--color-background-soft);border:1px solid transparent;transition:all var(--transition-base)}.trust-item:hover{transform:translateY(-5px);background:var(--color-background-white);border-color:var(--color-primary-light);box-shadow:var(--shadow-lg)}.trust-item__icon{width:64px;height:64px;background:var(--color-background-white);color:var(--color-info);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;box-shadow:var(--shadow-sm);transition:all var(--transition-bounce)}.trust-item:hover .trust-item__icon{transform:scale(1.1) rotate(5deg);background:var(--color-info);color:#fff;box-shadow:var(--shadow-md)}.trust-item:nth-child(2) .trust-item__icon{color:var(--color-success)}.trust-item:nth-child(2):hover .trust-item__icon{background:var(--color-success);color:#fff;box-shadow:var(--shadow-success)}.trust-item:nth-child(3) .trust-item__icon{color:var(--color-primary)}.trust-item:nth-child(3):hover .trust-item__icon{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-primary)}.trust-item:nth-child(4) .trust-item__icon{color:#ffc107}.trust-item:nth-child(4):hover .trust-item__icon{background:#ffc107;color:#fff;box-shadow:0 4px 15px #ffc10766}.trust-item__content h3{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);margin-bottom:8px;color:var(--color-text-primary)}.trust-item__content p{font-size:var(--font-size-sm);color:var(--color-text-secondary);line-height:var(--line-height-relaxed)}@media(max-width:640px){.trust-section{padding:var(--spacing-lg) 10px}.trust-grid{gap:var(--spacing-sm)}.trust-item{flex-direction:row;text-align:left;padding:var(--spacing-md);gap:var(--spacing-md)}.trust-item__icon{width:50px;height:50px;font-size:1.2rem;flex-shrink:0}}
