.reassurance-bar{padding:var(--space-xl) 0;background:var(--color-bg-primary);border-bottom:1px solid var(--color-border)}.reassurance-bar__list{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg);margin:0;padding:0;list-style:none}.reassurance-bar__item{display:flex;align-items:flex-start;gap:var(--space-md);min-width:0}.reassurance-bar__icon{flex:none;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-full);background:var(--color-bg-tertiary);color:var(--color-accent)}.reassurance-bar__icon svg{width:22px;height:22px}.reassurance-bar__text{display:flex;flex-direction:column;gap:.25rem;min-width:0}.reassurance-bar__title{font-size:var(--text-sm);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.04em;line-height:1.3}.reassurance-bar__desc{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.45;overflow-wrap:anywhere}@media(max-width:1024px){.reassurance-bar__list{grid-template-columns:repeat(2,1fr);gap:var(--space-lg) var(--space-xl)}}@media(max-width:560px){.reassurance-bar{padding:var(--space-lg) 0}.reassurance-bar__list{grid-template-columns:1fr;gap:var(--space-md)}.reassurance-bar__icon{width:38px;height:38px}.reassurance-bar__icon svg{width:19px;height:19px}}.reassurance-bar--stack{padding:var(--space-md) var(--space-lg);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md)}.reassurance-bar--stack .reassurance-bar__list{grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));gap:var(--space-md) var(--space-lg)}.reassurance-bar--stack .reassurance-bar__item{align-items:center;gap:var(--space-sm)}.reassurance-bar--stack .reassurance-bar__icon{width:34px;height:34px}.reassurance-bar--stack .reassurance-bar__icon svg{width:18px;height:18px}.reassurance-bar--stack .reassurance-bar__title{font-size:var(--text-xs);text-transform:none;letter-spacing:0}.reassurance-bar--stack .reassurance-bar__desc{font-size:var(--text-xs)}
