:root {
  --sp-nav-bg: rgba(15, 27, 45, 0.96);
  --sp-nav-bg-strong: #0b1527;
  --sp-accent: #f87171;
  --sp-accent-soft: rgba(248, 113, 113, 0.12);
  --sp-accent-border: rgba(248, 113, 113, 0.30);
  --sp-gold: #f4d03f;
  --sp-gold-deep: #d4af37;
  --sp-text: #f8fafc;
  --sp-muted: #94a3b8;
}

.score-util-bar,
.score-nav,
.score-mobile-overlay,
.score-nav * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.score-util-bar {
  min-height: 32px;
  background: #0b1527;
  color: #94a3b8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  position: relative;
  z-index: 9001;
  border-bottom: 1px solid rgba(248, 113, 113, 0.12);
}

.score-util-bar .wrap,
.score-nav .wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.score-util-bar .wrap {
  min-height: 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.score-util-bar strong { color: #f8fafc; }
.score-util-bar .util-center { text-align: center; color: #fca5a5; font-weight: 750; }
.score-util-bar .util-right { text-align: right; }
.score-util-bar a,
.score-util-bar .util-email { color: #cbd5e1; text-decoration: none; font-weight: 700; }
.score-util-bar .sep { color: rgba(148, 163, 184, 0.5); margin: 0 7px; }

nav.score-nav.scoreprotect-nav {
  display: block !important;
}

.score-nav {
  position: sticky;
  top: 0;
  z-index: 9000;
  min-height: 88px;
  background: var(--sp-nav-bg);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(248, 113, 113, 0.18);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.score-nav .wrap {
  min-height: 88px;
  display: flex !important;
  align-items: center;
  gap: 22px;
}

.score-nav .brand-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 0 0 auto;
}

.score-nav .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sp-text);
  text-decoration: none;
  min-width: 0;
}

.score-nav .brand-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(248, 113, 113, 0.12);
  border: 1px solid rgba(248, 113, 113, 0.28);
  font-size: 1.25rem;
}

.score-nav .brand-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--sp-accent);
}

.score-nav .brand-name {
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.score-nav .brand-tld { color: var(--sp-accent); }

.score-nav .brand-pill {
  display: inline-flex;
  align-items: center;
  background: rgba(248, 113, 113, 0.12);
  border: 1px solid rgba(248, 113, 113, 0.3);
  color: #fca5a5;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.score-nav .links {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
}

.score-nav .links > a,
.score-nav .dropdown > button {
  height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e5eefb;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  padding: 0 13px;
  font-size: 0.91rem;
  line-height: 1;
  font-weight: 850;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  font-family: inherit;
}

.score-nav .links > a:hover,
.score-nav .dropdown:hover > button,
.score-nav .dropdown.open > button {
  transform: translateY(-1px);
  background: rgba(248, 113, 113, 0.12);
  border-color: rgba(248, 113, 113, 0.32);
  box-shadow: 0 14px 34px rgba(248, 113, 113, 0.12);
}

.score-nav svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--sp-accent);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.score-nav .caret {
  width: 7px;
  height: 7px;
  border-right: 1.8px solid #94a3b8;
  border-bottom: 1.8px solid #94a3b8;
  transform: rotate(45deg) translateY(-2px);
  margin-left: 2px;
}

.score-nav .dropdown {
  position: relative;
}

.score-nav .dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px;
}

.score-nav .dropdown-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: min(620px, calc(100vw - 32px));
  background: #111827;
  border: 1px solid rgba(248, 113, 113, 0.2);
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.16s ease, visibility 0.16s ease, transform 0.16s ease;
}

.score-nav .dropdown:hover .dropdown-panel,
.score-nav .dropdown.open .dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.score-nav .dropdown.strategies .dropdown-panel {
  left: auto;
  right: 0;
}

.score-nav .dropdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.score-nav .dropdown-grid a {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 13px;
  border-radius: 13px;
  text-decoration: none;
  color: #e5eefb;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  min-height: 74px;
}

.score-nav .dropdown-grid a:hover {
  background: rgba(248, 113, 113, 0.10);
  border-color: rgba(248, 113, 113, 0.24);
}

.score-nav .mini-icon,
.score-mobile-overlay .mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(248, 113, 113, 0.12);
  border: 1px solid rgba(248, 113, 113, 0.28);
  color: var(--sp-accent);
  font-size: 0.68rem;
  font-weight: 950;
  flex: 0 0 auto;
}

.score-nav .lbl {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.score-nav .lbl strong { color: #fff; font-size: 0.93rem; }
.score-nav .lbl span { color: #9ca3af; font-size: 0.78rem; line-height: 1.35; }

.score-nav .cta-gold,
.score-mobile-overlay .cta-gold {
  background: linear-gradient(135deg, #d4af37, #f4d03f) !important;
  color: #0b1527 !important;
  font-weight: 950 !important;
  border-color: rgba(244, 208, 63, 0.55) !important;
  box-shadow: 0 16px 36px rgba(212, 175, 55, 0.18);
}

.score-nav .cta-gold:hover {
  transform: translateY(-1px) scale(1.02);
}

.score-nav .cta-gold svg {
  stroke: #0b1527;
}

.score-nav.scoreprotect-nav .hamburger {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  margin-left: auto;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.score-nav .hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #f8fafc;
  border-radius: 99px;
}

.score-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 8999;
  display: none;
  overflow-y: auto;
  background: rgba(7, 12, 22, 0.98);
  color: #f8fafc;
  padding: 126px 24px 36px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.score-mobile-overlay.open { display: block; }

.score-mobile-overlay a {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f8fafc;
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 850;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.score-mobile-overlay .mobile-section-title {
  display: block;
  color: var(--sp-accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 950;
  font-size: 0.76rem;
  margin: 18px 0 8px;
}

body.score-nav-open { overflow: hidden; }

@media (max-width: 1100px) {
  .score-nav .links { display: none; }
  .score-nav.scoreprotect-nav .hamburger { display: inline-flex; }
  .score-nav .wrap { min-height: 78px; }
  .score-nav { min-height: 78px; }
}

@media (max-width: 768px) {
  .score-util-bar .wrap {
    grid-template-columns: 1fr auto;
  }
  .score-util-bar .util-left { display: none; }
  .score-util-bar .util-center { text-align: left; }
  .score-nav .brand-name { font-size: 1.1rem; }
  .score-nav .brand-pill { font-size: 0.66rem; }
  .score-nav .brand-icon { width: 34px; height: 34px; }
}

@media (max-width: 360px) {
  .score-util-bar { font-size: 0.68rem; }
  .score-util-bar .wrap, .score-nav .wrap { width: calc(100% - 20px); }
  .score-nav .brand-pill { display: none; }
  .score-mobile-overlay { padding-left: 18px; padding-right: 18px; }
}
