/* ============================================================
   new-arrivals.css - Styles for pages/shop/new-arrivals.html
   ============================================================ */

.na-hero{background:linear-gradient(135deg,#0A1A1C,#101A2A);border-bottom:1px solid rgba(41,128,185,.3);padding:3rem 2rem;text-align:center;}
    .na-hero h1{font-size:2.5rem;font-weight:900;color:var(--blue);margin-bottom:.5rem;}
    .na-hero p{color:var(--text-muted);}
    .section{padding:3rem 2rem;max-width:1200px;margin:0 auto;}
    .timeline-dot{width:12px;height:12px;background:var(--gold);border-radius:50%;flex-shrink:0;margin-top:4px;}
    .new-tag{background:rgba(41,128,185,.15);color:var(--blue);border:1px solid rgba(41,128,185,.3);font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:6px;}
