      #site-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    #site-header.scrolled-down {
      box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    }

    /* ── Announcement bar ── */
    #announcement-bar {
      background: linear-gradient(90deg, #0d6e8a 0%, #1a9db8 50%, #0d6e8a 100%);
      padding: 10px 20px;
      text-align: center;
      overflow: hidden;
      max-height: 44px;
      transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.3s ease;
      opacity: 1;
    }

    #site-header.hide-bar #announcement-bar {
      max-height: 0;
      padding: 0 20px;
      opacity: 0;
    }

    .announcement-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      flex-wrap: wrap;
    }

    .announcement-inner span {
      color: #ffffff;
      font-size: 13.5px;
      font-weight: 600;
      letter-spacing: 0.01em;
      white-space: nowrap;
    }

    .announcement-divider {
      color: rgba(255,255,255,0.6);
      font-size: 18px;
      font-weight: 300;
    }

    /* ── Main nav ── */
    #main-nav {
      background: #ffffff;
      border-bottom: 1px solid #e8e8e8;
      padding: 0 40px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    /* Logo */
    .nav-logo {
      display: flex;
      align-items: center;
      gap: 4px;
      text-decoration: none;
      flex-shrink: 0;
    }

    .logo-text {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.12em;
      color: #1a1a2e;
      text-transform: uppercase;
    }

    .logo-dna-wrap {
      position: relative;
      width: 38px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .logo-dna-wrap svg {
      width: 38px;
      height: 48px;
    }

    .logo-dna-label {
      position: absolute;
      bottom: 2px;
      right: 0;
      font-size: 8px;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: #555;
    }

    /* Nav links */
    .nav-links {
      display: flex;
      align-items: center;
      gap: 8px;
      list-style: none;
    }

    .nav-links li a {
      text-decoration: none;
      color: #333;
      font-size: 15px;
      font-weight: 500;
      padding: 8px 14px;
      border-radius: 6px;
      transition: color 0.2s, background 0.2s;
      white-space: nowrap;
    }

    .nav-links li a:hover {
      color: #1a9db8;
      background: #f0fafd;
    }

    .nav-links li a.active {
      font-weight: 700;
      color: #1a1a2e;
    }

    /* Login button */
    .btn-login {
      display: flex;
      align-items: center;
      gap: 8px;
      background: #1aada8 !important;
      color: #fff !important;
      border: none;
      border-radius: 50px;
      padding: 10px 22px;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      text-decoration: none;
      transition: background 0.2s, transform 0.15s;
      white-space: nowrap;
      flex-shrink: 0;
    }

    .btn-login:hover {
      background: #159490 !important;
      transform: translateY(-1px);
    }
       .account-menu {
  position: relative;
  display: inline-block;
}

.btn-login {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.btn-login svg {
  width: 20px;
  height: 20px;
}

.account-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 120px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  display: none;
  z-index: 1000;
  padding: 8px 0;
}

.account-dropdown a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}

.account-dropdown a:hover {
  background: #f5f5f5;
}

.account-menu:hover .account-dropdown {
  display: block;
}
.account-menu {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    z-index: 9999;
}

/* Button */
.btn-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-login svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: block;
}
#hamburger{
    background:transparent;
}
.btn-login:hover,
.account-menu:focus-within .btn-login {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #4338ca, #4f46e5);
}

/* Dropdown */
.account-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    min-width: 120px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    pointer-events: none;
    z-index: 10000;
}

/* Small invisible bridge so hover does not break */
.account-menu::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 12px;
}

/* Arrow */
.account-dropdown::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 22px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,0.06);
    border-left: 1px solid rgba(0,0,0,0.06);
    transform: rotate(45deg);
}

/* Dropdown links */
.account-dropdown a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    color: #1f2937 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    box-sizing: border-box;
}

.account-dropdown a:hover,
.account-dropdown a:focus {
    background: #f5f7ff;
    color: #1f2937 !important;
    transform: translateX(2px);
    outline: none;
}

/* Show dropdown */
.account-menu:hover .account-dropdown,
.account-menu:focus-within .account-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Mobile */
@media (max-width: 768px) {
    .account-menu {
        width: 100%;
        max-width: 220px;
        display:none !important;
    }
.account-dropdown{
    display:none !important;
}
    .btn-login {
        width: 100%;
        justify-content: center;
        padding: 12px 16px;
        font-size: 15px;
    }

    .account-dropdown {
        right: 0;
        left: 0;
        width: 100%;
        min-width: 100%;
    }

    .account-dropdown::before {
        right: 24px;
    }
}

@media (max-width: 480px) {
    .account-menu {
        max-width: 100%;
    }

    .btn-login {
        width: 100%;
        padding: 12px 14px;
        border-radius: 14px;
    }

    .account-dropdown {
        border-radius: 14px;
    }
}

    .btn-login svg {
      width: 17px;
      height: 17px;
    }

    /* ── Hamburger ── */
    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      padding: 4px;
      background: none;
      border: none;
    }

    .hamburger span {
      display: block;
      width: 24px;
      height: 2px;
      background: #333;
      border-radius: 2px;
      transition: all 0.3s;
    }

    .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .hamburger.open span:nth-child(2) { opacity: 0; }
    .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* ── Mobile menu ── */
    #mobile-menu {
      display: none;
      background: #fff;
      border-top: 1px solid #eee;
      padding: 16px 24px 20px;
      flex-direction: column;
      gap: 4px;
    }

    #mobile-menu a {
      text-decoration: none;
      color: #333;
      font-size: 16px;
      font-weight: 500;
      padding: 11px 8px;
      border-bottom: 1px solid #f0f0f0;
      display: block;
      transition: color 0.2s;
    }

    #mobile-menu a:last-child { border-bottom: none; }
    #mobile-menu a:hover { color: #1a9db8; }

    #mobile-menu .btn-login-mobile {
      margin-top: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      background: #1aada8;
      color: #fff;
      border-radius: 50px;
      padding: 12px 22px;
      font-weight: 600;
      border-bottom: none;
    }

    /* ── Demo content ── */
    .demo-content {
      margin-top: 114px;
      padding: 60px 40px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .demo-content h1 {
      font-size: 28px;
      color: #1a1a2e;
      margin-bottom: 12px;
    }

    .demo-content p {
      color: #666;
      font-size: 16px;
      line-height: 1.7;
    }

    /* ── Responsive ── */
    @media (max-width: 900px) {
      #main-nav { padding: 0 20px; }
      .nav-links { display: none; }
      .btn-login { display: none; }
      .hamburger { display: flex; }
      #mobile-menu.open { display: flex; }
    }

    @media (max-width: 520px) {
      .announcement-inner span { font-size: 11.5px; }
      .announcement-divider { display: none; }
      .announcement-inner { gap: 6px; flex-direction: column; }
      #announcement-bar { max-height: 60px; padding: 8px 12px; }
      #site-header.hide-bar #announcement-bar { max-height: 0; padding: 0; }
    }