 
    * { font-family: 'Inter', sans-serif; }
    body { background: #f8fafc; }
    .bg-nws-primary { background: #0b2b4a; }
    .bg-nws-accent { background: #e67e22; }
    .text-nws-accent { color: #e67e22; }
    .border-nws-accent { border-color: #e67e22; }
    .btn-nws-primary { background: #0b2b4a; color: #fff; border: none; }
    .btn-nws-primary:hover { background: #1a3f5f; color: #fff; }
    .btn-nws-accent { background: #e67e22; color: #fff; border: none; }
    .btn-nws-accent:hover { background: #cf6d17; color: #fff; }
    .section-title { font-weight: 700; letter-spacing: -0.02em; }
    .cookie-card { background: white; border-radius: 1.5rem; padding: 2rem; box-shadow: 0 8px 28px rgba(0,0,0,0.02); border: 1px solid #eef2f6; }
    .cookie-card h4 { font-weight: 600; color: #0b2b4a; }
    .cookie-card p, .cookie-card li { color: #2d3c4c; line-height: 1.7; }
    .cookie-card ul { padding-left: 1.5rem; }
    .cookie-table th { background: #f1f4f9; color: #0b2b4a; font-weight: 600; }
    .cookie-table td, .cookie-table th { padding: 0.75rem 1rem; border-color: #e9edf2; }
    .footer-link { color: #cbd5e1; text-decoration: none; }
    .footer-link:hover { color: white; }
    .whatsapp-float { position: fixed; bottom: 24px; right: 24px; z-index: 999; background: #25D366; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 2rem; box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35); transition: 0.2s; text-decoration: none; }
    .whatsapp-float:hover { transform: scale(1.08); background: #20b85f; color: white; }
    @media (max-width: 576px) {
      .cookie-card { padding: 1.5rem; }
    }
  