﻿/* ==========================================================================
   KILLHOUSE - CLEAN MODERN LOGO & CENTER ACTION BUTTONS
   ========================================================================== */

/* 1. Logo Styling */
.kh-logo-link {
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}

.kh-clean-logo {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.kh-clean-logo:hover {
  transform: scale(1.03);
}

.kh-clean-logo-title {
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(79, 234, 159, 0.3);
}

.kh-clean-logo-mint {
  color: #4fea9f;
  margin-left: 2px;
  text-shadow: 0 0 16px rgba(79, 234, 159, 0.7);
}

/* 2. Center Buttons Group (Menu, Store, Premium) */
.kh-menu-center-group {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.kh-header-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 15px;
  border-radius: 10px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .3px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .28);
  white-space: nowrap;
}

/* Store Button */
.kh-header-btn--store {
  background: radial-gradient(100% 100% at 50% 0, rgba(245, 158, 11, .18) 0%, rgba(180, 83, 9, .18) 100%), linear-gradient(1deg, #25252e 30%, #292932 100%);
  border: 1px solid rgba(245, 158, 11, .35);
  color: #fbbf24 !important;
}

.kh-header-btn--store i {
  font-size: 16px;
  color: #f59e0b;
}

.kh-header-btn--store:hover {
  border-color: rgba(245, 158, 11, .8);
  box-shadow: 0 4px 16px rgba(245, 158, 11, .25);
  color: #fef08a !important;
  transform: translateY(-1px);
}

/* Premium Button with HOT */
.kh-header-btn--premium {
  background: radial-gradient(100% 100% at 50% 0, rgba(236, 72, 153, .22) 0%, rgba(168, 85, 247, .22) 100%), linear-gradient(1deg, #25252e 30%, #292932 100%);
  border: 1px solid rgba(236, 72, 153, .4);
  color: #f472b6 !important;
}

.kh-header-btn--premium i {
  font-size: 16px;
  color: #ec4899;
}

.kh-header-btn--premium:hover {
  border-color: rgba(236, 72, 153, .8);
  box-shadow: 0 4px 16px rgba(236, 72, 153, .3);
  color: #fbcfe8 !important;
  transform: translateY(-1px);
}

.kh-header-badge-hot {
  font-size: 9px;
  font-weight: 900;
  padding: 1px 5px;
  border-radius: 5px;
  background: linear-gradient(135deg, #ef4444, #f43f5e);
  color: #ffffff;
  box-shadow: 0 0 8px rgba(239, 68, 68, 0.6);
  letter-spacing: 0.5px;
  line-height: 1.2;
}

/* 3. Mobile responsiveness */
@media (max-width: 991.98px) {
  .kh-menu-center-group {
    position: static;
    transform: none;
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  .kh-header-btn {
    padding: 0 10px;
    gap: 4px;
    font-size: 11.5px;
  }
  .kh-header-btn span:not(.kh-header-badge-hot) {
    display: none;
  }
}

/* 4. Store Card Image Aspect Ratio & Placement */
.moder_store_css_14 {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 240px !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.moder_store_css_15 {
  margin: -54px 10px 4px !important;
}

/* ==========================================================================
   KILLHOUSE - STYLISH UKRAINIAN SERVICE DESCRIPTIONS
   ========================================================================== */
.kh-service-desc {
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  color: #e2e8f0;
  line-height: 1.6;
}

.kh-desc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 16px;
  background: rgba(79, 234, 159, 0.12);
  border: 1px solid rgba(79, 234, 159, 0.35);
  color: #4fea9f;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.kh-theme-pro .kh-desc-badge {
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.35);
  color: #38bdf8;
}

.kh-theme-elite .kh-desc-badge {
  background: rgba(248, 113, 113, 0.12);
  border-color: rgba(248, 113, 113, 0.35);
  color: #f87171;
}

.kh-theme-prem .kh-desc-badge {
  background: rgba(251, 191, 36, 0.12);
  border-color: rgba(251, 191, 36, 0.35);
  color: #fbbf24;
}

.kh-theme-sponsor .kh-desc-badge {
  background: rgba(192, 132, 252, 0.12);
  border-color: rgba(192, 132, 252, 0.35);
  color: #c084fc;
}

.kh-desc-section {
  background: rgba(25, 26, 35, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 14px;
}

.kh-desc-section h4 {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.kh-desc-section ul {
  margin: 0;
  padding-left: 20px;
}

.kh-desc-section li {
  margin-bottom: 6px;
  font-size: 13.5px;
  color: #cbd5e1;
}

.kh-desc-section li b {
  color: #ffffff;
}

.kh-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.kh-tag-creator { background: #065f46; color: #6ee7b7; border: 1px solid #059669; }
.kh-tag-pro { background: #075985; color: #7dd3fc; border: 1px solid #0284c7; }
.kh-tag-elite { background: #881337; color: #fda4af; border: 1px solid #e11d48; }
.kh-tag-prem { background: #78350f; color: #fde68a; border: 1px solid #d97706; }
.kh-tag-spons { background: #581c87; color: #d8b4fe; border: 1px solid #9333ea; }
