/* ============================
   LOGO — UkrSouvenir Store
   ============================ */
#logo { padding: 16px 0; }
#logo a.logo-text {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}
#logo .logo-ukr      { font-size: 30px; font-weight: 700; color: #0057b7; letter-spacing: 1px; }
#logo .logo-souvenir { font-size: 30px; font-weight: 700; color: #ffd700; letter-spacing: 1px; }
#logo .logo-store    { font-size: 14px; font-weight: 400; color: #888; letter-spacing: 3px; text-transform: uppercase; vertical-align: middle; margin-left: 4px; }
#logo a.logo-text:hover .logo-ukr      { opacity: 0.85; }
#logo a.logo-text:hover .logo-souvenir { opacity: 0.85; }

/* ============================
   HERO SECTION
   ============================ */
.mh-hero {
  background: linear-gradient(135deg, #0f0f13 0%, #13131c 60%, #0a1020 100%);
  padding: 72px 0 64px;
  text-align: center;
  border-bottom: 3px solid #0057b7;
  margin-bottom: 0;
}
.mh-hero-inner { max-width: 680px; margin: 0 auto; }
.mh-hero-tag {
  display: inline-block;
  background: rgba(0,87,183,0.12);
  border: 1px solid rgba(0,87,183,0.35);
  color: #5b9bd5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 22px;
}
.mh-hero-title {
  font-size: 52px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 0 18px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.1;
}
.mh-hero-title .accent { color: #0057b7 !important; }
.mh-hero-sub {
  color: #999;
  font-size: 17px;
  margin-bottom: 36px;
  line-height: 1.7;
  font-weight: 300;
}
.mh-hero-btn {
  background: #0057b7;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 44px;
  border-radius: 3px;
  text-decoration: none !important;
  letter-spacing: 1px;
  border: none;
  transition: background 0.2s, transform 0.1s;
  display: inline-block;
}
.mh-hero-btn:hover { background: #004499 !important; transform: translateY(-1px); color: #fff !important; }
.mh-hero-badges {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.mh-hero-badges span {
  color: #666;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.mh-hero-badges span i { color: #ffd700; margin-right: 5px; }

/* ============================
   FEATURED SECTION HEADER
   ============================ */
.mh-featured-head {
  background: #0f0f13;
  padding: 28px 0 0;
  border-bottom: 1px solid #1e1e28;
  margin-bottom: 24px;
}
.mh-section-title {
  display: inline-block;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #e8e8e8 !important;
  margin: 0 0 -1px !important;
  padding-bottom: 16px;
  border-bottom: 3px solid #0057b7;
  letter-spacing: 0.5px;
}
.mh-view-all {
  float: right;
  color: #ffd700 !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  margin-top: 6px;
  letter-spacing: 0.5px;
}
.mh-view-all:hover { color: #e6c200 !important; }
.mh-featured-head::after { content: ''; display: table; clear: both; }

@media (max-width: 768px) {
  .mh-hero { padding: 48px 0 42px; }
  .mh-hero-title { font-size: 34px !important; letter-spacing: 1px; }
  .mh-hero-sub { font-size: 15px; }
  .mh-hero-badges { gap: 16px; }
}
