/* 4orm EDC - interactive-first shared chrome */
.honest-banner {
  position: sticky; top: 0; z-index: 200;
  background: rgba(11,18,32,.96);
  border-bottom: 1px solid rgba(255,128,149,.28);
  padding: 8px 20px;
  text-align: center;
  font-size: .74rem;
  line-height: 1.45;
  color: rgba(255,255,255,.88);
  backdrop-filter: blur(8px);
}
.honest-banner b { color: #FFB0BC; }
.edc-nav { background: #0B1220; border-bottom: 1px solid rgba(255,255,255,.08); }
.edc-nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.edc-nav .brand-logo { height: 36px; width: auto; display: block; }
.edc-nav-links { display: flex; flex-wrap: wrap; gap: 6px 18px; align-items: center; }
.edc-nav-links a {
  color: rgba(255,255,255,.78); text-decoration: none; font-size: .88rem; font-weight: 650;
}
.edc-nav-links a:hover, .edc-nav-links a.active { color: #FFD9A8; }
.edc-nav-links a.nav-start {
  color: #15233F; background: linear-gradient(135deg, #FFD9A8, #C49A3A);
  padding: 6px 14px; border-radius: 99px; font-weight: 800;
}
.edc-nav-links a.nav-start:hover { color: #15233F; opacity: .92; }
.edc-foot { padding: 40px 24px; background: #0B1220; color: rgba(255,255,255,.65); font-size: .82rem; border-top: 1px solid rgba(255,255,255,.08); }
.edc-foot-inner { max-width: 1200px; margin: 0 auto; }
.edc-foot a { color: #9AB6FF; }
