.vg-header {
  position: relative;
  z-index: 100;
}

.vg-top-bar {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  padding: 8px 0;
}

.vg-top-bar-inner,
.vg-main-header-inner,
.vg-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vg-top-left,
.vg-top-right,
.vg-header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.vg-top-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.vg-top-link i {
  color: #eeab10;
  font-size: 12px;
}

.vg-top-link:hover {
  color: #fff;
}

.vg-main-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
}

.vg-main-header-inner {
  gap: 24px;
}

.vg-logo {
  flex-shrink: 0;
}

.vg-logo img {
  width: auto;
  height: 50px;
}

.vg-search-container {
  flex: 1;
  max-width: 560px;
  min-width: 320px;
  position: relative;
}

.vg-search-box {
  height: 46px;
  display: flex;
  overflow: hidden;
  background: #f8f9fa;
  border: 2px solid transparent;
  border-radius: 12px;
  transition: all 0.25s ease;
}

.vg-search-box:focus-within {
  background: #fff;
  border-color: #eeab10;
  box-shadow: 0 0 0 4px rgba(238, 171, 16, 0.1);
}

.vg-search-input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #333;
  font-size: 15px;
  padding: 0 18px;
}

.vg-search-btn {
  width: 56px;
  border: 0;
  background: #eeab10;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background 0.2s ease;
}

.vg-search-btn:hover {
  background: #d99a0a;
}

.vg-quick-keywords {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #666;
  font-size: 12px;
  padding-left: 4px;
}

.vg-quick-keywords a {
  color: #666;
  text-decoration: none;
}

.vg-quick-keywords a:hover {
  color: #eeab10;
}

.vg-search-results {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.vg-search-results-header,
.vg-search-footer {
  padding: 14px 18px;
  border-bottom: 1px solid #e5e5e5;
}

.vg-search-results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #333;
}

.vg-search-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 380px;
  overflow-y: auto;
}

.vg-search-item {
  border-bottom: 1px solid #f0f0f0;
}

.vg-search-item:last-child {
  border-bottom: 0;
}

.vg-search-link {
  display: flex;
  gap: 14px;
  padding: 14px 18px;
  color: inherit;
  text-decoration: none;
  transition: background 0.2s ease;
}

.vg-search-link:hover {
  background: #f8f9fa;
}

.vg-search-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 10px;
  flex-shrink: 0;
  background: #f4f4f4;
}

.vg-search-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vg-search-category {
  display: block;
  color: #eeab10;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.vg-search-title {
  margin: 4px 0;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.vg-search-desc {
  margin: 0;
  color: #666;
  font-size: 12px;
}

.vg-view-all {
  color: #eeab10;
  font-weight: 600;
  text-decoration: none;
}

.vg-header-actions {
  gap: 10px;
  flex-shrink: 0;
}

.vg-action-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f8f9fa;
  color: #333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.25s ease;
}

.vg-action-btn:hover {
  background: #eeab10;
  color: #fff;
}

.vg-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vg-footer {
  margin-top: 56px;
  background: #111;
  color: rgba(255, 255, 255, 0.72);
  padding-top: 60px;
}

.vg-footer-top {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vg-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
}

.vg-footer-col.vg-footer-brand {
  padding-right: 40px;
}

.vg-footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.vg-footer-logo img {
  height: 45px;
  width: auto;
  filter: brightness(0) invert(1);
}

.vg-footer-desc {
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.7;
}

.vg-footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vg-footer-social span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.vg-social-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.vg-social-link:hover {
  background: #eeab10;
  color: #fff;
  transform: translateY(-3px);
}

.vg-footer-title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.vg-footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background: #eeab10;
}

.vg-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vg-footer-links li {
  margin-bottom: 12px;
}

.vg-footer-links li:last-child {
  margin-bottom: 0;
}

.vg-footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.vg-footer-links a::before {
  content: "›";
  color: #eeab10;
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s ease;
}

.vg-footer-links a:hover {
  color: #fff;
  padding-left: 5px;
}

.vg-footer-contact .vg-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.vg-footer-contact .vg-contact-item i {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  flex-shrink: 0;
  background: rgba(238, 171, 16, 0.1);
  color: #eeab10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.vg-footer-contact .vg-contact-item span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.vg-footer-contact .vg-contact-item a,
.vg-footer-contact .vg-contact-item p {
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.vg-footer-contact .vg-contact-item a:hover {
  color: #eeab10;
}

.vg-payment-methods {
  margin-top: 25px;
}

.vg-payment-methods span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.vg-payment-methods img {
  max-width: 200px;
  width: 100%;
  opacity: 0.8;
}

.vg-footer-bottom {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.vg-footer-bottom p {
  margin: 0;
}

.vg-footer-bottom a {
  color: #eeab10;
  text-decoration: none;
}

.vg-footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .vg-footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 30px;
  }

  .vg-footer-col.vg-footer-brand {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .vg-footer {
    padding-top: 40px;
  }

  .vg-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .vg-footer-col.vg-footer-brand {
    grid-column: 1 / -1;
    padding-right: 0;
    text-align: center;
  }

  .vg-footer-col.vg-footer-brand .vg-footer-social {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .vg-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .vg-footer-title {
    margin-bottom: 20px;
  }

  .vg-footer-bottom {
    font-size: 13px;
  }
}

.vg-nav-bar {
  position: sticky;
  top: 0;
  z-index: 90;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.vg-nav-inner {
  gap: 20px;
  min-height: 64px;
}

.vg-categories-dropdown {
  position: relative;
  flex-shrink: 0;
}

.vg-categories-btn {
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: #eeab10;
  color: #fff;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
}

.vg-categories-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 280px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.vg-categories-dropdown:hover .vg-categories-menu {
  display: block;
}

.vg-categories-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vg-categories-menu a {
  display: block;
  padding: 13px 18px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
}

.vg-categories-menu a:hover {
  color: #eeab10;
  background: #fafafa;
}

.vg-main-menu {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.vg-main-menu a {
  height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s ease;
}

.vg-main-menu a:hover,
.vg-main-menu a.is-active {
  color: #eeab10;
  background: rgba(238, 171, 16, 0.08);
}

.vg-phone-link {
  padding: 10px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 1px solid #bbf7d0;
  color: #166534;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.vg-phone-link i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.vg-ssr-footer {
  background: #121212;
  color: rgba(255, 255, 255, 0.85);
  padding: 56px 0 28px;
}

.vg-ssr-footer h4,
.vg-ssr-footer h5 {
  color: #fff;
}

.vg-ssr-footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.vg-ssr-footer a:hover {
  color: #eeab10;
}

.vg-footer-brand {
  max-width: 220px;
  margin-bottom: 20px;
}

.vg-footer-copy {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

@media (max-width: 991px) {
  .vg-search-container,
  .vg-nav-bar .vg-main-menu,
  .vg-phone-link {
    display: none;
  }

  .vg-main-header-inner {
    gap: 16px;
  }

  .vg-top-bar-inner,
  .vg-main-header-inner,
  .vg-nav-inner {
    flex-wrap: wrap;
  }

  .vg-nav-inner {
    min-height: auto;
    padding: 10px 0;
  }
}

@media (max-width: 576px) {
  .vg-top-bar {
    font-size: 12px;
  }

  .vg-top-bar-inner {
    gap: 8px;
  }

  .vg-top-left,
  .vg-top-right {
    gap: 10px;
    flex-wrap: wrap;
  }

  .vg-logo img {
    height: 42px;
  }
}
