/* B2B eCommerce World Event Platform — base styles (Spec 1 placeholder) */
/* Visual design and full styling come in Specs 2–4 */

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  background: #fff;
}

a {
  color: #1d4ed8;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.btn--primary {
  background: #1d4ed8;
  color: #fff;
}

.btn--primary:hover {
  background: #1e40af;
}
