/* ==========================================================================
   Modern Luxury Theme - Smart Parking System
   Premium Design System for Berkah Bumi Manis
   ========================================================================== */

/* Import Modern Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* ==========================================================================
   CSS Custom Properties - Design System
   ========================================================================== */
:root {
  /* ==========================================================================
     Brand Colors - Premium Palette
     ========================================================================== */
  --primary-gradient: linear-gradient(135deg, #6366F1 0%, #8B5CF6 50%, #A78BFA 100%);
  --secondary-gradient: linear-gradient(135deg, #F97316 0%, #FB923C 50%, #FCD34D 100%);
  --success-gradient: linear-gradient(135deg, #10B981 0%, #34D399 50%, #6EE7B7 100%);
  --danger-gradient: linear-gradient(135deg, #DC2626 0%, #EF4444 50%, #F87171 100%);
  --warning-gradient: linear-gradient(135deg, #F59E0B 0%, #FCD34D 50%, #FDE68A 100%);
  --info-gradient: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 50%, #7DD3FC 100%);
  --dark-gradient: linear-gradient(135deg, #1E293B 0%, #334155 50%, #475569 100%);
  --premium-gradient: linear-gradient(135deg, #991B1B 0%, #DC2626 50%, #EF4444 100%);
  --luxury-gradient: linear-gradient(135deg, #7C3AED 0%, #A78BFA 50%, #C4B5FD 100%);
  --gold-gradient: linear-gradient(135deg, #D97706 0%, #F59E0B 50%, #FCD34D 100%);

  /* ==========================================================================
     Neutral Colors
     ========================================================================== */
  --gray-50: #F9FAFB;
  --gray-100: #F3F4F6;
  --gray-200: #E5E7EB;
  --gray-300: #D1D5DB;
  --gray-400: #9CA3AF;
  --gray-500: #6B7280;
  --gray-600: #4B5563;
  --gray-700: #374151;
  --gray-800: #1F2937;
  --gray-900: #111827;

  /* ==========================================================================
     Extended Color Palette
     ========================================================================== */
  --primary-50: #EEF2FF;
  --primary-100: #E0E7FF;
  --primary-200: #C7D2FE;
  --primary-300: #A5B4FC;
  --primary-400: #818CF8;
  --primary-500: #6366F1;
  --primary-600: #4F46E5;
  --primary-700: #4338CA;
  --primary-800: #3730A3;
  --primary-900: #312E81;

  /* ==========================================================================
     Typography Colors
     ========================================================================== */
  --text-primary: #111827;
  --text-secondary: #374151;
  --text-tertiary: #6B7280;
  --text-muted: #9CA3AF;
  --text-inverse: #FFFFFF;
  --text-accent: #6366F1;

  /* ==========================================================================
     Background Colors
     ========================================================================== */
  --bg-primary: #FFFFFF;
  --bg-secondary: #F9FAFB;
  --bg-tertiary: #F3F4F6;
  --bg-quaternary: #E5E7EB;
  --bg-dark: #111827;
  --bg-dark-secondary: #1F2937;
  --bg-dark-tertiary: #374151;
  --bg-sidebar: #1F2937;
  --bg-card: #FFFFFF;
  --bg-overlay: rgba(17, 24, 39, 0.8);

  /* ==========================================================================
     Border Colors
     ========================================================================== */
  --border-light: #F3F4F6;
  --border-default: #E5E7EB;
  --border-medium: #D1D5DB;
  --border-dark: #9CA3AF;
  --border-accent: #6366F1;

  /* ==========================================================================
     Modern Shadows - Premium Design System
     ========================================================================== */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px rgba(0, 0, 0, 0.25);
  --shadow-3xl: 0 35px 60px rgba(0, 0, 0, 0.3);
  --shadow-inner: inset 0 2px 4px rgba(0, 0, 0, 0.06);

  /* Premium Colored Shadows */
  --shadow-primary: 0 10px 40px rgba(99, 102, 241, 0.25);
  --shadow-secondary: 0 10px 40px rgba(249, 115, 22, 0.25);
  --shadow-success: 0 10px 40px rgba(16, 185, 129, 0.25);
  --shadow-danger: 0 10px 40px rgba(239, 68, 68, 0.25);
  --shadow-luxury: 0 20px 60px rgba(124, 58, 237, 0.3);
  --shadow-gold: 0 15px 50px rgba(217, 119, 6, 0.3);

  /* ==========================================================================
     Border Radius - Modern Design
     ========================================================================== */
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-4xl: 2rem;
  --radius-full: 9999px;

  /* ==========================================================================
     Transitions & Animations
     ========================================================================== */
  --transition-fast: 150ms ease-in-out;
  --transition-normal: 300ms ease-in-out;
  --transition-slow: 500ms ease-in-out;
  --transition-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --transition-bounce: cubic-bezier(0.175, 0.885, 0.32, 1.275);

  /* ==========================================================================
     Typography Scale
     ========================================================================== */
  --font-family-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-family-display: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-family-accent: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Font Sizes */
  --text-xs: 0.75rem;      /* 12px */
  --text-sm: 0.875rem;     /* 14px */
  --text-base: 1rem;       /* 16px */
  --text-lg: 1.125rem;     /* 18px */
  --text-xl: 1.25rem;      /* 20px */
  --text-2xl: 1.5rem;      /* 24px */
  --text-3xl: 1.875rem;    /* 30px */
  --text-4xl: 2.25rem;     /* 36px */
  --text-5xl: 3rem;        /* 48px */
  --text-6xl: 3.75rem;     /* 60px */
  --text-7xl: 4.5rem;      /* 72px */
  --text-8xl: 6rem;        /* 96px */
  --text-9xl: 8rem;        /* 128px */

  /* Font Weights */
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
}

/* ==========================================================================
   Global Styles & Resets
   ========================================================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-family-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: 1.6;
  color: var(--text-primary);
  background-color: var(--bg-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-display);
  font-weight: var(--font-semibold);
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

h1 { font-size: var(--text-5xl); font-weight: var(--font-bold); }
h2 { font-size: var(--text-4xl); font-weight: var(--font-bold); }
h3 { font-size: var(--text-3xl); font-weight: var(--font-semibold); }
h4 { font-size: var(--text-2xl); font-weight: var(--font-semibold); }
h5 { font-size: var(--text-xl); font-weight: var(--font-medium); }
h6 { font-size: var(--text-lg); font-weight: var(--font-medium); }

p {
  margin-bottom: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

a {
  color: var(--text-accent);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--primary-600);
  text-decoration: underline;
}

/* ==========================================================================
   Modern Navigation
   ========================================================================== */
.navbar-luxury {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  padding: 1rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all var(--transition-normal);
}

.navbar-luxury.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-md);
}

.navbar-brand-luxury {
  font-family: var(--font-family-display);
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.navbar-brand-luxury:hover {
  color: var(--text-accent);
  text-decoration: none;
}

.nav-link-luxury {
  font-family: var(--font-family-accent);
  font-weight: var(--font-medium);
  color: var(--text-secondary);
  padding: 0.5rem 1rem;
  border-radius: var(--radius-lg);
  transition: all var(--transition-fast);
  position: relative;
}

.nav-link-luxury:hover {
  color: var(--text-accent);
  background-color: var(--bg-tertiary);
  text-decoration: none;
}

.nav-link-luxury.active {
  color: var(--text-accent);
  background: var(--primary-gradient);
  color: white;
}

/* ==========================================================================
   Hero Section - Premium Design
   ========================================================================== */
.hero-luxury {
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #8B5CF6 100%);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.hero-luxury::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
  pointer-events: none;
}

.hero-content-luxury {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.hero-title-luxury {
  font-family: var(--font-family-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: var(--font-bold);
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-subtitle-luxury {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: var(--font-normal);
  margin-bottom: 2rem;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* ==========================================================================
   Premium Buttons
   ========================================================================== */
.btn-luxury {
  font-family: var(--font-family-accent);
  font-weight: var(--font-semibold);
  padding: 0.75rem 2rem;
  border: none;
  border-radius: var(--radius-full);
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
  font-size: var(--text-base);
  text-transform: none;
  letter-spacing: 0.01em;
}

.btn-luxury::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 var(--transition-slow);
  z-index: 1;
}

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

.btn-luxury-primary {
  background: var(--primary-gradient);
  color: white;
  box-shadow: var(--shadow-primary);
}

.btn-luxury-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(99, 102, 241, 0.4);
  color: white;
  text-decoration: none;
}

.btn-luxury-light {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow-lg);
}

.btn-luxury-light:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
  color: white;
  text-decoration: none;
}

.btn-luxury-admin {
  background: var(--luxury-gradient);
  color: white;
  box-shadow: var(--shadow-luxury);
  font-size: var(--text-sm);
  padding: 0.5rem 1.25rem;
}

.btn-luxury-admin:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.4);
  color: white;
  text-decoration: none;
}

/* ==========================================================================
   Premium Cards
   ========================================================================== */
.card-luxury {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-md);
  transition: all var(--transition-normal);
  overflow: hidden;
  height: 100%;
  position: relative;
}

.card-luxury::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary-gradient);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.card-luxury:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: var(--border-accent);
}

.card-luxury:hover::before {
  opacity: 1;
}

.card-body-luxury {
  padding: 2rem;
  text-align: center;
}

.card-icon-luxury {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-gradient);
  border-radius: var(--radius-2xl);
  font-size: 2rem;
  color: white;
  box-shadow: var(--shadow-lg);
  transition: all var(--transition-normal);
}

.card-luxury:hover .card-icon-luxury {
  transform: scale(1.1) rotate(5deg);
  box-shadow: var(--shadow-xl);
}

.card-title-luxury {
  font-family: var(--font-family-display);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.card-text-luxury {
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0;
}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.section-luxury {
  padding: 6rem 0;
  position: relative;
}

.section-luxury-light {
  background: var(--bg-secondary);
}

.section-header-luxury {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title-luxury {
  font-family: var(--font-family-display);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.section-subtitle-luxury {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.features-grid-luxury {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

/* ==========================================================================
   Status Badges
   ========================================================================== */
.badge-luxury {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  font-family: var(--font-family-accent);
  background: var(--success-gradient);
  color: white;
  box-shadow: var(--shadow-sm);
}

.badge-luxury i {
  font-size: 0.75rem;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* ==========================================================================
   Coming Soon Section
   ========================================================================== */
.coming-soon-luxury {
  background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 50%, #E2E8F0 100%);
  padding: 6rem 0;
  text-align: center;
  position: relative;
}

.coming-soon-luxury::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%236366F1" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  opacity: 0.5;
  pointer-events: none;
}

.coming-soon-content-luxury {
  position: relative;
  z-index: 2;
}

.coming-soon-icon-luxury {
  font-size: 4rem;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  animation: float 3s ease-in-out infinite;
}

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

.coming-soon-title-luxury {
  font-family: var(--font-family-display);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.coming-soon-description-luxury {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

/* ==========================================================================
   Technology Stack Section
   ========================================================================== */
.tech-overview-luxury {
  background: var(--bg-primary);
  border-radius: var(--radius-2xl);
  padding: 3rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
}

.tech-category-luxury {
  margin-bottom: 2rem;
}

.tech-category-title-luxury {
  font-family: var(--font-family-accent);
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.tech-badges-luxury {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tech-badge-luxury {
  padding: 0.5rem 1rem;
  border-radius: var(--radius-lg);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  font-family: var(--font-family-accent);
  color: white;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-fast);
}

.tech-badge-luxury:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.tech-badge-frontend { background: var(--primary-gradient); }
.tech-badge-backend { background: var(--dark-gradient); }
.tech-badge-hardware { background: var(--secondary-gradient); }

/* ==========================================================================
   Progress Section
   ========================================================================== */
.progress-section-luxury {
  padding: 6rem 0;
  background: var(--bg-secondary);
}

.progress-grid-luxury {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}

.progress-item-luxury {
  text-align: center;
}

.progress-icon-luxury {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-primary);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-lg);
  font-size: 2.5rem;
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
}

.progress-icon-luxury::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent 0deg, var(--primary-500) var(--progress), transparent var(--progress));
  border-radius: 50%;
  opacity: 0.1;
  animation: rotate 3s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.progress-item-luxury:hover .progress-icon-luxury {
  transform: scale(1.05);
  box-shadow: var(--shadow-xl);
}

.progress-title-luxury {
  font-family: var(--font-family-accent);
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}

.progress-description-luxury {
  color: var(--text-secondary);
  font-size: var(--text-sm);
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-luxury {
  background: var(--bg-dark);
  color: var(--text-inverse);
  padding: 4rem 0 2rem;
  position: relative;
  overflow: hidden;
}

.footer-luxury::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--primary-gradient);
}

.footer-brand-luxury {
  font-family: var(--font-family-display);
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  margin-bottom: 1rem;
  color: var(--text-inverse);
}

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

.footer-links-luxury li {
  margin-bottom: 0.5rem;
}

.footer-links-luxury a {
  color: var(--text-muted);
  transition: color var(--transition-fast);
}

.footer-links-luxury a:hover {
  color: var(--text-inverse);
}

.footer-divider-luxury {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-medium), transparent);
  margin: 3rem 0;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */
@media (max-width: 768px) {
  .section-luxury {
    padding: 4rem 0;
  }

  .features-grid-luxury {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .progress-grid-luxury {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-title-luxury {
    font-size: var(--text-4xl);
  }

  .hero-subtitle-luxury {
    font-size: var(--text-base);
  }

  .navbar-luxury {
    padding: 0.75rem 0;
  }

  .btn-luxury {
    padding: 0.625rem 1.5rem;
    font-size: var(--text-sm);
  }
}

/* ==========================================================================
   Accessibility & Enhancements
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus Styles */
.btn-luxury:focus,
.nav-link-luxury:focus {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  :root {
    --border-default: #000000;
    --text-primary: #000000;
    --bg-primary: #FFFFFF;
  }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  :root {
    --bg-primary: #111827;
    --bg-secondary: #1F2937;
    --text-primary: #F9FAFB;
    --text-secondary: #D1D5DB;
    --border-light: #374151;
    --border-default: #4B5563;
  }

  .navbar-luxury {
    background: rgba(17, 24, 39, 0.95);
  }

  .card-luxury {
    background: var(--bg-secondary);
    border-color: var(--border-light);
  }

  .section-luxury-light {
    background: var(--bg-secondary);
  }
}