/**
 * ==========================================================
 * LUXORA V5 PRO - Luxury E-Commerce Stylesheet (RTL)
 * Premium Themes: Luxury Gold | Rose Beauty | Emerald
 * ==========================================================
 */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&family=Cinzel:wght@500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,700;1,400&display=swap');

/* ----------------------------------------------------------
   1. Theme Variables
   ---------------------------------------------------------- */
:root,
body[data-theme="luxury-gold"] {
  --bg-main: #0a0a0e;
  --bg-surface: #121219;
  --bg-card: #181822;
  --bg-glass: rgba(24, 24, 34, 0.75);
  --border-color: rgba(212, 175, 55, 0.22);
  --border-hover: rgba(212, 175, 55, 0.6);
  --primary-accent: #d4af37;
  --primary-light: #fef08a;
  --primary-dark: #996515;
  --gradient-gold: linear-gradient(135deg, #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fbf5b7 75%, #aa771c 100%);
  --gradient-gold-subtle: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(153, 101, 21, 0.05));
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --text-gold: #e6ca65;
  --glow-color: rgba(212, 175, 55, 0.25);
  --card-shadow: 0 12px 35px -8px rgba(0, 0, 0, 0.7), 0 0 1px 1px rgba(212, 175, 55, 0.15);
}

body[data-theme="rose-beauty"] {
  --bg-main: #0e0a0d;
  --bg-surface: #171116;
  --bg-card: #20171e;
  --bg-glass: rgba(32, 23, 30, 0.75);
  --border-color: rgba(224, 168, 153, 0.25);
  --border-hover: rgba(224, 168, 153, 0.6);
  --primary-accent: #e0a899;
  --primary-light: #fce7e1;
  --primary-dark: #b86b77;
  --gradient-gold: linear-gradient(135deg, #e0a899 0%, #fcd5ce 30%, #c5707d 70%, #8e3b46 100%);
  --gradient-gold-subtle: linear-gradient(135deg, rgba(224, 168, 153, 0.15), rgba(197, 112, 125, 0.05));
  --text-main: #fff5f5;
  --text-muted: #a898a0;
  --text-gold: #f4c2b7;
  --glow-color: rgba(224, 168, 153, 0.25);
  --card-shadow: 0 12px 35px -8px rgba(0, 0, 0, 0.7), 0 0 1px 1px rgba(224, 168, 153, 0.18);
}

body[data-theme="emerald-premium"] {
  --bg-main: #06100d;
  --bg-surface: #0a1b16;
  --bg-card: #0f2720;
  --bg-glass: rgba(15, 39, 32, 0.75);
  --border-color: rgba(45, 212, 191, 0.22);
  --border-hover: rgba(212, 175, 55, 0.65);
  --primary-accent: #d4af37;
  --primary-light: #5eead4;
  --primary-dark: #0f766e;
  --gradient-gold: linear-gradient(135deg, #2dd4bf 0%, #d4af37 50%, #fef08a 100%);
  --gradient-gold-subtle: linear-gradient(135deg, rgba(45, 212, 191, 0.15), rgba(212, 175, 55, 0.05));
  --text-main: #f0fdfa;
  --text-muted: #85a89e;
  --text-gold: #d4af37;
  --glow-color: rgba(45, 212, 191, 0.25);
  --card-shadow: 0 12px 35px -8px rgba(0, 0, 0, 0.75), 0 0 1px 1px rgba(45, 212, 191, 0.18);
}

/* ----------------------------------------------------------
   2. Global Reset & Base
   ---------------------------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Cairo', sans-serif;
  background-color: var(--bg-main);
  color: var(--text-main);
  direction: rtl;
  text-align: right;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.luxora-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

a {
  color: var(--primary-accent);
  text-decoration: none;
  transition: all 0.25s ease;
}
a:hover {
  color: var(--primary-light);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ----------------------------------------------------------
   3. Typography & Luxury Headers
   ---------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: var(--text-main);
  letter-spacing: -0.01em;
}

.brand-font {
  font-family: 'Cinzel', 'Playfair Display', serif;
}

.text-gold-gradient {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  border-radius: 50px;
  background: var(--gradient-gold-subtle);
  border: 1px solid var(--border-color);
  color: var(--primary-accent);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 0.95rem;
  max-width: 600px;
  margin: 0 auto;
}

.gold-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1rem auto 0;
  max-width: 200px;
}
.gold-divider::before, .gold-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border-color);
}
.gold-divider i {
  color: var(--primary-accent);
  font-size: 0.75rem;
}

/* ----------------------------------------------------------
   4. Buttons & Badges
   ---------------------------------------------------------- */
.btn-luxora {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  outline: none;
  text-decoration: none;
}

.btn-luxora-gold {
  background: var(--gradient-gold);
  color: #0b0b0e;
  box-shadow: 0 4px 18px var(--glow-color);
}
.btn-luxora-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px var(--glow-color);
  color: #000;
}

.btn-luxora-outline {
  background: transparent;
  color: var(--text-main);
  border: 1px solid var(--border-color);
}
.btn-luxora-outline:hover {
  border-color: var(--primary-accent);
  color: var(--primary-accent);
  background: var(--gradient-gold-subtle);
  transform: translateY(-2px);
}

.btn-luxora-icon {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
}

/* Order Status Badges */
.badge-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
}
.badge-status-new {
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.4);
}
.badge-status-reviewing {
  background: rgba(59, 130, 246, 0.15);
  color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.4);
}
.badge-status-processing {
  background: rgba(249, 115, 22, 0.15);
  color: #f97316;
  border: 1px solid rgba(249, 115, 22, 0.4);
}
.badge-status-shipped {
  background: rgba(29, 78, 216, 0.18);
  color: #60a5fa;
  border: 1px solid rgba(59, 130, 246, 0.4);
}
.badge-status-completed {
  background: rgba(16, 185, 129, 0.15);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.4);
}
.badge-status-cancelled {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.4);
}

/* ----------------------------------------------------------
   5. Topbar & Navbar
   ---------------------------------------------------------- */
.topbar {
  background: var(--bg-surface);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.82rem;
  padding: 0.4rem 0;
  color: var(--text-muted);
}
.topbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar-contact, .topbar-socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.topbar a {
  color: var(--text-muted);
}
.topbar a:hover {
  color: var(--primary-accent);
}

.luxora-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--bg-glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-color);
  padding: 0.85rem 0;
  transition: all 0.3s ease;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.nav-logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
}
.nav-brand-text {
  font-family: 'Cinzel', 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
}
.nav-link {
  color: var(--text-main);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.4rem 0.6rem;
  position: relative;
  transition: color 0.2s ease;
}
.nav-link:hover, .nav-link.active {
  color: var(--primary-accent);
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--gradient-gold);
  transition: all 0.25s ease;
  transform: translateX(-50%);
}
.nav-link:hover::after, .nav-link.active::after {
  width: 80%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.btn-nav-action {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-color);
  color: var(--text-main);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
}
.btn-nav-action:hover {
  background: var(--gradient-gold-subtle);
  border-color: var(--primary-accent);
  color: var(--primary-accent);
}

.cart-counter-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--gradient-gold);
  color: #0b0b0e;
  font-size: 0.7rem;
  font-weight: 800;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.mobile-menu-btn {
  display: none;
  background: transparent;
  border: 1px solid var(--border-color);
  color: var(--text-main);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
}

/* ----------------------------------------------------------
   6. Hero Section
   ---------------------------------------------------------- */
.hero-section {
  position: relative;
  padding: 4.5rem 0 5.5rem;
  background: radial-gradient(circle at 70% 30%, var(--glow-color) 0%, transparent 60%),
              radial-gradient(circle at 10% 80%, rgba(212, 175, 55, 0.08) 0%, transparent 50%),
              var(--bg-main);
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

.hero-content {
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.1rem;
  border-radius: 50px;
  background: var(--gradient-gold-subtle);
  border: 1px solid var(--border-color);
  color: var(--primary-accent);
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.hero-title {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 1.25rem;
}

.hero-desc {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 550px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hero-stat-item h4 {
  font-size: 1.6rem;
  color: var(--primary-accent);
  font-weight: 800;
}
.hero-stat-item p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card-glow {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 1.5rem;
  background: var(--bg-glass);
  border: 1px solid var(--border-color);
  border-radius: 24px;
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(12px);
  animation: floatCard 5s ease-in-out infinite;
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.hero-product-img {
  width: 100%;
  height: 380px;
  object-fit: contain;
  filter: drop-shadow(0 15px 25px rgba(0,0,0,0.7));
}

.hero-floating-tag {
  position: absolute;
  bottom: 25px;
  right: -20px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  padding: 0.8rem 1.2rem;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hero-floating-tag i {
  color: var(--primary-accent);
  font-size: 1.4rem;
}

/* ----------------------------------------------------------
   7. Features & Benefits Strip
   ---------------------------------------------------------- */
.features-strip {
  padding: 2.5rem 0;
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border-color);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  transition: all 0.25s ease;
}
.feature-item:hover {
  background: var(--gradient-gold-subtle);
  border-color: var(--border-color);
}
.feature-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--gradient-gold-subtle);
  border: 1px solid var(--border-color);
  color: var(--primary-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.feature-text h5 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.feature-text p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
}

/* ----------------------------------------------------------
   8. Categories Showcase
   ---------------------------------------------------------- */
.categories-section {
  padding: 4.5rem 0;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.25rem;
}

.category-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 1.75rem 1rem;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-gold-subtle);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.category-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary-accent);
  box-shadow: 0 10px 25px var(--glow-color);
}
.category-card:hover::before {
  opacity: 1;
}

.category-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gradient-gold-subtle);
  border: 1px solid var(--border-color);
  color: var(--primary-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.category-card:hover .category-icon-box {
  background: var(--gradient-gold);
  color: #0b0b0e;
  transform: scale(1.1);
}
.category-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-main);
  position: relative;
  z-index: 2;
}

/* ----------------------------------------------------------
   9. Products Grid & Card
   ---------------------------------------------------------- */
.products-section {
  padding: 4rem 0;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 1.75rem;
}

.product-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--card-shadow);
  position: relative;
}
.product-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-hover);
  box-shadow: 0 16px 36px -4px rgba(0, 0, 0, 0.8), 0 0 20px var(--glow-color);
}

.product-media {
  position: relative;
  padding: 1.5rem;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.03) 0%, transparent 80%), var(--bg-surface);
  text-align: center;
  overflow: hidden;
}
.product-img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.product-card:hover .product-img {
  transform: scale(1.06);
}

.product-badges {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  z-index: 3;
}
.badge-prod {
  padding: 0.25rem 0.65rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
}
.badge-prod-discount {
  background: #ef4444;
  color: #fff;
}
.badge-prod-featured {
  background: var(--gradient-gold);
  color: #0b0b0e;
}
.badge-prod-gender {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid var(--border-color);
  color: var(--primary-accent);
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
  font-size: 0.72rem;
}

.product-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-brand {
  font-size: 0.8rem;
  color: var(--primary-accent);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.product-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-title a {
  color: var(--text-main);
}
.product-title a:hover {
  color: var(--primary-accent);
}

.product-notes-preview {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 0.75rem;
  margin-bottom: 1rem;
}
.current-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-gold);
}
.old-price {
  font-size: 0.9rem;
  color: var(--text-muted);
  text-decoration: line-through;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
}

/* ----------------------------------------------------------
   10. Fragrance Notes Pyramid
   ---------------------------------------------------------- */
.pyramid-wrapper {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: 18px;
  padding: 2rem;
  margin: 2rem 0;
}
.pyramid-title {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: var(--primary-accent);
}
.pyramid-layers {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.pyramid-tier {
  padding: 1rem 1.5rem;
  border-radius: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  position: relative;
  text-align: center;
  transition: all 0.25s ease;
}
.pyramid-tier:hover {
  border-color: var(--primary-accent);
  background: var(--gradient-gold-subtle);
}
.pyramid-tier-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary-accent);
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.pyramid-tier-content {
  font-size: 0.95rem;
  color: var(--text-main);
}

/* ----------------------------------------------------------
   11. Shopping Cart & Checkout
   ---------------------------------------------------------- */
.cart-table-wrapper {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 18px;
  overflow: hidden;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
  text-align: right;
}
.cart-table th {
  background: var(--bg-surface);
  padding: 1.1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary-accent);
  border-bottom: 1px solid var(--border-color);
}
.cart-table td {
  padding: 1.25rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  vertical-align: middle;
}

.cart-item-product {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cart-item-thumb {
  width: 65px;
  height: 65px;
  object-fit: contain;
  background: var(--bg-surface);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  padding: 4px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
}
.qty-btn {
  background: transparent;
  border: none;
  color: var(--text-main);
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.2s ease;
}
.qty-btn:hover {
  background: var(--gradient-gold);
  color: #000;
}
.qty-input {
  width: 42px;
  text-align: center;
  background: transparent;
  border: none;
  color: var(--text-main);
  font-weight: 700;
  outline: none;
}

.summary-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 18px;
  padding: 1.75rem;
  box-shadow: var(--card-shadow);
  position: sticky;
  top: 100px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.summary-row.total-row {
  border-bottom: none;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary-accent);
  margin-top: 0.5rem;
}

/* ----------------------------------------------------------
   12. Forms & Inputs
   ---------------------------------------------------------- */
.form-group {
  margin-bottom: 1.25rem;
}
.form-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--text-main);
}
.form-control-luxora {
  width: 100%;
  padding: 0.75rem 1rem;
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-main);
  font-family: inherit;
  font-size: 0.95rem;
  transition: all 0.25s ease;
  outline: none;
}
.form-control-luxora:focus {
  border-color: var(--primary-accent);
  box-shadow: 0 0 0 3px var(--glow-color);
  background: var(--bg-card);
}
textarea.form-control-luxora {
  min-height: 100px;
  resize: vertical;
}

/* ----------------------------------------------------------
   13. Footer
   ---------------------------------------------------------- */
.luxora-footer {
  background: var(--bg-surface);
  border-top: 1px solid var(--border-color);
  margin-top: auto;
  padding: 4rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.footer-col h4 {
  font-size: 1.1rem;
  color: var(--primary-accent);
  margin-bottom: 1.25rem;
  position: relative;
}

.footer-links {
  list-style: none;
}
.footer-links li {
  margin-bottom: 0.6rem;
}
.footer-links a {
  color: var(--text-muted);
  font-size: 0.9rem;
}
.footer-links a:hover {
  color: var(--primary-accent);
  padding-right: 4px;
}

.footer-social-icons {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.footer-social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  color: var(--primary-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.footer-social-icon:hover {
  background: var(--gradient-gold);
  color: #000;
  transform: translateY(-3px);
}

.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ----------------------------------------------------------
   14. Toast & Alerts
   ---------------------------------------------------------- */
.toast-container {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.luxury-toast {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  color: var(--text-main);
  padding: 1rem 1.25rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 280px;
  animation: slideToast 0.3s ease;
}
@keyframes slideToast {
  from { transform: translateX(-100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* ----------------------------------------------------------
   15. Responsive Media Queries
   ---------------------------------------------------------- */
@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-desc {
    margin: 0 auto 2rem;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-stats {
    justify-content: center;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .topbar {
    display: none;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: var(--bg-surface);
    flex-direction: column;
    padding: 1.5rem;
    border-bottom: 1px solid var(--border-color);
  }
  .nav-links.active {
    display: flex;
  }
  .mobile-menu-btn {
    display: block;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .cart-table th, .cart-table td {
    padding: 0.75rem 0.5rem;
  }
}
