// Milfers · Seals strip · editorial brand-identity moment // · big rotating 35-días seal as centerpiece // · satellite stamps from Guía de Marca 2026 // · corner bursts as background texture function SealsStrip() { const satellites = [ { glyph: 'seal-star', lbl: window.t('seals.sat1') }, { glyph: 'stamp', lbl: window.t('seals.sat2') }, { glyph: 'flame', lbl: window.t('seals.sat3') }, { glyph: 'badge-35', lbl: window.t('seals.sat4') }, ]; return (
{/* decorative corner bursts */}
5. 

{/* Centerpiece: split 35-días seal (inner 35 fixed, ring rotating) */} {/* Satellite row */} {/* Footer rule with system credits */}
{window.t('seals.c1')} {window.t('seals.c2')} {window.t('seals.c3')}
); } window.SealsStrip = SealsStrip;