body {
  
}
.wrap, .hero, .header.bannerHeader, .hero.hero-grid.hero-grid-patterns {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Tab color variables for keys page */
:root {
  --ui-tab: #fcfdff;
  --ui-tab-2: #f3f7fb;
  --ui-tab-active: #f0c45b;
  --ui-indigo-deep: #2a3a5e;
}
.hero h1 {
  margin: 0 0 8px;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hero p {
  margin: 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}
.brandTitle {
  margin: 0 0 8px 0;
  font-size: 2rem;
  font-weight: 800;
  color: #f5f7fb;
}

.brandTitle-accent {
  color: #f0c45b;
}
body {
  margin: 0;
  min-height: 100vh;
  padding: 24px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f5f7fb;
  background:
    radial-gradient(circle at top left, rgba(111, 87, 255, 0.10), transparent 30%),
    radial-gradient(circle at top right, rgba(90, 170, 220, 0.08), transparent 24%),
    linear-gradient(180deg, #33466f 0%, #41577d 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wrap {
  max-width: 1320px;
  margin: 0 auto;
}

/* Restore logo and nav link button colors to match landing page */
.logo-dot {
  color: #f5f7fb;
}
.logo-beat {
  color: #f0c45b;
}
.logo-tm {
  display: inline-block;
  margin-left: 1px;
  font-size: 13px;
  color: #f5f7fb;
  opacity: 0.9;
  vertical-align: text-top;
  transform: translateY(-0.14em);
}
.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 14px;
  color: rgba(185, 192, 207, 0.94);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 600;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.nav-link:hover,
.nav-link:focus-visible {
  color: #f5f7fb;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.16);
  outline: none;
}
.nav-link.active {
  color: #f5f7fb;
  background: linear-gradient(180deg, rgba(240, 196, 91, 0.18), rgba(240, 196, 91, 0.08));
  border-color: rgba(240, 196, 91, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 10px 18px rgba(15, 23, 42, 0.16);
}

.header.bannerHeader {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  min-height: 120px;
  margin-top: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, #141629 0%, #1f2440 40%, #162f3d 100%);
  border: none;
  box-shadow: none;
  overflow: hidden;
}

.header.bannerHeader::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at top left, rgba(111, 87, 255, 0.1), transparent 30%),
    radial-gradient(circle at top right, rgba(90, 170, 220, 0.08), transparent 24%);
  pointer-events: none;
  border-radius: inherit;
}

.hero,
.hero-grid,
.hero-grid-keys {
  background: var(--card-bg, rgba(14, 29, 57, 0.9));
  border: 1px solid var(--card-border-soft, rgba(255, 255, 255, 0.12));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 18px;
  padding: 34px 38px 36px;
  border-radius: 24px;
  overflow: hidden;
  isolation: isolate;
}

.hero-ambient-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero-ambient-lines span {
  position: absolute;
  left: 120px;
  right: -20px;
  height: 1px;
  background: rgba(214, 223, 238, 0.12);
}
.hero-ambient-lines span:nth-child(1) { top: 56px; }
.hero-ambient-lines span:nth-child(2) { top: 96px; }
.hero-ambient-lines span:nth-child(3) { top: 136px; }
.hero-ambient-lines span:nth-child(4) { top: 176px; }

.hero-copy {
  max-width: 760px;
  flex: 1 1 58%;
  position: relative;
  z-index: 2;
}
.hero-kicker {
  margin-bottom: 10px;
  color: #f0c45b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero-visual.keys-hero-visual {
  width: min(100%, 420px);
  margin-right: 44px;
  margin-left: 0;
  padding: 8px 0 0;
  flex: 0 1 34%;
  position: relative;
  z-index: 2;
}

.bannerHeader .strings {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  transform: scale(0.7) translateY(-30px);
}

.bannerHeader .string {
  position: absolute;
  left: 60px;
  right: 0;
  height: 1px;
  background: rgba(214, 223, 238, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.02);
}

.bannerHeader .string:nth-child(1) { top: 50px; }
.bannerHeader .string:nth-child(2) { top: 75px; }
.bannerHeader .string:nth-child(3) { top: 100px; }
.bannerHeader .string:nth-child(4) { top: 125px; }

.bannerHeader .fret-dot {
  position: absolute;
  top: 80px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.34;
}
.bannerHeader .fret-dot:nth-child(5) { left: 180px; background: rgba(233, 199, 117, 0.55); }
.bannerHeader .fret-dot:nth-child(6) { left: 320px; background: rgba(205, 146, 91, 0.5); }
.bannerHeader .fret-dot:nth-child(7) { left: 460px; background: rgba(210, 140, 90, 0.5); }
.bannerHeader .fret-dot:nth-child(8) { left: 600px; background: rgba(100, 173, 220, 0.5); }
.bannerHeader .fret-dot:nth-child(9) { left: 740px; background: rgba(229, 188, 108, 0.48); }
.bannerHeader .fret-dot:nth-child(10) { left: 880px; background: rgba(217, 186, 116, 0.45); }

.bannerHeader .glow {
  position: absolute;
  inset: auto auto 10px 90px;
  width: 260px;
  height: 90px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(90, 170, 220, 0.12) 0%, rgba(90, 170, 220, 0.06) 34%, rgba(90, 170, 220, 0) 72%);
  pointer-events: none;
  z-index: 1;
}

.bannerHeader .circle-deco {
  position: absolute;
  top: -12px;
  right: -35px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(209, 180, 104, 0.07);
  box-shadow:
    0 0 0 14px rgba(209, 180, 104, 0.02),
    0 0 0 28px rgba(209, 180, 104, 0.014);
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}

.bannerHeader .sound-hole {
  position: absolute;
  top: -17px;
  right: 151px;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  background: rgba(201, 173, 126, 0.14);
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 480px) {
  .nav-link {
    font-size: 11px;
    padding: 0 7px;
    min-height: 32px;
  }

  .nav-logo {
    font-size: 18px;
  }
}
