body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #1b1b1b;
  background: #f8fafc;
}

.container {
  width: min(960px, 92%);
  margin: 0 auto;
}

.site-header {
  border-bottom: 1px solid #e5e7eb;
  background-image: url("https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRreQ-wmwwgOix4hvVcswul2aZg6M7zPk6PdJsxbvq5-kFRcTa-");
  background-size: cover;
}


.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}

.logo {
  margin: 0;
  font-size: 1.2rem;
}

nav {
  display: flex;
  gap: 16px;
}

nav a {
  color: #334155;
  text-decoration: none;
  font-size: 0.95rem;
}

main {
  padding: 40px 0;
}

.hero {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 32px;
}

.eyebrow {
  margin: 0 0 8px;
  color: #2563eb;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero h2 {
  margin: 0 0 12px;
  line-height: 1.3;
}

.hero-copy {
  margin: 0 0 20px;
  color: #475569;
  max-width: 60ch;
}

.cta {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 600;
}

.site-footer {
  padding: 16px 0 32px;
  color: #64748b;
}
