/* Header — bedste-casinoer.dk */
header { position: sticky; top: 0; z-index: 100; background: #3E4A59; box-shadow: 0 2px 8px rgba(0,0,0,0.25); }
header .header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; max-width: 1280px; margin: 0 auto; padding: 0 16px; gap: 24px; }
header .logo { display: flex; align-items: center; flex-shrink: 0; }
header .logo a { display: flex; align-items: center; text-decoration: none; }
header .logo img { height: 34px; width: auto; }
header nav { display: flex; align-items: center; flex: 1; }
header .nav-list { list-style: none; margin: 0; padding: 0; display: none; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: #3E4A59; border-top: 1px solid rgba(255,255,255,0.1); z-index: 99; }
header .nav-list.open { display: flex; }
header .nav-list li { position: relative; }
header .nav-list li a { display: block; padding: 13px 20px; color: #c8cdd6; font-size: 15px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; transition: color 0.15s, background 0.15s; border-bottom: 1px solid rgba(255,255,255,0.06); white-space: nowrap; }
header .nav-list li a:hover { color: #E59100; background: rgba(255,255,255,0.04); text-decoration: none; }
header .nav-list li a.active { color: #E59100; font-weight: 600; }
header .nav-toggle-wrapper { display: flex; align-items: center; }
header .nav-toggle { color: #f0f0f0; font-size: 24px; cursor: pointer; padding: 8px; line-height: 1; user-select: none; }
@media (min-width: 900px) {
  header .nav-list { display: flex; flex-direction: row; position: static; background: none; border-top: none; padding: 0; align-items: center; gap: 0; }
  header .nav-list.open { display: flex; }
  header .nav-list li a { padding: 0 16px; height: 64px; display: flex; align-items: center; font-size: 15px; border-bottom: none; border-bottom: 3px solid transparent; }
  header .nav-list li a:hover { background: rgba(255,255,255,0.05); border-bottom-color: #E59100; }
  header .nav-list li a.active { color: #E59100; border-bottom-color: #E59100; background: rgba(229,145,0,0.07); }
  header .nav-toggle-wrapper { display: none; }
}
