﻿/* ===========================
   TICKET® — Professional Light Theme
   =========================== */

    :root {
      --red: #c0392b;
      --red-dark: #96281b;
      --white: #ffffff;
      --off-white: #f8f8f8;
      --light-gray: #f0f0f0;
      --border: #e5e5e5;
      --text: #1a1a1a;
      --text-muted: #64748b;
      --secondary: #f8fafc;
      --accent-soft: #fff1f0;
      --success: #059669;
      --success-soft: #ecfdf5;
      --warning: #d97706;
      --warning-soft: #fffbeb;
      --info: #2563eb;
      --info-soft: #eff6ff;
      --shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.04);
      --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
      --shadow-md: 0 4px 20px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
      --shadow-lg: 0 16px 48px rgba(15, 23, 42, 0.12), 0 4px 16px rgba(15, 23, 42, 0.06);
      --shadow-card: 0 2px 8px rgba(15, 23, 42, 0.06), 0 0 1px rgba(15, 23, 42, 0.08);
      --shadow-card-hover: 0 8px 32px rgba(15, 23, 42, 0.1), 0 2px 8px rgba(15, 23, 42, 0.06);
      --shadow-brand: 0 8px 24px -6px rgba(192, 57, 43, 0.4);
      --radius: 16px;
      --radius-sm: 10px;
      --radius-lg: 20px;
      --radius-xl: 24px;
      --transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
      --sidebar-w: 280px;
      --topbar-h: 60px;
      --sidebar-bg: #0f1117;
      --sidebar-fg: #9ca3af;

      /* ── Compatibility aliases (used throughout the component) ── */
      --bg:         var(--off-white);
      --surface:    var(--white);
      --surface2:   var(--secondary);
      --surface3:   var(--light-gray);
      --text2:      var(--text-muted);
      --text3:      #a0aec0;
      --red-soft:   var(--accent-soft);
      --green:      var(--success);
      --green-soft: var(--success-soft);
      --blue:       var(--info);
      --blue-soft:  var(--info-soft);
      --purple:     #6b35b0;
      --purple-soft:#f2ecfb;
      --amber:      var(--warning);
      --amber-soft: var(--warning-soft);
      --r:          var(--radius);
      --r-sm:       var(--radius-sm);
      --r-xs:       8px;
      --sh1:        var(--shadow-sm);
      --sh2:        var(--shadow-md);
      --sh3:        var(--shadow-lg);
      --tr:         var(--transition);
    }


*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "CAREEM";
  src:
    url("../fonts/CAREEM-REGULAR.DB5F2BCA26992ED25A89.otf") format("woff2"),
    url("../fonts/CAREEM-REGULAR.DB5F2BCA26992ED25A89.otf") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "CAREEM", sans-serif;
  background: var(--white);
  color: var(--text);
  direction: rtl;
  overflow-x: hidden;
}

body.lang-en {
  direction: ltr;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--light-gray);
}
::-webkit-scrollbar-thumb {
  background: var(--red);
}

/* ===== NAVBAR — Two Row Professional ===== */
#mainNav {
  background: var(--white);
  padding: 0;
  transition: var(--transition);
  z-index: 1050;
  overflow: visible;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#mainNav.scrolled {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* الحاوية — مش محتاجينها */
#mainNav .container-fluid { display: none; }

/* ── الصف الأول ── */
.nav-row-top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid var(--border);
  background: var(--white);
}

/* موبايل bar */
.nav-mobile-bar {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 16px;
  background: var(--white);
}

@media (max-width: 991px) {
  .nav-row-top, .nav-row-bottom { display: none !important; }
  .nav-mobile-bar { display: flex !important; }
}

.nav-row-inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
  gap: 4px;
  height: 100%;
}

.nav-row-bottom {
  width: 100%;
  background: linear-gradient(90deg, #a93226 0%, #c0392b 50%, #96281b 100%);
  transition: height 0.25s ease, opacity 0.2s ease;
  opacity: 1;
  height: 52px;
  overflow: visible;
  position: relative;
  z-index: 1040;
}

.nav-row-bottom .nav-row-inner {
  gap: 8px;
}

/* لما يسكرول — الصف الثاني يختفي */
#mainNav.nav-compact .nav-row-bottom {
  height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

/* تعويض الـ hero عن الـ navbar لما يصغر */
#mainNav.nav-compact ~ .hero-section,
#mainNav.nav-compact + .hero-section {
  margin-top: 60px;
}

/* موبايل */
@media (max-width: 991px) {
  .nav-row-top,
  .nav-row-bottom { display: none; }
}

/* اللوغو */
#mainNav .nav-logo {
  height: 36px;
  width: auto;
  object-fit: contain;
  margin-left: 24px;
  flex-shrink: 0;
}

/* روابط المنيو */
.nav-row-top .navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-row-top .nav-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #444;
  padding: 6px 11px;
  border-radius: 7px;
  transition: var(--transition);
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nav-row-top .nav-link i {
  font-size: 0.65rem;
  color: #999;
  transition: transform 0.2s;
}

.nav-row-top .nav-dropdown:hover .nav-link i {
  transform: rotate(180deg);
  color: var(--red);
}

.nav-row-top .nav-link:hover {
  color: var(--red);
  background: var(--accent-soft);
}

/* فاصل مرن */
.nav-spacer { flex: 1; }

/* ── Governorate Dropdown ── */
.nav-governorate-wrap {
  position: relative;
  flex-shrink: 0;
}

.nav-gov-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 0 14px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  font-family: inherit;
  height: 34px;
  min-width: 150px;
  justify-content: space-between;
}

.nav-gov-btn:hover {
  border-color: var(--red);
  color: var(--red);
  background: var(--accent-soft);
}

.nav-gov-btn.open {
  border-color: var(--red);
  color: var(--red);
  background: var(--accent-soft);
}

.nav-gov-btn .fa-map-marker-alt {
  color: var(--red);
  font-size: 0.78rem;
  flex-shrink: 0;
}

.nav-gov-btn .fa-chevron-down {
  font-size: 0.6rem;
  color: #aaa;
  transition: transform 0.2s;
  flex-shrink: 0;
}

.nav-gov-btn.open .fa-chevron-down { transform: rotate(180deg); color: var(--red); }

.nav-gov-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 100%;
  background: #fff;
  border: 2px solid var(--red);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  padding: 4px 0;
  max-height: 220px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--red) #f5f5f5;
  animation: csDropIn 0.18s ease;
}

.nav-gov-dropdown::-webkit-scrollbar { width: 4px; }
.nav-gov-dropdown::-webkit-scrollbar-track { background: #f5f5f5; border-radius: 4px; }
.nav-gov-dropdown::-webkit-scrollbar-thumb { background: var(--red); border-radius: 4px; }

.nav-gov-dropdown.open { display: block; }

.nav-gov-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  padding: 7px 14px;
  font-size: 0.79rem;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
}

.nav-gov-option:hover { background: #fef2f2; color: var(--red); }

.nav-gov-option.active {
  background: #fef2f2;
  color: var(--red);
  font-weight: 700;
}

.nav-gov-option.active::after {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--red);
  font-size: 0.72rem;
}

.nav-gov-option i { color: #bbb; font-size: 0.72rem; width: 13px; text-align: center; flex-shrink: 0; }
.nav-gov-option.active i { color: var(--red); }

/* فاصل عمودي بين عناصر الصف الأول */
.nav-vdivider {
  width: 1px;
  height: 20px;
  background: var(--border);
  flex-shrink: 0;
  margin: 0 8px;
}

/* زر اللغة */
#mainNav .btn-lang {
  height: 34px;
  padding: 0 13px;
  font-size: 0.79rem;
  font-weight: 700;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  color: #666;
  cursor: pointer;
  transition: var(--transition);
  font-family: inherit;
  flex-shrink: 0;
}

#mainNav .btn-lang:hover { border-color: var(--red); color: var(--red); }

/* زر دخول */
#mainNav .btn-red {
  height: 34px;
  padding: 0 16px;
  font-size: 0.83rem;
  font-weight: 700;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  color: #fff !important/;
}

/* ── الصف الثاني: Search + Filters ── */

.nav-search-bar {
  position: relative;
  flex: 1;
  min-width: 0;
}

.nav-search-icon {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.6);
  font-size: 0.82rem;
  pointer-events: none;
}

.nav-search-input {
  width: 100%;
  height: 36px;
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  padding: 0 36px 0 14px;
  font-size: 0.84rem;
  font-family: inherit;
  color: #fff;
  background: rgba(255,255,255,0.12);
  transition: var(--transition);
  outline: none;
}

.nav-search-input::placeholder { color: rgba(255,255,255,0.55); }

.nav-search-input:focus {
  border-color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* فاصل عمودي */
.nav-filter-divider {
  width: 1px;
  height: 22px;
  background: rgba(255,255,255,0.25);
  flex-shrink: 0;
}

/* الفلاتر — Custom Select */
.nav-custom-select {
  position: relative;
  flex-shrink: 0;
}

.nav-cs-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 14px;
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.35);
  border-radius: 8px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  min-width: 120px;
  justify-content: space-between;
}

.nav-cs-btn:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.7); }
.nav-custom-select.open .nav-cs-btn { background: #fff; border-color: #fff; color: var(--red); }

.nav-cs-arrow {
  font-size: 0.6rem;
  transition: transform 0.2s ease;
  opacity: 0.8;
}
.nav-custom-select.open .nav-cs-arrow { transform: rotate(180deg); opacity: 1; }

.nav-cs-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  background: #fff;
  border: 2px solid var(--red);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  overflow: hidden;
  padding: 6px 0;
}

.nav-custom-select.open .nav-cs-dropdown {
  display: block;
  animation: csDropIn 0.18s ease;
}

@keyframes csDropIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.nav-cs-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: background 0.15s;
}

.nav-cs-option:hover { background: #fef2f2; color: var(--red); }

.nav-cs-option.active {
  background: #fef2f2;
  color: var(--red);
  font-weight: 700;
}

.nav-cs-option.active::after {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--red);
  font-size: 0.75rem;
}

/* زر البحث — أبيض مع نص أحمر */
.nav-search-btn {
  height: 36px;
  padding: 0 22px;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 8px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  background: #fff;
  border: none;
  color: var(--red);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: var(--transition);
  font-family: inherit;
}

.nav-search-btn:hover {
  background: #f5f5f5;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.logo-text {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--text);
  letter-spacing: -0.5px;
}

.logo-text sup {
  color: var(--red);
  font-size: 0.55em;
}

ul{
  padding: 0;
}

.nav-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
}

/* Nav Dropdown */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  cursor: pointer;
}
.nav-dropdown-toggle .fa-chevron-down {
  transition: var(--transition);
  font-size: 0.7rem;
}
.nav-dropdown:hover .fa-chevron-down {
  transform: rotate(180deg);
}

/* Mega Menu */
.mega-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 720px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  overflow: hidden;
}

.nav-dropdown:hover .mega-menu {
  display: block;
}
/* controlled by JS */

.mega-menu-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  padding: 24px;
}

.mega-col {
  padding: 0 20px;
  border-right: 1px solid var(--border);
}

.mega-col:last-child {
  border-right: none;
}

.mega-col-title {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.mega-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 8px;
  border-radius: 8px;
  text-decoration: none;
  transition: var(--transition);
  margin-bottom: 2px;
}

.mega-item:hover {
  background: var(--off-white);
}

.mega-item-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.mega-item strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1px;
}

.mega-item p {
  font-size: 0.71rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.3;
}

.mega-footer {
  border-top: 1px solid var(--border);
  padding: 12px 24px;
  background: var(--off-white);
}

.mega-footer-link {
  font-size: 0.83rem;
  font-weight: 700;
  color: var(--red);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.mega-footer-link:hover {
  gap: 12px;
}

#mainNav .navbar-collapse {
  flex-grow: 0 !important;
  flex-basis: auto !important;
}

/* Search Box */
.nav-search {
  flex: 1;
  /* max-width: 480px; */
  margin: 0 24px;
}

.search-box {
  display: flex;
  align-items: center;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 6px 6px 6px 16px;
  gap: 8px;
  transition: var(--transition);
}

.search-box:focus-within {
  border-color: var(--red);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.search-box input {
  border: none;
  background: transparent;
  outline: none;
  font-family: "Cairo", sans-serif;
  font-size: 0.85rem;
  color: var(--text);
  flex: 1;
  min-width: 0;
}

.search-box input::placeholder {
  color: #aaa;
}

.search-icon,
.location-icon {
  color: #aaa;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.search-divider {
  width: 1px;
  height: 18px;
  background: var(--border);
  flex-shrink: 0;
}

.location-input {
  max-width: 100px;
}

/* Location Dropdown */
.nav-search {
  position: relative;
  min-width: 0;
}

.nav-search .search-box {
  width: 100%;
}

.search-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 360px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  z-index: 999;
  padding: 16px 0 8px;
}

.search-dropdown.open {
  display: block;
}

.search-section-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-muted);
  padding: 0 16px 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.search-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px 12px;
}

.search-cat {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  color: var(--text);
}

.search-cat i {
  color: var(--red);
  font-size: 0.8rem;
}
.search-cat:hover {
  background: #fef2f1;
  border-color: rgba(192, 57, 43, 0.3);
}

.search-popular-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  cursor: pointer;
  transition: var(--transition);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
}

.search-popular-item i {
  color: var(--red);
  font-size: 0.85rem;
}
.search-popular-item:hover {
  background: var(--off-white);
}

.search-result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  cursor: pointer;
  transition: var(--transition);
  font-size: 0.88rem;
  color: var(--text);
}

.search-result-item i {
  color: var(--text-muted);
}
.search-result-item:hover {
  background: var(--off-white);
}

.location-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  z-index: 999;
  padding: 8px 0;
  min-width: 280px;
}

.location-dropdown.open {
  display: block;
}

.location-option {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  cursor: pointer;
  transition: var(--transition);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
}

.location-option:hover {
  background: var(--off-white);
}

.loc-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #eef0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5af0;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.loc-icon-wrap.loc-recent {
  background: var(--off-white);
  color: var(--text-muted);
}

.loc-divider {
  border-color: var(--border);
  margin: 4px 0;
}

.search-btn {
  background: var(--red);
  color: var(--white);
  border: none;
  border-radius: 50px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  cursor: pointer;
  transition: var(--transition);
  flex-shrink: 0;
}

.search-btn:hover {
  background: var(--red-dark);
}

.nav-link {
  color: var(--text-muted) !important;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 10px !important;
  border-radius: 6px;
  transition: var(--transition);
  white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
  color: var(--text) !important;
  background: var(--light-gray);
}

.btn-lang {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  transition: var(--transition);
  cursor: pointer;
  white-space: nowrap;
}

.btn-lang:hover {
  border-color: var(--red);
  color: var(--red);
}

.btn-red {
  background: var(--red);
  color: var(--white) !important;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  padding: 8px 18px;
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

.btn-red:hover {
  background: var(--red-dark);
}

.btn-outline-red {
  background: transparent;
  color: var(--text) !important;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 8px 18px;
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
}

.btn-outline-red:hover {
  border-color: var(--red);
  color: var(--red) !important;
}

.navbar-toggler {
  border-color: var(--border);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231a1a1a' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



.hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  align-items: center;
  transform: scale(1.05);
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: scale(1);
}

/* Enhanced slide transition animations */
.hero-slide.slide-out-left {
  transform: translateX(-100%) scale(0.95);
  opacity: 0;
}

.hero-slide.slide-out-right {
  transform: translateX(100%) scale(0.95);
  opacity: 0;
}

.hero-slide.slide-in-left {
  transform: translateX(-100%) scale(1.05);
  opacity: 0;
}

.hero-slide.slide-in-right {
  transform: translateX(100%) scale(1.05);
  opacity: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(192, 57, 43, 0.95) 0%, /* خلفية حمراء قوية جداً */
    rgba(192, 57, 43, 0.9) 50%,
    rgba(192, 57, 43, 0.95) 100%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  color: var(--white);
}

.hero-content .badge-tag {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.3s;
}

.hero-content .hero-title {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease 0.5s;
}

.hero-content .hero-subtitle {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.7s;
}

.hero-content .btn-hero {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.9s;
}

.hero-slide.active .hero-content .badge-tag,
.hero-slide.active .hero-content .hero-title,
.hero-slide.active .hero-content .hero-subtitle,
.hero-slide.active .hero-content .btn-hero {
  opacity: 1;
  transform: translateY(0);
}

.badge-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15); /* خلفية شفافة خفيفة */
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: var(--white); /* نص أبيض */
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.2rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 20px;
  text-shadow: none;
}

.hero-title-highlight {
  background: linear-gradient(135deg, #ff6b6b, #feca57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  color:#fff  !important;
}

.hero-title-highlight::after {
  display: none;
}

.hero-subtitle {
  font-size: 1.2rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95); /* نص أبيض أكثر وضوحاً */
  margin-bottom: 30px;
  max-width: 600px;
  text-shadow: none;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--red), #e74c3c);
  color: var(--white) !important;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 32px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.btn-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.6s ease;
}

.btn-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.btn-hero:hover::before {
  left: 100%;
}



/* Stats Bar */
.hero-stats-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  z-index: 10;
}

.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
  color: var(--white);
}

.stat-num {
  font-size: 2.2rem;
  font-weight: 900;
  color: #feca57;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(254, 202, 87, 0.3);
  transition: all 0.3s ease;
}

.stat-num.counting {
  color: #ff6b6b;
  transform: scale(1.05);
}

.stat-num.completed {
  animation: statPulse 0.5s ease;
}

@keyframes statPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.stat-suffix {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
}

.stat-item p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 5px 0 0 0;
  font-weight: 600;
}

.stat-item.animated {
  animation: statSlideIn 0.6s ease forwards;
}

@keyframes statSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stat-divider {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
}



@media (max-width: 992px) {
  .hero-section {
    height: 55vh;
  }

  .hero-content {
    text-align: center;
    padding: 0 20px;
  }

  .hero-title {
    font-size: clamp(2rem, 8vw, 3.5rem);
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .slider-arrow {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }

  .slider-prev {
    right: 20px;
  }

  .slider-next {
    left: 20px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 50vh;
    margin-top: 60px;
  }

  .hero-slide {
    background-attachment: scroll;
  }

  .hero-title {
    font-size: clamp(1.8rem, 10vw, 2.8rem);
    margin-bottom: 16px;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .btn-hero {
    padding: 14px 28px;
    font-size: 0.95rem;
  }

  .hero-stats {
    gap: 20px;
    padding: 0 20px;
  }

  .stat-item {
    min-width: 80px;
  }

  .stat-num {
    font-size: 1.8rem;
  }

  .stat-divider {
    height: 40px;
  }

  .slider-dots {
    bottom: 100px;
  }
}

@media (max-width: 576px) {
  .hero-content {
    padding: 0 15px;
  }

  .hero-title {
    font-size: clamp(1.5rem, 12vw, 2.2rem);
  }

  .hero-subtitle {
    font-size: 0.9rem;
  }

  .btn-hero {
    padding: 12px 24px;
    font-size: 0.9rem;
  }

  .hero-stats {
    flex-direction: column;
    gap: 15px;
  }

  .stat-divider {
    width: 60px;
    height: 1px;
  }

  .slider-arrow {
    width: 45px;
    height: 45px;
  }

  .slider-prev {
    right: 15px;
  }

  .slider-next {
    left: 15px;
  }
}

.hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #1a0808;
  opacity: 0;
  transition: opacity 0.9s ease;
  display: flex;
  align-items: center;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.65) 60%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.hero-content .badge-tag {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.5s ease 0.2s,
    transform 0.5s ease 0.2s;
}

.hero-content .hero-title {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease 0.4s,
    transform 0.5s ease 0.4s;
}

.hero-content .btn-hero {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.5s ease 0.6s,
    transform 0.5s ease 0.6s;
}

.hero-slide.active .hero-content .badge-tag,
.hero-slide.active .hero-content .hero-title,
.hero-slide.active .hero-content .btn-hero {
  opacity: 1;
  transform: translateY(0);
}

.hero-title {
  font-size: clamp(3rem, 5.5vw, 2rem);
  font-weight: 200;
  line-height: 1.5;
  color: var(--white);
  margin: 14px 0 24px;
  letter-spacing: 1px;
}

.hero-title-highlight {
  background: none;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  padding: 0;
  border-radius: 0;
  display: inline;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: 0;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}

.badge-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
}

.btn-hero {
  background: var(--white);
  color: var(--text) !important;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 32px;
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
}

.btn-hero:hover {
  background: var(--off-white);
  transform: translateY(-2px);
}

/* Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  font-size: 0.9rem;
}

.slider-arrow:hover {
  background: var(--red);
  border-color: var(--red);
}

.slider-prev {
  right: 20px;
}
.slider-next {
  left: 20px;
}

/* Dots */
.slider-dots {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: var(--transition);
}

.dot.active {
  background: var(--white);
  width: 24px;
  border-radius: 4px;
}

/* Stats Bar */
.hero-stats-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  padding: 14px 0;
  z-index: 10;
}

.stat-item {
  text-align: center;
}
.stat-num {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--red);
}
.stat-suffix {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
}
.stat-item p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.stat-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  align-self: stretch;
}

/* ===== SECTION HEADER ===== */
.section-tag {
  display: inline-block;
  background: #fef2f1;
  border: 1px solid rgba(192, 57, 43, 0.2);
  color: var(--red);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
  font-weight: 900;
  color: var(--text);
}

.section-header p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-top: 6px;
}

/* ===== SERVICES ===== */
.services-section {
  background: var(--off-white);
}

.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 22px;
  height: 100%;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: transparent;
}

.service-card:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.service-icon {
  width: 50px;
  height: 50px;
  background: #fef2f1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--red);
  margin-bottom: 16px;
  transition: var(--transition);
}

.service-card:hover .service-icon {
  background: var(--red);
  color: var(--white);
}

.service-card h5 {
  font-weight: 700;
  font-size: 0.97rem;
  margin-bottom: 8px;
  color: var(--text);
}
.service-card p {
  color: var(--text-muted);
  font-size: 0.83rem;
  line-height: 1.75;
  margin: 0;
}

/* ===== HOW IT WORKS ===== */
.how-section {
  background: var(--white);
}

.how-card {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 24px;
  transition: var(--transition);
}

.how-card:hover,
.how-card.active {
  background: var(--white);
  border-color: var(--red);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.how-num {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--border);
  line-height: 1;
  margin-bottom: 10px;
}

.how-card:hover .how-num,
.how-card.active .how-num {
  color: rgba(192, 57, 43, 0.2);
}

.how-icon {
  font-size: 1.8rem;
  color: var(--red);
  margin-bottom: 14px;
}

.how-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text);
}
.how-card p {
  color: var(--text-muted);
  font-size: 0.83rem;
  line-height: 1.75;
  margin: 0;
}

/* ===== FEATURES ===== */
.features-section {
  background: var(--off-white);
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: var(--transition);
}

.feature-item:hover {
  border-color: rgba(192, 57, 43, 0.25);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  width: 42px;
  height: 42px;
  background: #fef2f1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  font-size: 1rem;
  flex-shrink: 0;
  transition: var(--transition);
}

.feature-item:hover .feature-icon {
  background: var(--red);
  color: var(--white);
}

.feature-item h6 {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 0.93rem;
  color: var(--text);
}
.feature-item p {
  color: var(--text-muted);
  font-size: 0.81rem;
  line-height: 1.65;
  margin: 0;
}

/* Features Visual */
.features-visual {
  width: 300px;
  height: 300px;
  position: relative;
}

.fv-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.fv-card {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  animation: floatCard 3.5s ease-in-out infinite;
}

.fv-card i {
  color: var(--red);
  font-size: 1rem;
}

.fv-card-1 {
  top: 8%;
  left: -15%;
  animation-delay: 0s;
}
.fv-card-2 {
  top: 8%;
  right: -15%;
  animation-delay: 1s;
}
.fv-card-3 {
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 2s;
}

/* ===== CTA ===== */
.cta-section {
  background: var(--white);
}

.cta-box {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 64px 40px;
}

.cta-box h2 {
  font-size: 2rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 10px;
}
.cta-box p {
  color: var(--text-muted);
  font-size: 0.97rem;
}

/* ===== PARTNERS ===== */
.partners-section {
  padding: 48px 0;
  background: #f8f9fb;
  border-top: 1px solid var(--border);
  overflow: hidden;
}

.partners-header {
  text-align: center;
  margin-bottom: 36px;
}

.partners-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text);
  margin: 0 0 8px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.partners-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: var(--red);
  border-radius: 2px;
}

.partners-sub {
  font-size: 0.84rem;
  color: var(--text-muted);
  margin: 0;
}

.partners-track-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.partners-track {
  display: flex;
  gap: 14px;
  width: max-content;
  padding: 4px 0;
}

.partners-track:hover { animation-play-state: paused; }

/* الصف الأول — يمشي لليسار */
.partners-track-right {
  animation: scrollToLeft 35s linear infinite;
}

/* الصف الثاني — يمشي لليمين */
.partners-track-left {
  animation: scrollToRight 35s linear infinite;
}

@keyframes scrollToLeft {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scrollToRight {
  0%   { transform: translateX(var(--start, -50%)); }
  100% { transform: translateX(0); }
}

.partner-logo {
  position: relative;
  min-width: 160px;
  height: 100px;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transition: var(--transition);
}

.partner-logo:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.18); }

.partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.partner-logo:hover img { transform: scale(1.08); }

/* overlay داكن */
.partner-logo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.65));
}

.partner-logo span {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
  white-space: nowrap;
  padding: 0 8px;
}

/* ===== FOOTER ===== */
  background: var(--off-white);
  border-top: 1px solid var(--border);
}

.footer-brand .logo-text {
  font-size: 1.6rem;
}
.footer-brand p {
  color: var(--text-muted);
  font-size: 0.83rem;
  line-height: 1.75;
  margin-top: 10px;
}

.social-links {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.social-links a {
  width: 34px;
  height: 34px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.85rem;
  transition: var(--transition);
  text-decoration: none;
}

.social-links a:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.footer h6 {
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--text);
  font-size: 0.9rem;
}

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

.footer-links li {
  margin-bottom: 9px;
  color: var(--text-muted);
  font-size: 0.83rem;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.footer-links a:hover {
  color: var(--red);
}

.footer-hr {
  border-color: var(--border);
  margin-top: 32px;
}
.footer-copy {
  color: var(--text-muted);
  font-size: 0.8rem;
}

/* ===== REVEAL ANIMATION ===== */
.service-card,
.how-card,
.feature-item {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.service-card.revealed,
.how-card.revealed,
.feature-item.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE - HERO SECTION ===== */
@media (max-width: 1200px) {
  .hero-visual {
    height: 500px;
  }

  .hero-card {
    width: 240px;
    padding: 16px;
  }

  .stats-wrapper {
    gap: 40px;
  }
}

@media (max-width: 992px) {
  .hero-section {
    min-height: 90vh;
    text-align: center;
  }

  .hero-title {
    font-size: clamp(2rem, 8vw, 3.5rem);
  }

  .hero-visual {
    height: 400px;
    margin-top: 40px;
  }

  .hero-card {
    width: 220px;
    padding: 14px;
  }

  .hero-card-1 {
    top: 5%;
    right: 5%;
  }

  .hero-card-2 {
    top: 40%;
    right: 20%;
  }

  .hero-card-3 {
    bottom: 10%;
    right: 0%;
  }

  .stats-wrapper {
    gap: 30px;
  }

  .stat-item-enhanced {
    padding: 12px 16px;
  }

  .stat-num {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 60vh;
    margin-top: 60px;
  }

  .hero-title {
    font-size: clamp(1.8rem, 10vw, 2.8rem);
    margin-bottom: 16px;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
  }

  .btn-hero {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 14px 24px;
  }

  .hero-trust {
    justify-content: center;
    gap: 16px;
  }

  .trust-item {
    font-size: 0.8rem;
  }

  .hero-visual {
    display: none;
  }

  .hero-stats-enhanced {
    padding: 24px 0;
  }

  .stats-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .stat-item-enhanced {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    justify-content: center;
  }

  .scroll-indicator {
    bottom: 100px;
  }
}

@media (max-width: 576px) {
  .hero-section {
    height: 60vh !important;
  }

  .hero-badge {
    padding: 6px 16px;
  }

  .badge-text {
    font-size: 0.8rem;
  }

  .hero-title {
    font-size: clamp(1.5rem, 12vw, 2.2rem);
  }

  .hero-subtitle {
    font-size: 0.9rem;
  }

  .btn-hero {
    padding: 12px 20px;
    font-size: 0.9rem;
  }

  .trust-item {
    font-size: 0.75rem;
  }

  .trust-icon {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }

  .stat-item-enhanced {
    padding: 10px 14px;
    gap: 12px;
  }

  .stat-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .stat-num {
    font-size: 1.4rem;
  }

  .stat-label {
    font-size: 0.8rem;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero-section {
    height: 75svh;
    margin-top: 60px;
  }

  .hero-content {
    padding: 0 20px;
    text-align: center;
  }

  .hero-title {
    font-size: 1.8rem;
    margin: 10px 0 16px;
  }

  .hero-title-highlight {
    font-size: 1.8rem;
    padding: 4px 12px;
    align-self: center;
  }

  .badge-tag {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  .btn-hero {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  .slider-prev {
    right: 10px;
  }
  .slider-next {
    left: 10px;
  }

  .slider-dots {
    bottom: 80px;
  }

  .hero-stats-bar {
    padding: 10px 0;
  }
  .hero-stats {
    gap: 12px;
    justify-content: center;
  }

  .stat-item {
    min-width: 75px;
    padding: 12px 14px;
  }
  .stat-num {
    font-size: 1.4rem;
  }
  .cta-box {
    padding: 40px 20px;
  }
  .features-visual {
    display: none;
  }
}

/* ===== MOBILE SIDEBAR ===== */
.sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1100;
}

.sidebar-overlay.open {
  display: block;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: var(--white);
  z-index: 1200;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.mobile-sidebar.open {
  right: 0;
}

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
}

.sidebar-close {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: var(--text-muted);
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  transition: var(--transition);
}

.sidebar-close:hover {
  background: var(--light-gray);
  color: var(--text);
}

.sidebar-nav {
  list-style: none;
  padding: 12px 0;
  margin: 0;
  flex: 1;
  overflow-y: auto;
}

.sidebar-nav li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 20px;
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--transition);
  border-right: 3px solid transparent;
}

.sidebar-nav li a:hover {
  background: var(--off-white);
  border-right-color: var(--red);
  color: var(--red);
}

.sidebar-nav li a i {
  color: var(--red);
  width: 18px;
  text-align: center;
}

.sidebar-footer {
  padding: 16px 20px;
  border-top: 1px solid var(--border);
}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px !important;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== EVENTS SECTION ===== */
.events-section {
  background: var(--white);
  padding: 10px 0;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}

.btn-view-all {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--red);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}

.btn-view-all:hover {
  gap: 10px;
}

/* Filter */
.events-filter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 7px 20px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--text-muted);
  font-size: 0.83rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  font-family: "Cairo", sans-serif;
}

.filter-btn:hover {
  border-color: var(--red);
  color: var(--red);
}
.filter-btn.active {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

/* Event Card */
.event-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  height: 300px;
  cursor: pointer;
  transition: var(--transition);
}

.event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.event-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.event-card:hover .event-img {
  transform: scale(1.05);
}

.event-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    transparent 100%
  );
}

.event-cat-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--red);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  z-index: 2;
}

.event-save {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  cursor: pointer;
  transition: var(--transition);
  font-size: 0.85rem;
  z-index: 2;
}

.event-save:hover,
.event-save.saved {
  background: var(--red);
  border-color: var(--red);
}

.event-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
}

.event-meta {
  display: flex;
  gap: 12px;
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.event-meta i {
  margin-left: 3px;
}

.event-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.4;
}

.event-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-price {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.btn-book {
  background: var(--white);
  color: var(--text) !important;
  padding: 6px 18px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition);
}

.btn-book:hover {
  background: var(--red);
  color: var(--white) !important;
}

.event-card-wrap.hidden {
  display: none;
}

/* ===== SERVICES SECTION ===== */
.services-section {
  background: var(--white);
}

.srv-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: var(--transition);
}

.srv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.srv-card:hover .event-img {
  transform: scale(1.05);
}

.srv-card-lg {
  height: 420px;
}
.srv-card-sm {
  height: 200px;
}
.srv-card-wide {
  height: 110px;
}

.srv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.2) 60%,
    transparent 100%
  );
  transition: var(--transition);
}

.srv-card-wide .srv-overlay {
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

.srv-card:hover .srv-overlay {
  background: linear-gradient(
    to top,
    rgba(192, 57, 43, 0.75) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}
.srv-card-wide:hover .srv-overlay {
  background: rgba(192, 57, 43, 0.8);
}

.srv-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
  color: var(--white);
}

.srv-card-wide .srv-body {
  top: 0;
  display: flex;
  align-items: center;
}

.srv-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 10px;
  transition: var(--transition);
}

.srv-card:hover .srv-icon {
  background: var(--red);
}

.srv-body h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.srv-body h5 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.srv-body p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}

.srv-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: var(--transition);
}

.srv-btn:hover {
  color: var(--white);
  gap: 10px;
}

.srv-btn-wide {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--text) !important;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: var(--transition);
  flex-shrink: 0;
}

.srv-btn-wide:hover {
  background: var(--off-white);
}

/* srv-card-wide fix */
.srv-card-wide {
  height: 250px !important;
}
.srv-card-wide .srv-overlay {
  background: rgba(10, 10, 10, 0.82) !important;
}
.srv-card-wide .srv-body {
  top: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  padding: 0 28px !important;
}
.srv-card-wide .srv-icon {
  margin-bottom: 0 !important;
  flex-shrink: 0;
}
.srv-card-wide h4 {
  font-size: 1.05rem !important;
  margin-bottom: 4px !important;
}
.srv-card-wide p {
  font-size: 0.78rem !important;
  margin: 0 !important;
}

/* ===== HOW IT WORKS ===== */
.how-section {
  background: var(--off-white);
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.how-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
  position: relative;
}

.how-step-icon {
  width: 72px;
  height: 72px;
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--text-muted);
  position: relative;
  z-index: 2;
  transition: var(--transition);
  margin-bottom: 20px;
}

.how-step-icon.active,
.how-step:hover .how-step-icon {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.how-step-num {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  background: var(--red);
  color: var(--white);
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-step-icon.active .how-step-num {
  background: var(--white);
  color: var(--red);
}

.how-step-line {
  position: absolute;
  top: 36px;
  right: calc(50% + 36px);
  left: calc(-50% + 36px);
  height: 2px;
  background: var(--border);
  z-index: 1;
}

.how-step:first-child .how-step-line {
  display: none;
}
.how-step-line-last {
  display: none;
}

.how-step-body h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}

.how-step-body p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 768px) {
  .how-steps {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .how-step-line {
    display: none;
  }
}

/* ===== HOW IT WORKS REDESIGN ===== */
.how-section {
  padding: 0;
}

.how-bg {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a0505 50%, #0f0f0f 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.how-bg::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(192, 57, 43, 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.section-tag-light {
  display: inline-block;
  background: rgba(192, 57, 43, 0.2);
  border: 1px solid rgba(192, 57, 43, 0.4);
  color: #e87c6e;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
}

.how-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
}

.how-sub {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.95rem;
}

.how-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}

.how-step-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px 22px;
  position: relative;
  transition: var(--transition);
  overflow: hidden;
}

.how-step-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.how-step-card:hover,
.how-step-card-active {
  background: rgba(192, 57, 43, 0.1);
  border-color: rgba(192, 57, 43, 0.3);
  transform: translateY(-4px);
}

.how-step-card:hover::before,
.how-step-card-active::before {
  transform: scaleX(1);
}

.how-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.how-step-badge {
  font-size: 0.7rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
}

.how-step-card-active .how-step-badge {
  color: var(--red);
}

.how-step-ico {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  transition: var(--transition);
}

.how-step-card:hover .how-step-ico,
.how-step-card-active .how-step-ico {
  background: var(--red);
  color: var(--white);
}

.how-step-card h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}

.how-step-card p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-bottom: 20px;
}

.how-arrow {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.75rem;
  transition: var(--transition);
}

.how-step-card:hover .how-arrow {
  background: var(--red);
  color: var(--white);
}
.how-arrow-last {
  background: rgba(192, 57, 43, 0.2);
  color: var(--red);
}

@media (max-width: 768px) {
  .how-steps-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .how-bg {
    padding: 60px 0;
  }
}

/* connecting line between how steps */
.how-steps-grid::before {
  display: none;
}

.how-step-card {
  z-index: 1;
  position: relative;
}

.how-step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 52px;
  left: -11px;
  width: 22px;
  height: 2px;
  background: rgba(192, 57, 43, 0.6);
  z-index: 3;
}

/* fix RTL order for how steps */
.how-steps-grid {
  direction: rtl;
  gap: 12px;
}

.how-step-card {
  direction: rtl;
}

.how-step-card:not(:last-child)::after {
  width: 13px;
  left: -13px;
}

/* ===== HOW IT WORKS - NEW DESIGN ===== */
.how-section {
  background: var(--white);
}

.timeline-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}

.timeline-wrap::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 56px;
  left: 56px;
  height: 2px;
  background: var(--border);
  z-index: 0;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.tl-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--text-muted);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: var(--transition);
  margin-bottom: 20px;
}

.tl-active .tl-icon {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.timeline-item:hover .tl-icon {
  border-color: var(--red);
  color: var(--red);
}

.tl-content {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
  width: 100%;
  transition: var(--transition);
}

.tl-active .tl-content {
  background: #fff5f4;
  border-color: rgba(192, 57, 43, 0.25);
}

.timeline-item:hover .tl-content {
  border-color: rgba(192, 57, 43, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.tl-num {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--text-muted);
  letter-spacing: 1px;
  display: block;
  margin-bottom: 4px;
}

.tl-active .tl-num {
  color: var(--red);
}

.tl-content h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}

.tl-content p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .timeline-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .timeline-wrap::before {
    display: none;
  }
}

/* services layout fix */
.srv-card-sm {
  height: 100% !important;
  min-height: 250px;
}
.col-lg-6 .row.h-100 > [class*="col"] {
  display: flex;
}
.col-lg-6 .row.h-100 > [class*="col"] .srv-card {
  width: 100%;
}
.srv-card-lg {
  height: 100% !important;
  min-height: 250px;
}

.filter-btn i {
  margin-left: 5px;
  font-size: 0.85rem;
}

/* ===== FEATURES REDESIGN ===== */
.features-section {
  background: var(--off-white);
}

.feat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.feat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

.feat-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 18px;
  transition: var(--transition);
}

.feat-card h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}

.feat-card p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}

.feat-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
  border-radius: 0 0 16px 16px;
}

.feat-card:hover .feat-line {
  transform: scaleX(1);
}

/* ===== FEATURES NEW ===== */
.features-section {
  padding: 0;
}

.features-bg {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a0505 50%, #0f0f0f 100%);
  padding: 80px 0;
}

.feat-intro {
  padding: 0 40px 0 0;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.feat-main-title {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 16px;
}

.feat-main-sub {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
  margin-bottom: 32px;
}

.feat-stats {
  display: flex;
  gap: 24px;
}

.feat-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.feat-stat-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--red);
}

.feat-stat span:last-child {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  padding-right: 32px;
}

.feat-card-new {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: var(--transition);
  cursor: default;
}

.feat-card-new:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.feat-icon-new {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: var(--transition);
}

.feat-card-new h6 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.feat-card-new p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .feat-intro {
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0 0 32px 0;
    margin-bottom: 32px;
  }
  .feat-grid {
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .feat-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== CTA NEW ===== */
.cta-section {
  padding: 0;
}

.cta-bg {
  background-size: cover;
  background-position: center;
  padding: 30px 0;
  position: relative;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.cta-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}

.cta-sub {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  max-width: 500px;
}

.cta-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white) !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
}

.cta-btn-outline:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.cta-stats-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 220px;
}

.cta-stat {
  text-align: center;
}

.cta-stat-num {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  margin-bottom: 4px;
}

.cta-stat span:last-child {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}

.cta-stat-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

/* CTA stats row */
.cta-stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.cta-stat-item {
  text-align: center;
}

.cta-stat-item .cta-stat-num {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  margin-bottom: 4px;
}

.cta-stat-item span:last-child {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
}

.cta-stat-sep {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
}

.cta-sub {
  max-width: 520px;
}

/* ===== FOOTER NEW ===== */
.footer {
  background: #0f0f0f;
}

.footer-top {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.footer-desc {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.8;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  text-decoration: none;
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.footer-heading {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}

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

.footer-list li {
  margin-bottom: 10px;
}

.footer-list a {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: var(--transition);
}

.footer-list a:hover {
  color: var(--white);
  padding-right: 4px;
}

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

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 12px;
}

.footer-contact i {
  color: var(--red);
  font-size: 0.85rem;
  flex-shrink: 0;
}

.footer-bottom {
  padding: 18px 0;
  background: rgba(0, 0, 0, 0.3);
}

.footer-bottom small {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.78rem;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: var(--transition);
}

.footer-bottom-links a:hover {
  color: var(--white);
}

/* footer fixes */
.footer-logo {
  height: 55px !important;
  filter: brightness(0) invert(1);
}
.footer-top {
  padding: 70px 0 50px !important;
}
.footer-heading {
  color: rgba(255, 255, 255, 0.9) !important;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 20px !important;
}
.footer-list a {
  color: rgba(255, 255, 255, 0.5) !important;
}
.footer-list a:hover {
  color: var(--red) !important;
  padding-right: 6px;
}
.footer-contact li {
  color: rgba(255, 255, 255, 0.5) !important;
}
.footer-desc {
  color: rgba(255, 255, 255, 0.4) !important;
  max-width: 280px;
}

.btn-outline-red {
  background: transparent;
  color: var(--text) !important;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 8px 18px;
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
.btn-outline-red:hover {
  border-color: var(--red);
  color: var(--red) !important;
}

/* ===== WHO IS IT FOR ===== */
.who-section {
  background: var(--white);
}

.who-tabs {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 40px;
}

.who-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  border-radius: 50px;
  border: 2px solid var(--border);
  background: var(--white);
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  font-family: "Cairo", sans-serif;
}

.who-tab:hover {
  border-color: var(--red);
  color: var(--red);
}
.who-tab.active {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.who-content {
  display: none;
}
.who-content.active {
  display: block;
}

.who-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.who-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px;
  background: var(--off-white);
  border-radius: 12px;
  border: 1px solid var(--border);
  transition: var(--transition);
}

.who-item:hover {
  border-color: rgba(192, 57, 43, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.who-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.who-item h6 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 3px;
}
.who-item p {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
}

.who-visual {
  height: 480px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.who-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 60%);
}

.who-visual-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
}

/* ===========================
   AUTH PAGE
   =========================== */
.auth-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}

.auth-visual {
  background: url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1200&q=80")
    center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 48px;
}

.auth-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.auth-visual-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.auth-logo img {
  height: 48px;
  margin-bottom: 32px;
  filter: brightness(0) invert(1);
}
.auth-visual-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}
.auth-visual-content p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin-bottom: 32px;
}
.auth-visual-stats {
  display: flex;
  gap: 32px;
}
.auth-visual-stats div {
  text-align: center;
}
.auth-visual-stats span {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
}
.auth-visual-stats p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.auth-forms {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 48px;
  overflow-y: auto;
}
.auth-header {
  margin-bottom: 36px;
}

.auth-tabs {
  display: flex;
  background: var(--off-white);
  border-radius: 50px;
  padding: 4px;
  gap: 4px;
}
.auth-tab {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 50px;
  background: transparent;
  color: var(--text-muted);
  font-family: "Cairo", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
}
.auth-tab.active {
  background: #fff;
  color: var(--text);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.auth-form {
  display: none;
}
.auth-form.active {
  display: block;
}
.auth-form h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.auth-sub {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.form-group {
  margin-bottom: 18px;
}
.form-group label {
  display: block;
  font-size: 0.83rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}

.input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.input-wrap i:first-child {
  position: absolute;
  right: 14px;
  color: var(--text-muted);
  font-size: 0.9rem;
  pointer-events: none;
}

.auth-input {
  width: 100%;
  padding: 12px 40px 12px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: "Cairo", sans-serif;
  font-size: 0.88rem;
  color: var(--text);
  background: var(--off-white);
  outline: none;
  transition: var(--transition);
}
.auth-input:focus {
  border-color: var(--red);
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.toggle-pass {
  position: absolute;
  left: 12px;
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  font-size: 0.85rem;
  padding: 4px;
}

.forgot-link {
  font-size: 0.82rem;
  color: var(--red);
  text-decoration: none;
  font-weight: 600;
}
.auth-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--text-muted);
  cursor: pointer;
}
.auth-check input {
  accent-color: var(--red);
  width: 16px;
  height: 16px;
}
.auth-check a {
  color: var(--red);
  text-decoration: none;
}

.btn-auth {
  width: 100%;
  padding: 14px;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  font-family: "Cairo", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
}
.btn-auth:hover {
  background: var(--red-dark);
  transform: translateY(-1px);
}

.auth-switch {
  font-size: 0.83rem;
  color: var(--text-muted);
}
.auth-switch a {
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
  margin-right: 4px;
}

.account-type-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.account-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 18px 12px;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
}
.account-type i {
  font-size: 1.4rem;
  color: var(--text-muted);
  transition: var(--transition);
}
.account-type span {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
}
.account-type small {
  font-size: 0.72rem;
  color: var(--text-muted);
}
.account-type.active,
.account-type:hover {
  border-color: var(--red);
  background: #fff5f4;
}
.account-type.active i {
  color: var(--red);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.83rem;
  font-weight: 600;
  margin-bottom: 20px;
  transition: var(--transition);
}
.back-link:hover {
  color: var(--red);
}

@media (max-width: 768px) {
  .auth-wrapper {
    grid-template-columns: 1fr;
  }
  .auth-visual {
    display: none;
  }
  .auth-forms {
    padding: 32px 24px;
  }
}

/* auth fixes */
.auth-input {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.input-wrap {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

.input-wrap .auth-input {
  flex: 1;
}

.input-wrap > i:first-child {
  position: absolute !important;
  right: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  pointer-events: none;
  z-index: 2;
  color: var(--text-muted);
}

.toggle-pass {
  position: absolute !important;
  left: 12px !important;
  right: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 2;
  background: none !important;
  border: none !important;
  color: var(--text-muted);
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.auth-back-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.83rem;
  font-weight: 600;
  margin-bottom: 28px;
  transition: var(--transition);
}

.auth-back-home:hover {
  color: var(--red);
}

/* auth visual fixed */
.auth-wrapper {
  position: relative;
  min-height: 100vh;
}

.auth-visual {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
}

.auth-forms {
  min-height: 100vh;
}

/* ===========================
   ONBOARDING PAGE
   =========================== */
.ob-body {
  background: var(--off-white);
}

.ob-wrapper {
  display: grid;
  grid-template-columns: 1fr 280px;
  min-height: 100vh;
}

/* Sidebar */
.ob-sidebar {
  background: #0f0f0f;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
}

.ob-logo img {
  height: 40px;
  filter: brightness(0) invert(1);
  margin-bottom: 48px;
}

.ob-steps {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ob-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.ob-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  transition: var(--transition);
}

.ob-step.active .ob-step-num {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}
.ob-step.done .ob-step-num {
  border-color: #27ae60;
  background: #27ae60;
  color: #fff;
}

.ob-step-info span {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
}
.ob-step.active .ob-step-info span {
  color: #fff;
}
.ob-step.done .ob-step-info span {
  color: rgba(255, 255, 255, 0.6);
}
.ob-step-info small {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.25);
}

.ob-step-line {
  width: 2px;
  height: 32px;
  background: rgba(255, 255, 255, 0.08);
  margin: 6px 0 6px 17px;
}

.ob-help {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3);
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Content */
.ob-content {
  padding: 48px;
  max-width: 100%;
}

.ob-form {
  display: none;
}
.ob-form.active {
  display: block;
}

.ob-form-header {
  margin-bottom: 36px;
}
.ob-form-header h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.ob-form-header p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.ob-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.ob-actions .btn-auth {
  width: auto;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-auth-outline {
  padding: 12px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: transparent;
  color: var(--text-muted);
  font-family: "Cairo", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.btn-auth-outline:hover {
  border-color: var(--red);
  color: var(--red);
}

/* Upload Box */
.ob-upload-box {
  border: 2px dashed var(--border);
  border-radius: var(--radius);
  padding: 32px 20px;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.ob-upload-box:hover {
  border-color: var(--red);
  background: #fff5f4;
}
.ob-upload-box.uploaded {
  border-color: #27ae60;
  background: #f0fff4;
}
.ob-upload-box i {
  font-size: 1.8rem;
  color: var(--text-muted);
}
.ob-upload-box:hover i {
  color: var(--red);
}
.ob-upload-box.uploaded i {
  color: #27ae60;
}
.ob-upload-box span {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}
.ob-upload-box small {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* Info Box */
.ob-info-box {
  background: #eaf4ff;
  border: 1px solid #b2d8f7;
  border-radius: var(--radius);
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ob-info-box i {
  color: #2980b9;
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.ob-info-box p {
  font-size: 0.83rem;
  color: #1a5276;
  margin: 0;
  line-height: 1.7;
}

select.auth-input {
  appearance: none;
}

@media (max-width: 768px) {
  .ob-wrapper {
    grid-template-columns: 1fr;
  }
  .ob-sidebar {
    display: none;
  }
  .ob-content {
    margin-left: 0;
    padding: 24px;
  }
}

/* ===========================
   EVENTS PAGE
   =========================== */
.ev-page-header {
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
  padding: 100px 0 28px;
}

.ev-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  font-size: 0.82rem;
}

.ev-breadcrumb a {
  color: var(--text-muted);
  text-decoration: none;
}
.ev-breadcrumb a:hover {
  color: var(--red);
}
.ev-breadcrumb i {
  font-size: 0.65rem;
  color: var(--text-muted);
}
.ev-breadcrumb .active {
  color: var(--text);
  font-weight: 600;
}

.ev-page-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.ev-page-sub {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
}

/* Filter Box */
.ev-filter-box {
  background: var(--white);
  border-radius: 14px;
  padding: 20px;
  position: sticky;
  top: 80px;
}

.ev-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

.ev-filter-header h6 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}
.ev-filter-header h6 i {
  color: var(--red);
  margin-left: 6px;
}

.ev-filter-reset {
  font-size: 0.75rem;
  color: var(--red);
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
}

.ev-filter-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.ev-filter-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ev-filter-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}

.ev-filter-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ev-check {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.ev-check input {
  accent-color: var(--red);
  width: 15px;
  height: 15px;
}
.ev-check:hover span {
  color: var(--text);
}

.ev-price-range {
  display: flex;
}
.ev-price-val {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text);
}

.ev-range {
  width: 100%;
  accent-color: var(--red);
  margin: 6px 0 4px;
}

/* Toolbar */
.ev-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 12px;
}

.ev-count {
  font-size: 0.83rem;
  color: var(--text-muted);
}
.ev-count strong {
  color: var(--text);
}

.ev-sort {
  padding: 8px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: "Cairo", sans-serif;
  font-size: 0.82rem;
  color: var(--text);
  background: var(--white);
  outline: none;
  cursor: pointer;
}

.ev-view-toggle {
  display: flex;
  gap: 4px;
}

.ev-view-btn {
  width: 34px;
  height: 34px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  color: var(--text-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: var(--transition);
}

.ev-view-btn.active {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

/* Card link */
.ev-card-link {
  text-decoration: none;
  display: block;
}

/* List View */
.ev-list-view .col-md-6 {
  width: 100% !important;
  max-width: 100% !important;
}
.ev-list-view .event-card {
  display: flex;
  flex-direction: row;
  height: 130px;
}
.ev-list-view .event-img {
  width: 200px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 14px 0 0 14px;
}
.ev-list-view .event-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* Pagination */
.ev-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.ev-page-btn {
  width: 38px;
  height: 38px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  color: var(--text-muted);
  font-family: "Cairo", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.ev-page-btn:hover {
  border-color: var(--red);
  color: var(--red);
}
.ev-page-btn.active {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}
.ev-page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ev-page-dots {
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* events page fixes */
.ev-page-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 90px 0 24px;
}

.ev-cat-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ev-cat-pill {
  padding: 7px 16px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--text-muted);
  font-family: "Cairo", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 5px;
}

.ev-cat-pill:hover {
  border-color: var(--red);
  color: var(--red);
}
.ev-cat-pill.active {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

/* fix event card default grid */
#eventsGrid .event-card {
  display: block;
  height: 300px;
}
#eventsGrid .event-img {
  position: absolute;
  height: 100%;
}

/* events list view fix */
#eventsGrid.ev-list-view > [class*="col"] {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

#eventsGrid.ev-list-view .event-card {
  display: grid !important;
  grid-template-columns: 220px 1fr !important;
  height: 140px !important;
}

#eventsGrid.ev-list-view .event-img {
  position: relative !important;
  height: 100% !important;
  border-radius: 14px 0 0 14px !important;
}

#eventsGrid.ev-list-view .event-img::after {
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    transparent
  ) !important;
}

#eventsGrid.ev-list-view .event-body {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: 16px 20px !important;
  background: var(--white) !important;
  border-radius: 0 14px 14px 0 !important;
}

#eventsGrid.ev-list-view .event-cat-badge {
  display: none;
}
#eventsGrid.ev-list-view .event-save {
  display: none;
}
#eventsGrid.ev-list-view .event-title {
  color: var(--text) !important;
  font-size: 1rem !important;
}
#eventsGrid.ev-list-view .event-meta {
  color: var(--text-muted) !important;
}
#eventsGrid.ev-list-view .event-price {
  color: var(--red) !important;
}

/* ev page header fix */
.ev-page-header {
  background: var(--off-white) !important;
  border-bottom: 1px solid var(--border) !important;
  padding: 90px 0 28px !important;
}

/* ev page header redesign */
.ev-page-header {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

.ev-header-bg {
  background-size: cover;
  background-position: center;
  padding: 100px 0 36px;
  position: relative;
}

.ev-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

.ev-breadcrumb {
  margin-bottom: 12px !important;
}
.ev-breadcrumb a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.ev-breadcrumb i {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ev-breadcrumb .active {
  color: #fff !important;
}

.ev-page-title {
  color: #fff !important;
  font-size: 2.2rem !important;
}
.ev-page-sub {
  color: rgba(255, 255, 255, 0.7) !important;
}

.ev-cat-pill {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(6px);
}

.ev-cat-pill:hover {
  background: rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
}
.ev-cat-pill.active {
  background: var(--red) !important;
  border-color: var(--red) !important;
  color: #fff !important;
}

/* mobile filter */
.ev-filter-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  font-family: "Cairo", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--text);
}

.ev-filter-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1100;
}

.ev-filter-overlay.open {
  display: block;
}

@media (max-width: 991px) {
  .ev-filter-box {
    position: fixed !important;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    z-index: 1200;
    border-radius: 0 !important;
    transition: right 0.3s ease;
  }

  .ev-filter-box.open {
    right: 0;
  }
}

/* filter redesign */
.ev-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ev-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--off-white);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--transition);
  user-select: none;
}

.ev-chip:hover {
  border-color: var(--red);
  color: var(--red);
}
.ev-chip.active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.ev-chip i {
  font-size: 0.75rem;
}

.ev-price-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ev-price-input {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: "Cairo", sans-serif;
  font-size: 0.82rem;
  color: var(--text);
  background: var(--off-white);
  outline: none;
  text-align: center;
}

.ev-price-input:focus {
  border-color: var(--red);
}

.ev-date-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ev-date-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: var(--transition);
  font-size: 0.83rem;
  color: var(--text-muted);
}

.ev-date-opt:hover {
  border-color: var(--red);
  color: var(--text);
}
.ev-date-opt input {
  accent-color: var(--red);
}
.ev-date-opt input:checked + span {
  color: var(--red);
  font-weight: 700;
}

.ev-apply-btn {
  width: 100%;
  padding: 12px;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  font-family: "Cairo", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.ev-apply-btn:hover {
  background: var(--red-dark);
}

/* price field fix */
.ev-price-inputs {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.ev-price-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ev-price-field label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-muted);
}
.ev-price-sep {
  padding-bottom: 10px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* ev-date-opt active */
.ev-date-opt.active {
  border-color: var(--red);
}
.ev-date-opt input:checked ~ span {
  color: var(--red);
  font-weight: 700;
}

/* filter box shadow */
.ev-filter-box {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* cards shadow */
.event-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.event-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* price range FINAL fix */
.ev-price-inputs {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end !important;
  gap: 8px !important;
  direction: rtl;
}

.ev-price-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ev-price-field label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-muted);
  text-align: center;
}

.ev-price-input {
  width: 100% !important;
  padding: 8px !important;
  border: 1px solid var(--border) !important;
  border-radius: 8px !important;
  font-family: "Cairo", sans-serif !important;
  font-size: 0.82rem !important;
  text-align: center !important;
  background: var(--off-white) !important;
  outline: none !important;
}

.ev-price-input:focus {
  border-color: var(--red) !important;
}

.ev-price-sep {
  padding-bottom: 8px;
  color: var(--text-muted);
  flex-shrink: 0;
}

.ev-range {
  width: 100%;
  accent-color: var(--red);
  direction: ltr;
}

/* chip active fix */
label.ev-chip.active {
  background: var(--red) !important;
  border-color: var(--red) !important;
  color: #fff !important;
}

/* ev header fix */
.ev-header-bg {
  padding: 120px 0 48px !important;
  min-height: 280px;
}

.ev-page-title {
  font-size: 2.8rem !important;
  font-weight: 900 !important;
  margin-bottom: 8px !important;
}

.ev-page-sub {
  font-size: 1rem !important;
  margin-bottom: 0 !important;
}

/* ev header center */
.ev-header-bg .container {
  text-align: center !important;
}
.ev-breadcrumb {
  justify-content: center !important;
}
.ev-cat-pills {
  justify-content: center !important;
}
.ev-header-bg {
  display: flex;
  align-items: center;
}
.ev-header-bg .container {
  width: 100%;
}

/* ===========================
   EVENT DETAIL PAGE
   =========================== */
.ed-hero {
  height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  margin-top: 65px;
}

.ed-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.ed-hero-badge {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.ed-hero-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 14px;
}

.ed-hero-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
}

.ed-hero-meta i {
  color: var(--red);
  margin-left: 5px;
}

/* Info Bar */
.ed-info-bar {
  display: flex;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 28px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
  gap: 16px;
}

.ed-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 140px;
}

.ed-info-item > i {
  width: 40px;
  height: 40px;
  background: #fef2f1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  font-size: 1rem;
  flex-shrink: 0;
}

.ed-info-item small {
  display: block;
  font-size: 0.72rem;
  color: var(--text-muted);
}
.ed-info-item span {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}
.ed-info-item .text-red {
  color: var(--red) !important;
}

.ed-info-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
  flex-shrink: 0;
}

/* Sections */
.ed-section {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border);
}
.ed-section:last-child {
  border-bottom: none;
}
.ed-section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 16px;
}
.ed-section p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.8;
}

/* Include items */
.ed-include-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text);
  padding: 10px 14px;
  background: var(--off-white);
  border-radius: 8px;
}

.ed-include-item i {
  color: #27ae60;
}
.ed-include-item.ed-exclude i {
  color: var(--red);
}
.ed-include-item.ed-exclude {
  color: var(--text-muted);
}

/* Map */
.ed-map-placeholder {
  height: 160px;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.ed-map-placeholder i {
  font-size: 2rem;
  color: var(--red);
}

/* Policy */
.ed-policy-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ed-policy-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.83rem;
  color: var(--text-muted);
  padding: 10px 14px;
  background: var(--off-white);
  border-radius: 8px;
}

/* Booking Card */
.ed-booking-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  position: sticky;
  top: 80px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.ed-booking-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.ed-booking-price {
  font-size: 0.85rem;
  color: var(--text-muted);
}
.ed-booking-price strong {
  font-size: 1.3rem;
  color: var(--red);
}

.ed-seats-left {
  font-size: 0.75rem;
  font-weight: 700;
  color: #e67e22;
  background: #fff8e1;
  padding: 4px 10px;
  border-radius: 20px;
}

.ed-seats-left i {
  margin-left: 4px;
}

/* Ticket Types */
.ed-ticket-types {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.ed-ticket-type {
  padding: 14px 16px;
  border: 2px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  transition: var(--transition);
}

.ed-ticket-type:hover {
  border-color: rgba(192, 57, 43, 0.3);
}
.ed-ticket-type.active {
  border-color: var(--red);
  background: #fff5f4;
}

.ed-ticket-type h6 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 2px;
}
.ed-ticket-type small {
  font-size: 0.75rem;
  color: var(--text-muted);
}
.ed-ticket-price {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--red);
  white-space: nowrap;
}

/* Quantity */
.ed-qty-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid var(--border);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
}

.ed-qty {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ed-qty-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--off-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transition: var(--transition);
}

.ed-qty-btn:hover {
  border-color: var(--red);
  color: var(--red);
}
.ed-qty span {
  font-size: 1rem;
  font-weight: 700;
  min-width: 20px;
  text-align: center;
}

/* Total */
.ed-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--border);
  font-size: 0.88rem;
  color: var(--text-muted);
}

.ed-total strong {
  font-size: 1.2rem;
  color: var(--text);
}

/* Note */
.ed-booking-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 12px;
  text-align: center;
  justify-content: center;
}

.ed-booking-note i {
  color: #27ae60;
}

/* Share */
.ed-share-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px 20px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
}

.ed-share-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}

.ed-share-btn:hover {
  transform: translateY(-2px);
}

/* map */
.ed-map-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.ed-map-address {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: var(--white);
  flex-wrap: wrap;
}

.ed-map-address > i {
  color: var(--red);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.ed-map-address strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}
.ed-map-address span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.ed-map-link {
  margin-right: auto;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.ed-map-link:hover {
  text-decoration: underline;
}

/* event detail hero fix */
.ed-hero {
  height: 460px !important;
  background-size: cover !important;
  background-position: center top !important;
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  padding-bottom: 48px !important;
  margin-top: 65px !important;
}

.ed-hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.1) 100%
  ) !important;
}

.ed-hero .ev-breadcrumb a {
  color: rgba(255, 255, 255, 0.6) !important;
}
.ed-hero .ev-breadcrumb .active {
  color: rgba(255, 255, 255, 0.9) !important;
}
.ed-hero .ev-breadcrumb i {
  color: rgba(255, 255, 255, 0.3) !important;
}

.ed-hero-badge {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.ed-hero-title {
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  font-weight: 900 !important;
  color: #fff !important;
  margin-bottom: 16px !important;
  line-height: 1.2 !important;
}

.ed-hero-meta {
  display: flex !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
  font-size: 0.88rem !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.ed-hero-meta i {
  color: var(--red) !important;
  margin-left: 6px !important;
}

/* info bar fix */
.ed-info-bar {
  background: var(--white) !important;
  border: 1px solid var(--border) !important;
  border-radius: 16px !important;
  padding: 24px 28px !important;
  margin-bottom: 32px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
}

.ed-info-item {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 0 20px !important;
}

.ed-info-item:first-child {
  padding-right: 0 !important;
}
.ed-info-item:last-child {
  padding-left: 0 !important;
}

.ed-info-item > i {
  width: 44px !important;
  height: 44px !important;
  background: #fef2f1 !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--red) !important;
  font-size: 1.1rem !important;
  flex-shrink: 0 !important;
}

.ed-info-item small {
  display: block !important;
  font-size: 0.72rem !important;
  color: var(--text-muted) !important;
  margin-bottom: 3px !important;
}

.ed-info-item span {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: var(--text) !important;
}

.ed-info-divider {
  width: 1px !important;
  height: 48px !important;
  background: var(--border) !important;
  flex-shrink: 0 !important;
}

/* ===========================
   EVENT DETAIL v2 — Premium Design
   =========================== */

/* HERO */
.edv2-hero {
  position: relative;
  height: 580px;
  margin-top: 65px;
  background-image: url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1600&q=80");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.edv2-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.55) 45%,
    rgba(0, 0, 0, 0.15) 100%
  );
}

.edv2-hero-glow {
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(192, 57, 43, 0.25) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.edv2-hero-container {
  z-index: 3;
}

.edv2-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
}

.edv2-breadcrumb li a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.edv2-breadcrumb li a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.edv2-breadcrumb li.active {
  color: rgba(255, 255, 255, 0.85);
}
.edv2-breadcrumb li i {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.65rem;
}

.edv2-cat-badge {
  background: var(--red);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: 0.3px;
}

.edv2-status-badge {
  background: rgba(39, 174, 96, 0.2);
  border: 1px solid rgba(39, 174, 96, 0.4);
  color: #2ecc71;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
}

.edv2-status-badge i {
  font-size: 0.5rem;
  vertical-align: middle;
}

.edv2-hero-title {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.edv2-hero-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}

.edv2-hero-meta i {
  color: var(--red);
  margin-left: 6px;
}

.edv2-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.edv2-btn-primary {
  background: var(--red);
  color: #fff !important;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 32px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.edv2-btn-primary:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.edv2-btn-ghost {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 11px 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: "Cairo", sans-serif;
}

.edv2-btn-ghost:hover,
.edv2-btn-ghost.saved {
  background: rgba(192, 57, 43, 0.3);
  border-color: var(--red);
}

.edv2-scroll-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
  animation: edv2-bounce 2s infinite;
  z-index: 3;
}

@keyframes edv2-bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(6px);
  }
}

/* QUICK INFO STRIP */
.edv2-strip {
  background: #fff;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 65px;
  z-index: 100;
}

.edv2-strip-inner {
  display: flex;
  align-items: center;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.edv2-strip-inner::-webkit-scrollbar {
  display: none;
}

.edv2-strip-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 28px;
  flex-shrink: 0;
}

.edv2-strip-item small {
  display: block;
  font-size: 0.7rem;
  color: var(--text-muted);
  margin-bottom: 2px;
}
.edv2-strip-item span {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}

.edv2-strip-icon {
  width: 40px;
  height: 40px;
  background: #fef2f1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  font-size: 1rem;
  flex-shrink: 0;
}

.edv2-strip-icon--orange {
  background: #fff8e1;
  color: #e67e22;
}
.edv2-price-text {
  color: var(--red) !important;
}
.edv2-seats-text {
  color: #e67e22 !important;
}
.edv2-strip-divider {
  width: 1px;
  height: 36px;
  background: var(--border);
  flex-shrink: 0;
}

/* SECTIONS */
.edv2-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
.edv2-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.edv2-section-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fef2f1;
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.edv2-section-title {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 14px;
}
.edv2-section-text {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 10px;
}

/* Highlights */
.edv2-highlights {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.edv2-highlight-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--text);
}

.edv2-highlight-item i {
  color: var(--red);
  font-size: 0.9rem;
}

/* Includes Grid */
.edv2-includes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.edv2-include-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid transparent;
}

.edv2-include-yes {
  background: #f0faf4;
  border-color: rgba(39, 174, 96, 0.2);
  color: var(--text);
}
.edv2-include-item--priced .edv2-include-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.edv2-include-item--priced .edv2-include-copy strong {
  font-size: 0.78rem;
  color: var(--red);
}
.edv2-tier-features {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.edv2-tier-features__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 12px;
}
.edv2-tier-features__title i {
  color: var(--red);
}
.edv2-ticket-type-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.edv2-ticket-type-features {
  display: none;
  padding: 10px 12px 12px;
  border: 1px dashed rgba(192, 57, 43, 0.25);
  border-radius: 10px;
  background: #fff9f8;
}
.edv2-ticket-type-features.is-visible {
  display: block;
}
.edv2-ticket-type-features__label {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.edv2-ticket-type-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.8rem;
  color: var(--text);
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.edv2-ticket-type-feature:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.edv2-ticket-type-feature strong {
  color: var(--red);
  white-space: nowrap;
}
.edv2-include-no {
  background: var(--off-white);
  border-color: var(--border);
  color: var(--text-muted);
}

.edv2-include-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.edv2-include-yes .edv2-include-icon {
  background: #27ae60;
  color: #fff;
}
.edv2-include-no .edv2-include-icon {
  background: var(--border);
  color: var(--text-muted);
}

/* Map */
.edv2-map-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.edv2-map-frame iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
}

.edv2-map-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #fff;
  flex-wrap: wrap;
  gap: 12px;
}

.edv2-map-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.edv2-map-pin {
  width: 38px;
  height: 38px;
  background: #fef2f1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  font-size: 1rem;
  flex-shrink: 0;
}

.edv2-map-info strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}
.edv2-map-info span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.edv2-map-link {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--red);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1px solid rgba(192, 57, 43, 0.25);
  border-radius: 8px;
  transition: all 0.2s;
}

.edv2-map-link:hover {
  background: #fef2f1;
  border-color: var(--red);
}

/* Policy */
.edv2-policy-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.edv2-policy-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
}

.edv2-policy-item > div:last-child strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.edv2-policy-item > div:last-child span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.edv2-policy-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.edv2-policy-green {
  background: #f0faf4;
  border-color: rgba(39, 174, 96, 0.2);
}
.edv2-policy-green .edv2-policy-icon {
  background: #27ae60;
  color: #fff;
}
.edv2-policy-green strong {
  color: #1e8449;
}

.edv2-policy-orange {
  background: #fffbf0;
  border-color: rgba(230, 126, 34, 0.2);
}
.edv2-policy-orange .edv2-policy-icon {
  background: #e67e22;
  color: #fff;
}
.edv2-policy-orange strong {
  color: #b7770d;
}

.edv2-policy-red {
  background: #fff5f4;
  border-color: rgba(192, 57, 43, 0.15);
}
.edv2-policy-red .edv2-policy-icon {
  background: var(--red);
  color: #fff;
}
.edv2-policy-red strong {
  color: var(--red);
}

/* BOOKING CARD */
.edv2-booking-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
  position: sticky;
  top: 130px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.edv2-booking-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.edv2-booking-from {
  display: block;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-bottom: 2px;
}
.edv2-booking-price {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--red);
  line-height: 1;
}

.edv2-seats-badge {
  background: #fff8e1;
  color: #e67e22;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid rgba(230, 126, 34, 0.25);
}

.edv2-ticket-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.edv2-ticket-types {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.edv2-ticket-type {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 2px solid var(--border);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.edv2-ticket-type:hover {
  border-color: rgba(192, 57, 43, 0.35);
  background: #fff9f8;
}
.edv2-ticket-type.active {
  border-color: var(--red);
  background: #fff5f4;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.edv2-ticket-type-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--off-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: all 0.2s;
}

.edv2-ticket-type.active .edv2-ticket-type-icon {
  background: var(--red);
  color: #fff;
}
.edv2-ticket-type-icon.edv2-gold {
  color: #f39c12;
}
.edv2-ticket-type.active .edv2-ticket-type-icon.edv2-gold {
  background: #f39c12;
  color: #fff;
}
.edv2-ticket-type-icon.edv2-vip {
  color: #8e44ad;
}
.edv2-ticket-type.active .edv2-ticket-type-icon.edv2-vip {
  background: #8e44ad;
  color: #fff;
}

.edv2-ticket-type-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.edv2-ticket-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}
.edv2-ticket-type-info small {
  font-size: 0.73rem;
  color: var(--text-muted);
}
.edv2-ticket-type-price {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--red);
  white-space: nowrap;
}
.edv2-ticket-check {
  color: var(--border);
  font-size: 1rem;
  transition: color 0.2s;
}
.edv2-ticket-type.active .edv2-ticket-check {
  color: var(--red);
}

/* Quantity */
.edv2-qty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid var(--border);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
}

.edv2-qty-ctrl {
  display: flex;
  align-items: center;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}

.edv2-qty-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: var(--text-muted);
  transition: all 0.2s;
}

.edv2-qty-btn:hover {
  background: var(--red);
  color: #fff;
}
.edv2-qty-val {
  font-size: 0.95rem;
  font-weight: 700;
  min-width: 36px;
  text-align: center;
  color: var(--text);
}

/* Total */
.edv2-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--border);
  font-size: 0.88rem;
  color: var(--text-muted);
  font-weight: 600;
}

.edv2-total-price {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--text);
}

.edv2-book-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--red);
  color: #fff !important;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  padding: 15px;
  text-decoration: none;
  transition: all 0.25s ease;
  margin-top: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.edv2-book-btn:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.edv2-secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 14px;
}

.edv2-secure-note i {
  color: #27ae60;
}

/* Share Card */
.edv2-share-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px 22px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.edv2-share-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
}
.edv2-share-btns {
  display: flex;
  gap: 8px;
}

.edv2-share-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.85rem;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}

.edv2-share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.edv2-fb {
  background: #1877f2;
}
.edv2-wa {
  background: #25d366;
}
.edv2-tw {
  background: #1da1f2;
}
.edv2-copy {
  background: var(--off-white);
  color: var(--text) !important;
  border: 1px solid var(--border);
}

/* EVENT DETAIL v2 — Responsive */
@media (max-width: 768px) {
  .edv2-hero {
    height: 70svh;
  }
  .edv2-hero-title {
    font-size: 1.8rem;
  }
  .edv2-hero-meta {
    gap: 14px;
    font-size: 0.8rem;
  }
  .edv2-strip-item {
    padding: 14px 18px;
  }
  .edv2-includes-grid {
    grid-template-columns: 1fr;
  }
  .edv2-booking-card {
    position: static;
  }
}

/* ===========================
   MEGA MENU — Category Icon Colors
   (replaces inline styles on .mega-item-icon)
   =========================== */
.mega-icon-red {
  background: #fff0f0;
}
.mega-icon-red i {
  color: #c0392b;
}

.mega-icon-orange {
  background: #fff5e6;
}
.mega-icon-orange i {
  color: #e67e22;
}

.mega-icon-purple {
  background: #f0f0ff;
}
.mega-icon-purple i {
  color: #6c5ce7;
}

.mega-icon-teal {
  background: #e8f8f5;
}
.mega-icon-teal i {
  color: #1abc9c;
}

.mega-icon-blue {
  background: #eaf4ff;
}
.mega-icon-blue i {
  color: #2980b9;
}

.mega-icon-green {
  background: #f5fff0;
}
.mega-icon-green i {
  color: #27ae60;
}

.mega-icon-yellow {
  background: #fff8e1;
}
.mega-icon-yellow i {
  color: #f39c12;
}

.mega-icon-violet {
  background: #f9f0ff;
}
.mega-icon-violet i {
  color: #8e44ad;
}

/* ===========================
   UTILITY — Replaces remaining inline styles
   =========================== */

/* events.html page header */
.ev-header-bg {
  background-image: url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1600&q=80");
}

.ev-header-container {
  z-index: 2;
}

/* Price range — LTR direction for RTL pages */
.ev-range-ltr {
  direction: ltr;
}

/* ===========================
   TIMELINE — Color Variants (replaces inline styles)
   =========================== */
.tl-icon-red {
  background: #fff0f0;
  border-color: #ffd5d5;
  color: #c0392b;
}
.tl-icon-orange {
  background: #fff5e6;
  border-color: #ffddb3;
  color: #e67e22;
}
.tl-icon-teal {
  background: #e8f8f5;
  border-color: #b2dfdb;
  color: #1abc9c;
}
.tl-icon-purple {
  background: #f0f0ff;
  border-color: #c5cae9;
  color: #6c5ce7;
}

.tl-content-red {
  border-color: #ffd5d5;
}
.tl-content-orange {
  border-color: #ffddb3;
}
.tl-content-teal {
  border-color: #b2dfdb;
}
.tl-content-purple {
  border-color: #c5cae9;
}

.tl-num-red {
  color: #c0392b;
}
.tl-num-orange {
  color: #e67e22;
}
.tl-num-teal {
  color: #1abc9c;
}
.tl-num-purple {
  color: #6c5ce7;
}

/* ===========================
   FEATURES CARDS — Color Variants (replaces inline styles)
   =========================== */
.feat-icon-red {
  background: rgba(192, 57, 43, 0.15);
  color: #e87c6e;
}
.feat-icon-orange {
  background: rgba(230, 126, 34, 0.15);
  color: #e67e22;
}
.feat-icon-teal {
  background: rgba(26, 188, 156, 0.15);
  color: #1abc9c;
}
.feat-icon-blue {
  background: rgba(41, 128, 185, 0.15);
  color: #2980b9;
}
.feat-icon-violet {
  background: rgba(142, 68, 173, 0.15);
  color: #8e44ad;
}
.feat-icon-green {
  background: rgba(39, 174, 96, 0.15);
  color: #27ae60;
}

/* ===========================
   WHO SECTION — Icon Color Variants (replaces inline styles)
   =========================== */
.who-icon-red {
  background: #fff0f0;
  color: #c0392b;
}
.who-icon-orange {
  background: #fff5e6;
  color: #e67e22;
}
.who-icon-teal {
  background: #e8f8f5;
  color: #1abc9c;
}
.who-icon-blue {
  background: #eaf4ff;
  color: #2980b9;
}
.who-icon-violet {
  background: #f9f0ff;
  color: #8e44ad;
}
.who-icon-green {
  background: #f5fff0;
  color: #27ae60;
}

/* ===========================
   SERVICE CARDS — Background Images (replaces inline styles)
   =========================== */
.srv-bg-theater {
  background-image: url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=800&q=80");
}
.srv-bg-business {
  background-image: url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1200&q=80");
}
.srv-bg-sports {
  background-image: url("https://images.unsplash.com/photo-1574629810360-7efbbe195018?w=400&q=80");
}
.srv-bg-travel {
  background-image: url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?w=400&q=80");
}
.srv-bg-tourism {
  background-image: url("https://images.unsplash.com/photo-1501854140801-50d01698950b?w=400&q=80");
}
.srv-bg-food {
  background-image: url("https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=400&q=80");
}

/* ===========================
   HERO SLIDES — Background Images (replaces inline styles)
   =========================== */
.hero-slide-1 {
  background-image: url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1600&q=80");
}
.hero-slide-2 {
  background-image: url("https://images.unsplash.com/photo-1574629810360-7efbbe195018?w=1600&q=80");
}
.hero-slide-3 {
  background-image: url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?w=1600&q=80");
}
.hero-slide-4 {
  background-image: url("https://images.unsplash.com/photo-1501854140801-50d01698950b?w=1600&q=80");
}

/* CTA section background */
.cta-bg-img {
  background-image: url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1600&q=80");
}

/* Who section visual backgrounds */
.who-visual-user {
  background-image: url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=800&q=80");
}
.who-visual-provider {
  background-image: url("https://images.unsplash.com/photo-1574629810360-7efbbe195018?w=800&q=80");
}

/* ============================================================
   RESPONSIVE — Full Mobile & Tablet Support
   Breakpoints: 576px (xs), 768px (sm), 992px (md), 1200px (lg)
   ============================================================ */

/* ===== NAVBAR ===== */
@media (max-width: 991px) {
  #mainNav .container,
  #mainNav .container-fluid {
    padding: 8px 16px;
  }

  .nav-logo {
    height: 40px;
  }

  /* Hide desktop nav elements on mobile */
  .nav-search,
  .d-none.d-lg-flex {
    display: none !important;
  }
}

/* ===== HERO SLIDER ===== */
@media (max-width: 991px) {
  .hero-section {
    height: 80svh;
  }

  .hero-content {
    padding: 0 16px;
    text-align: center;
  }

  .hero-title {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
  }

  .hero-title-highlight {
    align-self: center;
    font-size: inherit;
    color: #fff !important;
  }

  .badge-tag {
    margin: 0 auto;
  }

  .btn-hero {
    margin: 0 auto;
  }

  .slider-prev {
    right: 10px;
  }
  .slider-next {
    left: 10px;
  }

  .hero-stats-bar {
    padding: 10px 0;
  }

  .stat-num {
    font-size: 1.2rem;
  }
  .stat-suffix {
    font-size: 0.85rem;
  }
  .stat-item p {
    font-size: 0.68rem;
  }
  .stat-divider {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero-section {
    height: 85svh;
  }
  .hero-title {
    font-size: 1.5rem;
  }
  .slider-dots {
    bottom: 90px;
  }
}

/* ===== EVENTS SECTION (index.html) ===== */
@media (max-width: 768px) {
  .events-section {
    padding: 40px 0;
  }

  .section-title {
    font-size: 1.4rem;
  }

  .events-filter {
    gap: 6px;
  }
  .filter-btn {
    padding: 6px 14px;
    font-size: 0.78rem;
  }
}

@media (max-width: 576px) {
  .events-filter {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }
  .filter-btn {
    flex-shrink: 0;
  }
}

/* ===== HOW IT WORKS — TIMELINE ===== */
@media (max-width: 991px) {
  .timeline-wrap {
    grid-template-columns: 1fr 1fr !important;
    gap: 20px;
  }
  .timeline-wrap::before {
    display: none;
  }
}

@media (max-width: 576px) {
  .timeline-wrap {
    grid-template-columns: 1fr !important;
  }

  .tl-content {
    padding: 16px;
  }
}

/* ===== SERVICES SECTION ===== */
@media (max-width: 991px) {
  .srv-card-lg {
    height: 320px;
  }
  .srv-card-sm {
    height: 160px;
  }
  .srv-card-wide {
    height: 100px;
  }
}

@media (max-width: 768px) {
  .srv-card-lg {
    height: 260px;
  }
  .srv-card-sm {
    height: 140px;
  }
  .srv-body h4 {
    font-size: 1rem;
  }
  .srv-body h5 {
    font-size: 0.88rem;
  }
  .srv-body p {
    font-size: 0.78rem;
  }
}

/* ===== FEATURES SECTION ===== */
@media (max-width: 991px) {
  .feat-intro {
    border-left: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0 0 32px !important;
    margin-bottom: 32px;
    text-align: center;
  }

  .feat-stats {
    justify-content: center;
  }
  .feat-grid {
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .feat-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px;
  }
  .feat-card-new {
    padding: 16px;
  }
  .feat-main-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  .feat-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ===== WHO IS IT FOR ===== */
@media (max-width: 991px) {
  .who-tabs {
    justify-content: center;
  }
  .who-visual {
    display: none;
  }
}

@media (max-width: 768px) {
  .who-list {
    gap: 12px;
  }
  .who-item {
    padding: 14px;
  }
  .who-icon {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }
}

/* ===== CTA SECTION ===== */
@media (max-width: 768px) {
  .cta-title {
    font-size: 1.6rem;
  }
  .cta-sub {
    font-size: 0.88rem;
  }
  .cta-stats-row {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .cta-stat-sep {
    display: none;
  }
}

@media (max-width: 576px) {
  .cta-bg {
    padding: 60px 0;
  }
  .cta-title {
    font-size: 1.4rem;
  }
}

/* ===== FOOTER ===== */
@media (max-width: 991px) {
  .footer-top .row {
    gap: 32px 0;
  }
}

@media (max-width: 768px) {
  .footer-bottom .d-flex {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .footer-bottom-links {
    justify-content: center;
  }
}

/* ============================================================
   EVENTS PAGE (events.html)
   ============================================================ */

/* Page Header */
@media (max-width: 768px) {
  .ev-page-header {
    margin-top: 58px;
  }
  .ev-header-bg {
    min-height: 160px;
  }
  .ev-page-title {
    font-size: 1.6rem;
  }
  .ev-page-sub {
    font-size: 0.85rem;
  }
  .ev-breadcrumb {
    font-size: 0.75rem;
  }
}

/* Filter Sidebar — mobile drawer */
@media (max-width: 991px) {
  .ev-filter-box {
    position: fixed !important;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100%;
    background: var(--white);
    z-index: 1300;
    overflow-y: auto;
    transition: right 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 20px;
    border-radius: 0;
  }

  .ev-filter-box.open {
    right: 0;
  }

  .ev-filter-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1200;
  }

  .ev-filter-overlay.open {
    display: block;
  }
}

/* Toolbar */
@media (max-width: 768px) {
  .ev-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .ev-count {
    font-size: 0.82rem;
  }
  .ev-sort {
    font-size: 0.82rem;
  }
}

/* Event Cards — list view on mobile */
@media (max-width: 576px) {
  .event-card {
    height: 260px;
  }
  .event-title {
    font-size: 0.92rem;
  }
  .event-price {
    font-size: 0.8rem;
  }
  .btn-book {
    font-size: 0.78rem;
    padding: 5px 14px;
  }
}

/* Pagination */
@media (max-width: 576px) {
  .ev-pagination {
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ev-page-btn {
    width: 34px;
    height: 34px;
    font-size: 0.82rem;
  }
}

/* ============================================================
   EVENT DETAIL PAGE (event-detail.html)
   ============================================================ */

@media (max-width: 991px) {
  /* Stack booking card below content */
  .edv2-booking-card {
    position: static;
    margin-top: 32px;
  }

  /* Strip scrollable on tablet */
  .edv2-strip-inner {
    overflow-x: auto;
  }
  .edv2-strip-item {
    padding: 14px 20px;
  }
}

@media (max-width: 768px) {
  .edv2-hero {
    height: 65svh;
  }
  .edv2-hero-title {
    font-size: 1.7rem;
  }
  .edv2-hero-meta {
    gap: 12px;
    font-size: 0.8rem;
  }
  .edv2-hero-actions {
    gap: 8px;
  }
  .edv2-btn-primary {
    padding: 10px 22px;
    font-size: 0.88rem;
  }
  .edv2-btn-ghost {
    padding: 9px 16px;
    font-size: 0.82rem;
  }

  /* Includes grid → single column */
  .edv2-includes-grid {
    grid-template-columns: 1fr;
  }

  /* Map */
  .edv2-map-frame iframe {
    height: 220px;
  }
  .edv2-map-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  /* Policy */
  .edv2-policy-item {
    padding: 12px 14px;
  }

  /* Share card */
  .edv2-share-card {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .edv2-hero {
    height: 75svh;
  }
  .edv2-hero-title {
    font-size: 1.4rem;
  }
  .edv2-scroll-hint {
    display: none;
  }

  .edv2-strip-item {
    padding: 12px 16px;
  }
  .edv2-strip-item span {
    font-size: 0.82rem;
  }

  .edv2-booking-card {
    padding: 20px;
  }
  .edv2-booking-price {
    font-size: 1.3rem;
  }
  .edv2-book-btn {
    font-size: 0.92rem;
    padding: 13px;
  }
}

/* ============================================================
   AUTH PAGE (auth.html)
   ============================================================ */

@media (max-width: 768px) {
  .auth-wrapper {
    grid-template-columns: 1fr;
  }
  .auth-visual {
    display: none;
  }
  .auth-forms {
    padding: 32px 20px;
  }
  .auth-back-home {
    top: 16px;
    right: 16px;
  }
  .account-type-wrap {
    gap: 10px;
  }
  .account-type {
    padding: 14px 12px;
  }
}

@media (max-width: 576px) {
  .auth-forms {
    padding: 24px 16px;
  }
  .auth-tabs {
    gap: 4px;
  }
  .auth-tab {
    padding: 8px 16px;
    font-size: 0.88rem;
  }
  .btn-auth {
    padding: 13px;
    font-size: 0.95rem;
  }
}

/* ============================================================
   ONBOARDING PAGE (onboarding.html)
   ============================================================ */

@media (max-width: 991px) {
  .ob-wrapper {
    grid-template-columns: 1fr;
  }
  .ob-sidebar {
    display: none;
  }
  .ob-content {
    padding: 32px 24px;
  }
}

@media (max-width: 768px) {
  .ob-content {
    padding: 24px 16px;
  }
  .ob-form-header h2 {
    font-size: 1.4rem;
  }
  .ob-upload-box {
    padding: 24px 16px;
  }
  .ob-actions {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .ob-actions .btn-auth,
  .ob-actions .btn-auth-outline {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .ob-info-box {
    padding: 14px;
    font-size: 0.82rem;
  }
}

/* ============================================================
   GLOBAL SMALL SCREEN FIXES
   ============================================================ */

@media (max-width: 576px) {
  /* Reduce section padding */
  .py-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  /* Section tags */
  .section-tag {
    font-size: 0.72rem;
  }

  /* Cards */
  .event-card {
    border-radius: 12px;
  }

  /* Buttons */
  .btn-red,
  .btn-outline-red {
    font-size: 0.88rem;
    padding: 8px 16px;
  }
}

/* Prevent horizontal scroll on all pages */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

/* ===========================
   CUSTOM SELECT DROPDOWN
   =========================== */

.csel-wrap {
  position: relative;
  width: 100%;
}

.csel-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  padding: 13px 14px;
  cursor: pointer;
  font-family: "Cairo", sans-serif;
  font-size: 0.88rem;
  color: #aaa;
  transition: all 0.2s ease;
  text-align: right;
  user-select: none;
}

.csel-trigger.has-value {
  color: #1a1a1a;
}
.csel-trigger:hover {
  border-color: var(--red);
}

.csel-wrap.open .csel-trigger {
  border-color: var(--red);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.csel-trigger-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.csel-arrow {
  color: #bbb;
  font-size: 0.75rem;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.csel-wrap.open .csel-arrow {
  transform: rotate(180deg);
  color: var(--red);
}

.csel-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #fff;
  border: 1.5px solid var(--red);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  z-index: 500;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.3s ease,
    opacity 0.2s ease;
  pointer-events: none;
}

.csel-wrap.open .csel-dropdown {
  max-height: 280px;
  opacity: 1;
  pointer-events: all;
}

.csel-search-wrap {
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

.csel-search {
  width: 100%;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 12px;
  font-family: "Cairo", sans-serif;
  font-size: 0.82rem;
  color: #1a1a1a;
  outline: none;
  background: #f9f9f9;
  transition: border-color 0.2s;
}

.csel-search:focus {
  border-color: var(--red);
  background: #fff;
}

.csel-options {
  overflow-y: auto;
  max-height: 200px;
  padding: 6px 0;
}
.csel-options::-webkit-scrollbar {
  width: 4px;
}
.csel-options::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 4px;
}

.csel-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  font-family: "Cairo", sans-serif;
  font-size: 0.86rem;
  color: #333;
  cursor: pointer;
  transition: background 0.15s;
}

.csel-option:hover {
  background: #fef2f1;
  color: var(--red);
}
.csel-option.selected {
  background: #fff5f4;
  color: var(--red);
  font-weight: 700;
}
.csel-option.selected::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.7rem;
  margin-right: auto;
  color: var(--red);
}
.csel-option.hidden {
  display: none;
}
.csel-option.placeholder {
  color: #bbb;
}
.csel-option.placeholder:hover {
  background: #f9f9f9;
  color: #bbb;
  cursor: default;
}

.csel-empty {
  padding: 16px;
  text-align: center;
  font-size: 0.82rem;
  color: #bbb;
  display: none;
}

/* Inside onb-input-wrap */
.onb-input-wrap select,
.input-wrap select {
  display: none !important;
}

.onb-input-wrap .csel-wrap,
.input-wrap .csel-wrap {
  flex: 1;
}

.onb-input-wrap .csel-trigger,
.input-wrap .csel-trigger {
  border: none;
  border-radius: 0;
  padding: 13px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  background: transparent;
}

.onb-input-wrap.csel-open,
.input-wrap.csel-open {
  border-color: var(--red);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.onb-input-wrap .csel-dropdown,
.input-wrap .csel-dropdown {
  right: -14px;
  left: -14px;
  top: calc(100% + 1px);
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #f0f0f0;
}

/* EV-SORT standalone */
.ev-sort-wrap {
  position: relative;
  display: inline-block;
}
.ev-sort-wrap select {
  display: none !important;
}

.ev-sort-wrap .csel-trigger {
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 0.83rem;
  color: #555;
  min-width: 140px;
}

.ev-sort-wrap .csel-dropdown {
  right: 0;
  left: auto;
  min-width: 160px;
  border-radius: 10px;
  border-top: 1.5px solid var(--red);
  top: calc(100% + 6px);
}

.ev-sort-wrap.open .csel-trigger {
  border-color: var(--red);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* ===========================
   ONBOARDING PAGE
   =========================== */

.onb-body {
  background: #f4f5f7;
  min-height: 100vh;
  font-family: "Cairo", sans-serif;
}

.onb-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 100vh;
  direction: rtl;
}

/* Sidebar */
.onb-sidebar {
  background: #111;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.onb-logo {
  display: block;
  margin-bottom: 36px;
}
.onb-logo img {
  height: 42px;
  filter: brightness(0) invert(1);
}

.onb-sidebar-intro {
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.onb-sidebar-intro h3 {
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 6px;
}
.onb-sidebar-intro p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.7;
  margin: 0;
}

/* Steps */
.onb-steps {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.onb-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
}

.onb-step-icon {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
  transition: all 0.3s;
}

.onb-step-check {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 18px;
  height: 18px;
  background: #27ae60;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  color: #fff;
  border: 2px solid #111;
}

.onb-step.done .onb-step-check {
  display: flex;
}
.onb-step.active .onb-step-icon {
  background: rgba(192, 57, 43, 0.18);
  border-color: rgba(192, 57, 43, 0.5);
  color: #e87c6e;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.onb-step.done .onb-step-icon {
  background: rgba(39, 174, 96, 0.12);
  border-color: rgba(39, 174, 96, 0.35);
  color: #27ae60;
}

.onb-step-body {
  padding-top: 2px;
}
.onb-step-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 1px;
}
.onb-step-body strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1px;
  transition: color 0.3s;
}
.onb-step-body small {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.18);
}

.onb-step.active .onb-step-label {
  color: rgba(232, 124, 110, 0.8);
}
.onb-step.active .onb-step-body strong {
  color: #fff;
}
.onb-step.active .onb-step-body small {
  color: rgba(255, 255, 255, 0.4);
}
.onb-step.done .onb-step-body strong {
  color: rgba(255, 255, 255, 0.5);
}
.onb-step.done .onb-step-label {
  color: rgba(39, 174, 96, 0.7);
}

.onb-step-connector {
  width: 2px;
  height: 20px;
  background: rgba(255, 255, 255, 0.06);
  margin: 0 20px;
  border-radius: 2px;
}

/* Help */
.onb-sidebar-help {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.onb-help-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.95rem;
  flex-shrink: 0;
}
.onb-sidebar-help strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
}
.onb-sidebar-help span {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.22);
}

/* Main */
.onb-main {
  padding: 52px 60px;
  width: 100%;
  direction: rtl;
}

/* Mobile steps */
.onb-mobile-steps {
  display: none;
  align-items: center;
  margin-bottom: 28px;
}

.onb-mobile-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.onb-ms-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: #bbb;
  background: #fff;
  transition: all 0.3s;
}

.onb-mobile-step span {
  font-size: 0.65rem;
  color: #bbb;
  font-weight: 600;
  white-space: nowrap;
}
.onb-mobile-step.active .onb-ms-num {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}
.onb-mobile-step.active span {
  color: var(--red);
}
.onb-mobile-step.done .onb-ms-num {
  border-color: #27ae60;
  background: #27ae60;
  color: #fff;
}
.onb-mobile-step.done span {
  color: #27ae60;
}

.onb-ms-line {
  flex: 1;
  height: 2px;
  background: #e5e5e5;
  margin: 0 6px 18px;
  min-width: 20px;
}
.onb-ms-line.done {
  background: #27ae60;
}

/* Progress */
.onb-progress-wrap {
  height: 4px;
  background: #e5e5e5;
  border-radius: 4px;
  margin-bottom: 44px;
  overflow: hidden;
}
.onb-progress-bar {
  height: 100%;
  background: linear-gradient(to left, var(--red), #e87c6e);
  border-radius: 4px;
  transition: width 0.45s ease;
}

/* Form */
.onb-form {
  display: none;
}
.onb-form.active {
  display: block;
}

.onb-form-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #eee;
}

.onb-form-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #fef2f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--red);
  flex-shrink: 0;
}
.onb-form-icon.onb-icon-blue {
  background: #eaf4ff;
  color: #2980b9;
}
.onb-form-icon.onb-icon-green {
  background: #f0faf4;
  color: #27ae60;
}

.onb-form-header h2 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #1a1a1a;
  margin: 0 0 4px;
}
.onb-form-header p {
  font-size: 0.83rem;
  color: #888;
  margin: 0;
}

/* Fields */
.onb-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.onb-field label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #333;
}
.onb-required {
  color: var(--red);
}

.onb-input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  padding: 0 14px;
  transition: all 0.2s;
}

.onb-input-wrap:focus-within {
  border-color: var(--red);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.onb-input-wrap i {
  color: #ccc;
  font-size: 0.88rem;
  flex-shrink: 0;
}

.onb-input-wrap input,
.onb-input-wrap select {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Cairo", sans-serif;
  font-size: 0.88rem;
  color: #1a1a1a;
  padding: 13px 0;
}
.onb-input-wrap select {
  appearance: none;
  cursor: pointer;
}

.onb-field textarea {
  width: 100%;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  padding: 13px 14px;
  font-family: "Cairo", sans-serif;
  font-size: 0.88rem;
  color: #1a1a1a;
  outline: none;
  resize: vertical;
  transition: all 0.2s;
  min-height: 90px;
}
.onb-field textarea:focus {
  border-color: var(--red);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Upload */
.onb-upload {
  border: 2px dashed #ddd;
  border-radius: 14px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.25s;
  background: #fff;
  text-align: center;
  min-height: 150px;
  justify-content: center;
}
.onb-upload:hover {
  border-color: var(--red);
  background: #fff9f8;
}
.onb-upload.uploaded {
  border-color: #27ae60;
  background: #f0faf4;
  border-style: solid;
}

.onb-upload-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #f4f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #bbb;
  margin-bottom: 6px;
  transition: all 0.25s;
}
.onb-upload:hover .onb-upload-icon {
  background: #fef2f1;
  color: var(--red);
}
.onb-upload.uploaded .onb-upload-icon {
  background: #f0faf4;
  color: #27ae60;
}

.onb-upload strong {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1a1a;
}
.onb-upload span {
  font-size: 0.78rem;
  color: #999;
}
.onb-upload small {
  font-size: 0.7rem;
  color: #bbb;
}

/* Notice */
.onb-notice {
  display: flex;
  gap: 14px;
  background: #eaf4ff;
  border: 1px solid #b2d8f7;
  border-radius: 12px;
  padding: 18px 20px;
  align-items: flex-start;
}
.onb-notice-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #2980b9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.onb-notice strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1a5276;
  margin-bottom: 4px;
}
.onb-notice p {
  font-size: 0.8rem;
  color: #2471a3;
  margin: 0;
  line-height: 1.7;
}

/* Actions */
.onb-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #eee;
  gap: 12px;
}

.onb-btn-primary {
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: "Cairo", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 13px 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.25s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}
.onb-btn-primary:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  color: #fff;
}

.onb-btn-ghost {
  background: transparent;
  color: #888;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  font-family: "Cairo", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.onb-btn-ghost:hover {
  border-color: var(--red);
  color: var(--red);
}

/* Responsive */
@media (max-width: 991px) {
  .onb-layout {
    grid-template-columns: 1fr;
  }
  .onb-sidebar {
    display: none;
  }
  .onb-main {
    padding: 32px 24px;
  }
  .onb-mobile-steps {
    display: flex;
  }
}

@media (max-width: 576px) {
  .onb-main {
    padding: 24px 16px;
  }
  .onb-form-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .onb-form-header h2 {
    font-size: 1.3rem;
  }
  .onb-actions {
    flex-direction: column-reverse;
  }
  .onb-btn-primary,
  .onb-btn-ghost {
    width: 100%;
    justify-content: center;
  }
  .onb-upload {
    padding: 22px 14px;
    min-height: 130px;
  }
}

/* ===========================
   EVENTS PAGE — PROFESSIONAL UPGRADE
   =========================== */

/* Header pills row */
.ev-header-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Header background height */
.ev-header-bg {
  min-height: 220px;
  padding: 110px 0 40px;
}

/* Featured badge */
.ev-featured-badge {
  position: absolute;
  top: 14px;
  left: 56px;
  background: linear-gradient(135deg, #f39c12, #e67e22);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Category badge color variants */
.ev-badge-sport {
  background: #2980b9 !important;
}
.ev-badge-tourism {
  background: #27ae60 !important;
}
.ev-badge-travel {
  background: #8e44ad !important;
}
.ev-badge-biz {
  background: #2c3e50 !important;
}
.ev-badge-food {
  background: #e67e22 !important;
}

/* Star rating */
.ev-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 10px;
  font-size: 0.72rem;
  color: #f39c12;
}
.ev-rating span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.72rem;
  font-weight: 700;
  margin-right: 4px;
}

/* Free badge */
.ev-free-badge {
  background: rgba(39, 174, 96, 0.2) !important;
  color: #2ecc71 !important;
  border: 1px solid rgba(39, 174, 96, 0.4);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.78rem !important;
}

/* Sort label icon */
.ev-sort-label {
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* Toolbar refinement */
.ev-toolbar {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Filter box border */
.ev-filter-box {
  border: 1px solid var(--border) !important;
}

/* Card hover glow */
.event-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease !important;
}
.event-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Btn-book upgrade */
.btn-book {
  background: var(--red) !important;
  color: #fff !important;
  padding: 7px 20px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  transition: var(--transition);
  white-space: nowrap;
}
.btn-book:hover {
  background: var(--red-dark) !important;
  transform: translateY(-1px);
}

/* Pagination upgrade */
.ev-pagination {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  margin: 0 auto;
}

/* Responsive header pills */
@media (max-width: 768px) {
  .ev-header-pills {
    gap: 6px;
  }
  .ev-cat-pill {
    font-size: 0.75rem !important;
    padding: 5px 12px !important;
  }
  .ev-header-bg {
    padding: 90px 0 28px;
  }
}

/* ===========================
   FILTER SIDEBAR — PROFESSIONAL UPGRADE
   =========================== */

/* Box overall */
.ev-filter-box {
  border: 1px solid var(--border) !important;
  border-radius: 16px !important;
  padding: 0 !important;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Header */
.ev-filter-header {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  padding: 16px 20px !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.ev-filter-header h6 {
  color: #fff !important;
  font-size: 0.95rem !important;
}

.ev-filter-header h6 i {
  color: rgba(255, 255, 255, 0.8) !important;
}

.ev-filter-reset {
  color: rgba(255, 255, 255, 0.85) !important;
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 20px !important;
  padding: 4px 12px !important;
  font-size: 0.72rem !important;
  transition: var(--transition);
}

.ev-filter-reset:hover {
  background: rgba(255, 255, 255, 0.28) !important;
}

/* Sections */
.ev-filter-section {
  padding: 18px 20px 18px !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid var(--border) !important;
}

.ev-filter-section:last-of-type {
  border-bottom: none !important;
}

/* Section title with accent line */
.ev-filter-title {
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  color: var(--text) !important;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 14px !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ev-filter-title::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 14px;
  background: var(--red);
  border-radius: 2px;
  flex-shrink: 0;
}

/* Chips upgrade */
.ev-chip {
  padding: 7px 14px !important;
  border-radius: 8px !important;
  border: 1.5px solid var(--border) !important;
  background: var(--white) !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  color: var(--text-muted) !important;
  transition: var(--transition);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.ev-chip:hover {
  border-color: var(--red) !important;
  color: var(--red) !important;
  background: #fef2f1 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.ev-chip.active {
  background: var(--red) !important;
  border-color: var(--red) !important;
  color: #fff !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Price inputs */
.ev-price-input {
  border-radius: 10px !important;
  border: 1.5px solid var(--border) !important;
  background: var(--off-white) !important;
  font-weight: 700 !important;
  transition: var(--transition);
}

.ev-price-input:focus {
  border-color: var(--red) !important;
  background: var(--white) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Range slider */
.ev-range {
  height: 4px;
  cursor: pointer;
}

/* Date options */
.ev-date-opt {
  border-radius: 10px !important;
  border: 1.5px solid var(--border) !important;
  padding: 10px 14px !important;
  font-weight: 600 !important;
  transition: var(--transition);
  background: var(--white);
}

.ev-date-opt:hover {
  background: #fef2f1 !important;
  border-color: var(--red) !important;
}

.ev-date-opt.active,
.ev-date-opt:has(input:checked) {
  border-color: var(--red) !important;
  background: #fef2f1 !important;
}

.ev-date-opt input:checked ~ span {
  color: var(--red) !important;
  font-weight: 700 !important;
}

/* Apply button */
.ev-apply-btn {
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 14px !important;
  font-size: 0.92rem !important;
  letter-spacing: 0.3px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  background: linear-gradient(
    135deg,
    var(--red) 0%,
    var(--red-dark) 100%
  ) !important;
  transition: opacity 0.2s ease !important;
}

.ev-apply-btn:hover {
  opacity: 0.92;
  background: linear-gradient(
    135deg,
    var(--red) 0%,
    var(--red-dark) 100%
  ) !important;
}

/* ===========================
   PRICE FILTER — REDESIGN
   =========================== */

.ev-price-track-wrap {
  position: relative;
  margin-bottom: 16px;
}

.ev-range-dual {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 5px;
  border-radius: 4px;
  background: linear-gradient(to left, var(--red) 0%, var(--red) 100%);
  outline: none;
  cursor: pointer;
  direction: ltr;
}

.ev-range-dual::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white);
  border: 2.5px solid var(--red);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.ev-range-dual::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.ev-range-dual::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white);
  border: 2.5px solid var(--red);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

/* Price inputs row */
.ev-price-inputs {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end !important;
  gap: 8px !important;
  direction: rtl;
}

.ev-price-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ev-price-field label {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.ev-price-input {
  padding: 9px 12px !important;
  border: 1.5px solid var(--border) !important;
  border-radius: 10px !important;
  font-family: "Cairo", sans-serif;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: var(--text) !important;
  background: var(--off-white) !important;
  outline: none;
  text-align: center;
  width: 100%;
  transition: var(--transition);
}

.ev-price-input:focus {
  border-color: var(--red) !important;
  background: var(--white) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* hide number input arrows */
.ev-price-input::-webkit-outer-spin-button,
.ev-price-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ev-price-input[type="number"] {
  -moz-appearance: textfield;
}

.ev-price-sep {
  padding-bottom: 10px;
  color: var(--text-muted);
  font-size: 1rem;
  font-weight: 300;
  flex-shrink: 0;
}

/* ===========================
   HOW IT WORKS PAGE
   =========================== */

.hiw-header-bg {
  background-image: url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?w=1600&q=80");
}

/* ── Steps Section ── */
.hiw-steps-section {
  padding: 80px 0 40px;
  background: var(--white);
}

.hiw-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid var(--border);
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.hiw-step.revealed {
  opacity: 1;
  transform: translateY(0);
}

.hiw-step:last-of-type {
  border-bottom: none;
}

.hiw-step-reverse {
  direction: ltr;
}
.hiw-step-reverse .hiw-step-body {
  direction: rtl;
}
.hiw-step-reverse .hiw-step-visual {
  direction: rtl;
}

/* Step number watermark */
.hiw-step-num {
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 7rem;
  font-weight: 900;
  color: var(--light-gray);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* Step icon */
.hiw-step-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.hiw-icon-red {
  background: linear-gradient(135deg, #c0392b, #96281b);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.hiw-icon-orange {
  background: linear-gradient(135deg, #e67e22, #d35400);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.hiw-icon-teal {
  background: linear-gradient(135deg, #16a085, #0e6655);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.hiw-icon-purple {
  background: linear-gradient(135deg, #8e44ad, #6c3483);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.hiw-step-body {
  position: relative;
  z-index: 1;
}

.hiw-step-tag {
  display: inline-block;
  background: #fef2f1;
  border: 1px solid rgba(192, 57, 43, 0.2);
  color: var(--red);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.hiw-step-title {
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 14px;
  line-height: 1.3;
}

.hiw-step-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.85;
  margin-bottom: 24px;
}

.hiw-step-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hiw-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
}

.hiw-feat i {
  color: var(--red);
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* Connector */
.hiw-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
}

.hiw-connector-line {
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, var(--border), var(--red));
  border-radius: 2px;
}

.hiw-connector-icon {
  color: var(--red);
  font-size: 0.75rem;
}

/* ── Mockups ── */
.hiw-step-visual {
  display: flex;
  justify-content: center;
}

.hiw-mockup {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 360px;
}

/* Search mockup */
.hiw-mock-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 10px 16px;
  font-size: 0.85rem;
  color: #aaa;
  margin-bottom: 16px;
}
.hiw-mock-bar i {
  color: var(--red);
}

.hiw-mock-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hiw-chip {
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--off-white);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
}
.hiw-chip.active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.hiw-chip i {
  font-size: 0.7rem;
}

.hiw-mock-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  gap: 12px;
}

.hiw-mock-img {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.hiw-mock-info {
  padding: 10px 10px 10px 0;
  flex: 1;
}

.hiw-mock-badge {
  background: var(--red);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 5px;
}

.hiw-mock-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}

.hiw-mock-meta {
  font-size: 0.72rem;
  color: var(--text-muted);
}

/* Ticket mockup */
.hiw-ticket-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  margin-bottom: 10px;
  transition: var(--transition);
}

.hiw-ticket-active {
  border-color: var(--red);
  background: #fef2f1;
}

.hiw-ticket-type {
  flex: 1;
}
.hiw-ticket-name {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
}
.hiw-ticket-desc {
  font-size: 0.72rem;
  color: var(--text-muted);
}
.hiw-ticket-price {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--red);
  white-space: nowrap;
}

.hiw-ticket-qty {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 700;
}

.hiw-ticket-qty button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--white);
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
}

.hiw-ticket-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  background: var(--off-white);
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
  margin-top: 4px;
}

.hiw-ticket-total strong {
  color: var(--red);
  font-size: 1rem;
}

/* Pay mockup */
.hiw-pay-methods {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.hiw-pay-method {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 8px;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--transition);
}

.hiw-pay-method i {
  font-size: 1.2rem;
}

.hiw-pay-active {
  border-color: var(--red);
  background: #fef2f1;
  color: var(--red);
}

.hiw-pay-secure {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #16a34a;
  margin-bottom: 16px;
}

.hiw-pay-btn {
  width: 100%;
  padding: 13px;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: "Cairo", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* QR mockup */
.hiw-qr-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 16px;
}

.hiw-qr-check {
  color: #16a34a;
  font-size: 1.1rem;
}

.hiw-qr-box {
  display: flex;
  justify-content: center;
  padding: 16px;
  background: var(--off-white);
  border-radius: 12px;
  margin-bottom: 16px;
}

.hiw-qr-info {
  text-align: center;
}
.hiw-qr-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.hiw-qr-meta {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.hiw-qr-id {
  font-size: 0.72rem;
  color: var(--red);
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* ── FAQ ── */
.hiw-faq-section {
  padding: 80px 0;
  background: var(--off-white);
}

.hiw-section-title {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 900;
  color: var(--text);
}

.hiw-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hiw-faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: var(--transition);
  opacity: 0;
  transform: translateY(16px);
}

.hiw-faq-item.revealed {
  opacity: 1;
  transform: translateY(0);
}

.hiw-faq-item.open {
  border-color: var(--red);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.hiw-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background: none;
  border: none;
  font-family: "Cairo", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  text-align: right;
  gap: 12px;
}

.hiw-faq-q i {
  color: var(--text-muted);
  font-size: 0.8rem;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.hiw-faq-item.open .hiw-faq-q i {
  transform: rotate(180deg);
  color: var(--red);
}

.hiw-faq-a {
  display: none;
  padding: 0 20px 18px;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.8;
}

.hiw-faq-item.open .hiw-faq-a {
  display: block;
}

/* ── CTA ── */
.hiw-cta-section {
  padding: 80px 0;
  background: var(--white);
}

.hiw-cta-box {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  border-radius: 24px;
  padding: 64px 40px;
  text-align: center;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.hiw-cta-icon {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 20px;
}

.hiw-cta-box h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.hiw-cta-box p {
  font-size: 0.97rem;
  opacity: 0.85;
  margin-bottom: 28px;
}

.hiw-cta-box .btn-red {
  background: #fff !important;
  color: var(--red) !important;
  font-weight: 700;
}

.hiw-cta-box .btn-outline-red {
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: #fff !important;
}

.hiw-cta-box .btn-outline-red:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: #fff !important;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .hiw-step {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hiw-step-reverse {
    direction: rtl;
  }
  .hiw-step-num {
    font-size: 5rem;
    top: 10px;
  }
  .hiw-step-title {
    font-size: 1.5rem;
  }
  .hiw-step-visual {
    order: -1;
  }
}

@media (max-width: 576px) {
  .hiw-steps-section {
    padding: 40px 0 20px;
  }
  .hiw-step {
    padding: 40px 0;
  }
  .hiw-cta-box {
    padding: 40px 20px;
  }
  .hiw-cta-box h2 {
    font-size: 1.5rem;
  }
  .hiw-mockup {
    max-width: 100%;
  }
}

/* ============================================================
   HOW IT WORKS v2 — FULL REDESIGN
   ============================================================ */

/* ── Hero ── */
.hiw-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-top: 70px;
}

.hiw-hero-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?w=1600&q=80")
    center/cover no-repeat;
}

.hiw-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 10, 10, 0.88) 0%,
    rgba(30, 10, 10, 0.75) 100%
  );
}

.hiw-hero-content {
  padding: 80px 0 120px;
  z-index: 2;
}

.hiw-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(192, 57, 43, 0.2);
  border: 1px solid rgba(192, 57, 43, 0.4);
  color: #ff8a7a;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hiw-hero-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 16px;
}

.hiw-hero-brand {
  color: var(--red);
}

.hiw-hero-sub {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 480px;
}

/* Steps preview row */
.hiw-hero-steps-preview {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hiw-preview-step {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 600;
}

.hiw-ps-num {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 2px 7px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
}

.hiw-ps-active {
  background: rgba(192, 57, 43, 0.25);
  border-color: rgba(192, 57, 43, 0.5);
  color: #ff8a7a;
}

.hiw-ps-active .hiw-ps-num {
  background: var(--red);
}

.hiw-preview-arrow {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.7rem;
}

/* Hero ticket card */
.hiw-hero-card {
  background: var(--white);
  border-radius: 20px;
  padding: 28px;
  width: 300px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
}

.hiw-hero-card-top {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 20px;
}

.hiw-hero-qr {
  display: flex;
  justify-content: center;
  background: var(--off-white);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}

.hiw-hero-card-info {
  text-align: center;
  margin-bottom: 16px;
}
.hiw-hero-card-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 5px;
}
.hiw-hero-card-meta {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.hiw-hero-card-id {
  font-size: 0.72rem;
  color: var(--red);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.hiw-hero-card-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #16a34a;
}

/* Stats bar */
.hiw-hero-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
  z-index: 2;
}

.hiw-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px;
}

.hiw-stat-num {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}

.hiw-stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

.hiw-stat-div {
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
  align-self: stretch;
}

/* ── Steps Section v2 ── */
.hiw2-steps-section {
  padding: 80px 0;
  background: var(--off-white);
}

.hiw2-step {
  display: flex;
  gap: 0;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.hiw2-step.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Left: number + icon + line */
.hiw2-step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 80px;
}

.hiw2-step-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.hiw2-step-n {
  font-size: 0.6rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  margin-bottom: 2px;
}

.hiw2-step-icon-wrap {
  font-size: 1.3rem;
  color: #fff;
}

.hiw2-badge-red {
  background: linear-gradient(135deg, #c0392b, #96281b);
}
.hiw2-badge-orange {
  background: linear-gradient(135deg, #e67e22, #d35400);
}
.hiw2-badge-teal {
  background: linear-gradient(135deg, #16a085, #0e6655);
}
.hiw2-badge-purple {
  background: linear-gradient(135deg, #8e44ad, #6c3483);
}

.hiw2-step-line {
  width: 2px;
  flex: 1;
  min-height: 40px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
  margin: 8px 0;
}

/* Right: card */
.hiw2-step-right {
  flex: 1;
  padding: 0 24px 48px 0;
}

[dir="ltr"] .hiw2-step-right {
  padding: 0 0 48px 24px;
}

.hiw2-step-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.hiw2-step-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.hiw2-step-card-body {
  padding: 32px;
  border-inline-end: 1px solid var(--border);
}

.hiw2-step-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.hiw2-tag-red {
  background: #fef2f1;
  color: var(--red);
  border: 1px solid rgba(192, 57, 43, 0.2);
}
.hiw2-tag-orange {
  background: #fff7ed;
  color: #e67e22;
  border: 1px solid rgba(230, 126, 34, 0.2);
}
.hiw2-tag-teal {
  background: #f0fdfa;
  color: #16a085;
  border: 1px solid rgba(22, 160, 133, 0.2);
}
.hiw2-tag-purple {
  background: #faf5ff;
  color: #8e44ad;
  border: 1px solid rgba(142, 68, 173, 0.2);
}

.hiw2-step-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 12px;
}

.hiw2-step-desc {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.hiw2-feats {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.hiw2-feat {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
}
.hiw2-feat i {
  color: var(--red);
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* Visual panel */
.hiw2-step-card-visual {
  padding: 24px;
  background: var(--off-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hiw2-mock {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Search mock */
.hiw2-mock-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 0.8rem;
  color: #aaa;
  margin-bottom: 12px;
}
.hiw2-mock-search i {
  color: var(--red);
}
.hiw2-mock-search span {
  flex: 1;
}
.hiw2-mock-search button {
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
}

.hiw2-mock-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.hiw2-chip {
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--off-white);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
}
.hiw2-chip-on {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.hiw2-chip i {
  font-size: 0.65rem;
}

.hiw2-mock-result {
  display: flex;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 8px;
}
.hiw2-mock-result-dim {
  opacity: 0.5;
}

.hiw2-mock-thumb {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.hiw2-thumb-1 {
  background-image: url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=200&q=80");
}
.hiw2-thumb-2 {
  background-image: url("https://images.unsplash.com/photo-1574629810360-7efbbe195018?w=200&q=80");
}

.hiw2-mock-rinfo {
  padding: 8px 8px 8px 0;
  flex: 1;
}
.hiw2-mock-rbadge {
  background: var(--red);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 4px;
}
.hiw2-rbadge-sport {
  background: #2980b9 !important;
}
.hiw2-mock-rtitle {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 3px;
}
.hiw2-mock-rmeta {
  font-size: 0.68rem;
  color: var(--text-muted);
  margin-bottom: 3px;
}
.hiw2-mock-rprice {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--red);
}

/* Ticket mock */
.hiw2-tkt-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  margin-bottom: 8px;
}
.hiw2-tkt-active {
  border-color: var(--red);
  background: #fef2f1;
}
.hiw2-tkt-info {
  flex: 1;
}
.hiw2-tkt-name {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text);
}
.hiw2-tkt-sub {
  font-size: 0.68rem;
  color: var(--text-muted);
}
.hiw2-tkt-price {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--red);
  white-space: nowrap;
}
.hiw2-tkt-qty {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
}
.hiw2-tkt-qty button {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--white);
  cursor: pointer;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
}
.hiw2-tkt-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: var(--off-white);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
}
.hiw2-tkt-total strong {
  color: var(--red);
}

/* Pay mock */
.hiw2-pay-methods {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.hiw2-pay-m {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 6px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
}
.hiw2-pay-m i {
  font-size: 1.1rem;
}
.hiw2-pay-on {
  border-color: #16a085;
  background: #f0fdfa;
  color: #16a085;
}
.hiw2-pay-secure {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #16a34a;
  margin-bottom: 12px;
}
.hiw2-pay-summary {
  margin-bottom: 12px;
}
.hiw2-pay-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  color: var(--text-muted);
  padding: 4px 0;
}
.hiw2-pay-total {
  font-weight: 700;
  color: var(--text);
  border-top: 1px solid var(--border);
  padding-top: 8px;
  margin-top: 4px;
}
.hiw2-pay-total strong {
  color: var(--red);
}
.hiw2-pay-btn {
  width: 100%;
  padding: 11px;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: "Cairo", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

/* QR mock */
.hiw2-mock-qr {
  text-align: center;
}
.hiw2-qr-success {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 14px;
}
.hiw2-qr-success i {
  color: #16a34a;
  font-size: 1rem;
}
.hiw2-qr-wrap {
  display: flex;
  justify-content: center;
  background: var(--off-white);
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 14px;
}
.hiw2-qr-details {
}
.hiw2-qr-event {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.hiw2-qr-meta {
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-bottom: 5px;
}
.hiw2-qr-id {
  font-size: 0.7rem;
  color: var(--red);
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* ── FAQ v2 ── */
.hiw2-faq-section {
  padding: 80px 0;
  background: var(--white);
}

.hiw2-faq-title {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 900;
  color: var(--text);
  line-height: 1.3;
}

.hiw2-faq-sub {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-top: 10px;
}

.hiw2-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hiw2-faq-item {
  border: 1.5px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: var(--white);
}

.hiw2-faq-item.open {
  border-color: var(--red);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.hiw2-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background: none;
  border: none;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  text-align: right;
  gap: 12px;
}

.hiw2-faq-q i {
  color: var(--text-muted);
  font-size: 0.8rem;
  flex-shrink: 0;
  transition:
    transform 0.25s ease,
    color 0.25s ease;
}
.hiw2-faq-item.open .hiw2-faq-q i {
  transform: rotate(45deg);
  color: var(--red);
}

.hiw2-faq-a {
  display: none;
  padding: 0 20px 18px;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.8;
}
.hiw2-faq-item.open .hiw2-faq-a {
  display: block;
}

/* ── CTA v2 ── */
.hiw2-cta-section {
  padding: 80px 0;
  background: var(--off-white);
}

.hiw2-cta-box {
  background: linear-gradient(135deg, #1a0505 0%, #2d0a0a 50%, #1a0505 100%);
  border-radius: 28px;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(192, 57, 43, 0.3);
}

.hiw2-cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 300px;
  background: radial-gradient(
    ellipse,
    rgba(192, 57, 43, 0.35) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.hiw2-cta-icon {
  width: 76px;
  height: 76px;
  background: rgba(192, 57, 43, 0.2);
  border: 1px solid rgba(192, 57, 43, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #ff8a7a;
  margin: 0 auto 24px;
}

.hiw2-cta-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
}
.hiw2-cta-sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.97rem;
  margin-bottom: 32px;
}

.hiw2-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--red);
  color: #fff;
  padding: 13px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.hiw2-cta-btn-primary:hover {
  background: var(--red-dark);
  color: #fff;
  transform: translateY(-2px);
}

.hiw2-cta-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  padding: 13px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: var(--transition);
}
.hiw2-cta-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .hiw2-step-card {
    grid-template-columns: 1fr;
  }
  .hiw2-step-card-body {
    border-inline-end: none;
    border-bottom: 1px solid var(--border);
  }
  .hiw-hero-content {
    padding: 60px 0 100px;
  }
  .hiw-stat-item {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .hiw-hero {
    min-height: auto;
  }
  .hiw-hero-content {
    padding: 40px 0 90px;
  }
  .hiw2-step-left {
    width: 50px;
  }
  .hiw2-step-badge {
    width: 48px;
    height: 48px;
  }
  .hiw2-step-icon-wrap {
    font-size: 1rem;
  }
  .hiw2-step-right {
    padding: 0 14px 32px 0;
  }
  .hiw2-step-card-body {
    padding: 20px;
  }
  .hiw2-step-title {
    font-size: 1.2rem;
  }
  .hiw2-cta-box {
    padding: 48px 20px;
  }
  .hiw-hero-stats {
    position: relative;
  }
  .hiw-stat-div {
    display: none;
  }
  .hiw-stat-item {
    padding: 8px 16px;
  }
}

/* ── hiw2 reveal animation ── */
.hiw2-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
.hiw2-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================
   CONTACT PAGE
   ============================================= */

/* ── Info Cards ── */
.ct-info-section {
  padding: 60px 0 0;
  background: var(--white);
}
.ct-info-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
  transition: var(--transition);
  height: 100%;
}
.ct-info-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: transparent;
}
.ct-info-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin: 0 auto 16px;
  color: #fff;
}
.ct-icon-red {
  background: linear-gradient(135deg, #c0392b, #96281b);
}
.ct-icon-green {
  background: linear-gradient(135deg, #16a085, #0e6655);
}
.ct-icon-blue {
  background: linear-gradient(135deg, #25d366, #128c7e);
}
.ct-icon-orange {
  background: linear-gradient(135deg, #e67e22, #d35400);
}
.ct-info-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.ct-info-sub {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.ct-info-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--red);
  text-decoration: none;
  transition: var(--transition);
}
.ct-info-link:hover {
  color: var(--red-dark);
}

/* ── Main Section ── */
.ct-main-section {
  padding: 60px 0;
  background: var(--white);
}

/* ── Form Card ── */
.ct-form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.ct-form-title {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--text);
}
.ct-form-sub {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-top: 4px;
}
.ct-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.ct-input-wrap {
  position: relative;
}
.ct-input-icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 0.85rem;
  pointer-events: none;
}
.ct-textarea-wrap .ct-textarea-icon {
  top: 16px;
  transform: none;
}
.ct-input {
  width: 100%;
  padding: 11px 40px 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-family: "Cairo", sans-serif;
  font-size: 0.88rem;
  color: var(--text);
  background: var(--off-white);
  outline: none;
  transition: var(--transition);
  appearance: none;
}
.ct-input:focus {
  border-color: var(--red);
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.ct-input.ct-input-error {
  border-color: var(--red);
  background: #fff8f8;
}
.ct-select {
  cursor: pointer;
}
.ct-textarea {
  resize: vertical;
  min-height: 130px;
  padding-top: 12px;
}
.ct-error {
  display: none;
  font-size: 0.75rem;
  color: var(--red);
  margin-top: 5px;
  font-weight: 600;
}
.ct-submit-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.ct-submit-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.ct-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Success */
.ct-success-msg {
  text-align: center;
  padding: 40px 20px;
}
.ct-success-icon {
  font-size: 3.5rem;
  color: #16a34a;
  display: block;
  margin-bottom: 16px;
}
.ct-success-msg h4 {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 8px;
}
.ct-success-msg p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* ── Sidebar Cards ── */
.ct-side-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.ct-side-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.ct-side-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  flex-shrink: 0;
}
.ct-side-icon-purple {
  background: linear-gradient(135deg, #8e44ad, #6c3483);
}
.ct-side-icon-teal {
  background: linear-gradient(135deg, #16a085, #0e6655);
}
.ct-side-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}

/* Hours */
.ct-hours-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.ct-hours-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.85rem;
  color: var(--text-muted);
}
.ct-hours-list li:last-child {
  border-bottom: none;
}
.ct-hours-val {
  font-weight: 700;
}
.ct-hours-open {
  color: #16a34a;
}
.ct-hours-closed {
  color: var(--red);
}
.ct-status-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 9px 14px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #16a34a;
}
.ct-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
  animation: ctPulse 1.5s ease-in-out infinite;
  flex-shrink: 0;
}
.ct-status-dot.ct-dot-closed {
  background: var(--red);
  animation: none;
}
.ct-status-dot.ct-dot-closed ~ #ctStatusText {
  color: var(--red);
}
.ct-status-badge:has(.ct-dot-closed) {
  background: #fff8f8;
  border-color: rgba(192, 57, 43, 0.2);
  color: var(--red);
}
@keyframes ctPulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.3);
  }
}

/* Social Grid */
.ct-social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ct-social-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  transition: var(--transition);
}
.ct-social-item:hover {
  transform: translateY(-2px);
  opacity: 0.9;
  color: #fff;
}
.ct-social-fb {
  background: #1877f2;
}
.ct-social-ig {
  background: linear-gradient(
    135deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}
.ct-social-tw {
  background: #1da1f2;
}
.ct-social-wa {
  background: #25d366;
}

/* FAQ Quick */
.ct-faq-quick {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}
.ct-faq-quick li {
  border-bottom: 1px solid var(--border);
}
.ct-faq-quick li:last-child {
  border-bottom: none;
}
.ct-faq-quick a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  transition: var(--transition);
}
.ct-faq-quick a i {
  color: var(--red);
  font-size: 0.7rem;
}
.ct-faq-quick a:hover {
  color: var(--red);
  padding-right: 4px;
}
.ct-faq-more {
  font-size: 0.83rem;
  font-weight: 700;
  color: var(--red);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}
.ct-faq-more:hover {
  gap: 10px;
}

/* ── Map ── */
.ct-map-section {
  padding: 0 0 80px;
  background: var(--white);
}
.ct-map-header {
  margin-bottom: 24px;
}
.ct-map-title {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--text);
}
.ct-map-wrap {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.ct-map-wrap iframe {
  display: block;
}

/* ── Reveal ── */
.ct-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
.ct-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .ct-form-card {
    padding: 28px 22px;
  }
}
@media (max-width: 768px) {
  .ct-map-section {
    padding-bottom: 50px;
  }
}

/* ── Contact Hero (event-detail style) ── */
.ct-hero {
  position: relative;
  height: 580px;
  margin-top: 65px;
  background: url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?w=1600&q=80")
    center/cover no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.ct-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.55) 45%,
    rgba(0, 0, 0, 0.15) 100%
  );
}
.ct-hero-glow {
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(192, 57, 43, 0.25) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.ct-hero-container {
  z-index: 3;
}

/* Strip */
.ct-strip {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .ct-hero {
    height: 70svh;
  }
}
@media (max-width: 576px) {
  .ct-hero {
    height: 75svh;
  }
}

/* =============================================================
   BOOKING PAGE
   ============================================================= */

/* Hero Banner */
.bk-hero {
  position: relative;
  height: 340px;
  margin-top: 65px;
  background: url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1600&q=80")
    center/cover no-repeat;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.bk-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.bk-hero-glow {
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(192, 57, 43, 0.2) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.bk-hero-content {
  z-index: 2;
  padding-bottom: 36px;
}
.bk-hero-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px;
}
.bk-hero-sub {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  margin-bottom: 24px;
}

/* Steps inside hero */
.bk-steps {
  display: flex;
  align-items: center;
  gap: 0;
}
.bk-step {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}
.bk-step-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  transition: var(--transition);
}
.bk-step-active {
  color: #fff;
}
.bk-step-active .bk-step-num {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.bk-step-done .bk-step-num {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
}
.bk-step-line {
  width: 48px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 8px;
}
.bk-main {
  padding: 40px 0 80px;
}

.bk-form-section {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
}
.bk-form-section:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.bk-section-label {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--off-white);
}
.bk-section-label i {
  width: 36px;
  height: 36px;
  background: #fef2f1;
  color: var(--red);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

/* Payment methods */
.bk-pay-methods {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.bk-pay-opt {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 2px solid var(--border);
  border-radius: 14px;
  cursor: pointer;
  transition: var(--transition);
  background: var(--white);
}
.bk-pay-opt input[type="radio"] {
  display: none;
}
.bk-pay-opt:hover {
  border-color: rgba(192, 57, 43, 0.3);
  background: #fff8f8;
}
.bk-pay-active {
  border-color: var(--red);
  background: #fff8f8;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.bk-pay-opt-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fef2f1;
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.bk-pay-icon-green {
  background: #f0fdf4;
  color: #16a34a;
}
.bk-pay-icon-blue {
  background: #eff6ff;
  color: #1d4ed8;
}
.bk-pay-opt strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
}
.bk-pay-opt small {
  font-size: 0.75rem;
  color: var(--text-muted);
}
.bk-pay-check {
  margin-right: auto;
  color: var(--red);
  opacity: 0;
  font-size: 1.1rem;
  transition: var(--transition);
}
.bk-pay-active .bk-pay-check {
  opacity: 1;
}

.bk-pay-detail {
  margin-top: 20px;
}
.bk-bank-info {
  background: var(--off-white);
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 14px;
  border: 1px solid var(--border);
}
.bk-bank-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  color: var(--text-muted);
}
.bk-bank-row:last-child {
  border-bottom: none;
}
.bk-bank-row strong {
  color: var(--text);
  font-weight: 700;
  font-size: 0.88rem;
}
.bk-bank-note {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.82rem;
  color: #92400e;
  font-weight: 600;
}
.bk-bank-note i {
  color: #f59e0b;
  font-size: 1rem;
  flex-shrink: 0;
}
.bk-secure-ssl {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 0.8rem;
  color: #16a34a;
  font-weight: 700;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  padding: 10px 14px;
}

.bk-submit-btn {
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff;
  border: none;
  border-radius: 14px;
  font-family: "Cairo", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.bk-submit-btn:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.bk-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Order Summary */
.bk-summary {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  position: sticky;
  top: 90px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.bk-summary-header {
  background: linear-gradient(135deg, #1a0505, #2d0a0a);
  padding: 18px 22px;
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.bk-summary-header i {
  color: var(--red);
  font-size: 1rem;
}
.bk-summary-event {
  display: flex;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--border);
}
.bk-summary-img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  background: url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=200&q=80")
    center/cover;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.bk-summary-title {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 5px;
}
.bk-summary-meta {
  font-size: 0.76rem;
  color: var(--text-muted);
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.bk-summary-meta i {
  color: var(--red);
}
.bk-summary-divider {
  height: 1px;
  background: var(--border);
}
.bk-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 22px;
  font-size: 0.85rem;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
}
.bk-summary-row strong {
  color: var(--text);
  font-weight: 700;
}
.bk-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 22px;
  font-weight: 900;
  font-size: 1rem;
  color: var(--text);
  background: var(--off-white);
  border-top: 2px solid var(--border);
}
.bk-summary-total span:last-child {
  color: var(--red);
  font-size: 1.15rem;
}
.bk-summary-secure {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-size: 0.78rem;
  color: #16a34a;
  font-weight: 700;
  border-top: 1px solid var(--border);
  background: #f0fdf4;
}
.bk-summary-secure i {
  font-size: 1rem;
  flex-shrink: 0;
}

/* =============================================================
   CONFIRMATION PAGE
   ============================================================= */
.cnf-page {
  margin-top: 65px;
  background: var(--off-white);
  min-height: calc(100vh - 65px);
}

/* Hero */
.cnf-hero {
  position: relative;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0505 50%, #0a0a0a 100%);
  padding: 70px 0 80px;
  overflow: hidden;
  text-align: center;
}
.cnf-hero-overlay {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1600&q=80")
    center/cover no-repeat;
  opacity: 0.08;
}
.cnf-hero-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(22, 163, 74, 0.15) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.cnf-hero-content {
  position: relative;
  z-index: 2;
}

/* Check icon with rings */
.cnf-check-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.cnf-check {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: #fff;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  animation: cnfPop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes cnfPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cnf-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(22, 163, 74, 0.3);
  animation: cnfRing 2s ease-out infinite;
}
.cnf-ring-1 {
  width: 120px;
  height: 120px;
  animation-delay: 0.3s;
}
.cnf-ring-2 {
  width: 160px;
  height: 160px;
  animation-delay: 0.6s;
}
@keyframes cnfRing {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.cnf-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}
.cnf-sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  margin-bottom: 32px;
}

.cnf-hero-stats {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  padding: 12px 28px;
  backdrop-filter: blur(8px);
}
.cnf-hero-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 16px;
}
.cnf-hero-stat i {
  color: #4ade80;
  font-size: 0.9rem;
}
.cnf-hero-stat-div {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.15);
}

/* Content area */
.cnf-content {
  padding: 48px 0 80px;
}

/* Ticket Card */
.cnf-ticket {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.cnf-ticket-top {
  padding: 28px 28px 22px;
  background: linear-gradient(135deg, #1a0505 0%, #2d0a0a 60%, #1a0505 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cnf-ticket-top::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 160px;
  height: 160px;
  background: radial-gradient(
    circle,
    rgba(192, 57, 43, 0.2) 0%,
    transparent 70%
  );
}
.cnf-ticket-logo {
  font-size: 0.78rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.cnf-ticket-logo i {
  color: var(--red);
  margin-left: 4px;
}
.cnf-ticket-event {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 12px;
  line-height: 1.3;
}
.cnf-ticket-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 6px;
}
.cnf-ticket-meta i {
  color: var(--red);
  margin-left: 4px;
}
.cnf-ticket-badges {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.cnf-badge-type {
  background: var(--red);
  color: #fff;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
}
.cnf-badge-qty {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.85);
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
}

/* Perforation */
.cnf-perforation {
  display: flex;
  align-items: center;
  background: var(--off-white);
  position: relative;
}
.cnf-perf-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--off-white);
  flex-shrink: 0;
}
.cnf-perf-right {
  margin-right: -14px;
}
.cnf-perf-left {
  margin-left: -14px;
}
.cnf-perf-line {
  flex: 1;
  border-top: 2px dashed #d1d5db;
  margin: 0 6px;
}

.cnf-ticket-bottom {
  padding: 28px 28px 24px;
  text-align: center;
  background: var(--white);
}
.cnf-scan-hint {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cnf-qr-wrap {
  display: inline-flex;
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.cnf-ticket-id {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--red);
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  font-family: monospace;
}
.cnf-ticket-secure {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #16a34a;
}

/* Details Card */
.cnf-details-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.cnf-details-title {
  background: linear-gradient(135deg, #1a0505, #2d0a0a);
  padding: 16px 22px;
  font-weight: 800;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.cnf-details-title i {
  color: var(--red);
}
.cnf-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 22px;
  font-size: 0.85rem;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
}
.cnf-detail-row span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cnf-detail-row span i {
  color: var(--red);
  font-size: 0.75rem;
  width: 14px;
}
.cnf-detail-row:last-child {
  border-bottom: none;
}
.cnf-detail-row strong {
  color: var(--text);
  font-weight: 700;
}
.cnf-id-badge {
  background: #fef2f1;
  color: var(--red);
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-family: monospace;
  letter-spacing: 0.5px;
}
.cnf-detail-total {
  background: var(--off-white);
}
.cnf-detail-total strong {
  color: var(--red);
  font-size: 1.05rem;
  font-weight: 900;
}

/* Note */
.cnf-note {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 0.82rem;
  color: #1d4ed8;
}
.cnf-note-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.cnf-note strong {
  display: block;
  font-weight: 800;
  margin-bottom: 2px;
}
.cnf-note span {
  color: #3b82f6;
  font-size: 0.78rem;
}

/* Actions */
.cnf-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cnf-actions-row {
  display: flex;
  gap: 10px;
}
.cnf-btn-primary {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: "Cairo", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.cnf-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.cnf-btn-ghost {
  flex: 1;
  padding: 13px;
  background: var(--white);
  color: var(--text);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: var(--transition);
}
.cnf-btn-ghost:hover {
  border-color: var(--red);
  color: var(--red);
}

/* Responsive */
@media (max-width: 768px) {
  .bk-steps {
    gap: 0;
  }
  .bk-step span {
    display: none;
  }
  .bk-step-line {
    max-width: 30px;
  }
  .bk-form-section {
    padding: 20px;
  }
  .cnf-hero {
    padding: 50px 0 60px;
  }
  .cnf-hero-stats {
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 16px;
  }
  .cnf-actions-row {
    flex-direction: column;
  }
}

@media print {
  .navbar,
  .footer,
  .cnf-actions,
  .cnf-note {
    display: none !important;
  }
  .cnf-page {
    margin-top: 0;
    background: #fff;
  }
  .cnf-ticket {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #ddd;
  }
}

/* ═══════════════════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════════════════ */

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

ul,
ol {
  list-style: none;
}

input,
select,
textarea {
  font-family: inherit;
}

img,
svg,
canvas {
  display: block;
  max-width: 100%;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: var(--gray-300);
  border-radius: 99px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--gray-400);
}

/* ═══════════════════════════════════════════════════════
           SCOPED UNDER .app_main_user
        ══════════════════════════════════════════════════════ */

.app_main_user .num {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

/* BUTTONS & CONTROLS */
.app_main_user .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: var(--radius);
  transition: var(--transition);
  white-space: nowrap;
  user-select: none;
}

.app_main_user .btn--primary {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app_main_user .btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.app_main_user .btn--primary:active {
  transform: translateY(0);
}

.app_main_user .seg {
  display: inline-flex;
  background: var(--white);
  border: none;
  border-radius: var(--radius);
  padding: 3px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app_main_user .seg__btn {
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  border-radius: var(--radius-sm);
  transition: all 0.15s ease;
  white-space: nowrap;
}

.app_main_user .seg__btn:hover {
  color: var(--text-secondary);
}

.app_main_user .seg__btn.is-active {
  background: var(--gray-900);
  color: var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app_main_user .seg--sm {
  background: var(--gray-50);
  border: none;
  padding: 2px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app_main_user .seg--sm .seg__btn {
  padding: 3px 10px;
  font-size: 11px;
}
.app_main_user .seg--sm .seg__btn.is-active {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 5px;
}

.app_main_user .icon-btn {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: var(--white);
  border: none;
  display: grid;
  place-items: center;
  transition: all 0.15s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app_main_user .icon-btn:hover {
  background: var(--gray-50);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app_main_user .icon-btn .icon {
  color: var(--gray-500);
  font-size: 15px;
}

.app_main_user .icon-btn__dot {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app_main_user .icon-btn--ghost {
  background: transparent;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app_main_user .icon-btn--ghost:hover {
  background: var(--gray-50);
}

.app_main_user .search {
  position: relative;
  display: flex;
  align-items: center;
}

.app_main_user .search .icon {
  position: absolute;
  right: 11px;
  color: var(--gray-400);
  font-size: 13px;
  pointer-events: none;
}

.app_main_user .search input {
  height: 36px;
  width: 200px;
  padding: 0 34px 0 14px;
  border-radius: var(--radius-sm);
  background: var(--white);
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  color: var(--text);
  outline: none;
  transition: all 0.15s ease;
}

.app_main_user .search input::placeholder {
  color: var(--gray-400);
}

.app_main_user .search input:focus {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* STAT CARDS */
.app_main_user .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}

.app_main_user .stat {
  position: relative;
  background: var(--white);
  border: none;
  border-radius: var(--radius-lg);
  padding: 20px 20px 18px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  overflow: hidden;
}

.app_main_user .stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  opacity: 1;
}

.app_main_user .stat[data-stat="revenue"]::before {
  background: linear-gradient(90deg, var(--red), var(--red-dark));
}
.app_main_user .stat[data-stat="bookings"]::before {
  background: linear-gradient(90deg, #10b981, #059669);
}
.app_main_user .stat[data-stat="tickets"]::before {
  background: linear-gradient(90deg, #3b82f6, #2563eb);
}
.app_main_user .stat[data-stat="views"]::before {
  background: linear-gradient(90deg, #f59e0b, #d97706);
}

.app_main_user .stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app_main_user .stat__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.app_main_user .stat__icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  font-size: 17px;
  transition: transform 0.3s var(--ease-out);
  position: relative;
}

.app_main_user .stat__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s;
}

.app_main_user .stat:hover .stat__icon {
  transform: scale(1.05);
}
.app_main_user .stat:hover .stat__icon::after {
  opacity: 1;
}

.app_main_user .stat__icon--primary {
  background: linear-gradient(135deg, var(--red-50), var(--red-100));
  color: var(--red);
}
.app_main_user .stat__icon--primary::after {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.app_main_user .stat__icon--success {
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  color: var(--success);
}
.app_main_user .stat__icon--success::after {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.app_main_user .stat__icon--info {
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  color: var(--info);
}
.app_main_user .stat__icon--info::after {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.app_main_user .stat__icon--warning {
  background: linear-gradient(135deg, #fffbeb, #fef3c7);
  color: var(--warning);
}
.app_main_user .stat__icon--warning::after {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app_main_user .trend {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 99px;
  letter-spacing: -0.01em;
}

.app_main_user .trend .icon {
  font-size: 9px;
}
.app_main_user .trend--up {
  background: var(--success-soft);
  color: var(--success);
}
.app_main_user .trend--down {
  background: rgba(220, 38, 38, 0.06);
  color: #dc2626;
}
.app_main_user .trend--text {
  background: transparent;
  padding: 0;
}

.app_main_user .stat__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.app_main_user .stat__label {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 500;
  line-height: 1.3;
}
.app_main_user .stat__label .muted {
  font-size: 10.5px;
}

.app_main_user .stat__value {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--text);
}

.app_main_user .stat__value .stat-unit {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  margin-right: 4px;
  letter-spacing: 0;
}

.app_main_user .stat__hint {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}

.app_main_user .stat__hint i {
  font-size: 10px;
  opacity: 0.6;
}

/* CARDS & LAYOUT */
.app_main_user .row {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}
.app_main_user .row--chart-table {
  grid-template-columns: 5fr 7fr;
}
.app_main_user .row--two {
  grid-template-columns: 1fr 1fr;
}

.app_main_user .card {
  background: var(--white);
  border: none;
  border-radius: var(--radius-lg);
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
}

.app_main_user .card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.app_main_user .card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.app_main_user .card__head--bordered {
  padding: 14px 20px;
  margin: -20px -20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  align-items: center;
}

.app_main_user .card__title {
  text-align: right;
}
.app_main_user .card__title h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}
.app_main_user .card__title p {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 2px;
  font-weight: 500;
}

.app_main_user .card__head-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.app_main_user .link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
  transition: all 0.15s ease;
}

.app_main_user .link:hover {
  color: var(--red-dark);
  gap: 6px;
}
.app_main_user .link .icon {
  font-size: 10px;
}

.app_main_user .link--muted {
  color: var(--text-muted);
  font-weight: 600;
}
.app_main_user .link--muted:hover {
  color: var(--text-secondary);
}

.app_main_user .badge {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 99px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app_main_user .badge--success {
  background: var(--success-soft);
  color: var(--success);
}

/* CHART */
.app_main_user .chart-card {
  display: flex;
  flex-direction: column;
}

.app_main_user .chart__total {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  margin: 4px 0 14px;
}

.app_main_user .chart__total .num {
  font-size: 22px;
  font-weight: 800;
}

.app_main_user .chart__legend-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.app_main_user .legend {
  display: flex;
  gap: 14px;
  font-size: 11px;
}
.app_main_user .legend__item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--text-muted);
  font-weight: 500;
}
.app_main_user .sw {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  display: inline-block;
}
.app_main_user .sw--solid {
  background: var(--red);
}
.app_main_user .sw--soft {
  background: rgba(192, 57, 43, 0.2);
}

.app_main_user .chart__canvas {
  flex: 1;
  min-height: 200px;
  position: relative;
}
.app_main_user .chart__canvas canvas {
  max-width: 100%;
}

/* TABLE */
.app_main_user .events-card {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.app_main_user .events-card .card__head--bordered {
  margin: 0;
}
.app_main_user .table-wrap {
  flex: 1;
  overflow-x: auto;
}

.app_main_user .table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.app_main_user .table thead {
  background: rgba(0, 0, 0, 0.015);
}

.app_main_user .table th {
  text-align: right;
  font-size: 10px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  white-space: nowrap;
}

.app_main_user .table th:first-child {
  padding-right: 20px;
}
.app_main_user .table th:last-child {
  padding-left: 20px;
}

.app_main_user .table td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  vertical-align: middle;
}

.app_main_user .table td:first-child {
  padding-right: 20px;
}
.app_main_user .table td:last-child {
  padding-left: 20px;
}

.app_main_user .table tbody tr {
  transition: background 0.15s;
}
.app_main_user .table tbody tr:hover {
  background: rgba(192, 57, 43, 0.015);
}
.app_main_user .table tbody tr:last-child td {
  border-bottom: none;
}

.app_main_user .event-id {
  font-family: "SF Mono", "Fira Code", "Courier New", monospace;
  font-size: 10px;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--gray-50);
  padding: 3px 7px;
  border-radius: var(--radius-xs);
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app_main_user .event-name {
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
  font-size: 12.5px;
}
.app_main_user .event-cat {
  font-size: 10px;
  color: var(--text-muted);
  margin-top: 2px;
  font-weight: 500;
}
.app_main_user .event-tickets-text {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--text-secondary);
}

.app_main_user .progress {
  height: 4px;
  width: 72px;
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.app_main_user .progress__bar {
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
  transition: width 0.6s var(--ease-out);
}

.app_main_user .event-revenue {
  font-weight: 700;
  font-size: 12.5px;
}
.app_main_user .event-revenue small {
  font-size: 9px;
  color: var(--text-muted);
  font-weight: 500;
  margin-right: 2px;
}

.app_main_user .status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 99px;
}

.app_main_user .status .dot {
  width: 5px;
  height: 5px;
}

.app_main_user .status--active {
  background: var(--success-soft);
  color: var(--success);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.app_main_user .status--active .dot {
  background: var(--success);
}
.app_main_user .status--low {
  background: var(--warning-soft);
  color: var(--warning);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.app_main_user .status--low .dot {
  background: var(--warning);
}
.app_main_user .status--done {
  background: var(--info-soft);
  color: var(--info);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.app_main_user .status--done .dot {
  background: var(--info);
}
.app_main_user .status--draft {
  background: var(--gray-50);
  color: var(--text-muted);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.app_main_user .status--draft .dot {
  background: var(--gray-400);
}
.app_main_user .status--upcoming {
  background: var(--accent-soft);
  color: var(--red);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.app_main_user .status--upcoming .dot {
  background: var(--red);
}

.app_main_user .card__foot {
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
}

/* RESALE & ACTIVE */
.app_main_user .resale__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.app_main_user .resale__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: var(--gray-50);
  border: none;
  transition: var(--transition);
}

.app_main_user .resale__list li:hover {
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateX(-2px);
}

.app_main_user .resale__val {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.app_main_user .resale__val .num {
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
}
.app_main_user .resale__val small {
  font-size: 10px;
  color: var(--text-muted);
  font-weight: 600;
  margin-right: 2px;
}

.app_main_user .active__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 4px;
}
.app_main_user .active__list li {
  font-size: 11px;
}
.app_main_user .active__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.app_main_user .active__row .pct {
  font-weight: 700;
  font-feature-settings: "tnum";
  font-size: 12px;
}
.app_main_user .active__row .name {
  font-weight: 500;
  color: var(--text-secondary);
  font-size: 12px;
}
.app_main_user .active__bar {
  height: 5px;
  width: 100%;
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.app_main_user .active__fill {
  height: 100%;
  border-radius: 99px;
  transition: width 0.8s var(--ease-out);
}
.app_main_user .fill--brand {
  background: linear-gradient(90deg, var(--red), var(--red-dark));
}
.app_main_user .fill--success {
  background: var(--success);
}
.app_main_user .fill--warning {
  background: var(--warning);
}
.app_main_user .fill--info {
  background: var(--info);
}
.app_main_user .fill--muted {
  background: var(--gray-400);
}

/* PAGES & TOAST */
.app_main_user .page {
  display: none;
  animation: pageIn 0.3s var(--ease-out);
}
.app_main_user .page.is-active {
  display: block;
}

@keyframes pageIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.app_main_user .toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(16px);
  background: var(--gray-900);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: var(--radius);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s var(--ease-out);
  z-index: 200;
  max-width: calc(100% - 40px);
}

.app_main_user .toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* HOME HERO */
.app_main_user .home-hero {
  position: relative;
  border-radius: 24px;
  padding: 28px 32px;
  margin-bottom: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1f2c 0%, #2d1820 55%, #4a1d18 100%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  isolation: isolate;
}


.page_event__header{
    position: relative;
  border-radius: 24px;
  padding: 28px 32px;
  margin-bottom: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1f2c 0%, #2d1820 55%, #4a1d18 100%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  isolation: isolate;
}

.page_event__title h1{
  color: #fff !important;
  margin-bottom: 10px;
}

.page_event__title p{
  color: #fff !important;
}


@keyframes heroFloat {
  0%,
  100% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.03) translate(-1%, 0.5%);
  }
}



.app_main_user .home-hero__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.app_main_user .home-hero__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.app_main_user .home-hero__icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-lg);
  display: grid;
  place-items: center;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.03)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 22px;
}

.app_main_user .home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  backdrop-filter: blur(8px);
}

.app_main_user .home-hero__title {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 2px;
}

.app_main_user .home-hero__sub {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12.5px;
  font-weight: 400;
}

.app_main_user .home-hero__tools {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.app_main_user .search--hero {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  backdrop-filter: blur(12px);
  min-width: 220px;
}

.app_main_user .search--hero .icon {
  color: rgba(255, 255, 255, 0.4);
}
.app_main_user .search--hero input {
  color: #fff;
  background: transparent;
  border: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.app_main_user .search--hero input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.app_main_user .search--hero input:focus {
  outline: none;
}

.app_main_user .icon-btn--hero {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  backdrop-filter: blur(12px);
}

.app_main_user .icon-btn--hero:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
}

.app_main_user .icon-btn--hero .icon {
  color: #fff;
}

.app_main_user .btn--hero {
  background: var(--white) !important;
  color: var(--red) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  font-weight: 700 !important;
}

.app_main_user .btn--hero:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app_main_user .dot-pulse {
  width: 6px;
  height: 6px;
  background: #4ade80;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  }
  70% {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  }
  100% {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  }
}

/* RANGE BAR */
.app_main_user .range-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 16px;
  margin-bottom: 20px;
  background: var(--white);
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app_main_user .range-bar__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
}

.app_main_user .range-bar__label .icon {
  color: var(--red);
  font-size: 13px;
}

.app_main_user .seg--pill {
  background: var(--gray-50);
  padding: 3px;
  border-radius: var(--radius);
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  gap: 2px;
}

.app_main_user .seg--pill .seg__btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  font-size: 12px;
  border: none;
  background: transparent;
  color: var(--text-muted);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

.app_main_user .seg--pill .seg__btn:hover {
  color: var(--text-secondary);
}

.app_main_user .seg--pill .seg__btn.is-active {
  background: var(--red);
  color: var(--white);
  /* padding: 10px; */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app_main_user .seg--pill .seg__btn .icon {
  font-size: 11px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .app_main_user .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .app_main_user .row--chart-table,
  .app_main_user .row--two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .app_main_user .home-hero {
    padding: 22px;
  }
  .app_main_user .home-hero__title {
    font-size: 20px;
  }
  .app_main_user .home-hero__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .app_main_user .home-hero__tools {
    width: 100%;
  }
  .app_main_user .search--hero {
    min-width: 100%;
    order: 3;
  }
}

@media (max-width: 768px) {
  .app_main_user.app {
    flex-direction: column;
  }
  .app_main_user .main {
    padding: 16px;
    padding-right: 16px;
  }
  .app_main_user .mobile-topbar {
    display: flex;
  }

  .app_main_user .sidebar {
    position: fixed;
    right: -100%;
    left: auto;
    top: 0;
    height: 100vh;
    z-index: 100;
    transition: right 0.35s var(--ease-out);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  }

  .app_main_user .sidebar.is-open {
    right: 0;
  }

  .app_main_user .range-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .app_main_user .seg--pill {
    width: 100%;
    justify-content: center;
  }
  .app_main_user .table {
    font-size: 11px;
  }
  .app_main_user .table th,
  .app_main_user .table td {
    padding: 8px 10px;
  }
  .app_main_user .event-id {
    font-size: 9px;
    padding: 2px 5px;
  }
  .app_main_user .card {
    padding: 16px;
  }
  .app_main_user .stat {
    padding: 16px;
  }
  .app_main_user .stat__value {
    font-size: 24px;
  }
  .app_main_user .chart-card {
    min-height: 280px;
  }
}

@media (max-width: 540px) {
  .app_main_user .home-hero {
    padding: 16px;
    border-radius: var(--radius-xl);
  }
  .app_main_user .home-hero__right {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .app_main_user .home-hero__icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .app_main_user .home-hero__title {
    font-size: 18px;
  }
  .app_main_user .home-hero__sub {
    font-size: 11px;
  }
  .app_main_user .home-hero__tools {
    flex-direction: column;
    gap: 6px;
  }
  .app_main_user .btn--hero {
    width: 100%;
  }
  .app_main_user .icon-btn--hero {
    width: 100%;
  }
  .app_main_user .search--hero {
    width: 100%;
  }
  .app_main_user .search--hero input {
    width: 100%;
  }
  .app_main_user .range-bar__label {
    width: 100%;
    justify-content: center;
  }
  .app_main_user .seg--pill {
    flex-wrap: wrap;
  }
  .app_main_user .seg--pill .seg__btn {
    flex: 1 1 45%;
  }
  .app_main_user .stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .app_main_user .row--chart-table,
  .app_main_user .row--two {
    grid-template-columns: 1fr;
  }
  .app_main_user .stat__value {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .app_main_user .home-hero__eyebrow {
    font-size: 9px;
  }
  .app_main_user .stat__label {
    font-size: 11px;
  }
  .app_main_user .stat__value {
    font-size: 24px;
  }
  .app_main_user .card__title h3 {
    font-size: 13px;
  }
  .app_main_user .table {
    font-size: 10px;
  }
  .app_main_user .table th,
  .app_main_user .table td {
    padding: 6px 8px;
  }
  .app_main_user .btn {
    font-size: 12px;
    padding: 8px 14px;
  }
}

@media (max-width: 360px) {
  .app_main_user .main {
    padding: 12px;
  }
  .app_main_user .home-hero {
    padding: 14px;
  }
  .app_main_user .home-hero__title {
    font-size: 16px;
  }
  .app_main_user .stats {
    gap: 8px;
  }
  .app_main_user .stat {
    padding: 14px;
  }
  .app_main_user .card {
    padding: 14px;
  }
  .app_main_user .seg--pill .seg__btn {
    flex: 1 1 100%;
    font-size: 11px;
  }
}

.app .mobile-topbar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--topbar-h);
  background: var(--sidebar-bg);
  color: var(--white);
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  z-index: 1001;
}

.app .mobile-menu-btn {
  color: var(--white);
  font-size: 1.25rem;
  padding: 8px;
}

.app .mobile-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1rem;
}

.app .icon-btn {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  color: var(--white);
  font-size: 1.1rem;
  transition: var(--transition);
}

.app .icon-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.app .icon-btn__dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 50%;
  border: 2px solid var(--sidebar-bg);
}

.app .sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity var(--transition);
}

.app .sidebar-overlay.is-visible {
  display: block;
  opacity: 1;
}

/* ====== سايدبار ====== */
.app .sidebar {
  width: var(--sidebar-w);
  min-height: 100vh;
  background: var(--sidebar-bg);
  color: var(--sidebar-fg);
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow-y: auto;
  transition: transform var(--transition);
}

.app .sidebar::-webkit-scrollbar {
  width: 4px;
}

.app .sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.app .sidebar__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.app .brand__logo {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--red), #e74c3c);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 900;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.app .brand__info h2 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.4;
}

.app .brand__status {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

.app .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}

.app .dot--success {
  background: var(--success);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.app .brand__status p {
  font-size: 0.7rem;
  color: var(--sidebar-fg);
}

.app .sidebar__wallet {
  margin-bottom: 24px;
}

.app .wallet {
  position: relative;
  background: linear-gradient(135deg, #7f1d1d, var(--red-dark), var(--red));
  border-radius: var(--radius);
  padding: 20px;
  overflow: hidden;
  color: var(--white);
}

.app .wallet__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.3;
  pointer-events: none;
}

.app .wallet__orb--1 {
  width: 120px;
  height: 120px;
  background: #e74c3c;
  top: -30px;
  left: -20px;
  animation: orbFloat 6s ease-in-out infinite;
}

.app .wallet__orb--2 {
  width: 80px;
  height: 80px;
  background: #f87171;
  bottom: -20px;
  right: -10px;
  animation: orbFloat 6s ease-in-out infinite reverse;
}

@keyframes orbFloat {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, -10px);
  }
}

.app .wallet__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.app .wallet__head i {
  font-size: 1.1rem;
}

.app .wallet__badge {
  font-size: 0.65rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 10px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}

.app .wallet__label {
  font-size: 0.75rem;
  opacity: 0.8;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}

.app .wallet__amount {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.app .wallet__amount span {
  font-size: 0.85rem;
  font-weight: 500;
  opacity: 0.7;
}

.app .wallet__cta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.12);
  padding: 6px 14px;
  border-radius: 8px;
  width: fit-content;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}

.app .wallet__cta:hover {
  background: rgba(255, 255, 255, 0.2);
}

.app .sidebar__nav {
  flex: 1;
}

.app .nav__heading {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
  padding: 0 12px;
}

.app .nav__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.app .nav__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  color: var(--sidebar-fg);
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}

.app .nav__item i {
  width: 20px;
  text-align: center;
  font-size: 0.95rem;
}

.app .nav__item:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.app .nav__item.is-active {
  background: rgba(192, 57, 43, 0.15);
  color: #e74c3c;
}

.app .nav__item.is-active::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: var(--red);
  border-radius: 0 3px 3px 0;
}

.app .nav__count {
  margin-right: auto;
  background: rgba(255, 255, 255, 0.1);
  color: var(--sidebar-fg);
  font-size: 0.7rem;
  padding: 1px 8px;
  border-radius: 10px;
  font-weight: 600;
}

.app .main {
  flex: 1;
  margin-right: var(--sidebar-w);
  padding: 10px 30px;
  min-height: 100vh;
}

@media (max-width: 768px) {
  .app .mobile-topbar {
    display: flex;
  }

  .app .sidebar {
    transform: translateX(100%);
    width: 280px;
    top: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  }

  .app .sidebar.is-open {
    transform: translateX(0);
  }

  .app .main {
    margin-right: 0;
    padding-top: calc(var(--topbar-h) + 20px);
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
  }

  .app .wallet__amount {
    font-size: 1.25rem;
  }

  .app .sidebar {
    padding-top: calc(var(--topbar-h) + 10px);
  }
}

@media (max-width: 480px) {
  .app .main {
    padding-left: 12px;
    padding-right: 12px;
  }

  .app .wallet {
    padding: 16px;
  }
}




  /* ====================================================
           page_event
           ==================================================== */
    .page_event {
        position: relative;
        z-index: 1;
    }

    .page_event__header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 28px;
        flex-wrap: wrap;
        gap: 16px;
    }

    .page_event__title h1 {
        font-size: 1.75rem;
        font-weight: 800;
        color: var(--text);
        margin-bottom: 4px;
    }

    .page_event__title p {
        color: var(--text-muted);
        font-size: 0.9rem;
    }

    .page_event__btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 22px;
        border-radius: var(--radius-sm);
        font-weight: 600;
        font-size: 0.9rem;
        transition: var(--transition);
        white-space: nowrap;
        background: var(--red);
        color: var(--white);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .page_event__btn:hover {
        background: var(--red-dark);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        transform: translateY(-1px);
    }

    .page_event__btn:active {
        transform: translateY(0);
    }

    .page_event__card {
        background: var(--white);
        border-radius: var(--radius);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        transition: var(--transition);
    }

    .page_event__card:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .page_event__card-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 24px;
        flex-wrap: wrap;
        gap: 16px;
        border-bottom: 1px solid var(--border);
    }

    .page_event__filter {
        display: flex;
        background: var(--off-white);
        border-radius: var(--radius-sm);
        padding: 3px;
        gap: 2px;
    }

    .page_event__filter-btn {
        padding: 6px 16px;
        border-radius: var(--radius-sm);
        font-size: 0.8rem;
        font-weight: 600;
        color: var(--text-muted);
        transition: var(--transition);
        white-space: nowrap;
    }

    .page_event__filter-btn:hover {
        color: var(--text);
    }

    .page_event__filter-btn.is-active {
        background: var(--white);
        color: var(--red);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .page_event__card-title h3 {
        font-size: 1rem;
        font-weight: 700;
        color: var(--text);
    }

    .page_event__card-title p {
        font-size: 0.8rem;
        color: var(--text-muted);
        margin-top: 2px;
    }

    .page_event__table-wrap {
        overflow-x: auto;
    }

    .page_event__table {
        min-width: 680px;
    }

    .page_event__table thead th {
        padding: 12px 24px;
        text-align: right;
        font-size: 0.75rem;
        font-weight: 700;
        color: var(--text-muted);
        text-transform: uppercase;
        letter-spacing: 0.03em;
        background: var(--secondary);
        border-bottom: 1px solid var(--border);
    }

    .page_event__table tbody tr {
        transition: var(--transition);
    }

    .page_event__table tbody tr:hover {
        background: var(--accent-soft);
    }

    .page_event__table tbody td {
        padding: 16px 24px;
        font-size: 0.88rem;
        border-bottom: 1px solid var(--border);
        vertical-align: middle;
    }

    .page_event__table tbody tr:last-child td {
        border-bottom: none;
    }

    .page_event__id {
        font-family: 'Courier New', monospace;
        font-size: 0.8rem;
        color: var(--text-muted);
        background: var(--secondary);
        padding: 3px 10px;
        border-radius: 6px;
        font-weight: 600;
    }

    .page_event__name {
        font-weight: 700;
        color: var(--text);
    }

    .page_event__cat {
        font-size: 0.75rem;
        color: var(--text-muted);
        margin-top: 2px;
    }

    .page_event__ticket-wrap {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .page_event__ticket-bar {
        flex: 1;
        height: 6px;
        background: var(--light-gray);
        border-radius: 3px;
        overflow: hidden;
        min-width: 80px;
    }

    .page_event__ticket-fill {
        height: 100%;
        border-radius: 3px;
        transition: width 0.6s ease;
    }

    .page_event__ticket-fill--high {
        background: var(--success);
    }

    .page_event__ticket-fill--mid {
        background: var(--warning);
    }

    .page_event__ticket-fill--low {
        background: var(--red);
    }

    .page_event__ticket-fill--full {
        background: linear-gradient(90deg, var(--success), #10b981);
    }

    .page_event__ticket-count {
        font-size: 0.78rem;
        color: var(--text-muted);
        white-space: nowrap;
    }

    .page_event__revenue {
        font-weight: 700;
        color: var(--text);
    }

    .page_event__revenue span {
        font-size: 0.75rem;
        color: var(--text-muted);
        font-weight: 500;
    }

    .page_event__status {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 4px 14px;
        border-radius: 20px;
        font-size: 0.78rem;
        font-weight: 600;
    }

    .page_event__status--active {
        background: var(--accent-soft);
        color: var(--red-dark);
    }

    .page_event__status--done {
        background: var(--info-soft);
        color: var(--info);
    }

    .page_event__status--upcoming {
        background: var(--warning-soft);
        color: var(--warning);
    }

    .page_event__status--draft {
        background: var(--light-gray);
        color: var(--text-muted);
    }

    .page_event__status .dot {
        width: 6px;
        height: 6px;
    }

    .page_event__status--active .dot {
        background: var(--red);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .page_event__status--done .dot {
        background: var(--info);
    }

    .page_event__status--upcoming .dot {
        background: var(--warning);
    }

    .page_event__status--draft .dot {
        background: #9ca3af;
    }

    .page_event__actions {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .page_event__switch {
        position: relative;
        display: inline-block;
        flex-shrink: 0;
        line-height: 0;
    }

    .page_event__switch input {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

    .page_event__switch-track {
        display: block;
        width: 40px;
        height: 22px;
        border-radius: 11px;
        background: #d1d5db;
        transition: var(--transition);
        cursor: pointer;
        position: relative;
    }

    .page_event__switch-thumb {
        position: absolute;
        top: 2px;
        right: 2px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #fff;
        transition: var(--transition);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    }

    .page_event__switch input:checked + .page_event__switch-track {
        background: var(--red);
    }

    .page_event__switch input:checked + .page_event__switch-track .page_event__switch-thumb {
        right: 20px;
    }

    .page_event__switch input:disabled + .page_event__switch-track {
        opacity: 0.6;
        cursor: wait;
    }

    .page_event__action-btn {
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: var(--text-muted);
        font-size: 0.85rem;
        transition: var(--transition);
    }

    .page_event__action-btn:hover {
        background: var(--accent-soft);
        color: var(--red);
    }

    .page_event__empty {
        text-align: center;
        padding: 60px 20px;
        color: var(--text-muted);
    }

    .page_event__empty i {
        font-size: 2.5rem;
        margin-bottom: 16px;
        opacity: 0.3;
        color: var(--red);
    }

    .page_event__empty p {
        font-size: 0.95rem;
    }

    .page_event__toast {
        position: fixed;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%) translateY(100px);
        background: var(--sidebar-bg);
        color: var(--white);
        padding: 12px 28px;
        border-radius: var(--radius-sm);
        font-size: 0.88rem;
        font-weight: 600;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        z-index: 9999;
        opacity: 0;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        pointer-events: none;
    }

    .page_event__toast.is-visible {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }

    /* ====================================================
           page_event__overlay — خلفية المودال
           ==================================================== */
    .page_event__overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        backdrop-filter: blur(4px);
        z-index: 2000;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .page_event__overlay.is-open {
        opacity: 1;
        visibility: visible;
    }

    .page_event__modal {
        background: var(--white);
        border-radius: var(--radius-lg);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        width: 100%;
        max-width: 540px;
        max-height: 90vh;
        overflow-y: auto;
        transform: translateY(24px) scale(0.97);
        transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .page_event__overlay.is-open .page_event__modal {
        transform: translateY(0) scale(1);
    }

    .page_event__modal-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 24px;
        border-bottom: 1px solid var(--border);
    }

    .page_event__modal-head h2 {
        font-size: 1.1rem;
        font-weight: 800;
        color: var(--text);
    }

    .page_event__modal-close {
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: var(--text-muted);
        font-size: 1rem;
        transition: var(--transition);
    }

    .page_event__modal-close:hover {
        background: var(--light-gray);
        color: var(--text);
    }

    .page_event__modal-body {
        padding: 24px;
    }

    /* ====== تفاصيل العرض ====== */
    .page_event__detail-row {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 14px 0;
        border-bottom: 1px solid var(--border);
    }

    .page_event__detail-row:last-child {
        border-bottom: none;
    }

    .page_event__detail-icon {
        width: 40px;
        height: 40px;
        border-radius: var(--radius-sm);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.95rem;
        flex-shrink: 0;
    }

    .page_event__detail-icon--red {
        background: var(--accent-soft);
        color: var(--red);
    }

    .page_event__detail-icon--blue {
        background: var(--info-soft);
        color: var(--info);
    }

    .page_event__detail-icon--green {
        background: var(--success-soft);
        color: var(--success);
    }

    .page_event__detail-icon--yellow {
        background: var(--warning-soft);
        color: var(--warning);
    }

    .page_event__detail-icon--gray {
        background: var(--secondary);
        color: var(--text-muted);
    }

    .page_event__detail-label {
        font-size: 0.75rem;
        color: var(--text-muted);
        font-weight: 600;
        margin-bottom: 2px;
    }

    .page_event__detail-value {
        font-size: 0.95rem;
        font-weight: 700;
        color: var(--text);
    }

    .page_event__detail-bar {
        margin-top: 8px;
        height: 8px;
        background: var(--light-gray);
        border-radius: 4px;
        overflow: hidden;
    }

    .page_event__detail-bar-fill {
        height: 100%;
        border-radius: 4px;
        transition: width 0.6s ease;
    }

    /* ====== نموذج التعديل ====== */
    .page_event__field {
        margin-bottom: 18px;
    }

    .page_event__field:last-child {
        margin-bottom: 0;
    }

    .page_event__label {
        display: block;
        font-size: 0.82rem;
        font-weight: 700;
        color: var(--text);
        margin-bottom: 6px;
    }

    .page_event__input {
        width: 100%;
        padding: 10px 14px;
        border: 1.5px solid var(--border);
        border-radius: var(--radius-sm);
        font-family: inherit;
        font-size: 0.9rem;
        color: var(--text);
        background: var(--white);
        transition: var(--transition);
        outline: none;
    }

    .page_event__input:focus {
        border-color: var(--red);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .page_event__input::placeholder {
        color: var(--text-muted);
        opacity: 0.6;
    }

    .page_event__select {
        width: 100%;
        padding: 10px 14px;
        border: 1.5px solid var(--border);
        border-radius: var(--radius-sm);
        font-family: inherit;
        font-size: 0.9rem;
        color: var(--text);
        background: var(--white);
        transition: var(--transition);
        outline: none;
        appearance: none;
        cursor: pointer;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: left 14px center;
    }

    .page_event__select:focus {
        border-color: var(--red);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .page_event__modal-foot {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding: 16px 24px;
        border-top: 1px solid var(--border);
        background: var(--secondary);
    }

    .page_event__save-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 9px 22px;
        border-radius: var(--radius-sm);
        font-weight: 700;
        font-size: 0.88rem;
        transition: var(--transition);
        white-space: nowrap;
        background: var(--red);
        color: var(--white);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .page_event__save-btn:hover {
        background: var(--red-dark);
        transform: translateY(-1px);
    }

    .page_event__cancel-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 9px 22px;
        border-radius: var(--radius-sm);
        font-weight: 600;
        font-size: 0.88rem;
        transition: var(--transition);
        white-space: nowrap;
        background: var(--white);
        color: var(--text-muted);
        border: 1.5px solid var(--border);
    }

    .page_event__cancel-btn:hover {
        background: var(--light-gray);
        color: var(--text);
    }

    /* ====== حركات ====== */
    @keyframes page_event__fadeInUp {
        from {
            opacity: 0;
            transform: translateY(12px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .page_event__table tbody tr {
        animation: page_event__fadeInUp 0.4s ease both;
    }

    .page_event__table tbody tr:nth-child(1) {
        animation-delay: 0.05s;
    }

    .page_event__table tbody tr:nth-child(2) {
        animation-delay: 0.1s;
    }

    .page_event__table tbody tr:nth-child(3) {
        animation-delay: 0.15s;
    }

    .page_event__table tbody tr:nth-child(4) {
        animation-delay: 0.2s;
    }

    .page_event__table tbody tr:nth-child(5) {
        animation-delay: 0.25s;
    }

    .page_event__table tbody tr:nth-child(6) {
        animation-delay: 0.3s;
    }

    .main::before {
        content: '';
        position: fixed;
        top: -200px;
        left: -200px;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(192, 57, 43, 0.03) 0%, transparent 70%);
        pointer-events: none;
        z-index: 0;
        animation: bgGlow 15s ease-in-out infinite;
    }

    .main::after {
        content: '';
        position: fixed;
        bottom: -200px;
        right: -100px;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(192, 57, 43, 0.02) 0%, transparent 70%);
        pointer-events: none;
        z-index: 0;
        animation: bgGlow 12s ease-in-out infinite reverse;
    }

    @keyframes bgGlow {

        0%,
        100% {
            transform: translate(0, 0);
        }

        33% {
            transform: translate(40px, 30px);
        }

        66% {
            transform: translate(-20px, 50px);
        }
    }

    @media (max-width: 1024px) {
        .main {
            padding: 24px 20px;
        }

        .page_event__filter {
            flex-wrap: wrap;
        }
    }

    @media (max-width: 768px) {
        .mobile-topbar {
            display: flex;
        }

        .sidebar {
            transform: translateX(100%);
        }

        .sidebar.is-open {
            transform: translateX(0);
        }

        .main {
            margin-right: 0;
            padding: calc(var(--topbar-h) + 20px) 16px 24px;
        }

        .page_event__header {
            flex-direction: column;
        }

        .page_event__title h1 {
            font-size: 1.4rem;
        }

        .page_event__card-head {
            flex-direction: column;
            align-items: flex-start;
        }

        .page_event__filter {
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .page_event__table thead th,
        .page_event__table tbody td {
            padding: 12px 16px;
        }

        .page_event__modal {
            max-width: 100%;
            margin: 10px;
            border-radius: var(--radius);
        }
    }

    @media (max-width: 480px) {
        .page_event__btn {
            padding: 8px 16px;
            font-size: 0.82rem;
        }

        .page_event__filter-btn {
            padding: 5px 10px;
            font-size: 0.72rem;
        }

        .page_event__modal-foot {
            flex-direction: column;
        }

        .page_event__save-btn,
        .page_event__cancel-btn {
            width: 100%;
            justify-content: center;
        }
    }
/* ===========================
   TEAM PAGE STYLES
   =========================== */

/* Team Page Layout */
.team-page {
    padding: 0;
    max-width: 100%;
}

/* Team Hero Section */
.team-hero {
    background: linear-gradient(135deg, #1a1f2c 0%, #2d1820 55%, #4a1d18 100%);
    padding: 32px 40px;
    margin-bottom: 32px;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.team-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

.team-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.team-hero__left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.team-hero__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.team-hero__info {
    flex: 1;
}

.team-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.team-hero__eyebrow .dot-pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--red);
    animation: pulse 2s ease-in-out infinite;
}

.team-hero__title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
}

.team-hero__subtitle {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}


.team-header {
    margin-bottom: 32px;
    display: none;
}

/* Team Statistics */
.team-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 32px;
}

.team-stat-card {
    background: linear-gradient(135deg, var(--white) 0%, var(--off-white) 100%);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 28px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
.team-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--red), var(--red-dark));
    opacity: 0;
    transition: var(--transition);
}

.team-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-color: var(--red);
}

.team-stat-card:hover::before {
    opacity: 1;
}

.team-stat-card__icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    border-radius: 12px;
    background: var(--accent-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red);
    font-size: 1.3rem;
}

.team-stat-card__title {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.team-stat-card__value {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 8px;
}

.team-stat-card__value--green {
    color: var(--success);
}

.team-stat-card__value--blue {
    color: var(--red);
}

.team-stat-card__subtitle {
    font-size: 0.75rem;
    color: var(--text-muted);
}
/* Team Tabs */
.team-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 28px;
    background: var(--off-white);
    padding: 6px;
    border-radius: var(--radius-xl);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.team-tab {
    flex: 1;
    padding: 14px 24px;
    background: transparent;
    border: none;
    border-radius: var(--radius);
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    font-family: inherit;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.team-tab:hover {
    color: var(--text);
    background: rgba(255, 255, 255, 0.5);
}

.team-tab.is-active {
    color: var(--red);
    background: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.team-tab__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    border-radius: 12px;
    background: var(--light-gray);
    color: var(--text-muted);
    font-size: 0.75rem;
    font-weight: 700;
}

.team-tab.is-active .team-tab__badge {
    background: var(--red);
    color: var(--white);
}
/* Team Content and Controls */
.team-content {
    display: none;
}

.team-content.is-active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.team-controls {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    align-items: center;
}

.team-search-wrap {
    flex: 1;
    min-width: 280px;
    position: relative;
}

.team-search-wrap i {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 0.9rem;
}

.team-search {
    width: 100%;
    padding: 14px 48px 14px 16px;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    font-size: 0.85rem;
    font-family: inherit;
    transition: var(--transition);
    background: var(--white);
}

.team-search:focus {
    outline: none;
    border-color: var(--red);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
/* Team Filters */
.team-filter {
    position: relative;
    padding: 14px 20px;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    background: var(--white);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text);
    cursor: pointer;
    transition: var(--transition);
    font-family: inherit;
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-filter:hover {
    border-color: var(--red);
    color: var(--red);
    background: var(--accent-soft);
}

.team-filter i {
    font-size: 0.75rem;
    transition: var(--transition);
}

.team-filter.is-open i {
    transform: rotate(180deg);
}

.team-filter__dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 200px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 8px;
    display: none;
    z-index: 100;
}

.team-filter.is-open .team-filter__dropdown {
    display: block;
    animation: dropdownSlide 0.2s ease;
}

@keyframes dropdownSlide {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.team-filter__option {
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: var(--transition);
    font-size: 0.85rem;
    color: var(--text);
}

.team-filter__option:hover {
    background: var(--off-white);
    color: var(--red);
}

.team-filter__option.is-selected {
    background: var(--accent-soft);
    color: var(--red);
    font-weight: 600;
}
/* Team Table */
.team-table-wrap {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.team-table {
    width: 100%;
    border-collapse: collapse;
}

.team-table thead {
    background: linear-gradient(135deg, var(--off-white) 0%, #f8f9fa 100%);
    border-bottom: 2px solid var(--border);
}

.team-table th {
    padding: 18px 24px;
    text-align: right;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.team-table tbody tr {
    border-bottom: 1px solid var(--border-light);
    transition: var(--transition);
}

.team-table tbody tr:last-child {
    border-bottom: none;
}

.team-table tbody tr:hover {
    background: linear-gradient(90deg, rgba(192, 57, 43, 0.02) 0%, rgba(192, 57, 43, 0.05) 100%);
}

.team-table td {
    padding: 22px 24px;
    font-size: 0.85rem;
    color: var(--text);
}

/* Team Member */
.team-member {
    display: flex;
    align-items: center;
    gap: 14px;
}

.team-member__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}

.team-member__avatar::after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: var(--success);
    border: 2px solid var(--white);
    border-radius: 50%;
}

.team-member__info {
    flex: 1;
}

.team-member__name {
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
    font-size: 0.9rem;
}

.team-member__phone {
    font-size: 0.75rem;
    color: var(--text-muted);
    direction: ltr;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 6px;
}

.team-member__phone i {
    font-size: 0.7rem;
}
/* Team Role Badges */
.team-role-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid transparent;
}

.team-role-badge--available {
    background: var(--success-soft);
    color: var(--success);
    border-color: rgba(5, 150, 105, 0.2);
}

.team-role-badge--supervisor {
    background: var(--warning-soft);
    color: var(--warning);
    border-color: rgba(217, 119, 6, 0.2);
}

.team-role-badge--vip {
    background: rgba(147, 112, 245, 0.1);
    color: #9470f5;
    border-color: rgba(147, 112, 245, 0.2);
}

.team-role-badge--staff {
    background: var(--info-soft);
    color: var(--info);
    border-color: rgba(37, 99, 235, 0.2);
}

.team-role-badge i {
    font-size: 0.7rem;
}

/* Team Status and Toggle */
.team-checkpoint {
    font-size: 0.85rem;
    color: var(--text);
    font-weight: 500;
}

.team-count {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--red);
}

.team-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
}

.team-status__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    animation: pulse 2s ease-in-out infinite;
}

.team-status--active {
    color: var(--success);
}

.team-toggle {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
}

.team-toggle input {
    display: none;
}

.team-toggle__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d1d5db;
    border-radius: 34px;
    transition: var(--transition);
}

.team-toggle__slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background: white;
    border-radius: 50%;
    transition: var(--transition);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.team-toggle input:checked + .team-toggle__slider {
    background: var(--success);
}

.team-toggle input:checked + .team-toggle__slider:before {
    transform: translateX(26px);
}

.team-toggle:hover .team-toggle__slider {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
/* Team Hero Additional Styles */
.team-hero__title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
}

.team-hero__subtitle {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.team-hero__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.team-hero__search {
    position: relative;
    width: 280px;
}

.team-hero__search input {
    width: 100%;
    padding: 12px 48px 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius);
    color: #fff;
    font-size: 0.85rem;
    font-family: inherit;
    transition: var(--transition);
    backdrop-filter: blur(10px);
}

.team-hero__search input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.team-hero__search input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.team-hero__search i {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.team-hero__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: var(--red);
    border: none;
    border-radius: var(--radius);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    font-family: inherit;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
}

.team-hero__btn:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.team-hero__btn i {
    font-size: 0.9rem;
}

.team-hero__menu {
    width: 44px;
    height: 44px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: var(--transition);
    backdrop-filter: blur(10px);
}

.team-hero__menu:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}
/* Activity Timeline Enhanced Styles */
.activity-timeline {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}

.activity-timeline::before {
    content: '';
    position: absolute;
    left: 124px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--border) 0%, var(--red) 50%, var(--border) 100%);
    opacity: 0.3;
}

.activity-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 24px;
    border-bottom: 1px solid var(--border-light);
    transition: var(--transition);
    position: relative;
}

.activity-item:last-child {
    border-bottom: none;
}

.activity-item::before {
    content: '';
    position: absolute;
    left: 118px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: var(--white);
    border: 3px solid var(--border);
    border-radius: 50%;
    transition: var(--transition);
    z-index: 2;
}

.activity-item:hover {
    background: linear-gradient(90deg, rgba(192, 57, 43, 0.02) 0%, var(--off-white) 100%);
    border-left: 4px solid var(--red);
    padding-left: 20px;
}

.activity-item:hover::before {
    border-color: var(--red);
    background: var(--red);
    transform: translateY(-50%) scale(1.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.activity-time {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 700;
    min-width: 90px;
    text-align: left;
    direction: ltr;
    background: var(--off-white);
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid var(--border);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.activity-content {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex: 1;
}

.activity-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.activity-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: var(--transition);
}

.activity-item:hover .activity-icon::before {
    left: 100%;
}

.activity-icon--success {
    background: linear-gradient(135deg, var(--success));
    color: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.activity-icon--info {
    background: linear-gradient(135deg, var(--red));
    color: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.activity-icon--warning {
    background: linear-gradient(135deg, var(--warning));
    color: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.activity-icon--error {
    background: linear-gradient(135deg, #ef4444);
    color: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.activity-details {
    flex: 1;
}

.activity-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.activity-title::after {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--red);
    border-radius: 50%;
    opacity: 0.6;
}

.activity-desc {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.5;
    background: rgba(248, 248, 248, 0.8);
    padding: 12px 16px;
    border-radius: var(--radius);
    border-left: 3px solid var(--border);
    margin-top: 8px;
}
/* Devices Grid Enhanced Styles */
.devices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 28px;
}

.device-card {
    background: linear-gradient(135deg, var(--white) 0%, #fafafa 100%);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 32px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.device-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--red), var(--red-dark));
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

.device-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-color: var(--red);
}

.device-card:hover::before {
    transform: scaleX(1);
}

.device-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.device-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--red));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.4rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}

.device-icon::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    width: 16px;
    height: 16px;
    background: var(--success);
    border: 3px solid var(--white);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.device-card:last-child .device-icon::after {
    background: #ef4444;
    animation: none;
}

.device-status {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.device-status--online {
    background: linear-gradient(135deg, rgba(5, 150, 105, 0.2));
    color: var(--success);
    border: 1px solid rgba(5, 150, 105, 0.3);
}

.device-status--offline {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(239, 68, 68, 0.05));
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.device-status__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.device-status--online .device-status__dot {
    animation: pulse 2s ease-in-out infinite;
}

.device-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 8px;
    background: linear-gradient(135deg, var(--text), var(--red));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.device-location {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.device-location::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--red);
    border-radius: 50%;
}

.device-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 28px;
}

.device-stat {
    text-align: center;
    padding: 18px 16px;
    background: linear-gradient(135deg, var(--off-white), #f0f0f0);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
}

.device-stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

.device-card:hover .device-stat::before {
    transform: scaleX(1);
}

.device-stat__label {
    display: block;
    font-size: 0.7rem;
    color: var(--text-muted);
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.device-stat__value {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text);
}

.device-actions {
    display: flex;
    gap: 16px;
}

.device-btn {
    flex: 1;
    padding: 14px 24px;
    border-radius: var(--radius-lg);
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.device-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: var(--transition);
}

.device-btn:hover::before {
    left: 100%;
}

.device-btn--primary {
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    color: var(--white);
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.device-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.device-btn--secondary {
    background: linear-gradient(135deg, var(--off-white), var(--light-gray));
    color: var(--text-muted);
    border: 1px solid var(--border);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.device-btn--secondary:hover {
    background: var(--light-gray);
    color: var(--text);
}

/* Device Actions */
.device-actions {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.devices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    transform: scale(0.9) translateY(20px);
    transition: all 0.3s ease;
}

.modal-overlay.is-open .modal-content {
    transform: scale(1) translateY(0);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px;
    border-bottom: 1px solid var(--border);
}

.modal-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text);
    margin: 0;
}

.modal-close {
    width: 40px;
    height: 40px;
    border: none;
    background: var(--off-white);
    border-radius: var(--radius);
    color: var(--text-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.modal-close:hover {
    background: var(--light-gray);
    color: var(--text);
}

.modal-body {
    padding: 32px;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 24px 32px;
    border-top: 1px solid var(--border);
    background: var(--off-white);
}

/* Device Settings Modal */
.device-settings {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.settings-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.settings-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--accent-soft);
}

.settings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
}

.form-input {
    padding: 12px 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    transition: var(--transition);
}

.form-input:focus {
    outline: none;
    border-color: var(--red);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.settings-checkboxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.checkbox-item:hover {
    background: var(--off-white);
}

.checkbox-mark {
    width: 20px;
    height: 20px;
    border: 2px solid var(--border);
    border-radius: 4px;
    position: relative;
    transition: var(--transition);
}

.checkbox-item input:checked + .checkbox-mark {
    background: var(--red);
    border-color: var(--red);
}

.checkbox-item input:checked + .checkbox-mark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 0.8rem;
    font-weight: bold;
}

.checkbox-item input {
    display: none;
}

.quick-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
}

.quick-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: var(--off-white);
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
}

.quick-stat__icon {
    width: 40px;
    height: 40px;
    background: var(--accent-soft);
    color: var(--red);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-stat__info {
    flex: 1;
}

.quick-stat__value {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
}

.quick-stat__label {
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* Modal Buttons */
.btn-primary {
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    color: var(--white);
    border: none;
    border-radius: var(--radius-sm);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.btn-secondary {
    padding: 12px 24px;
    background: var(--off-white);
    color: var(--text-muted);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.btn-secondary:hover {
    background: var(--light-gray);
    color: var(--text);
}

.btn-warning {
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--warning), #d97706);
    color: var(--white);
    border: none;
    border-radius: var(--radius-sm);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.btn-warning:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Maintenance Modal Styles */
.maintenance-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.maintenance-status {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(239, 68, 68, 0.05));
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: var(--radius-sm);
}

.status-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.status-icon--error {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: var(--white);
}

.status-details h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ef4444;
    margin: 0 0 4px 0;
}

.status-details p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
}

.maintenance-sections {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.maintenance-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.maintenance-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--accent-soft);
}

.diagnostic-tests {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.test-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: var(--off-white);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
}

.test-info {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    color: var(--text);
}

.test-info i {
    width: 20px;
    color: var(--text-muted);
}

.test-btn {
    padding: 8px 16px;
    background: var(--red);
    color: var(--white);
    border: none;
    border-radius: var(--radius-sm);
    font-size: 0.8rem;
    cursor: pointer;
    transition: var(--transition);
}

.test-btn:hover {
    background: var(--red-dark);
}

.error-log {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 200px;
    overflow-y: auto;
}

.error-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--off-white);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
}

.error-time {
    font-weight: 600;
    color: var(--text-muted);
    min-width: 50px;
}

.error-message {
    flex: 1;
    color: var(--text);
}

.error-level {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.error-level--critical {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.error-level--warning {
    background: var(--warning-soft);
    color: var(--warning);
}

.error-level--info {
    background: var(--info-soft);
    color: var(--info);
}

.maintenance-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.maintenance-action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px;
    background: var(--off-white);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition);
}

.maintenance-action-btn:hover {
    background: var(--light-gray);
    border-color: var(--red);
    color: var(--red);
}

/* Team Page Responsive Design */
@media (max-width: 1200px) {

    .team-hero {
        padding: 24px;
    }

    .devices-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .team-hero {
        padding: 20px 16px;
    }

    .team-hero__content {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .team-hero__left {
        flex-direction: column;
        gap: 16px;
    }

    .team-hero__icon {
        width: 48px;
        height: 48px;
    }

    .team-hero__title {
        font-size: 1.5rem;
    }


    .team-stats {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 16px;
    }

    .team-tabs {
        flex-direction: column;
        gap: 8px;
    }

    .team-tab {
        text-align: center;
    }

    .team-controls {
        flex-direction: column;
        gap: 12px;
    }

    .team-search-wrap {
        min-width: auto;
    }

    .team-table-wrap {
        overflow-x: auto;
    }

    .team-table {
        min-width: 600px;
    }

    .devices-grid {
        grid-template-columns: 1fr;
    }

    .modal-content {
        width: 95%;
        margin: 20px;
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 20px;
    }

    .settings-grid {
        grid-template-columns: 1fr;
    }

    .settings-checkboxes {
        grid-template-columns: 1fr;
    }

    .quick-stats {
        grid-template-columns: 1fr;
    }

    .maintenance-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .team-hero__title {
        font-size: 1.3rem;
    }

    .team-stat-card__value {
        font-size: 2rem;
    }

    .activity-item {
        flex-direction: column;
        gap: 8px;
    }

    .activity-time {
        align-self: flex-start;
    }

    .device-card {
        padding: 16px;
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 16px;
    }
}

/* Print Styles */
@media print {
    .team-hero,
    .team-tabs,
    .team-controls,
    .modal-overlay {
        display: none !important;
    }

    .team-content {
        display: block !important;
    }

    .team-table {
        border-collapse: collapse;
    }

    .team-table th,
    .team-table td {
        border: 1px solid #000;
        padding: 8px;
    }
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .team-stat-card,
    .device-card,
    .modal-content {
        border: 2px solid var(--text);
    }

    .team-tab.is-active {
        border: 2px solid var(--red);
    }
}

/* Focus Styles for Accessibility */
.team-tab:focus,
.team-filter:focus,
.device-btn:focus,
.modal-close:focus,
.btn-primary:focus,
.btn-secondary:focus,
.btn-warning:focus {
    outline: 2px solid var(--red);
    outline-offset: 2px;
}

/* Animation Keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dropdownSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Mobile Topbar and Sidebar Styles */
.mobile-topbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 0 16px;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
}

.mobile-menu-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: var(--off-white);
    border-radius: var(--radius-sm);
    color: var(--text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.mobile-menu-btn:hover {
    background: var(--light-gray);
}

.mobile-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 150;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.sidebar-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .mobile-topbar {
        display: flex;
    }

    .main {
        padding-top: 60px;
    }

    .sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        z-index: 200;
        transition: right 0.3s ease;
    }

    .sidebar.is-open {
        right: 0;
    }
}
/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    color: var(--white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    user-select: none;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.scroll-to-top:hover {
    background: linear-gradient(135deg, var(--red-dark), #8b1e1e);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.scroll-to-top:active {
    transform: translateY(-1px) scale(0.95);
}

.scroll-to-top:focus {
    outline: 2px solid var(--red);
    outline-offset: 2px;
}

/* Loading state */
.scroll-to-top.scrolling {
    pointer-events: none;
    animation: scrollButtonSpin 1s linear infinite;
}

.scroll-to-top.scrolling i {
    animation: scrollButtonPulse 0.8s ease-in-out infinite alternate;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .scroll-to-top {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* Enhanced animations */
@keyframes scrollButtonFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.8) rotate(-180deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0deg);
    }
}

@keyframes scrollButtonSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes scrollButtonPulse {
    from {
        opacity: 0.6;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1.1);
    }
}

.scroll-to-top.show {
    animation: scrollButtonFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Improved hover effects */
.scroll-to-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.scroll-to-top:hover::before {
    opacity: 1;
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    .scroll-to-top {
        transition: opacity 0.2s ease, visibility 0.2s ease;
        transform: none !important;
    }

    .scroll-to-top.show {
        animation: none;
    }

    .scroll-to-top.scrolling {
        animation: none;
    }

    .scroll-to-top.scrolling i {
        animation: none;
    }
}
/* Event Countdown Timer */
.event-countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  margin-top: 8px;
  padding: 4px 8px;
  background: rgba(254, 202, 87, 0.08);
  border: 1px solid rgba(254, 202, 87, 0.3);
  border-radius: 6px;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.countdown-number {
  font-size: 0.68rem;
  font-weight: 900;
  color: #d4a017;
  line-height: 1;
  display: block;
  font-variant-numeric: tabular-nums;
}

.countdown-label {
  font-size: 0.44rem;
  color: #b8860b;
  font-weight: 600;
  margin-top: 1px;
}

.event-countdown .countdown-item + .countdown-item {
  border-right: 1px solid rgba(254, 202, 87, 0.25);
}

/* urgent */
.event-countdown.urgent { background: #fff8f8; border-color: rgba(192,57,43,0.2); }
.event-countdown.urgent .countdown-number { color: var(--red); }

/* expired */
.event-countdown.expired { opacity: 0.5; }
.event-countdown.expired .countdown-number { color: var(--text-muted); }

@keyframes countdownPulse {
  0%,100% { transform: scale(1); }
  50%      { transform: scale(1.12); }
}
.countdown-number.updating { animation: countdownPulse 0.25s ease; }
    transform: translate(-50%, -50%);
    background: rgba(108, 117, 125, 0.9);
    color: var(--white);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

/* Urgent countdown (less than 24 hours) */
.event-countdown.urgent {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(220, 53, 69, 0.15));
    border-color: rgba(220, 53, 69, 0.2);
    animation: urgentPulse 2s ease-in-out infinite;
}

.event-countdown.urgent .countdown-number {
    color: #dc3545;
}

@keyframes urgentPulse {
    0%, 100% {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }
    50% {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }
}

/* Responsive countdown */
@media (max-width: 768px) {
    .event-countdown {
        padding: 8px;
        gap: 4px;
    }

    .countdown-number {
        font-size: 1rem;
    }

    .countdown-label {
        font-size: 0.65rem;
    }
}

@media (max-width: 480px) {
    .countdown-number {
        font-size: 0.9rem;
    }

    .countdown-label {
        font-size: 0.6rem;
    }
}
/* Stats Counter Animation */
.stat-num {
    display: inline-block;
    font-weight: 800;
    transition: all 0.3s ease;
}

.stat-num.counting {
    color: var(--red);
    transform: scale(1.05);
}

.stat-num.completed {
    animation: statsComplete 0.5s ease;
}

@keyframes statsComplete {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); color: var(--red-dark); }
    100% { transform: scale(1); }
}

.hero-stats-bar .stat-item {
    opacity: 0;
    transform: translateY(20px);
    animation: statsSlideUp 0.6s ease forwards;
}

.hero-stats-bar .stat-item:nth-child(1) {
    animation-delay: 0.1s;
}

.hero-stats-bar .stat-item:nth-child(3) {
    animation-delay: 0.2s;
}

.hero-stats-bar .stat-item:nth-child(5) {
    animation-delay: 0.3s;
}

@keyframes statsSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced stats styling */
.hero-stats-bar {
    position: relative;
    overflow: hidden;
}

.hero-stats-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: statsShine 3s ease-in-out infinite;
    animation-delay: 1s;
}

@keyframes statsShine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.stat-item {
    position: relative;
}

.stat-item::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--red);
    transition: width 0.5s ease;
    transition-delay: 0.5s;
}

.stat-item.animated::after {
    width: 60%;
}

/* Responsive stats */
@media (max-width: 768px) {
    .hero-stats-bar .stat-item {
        animation-delay: 0s;
    }

    .hero-stats-bar .stat-item:nth-child(1),
    .hero-stats-bar .stat-item:nth-child(3),
    .hero-stats-bar .stat-item:nth-child(5) {
        animation-delay: 0s;
    }
}

/* ===== ICON COLORS ===== */
.feat-icon-red { background: rgba(192, 57, 43, 0.15); color: var(--red); }
.feat-icon-orange { background: rgba(230, 126, 34, 0.15); color: #e67e22; }
.feat-icon-teal { background: rgba(26, 188, 156, 0.15); color: #1abc9c; }
.feat-icon-blue { background: rgba(52, 152, 219, 0.15); color: #3498db; }
.feat-icon-violet { background: rgba(155, 89, 182, 0.15); color: #9b59b6; }
.feat-icon-green { background: rgba(46, 204, 113, 0.15); color: #2ecc71; }

.mega-icon-red { background: rgba(192, 57, 43, 0.15); color: var(--red); }
.mega-icon-orange { background: rgba(230, 126, 34, 0.15); color: #e67e22; }
.mega-icon-purple { background: rgba(155, 89, 182, 0.15); color: #9b59b6; }
.mega-icon-teal { background: rgba(26, 188, 156, 0.15); color: #1abc9c; }
.mega-icon-blue { background: rgba(52, 152, 219, 0.15); color: #3498db; }
.mega-icon-green { background: rgba(46, 204, 113, 0.15); color: #2ecc71; }
.mega-icon-yellow { background: rgba(241, 196, 15, 0.15); color: #f1c40f; }
.mega-icon-violet { background: rgba(155, 89, 182, 0.15); color: #9b59b6; }

.who-icon-red { background: rgba(192, 57, 43, 0.15); color: var(--red); }
.who-icon-orange { background: rgba(230, 126, 34, 0.15); color: #e67e22; }
.who-icon-teal { background: rgba(26, 188, 156, 0.15); color: #1abc9c; }
.who-icon-blue { background: rgba(52, 152, 219, 0.15); color: #3498db; }
.who-icon-violet { background: rgba(155, 89, 182, 0.15); color: #9b59b6; }
.who-icon-green { background: rgba(46, 204, 113, 0.15); color: #2ecc71; }

/* ===== BACKGROUND IMAGES ===== */
.srv-bg-theater { background-image: url('https://images.unsplash.com/photo-1507924538820-ede94a04019d?w=800&q=80'); }
.srv-bg-sports { background-image: url('https://images.unsplash.com/photo-1574629810360-7efbbe195018?w=800&q=80'); }
.srv-bg-travel { background-image: url('https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?w=800&q=80'); }
.srv-bg-tourism { background-image: url('https://images.unsplash.com/photo-1501854140801-50d01698950b?w=800&q=80'); }
.srv-bg-food { background-image: url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=800&q=80'); }
.srv-bg-business { background-image: url('https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=800&q=80'); }

.who-visual-user { background-image: url('https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?w=800&q=80'); }
.who-visual-provider { background-image: url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=800&q=80'); }

.cta-bg-img { background-image: url('https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1200&q=80'); }

.ev-header-bg { background-image: url('https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1200&q=80'); }

/* ===== SCROLL TO TOP BUTTON ===== */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  background: var(--red);
  color: var(--white);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.scroll-to-top.scrolling {
  animation: scrollPulse 0.6s ease;
}

@keyframes scrollPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* ===== COUNTDOWN TIMER STYLES ===== */
.event-countdown {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 4px 6px;
  min-width: 32px;
}

.countdown-number {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  transition: all 0.3s ease;
}

.countdown-number.updating {
  transform: scale(1.1);
  color: var(--red);
}

.countdown-label {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 2px;
}

.event-countdown.urgent .countdown-number {
  color: #f39c12;
}

.event-countdown.critical .countdown-number {
  color: #e74c3c;
  animation: countdownPulse 1s ease-in-out infinite;
}

.event-countdown.expired .countdown-number {
  color: #95a5a6;
}

@keyframes countdownPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}
/* ===== ADDITIONAL HERO ENHANCEMENTS ===== */
.counter.counting {
  color: var(--red);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.counter.completed {
  animation: counterPulse 0.5s ease;
}

@keyframes counterPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* Smooth hover transitions for cards */
.hero-event-card {
  transform-origin: center;
}

.hero-event-card.hover-active {
  transform: translateY(-8px) scale(1.02);
}

/* Enhanced button styles */
.btn-hero-primary,
.btn-hero-secondary {
  position: relative;
  overflow: hidden;
}

.btn-hero-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.btn-hero-primary:hover::before {
  left: 100%;
}

/* Subtle animations for decorative elements */
.decoration-circle {
  animation: gentleFloat 8s ease-in-out infinite;
}

.decoration-dots {
  animation: gentleFloat 10s ease-in-out infinite reverse;
}

@keyframes gentleFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(5deg);
  }
}

/* Enhanced card image effects */
.card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 60%,
    rgba(0,0,0,0.1) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hero-event-card:hover .card-image::after {
  opacity: 1;
}

/* Improved responsive behavior */
@media (max-width: 1200px) {
  .hero-bg-image {
    opacity: 0.08;
  }
}

@media (max-width: 992px) {
  .hero-section {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  }
}

/* Loading state for images */
.card-image img {
  background: var(--light-gray);
  transition: opacity 0.3s ease;
}

.card-image img[src=""] {
  opacity: 0;
}

/* Accessibility improvements */
.hero-event-card:focus {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}

.btn-hero-primary:focus,
.btn-hero-secondary:focus {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}

/* Print styles */
@media print {
  .hero-section {
    background: white !important;
    color: black !important;
    min-height: auto !important;
  }

  .hero-bg-image,
  .hero-overlay,
  .decoration-circle,
  .decoration-dots {
    display: none !important;
  }

  .hero-event-card {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #ccc !important;
  }
}

/* Responsive Design */
@media (min-width: 1600px) {
  .hero-section {
    height: 60vh !important;
  }
}

/* ===== HERO SLIDER - PROFESSIONAL ===== */
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin-top: 40px;
}




/* ===== PROMO BANNER ===== */
/* ===== PROMO BANNER ===== */
.promo-banner-section {
  padding: 28px 0;
}

/* ===== RECENTLY VIEWED ===== */
.recently-section {
  background: var(--white);
  border-top: 1px solid var(--border);
}

/* ===== FAVORITES SECTION ===== */
.favorites-section {
  background: var(--off-white);
  border-top: 1px solid var(--border);
}

.fav-empty {
  text-align: center;
  padding: 48px 20px;
  color: var(--text-muted);
}

.fav-empty-icon {
  font-size: 2.5rem;
  color: #ddd;
  margin-bottom: 16px;
}

.fav-empty h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}

.fav-empty p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

/* Availability Warning */
.sp-avail-warn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #f39c12;
  background: rgba(243,156,18,0.1);
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 8px;
}

.sp-avail-warn i { font-size: 0.65rem; }

.sp-avail-low { color: #e67e22; background: rgba(230,126,34,0.1); }
.sp-avail-critical { color: #e74c3c; background: rgba(231,76,60,0.1); }

/* ===== BROWSE BY CATEGORY ===== */
.browse-cat-section {
  background: var(--white);
  padding: 36px 0;
}

.browse-cat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.browse-cat-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text);
  margin: 0;
  position: relative;
  padding-right: 12px;
}

.browse-cat-title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: var(--red);
  border-radius: 4px;
}

.browse-cat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.browse-cat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: var(--cat-bg, var(--off-white));
  border: 1.5px solid transparent;
  border-radius: 16px;
  padding: 22px 12px 16px;
  text-decoration: none;
  transition: all 0.22s ease;
}

.browse-cat-item:hover {
  background: var(--cat-bg, var(--off-white));
  border-color: var(--cat-color, var(--red));
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.browse-cat-icon {
  font-size: 1.4rem;
  line-height: 1;
  width: 58px;
  height: 58px;
  background: rgba(255,255,255,0.7);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  color: var(--cat-color, var(--red));
  border: 1.5px solid rgba(255,255,255,0.5);
}

.browse-cat-item:hover .browse-cat-icon {
  background: #fff;
  border-color: var(--cat-color, var(--red));
}

.browse-cat-item span {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
  text-align: center;
  transition: color 0.2s;
}

.browse-cat-item:hover span { color: var(--text); }

@media (max-width: 991px) { .browse-cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px)  { .browse-cat-grid { grid-template-columns: repeat(2, 1fr); } }

/* ===== SPOTLIGHT SECTION ===== */
.spotlight-section {
  padding: 32px 0 24px;
}

.spotlight-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.spotlight-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.spotlight-star {
  width: 32px;
  height: 32px;
  background: var(--red);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.spotlight-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text);
  margin: 0;
}

.spotlight-dots { display: flex; gap: 5px; align-items: center; }
.sp-dot { width: 7px; height: 7px; border-radius: 50%; background: #ddd; }
.sp-dot.active { background: var(--red); }
.spotlight-count { font-size: 0.75rem; color: var(--text-muted); }

.spotlight-badge {
  background: var(--accent-soft);
  border: 1.5px solid var(--red);
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sp-tag-sponsored {
  background: var(--red);
  color: #fff;
}

.sp-price-gold { color: var(--red); }

.sp-btn-gold { background: var(--red); color: #fff; }
.sp-btn-gold:hover { background: var(--red-dark); color: #fff; }

.sp-adv-btn {
  background: var(--red);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}

.sp-adv-btn:hover { background: var(--red-dark); color: #fff; }

/* Cards Grid */
.spotlight-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}

/* Card — صورة كاملة مع overlay */
.sp-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  position: relative;
  cursor: pointer;
  aspect-ratio: 3/4;
  display: block;
}

.sp-card:hover { transform: translateY(-4px); }
.sp-card-sponsored { outline: 2px solid var(--red); }

/* الصورة تملأ الكارت كامل */
.sp-card-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.sp-card:hover .sp-card-img { transform: scale(1.04); }

/* Gradient overlay من الأسفل */
.sp-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 25%,
    rgba(0,0,0,0.85) 100%
  );
}

/* قلب الحفظ وبادج التصنيف — جوا sp-card-img اللي هو absolute */
.sp-card-img .event-save {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
}

.sp-card-img .sp-card-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--red);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  z-index: 10;
}

.sp-tag-sponsored { background: var(--red) !important; color: #fff !important; }

/* المحتوى فوق الصورة في الأسفل */
.sp-card-body {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 14px;
  z-index: 2;
}

.sp-card-meta-row {
  display: flex;
  gap: 10px;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 4px;
  flex-wrap: wrap;
}

.sp-card-meta-row i { color: rgba(255,255,255,0.7); font-size: 0.68rem; }

.sp-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.3;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* Countdown — Clean Style */
.sp-countdown-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 8px 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(255,255,255,0.12);
}

.sp-cd-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.15);
  border-radius: 6px;
  padding: 4px 6px;
  min-width: 30px;
  gap: 2px;
}

.sp-cd-num {
  font-size: 0.82rem;
  font-weight: 900;
  color: #fff !important;
  line-height: 1;
  display: block;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.sp-cd-num.flip-anim {
  transform: translateY(-6px);
  opacity: 0;
}

.sp-cd-label {
  font-size: 0.5rem;
  color: rgba(255,255,255,0.7) !important;
  line-height: 1;
  display: block;
}

.sp-cd-sep {
  font-size: 0.9rem;
  font-weight: 900;
  color: var(--red);
  margin-bottom: 14px;
  line-height: 1;
  align-self: flex-start;
}

@media (max-width: 767px) {
  .sp-cd-item { min-width: 26px; padding: 3px 5px; }
  .sp-cd-num { font-size: 0.8rem; }
  .sp-cd-sep { font-size: 0.75rem; }
}

/* Footer */
.sp-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-card-price {
  font-size: 0.88rem;
  font-weight: 800;
  color: #fff;
}

.sp-price-gold { color: #fff; }

.sp-card-btn {
  background: var(--red);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
  font-family: inherit;
}

.sp-card-btn:hover { background: var(--red-dark); color: #fff; }
.sp-btn-gold { background: var(--red); color: #fff; }
.sp-btn-gold:hover { background: var(--red-dark); color: #fff; }
.sp-btn-gold:hover { background: var(--red-dark); color: #fff; }

.sp-advertise {
  background: var(--white);
  border-radius: 12px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.sp-adv-right { display: flex; align-items: center; gap: 14px; }

.sp-adv-icon {
  width: 38px;
  height: 38px;
  background: var(--red);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  flex-shrink: 0;
}

.sp-adv-title { font-size: 0.9rem; font-weight: 700; color: var(--text); margin: 0 0 3px; }
.sp-adv-sub { font-size: 0.72rem; color: var(--text-muted); margin: 0; }

.sp-adv-left { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }

.sp-adv-dots { display: flex; gap: 5px; }
.sp-adv-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--border); }

@media (max-width: 1199px) { .spotlight-cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px)  {
  .spotlight-cards { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .sp-card-img { height: auto !important; }
  .sp-card-body { padding: 10px; position: absolute !important; bottom: 0 !important; }
  .sp-card-title { font-size: 0.8rem; margin-bottom: 6px; }
  .sp-card-meta-row { font-size: 0.68rem; margin-bottom: 4px; }
  .sp-countdown-bar { padding: 4px 8px; gap: 4px; margin-bottom: 6px; }
  .sp-cd-item { min-width: 20px; }
  .sp-cd-num { font-size: 0.7rem; }
  .sp-cd-label { font-size: 0.5rem; }
  .sp-cd-sep { font-size: 0.65rem; margin-bottom: 6px; }
  .sp-card-price { font-size: 0.75rem; }
  .sp-card-btn { font-size: 0.7rem; padding: 4px 12px; }
  .sp-avail-warn { font-size: 0.65rem; padding: 3px 8px; }
  .spotlight-header { flex-wrap: wrap; gap: 8px; }
  .spotlight-title-wrap { gap: 6px; }
  .spotlight-title { font-size: 0.95rem; }
  .spotlight-count { display: none; }
  .spotlight-badge { font-size: 0.7rem; padding: 4px 10px; }
  .spotlight-section { padding: 20px 0 16px; }
}
@media (max-width: 480px)  { .spotlight-cards { grid-template-columns: repeat(2, 1fr); } .sp-advertise { flex-direction: column; align-items: flex-start; } }

.promo-banner {
  position: relative;
  background: linear-gradient(135deg, #1a0a08 0%, #2d1210 40%, #c0392b 100%);
  border-radius: 20px;
  padding: 28px 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto auto;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* glow blobs */
.promo-banner::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(192,57,43,0.45) 0%, transparent 70%);
  pointer-events: none;
}
.promo-banner::after {
  content: '';
  position: absolute;
  bottom: -80px; left: 10%;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(255,107,107,0.15) 0%, transparent 70%);
  pointer-events: none;
}

/* particles */
.promo-particles { position:absolute; inset:0; pointer-events:none; overflow:hidden; }
.promo-particle  { position:absolute; border-radius:50%; background:rgba(255,255,255,0.12); animation:promoFloat 6s ease-in-out infinite; }
.promo-particle:nth-child(1) { width:8px;  height:8px;  top:20%; left:15%; animation-delay:0s; }
.promo-particle:nth-child(2) { width:5px;  height:5px;  top:65%; left:28%; animation-delay:1.5s; }
.promo-particle:nth-child(3) { width:10px; height:10px; top:30%; left:52%; animation-delay:3s; background:rgba(254,202,87,0.18); }
.promo-particle:nth-child(4) { width:6px;  height:6px;  top:70%; left:68%; animation-delay:0.8s; }
.promo-particle:nth-child(5) { width:7px;  height:7px;  top:15%; left:83%; animation-delay:2.2s; background:rgba(255,107,107,0.2); }

@keyframes promoFloat {
  0%,100% { transform:translateY(0) scale(1); opacity:.6; }
  50%      { transform:translateY(-16px) scale(1.2); opacity:1; }
}

/* columns */
.promo-col { position:relative; z-index:2; padding:0 32px; }

.promo-col-text {
  display: flex; align-items: center; gap: 18px;
  padding-right: 0;
}
.promo-col-countdown {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.promo-col-action {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding-left: 0;
}
.promo-col-label {
  font-size: 0.62rem; font-weight: 700;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase; letter-spacing: 1.2px;
}

/* vertical divider */
.promo-vdivider {
  width: 1px; height: 60px;
  background: rgba(255,255,255,0.1);
  flex-shrink: 0; position: relative; z-index: 2;
}

/* icon */
.promo-icon-wrap {
  width: 52px; height: 52px;
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: #feca57; flex-shrink: 0;
  backdrop-filter: blur(8px);
  animation: promoPulse 2.5s ease-in-out infinite;
}
@keyframes promoPulse {
  0%,100% { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
  50%      { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
}

/* text */
.promo-eyebrow {
  display: inline-flex; align-items: center;
  background: rgba(254,202,87,0.12);
  border: 1px solid rgba(254,202,87,0.3);
  color: #feca57; font-size: 0.65rem; font-weight: 800;
  padding: 3px 10px; border-radius: 20px; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.8px;
}
.promo-title {
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  font-weight: 800; color: #fff; margin: 0 0 4px; line-height: 1.4;
}
.promo-title span { color: #feca57; font-size: 1.3em; font-weight: 900; }
.promo-sub { font-size: 0.78rem; color: rgba(255,255,255,0.5); margin: 0; }

/* countdown */
.promo-countdown { display:flex; align-items:center; gap:6px; }
.promo-cd-item {
  display: flex; flex-direction: column; align-items: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 10px; padding: 8px 12px; min-width: 52px;
  backdrop-filter: blur(6px);
}
.promo-cd-num   { font-size:1.5rem; font-weight:900; color:#fff; line-height:1; font-variant-numeric:tabular-nums; }
.promo-cd-label { font-size:0.6rem; color:rgba(255,255,255,0.45); margin-top:3px; font-weight:600; }
.promo-cd-sep   { font-size:1.3rem; font-weight:900; color:rgba(255,255,255,0.35); margin-bottom:14px; }

/* promo code */
.promo-code-box {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1.5px dashed rgba(255,255,255,0.28);
  border-radius: 8px; padding: 7px 14px;
  cursor: pointer; transition: var(--transition);
}
.promo-code-box:hover,
.promo-code-box.copied { background:rgba(254,202,87,0.12); border-color:#feca57; }
.promo-code-text { font-size:0.95rem; font-weight:900; color:#feca57; letter-spacing:2px; }
.promo-copy-btn {
  background:none; border:none; color:rgba(255,255,255,0.45);
  font-size:0.82rem; cursor:pointer; padding:0; transition:var(--transition); line-height:1;
}
.promo-copy-btn:hover,
.promo-code-box.copied .promo-copy-btn { color:#feca57; }

/* CTA */
.promo-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--red) !important;
  font-weight: 800; font-size: 0.88rem;
  padding: 11px 24px; border-radius: 50px;
  text-decoration: none; white-space: nowrap;
  transition: var(--transition); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.promo-cta:hover { background:#feca57; color:#1a0a08 !important; transform:translateY(-2px); }

/* ── Responsive ── */
@media (max-width: 1100px) {
  .promo-banner { padding: 24px 28px; }
  .promo-col    { padding: 0 20px; }
}

@media (max-width: 992px) {
  .promo-banner {
    grid-template-columns: 1fr;
    padding: 28px 24px; gap: 20px;
    text-align: center; border-radius: 18px;
  }
  .promo-vdivider { width:80%; height:1px; margin:0 auto; }
  .promo-col        { padding: 0; }
  .promo-col-text   { flex-direction:column; align-items:center; text-align:center; }
  .promo-col-countdown,
  .promo-col-action { align-items: center; }
  .promo-cta        { width:100%; justify-content:center; }
}

@media (max-width: 768px) {
  .promo-banner-section { padding: 16px 0; }
  .promo-banner { padding:18px 16px; gap:14px; border-radius:16px; }

  .promo-col-text { flex-direction:row; text-align:right; gap:12px; }
  .promo-col-text > div { text-align:right; }
  .promo-icon-wrap { width:44px; height:44px; font-size:1.1rem; border-radius:12px; }
  .promo-eyebrow { display:none; }
  .promo-title { font-size:0.9rem; }
  .promo-sub   { font-size:0.72rem; }

  .promo-vdivider:last-of-type { display:none; }

  .promo-col-countdown { flex-direction:row; justify-content:center; gap:12px; }
  .promo-col-action    { flex-direction:row; justify-content:center; gap:12px; }

  .promo-cd-item  { min-width:44px; padding:6px 8px; border-radius:8px; }
  .promo-cd-num   { font-size:1.1rem; }
  .promo-cd-label { font-size:0.55rem; }
  .promo-cd-sep   { font-size:1rem; margin-bottom:10px; }

  .promo-cta { width:auto; padding:9px 18px; font-size:0.82rem; }
}

@media (max-width: 480px) {
  .promo-banner { padding:14px 14px; gap:12px; border-radius:14px; }
  .promo-col-action { flex-direction:column; gap:10px; }
  .promo-cta { width:100%; justify-content:center; }
  .promo-cd-item { min-width:38px; padding:5px 6px; }
  .promo-cd-num  { font-size:0.95rem; }
  .promo-particles { display:none; }
}




/* Decorative glow blobs */
.promo-banner::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(192,57,43,0.5) 0%, transparent 70%);
  pointer-events: none;
}

.promo-banner::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 10%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255,107,107,0.2) 0%, transparent 70%);
  pointer-events: none;
}

/* Floating particles */
.promo-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.promo-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  animation: promoFloat 6s ease-in-out infinite;
}

.promo-particle:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; width: 8px; height: 8px; }
.promo-particle:nth-child(2) { top: 60%; left: 30%; animation-delay: 1.5s; width: 5px; height: 5px; }
.promo-particle:nth-child(3) { top: 30%; left: 55%; animation-delay: 3s; width: 10px; height: 10px; background: rgba(254,202,87,0.2); }
.promo-particle:nth-child(4) { top: 70%; left: 70%; animation-delay: 0.8s; width: 6px; height: 6px; }
.promo-particle:nth-child(5) { top: 15%; left: 85%; animation-delay: 2.2s; width: 7px; height: 7px; background: rgba(255,107,107,0.25); }

@keyframes promoFloat {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.6; }
  50% { transform: translateY(-18px) scale(1.2); opacity: 1; }
}

/* Left side */
.promo-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  position: relative;
  z-index: 2;
}

.promo-icon-wrap {
  width: 64px;
  height: 64px;
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #feca57;
  flex-shrink: 0;
  backdrop-filter: blur(8px);
  animation: promoPulse 2.5s ease-in-out infinite;
}

@keyframes promoPulse {
  0%, 100% { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
  50% { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
}

.promo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(254,202,87,0.15);
  border: 1px solid rgba(254,202,87,0.35);
  color: #feca57;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.promo-title {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.4;
}

.promo-title span {
  color: #feca57;
  font-size: 1.4em;
  font-weight: 900;
}

.promo-sub {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  margin: 0;
}

/* Right side */
.promo-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

/* Countdown */
.promo-countdown {
  display: flex;
  align-items: center;
  gap: 6px;
}

.promo-cd-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 8px 14px;
  min-width: 54px;
  backdrop-filter: blur(6px);
}

.promo-cd-num {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.promo-cd-label {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.55);
  margin-top: 3px;
  font-weight: 600;
}

.promo-cd-sep {
  font-size: 1.4rem;
  font-weight: 900;
  color: rgba(255,255,255,0.4);
  margin-bottom: 14px;
}

/* Promo code */
.promo-code-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.promo-code-label {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.5);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.promo-code-box {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.1);
  border: 1.5px dashed rgba(255,255,255,0.35);
  border-radius: 8px;
  padding: 7px 14px;
  cursor: pointer;
  transition: var(--transition);
}

.promo-code-box:hover,
.promo-code-box.copied {
  background: rgba(254,202,87,0.15);
  border-color: #feca57;
}

.promo-code-text {
  font-size: 1rem;
  font-weight: 900;
  color: #feca57;
  letter-spacing: 2px;
}

.promo-copy-btn {
  background: none;
  border: none;
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
  cursor: pointer;
  padding: 0;
  transition: var(--transition);
  line-height: 1;
}

.promo-copy-btn:hover,
.promo-code-box.copied .promo-copy-btn {
  color: #feca57;
}

/* CTA button */
.promo-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--red) !important;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 14px 26px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  transition: var(--transition);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.promo-cta:hover {
  background: #feca57;
  color: #1a0a08 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 1100px) {
  .promo-banner {
    padding: 28px 32px;
    gap: 24px;
  }

  .promo-right {
    gap: 16px;
  }

  .promo-cd-item {
    min-width: 48px;
    padding: 7px 10px;
  }
}

@media (max-width: 992px) {
  .promo-banner-section {
    padding: 20px 0;
  }

  .promo-banner {
    flex-direction: column;
    padding: 28px 28px;
    gap: 20px;
    border-radius: 18px;
    text-align: center;
  }

  .promo-left {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
  }

  .promo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .promo-right {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    width: 100%;
  }

  .promo-cta {
    order: 3;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .promo-banner {
    padding: 18px 16px;
    gap: 12px;
    border-radius: 14px;
  }

  .promo-icon-wrap {
    width: 44px;
    height: 44px;
    font-size: 1.1rem;
    border-radius: 12px;
  }

  .promo-left {
    flex-direction: row;
    align-items: center;
    text-align: right;
    gap: 12px;
  }

  .promo-text { align-items: flex-start; }

  .promo-eyebrow { display: none; }

  .promo-title {
    font-size: 0.9rem;
    margin-bottom: 2px;
  }

  .promo-sub { font-size: 0.72rem; }

  .promo-right {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .promo-countdown { gap: 4px; }

  .promo-cd-item {
    min-width: 40px;
    padding: 5px 7px;
    border-radius: 7px;
  }

  .promo-cd-num { font-size: 1rem; }
  .promo-cd-label { font-size: 0.52rem; }
  .promo-cd-sep { font-size: 0.9rem; margin-bottom: 8px; }

  .promo-code-wrap { display: none; }

  .promo-cta {
    order: unset;
    width: auto;
    padding: 9px 16px;
    font-size: 0.8rem;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .promo-banner {
    padding: 14px 14px;
    border-radius: 12px;
    gap: 10px;
  }

  .promo-title { font-size: 0.85rem; }

  .promo-cd-item { min-width: 36px; padding: 4px 6px; }
  .promo-cd-num { font-size: 0.9rem; }
  .promo-cd-label { font-size: 0.5rem; }
  .promo-cd-sep { font-size: 0.8rem; margin-bottom: 6px; }
  .promo-particles { display: none; }
}


/* ===== HERO SLIDE — SPORTS ===== */
.hero-overlay-sports {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10, 10, 10, 0.92) 0%,
    rgba(15, 15, 15, 0.75) 45%,
    rgba(0, 0, 0, 0.25) 100%
  );
  z-index: 1;
}

/* Decorative rings */
.sports-deco-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  z-index: 1;
  pointer-events: none;
}

.sports-ring-1 {
  width: 500px;
  height: 500px;
  top: -120px;
  left: -120px;
}

.sports-ring-2 {
  width: 320px;
  height: 320px;
  top: -40px;
  left: -40px;
  border-color: rgba(192, 57, 43, 0.12);
}

/* ===== SLIDE WIDGETS — ALL ===== */

@keyframes liveBlink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.15; }
}

/* ── Shared widget shell ── */
.slide-widget,
.sports-score-badge {
  position: absolute;
  top: 50%;
  left: max(16px, calc((100% - 1320px) / 2));
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(10, 10, 12, 0.72);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px;
  overflow: hidden;
  min-width: 280px;
  max-width: 320px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(calc(-50% + 12px));
  transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.5s;
}

.hero-slide.active .slide-widget,
.hero-slide.active .sports-score-badge {
  opacity: 1;
  transform: translateY(-50%);
}

/* ── Widget header ── */
.sw-header,
.sports-score-live {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 13px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.sw-header {
  color: rgba(255,255,255,0.45);
}

.sw-header-icon {
  color: var(--red);
  font-size: 0.7rem;
}

.sports-score-live {
  color: #ff4444;
}

.sports-score-live i {
  font-size: 0.42rem;
  animation: liveBlink 1.2s ease-in-out infinite;
}

.sports-score-live::after {
  content: 'الدوري السوري';
  color: rgba(255,255,255,0.3);
  font-size: 0.58rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
}

/* ── Widget footer ── */
.sw-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 13px;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.sw-price {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
}
.sw-price strong { color: #feca57; font-weight: 800; }

.sw-book-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--red);
  color: #fff !important;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 20px;
  text-decoration: none;
  transition: var(--transition);
}
.sw-book-btn:hover { background: var(--red-dark); }

.sw-live-dot {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.6rem;
  font-weight: 800;
  color: #22c55e;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sw-live-dot i { font-size: 0.38rem; animation: liveBlink 1.4s ease-in-out infinite; }

/* ══════════════════════════════════════
   WIDGET 1 — Platform stats (Slide 1)
══════════════════════════════════════ */
.sw-events-list {
  padding: 10px 13px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.sw-event-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255,255,255,0.78);
}

.sw-event-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.sw-dot-red    { background:#ef4444; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
.sw-dot-green  { background:#22c55e; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
.sw-dot-yellow { background:#feca57; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.sw-event-name  { flex:1; }
.sw-event-seats { font-size:0.65rem; color:rgba(255,255,255,.3); white-space:nowrap; }
.sw-total       { font-size:0.68rem; color:rgba(255,255,255,.38); font-weight:600; }

/* ══════════════════════════════════════
   WIDGET 2 — Live Score (Slide 2)
══════════════════════════════════════ */
.sports-score-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 14px 13px;
  gap: 6px;
  color: #fff;
}

.sports-score-teams span:first-child { font-size:0.82rem; font-weight:700; text-align:right; }
.sports-score-teams span:last-child  { font-size:0.82rem; font-weight:700; text-align:left; }

.sports-score-num {
  font-size: 1.35rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  background: var(--red);
  border-radius: 8px;
  padding: 4px 10px;
  min-width: 68px;
  line-height: 1.5;
}

.sports-score-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 13px;
  border-top: 1px solid rgba(255,255,255,0.07);
  font-size: 0.65rem;
  color: rgba(255,255,255,0.38);
  font-weight: 600;
}
.sports-score-time::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #22c55e;
  animation: liveBlink 1.5s ease-in-out infinite;
  flex-shrink: 0;
}

/* ══════════════════════════════════════
   WIDGET 3 — Trip card (Slide 3)
══════════════════════════════════════ */
.sw-trip-body {
  padding: 12px 13px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sw-trip-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.sw-trip-city {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-size: 0.82rem;
  font-weight: 800;
  color: #fff;
}
.sw-trip-city i      { font-size:0.62rem; color:var(--red); }
.sw-icon-dest        { color:#22c55e !important; }

.sw-trip-arrow {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sw-trip-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.12);
}
.sw-trip-arrow i {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  position: relative;
  z-index: 1;
  transform: rotate(180deg);
}

.sw-trip-details { display:flex; flex-direction:column; gap:4px; }
.sw-trip-detail  {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
}
.sw-trip-detail i { color:var(--red); font-size:0.62rem; width:11px; }

/* ══════════════════════════════════════
   WIDGET 4 — Event countdown (Slide 4)
══════════════════════════════════════ */
.sw-event-body {
  padding: 12px 13px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sw-event-title {
  font-size: 0.84rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.35;
}

.sw-event-meta { display:flex; flex-direction:column; gap:3px; }
.sw-event-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.67rem;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
}
.sw-event-meta i { color:var(--red); font-size:0.6rem; width:10px; }

.sw-event-countdown {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
}

.sw-cd-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 7px;
  padding: 5px 8px;
  min-width: 40px;
}
.sw-cd-num {
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.sw-cd-label {
  font-size: 0.5rem;
  color: rgba(255,255,255,0.35);
  margin-top: 2px;
  font-weight: 600;
}
.sw-cd-sep {
  font-size: 0.9rem;
  font-weight: 900;
  color: rgba(255,255,255,0.25);
  margin-bottom: 8px;
}

/* ── Sports slide extras ── */
.badge-tag-sports {
  background: rgba(192,57,43,0.18);
  border-color: rgba(192,57,43,0.45);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.badge-tag-sports i { color:#feca57; }

.hero-actions-row {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(28px);
  transition: all 0.8s ease 0.9s;
}
.hero-slide.active .hero-actions-row { opacity:1; transform:translateY(0); }

.btn-hero-sports {
  background: var(--red);
  color: #fff !important;
  border-radius: 50px;
  padding: 13px 28px;
  font-size: 0.92rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  z-index: 0;
}

/* shimmer sweep */
.btn-hero-sports::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.22), transparent);
  transition: left 0.5s ease;
  z-index: 1;
}

/* outline ring on hover */
.btn-hero-sports::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.35);
  opacity: 0;
  transform: scale(1.06);
  transition: all 0.3s ease;
  z-index: -1;
}

.btn-hero-sports:hover {
  transform: translateY(-3px);
  background: #d44235;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.btn-hero-sports:hover::before { left: 140%; }

.btn-hero-sports:hover::after {
  opacity: 1;
  transform: scale(1);
}

.btn-hero-sports:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.hero-mini-stats  { display:flex; align-items:center; gap:14px; }
.hero-mini-stat   { display:flex; flex-direction:column; align-items:center; }
.hero-mini-num    { font-size:1.2rem; font-weight:900; color:#fff; line-height:1; }
.hero-mini-label  { font-size:0.65rem; color:rgba(255,255,255,.5); font-weight:600; margin-top:2px; }
.hero-mini-divider{ width:1px; height:28px; background:rgba(255,255,255,.18); }

.sports-deco-ring { position:absolute; border-radius:50%; border:1px solid rgba(255,255,255,.05); z-index:1; pointer-events:none; }
.sports-ring-1    { width:480px; height:480px; top:-110px; left:-110px; }
.sports-ring-2    { width:300px; height:300px; top:-35px; left:-35px; border-color:rgba(192,57,43,.1); }

/* ── Responsive ── */
@media (max-width: 1100px) {
  .slide-widget,
  .sports-score-badge { left: 16px; max-width: 210px; }
}

@media (max-width: 768px) {
  .slide-widget,
  .sports-score-badge { display: none; }
  .hero-actions-row   { flex-direction:column; align-items:flex-start; gap:14px; }
  .sports-deco-ring   { display:none; }
}


/* ===== TRANSPORT BOOKING WIDGET ===== */
.slide-widget-transport {
  min-width: 260px;
  max-width: 280px;
}

/* Tabs */
.tr-tabs {
  display: flex;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.tr-tab {
  flex: 1;
  background: none;
  border: none;
  color: rgba(255,255,255,0.38);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 9px 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: var(--transition);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  font-family: inherit;
}

.tr-tab i { font-size: 0.7rem; }

.tr-tab:hover { color: rgba(255,255,255,0.65); }

.tr-tab.active {
  color: #fff;
  border-bottom-color: var(--red);
}

/* Body panels */
.tr-body {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 12px 13px 0;
}

.tr-body-active { display: flex; }

/* Route row */
.tr-route {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tr-city {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}

.tr-city-code {
  font-size: 0.95rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 1;
}

.tr-city-name {
  font-size: 0.58rem;
  color: rgba(255,255,255,0.35);
  font-weight: 600;
  white-space: nowrap;
}

.tr-route-mid {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}

.tr-route-line {
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.12);
}

.tr-route-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(192,57,43,0.25);
  border: 1px solid rgba(192,57,43,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tr-route-icon i {
  font-size: 0.62rem;
  color: var(--red);
}

/* Info row */
.tr-info-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tr-info-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.67rem;
  color: rgba(255,255,255,0.42);
  font-weight: 600;
}

.tr-info-item i {
  color: var(--red);
  font-size: 0.6rem;
}

/* Footer */
.tr-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0 11px;
  border-top: 1px solid rgba(255,255,255,0.07);
  margin-top: 2px;
}

.tr-price {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
}
.tr-price strong { color: #feca57; font-weight: 800; }

.tr-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--red);
  color: #fff !important;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  text-decoration: none;
  transition: var(--transition);
}
.tr-btn:hover { background: var(--red-dark); }


/* ===== RESALE MARKET PAGE ===== */

/* Hero */
.rm-hero {
  background: linear-gradient(135deg, #1a0808 0%, #2d1210 50%, #1a0808 100%);
  padding: 120px 0 60px;
  position: relative;
  overflow: hidden;
}
.rm-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(192,57,43,0.15) 0%, transparent 50%),
                    radial-gradient(circle at 80% 20%, rgba(192,57,43,0.1) 0%, transparent 40%);
}
.rm-hero-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
}
.rm-hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 28px;
}
.rm-trust-badges {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.rm-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 50px;
  backdrop-filter: blur(8px);
}
.rm-trust-badge i { color: #22c55e; font-size: 0.75rem; }
.rm-hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.rm-hero-stat-num {
  font-size: 1.8rem;
  font-weight: 900;
  color: #feca57;
  line-height: 1;
  display: block;
}
.rm-hero-stat-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  margin-top: 4px;
  display: block;
}

/* How it works */
.rm-how {
  padding: 60px 0;
  background: var(--white);
}
.rm-how-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: all 0.25s ease;
  height: 100%;
}
.rm-how-step:hover {
  border-color: rgba(192,57,43,0.25);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.rm-how-num {
  width: 44px;
  height: 44px;
  background: var(--red);
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 900;
  flex-shrink: 0;
}
.rm-how-step h5 { font-size: 0.95rem; font-weight: 800; margin-bottom: 6px; color: var(--text); }
.rm-how-step p  { font-size: 0.82rem; color: var(--text-muted); margin: 0; line-height: 1.6; }

/* Filter bar */
.rm-filter-bar {
  padding: 20px 0;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 65px;
  z-index: 100;
}
.rm-search-input {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 8px 16px;
  flex: 1;
  max-width: 320px;
  transition: all 0.22s ease;
}
.rm-search-input:focus-within {
  border-color: var(--red);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.rm-search-input input {
  border: none;
  background: transparent;
  outline: none;
  font-family: inherit;
  font-size: 0.85rem;
  color: var(--text);
  flex: 1;
}
.rm-search-input i { color: #aaa; font-size: 0.82rem; }
.rm-filter-btn {
  background: var(--off-white);
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.22s ease;
  font-family: inherit;
}
.rm-filter-btn:hover,
.rm-filter-btn.active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.rm-sort-select {
  background: var(--off-white);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 50px;
  outline: none;
  cursor: pointer;
  font-family: inherit;
}

/* Resale Card */
.rm-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rm-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: transparent;
}
.rm-card-img {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.rm-card-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
}
.rm-resale-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--red);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.rm-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}
.rm-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 600;
}
.rm-card-meta i { color: var(--red); font-size: 0.65rem; }
.rm-card-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text);
  margin: 0;
  line-height: 1.35;
}
.rm-price-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rm-price-original {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-decoration: line-through;
  font-weight: 600;
}
.rm-price-resale {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--red);
}
.rm-price-save {
  font-size: 0.65rem;
  font-weight: 700;
  background: #ecfdf5;
  color: #059669;
  padding: 2px 8px;
  border-radius: 20px;
}
.rm-seller {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.rm-seller-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
}
.rm-seller-name {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text);
  flex: 1;
}
.rm-seller-rating {
  font-size: 0.72rem;
  font-weight: 700;
  color: #d4a017;
  display: flex;
  align-items: center;
  gap: 3px;
}
.rm-card-actions {
  display: flex;
  gap: 8px;
}
.rm-btn-buy {
  flex: 1;
  background: var(--red);
  color: #fff !important;
  border: none;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 9px 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.22s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: inherit;
  cursor: pointer;
}
.rm-btn-buy:hover { background: var(--red-dark); transform: translateY(-1px); }
.rm-btn-contact {
  background: #1e293b;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 9px 16px;
  text-decoration: none;
  transition: all 0.22s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-family: inherit;
  cursor: pointer;
}
.rm-btn-contact i { color: #38bdf8; font-size: 1rem; }
.rm-btn-contact:hover {
  background: #0f172a;
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Sell CTA Banner */
.rm-sell-banner {
  background: linear-gradient(135deg, #1a0808 0%, #c0392b 100%);
  border-radius: 20px;
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.rm-sell-banner::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
}
.rm-sell-banner h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}
.rm-sell-banner p {
  color: rgba(255,255,255,0.65);
  font-size: 0.95rem;
  margin-bottom: 24px;
  margin: 20px auto;
}
.rm-sell-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--red) !important;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 13px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.rm-sell-btn:hover { background: #feca57; color: #1a0808 !important; transform: translateY(-2px); }

@media (max-width: 768px) {
  .rm-hero { padding: 100px 0 40px; }
  .rm-hero-stats { gap: 24px; }
  .rm-filter-bar { position: static; }
  .rm-sell-banner { padding: 32px 20px; border-radius: 14px; }
}


/* ===== RESALE MARKET — SIDEBAR + BANNER ===== */

/* Toolbar */
.rm-toolbar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
  position: sticky;
  top: 65px;
  z-index: 100;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.rm-sidebar-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  transition: var(--transition);
}
.rm-sidebar-toggle:hover { border-color: var(--red); color: var(--red); }

.rm-results-count {
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 600;
  white-space: nowrap;
}
.rm-results-count strong { color: var(--text); }

/* Listings section */
.rm-listings-section {
  padding: 32px 0 48px;
}

/* ── SIDEBAR ── */
.rm-sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 200;
  backdrop-filter: blur(2px);
}
.rm-sidebar-overlay.open { display: block; }

.rm-sidebar {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  position: sticky;
  top: 120px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
  .rm-sidebar {
    position: fixed;
    top: 0; right: -320px;
    width: 300px; height: 100vh;
    border-radius: 0;
    z-index: 300;
    overflow-y: auto;
    transition: right 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  }
  .rm-sidebar.open { right: 0; }
}

.rm-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
}

.rm-sidebar-reset {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  cursor: pointer;
  font-family: inherit;
  transition: var(--transition);
}
.rm-sidebar-reset:hover { background: rgba(255,255,255,0.28); }

.rm-sidebar-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  padding: 2px 6px;
}

/* Sections */
.rm-sf-section {
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
}
.rm-sf-section:last-of-type { border-bottom: none; }

.rm-sf-title {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.rm-sf-title i { color: var(--red); font-size: 0.7rem; }

/* Category pills */
.rm-sf-cats {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 260px;
  overflow-y: auto;
}

.rm-sf-cat {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border-radius: 10px;
  border: 1.5px solid var(--border);
  background: var(--off-white);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--transition);
}
.rm-sf-cat i { font-size: 0.75rem; width: 14px; }
.rm-sf-cat:hover { border-color: var(--red); color: var(--red); background: #fef2f1; }
.rm-sf-cat.active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.rm-sf-count {
  margin-right: auto;
  background: rgba(0,0,0,0.08);
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 20px;
}
.rm-sf-cat.active .rm-sf-count { background: rgba(255,255,255,0.25); }

/* Price range */
.rm-sf-price-vals {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}
.rm-sf-price-vals span:nth-child(4) { color: var(--text-muted); font-weight: 600; }

.rm-sf-range {
  width: 100%;
  accent-color: var(--red);
  height: 4px;
  cursor: pointer;
}

/* City checkboxes */
.rm-sf-checks {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rm-sf-check {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  padding: 6px 0;
  transition: var(--transition);
}
.rm-sf-check input { accent-color: var(--red); width: 15px; height: 15px; cursor: pointer; }
.rm-sf-check:hover { color: var(--text); }

/* Rating buttons */
.rm-sf-stars {
  display: flex;
  gap: 6px;
}

.rm-sf-star-btn {
  flex: 1;
  padding: 7px 6px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  background: var(--off-white);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-muted);
  cursor: pointer;
  font-family: inherit;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.rm-sf-star-btn i { color: #d4a017; font-size: 0.65rem; }
.rm-sf-star-btn:hover { border-color: var(--red); color: var(--red); }
.rm-sf-star-btn.active { background: var(--red); border-color: var(--red); color: #fff; }
.rm-sf-star-btn.active i { color: #feca57; }

/* Sidebar sell CTA */
.rm-sf-sell-cta {
  padding: 18px;
  background: linear-gradient(135deg, #1a0808, #2d1210);
  text-align: center;
}
.rm-sf-sell-icon {
  font-size: 1.8rem;
  color: rgba(255,255,255,0.2);
  display: block;
  margin-bottom: 8px;
}
.rm-sf-sell-cta p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 12px;
  font-weight: 600;
}
.rm-sf-sell-btn {
  display: inline-block;
  background: var(--red);
  color: #fff !important;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 20px;
  text-decoration: none;
  transition: var(--transition);
}
.rm-sf-sell-btn:hover { background: var(--red-dark); }

/* Empty state */
.rm-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--text-muted);
}
.rm-empty i { font-size: 3rem; color: var(--border); display: block; margin-bottom: 12px; }
.rm-empty p { font-size: 0.9rem; font-weight: 600; margin-bottom: 0; }

/* ── SELL BANNER ── */
.rm-banner-section {
  padding: 48px 0;
  background: var(--white);
}

.rm-sell-banner {
  position: relative;
  background: linear-gradient(135deg, #0d0505 0%, #1a0808 35%, #c0392b 100%);
  border-radius: 24px;
  padding: 52px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
}

/* Glow */
.rm-sell-banner::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(192,57,43,0.4) 0%, transparent 70%);
  pointer-events: none;
}
.rm-sell-banner::after {
  content: '';
  position: absolute;
  bottom: -60px; left: 20%;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(255,107,107,0.15) 0%, transparent 70%);
  pointer-events: none;
}

/* Particles */
.rm-banner-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.rm-banner-particles span {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  animation: rmParticleFloat 7s ease-in-out infinite;
}
.rm-banner-particles span:nth-child(1) { width:8px;  height:8px;  top:15%; left:10%; animation-delay:0s; }
.rm-banner-particles span:nth-child(2) { width:5px;  height:5px;  top:70%; left:25%; animation-delay:1.5s; }
.rm-banner-particles span:nth-child(3) { width:10px; height:10px; top:25%; left:50%; animation-delay:3s; background:rgba(254,202,87,0.2); }
.rm-banner-particles span:nth-child(4) { width:6px;  height:6px;  top:65%; left:65%; animation-delay:0.8s; }
.rm-banner-particles span:nth-child(5) { width:7px;  height:7px;  top:10%; left:80%; animation-delay:2s; }

@keyframes rmParticleFloat {
  0%,100% { transform:translateY(0) scale(1); opacity:.5; }
  50%      { transform:translateY(-20px) scale(1.2); opacity:1; }
}

/* Left */
.rm-banner-left {
  flex: 1;
  position: relative;
  z-index: 2;
}

.rm-banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(254,202,87,0.15);
  border: 1px solid rgba(254,202,87,0.35);
  color: #feca57;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.rm-banner-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.3;
}

.rm-banner-sub {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
  line-height: 1.7;
}

.rm-banner-features {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.rm-banner-features span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
}
.rm-banner-features i { color: #22c55e; font-size: 0.75rem; }

/* Right */
.rm-banner-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.rm-banner-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(8px);
  min-width: 220px;
}

.rm-banner-card-icon {
  width: 42px; height: 42px;
  background: var(--red);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: #fff; flex-shrink: 0;
}

.rm-banner-card-text {
  display: flex; flex-direction: column; flex: 1;
}
.rm-banner-card-text strong { font-size: 0.95rem; font-weight: 900; color: #fff; }
.rm-banner-card-text span  { font-size: 0.7rem; color: rgba(255,255,255,0.45); font-weight: 600; }

.rm-banner-card-stars { color: #feca57; font-size: 0.7rem; letter-spacing: 1px; }

.rm-sell-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  color: var(--red) !important;
  font-weight: 800;
  font-size: 0.92rem;
  padding: 13px 28px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  transition: var(--transition);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  width: 100%;
  justify-content: center;
}
.rm-sell-btn:hover { background: #feca57; color: #1a0808 !important; transform: translateY(-2px); }

.rm-banner-note {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.rm-banner-note i { color: #22c55e; }

/* Responsive */
@media (max-width: 992px) {
  .rm-sell-banner {
    flex-direction: column;
    padding: 36px 28px;
    text-align: center;
    gap: 28px;
  }
  .rm-banner-features { justify-content: center; }
  .rm-banner-right { width: 100%; }
  .rm-banner-card { justify-content: center; }
}

@media (max-width: 576px) {
  .rm-sell-banner { padding: 28px 20px; border-radius: 16px; }
  .rm-banner-title { font-size: 1.3rem; }
  .rm-banner-features { gap: 12px; }
}


/* ===== TOOLBAR REDESIGN ===== */
.rm-toolbar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
  position: sticky;
  top: 65px;
  z-index: 100;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.rm-toolbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.rm-toolbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  max-width: 480px;
}

.rm-toolbar-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

/* Search box */
.rm-search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--off-white);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 10px 16px;
  flex: 1;
  transition: var(--transition);
}

.rm-search-box:focus-within {
  border-color: var(--red);
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.rm-search-icon {
  color: var(--text-muted);
  font-size: 0.85rem;
  flex-shrink: 0;
}

.rm-search-box input {
  border: none;
  background: transparent;
  outline: none;
  font-family: inherit;
  font-size: 0.88rem;
  color: var(--text);
  flex: 1;
  min-width: 0;
}

.rm-search-box input::placeholder { color: #bbb; }

/* Results count */
.rm-results-count {
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 600;
  white-space: nowrap;
}
.rm-results-count strong { color: var(--red); font-weight: 800; }

/* Sort dropdown */
.rm-sort-wrap {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--off-white);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 9px 14px;
  gap: 8px;
  transition: var(--transition);
  cursor: pointer;
}

.rm-sort-wrap:focus-within {
  border-color: var(--red);
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.rm-sort-icon {
  color: var(--red);
  font-size: 0.8rem;
  flex-shrink: 0;
}

.rm-sort-select {
  border: none;
  background: transparent;
  outline: none;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  appearance: none;
  padding-left: 20px;
  min-width: 90px;
}

.rm-sort-arrow {
  position: absolute;
  left: 12px;
  color: var(--text-muted);
  font-size: 0.65rem;
  pointer-events: none;
}

@media (max-width: 576px) {
  .rm-toolbar-inner { flex-wrap: wrap; gap: 10px; }
  .rm-toolbar-right { max-width: 100%; width: 100%; }
  .rm-toolbar-left  { width: 100%; justify-content: space-between; }
}


/* ===== RESALE HERO — REDESIGN ===== */
.rm-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 120px 0 60px;
  overflow: hidden;
}

.rm-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1600&q=80');
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 8s ease;
}

.rm-hero:hover .rm-hero-bg { transform: scale(1); }

.rm-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10,5,5,0.92) 0%,
    rgba(20,8,8,0.82) 45%,
    rgba(0,0,0,0.45) 100%
  );
}

.rm-hero-content { position: relative; z-index: 2; }

/* Trust badges */
.rm-trust-badges {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.rm-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.85);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  backdrop-filter: blur(6px);
}
.rm-trust-badge i { color: #22c55e; font-size: 0.7rem; }

/* Title */
.rm-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.2;
}

.rm-hero-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0;
  line-height: 1.7;
}

/* CTA buttons */
.rm-hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--red);
  color: #fff !important;
  font-weight: 800;
  font-size: 0.92rem;
  padding: 13px 26px;
  border-radius: 50px;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.rm-hero-btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }

.rm-hero-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 13px 26px;
  border-radius: 50px;
  text-decoration: none;
  transition: var(--transition);
  backdrop-filter: blur(6px);
}
.rm-hero-btn-ghost:hover { background: rgba(255,255,255,0.18); }

/* Stats */
.rm-hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
  gap: 0;
}

.rm-hero-stat {
  display: flex;
  flex-direction: column;
  padding: 0 28px 0 0;
}
.rm-hero-stat:first-child { padding-right: 0; }

.rm-hero-stat-num {
  font-size: 1.6rem;
  font-weight: 900;
  color: #feca57;
  line-height: 1;
  display: block;
}

.rm-hero-stat-label {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
  margin-top: 4px;
  display: block;
}

.rm-hero-stat-div {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.15);
  margin: 0 28px 0 0;
  align-self: center;
}

/* ── Ticket Card ── */
.rm-hero-card {
  background: #fff;
  border-radius: 20px;
  width: 320px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: rotate(-2deg);
  transition: transform 0.4s ease;
}
.rm-hero-card:hover { transform: rotate(0deg) translateY(-6px); }

.rm-hero-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: linear-gradient(135deg, #1a0808, #2d1210);
}

.rm-hero-card-logo {
  font-size: 0.82rem;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}
.rm-hero-card-logo i { color: var(--red); }

.rm-hero-card-tag {
  background: rgba(192,57,43,0.25);
  border: 1px solid rgba(192,57,43,0.4);
  color: #fca5a5;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.rm-hero-card-img {
  height: 140px;
  background: url('https://images.unsplash.com/photo-1507676184212-d03ab07a01bf?w=600&q=80') center/cover;
  position: relative;
}
.rm-hero-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 60%);
}

.rm-hero-card-body {
  padding: 16px 18px 12px;
}

.rm-hero-card-event {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 8px;
}

.rm-hero-card-meta {
  display: flex;
  gap: 14px;
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 12px;
}
.rm-hero-card-meta i { color: var(--red); margin-left: 3px; }

.rm-hero-card-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rm-hero-card-original {
  font-size: 0.72rem;
  color: var(--text-muted);
  text-decoration: line-through;
  margin-left: 6px;
}

.rm-hero-card-price {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--red);
}

.rm-hero-card-save {
  background: #ecfdf5;
  color: #059669;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 20px;
}

/* Perforation */
.rm-hero-card-perf {
  display: flex;
  align-items: center;
  padding: 0 -14px;
  margin: 0 -1px;
  position: relative;
}

.rm-hero-card-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--off-white);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.rm-circle-r { margin-right: -11px; }
.rm-circle-l { margin-left: -11px; }

.rm-hero-card-dashes {
  flex: 1;
  border-top: 2px dashed #d1d5db;
  margin: 0 4px;
}

/* Stub */
.rm-hero-card-stub {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: var(--off-white);
}

.rm-hero-card-qr {
  width: 44px;
  height: 44px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--text);
  flex-shrink: 0;
}

.rm-hero-card-stub-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}
.rm-hero-card-stub-info span {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--text-muted);
}
.rm-hero-card-stub-info span:first-child {
  color: var(--text);
  font-size: 0.72rem;
}

.rm-hero-card-verified {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.65rem;
  font-weight: 800;
  color: #059669;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .rm-hero { padding: 100px 0 48px; min-height: auto; }
  .rm-hero-title { font-size: 2rem; }
  .rm-hero-stats { gap: 16px; }
  .rm-hero-stat-div { display: none; }
  .rm-hero-stat { padding: 0; }
}


/* ===== SELL BANNER — REDESIGN ===== */
.rm-banner-section { padding: 48px 0; background: var(--off-white); }

.rm-sell-banner {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  align-items: stretch;
}

/* Background image */
.rm-sell-banner-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1533174072545-7a4b6ad7a6c3?w=1400&q=80') center/cover no-repeat;
  transform: scale(1.04);
  transition: transform 6s ease;
}
.rm-sell-banner:hover .rm-sell-banner-bg { transform: scale(1); }

/* Overlay — stronger on right, lighter on left to show image */
.rm-sell-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10,4,4,0.96) 0%,
    rgba(15,5,5,0.88) 40%,
    rgba(0,0,0,0.55) 70%,
    rgba(0,0,0,0.3) 100%
  );
}

/* Inner layout */
.rm-sell-banner-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 52px 52px;
  width: 100%;
}

/* Left */
.rm-banner-left { flex: 1; }

.rm-banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(254,202,87,0.15);
  border: 1px solid rgba(254,202,87,0.35);
  color: #feca57;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.rm-banner-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.25;
}

.rm-banner-sub {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 22px;
  line-height: 1.7;
  max-width: 480px;
}

.rm-banner-features {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.rm-banner-features span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
}
.rm-banner-features i { color: #22c55e; font-size: 0.75rem; }

/* Right */
.rm-banner-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  min-width: 240px;
}

/* Stats row */
.rm-banner-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 14px 20px;
  backdrop-filter: blur(10px);
  width: 100%;
  justify-content: center;
}

.rm-banner-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
}

.rm-banner-stat-num {
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 3px;
}

.rm-banner-stat-lbl {
  font-size: 0.62rem;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
  white-space: nowrap;
}

.rm-banner-stat-sep {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,0.12);
}

/* CTA button */
.rm-sell-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--red);
  color: #fff !important;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  transition: var(--transition);
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}
.rm-sell-btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}
.rm-sell-btn:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
.rm-sell-btn:hover::before { left: 140%; }

.rm-banner-note {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.38);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.rm-banner-note i { color: #22c55e; }

/* Responsive */
@media (max-width: 992px) {
  .rm-sell-banner-inner {
    flex-direction: column;
    padding: 40px 32px;
    text-align: center;
    gap: 28px;
  }
  .rm-banner-sub { max-width: 100%; }
  .rm-banner-features { justify-content: center; }
  .rm-banner-right { width: 100%; max-width: 360px; }
}

@media (max-width: 576px) {
  .rm-sell-banner-inner { padding: 32px 20px; }
  .rm-banner-title { font-size: 1.5rem; }
  .rm-banner-stats { padding: 12px 14px; }
  .rm-banner-stat { padding: 0 10px; }
  .rm-banner-stat-num { font-size: 1rem; }
}


/* ===== HOW IT WORKS — COLORED NUMBERS ===== */
.rm-how-num-1 {
  background: linear-gradient(135deg, #c0392b, #96281b);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.rm-how-num-2 {
  background: linear-gradient(135deg, #2980b9, #1a5276);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.rm-how-num-3 {
  background: linear-gradient(135deg, #16a085, #0e6655);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.rm-how-step:hover { border-color: transparent; }
.rm-how-step:has(.rm-how-num-1):hover { border-color: rgba(192,57,43,0.25); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
.rm-how-step:has(.rm-how-num-2):hover { border-color: rgba(41,128,185,0.25); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
.rm-how-step:has(.rm-how-num-3):hover { border-color: rgba(22,160,133,0.25); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }


/* ===== CONTACT BUTTON — CHAT ICON ===== */
.rm-btn-contact .fa-comment::before {
  content: "\f086"; /* fa-comments */
}


/* ===== REGISTER FORM — MULTI STEP ===== */

/* Step indicator */
.reg-steps {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 28px;
  padding: 20px 24px;
  background: var(--off-white);
  border-radius: 14px;
  border: 1px solid var(--border);
}

.reg-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-muted);
  transition: var(--transition);
}

.reg-step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--text-muted);
  transition: var(--transition);
  position: relative;
  z-index: 1;
}

.reg-step.active .reg-step-circle {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.reg-step.active {
  color: var(--red);
}

.reg-step.done .reg-step-circle {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
}
.reg-step.done .reg-step-circle i::before {
  content: "\f00c"; /* fa-check */
}
.reg-step.done { color: #16a34a; }

.reg-step-line {
  flex: 1;
  height: 2px;
  background: var(--border);
  margin: 0 8px;
  margin-bottom: 28px;
  border-radius: 2px;
  transition: var(--transition);
}

.reg-step-line.done { background: #16a34a; }

/* Fields grid — 2 columns */
.reg-fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}

.reg-fields-grid .form-group:nth-child(7),
.reg-fields-grid .form-group:nth-child(8) {
  /* password fields full width on small */
}

.reg-hint {
  font-size: 0.68rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* OTP */
.otp-header {
  text-align: center;
  margin-bottom: 24px;
}

.otp-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 14px;
}

.otp-icon-wa    { background: #dcfce7; color: #16a34a; }
.otp-icon-email { background: #eff6ff; color: #2563eb; }

.otp-header h4 { font-size: 1.1rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.otp-header p  { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 6px; }

.otp-phone-display {
  display: inline-block;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 4px 14px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
  direction: ltr;
}

.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  direction: ltr;
}

.otp-digit {
  width: 48px; height: 56px;
  border: 2px solid var(--border);
  border-radius: 12px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--text);
  background: var(--off-white);
  outline: none;
  transition: var(--transition);
  font-family: inherit;
}

.otp-digit:focus {
  border-color: var(--red);
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.otp-timer {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 16px;
}

.otp-timer span { color: var(--red); font-weight: 800; }

/* Success screen */
.reg-success {
  text-align: center;
  padding: 20px 0;
}

.reg-success-icon {
  width: 72px; height: 72px;
  background: linear-gradient(135deg, #16a34a, #15803d);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  margin: 0 auto 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  animation: successPop 0.5s cubic-bezier(0.175,0.885,0.32,1.275);
}

@keyframes successPop {
  0%   { transform: scale(0); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.reg-success h4 { font-size: 1.2rem; font-weight: 900; color: var(--text); margin-bottom: 8px; }
.reg-success > p { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 10px; }

.reg-cust-id {
  display: inline-block;
  background: var(--off-white);
  border: 2px dashed var(--red);
  border-radius: 10px;
  padding: 10px 24px;
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--red);
  letter-spacing: 2px;
  font-family: monospace;
  margin-bottom: 10px;
}

.reg-cust-note {
  font-size: 0.75rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.reg-cust-note i { color: #2563eb; }

/* Outline button */
.btn-auth-outline {
  width: 100%;
  padding: 12px;
  background: transparent;
  color: var(--text-muted);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-auth-outline:hover { border-color: var(--red); color: var(--red); }

@media (max-width: 576px) {
  .reg-fields-grid { grid-template-columns: 1fr; }
  .otp-digit { width: 40px; height: 48px; font-size: 1.2rem; }
  .reg-steps { flex-wrap: wrap; gap: 8px; }
  .reg-step-line { display: none; }
}


/* ===== REGISTER — PASSWORD TOGGLE FIX ===== */
#regStep1 .input-wrap {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden;
}

#regStep1 .input-wrap .auth-input {
  padding-left: 36px !important;
  flex: 1;
}

#regStep1 .toggle-pass {
  position: absolute !important;
  left: 10px !important;
  right: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 3;
  background: none !important;
  border: none !important;
  color: var(--text-muted);
  cursor: pointer;
  padding: 2px;
  line-height: 1;
  font-size: 0.85rem;
}

#regStep1 .toggle-pass:hover { color: var(--red); }


/* ===== PROVIDER REGISTER FORM ===== */

/* Provider type selector */
.prov-type-wrap { margin-bottom: 16px; }
.prov-type-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.prov-type-btns { display: flex; gap: 10px; }

.prov-type-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 16px;
  border: 2px solid var(--border);
  border-radius: 10px;
  background: var(--off-white);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--transition);
}
.prov-type-btn:hover { border-color: var(--red); color: var(--red); }
.prov-type-btn.active {
  border-color: var(--red);
  background: #fff5f4;
  color: var(--red);
}
.prov-type-btn i { font-size: 0.9rem; }

/* Upload boxes */
.prov-uploads { margin-top: 20px; }

.prov-upload-title {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.prov-upload-title i { color: var(--red); }

.prov-uploads-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.prov-upload-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 18px 12px;
  border: 2px dashed var(--border);
  border-radius: 12px;
  background: var(--off-white);
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
}
.prov-upload-box:hover { border-color: var(--red); background: #fff5f4; }
.prov-upload-box.uploaded { border-color: #16a34a; background: #f0fdf4; border-style: solid; }

.prov-upload-icon {
  font-size: 1.5rem;
  color: var(--text-muted);
  transition: var(--transition);
}
.prov-upload-box:hover .prov-upload-icon { color: var(--red); }
.prov-upload-box.uploaded .prov-upload-icon { color: #16a34a; }

.prov-upload-box span {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text);
  word-break: break-all;
}
.prov-upload-box small {
  font-size: 0.65rem;
  color: var(--text-muted);
}

/* Pending notice */
.prov-pending-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
  padding: 14px 16px;
  margin-top: 16px;
}
.prov-pending-notice > i {
  color: #d97706;
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.prov-pending-notice strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  color: #92400e;
  margin-bottom: 4px;
}
.prov-pending-notice p {
  font-size: 0.78rem;
  color: #b45309;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 576px) {
  .prov-uploads-grid { grid-template-columns: 1fr; }
  .prov-type-btns { flex-direction: column; }
}

/* ===========================
   DARK MODE — Full Rewrite
=========================== */

/* ── Color palette ── */
:root {
  --dm-bg:        #0d0d1a;
  --dm-surface:   #1a1a2e;
  --dm-surface2:  #1e1e3a;
  --dm-surface3:  #16163a;
  --dm-border:    #2a2a4a;
  --dm-text:      #e2e2f0;
  --dm-muted:     #9ca3af;
  --dm-subtle:    #6b6b8a;
}

body.dark-mode {
  --white:      var(--dm-surface);
  --off-white:  var(--dm-surface3);
  --light-gray: #0f1a30;
  --border:     var(--dm-border);
  --text:       var(--dm-text);
  --text-muted: var(--dm-muted);
  --secondary:  var(--dm-surface2);
  --accent-soft:#2a1a1a;
  --shadow-sm:  0 2px 12px rgba(0,0,0,.4);
  --shadow-md:  0 6px 24px rgba(0,0,0,.5);
  --shadow-card:0 2px 8px rgba(0,0,0,.4);
  --shadow-card-hover: 0 8px 32px rgba(0,0,0,.5);
  background: var(--dm-bg);
  color: var(--dm-text);
}

/* ══════════════════════════════════════════
   GLOBAL TEXT
══════════════════════════════════════════ */
body.dark-mode,
body.dark-mode p,
body.dark-mode h1, body.dark-mode h2, body.dark-mode h3,
body.dark-mode h4, body.dark-mode h5, body.dark-mode h6,
body.dark-mode span:not(.btn-red):not(.promo-code-text),
body.dark-mode label, body.dark-mode li,
body.dark-mode td, body.dark-mode th, body.dark-mode small,
body.dark-mode a:not(.btn-red):not(.btn-hero):not(.btn-outline-red) {
  color: var(--dm-text);
}
body.dark-mode .event-save i { color: #fff; }

/* ══════════════════════════════════════════
   NAVBAR
══════════════════════════════════════════ */
body.dark-mode #mainNav,
body.dark-mode .nav-row-top,
body.dark-mode .nav-mobile-bar {
  background: #12122a !important;
  border-color: var(--dm-border) !important;
}
body.dark-mode .nav-row-top { border-bottom-color: var(--dm-border) !important; }
body.dark-mode .nav-row-top .nav-link { color: #b0b0c8 !important; }
body.dark-mode .nav-row-top .nav-link:hover { color: var(--red) !important; background: #2a1a1a; }
body.dark-mode .nav-gov-btn { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; color: #b0b0c8 !important; }
body.dark-mode .nav-gov-btn .fa-chevron-down { color: var(--dm-subtle) !important; }
body.dark-mode .nav-vdivider { background: var(--dm-border) !important; }
body.dark-mode .btn-lang,
body.dark-mode #mainNav .btn-lang { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; color: #b0b0c8 !important; }
body.dark-mode .btn-theme-toggle { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; color: #b0b0c8 !important; }
body.dark-mode .nav-search-btn { background: var(--dm-surface2) !important; color: var(--dm-text) !important; border: 1.5px solid var(--dm-border) !important; }
body.dark-mode .nav-custom-select.open .nav-cs-btn { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; color: var(--dm-text) !important; }
body.dark-mode .search-box { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .search-box input { color: var(--dm-text) !important; }

/* ══════════════════════════════════════════
   DROPDOWNS & MEGA MENU
══════════════════════════════════════════ */
body.dark-mode .mega-menu,
body.dark-mode .search-dropdown,
body.dark-mode .location-dropdown,
body.dark-mode .nav-gov-dropdown,
body.dark-mode .nav-cs-dropdown { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .mega-footer { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .mega-col { border-color: var(--dm-border) !important; }
body.dark-mode .mega-col-title { color: var(--dm-muted) !important; border-color: var(--dm-border) !important; }
body.dark-mode .mega-item:hover,
body.dark-mode .search-popular-item:hover,
body.dark-mode .search-result-item:hover,
body.dark-mode .location-option:hover,
body.dark-mode .nav-gov-option:hover,
body.dark-mode .nav-cs-option:hover { background: var(--dm-border) !important; }

/* ══════════════════════════════════════════
   MOBILE SIDEBAR
══════════════════════════════════════════ */
body.dark-mode .mobile-sidebar { background: #12122a !important; }
body.dark-mode .sidebar-header { border-color: var(--dm-border) !important; }
body.dark-mode .sidebar-nav a { color: #b0b0c8 !important; }
body.dark-mode .sidebar-nav a:hover { background: var(--dm-border) !important; color: var(--red) !important; }
body.dark-mode .sidebar-footer { border-color: var(--dm-border) !important; }

/* ══════════════════════════════════════════
   INPUTS & FORMS
══════════════════════════════════════════ */
body.dark-mode input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
body.dark-mode textarea,
body.dark-mode select { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; color: var(--dm-text) !important; }
body.dark-mode input::placeholder,
body.dark-mode textarea::placeholder { color: var(--dm-subtle) !important; }

/* ══════════════════════════════════════════
   SECTIONS & PAGE BACKGROUNDS
══════════════════════════════════════════ */
body.dark-mode section:not(.hero-section):not(.hero-stats-bar) { background: var(--dm-bg) !important; }
body.dark-mode .spotlight-section, body.dark-mode .services-section,
body.dark-mode .who-section, body.dark-mode .how-section,
body.dark-mode .features-section, body.dark-mode .cta-section,
body.dark-mode .promo-banner-section, body.dark-mode .browse-section,
body.dark-mode .hiw2-section, body.dark-mode .hiw-section,
body.dark-mode .ct-section, body.dark-mode .rm-section,
body.dark-mode .ev-section, body.dark-mode .bk-section,
body.dark-mode .cnf-page, body.dark-mode .auth-wrapper { background: var(--dm-bg) !important; }

/* ══════════════════════════════════════════
   UNIVERSAL CARDS
══════════════════════════════════════════ */
body.dark-mode .event-card, body.dark-mode .sp-card,
body.dark-mode .service-card, body.dark-mode .how-card,
body.dark-mode .feature-item, body.dark-mode .hiw-card,
body.dark-mode .hiw2-step-card, body.dark-mode .rm-card,
body.dark-mode .ct-info-card, body.dark-mode .ct-form-card,
body.dark-mode .ct-side-card, body.dark-mode .bk-summary,
body.dark-mode .cnf-ticket, body.dark-mode .cnf-details-card,
body.dark-mode .slide-widget { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .sp-card-footer, body.dark-mode .event-footer,
body.dark-mode .rm-card-footer { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }

/* ══════════════════════════════════════════
   PROMO BANNER
══════════════════════════════════════════ */
body.dark-mode .promo-banner { background: linear-gradient(135deg,#1a0a0a 0%,#2a1010 100%) !important; border-color: #3a1a1a !important; }
body.dark-mode .promo-vdivider { background: #3a1a1a !important; }
body.dark-mode .promo-code-box { background: #2a1a1a !important; border-color: #3a1a1a !important; }

/* ══════════════════════════════════════════
   EVENTS PAGE
══════════════════════════════════════════ */
body.dark-mode .ev-filter-box,
body.dark-mode .ev-filter-section { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .ev-chip { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; color: var(--dm-text) !important; }
body.dark-mode .ev-chip.active { background: var(--red) !important; border-color: var(--red) !important; color: #fff !important; }
body.dark-mode .ev-toolbar { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .ev-page-btn { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; color: var(--dm-text) !important; }
body.dark-mode .ev-page-btn.active { background: var(--red) !important; border-color: var(--red) !important; color: #fff !important; }
body.dark-mode .csel-trigger,
body.dark-mode .csel-dropdown,
body.dark-mode .csel-header { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .csel-option:hover { background: var(--dm-border) !important; }
body.dark-mode .csel-option.selected { background: #2a1a1a !important; color: var(--red) !important; }
body.dark-mode .ev-featured-badge { background: #2a2010 !important; color: #fbbf24 !important; }
body.dark-mode .event-cat-badge { background: var(--dm-surface3) !important; }

/* ══════════════════════════════════════════
   HOW IT WORKS PAGE
══════════════════════════════════════════ */
body.dark-mode .hiw2-step-card,
body.dark-mode .hiw2-step-card-body { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .hiw2-mock, body.dark-mode .hiw2-mock-search,
body.dark-mode .hiw2-mock-result, body.dark-mode .hiw2-tkt-row,
body.dark-mode .hiw2-pay-m, body.dark-mode .hiw2-pay-summary { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .hiw2-mock-chip { background: var(--dm-border) !important; color: var(--dm-muted) !important; }
body.dark-mode .hiw2-faq-item { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .hiw2-tag { background: var(--dm-surface3) !important; }
body.dark-mode .hiw-hero-card,
body.dark-mode .hiw-stat-item { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .hiw2-cta-box { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }

/* ══════════════════════════════════════════
   BOOKING PAGE
══════════════════════════════════════════ */
body.dark-mode .bk-form-section { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .bk-pay-opt { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .bk-pay-active,
body.dark-mode .bk-pay-opt:hover { background: #2a1a1a !important; border-color: var(--red) !important; }
body.dark-mode .bk-bank-info,
body.dark-mode .bk-bank-row { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .bk-summary-header { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .bk-summary-row,
body.dark-mode .bk-summary-total { border-color: var(--dm-border) !important; }
body.dark-mode .bk-note { background: #2a2010 !important; border-color: #3a3010 !important; }

/* ══════════════════════════════════════════
   CONFIRMATION PAGE
══════════════════════════════════════════ */
body.dark-mode .cnf-ticket-top { background: var(--dm-surface2) !important; }
body.dark-mode .cnf-ticket-bottom { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .cnf-detail-row { border-color: var(--dm-border) !important; }
body.dark-mode .cnf-note { background: #2a2010 !important; border-color: #3a3010 !important; }
body.dark-mode .cnf-qr-wrap { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }

/* ══════════════════════════════════════════
   RESALE MARKET PAGE
══════════════════════════════════════════ */
body.dark-mode .rm-sidebar,
body.dark-mode .rm-sidebar-head,
body.dark-mode .rm-sf-section { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .rm-sf-cat:hover,
body.dark-mode .rm-sf-check:hover { background: var(--dm-border) !important; }
body.dark-mode .rm-toolbar { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .rm-search-box { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .rm-sell-banner { background: linear-gradient(135deg,#1a0a0a,#2a1010) !important; }
body.dark-mode .rm-hero-card,
body.dark-mode .rm-hero-card-body { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .rm-sf-sell-cta { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }

/* ══════════════════════════════════════════
   CONTACT PAGE
══════════════════════════════════════════ */
body.dark-mode .ct-side-header,
body.dark-mode .ct-form-header { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .ct-hours-list li { border-color: var(--dm-border) !important; }
body.dark-mode .ct-social-item { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .ct-faq-quick { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .ct-status-badge { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .ct-input.ct-input-error { background: #2a1a1a !important; }

/* ══════════════════════════════════════════
   AUTH PAGE
══════════════════════════════════════════ */
body.dark-mode .auth-forms { background: var(--dm-surface) !important; }
body.dark-mode .auth-tabs { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .auth-tab { color: var(--dm-muted) !important; }
body.dark-mode .auth-tab.active { background: var(--dm-surface2) !important; color: var(--dm-text) !important; }
body.dark-mode .auth-input { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; color: var(--dm-text) !important; }
body.dark-mode .auth-input:focus { border-color: var(--red) !important; }
body.dark-mode .account-type { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .account-type:hover,
body.dark-mode .account-type.active { background: #2a1a1a !important; border-color: var(--red) !important; }
body.dark-mode .prov-type-btn { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .prov-type-btn.active { background: #2a1a1a !important; border-color: var(--red) !important; }
body.dark-mode .prov-upload-box,
body.dark-mode .onb-upload { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .prov-pending-notice { background: #2a2010 !important; border-color: #3a3010 !important; }
body.dark-mode .otp-digit { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; color: var(--dm-text) !important; }
body.dark-mode .reg-cust-id { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }

/* ══════════════════════════════════════════
   EVENT DETAIL PAGE
══════════════════════════════════════════ */
body.dark-mode .edv2-strip { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .edv2-strip-divider { background: var(--dm-border) !important; }
body.dark-mode .edv2-strip-icon { background: var(--dm-border) !important; }
body.dark-mode .edv2-strip-icon--orange { background: #2a2010 !important; }
body.dark-mode .edv2-section { border-color: var(--dm-border) !important; }
body.dark-mode .edv2-section-label { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; color: var(--dm-muted) !important; }
body.dark-mode .edv2-highlight-item { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .edv2-include-item { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .edv2-include-yes { background: #0a2a1a !important; border-color: rgba(39,174,96,.25) !important; }
body.dark-mode .edv2-include-no { background: var(--dm-surface3) !important; }
body.dark-mode .edv2-map-card { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .edv2-map-footer { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .edv2-policy-item { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .edv2-booking-card { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .edv2-booking-top { border-color: var(--dm-border) !important; }
body.dark-mode .edv2-ticket-type { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .edv2-ticket-type.active { background: #2a1a2e !important; border-color: var(--red) !important; }
body.dark-mode .edv2-qty-btn { background: var(--dm-border) !important; border-color: #3a3a5a !important; }
body.dark-mode .edv2-qty-row,
body.dark-mode .edv2-total-row { border-color: var(--dm-border) !important; }
body.dark-mode .edv2-seats-badge { background: #2a2010 !important; color: #e67e22 !important; }
body.dark-mode .edv2-share-card { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .edv2-status-badge { background: #0a2a1a !important; color: #34d399 !important; border-color: #065f46 !important; }

/* ══════════════════════════════════════════
   INDEX — WIDGETS & INTERACTIVE
══════════════════════════════════════════ */
body.dark-mode .slide-widget { background: rgba(13,13,26,.88) !important; border-color: var(--dm-border) !important; }
body.dark-mode .sw-header,
body.dark-mode .sw-event-item,
body.dark-mode .sw-footer { border-color: var(--dm-border) !important; }
body.dark-mode .tr-tabs { background: var(--dm-surface3) !important; }
body.dark-mode .tr-tab { color: var(--dm-muted) !important; }
body.dark-mode .tr-tab.active { background: var(--dm-surface2) !important; color: var(--dm-text) !important; }
body.dark-mode .tr-body { border-color: var(--dm-border) !important; }
body.dark-mode .tr-route-line { background: var(--dm-border) !important; }
body.dark-mode .who-tab { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; color: var(--dm-muted) !important; }
body.dark-mode .who-tab.active { background: var(--red) !important; color: #fff !important; }
body.dark-mode .who-content { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .filter-btn { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; color: var(--dm-muted) !important; }
body.dark-mode .filter-btn.active { background: var(--red) !important; color: #fff !important; border-color: var(--red) !important; }
body.dark-mode .browse-cat-item { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .browse-cat-icon { background: var(--dm-surface3) !important; }

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
body.dark-mode footer,
body.dark-mode .footer { background: #080814 !important; }
body.dark-mode .footer-top { border-color: var(--dm-border) !important; }
body.dark-mode .footer-bottom { background: #050510 !important; border-color: var(--dm-border) !important; }

/* ══════════════════════════════════════════
   ICON BG CIRCLES
══════════════════════════════════════════ */
body.dark-mode .mega-icon-red, body.dark-mode .mega-icon-orange,
body.dark-mode .mega-icon-yellow, body.dark-mode .mega-icon-teal,
body.dark-mode .mega-icon-blue, body.dark-mode .mega-icon-green,
body.dark-mode .mega-icon-purple, body.dark-mode .mega-icon-violet,
body.dark-mode .tl-icon-red, body.dark-mode .tl-icon-orange,
body.dark-mode .who-icon-red, body.dark-mode .who-icon-orange { background: var(--dm-border) !important; }

/* ══════════════════════════════════════════
   MISC
══════════════════════════════════════════ */
body.dark-mode ::-webkit-scrollbar-track { background: var(--dm-surface); }
body.dark-mode .tl-content { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .tl-active .tl-content { background: #2a1a1a !important; border-color: rgba(192,57,43,.3) !important; }
body.dark-mode .event-countdown { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .event-countdown.urgent { background: #2a1a1a !important; }

/* Logo keeps original colors */
/* Dark Mode Toggle Button */
.btn-theme-toggle {
  height: 34px;
  width: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  color: #666;
  cursor: pointer;
  transition: var(--transition);
  font-size: 0.85rem;
  flex-shrink: 0;
}

.btn-theme-toggle:hover {
  border-color: var(--red);
  color: var(--red);
}

body.dark-mode .btn-theme-toggle {
  background: #1e1e3a;
  border-color: #2a2a4a;
  color: #b0b0c8;
}

body.dark-mode .btn-theme-toggle:hover {
  border-color: var(--red);
  color: var(--red);
}

/* Sidebar dark toggle */
.sidebar-theme-toggle {
  width: 100%;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  color: #666;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: var(--transition);
  margin-bottom: 8px;
}

.sidebar-theme-toggle:hover {
  border-color: var(--red);
  color: var(--red);
}

body.dark-mode .sidebar-theme-toggle {
  border-color: #2a2a4a;
  color: #b0b0c8;
}

body.dark-mode .hiw2-pay-on{
  background-color:#16213e !important;
}

/* ===========================
   STATS SECTION
=========================== */
.stats-section {
  padding: 80px 0;
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.stat-box {
  background: var(--white);
  padding: 48px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.stat-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(192,57,43,.04));
  opacity: 0;
  transition: var(--transition);
}

.stat-box:hover::before { opacity: 1; }
.stat-box:hover { transform: translateY(-2px); }

.stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.stat-icon-red   { background: #fff0f0; color: var(--red); }
.stat-icon-blue  { background: #eff6ff; color: #2563eb; }
.stat-icon-green { background: #ecfdf5; color: #059669; }
.stat-icon-orange{ background: #fffbeb; color: #d97706; }

.stat-content { flex: 1; }

.stat-number {
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--text);
  line-height: 1;
  display: inline;
}

.stat-plus {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--red);
  margin-right: 2px;
}

.stat-label {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 6px 0 0;
  font-weight: 600;
}

@media (max-width: 991px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stat-box { padding: 32px 24px; }
}

/* dark mode */
body.dark-mode .stats-section { background: var(--dm-bg) !important; border-color: var(--dm-border) !important; }
body.dark-mode .stat-box { background: var(--dm-surface2) !important; }
body.dark-mode .stat-icon-red   { background: #2a1a1a !important; }
body.dark-mode .stat-icon-blue  { background: #1a1a2e !important; }
body.dark-mode .stat-icon-green { background: #0a2a1a !important; }
body.dark-mode .stat-icon-orange{ background: #2a2010 !important; }

/* ===========================
   PARTNERS SECTION — New
=========================== */
.partners-section {
  padding: 80px 0 60px;
  background: var(--off-white);
  overflow: hidden;
}

.partners-header {
  text-align: center;
  margin-bottom: 48px;
}

.partners-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-soft);
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
  border: 1px solid rgba(192,57,43,.15);
}

.partners-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 10px;
}

.partners-sub {
  font-size: 0.92rem;
  color: var(--text-muted);
  max-width: 480px;
  margin: 0 auto;
}

/* Marquee wrapper with fade edges */
.partners-marquee-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  direction: ltr;
}

.partners-marquee-wrap::before,
.partners-marquee-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.partners-marquee-wrap::before {
  right: 0;
  background: linear-gradient(to left, var(--off-white), transparent);
}

.partners-marquee-wrap::after {
  left: 0;
  background: linear-gradient(to right, var(--off-white), transparent);
}

/* Scrolling track */
.partners-marquee {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 8px 0;
  will-change: transform;
}

.partners-marquee-rtl {
  animation: marquee-scroll 28s linear infinite;
}

.partners-marquee-ltr {
  animation: marquee-scroll 34s linear infinite;
}

@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Partner card */
.ptn-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px 20px;
  white-space: nowrap;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  cursor: default;
  flex-shrink: 0;
}

.ptn-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
  border-color: rgba(192,57,43,.25);
}

.ptn-card span {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}

.ptn-logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.ptn-red    { background: #fff0f0; color: #c0392b; }
.ptn-blue   { background: #eff6ff; color: #2563eb; }
.ptn-green  { background: #ecfdf5; color: #059669; }
.ptn-orange { background: #fffbeb; color: #d97706; }
.ptn-purple { background: #f5f3ff; color: #7c3aed; }
.ptn-teal   { background: #f0fdfa; color: #0d9488; }
.ptn-violet { background: #fdf4ff; color: #9333ea; }

/* dark mode */
body.dark-mode .partners-section { background: var(--dm-surface) !important; }
body.dark-mode .partners-marquee-wrap::before { background: linear-gradient(to left, var(--dm-surface), transparent) !important; }
body.dark-mode .partners-marquee-wrap::after  { background: linear-gradient(to right, var(--dm-surface), transparent) !important; }
body.dark-mode .ptn-card { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .ptn-red    { background: #2a1a1a !important; }
body.dark-mode .ptn-blue   { background: #1a1a2e !important; }
body.dark-mode .ptn-green  { background: #0a2a1a !important; }
body.dark-mode .ptn-orange { background: #2a2010 !important; }
body.dark-mode .ptn-purple { background: #1e1a2e !important; }
body.dark-mode .ptn-teal   { background: #0a2a28 !important; }
body.dark-mode .ptn-violet { background: #2a1a2e !important; }

/* ===========================
   ROLES TAB & MODAL
=========================== */
.roles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  padding: 4px 0;
}

.role-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 20px;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.role-card:hover {
  border-color: var(--red);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}

.role-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.role-card-info .role-card-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
}

.role-card-info .role-card-count {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 2px;
}

.role-card-perms {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.role-perm-tag {
  font-size: 0.72rem;
  font-weight: 600;
  background: var(--off-white);
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: 3px 8px;
  border-radius: 6px;
}

.role-card-edit {
  align-self: flex-start;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--red);
  background: var(--accent-soft);
  border: 1px solid rgba(192,57,43,.15);
  border-radius: 7px;
  padding: 5px 12px;
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.role-card-edit:hover { background: rgba(192,57,43,.15); }

/* Role Modal internals */
.role-success-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f0fdf4;
  border-bottom: 1px solid #bbf7d0;
  padding: 12px 20px;
}

.role-section { margin-bottom: 24px; }
.role-section-title { font-size: 0.92rem; font-weight: 700; color: var(--text); }
.role-section-sub { font-size: 0.78rem; color: var(--text-muted); margin-top: 2px; }

.role-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}

.role-input {
  width: 100%;
  padding: 9px 12px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: 0.85rem;
  font-family: inherit;
  color: var(--text);
  background: var(--white);
  outline: none;
  transition: var(--transition);
  resize: vertical;
}

.role-input:focus { border-color: var(--red); }

.role-tmpl {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  background: var(--white);
  color: var(--text);
}

.role-tmpl:hover, .role-tmpl.active {
  border-color: var(--red);
  background: var(--accent-soft);
  color: var(--red);
}

.role-perm-group {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}

.role-pg-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
}

.role-pg-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.role-pg-title { font-size: 0.88rem; font-weight: 700; color: var(--text); }
.role-pg-sub { font-size: 0.75rem; color: var(--text-muted); }

.role-select-all {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--red);
  cursor: pointer;
}

.role-prow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  gap: 12px;
}

.role-prow:last-child { border-bottom: none; }

.role-prow-name { font-size: 0.85rem; font-weight: 600; color: var(--text); }
.role-prow-sub { font-size: 0.75rem; color: var(--text-muted); margin-top: 2px; }

/* Toggle */
.role-toggle {
  width: 40px;
  height: 22px;
  border-radius: 11px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: background .2s;
}

.role-toggle.on { background: var(--red); }
.role-toggle.off { background: #d1d5db; }

.role-toggle-thumb {
  position: absolute;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: left .2s, right .2s;
}

.role-toggle.on .role-toggle-thumb { left: auto; right: 3px; }
.role-toggle.off .role-toggle-thumb { left: 3px; right: auto; }

/* Level selector */
.role-level-sel {
  display: flex;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.role-level-opt {
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--text-muted);
  transition: var(--transition);
  border-left: 1px solid var(--border);
}

.role-level-opt:last-child { border-left: none; }
.role-level-opt:hover { background: var(--off-white); }
.role-level-opt.role-act { background: var(--off-white); color: var(--text); }
.role-level-opt.role-act.role-warn { background: #fffbeb; color: #d97706; }
.role-level-opt.role-act.role-deny { background: #fef2f2; color: var(--red); }

/* dark mode */
body.dark-mode .role-card { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .role-perm-tag { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .role-perm-group { border-color: var(--dm-border) !important; }
body.dark-mode .role-pg-header { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }
body.dark-mode .role-prow { border-color: var(--dm-border) !important; }
body.dark-mode .role-input { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; color: var(--dm-text) !important; }
body.dark-mode .role-tmpl { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .role-level-sel { border-color: var(--dm-border) !important; }
body.dark-mode .role-level-opt { border-color: var(--dm-border) !important; }

/* ===========================
   ADD EMPLOYEE MODAL
=========================== */

/* Stepper */
.ae-stepper {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.ae-step-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.ae-sc {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid var(--border);
  color: var(--text-muted);
  background: var(--white);
  flex-shrink: 0;
  transition: var(--transition);
}

.ae-sc.ae-act  { background: #eff6ff; border-color: #93c5fd; color: #2563eb; }
.ae-sc.ae-done { background: #f0fdf4; border-color: #86efac; color: #16a34a; }

.ae-line {
  flex: 1;
  height: 2px;
  background: var(--border);
  margin-bottom: 20px;
  transition: background .3s;
}

.ae-line.ae-done { background: #86efac; }

.ae-slbl { font-size: 11px; color: var(--text-muted); white-space: nowrap; }
.ae-slbl.ae-act  { color: #2563eb; font-weight: 600; }
.ae-slbl.ae-done { color: #16a34a; }

/* Tabs */
.ae-tab { display: none; flex-direction: column; gap: 12px; }
.ae-tab.active { display: flex; }

.ae-section-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 4px;
}

/* Inputs */
.ae-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 5px;
}

.ae-input {
  height: 40px;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  background: var(--off-white);
  width: 100%;
  padding: 0 12px;
  font-size: 13px;
  color: var(--text);
  font-family: inherit;
  outline: none;
  transition: var(--transition);
}

.ae-input:focus { border-color: #93c5fd; background: var(--white); }

.ae-info-box {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #eff6ff;
  border: 1px solid #93c5fd;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 11px;
  color: #2563eb;
}

/* Role cards */
.ae-role-card {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 13px;
  cursor: pointer;
  transition: var(--transition);
}

.ae-role-card:hover { border-color: #93c5fd; }
.ae-role-card.ae-sel { border-color: #93c5fd; background: #eff6ff; }

.ae-role-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.ae-radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--border);
  flex-shrink: 0;
  transition: var(--transition);
}

.ae-radio.ae-radio-sel { border-color: #2563eb; background: #2563eb; }

/* Permissions box */
.ae-perm-box {
  background: var(--off-white);
  border-radius: 9px;
  padding: 12px 14px;
}

.ae-perm-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid var(--border);
}

.ae-perm-row:last-child { border-bottom: none; }

.ae-pval {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 6px;
}

.ae-pval-yes { background: #f0fdf4; color: #16a34a; }
.ae-pval-lim { background: #fffbeb; color: #d97706; }
.ae-pval-no  { background: var(--light-gray); color: var(--text-muted); border: 1px solid var(--border); }

/* Chips */
.ae-chip {
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid var(--border);
  background: var(--off-white);
  color: var(--text-muted);
  transition: var(--transition);
  user-select: none;
}

.ae-chip.ae-chip-sel {
  background: #eff6ff;
  border-color: #93c5fd;
  color: #2563eb;
  font-weight: 600;
}

/* Review */
.ae-review-box {
  background: var(--off-white);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 12px;
}

.ae-review-group-title {
  font-size: 10px;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: .4px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ae-rev-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}

.ae-rev-row:last-child { border-bottom: none; padding-bottom: 0; }
.ae-rev-row > span:first-child { color: var(--text-muted); }

.ae-role-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 7px;
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #86efac;
}

/* Footer */
.ae-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
}

.ae-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 9px;
  cursor: pointer;
  border: none;
  font-family: inherit;
  transition: var(--transition);
}

.ae-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 9px;
  cursor: pointer;
  background: transparent;
  border: 1.5px solid var(--border);
  color: var(--text-muted);
  font-family: inherit;
  transition: var(--transition);
}

.ae-btn-ghost:hover { border-color: var(--red); color: var(--red); }

/* dark mode */
body.dark-mode .ae-role-card { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; }
body.dark-mode .ae-role-card.ae-sel { background: #1a1a2e !important; border-color: #93c5fd !important; }
body.dark-mode .ae-input { background: var(--dm-surface2) !important; border-color: var(--dm-border) !important; color: var(--dm-text) !important; }
body.dark-mode .ae-perm-box { background: var(--dm-surface3) !important; }
body.dark-mode .ae-perm-row { border-color: var(--dm-border) !important; }
body.dark-mode .ae-review-box { background: var(--dm-surface3) !important; }
body.dark-mode .ae-rev-row { border-color: var(--dm-border) !important; }
body.dark-mode .ae-chip { background: var(--dm-surface3) !important; border-color: var(--dm-border) !important; }























 /* ── Football Event — Full CSS ── */
    :root {
      --gold: #c8922a;
      --gold-soft: rgba(200, 146, 42, .1);
      --purple-soft: rgba(124, 58, 237, .08);
    }

    body {
      background: var(--off-white);
    }

    .Football_hero {
      background: linear-gradient(135deg, rgba(8, 0, 0, .93) 0%, rgba(25, 0, 0, .87) 45%, rgba(18, 0, 4, .9) 100%), url('https://images.unsplash.com/photo-1522778119026-d647f0596c20?w=1600&q=80') center/cover no-repeat;
      padding: 0;
      position: relative;
      overflow: hidden;
      min-height: 340px;
      display: flex;
      align-items: stretch;
      margin-top: 112px;
    }

    .Football_hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 55% 100% at 85% 50%, rgba(192, 57, 43, .3) 0%, transparent 65%), radial-gradient(ellipse 35% 55% at 0% 100%, rgba(100, 0, 0, .2) 0%, transparent 60%);
    }

    .Football_hero::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, transparent, rgba(192, 57, 43, .5) 20%, rgba(220, 80, 80, .9) 50%, rgba(192, 57, 43, .5) 80%, transparent);
    }

    .Football_hero-grid {
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
      background-size: 50px 50px;
      mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black, transparent);
      -webkit-mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black, transparent);
    }

    .Football_hero-inner {
      position: relative;
      z-index: 1;
      width: 100%;
      padding: 28px 0 36px;
    }

    .Football_hero-toprow {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 24px;
      flex-wrap: wrap;
      gap: 10px;
    }

    .Football_hero-bc {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 12px;
      color: rgba(255, 255, 255, .35);
      flex-wrap: wrap;
    }

    .Football_hero-bc a {
      color: rgba(255, 255, 255, .45);
      text-decoration: none;
      transition: .15s;
    }

    .Football_hero-bc a:hover {
      color: rgba(255, 255, 255, .8);
    }

    .Football_hero-bc .sep {
      opacity: .3;
    }

    .Football_hero-bc span:last-child {
      color: rgba(255, 255, 255, .7);
    }

    .Football_hero-acts {
      display: flex;
      gap: 8px;
    }

    .Football_btn-ghost {
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .15);
      color: rgba(255, 255, 255, .7);
      padding: 6px 14px;
      border-radius: 8px;
      font-size: 12px;
      font-weight: 600;
      cursor: pointer;
      font-family: inherit;
      transition: .2s;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      backdrop-filter: blur(8px);
    }

    .Football_btn-ghost:hover {
      background: rgba(255, 255, 255, .15);
      border-color: rgba(255, 255, 255, .3);
      color: #fff;
    }

    .Football_hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 5px 14px;
      border-radius: 20px;
      background: rgba(192, 57, 43, .18);
      border: 1px solid rgba(192, 57, 43, .35);
      font-size: 11.5px;
      color: #ffb0b0;
      margin-bottom: 16px;
      backdrop-filter: blur(10px);
    }

    .Football_live-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #22c97c;
      box-shadow: 0 0 8px #22c97c, 0 0 16px rgba(34, 201, 124, .4);
      animation: Football_pulse 1.5s infinite;
      flex-shrink: 0;
    }

    @keyframes Football_pulse {

      0%,
      100% {
        opacity: 1;
        transform: scale(1);
      }

      50% {
        opacity: .5;
        transform: scale(.8);
      }
    }

    .Football_hero h1 {
      font-size: 36px;
      font-weight: 900;
      color: #fff;
      margin-bottom: 10px;
      line-height: 1.2;
      letter-spacing: -.5px;
      text-shadow: 0 2px 30px rgba(0, 0, 0, .6);
    }

    .Football_vs-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(255, 255, 255, .07);
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 10px;
      padding: 5px 14px;
      font-size: 14px;
      font-weight: 600;
      color: rgba(255, 255, 255, .8);
      backdrop-filter: blur(8px);
      margin-bottom: 20px;
      flex-wrap: wrap;
    }

    .Football_vs-sep {
      font-size: 11px;
      font-weight: 700;
      color: var(--gold);
      background: rgba(200, 146, 42, .18);
      padding: 2px 7px;
      border-radius: 5px;
    }

    .Football_cd-wrap {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 24px;
      flex-wrap: wrap;
    }

    .Football_cd-unit {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
    }

    .Football_cd-box {
      background: rgba(255, 255, 255, .1);
      border: 1px solid rgba(255, 255, 255, .15);
      border-radius: 10px;
      padding: 10px 16px;
      font-size: 26px;
      font-weight: 700;
      color: #fff;
      min-width: 60px;
      text-align: center;
      font-variant-numeric: tabular-nums;
      backdrop-filter: blur(10px);
      box-shadow: 0 4px 20px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .1);
    }

    .Football_cd-lbl {
      font-size: 10px;
      color: rgba(255, 255, 255, .3);
      letter-spacing: .8px;
      text-transform: uppercase;
    }

    .Football_cd-sep {
      font-size: 26px;
      font-weight: 700;
      color: var(--gold);
      opacity: .8;
      margin-bottom: 18px;
    }

    .Football_cd-cap {
      font-size: 12px;
      color: rgba(255, 255, 255, .35);
      display: flex;
      align-items: center;
      gap: 5px;
      margin-bottom: 4px;
    }

    .Football_hero-meta {
      display: inline-flex;
      flex-wrap: wrap;
      background: rgba(0, 0, 0, .3);
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: 12px;
      backdrop-filter: blur(12px);
      overflow: hidden;
    }

    .Football_hero-meta span {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: 12px;
      color: rgba(255, 255, 255, .5);
      padding: 10px 18px;
      border-left: 1px solid rgba(255, 255, 255, .07);
    }

    .Football_hero-meta span:first-child {
      border-left: none;
    }

    .Football_hero-meta span i {
      color: rgba(255, 255, 255, .3);
      font-size: 11px;
    }

    .Football_hero-meta .avail {
      color: #4ade80;
      font-weight: 700;
    }

    .Football_hero-meta .avail i {
      color: #4ade80;
    }

    .Football_layout {
      display: flex;
      gap: 22px;
      padding: 24px 0;
      align-items: flex-start;
    }

    .Football_main {
      flex: 1;
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .Football_sidebar {
      width: 292px;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      gap: 14px;
      position: sticky;
      top: 80px;
    }

    .Football_card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(15, 23, 42, .06), 0 0 1px rgba(15, 23, 42, .08);
    }

    .Football_card-head {
      padding: 15px 20px;
      background: var(--secondary);
      border-bottom: 1px solid var(--border);
    }

    .Football_card-head h3 {
      font-size: 14px;
      font-weight: 700;
      color: var(--text);
      margin: 0;
    }

    .Football_card-head p {
      font-size: 11px;
      color: var(--text-muted);
      margin: 3px 0 0;
    }

    .Football_gtabs,
    .Football_Football_gtabs {
      display: flex;
      border-bottom: 1px solid var(--border);
      padding: 0 18px;
      overflow-x: auto;
    }

    .Football_gtabs::-webkit-scrollbar,
    .Football_Football_gtabs::-webkit-scrollbar {
      height: 0;
    }

    .Football_gtab {
      padding: 11px 16px;
      font-size: 12px;
      font-weight: 700;
      color: var(--text-muted);
      border-bottom: 2px solid transparent;
      margin-bottom: -1px;
      cursor: pointer;
      white-space: nowrap;
      transition: .18s;
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }

    .Football_gtab:hover {
      color: var(--text);
    }

    .Football_gtab.act {
      color: var(--red);
      border-bottom-color: var(--red);
    }

    .Football_gtab-badge,
    .Football_Football_gtab-badge {
      font-size: 10px;
      padding: 2px 8px;
      border-radius: 8px;
      font-weight: 700;
    }

    .Football_badge-green {
      background: var(--success-soft);
      color: var(--success);
    }

    .Football_badge-amber {
      background: var(--warning-soft);
      color: var(--warning);
    }

    .Football_badge-gray {
      background: var(--light-gray);
      color: var(--text-muted);
    }

    .Football_ginfo-bar {
      padding: 9px 20px;
      background: var(--secondary);
      border-bottom: 1px solid var(--border);
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      font-size: 11px;
      color: var(--text-muted);
    }

    .Football_ginfo-bar .avail {
      color: var(--success);
      font-weight: 700;
    }

    .Football_seatmap-wrap {
      margin: 16px;
      border: 1px solid var(--border);
      border-radius: 12px;
      overflow: hidden;
    }

    .Football_seatmap-head {
      padding: 9px 14px;
      background: var(--secondary);
      border-bottom: 1px solid var(--border);
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 11px;
      color: var(--text-muted);
    }

    .Football_seatmap-head a {
      color: var(--red);
      cursor: pointer;
      font-size: 11px;
      transition: .15s;
      text-decoration: none;
    }

    .Football_seatmap-canvas {
      background: linear-gradient(160deg, #080d1a 0%, #050810 100%);
      position: relative;
      height: 280px;
      overflow: hidden;
    }

    .Football_seatmap-canvas--custom {
      height: 360px;
    }

    .Football_zone--placed {
      box-sizing: border-box;
      min-width: 0;
      min-height: 0;
      padding: 4px;
      overflow: hidden;
    }

    .Football_zone--placed .Football_zone-name {
      font-size: 10px;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .Football_zone--placed .Football_zone-av {
      font-size: 8px;
    }

    .Football_pitch {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 240px;
      height: 150px;
      border: 2px solid rgba(255, 255, 255, .1);
      border-radius: 12px;
      background: linear-gradient(180deg, rgba(34, 197, 94, .08), rgba(34, 197, 94, .03));
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .Football_pitch-circle {
      position: absolute;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 1.5px solid rgba(255, 255, 255, .1);
    }

    .Football_pitch-line {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background: rgba(255, 255, 255, .07);
    }

    .Football_pitch-label {
      font-size: 10px;
      font-weight: 700;
      color: rgba(255, 255, 255, .15);
      letter-spacing: 4px;
      position: relative;
      z-index: 1;
    }

    .Football_zone {
      position: absolute;
      border-radius: 10px;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 5px;
      transition: .2s;
      border: 1.5px solid rgba(255, 255, 255, .12);
      padding: 8px;
    }

    .Football_zone:hover:not(.sold) {
      filter: brightness(1.3);
      border-color: rgba(255, 255, 255, .4);
      transform: scale(1.03);
    }

    .Football_zone.sel {
      border-color: rgba(255, 255, 255, .7) !important;
      box-shadow: 0 0 22px rgba(255, 255, 255, .12);
    }

    .Football_zone.sold {
      opacity: .3;
      cursor: not-allowed;
      filter: grayscale(1);
    }

    .Football_zone-icon {
      font-size: 14px;
      color: rgba(255, 255, 255, .75);
    }

    .Football_zone-name {
      font-size: 11px;
      font-weight: 700;
      color: rgba(255, 255, 255, .9);
      text-align: center;
    }

    .Football_zone-av {
      font-size: 9px;
      color: rgba(255, 255, 255, .55);
    }

    .Football_smp-legend,
    .Football_smp-Football_legend {
      padding: 8px 14px;
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      border-top: 1px solid var(--border);
      background: var(--secondary);
    }

    .Football_leg {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 10px;
      color: var(--text-muted);
    }

    .Football_leg-dot,
    .Football_Football_leg-dot {
      width: 9px;
      height: 9px;
      border-radius: 3px;
    }

    .Football_zone-cards {
      padding: 0 16px 16px;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .Football_zcard {
      border: 1px solid var(--border);
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
      transition: .2s;
      box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
    }

    .Football_zcard:hover:not(.sold) {
      border-color: #c0392b44;
      box-shadow: 0 6px 24px rgba(15, 23, 42, .1);
      transform: translateY(-1px);
    }

    .Football_zcard.sel {
      border: 1.5px solid var(--red);
      background: var(--accent-soft);
      box-shadow: 0 0 0 3px rgba(192, 57, 43, .08);
    }

    .Football_zcard.sold {
      opacity: .45;
      cursor: not-allowed;
    }

    .Football_zc-top {
      padding: 13px 15px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .Football_zc-strip {
      width: 4px;
      border-radius: 3px;
      height: 42px;
      flex-shrink: 0;
    }

    .Football_zc-name {
      font-size: 13px;
      font-weight: 700;
      color: var(--text);
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
    }

    .Football_zc-desc {
      font-size: 11px;
      color: var(--text-muted);
      margin-top: 3px;
    }

    .Football_zc-price {
      font-size: 17px;
      font-weight: 700;
      color: var(--gold);
    }

    .Football_zc-price-lbl,
    .Football_Football_zc-price-lbl {
      font-size: 10px;
      color: var(--text-muted);
    }

    .Football_zc-bot {
      padding: 7px 15px;
      background: var(--secondary);
      border-top: 1px solid var(--border);
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .Football_avbar {
      flex: 1;
      height: 4px;
      border-radius: 2px;
      background: var(--light-gray);
      overflow: hidden;
    }

    .Football_avfill {
      height: 100%;
      border-radius: 2px;
    }

    .Football_zc-count {
      font-size: 10px;
      color: var(--text-muted);
    }

    .Football_zc-tag {
      font-size: 10px;
      padding: 2px 8px;
      border-radius: 6px;
      font-weight: 700;
      white-space: nowrap;
    }

    .Football_ctabs,
    .Football_Football_ctabs {
      display: flex;
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      padding: 0 18px;
      overflow-x: auto;
    }

    .Football_ctab {
      padding: 10px 14px;
      font-size: 12px;
      font-weight: 700;
      color: var(--text-muted);
      border-bottom: 2px solid transparent;
      margin-bottom: -1px;
      cursor: pointer;
      transition: .18s;
      white-space: nowrap;
    }

    .Football_ctab:hover {
      color: var(--text);
    }

    .Football_ctab.act {
      color: var(--red);
      border-bottom-color: var(--red);
    }

    .Football_ctab-content,
    .Football_Football_ctab-content {
      display: none;
      padding: 16px 20px;
    }

    .Football_ctab-content.act,
    .Football_Football_ctab-content.act {
      display: block;
    }

    .Football_info-row {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding: 11px 0;
      border-bottom: 1px solid var(--border);
    }

    .Football_info-row:last-child {
      border-bottom: none;
    }

    .Football_info-icon {
      width: 34px;
      height: 34px;
      border-radius: 9px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      flex-shrink: 0;
    }

    .Football_info-title {
      font-size: 12px;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 3px;
    }

    .Football_info-val {
      font-size: 11px;
      color: var(--text-muted);
    }

    .Football_transport-card {
      background: var(--secondary);
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 12px 14px;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
      transition: .2s;
    }

    .Football_transport-card:hover {
      border-color: #c0392b44;
      box-shadow: 0 4px 16px rgba(15, 23, 42, .08);
    }

    .Football_transport-card:last-child {
      margin-bottom: 0;
    }

    .Football_ob-body {
      padding: 16px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .Football_sel-zone-box {
      background: var(--accent-soft);
      border: 1px solid rgba(192, 57, 43, .2);
      border-radius: 10px;
      padding: 12px 14px;
    }

    .Football_sel-zone-name {
      font-size: 14px;
      font-weight: 700;
      color: var(--red);
      margin-bottom: 3px;
    }

    .Football_sel-zone-desc {
      font-size: 11px;
      color: var(--text-muted);
    }

    .Football_qty-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .Football_qty-label {
      font-size: 12px;
      color: var(--text-muted);
      font-weight: 600;
    }

    .Football_qty-btns {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .Football_qbtn {
      width: 30px;
      height: 30px;
      border-radius: 7px;
      border: 1.5px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: var(--text-muted);
      cursor: pointer;
      background: var(--white);
      transition: .18s;
      user-select: none;
    }

    .Football_qbtn:hover {
      border-color: var(--red);
      color: var(--red);
      background: var(--accent-soft);
    }

    .Football_qty-val {
      font-size: 16px;
      font-weight: 700;
      min-width: 24px;
      text-align: center;
      color: var(--text);
    }

    .Football_limit-warn {
      background: var(--warning-soft);
      border: 1px solid rgba(217, 119, 6, .2);
      border-radius: 8px;
      padding: 8px 12px;
      font-size: 11px;
      color: var(--warning);
      display: flex;
      align-items: center;
      gap: 6px;
      font-weight: 600;
    }

    .Football_price-sum {
      background: var(--secondary);
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 13px 15px;
    }

    .Football_ps-row {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      color: var(--text-muted);
      margin-bottom: 8px;
    }

    .Football_ps-total {
      display: flex;
      justify-content: space-between;
      font-size: 15px;
      font-weight: 700;
      border-top: 1px solid var(--border);
      padding-top: 10px;
      margin-top: 4px;
    }

    .Football_ps-total-val,
    .Football_Football_ps-total-val {
      color: var(--gold);
    }

    .Football_checkout-btn {
      width: 100%;
      height: 46px;
      border-radius: 10px;
      background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
      border: none;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      font-family: inherit;
      transition: .2s;
      box-shadow: 0 6px 20px rgba(192, 57, 43, .35);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .Football_checkout-btn:hover {
      background: linear-gradient(135deg, #d44040, var(--red));
      box-shadow: 0 8px 28px rgba(192, 57, 43, .45);
      transform: translateY(-1px);
    }

    .Football_secure-note {
      text-align: center;
      font-size: 10px;
      color: var(--text-muted);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
    }

    .Football_linked-box {
      background: var(--warning-soft);
      border: 1px solid rgba(217, 119, 6, .18);
      border-radius: 14px;
      padding: 14px 16px;
    }

    .Football_linked-title {
      font-size: 12px;
      font-weight: 700;
      color: var(--warning);
      margin-bottom: 2px;
    }

    .Football_linked-sub {
      font-size: 10px;
      color: var(--text-muted);
      margin-bottom: 10px;
    }

    .Football_linked-item {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 11px 13px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .Football_linked-item-name,
    .Football_Football_linked-item-name {
      font-size: 12px;
      font-weight: 700;
      color: var(--text);
    }

    .Football_linked-item-sub,
    .Football_Football_linked-item-sub {
      font-size: 10px;
      color: var(--text-muted);
    }

    .Football_rec-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 14px 16px;
      box-shadow: 0 2px 8px rgba(15, 23, 42, .05);
    }

    .Football_rec-label {
      font-size: 11px;
      color: var(--text-muted);
      margin-bottom: 10px;
      font-weight: 600;
    }

    .Football_rec-item {
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      padding: 6px;
      border-radius: 9px;
      transition: .18s;
    }

    .Football_rec-item:hover {
      background: var(--secondary);
    }

    .Football_rec-name {
      font-size: 12px;
      font-weight: 700;
      color: var(--text);
    }

    .Football_rec-sub {
      font-size: 10px;
      color: var(--text-muted);
    }

    .Football_rec-price {
      font-size: 13px;
      font-weight: 700;
      color: var(--gold);
    }

    /* Responsive only */
    @media(max-width:992px) {
      .Football_hero {
        margin-top: 60px !important;
        padding: 20px;
      }

      .Football_hero h1 {
        font-size: 28px;
      }

      .Football_cd-box {
        font-size: 22px;
        min-width: 50px;
        padding: 8px 12px;
      }

      .Football_cd-sep {
        font-size: 22px;
      }

      .Football_hero-meta span {
        padding: 8px 12px;
        font-size: 11px;
      }

      .Football_layout {
        gap: 16px;
      }

      .Football_sidebar {
        width: 260px;
      }
    }

    /* zones — desktop absolute */
    .Football_zone-tr,
    .Football_zone-br,
    .Football_zone-tl,
    .Football_zone-bl {
      width: 130px;
    }

    .Football_zone-tr,
    .Football_zone-tl {
      height: 88px;
    }

    .Football_zone-br,
    .Football_zone-bl {
      height: 84px;
    }

    .Football_zone-tr {
      top: 10px;
      right: 10px;
    }

    .Football_zone-br {
      bottom: 10px;
      right: 10px;
    }

    .Football_zone-tl {
      top: 10px;
      left: 10px;
    }

    .Football_zone-bl {
      bottom: 10px;
      left: 10px;
    }

    /* ══ TABLET 992px ══ */
    @media(max-width:992px) {
      .Football_hero {
        margin-top: 60px;
      }

      .Football_hero h1 {
        font-size: 28px;
      }

      .Football_cd-box {
        font-size: 22px;
        min-width: 50px;
        padding: 8px 12px;
      }

      .Football_cd-sep {
        font-size: 22px;
      }

      .Football_layout {
        gap: 16px;
      }

      .Football_sidebar {
        width: 260px;
      }
    }

    /* ══ MOBILE 768px ══ */
    @media(max-width:768px) {
      .Football_hero {
        min-height: auto;
        margin-top: 60px;
      }

      .Football_hero-inner {
        padding: 20px 0 24px;
      }

      /* breadcrumb + actions */
      .Football_hero-toprow {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 16px;
      }

      .Football_hero-bc {
        font-size: 11px;
        gap: 3px;
      }

      .Football_hero-acts {
        width: 100%;
        justify-content: flex-start;
      }

      /* title */
      .Football_hero h1 {
        font-size: 20px;
        letter-spacing: -.3px;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .Football_vs-badge {
        font-size: 12px;
        padding: 4px 10px;
        gap: 6px;
        margin-bottom: 14px;
      }

      /* countdown */
      .Football_cd-wrap {
        gap: 6px;
        margin-bottom: 18px;
      }

      .Football_cd-box {
        font-size: 18px;
        min-width: 44px;
        padding: 7px 10px;
      }

      .Football_cd-sep {
        font-size: 18px;
      }

      .Football_cd-cap {
        font-size: 11px;
      }

      /* meta — stack vertically */
      .Football_hero-meta {
        width: 100%;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
      }

      .Football_hero-meta span {
        width: 100%;
        padding: 9px 14px;
        font-size: 12px;
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, .07);
      }

      .Football_hero-meta span:last-child {
        border-bottom: none;
      }

      /* layout */
      .Football_layout {
        flex-direction: column;
        padding: 16px 0;
        align-items: center;
      }

      .Football_sidebar {
        width: 100%;
        position: static;
      }

      .Football_main {
        width: 100%;
        max-width: 600px;
      }

      /* seatmap */
      .Football_seatmap-wrap {
        margin: 10px;
      }

      .Football_seatmap-canvas {
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 6px;
        padding: 10px;
        position: static;
      }

      .Football_pitch {
        position: static;
        transform: none;
        grid-column: 2;
        grid-row: 1/3;
        width: 100%;
        height: 100%;
        min-height: 110px;
      }

      .Football_zone {
        position: static;
        width: 100% !important;
        height: 80px !important;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        left: auto !important;
      }

      .Football_zone-tr {
        grid-column: 3;
        grid-row: 1;
      }

      .Football_zone-br {
        grid-column: 3;
        grid-row: 2;
      }

      .Football_zone-tl {
        grid-column: 1;
        grid-row: 1;
      }

      .Football_zone-bl {
        grid-column: 1;
        grid-row: 2;
      }

      .Football_zone-name {
        font-size: 10px;
      }

      .Football_zone-av {
        font-size: 9px;
      }

      .Football_zone-icon {
        font-size: 13px;
      }

      .Football_zc-top {
        padding: 10px 12px;
        gap: 8px;
      }

      .Football_zc-price {
        font-size: 14px;
      }
    }

    /* ══ SMALL MOBILE 480px ══ */
    @media(max-width:480px) {
      .Football_hero-toprow {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
      }

      .Football_hero h1 {
        font-size: 18px;
      }

      .Football_cd-box {
        font-size: 15px;
        min-width: 36px;
        padding: 6px 8px;
      }

      .Football_cd-sep {
        font-size: 15px;
      }

      .Football_hero-meta span {
        width: 100%;
        border-right: none !important;
      }

      .Football_seatmap-wrap {
        margin: 6px;
      }

      .Football_seatmap-canvas {
        gap: 4px;
        padding: 6px;
      }

      .Football_pitch {
        min-height: 90px;
      }

      .Football_zone {
        height: 68px !important;
      }

      .Football_zone-av {
        display: none;
      }

      .Football_zone-icon {
        font-size: 11px;
      }

      .Football_zone-name {
        font-size: 9px;
      }

      .Football_gtab {
        padding: 9px 10px;
        font-size: 11px;
      }

      .Football_zc-desc {
        display: none;
      }

      .Football_checkout-btn {
        font-size: 13px;
        height: 42px;
      }
    }




          /* ─── user_profile_overlay ─── */
      .user_profile_overlay {
        display: none;
      }

      /* ─── user_profile_sidebar ─── */
      .user_profile_sidebar {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: var(--sidebar-w);
        background: var(--surface);
        border-left: 1px solid var(--border);
        z-index: 300;
        display: flex;
        flex-direction: column;
        box-shadow: var(--sh3);
      }
      .user_profile_sidebar > * {
        flex-shrink: 0;
      }
      .sidebar-scroll {
        flex: 1;
        overflow-y: auto;
        min-height: 0;
      }

      /* ─── user_profile_sidebar HEADER ─── */
      .user_profile_sb-head {
        padding: 0 20px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid var(--border);
        background: var(--surface);
        position: sticky;
        top: 0;
        z-index: 5;
      }
      .sb-brand {
        display: flex;
        align-items: center;
        gap: 10px;
      }
      .sb-logo {
        width: 30px;
        height: 30px;
        border-radius: 8px;
        background: var(--text);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.5px;
      }
      .sb-brand-name {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: -0.3px;
      }
      .sb-brand-sub {
        font-size: 11px;
        color: var(--text3);
        font-weight: 400;
      }

      .icon-btn {
        width: 34px;
        height: 34px;
        border-radius: var(--r-xs);
        border: 1px solid var(--border);
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--text2);
        font-size: 13px;
        cursor: pointer;
        transition: var(--tr);
      }
      .icon-btn:hover {
        border-color: var(--red);
        color: var(--red);
        background: var(--red-soft);
      }

      /* ─── HERO SECTION ─── */
      .sb-hero {
        background: var(--text);
        padding: 24px 20px 20px;
        position: relative;
        overflow: hidden;
      }
      .sb-hero::before {
        content: "TIX";
        position: absolute;
        bottom: -14px;
        left: -8px;
        font-size: 96px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.04);
        letter-spacing: -4px;
        pointer-events: none;
        user-select: none;
      }

      .sb-hero-edit {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 32px;
        height: 32px;
        border-radius: var(--r-xs);
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.15);
        color: rgba(255, 255, 255, 0.7);
        font-size: 12px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--tr);
        z-index: 2;
      }
      .sb-hero-edit:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
      }

      .sb-hero-row {
        display: flex;
        align-items: flex-end;
        gap: 14px;
        position: relative;
        z-index: 1;
      }
      .user_profile_sb-avatar-wrap {
        position: relative;
        flex-shrink: 0;
      }
      .user_profile_sb-avatar {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        border: 2.5px solid rgba(255, 255, 255, 0.25);
        object-fit: cover;
        display: block;
        background: rgba(255, 255, 255, 0.1);
      }
      .sb-online {
        position: absolute;
        bottom: 3px;
        left: 3px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #22c55e;
        border: 2px solid var(--text);
      }

      .sb-hero-info {
      }
      .sb-hero-name {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        letter-spacing: -0.4px;
        line-height: 1.2;
      }
      .sb-hero-handle {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        margin-top: 3px;
      }
      .sb-hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        margin-top: 8px;
        padding: 3px 10px;
        border-radius: 20px;
        background: rgba(201, 168, 76, 0.15);
        border: 1px solid rgba(201, 168, 76, 0.3);
        font-size: 11px;
        color: var(--gold);
        font-weight: 600;
      }

      /* ─── STATS ─── */
      .user_profile_sb-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-bottom: 1px solid var(--border);
      }
      .user_profile_sb-stat {
        padding: 14px 8px;
        text-align: center;
        cursor: pointer;
        transition: var(--tr);
        border: none;
        background: transparent;
        font-family: inherit;
        position: relative;
      }
      .user_profile_sb-stat + .user_profile_sb-stat::after {
        content: "";
        position: absolute;
        right: 0;
        top: 25%;
        bottom: 25%;
        width: 1px;
        background: var(--border);
      }
      .user_profile_sb-stat:hover {
        background: var(--surface2);
      }
      .user_profile_sb-stat-val {
        font-size: 20px;
        font-weight: 700;
        color: var(--text);
        letter-spacing: -0.5px;
      }
      .sb-stat-lbl {
        font-size: 10px;
        color: var(--text3);
        margin-top: 2px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }

      /* ─── WALLET ─── */
      .sb-wallet-wrap {
        padding: 16px 16px 0;
      }
      .sb-wallet {
        background: var(--text);
        border-radius: var(--r-sm);
        padding: 18px;
        position: relative;
        overflow: hidden;
      }
      .sb-wallet::after {
        content: "";
        position: absolute;
        top: -28px;
        left: -28px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: rgba(192, 57, 43, 0.2);
      }
      .sb-wallet-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 14px;
      }
      .sb-wallet-label {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.4);
        letter-spacing: 0.8px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 4px;
      }
      .sb-wallet-amount {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        letter-spacing: -1px;
      }
      .sb-wallet-currency {
        font-size: 13px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.45);
        margin-right: 3px;
      }
      .sb-wallet-icon {
        width: 36px;
        height: 36px;
        border-radius: var(--r-xs);
        background: var(--red);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 15px;
        position: relative;
        z-index: 1;
      }
      .sb-wallet-btns {
        display: flex;
        gap: 8px;
        position: relative;
        z-index: 1;
      }
      .w-btn {
        flex: 1;
        padding: 9px 10px;
        border-radius: var(--r-xs);
        border: none;
        font-family: inherit;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        transition: var(--tr);
      }
      .w-btn.primary {
        background: var(--red);
        color: #fff;
      }
      .w-btn.primary:hover {
        background: var(--red-dark);
      }
      .w-btn.ghost {
        background: rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.75);
        border: 1px solid rgba(255, 255, 255, 0.12);
      }
      .w-btn.ghost:hover {
        background: rgba(255, 255, 255, 0.15);
      }

      /* ─── SECTION ─── */
      .sb-section {
        padding: 20px 16px 0;
      }
      .sb-section-label {
        font-size: 10px;
        font-weight: 700;
        color: var(--text3);
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 0 4px;
        margin-bottom: 6px;
        display: flex;
        align-items: center;
        gap: 8px;
      }
      .sb-section-label::before {
        content: "";
        display: block;
        width: 16px;
        height: 1px;
        background: var(--border2);
      }

      /* ─── MENU ─── */
      .user_profile_sb-menu {
        display: flex;
        flex-direction: column;
        gap: 1px;
      }
      .user_profile_sb-menu-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 10px;
        border-radius: var(--r-sm);
        transition: var(--tr);
        cursor: pointer;
        border: none;
        background: transparent;
        width: 100%;
        text-align: right;
        color: var(--text);
        font-family: inherit;
      }
      .user_profile_sb-menu-item:hover {
        background: var(--surface2);
      }
      .user_profile_sb-menu-item.active {
        background: var(--red-soft);
      }
      .user_profile_sb-menu-item.active .sb-menu-name {
        color: var(--red);
      }
      .user_profile_sb-menu-item.active .sb-menu-icon-wrap {
        background: var(--red-soft);
        color: var(--red);
      }
      .user_profile_sb-menu-item.active .user_profile_sb-menu-arrow {
        color: var(--red);
      }
      .user_profile_sb-menu-item.danger:hover {
        background: var(--red-soft);
      }
      .user_profile_sb-menu-item.danger:hover .sb-menu-name {
        color: var(--red);
      }
      .user_profile_sb-menu-item.danger:hover .sb-menu-icon-wrap {
        background: var(--red-soft);
        color: var(--red);
      }

      .sb-menu-icon-wrap {
        width: 36px;
        height: 36px;
        border-radius: var(--r-xs);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        flex-shrink: 0;
        transition: var(--tr);
      }
      .sb-menu-text {
        flex: 1;
      }
      .sb-menu-name {
        font-size: 13px;
        font-weight: 600;
      }
      .sb-menu-sub {
        font-size: 11px;
        color: var(--text3);
        margin-top: 1px;
      }
      .sb-menu-end {
        display: flex;
        align-items: center;
        gap: 6px;
        flex-shrink: 0;
      }
      .user_profile_sb-menu-arrow {
        color: var(--text3);
        font-size: 10px;
      }

      .user_profile_badge {
        font-size: 10px;
        font-weight: 700;
        padding: 2px 7px;
        border-radius: 20px;
        line-height: 1.4;
      }
      .badge-red {
        background: var(--red-soft);
        color: var(--red);
      }
      .badge-blue {
        background: var(--blue-soft);
        color: var(--blue);
      }
      .badge-amber {
        background: var(--amber-soft);
        color: var(--amber);
      }
      .badge-green {
        background: var(--green-soft);
        color: var(--green);
      }

      /* ─── RECENT TICKETS ─── */
      .sb-recent {
        padding: 16px;
      }
      .sb-recent-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
      }
      .sb-recent-title {
        font-size: 12px;
        font-weight: 700;
        color: var(--text);
      }
      .sb-recent-more {
        font-size: 11px;
        color: var(--red);
        font-weight: 600;
        background: none;
        border: none;
        cursor: pointer;
        font-family: inherit;
      }

      .sb-ticket {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        border-radius: var(--r-sm);
        border: 1px solid var(--border);
        background: var(--surface);
        margin-bottom: 6px;
        cursor: pointer;
        transition: var(--tr);
      }
      .sb-ticket:hover {
        border-color: var(--red);
        background: var(--red-soft);
      }
      .sb-ticket-icon {
        width: 36px;
        height: 36px;
        border-radius: var(--r-xs);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        flex-shrink: 0;
      }
      .sb-ticket-info {
        flex: 1;
      }
      .sb-ticket-name {
        font-size: 12px;
        font-weight: 600;
      }
      .sb-ticket-date {
        font-size: 10px;
        color: var(--text3);
        margin-top: 2px;
      }
      .sb-ticket-pill {
        font-size: 10px;
        font-weight: 700;
        padding: 3px 8px;
        border-radius: 20px;
      }
      .pill-active {
        background: var(--green-soft);
        color: var(--green);
      }
      .pill-used {
        background: var(--surface3);
        color: var(--text3);
      }
      .pill-pending {
        background: var(--amber-soft);
        color: var(--amber);
      }

      /* ─── FOOTER ─── */
      .user_profile_sb-footer {
        padding: 14px 20px;
        border-top: 1px solid var(--border);
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .sb-footer-version {
        font-size: 10px;
        color: var(--text3);
      }
      .sb-logout-btn {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 12px;
        font-weight: 600;
        color: var(--red);
        background: none;
        border: none;
        cursor: pointer;
        font-family: inherit;
        transition: var(--tr);
      }
      .sb-logout-btn:hover {
        opacity: 0.75;
      }

      /* ─── MAIN CONTENT AREA ─── */
      .user_profile_main-content {
        position: fixed;
        top: 0;
        right: var(--sidebar-w);
        left: 0;
        bottom: 0;
        background: var(--bg);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
      }
      .main-placeholder {
        text-align: center;
        color: var(--text3);
        user-select: none;
        pointer-events: none;
      }
      .main-placeholder i {
        font-size: 48px;
        margin-bottom: 16px;
        display: block;
        opacity: .35;
      }
      .main-placeholder p {
        font-size: 14px;
        font-weight: 500;
        opacity: .45;
      }

      /* ─── RESPONSIVE ─── */
      @media (max-width: 768px) {
        :root { --sidebar-w: 100vw; }
        .user_profile_main-content { display: none; }
        .user_profile_panel { right: 0; left: 0; }
      }








    /* ═══════════════════════════════════════════════
       LAYOUT — SIDEBAR + MAIN
    ═══════════════════════════════════════════════ */
    .user_profile_sidebar {
      position: fixed;
      top: 0; right: 0; bottom: 0;
      width: var(--sidebar-w);
      background: var(--surface);
      border-right: 1px solid var(--border);
      display: flex;
      flex-direction: column;
      z-index: 300;
      box-shadow: var(--sh2);
    }

    .user_profile_main-content {
      position: fixed;
      top: 0; bottom: 0;
      right: var(--sidebar-w);
      left: 0;
      background: var(--bg);
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .main-placeholder {
      text-align: center;
      color: var(--text3);
      font-size: 14px;
    }
    .main-placeholder i {
      font-size: 28px;
      margin-bottom: 10px;
      display: block;
    }

    /* ═══════════════════════════════════════════════
       SIDEBAR — SCROLL AREA
    ═══════════════════════════════════════════════ */
    .user_profile_sidebar-scroll {
      flex: 1;
      overflow-y: auto;
      overflow-x: hidden;
      scrollbar-width: thin;
      scrollbar-color: var(--border) transparent;
    }
    .user_profile_sidebar-scroll::-webkit-scrollbar { width: 4px; }
    .user_profile_sidebar-scroll::-webkit-scrollbar-track { background: transparent; }
    .user_profile_sidebar-scroll::-webkit-scrollbar-thumb { background: var(--border); border-radius: 2px; }

    /* ─── Sidebar Header ─── */
    .user_profile_sb-head {
      height: 56px;
      padding: 0 16px;
      display: flex;
      align-items: center;
      gap: 10px;
      border-bottom: 1px solid var(--border);
      flex-shrink: 0;
    }
    .sb-brand {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: 1;
    }
    .sb-logo {
      width: 32px; height: 32px;
      border-radius: 8px;
      background: var(--text);
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      display: flex; align-items: center; justify-content: center;
      letter-spacing: 0.3px;
      flex-shrink: 0;
    }
    .sb-brand-name {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: -0.3px;
    }

    .icon-btn {
      width: 34px; height: 34px;
      border-radius: var(--r-xs);
      border: 1px solid var(--border);
      background: transparent;
      display: flex; align-items: center; justify-content: center;
      color: var(--text2);
      font-size: 13px;
      cursor: pointer;
      transition: var(--tr);
      flex-shrink: 0;
    }
    .icon-btn:hover {
      border-color: var(--red);
      color: var(--red);
      background: var(--red-soft);
    }

    /* ─── Hero ─── */
    .sb-hero {
      padding: 16px;
      border-bottom: 1px solid var(--border);
      position: relative;
    }
    .sb-hero-edit {
      position: absolute;
      top: 14px; left: 14px;
      width: 28px; height: 28px;
      border-radius: var(--r-xs);
      border: 1px solid var(--border);
      background: var(--surface);
      color: var(--text2);
      font-size: 11px;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      transition: var(--tr);
    }
    .sb-hero-edit:hover { border-color: var(--red); color: var(--red); background: var(--red-soft); }

    .sb-hero-row {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .user_profile_sb-avatar-wrap {
      position: relative;
      flex-shrink: 0;
    }
    .user_profile_sb-avatar {
      width: 52px; height: 52px;
      border-radius: 50%;
      border: 2px solid var(--border);
      object-fit: cover;
      display: block;
    }
    .sb-online {
      position: absolute;
      bottom: 2px; left: 2px;
      width: 11px; height: 11px;
      border-radius: 50%;
      background: var(--green);
      border: 2px solid var(--surface);
    }
    .sb-hero-name {
      font-size: 15px;
      font-weight: 700;
      letter-spacing: -0.3px;
    }
    .sb-hero-handle {
      font-size: 11px;
      color: var(--text3);
      margin-top: 2px;
    }
    .sb-hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      margin-top: 5px;
      padding: 3px 8px;
      border-radius: 20px;
      background: var(--amber-soft);
      color: var(--amber);
      font-size: 10px;
      font-weight: 700;
    }

    /* ─── Stats ─── */
    .user_profile_sb-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      border-bottom: 1px solid var(--border);
    }
    .user_profile_sb-stat {
      padding: 14px 10px;
      border: none;
      background: transparent;
      font-family: inherit;
      cursor: pointer;
      transition: var(--tr);
      border-left: 1px solid var(--border);
      text-align: center;
    }
    .user_profile_sb-stat:last-child { border-left: none; }
    .user_profile_sb-stat:hover { background: var(--surface2); }
    .user_profile_sb-stat-val {
      font-size: 18px;
      font-weight: 700;
      letter-spacing: -0.5px;
      color: var(--text);
    }
    .sb-stat-lbl {
      font-size: 10px;
      color: var(--text3);
      margin-top: 2px;
      font-weight: 600;
    }

    /* ─── Wallet ─── */
    .sb-wallet-wrap {
      padding: 14px 16px;
      border-bottom: 1px solid var(--border);
    }
    .sb-wallet {
      background: var(--text);
      border-radius: var(--r-sm);
      padding: 14px;
    }
    .sb-wallet-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 12px;
    }
    .sb-wallet-label {
      font-size: 10px;
      color: rgba(255,255,255,0.4);
      text-transform: uppercase;
      letter-spacing: 0.8px;
      font-weight: 600;
      margin-bottom: 3px;
    }
    .sb-wallet-amount {
      font-size: 22px;
      font-weight: 700;
      color: #fff;
      letter-spacing: -0.5px;
    }
    .sb-wallet-currency {
      font-size: 12px;
      font-weight: 400;
      color: rgba(255,255,255,0.4);
      margin-left: 3px;
    }
    .sb-wallet-icon {
      width: 36px; height: 36px;
      border-radius: var(--r-xs);
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.1);
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,0.5);
      font-size: 15px;
    }
    .sb-wallet-btns {
      display: flex;
      gap: 8px;
    }
    .w-btn {
      flex: 1;
      padding: 8px;
      border-radius: var(--r-xs);
      border: none;
      font-family: inherit;
      font-size: 11px;
      font-weight: 700;
      cursor: pointer;
      transition: var(--tr);
      display: flex; align-items: center; justify-content: center;
      gap: 5px;
    }
    .w-btn.primary { background: var(--red); color: #fff; }
    .w-btn.primary:hover { background: var(--red-dark); }
    .w-btn.ghost { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.1); }
    .w-btn.ghost:hover { background: rgba(255,255,255,0.15); }

    /* ─── Sections & Menu ─── */
    .sb-section {
      padding: 14px 16px 0;
    }
    .sb-section-label {
      font-size: 10px;
      font-weight: 700;
      color: var(--text3);
      text-transform: uppercase;
      letter-spacing: 0.8px;
      margin-bottom: 8px;
    }
    .user_profile_sb-menu {
      display: flex;
      flex-direction: column;
      gap: 2px;
      margin-bottom: 14px;
    }
    .user_profile_sb-menu-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 9px 10px;
      border-radius: var(--r-sm);
      border: none;
      background: transparent;
      font-family: inherit;
      cursor: pointer;
      transition: var(--tr);
      width: 100%;
      text-align: right;
    }
    .user_profile_sb-menu-item:hover { background: var(--surface2); }
    .user_profile_sb-menu-item.active { background: var(--surface2); }
    .user_profile_sb-menu-item.danger .user_profile_sb-menu-name { color: var(--red); }
    .user_profile_sb-menu-icon-wrap {
      width: 32px; height: 32px;
      border-radius: var(--r-xs);
      display: flex; align-items: center; justify-content: center;
      font-size: 13px;
      flex-shrink: 0;
    }
    .user_profile_sb-menu-text { flex: 1; text-align: right; }
    .user_profile_sb-menu-name {
      font-size: 13px;
      font-weight: 600;
      color: var(--text);
    }
    .user_profile_sb-menu-sub {
      font-size: 11px;
      color: var(--text3);
      margin-top: 1px;
    }
    .user_profile_sb-menu-end {
      display: flex;
      align-items: center;
      gap: 6px;
      flex-shrink: 0;
    }
    .user_profile_sb-menu-arrow {
      font-size: 10px;
      color: var(--text3);
    }

    /* ─── Badges ─── */
    .user_profile_badge {
      font-size: 10px;
      font-weight: 700;
      padding: 2px 7px;
      border-radius: 20px;
    }
    .badge-blue  { background: var(--blue-soft);   color: var(--blue);   }
    .badge-red   { background: var(--red-soft);    color: var(--red);    }
    .badge-amber { background: var(--amber-soft);  color: var(--amber);  }
    .badge-green { background: var(--green-soft);  color: var(--green);  }

    /* ─── Recent Tickets ─── */
    .sb-recent {
      padding: 14px 16px;
      border-top: 1px solid var(--border);
    }
    .sb-recent-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px;
    }
    .sb-recent-title {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: var(--text2);
    }
    .sb-recent-more {
      font-size: 11px;
      color: var(--red);
      background: none;
      border: none;
      cursor: pointer;
      font-family: inherit;
      font-weight: 600;
    }
    .sb-ticket {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 9px 10px;
      border-radius: var(--r-xs);
      cursor: pointer;
      transition: var(--tr);
      margin-bottom: 4px;
    }
    .sb-ticket:hover { background: var(--surface2); }
    .sb-ticket-icon {
      width: 32px; height: 32px;
      border-radius: var(--r-xs);
      display: flex; align-items: center; justify-content: center;
      font-size: 13px;
      flex-shrink: 0;
    }
    .sb-ticket-info { flex: 1; }
    .sb-ticket-name { font-size: 12px; font-weight: 600; }
    .sb-user_profile_ticket-date { font-size: 11px; color: var(--text3); margin-top: 1px; }
    .sb-ticket-pill {
      font-size: 10px;
      font-weight: 700;
      padding: 3px 8px;
      border-radius: 20px;
      flex-shrink: 0;
    }
    .pill-active  { background: var(--green-soft);  color: var(--green);  }
    .pill-used    { background: var(--surface3);    color: var(--text3);  }
    .pill-pending { background: var(--amber-soft);  color: var(--amber);  }

    /* ─── Sidebar Footer ─── */
    .user_profile_sb-footer {
      height: 52px;
      padding: 0 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid var(--border);
      flex-shrink: 0;
    }
    .user_profile_sb-footer-version {
      font-size: 10px;
      color: var(--text3);
      font-weight: 600;
    }
    .sb-logout-btn {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 7px 12px;
      border-radius: var(--r-xs);
      border: 1px solid var(--border);
      background: transparent;
      color: var(--text2);
      font-family: inherit;
      font-size: 11px;
      font-weight: 600;
      cursor: pointer;
      transition: var(--tr);
    }
    .sb-logout-btn:hover { border-color: var(--red); color: var(--red); background: var(--red-soft); }

    /* ═══════════════════════════════════════════════
       PANELS
    ═══════════════════════════════════════════════ */
    .user_profile_panel {
      position: fixed;
      top: 0;
      right: var(--sidebar-w);
      left: 0;
      bottom: 0;
      background: var(--surface);
      z-index: 400;
      transform: translateX(-100%);
      transition: transform 0.38s cubic-bezier(0.4,0,0.2,1);
      display: flex;
      flex-direction: column;
      border-left: 1px solid var(--border);
    }
    .user_profile_panel.open { transform: translateX(0); }

    .user_profile_panel-head {
      height: 56px;
      padding: 0 20px;
      display: flex;
      align-items: center;
      gap: 12px;
      border-bottom: 1px solid var(--border);
      flex-shrink: 0;
      background: var(--surface);
    }
    .panel-back {
      width: 34px; height: 34px;
      border-radius: var(--r-xs);
      border: 1px solid var(--border);
      background: transparent;
      display: flex; align-items: center; justify-content: center;
      color: var(--text2);
      font-size: 13px;
      cursor: pointer;
      transition: var(--tr);
    }
    .panel-back:hover { border-color: var(--red); color: var(--red); background: var(--red-soft); }

    .user_profile_panel-title { font-size: 15px; font-weight: 700; letter-spacing: -0.2px; }
    .panel-sub { font-size: 11px; color: var(--text3); margin-top: 1px; }

    .user_profile_panel-body {
      flex: 1;
      overflow-y: auto;
      padding: 20px;
      scrollbar-width: thin;
      scrollbar-color: var(--border) transparent;
    }

    /* ─── TABS ─── */
    .tabs {
      display: flex;
      gap: 0;
      background: var(--surface3);
      border-radius: var(--r-sm);
      padding: 3px;
      margin-bottom: 16px;
    }
    .tab {
      flex: 1;
      padding: 8px 10px;
      border-radius: var(--r-xs);
      border: none;
      background: transparent;
      font-family: inherit;
      font-size: 12px;
      font-weight: 600;
      color: var(--text2);
      cursor: pointer;
      transition: var(--tr);
    }
    .tab.active { background: var(--surface); color: var(--text); box-shadow: var(--sh1); }

    /* ─── TICKET CARD ─── */
    .user_profile_ticket-card {
      border: 1px solid var(--border);
      border-radius: var(--r);
      padding: 16px;
      margin-bottom: 12px;
      background: var(--surface);
      transition: var(--tr);
    }
    .user_profile_ticket-card:hover { box-shadow: var(--sh2); }

    .tc-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
    .tc-icon {
      width: 44px; height: 44px;
      border-radius: var(--r-sm);
      display: flex; align-items: center; justify-content: center;
      font-size: 20px;
      flex-shrink: 0;
    }
    .tc-info { flex: 1; }
    .tc-name { font-size: 14px; font-weight: 700; }
    .tc-venue { font-size: 11px; color: var(--text2); margin-top: 2px; }

    .tc-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1px;
      background: var(--border);
      border: 1px solid var(--border);
      border-radius: var(--r-xs);
      overflow: hidden;
      margin-bottom: 14px;
    }
    .tc-meta { background: var(--surface2); padding: 9px 10px; }
    .tc-meta-label { font-size: 10px; color: var(--text3); font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }
    .tc-meta-val { font-size: 12px; font-weight: 700; margin-top: 2px; }

    .tc-foot { display: flex; align-items: center; justify-content: space-between; }
    .tc-price { font-size: 18px; font-weight: 700; color: var(--red); letter-spacing: -0.5px; }
    .tc-price-cur { font-size: 11px; color: var(--text3); font-weight: 400; margin-left: 2px; }
    .tc-actions { display: flex; gap: 6px; }
    .tc-btn {
      padding: 7px 14px;
      border-radius: var(--r-xs);
      border: none;
      font-size: 11px;
      font-weight: 700;
      font-family: inherit;
      cursor: pointer;
      transition: var(--tr);
      display: flex; align-items: center; gap: 5px;
    }
    .tc-btn.outline { background: transparent; border: 1px solid var(--border); color: var(--text2); }
    .tc-btn.outline:hover { border-color: var(--red); color: var(--red); }
    .tc-btn.solid { background: var(--text); color: #fff; }
    .tc-btn.solid:hover { background: var(--red); }

    /* ─── SUMMARY ─── */
    .summary-hero {
      background: var(--text);
      border-radius: var(--r);
      padding: 20px;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 14px;
      position: relative;
      overflow: hidden;
    }
    .summary-hero::after {
      content: "";
      position: absolute;
      top: -24px; left: -24px;
      width: 90px; height: 90px;
      border-radius: 50%;
      background: rgba(192,57,43,.18);
    }
    .summary-hero-icon {
      width: 52px; height: 52px;
      border-radius: 50%;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.15);
      display: flex; align-items: center; justify-content: center;
      font-size: 22px;
      color: #fff;
      flex-shrink: 0;
      position: relative;
      z-index: 1;
    }
    .summary-hero-name { font-size: 18px; font-weight: 700; color: #fff; letter-spacing: -0.3px; }
    .summary-hero-sub  { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 3px; }

    .summary-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-bottom: 16px;
    }
    .user_profile_summary-card {
      background: var(--surface2);
      border: 1px solid var(--border);
      border-radius: var(--r-sm);
      padding: 14px;
    }
    .summary-card-ico { font-size: 18px; margin-bottom: 8px; }
    .summary-card-val { font-size: 22px; font-weight: 700; letter-spacing: -0.5px; }
    .summary-card-lbl { font-size: 10px; color: var(--text3); margin-top: 3px; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; }

    .user_profile_activity-title { font-size: 12px; font-weight: 700; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text2); }
    .user_profile_bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
    .user_profile_bar-label { font-size: 12px; color: var(--text2); width: 50px; flex-shrink: 0; }
    .user_profile_bar-track { flex: 1; height: 5px; background: var(--surface3); border-radius: 3px; overflow: hidden; }
    .user_profile_bar-fill { height: 100%; border-radius: 3px; }
    .user_profile_bar-val { font-size: 11px; font-weight: 700; width: 24px; text-align: left; flex-shrink: 0; }

    /* ─── TX ─── */
    .tx-item {
      display: flex; align-items: center; gap: 12px;
      padding: 12px;
      border-radius: var(--r-sm);
      border: 1px solid var(--border);
      margin-bottom: 8px;
      transition: var(--tr);
    }
    .tx-item:hover { background: var(--surface2); }
    .tx-icon { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
    .tx-info { flex: 1; }
    .tx-name { font-size: 13px; font-weight: 600; }
    .tx-date { font-size: 11px; color: var(--text3); margin-top: 2px; }
    .tx-amount { font-size: 14px; font-weight: 700; }
    .tx-amount.credit { color: var(--green); }
    .tx-amount.debit  { color: var(--red);   }

    /* ─── FORM ─── */
    .user_profile_form-group { margin-bottom: 14px; }
    .user_profile_form-label { font-size: 11px; font-weight: 600; color: var(--text2); margin-bottom: 5px; display: block; text-transform: uppercase; letter-spacing: 0.5px; }
    .form-input {
      width: 100%;
      padding: 10px 14px;
      border-radius: var(--r-xs);
      border: 1.5px solid var(--border);
      background: var(--surface);
      font-family: inherit;
      font-size: 13px;
      color: var(--text);
      outline: none;
      transition: var(--tr);
    }
    .form-input:focus { border-color: var(--text); box-shadow: 0 0 0 3px rgba(24,22,15,.06); }
    .form-input::placeholder { color: var(--text3); }
    .user_profile_form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .form-btn {
      width: 100%; padding: 12px;
      border-radius: var(--r-sm);
      border: none;
      font-family: inherit;
      font-size: 13px;
      font-weight: 700;
      cursor: pointer;
      transition: var(--tr);
      display: flex; align-items: center; justify-content: center; gap: 8px;
    }
    .form-btn.primary { background: var(--text); color: #fff; }
    .form-btn.primary:hover { background: var(--red); }
    .form-btn.secondary { background: var(--surface2); color: var(--text2); border: 1px solid var(--border); }
    .form-btn.secondary:hover { background: var(--surface3); }

    /* ─── SECURITY ─── */
    .sec-item {
      display: flex; align-items: center; gap: 12px;
      padding: 14px;
      border-radius: var(--r-sm);
      border: 1px solid var(--border);
      margin-bottom: 8px;
      cursor: pointer;
      transition: var(--tr);
    }
    .sec-item:hover { border-color: var(--text); }
    .sec-icon { width: 40px; height: 40px; border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
    .sec-info { flex: 1; }
    .sec-name { font-size: 13px; font-weight: 600; }
    .sec-desc { font-size: 11px; color: var(--text3); margin-top: 2px; }
    .sec-pill { font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 20px; flex-shrink: 0; }

    /* ─── NOTIFICATIONS ─── */
    .user_profile_notif-item {
      display: flex; align-items: flex-start; gap: 10px;
      padding: 12px;
      border-radius: var(--r-sm);
      border: 1px solid var(--border);
      margin-bottom: 8px;
      transition: var(--tr);
    }
    .user_profile_notif-item.unread { background: var(--red-soft); border-color: rgba(192,57,43,.15); }
    .user_profile_notif-item:hover { background: var(--surface2); }
    .user_profile_notif-item.unread:hover { background: var(--red-soft); }
    .user_profile_notif-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); flex-shrink: 0; margin-top: 6px; }
    .user_profile_notif-icon { width: 36px; height: 36px; border-radius: var(--r-xs); display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
    .notif-info { flex: 1; }
    .user_profile_notif-title { font-size: 13px; font-weight: 600; }
    .notif-body { font-size: 11px; color: var(--text2); margin-top: 3px; line-height: 1.5; }
    .notif-time { font-size: 10px; color: var(--text3); margin-top: 4px; }

    /* ─── BANK CARD ─── */
    .user_profile_bank-card {
      background: var(--text);
      border-radius: var(--r);
      padding: 20px;
      margin-bottom: 10px;
      position: relative;
      overflow: hidden;
    }
    .user_profile_bank-card::before {
      content: "";
      position: absolute;
      top: -24px; right: -24px;
      width: 90px; height: 90px;
      border-radius: 50%;
      background: rgba(192,57,43,.15);
    }
    .user_profile_bank-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
    .user_profile_bank-card-type { font-size: 10px; color: rgba(255,255,255,.4); font-weight: 700; letter-spacing: 1.5px; }
    .user_profile_bank-card-logo { font-size: 24px; color: rgba(255,255,255,.6); }
    .user_profile_bank-card-num { font-size: 16px; color: rgba(255,255,255,.75); letter-spacing: 3px; margin-bottom: 16px; font-weight: 600; }
    .user_profile_bank-card-bottom { display: flex; justify-content: space-between; align-items: flex-end; }
    .user_profile_bank-card-holder { font-size: 13px; color: #fff; font-weight: 700; }
    .user_profile_bank-card-exp { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 2px; }
    .user_profile_bank-card-del {
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      color: rgba(255,255,255,.5);
      padding: 6px 12px;
      border-radius: var(--r-xs);
      font-size: 11px;
      cursor: pointer;
      font-family: inherit;
      transition: var(--tr);
    }
    .user_profile_bank-card-del:hover { background: rgba(192,57,43,.2); color: #fff; }

    /* ─── RESALE ─── */
    .resale-item {
      display: flex; align-items: center; gap: 12px;
      padding: 14px;
      border-radius: var(--r-sm);
      border: 1px solid var(--border);
      margin-bottom: 8px;
      transition: var(--tr);
    }
    .resale-item:hover { box-shadow: var(--sh2); }
    .resale-icon { width: 40px; height: 40px; border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
    .resale-info { flex: 1; }
    .resale-name { font-size: 13px; font-weight: 600; }
    .resale-sub  { font-size: 11px; color: var(--text3); margin-top: 2px; }
    .resale-price-val { font-size: 15px; font-weight: 700; color: var(--green); }
    .resale-price-lbl { font-size: 10px; color: var(--text3); }

    /* ─── HELP ─── */
    .help-item {
      display: flex; align-items: center; gap: 12px;
      padding: 14px;
      border-radius: var(--r-sm);
      border: 1px solid var(--border);
      margin-bottom: 8px;
      cursor: pointer;
      transition: var(--tr);
    }
    .help-item:hover { border-color: var(--text); background: var(--surface2); }
    .user_profile_help-icon { width: 42px; height: 42px; border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
    .help-info { flex: 1; }
    .help-name { font-size: 13px; font-weight: 600; }
    .help-desc { font-size: 11px; color: var(--text3); margin-top: 2px; }

    /* ─── FAQ ─── */
    .user_profile_faq-item { border: 1px solid var(--border); border-radius: var(--r-sm); margin-bottom: 6px; overflow: hidden; }
    .user_profile_faq-q {
      display: flex; align-items: center; justify-content: space-between;
      padding: 13px 14px;
      cursor: pointer;
      font-size: 13px;
      font-weight: 600;
      background: var(--surface);
      transition: var(--tr);
    }
    .user_profile_faq-q:hover { background: var(--surface2); }
    .user_profile_faq-q i { font-size: 10px; color: var(--text3); transition: transform .22s; }
    .user_profile_faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
    .user_profile_faq-a-inner { padding: 0 14px 14px; font-size: 12px; color: var(--text2); line-height: 1.7; }
    .user_profile_faq-item.open .user_profile_faq-q { background: var(--red-soft); color: var(--red); }
    .user_profile_faq-item.open .user_profile_faq-q i { transform: rotate(180deg); color: var(--red); }
    .user_profile_faq-item.open .user_profile_faq-a { max-height: 200px; }

    /* ─── DANGER ZONE ─── */
    .user_profile_danger-zone {
      background: var(--red-soft);
      border: 1px solid rgba(192,57,43,.2);
      border-radius: var(--r);
      padding: 20px;
      margin-top: 16px;
    }
    .user_profile_danger-zone-title { font-size: 13px; font-weight: 700; color: var(--red); margin-bottom: 6px; }
    .user_profile_danger-zone-desc  { font-size: 12px; color: var(--text2); line-height: 1.6; margin-bottom: 14px; }
    .user_profile_danger-btn {
      width: 100%; padding: 12px;
      border-radius: var(--r-sm);
      border: none;
      background: var(--red);
      color: #fff;
      font-family: inherit;
      font-size: 13px;
      font-weight: 700;
      cursor: pointer;
      transition: var(--tr);
      display: flex; align-items: center; justify-content: center; gap: 8px;
    }
    .user_profile_danger-btn:hover { background: var(--red-dark); }

    /* ─── DIVIDER ─── */
    .user_profile_divider { height: 1px; background: var(--border); margin: 20px 0; }

    /* ─── NOTICE ─── */
    .notice {
      display: flex; align-items: flex-start; gap: 10px;
      padding: 12px 14px;
      border-radius: var(--r-sm);
      margin-bottom: 16px;
      font-size: 12px;
      line-height: 1.5;
      color: var(--text2);
    }
    .notice.amber { background: var(--amber-soft); border: 1px solid rgba(180,83,9,.15); }
    .notice.green  { background: var(--green-soft);  border: 1px solid rgba(26,127,90,.15); }
    .notice i { flex-shrink: 0; margin-top: 1px; font-size: 14px; }

    /* ─── TOGGLE ─── */
    .user_profile_toggle-row {
      display: flex; align-items: center; justify-content: space-between;
      padding: 11px 14px;
      background: var(--surface2);
      border-radius: var(--r-xs);
      margin-bottom: 8px;
    }
    .user_profile_toggle-label { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; }
    .user_profile_toggle-label i { width: 16px; }
    input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--red); cursor: pointer; }

    /* ─── BALANCE BAR ─── */
    .user_profile_balance-bar {
      display: flex; align-items: center; justify-content: space-between;
      background: var(--surface2);
      border: 1px solid var(--border);
      border-radius: var(--r-sm);
      padding: 14px 16px;
      margin-bottom: 18px;
    }
    .user_profile_balance-lbl { font-size: 10px; color: var(--text3); text-transform: uppercase; letter-spacing: 0.8px; font-weight: 600; margin-bottom: 3px; }
    .user_profile_balance-val { font-size: 22px; font-weight: 700; color: var(--green); letter-spacing: -0.5px; }
    .user_profile_balance-cur { font-size: 12px; color: var(--text3); font-weight: 400; margin-left: 3px; }

    /* ─── FAV HEART ─── */
    .fav-heart { background: none; border: none; cursor: pointer; color: var(--red); font-size: 18px; transition: var(--tr); }
    .fav-heart:hover { transform: scale(1.2); }

    /* ═══════════════════════════════════════════════
       MOBILE TOPBAR
    ═══════════════════════════════════════════════ */
    .user_profile_mobile-topbar { display: none; }

    @media (max-width: 900px) {
      body { overflow-x: hidden; }

      .user_profile_main-content { right: 0; left: 0; top: 56px; }

      .user_profile_sidebar {
        top: 56px;
        transform: translateX(100%);
        transition: transform .35s cubic-bezier(.4,0,.2,1);
        z-index: 500;
        width: 320px;
        right: 0;
      }
      .user_profile_sidebar.mobile-open { transform: translateX(0); }

      .user_profile_panel {
        top: 56px;
        right: 0;
        left: 0;
        transform: translateX(100%);
      }
      .user_profile_panel.open { transform: translateX(0); }

      .user_profile_mobile-topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 0; left: 0; right: 0;
        height: 56px;
        background: var(--surface);
        border-bottom: 1px solid var(--border);
        padding: 0 16px;
        z-index: 600;
        box-shadow: var(--sh1);
      }
      .user_profile_mobile-topbar-logo {
        width: 30px; height: 30px;
        border-radius: 8px;
        background: var(--text);
        display: flex; align-items: center; justify-content: center;
        color: #fff; font-size: 10px; font-weight: 700;
      }
      .mobile-topbar-title { font-size: 14px; font-weight: 700; letter-spacing: -.3px; }
      .mobile-topbar-btn {
        width: 36px; height: 36px;
        border-radius: var(--r-xs);
        border: 1px solid var(--border);
        background: transparent;
        display: flex; align-items: center; justify-content: center;
        color: var(--text2); font-size: 15px;
        cursor: pointer; transition: var(--tr);
      }
      .mobile-topbar-btn:hover { border-color: var(--red); color: var(--red); background: var(--red-soft); }

      .user_profile_mobile-overlay {
        display: none;
        position: fixed; inset: 0; top: 56px;
        background: rgba(24,22,15,.4);
        backdrop-filter: blur(2px);
        z-index: 490;
      }
      .user_profile_mobile-overlay.show { display: block; }

      .user_profile_sb-head-close-mobile { display: flex !important; }
      .main-placeholder { display: none; }
    }

    @media (max-width: 480px) {
      .user_profile_sidebar { width: 100vw; }
      .sb-wallet-amount { font-size: 20px; }
      .sb-hero-name { font-size: 15px; }
      .user_profile_panel-head { padding: 0 14px; }
      .user_profile_panel-body { padding: 14px; }
    }

    @media (min-width: 901px) {
      .user_profile_mobile-overlay { display: none !important; }
      .user_profile_sb-head-close-mobile { display: none !important; }
    }

    /* ── Navbar authenticated user (auth-nav.js) ── */
    .nav-user-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      padding: 4px 12px 4px 4px;
      border-radius: 50px;
      border: 1.5px solid var(--border, #e5e5e5);
      background: var(--white, #fff);
      transition: all .2s ease;
      color: var(--text, #1a1a1a);
    }
    .nav-user-btn:hover {
      border-color: var(--red, #c0392b);
      background: var(--accent-soft, #fff1f0);
      color: var(--text, #1a1a1a);
    }
    .nav-user-avatar {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: var(--red, #c0392b);
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .nav-user-name {
      font-size: 13px;
      font-weight: 600;
    }
    .nav-user-avatar-img {
      object-fit: cover;
      padding: 0;
    }
