/* Shared light marketing chrome — matches boatwizards.com home (navy + orange) */

.bw-mkt-light {
  background: #f8fafc;
  color: #1a1a1a;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.bw-mkt-topnav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 51, 102, 0.1);
}

.bw-mkt-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: #003366;
  text-decoration: none;
}

.bw-mkt-brand img {
  height: 32px;
  width: 32px;
}

.bw-mkt-topnav a.bw-mkt-navlink {
  color: #003366;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.bw-mkt-topnav a.bw-mkt-navlink:hover {
  color: #ff6b35;
}

.bw-mkt-site-footer {
  background: #003366;
  color: #fff;
  padding: 2.5rem 1.5rem;
  text-align: center;
}

.bw-mkt-site-footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bw-mkt-site-footer a:hover {
  color: #ff6b35;
}

.bw-mkt-site-footer .bw-mkt-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1.25rem;
}

.bw-mkt-site-footer .bw-mkt-powered {
  margin-top: 1rem;
  font-size: 0.9rem;
  opacity: 0.75;
}

.bw-mkt-light .bw-mkt-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 4px 24px rgba(0, 51, 102, 0.06);
}

.bw-mkt-light .bw-mkt-prose {
  color: #475569;
}

.bw-mkt-light .bw-mkt-prose h1,
.bw-mkt-light .bw-mkt-prose h2,
.bw-mkt-light .bw-mkt-prose h3 {
  color: #003366;
}

.bw-mkt-light a.bw-mkt-accent,
.bw-mkt-light .bw-mkt-accent {
  color: #ff6b35;
}

.bw-mkt-light a.bw-mkt-accent:hover {
  text-decoration: underline;
}

.bw-mkt-light main h1,
.bw-mkt-light .bw-mkt-prose h1 {
  color: #003366;
}

.bw-mkt-light .gradient-bg h1 {
  color: #fff;
}

.bw-accent-btn {
  background: #ff6b35 !important;
  color: #fff !important;
}

.bw-accent-btn:hover {
  background: #e55a28 !important;
}
