/* ThanksU shared header CSS — import on ALL pages */
.top { position: sticky; top: 0; z-index: 40; background: #0b1220; color: #fff; }
.top-in { display: flex; align-items: center; gap: 1rem; height: 76px; min-height: 76px; padding: 0 1rem; }
.brand { font-weight: 800; font-size: 1.85rem; text-decoration: none; letter-spacing: -.02em; display: inline-flex; align-items: center; gap: 0; color: #fff; height: 80px; }
.brand img { width: 80px; height: 80px; display: block; margin: 0; }
.desk-nav { display: none; margin-left: auto; align-items: center; gap: 1.1rem; }
.desk-nav a { color: #fff; text-decoration: none; font-weight: 650; font-size: .95rem; opacity: .92; }
.desk-nav a.btn-gold { opacity: 1; }
.desk-nav .btn { min-height: 42px; padding: .45rem 1rem; font-size: .95rem; }
.nav-wrap { position: relative; margin-left: auto; }
.menu-btn { width: 56px; height: 56px; border: 0; background: transparent; font-size: 1.7rem; cursor: pointer; color: #fff; }
.menu { display: none; position: absolute; right: 0; top: calc(100% + 4px); min-width: 220px; background: #fff; border-radius: 12px; box-shadow: 0 12px 32px rgba(0,0,0,.18); overflow: hidden; z-index: 50; }
.menu.open { display: block; }
.menu a { display: block; padding: 14px 16px; text-decoration: none; font-weight: 600; color: #202124; border-bottom: 1px solid #eee; font-size: .95rem; }
.menu a:last-child { border-bottom: 0; }
@media (min-width: 900px) {
  .desk-nav { display: flex; }
}
@media (max-width: 899px) {
  .top-in { position: relative; justify-content: flex-end; }
  .brand { position: absolute; left: 50%; transform: translateX(-50%); z-index: 1; max-width: calc(100% - 7rem); }
  .nav-wrap { position: relative; z-index: 2; margin-left: auto; }
}
