.header-guest-v2 {
  position: relative;
  z-index: 1040;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.header-guest-v2 .hg2-top {
  padding: 12px 0;
}
.header-guest-v2 .hg2-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header-guest-v2 .hg2-logo {
  flex: 0 0 auto;
  line-height: 0;
}
.header-guest-v2 .hg2-logo img {
  max-height: 64px;
  width: auto;
  display: block;
}
.header-guest-v2 .hg2-right {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  flex: 1 1 auto;
}
.header-guest-v2 .hg2-contact {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}
.header-guest-v2 .hg2-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  color: #1a3a5c !important;
  text-decoration: none !important;
  border-right: 1px solid #e5e5e5;
  line-height: 1.2;
}
.header-guest-v2 .hg2-contact a:first-child {
  padding-left: 0;
}
.header-guest-v2 .hg2-contact a:last-child {
  border-right: 0;
  padding-right: 0;
}
.header-guest-v2 .hg2-contact i {
  color: #8b1e3f;
  font-size: 18px;
  width: 20px;
  text-align: center;
}
.header-guest-v2 .hg2-contact-label {
  display: block;
  font-size: 11px;
  color: #888;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.header-guest-v2 .hg2-contact-value {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1a3a5c;
  white-space: nowrap;
}
.header-guest-v2 .hg2-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.header-guest-v2 .hg2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1;
}
.header-guest-v2 .hg2-btn-login {
  color: #8b1e3f !important;
  border: 2px solid #8b1e3f;
  background: #fff;
}
.header-guest-v2 .hg2-btn-login:hover {
  background: #8b1e3f;
  color: #fff !important;
}
.header-guest-v2 .hg2-btn-register {
  color: #fff !important;
  background: #8b1e3f;
  border: 2px solid #8b1e3f;
}
.header-guest-v2 .hg2-btn-register:hover {
  background: #6e1631;
  border-color: #6e1631;
  color: #fff !important;
}
.header-guest-v2 .hg2-nav-wrap {
  background: linear-gradient(90deg, #e91e63 0%, #d53266 100%);
  width: 100%;
}
.header-guest-v2 .hg2-nav {
  padding: 0;
  width: 100%;
}
.header-guest-v2 .hg2-nav .navbar-nav {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: stretch;
  margin: 0;
}
.header-guest-v2 .hg2-nav .nav-item {
  flex: 1 1 0;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.header-guest-v2 .hg2-nav .nav-item:last-child {
  border-right: 0;
}
.header-guest-v2 .hg2-nav .nav-link {
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 8px !important;
  white-space: nowrap;
  display: block;
}
.header-guest-v2 .hg2-nav .nav-link:hover,
.header-guest-v2 .hg2-nav .nav-link:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}
.header-guest-v2 .hg2-nav .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  margin-top: 0;
  min-width: 220px;
}
.header-guest-v2 .hg2-nav .dropdown-item {
  font-size: 14px;
  font-weight: 600;
  color: #1a3a5c;
  padding: 9px 16px;
}
.header-guest-v2 .hg2-nav .dropdown-item:hover {
  background: #f5f5f5;
  color: #8b1e3f;
}
.header-guest-v2 .hg2-mobile-bar {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
}
.header-guest-v2 .hg2-burger {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  color: #1a3a5c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.header-guest-v2 .hg2-mobile-menu {
  display: none;
  background: linear-gradient(180deg, #e91e63 0%, #d53266 100%);
}
.header-guest-v2 .hg2-mobile-menu.is-open {
  display: block;
}
.header-guest-v2 .hg2-mobile-menu a {
  display: block;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 992px) {
  .header-guest-v2 .hg2-right { display: flex; }
  .header-guest-v2 .hg2-desktop-nav { display: block; }
  .header-guest-v2 .hg2-mobile-bar,
  .header-guest-v2 .hg2-mobile-menu { display: none !important; }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-guest-v2 .hg2-contact-value { font-size: 14px; }
  .header-guest-v2 .hg2-nav .nav-link { font-size: 14px; padding: 13px 4px !important; }
  .header-guest-v2 .hg2-btn { min-width: 100px; height: 40px; font-size: 14px; }
}
@media (max-width: 991px) {
  .header-guest-v2 .hg2-desktop-nav { display: none !important; }
  .header-guest-v2 .hg2-mobile-bar { display: flex; }
  .header-guest-v2 .hg2-btn { min-width: 0; height: 40px; padding: 0 14px; font-size: 14px; }
  .header-guest-v2 .hg2-logo img { max-height: 50px; }
}
