html.theme-enterprise-elegant {
  --bg-color: #f0ebe3;
  --surface-color: rgba(255, 255, 255, 0.9);
  --text-color: #2b2830;
  --muted-color: rgba(43, 40, 48, 0.75);
  --accent-color: #c17a7e;
  --accent-secondary: #4a3a52;
  --heading-font: 'Playfair Display', 'Georgia', serif;
  --body-font: 'Lato', 'Inter', sans-serif;
  --border-radius: 8px;
  --shadow-style: 0 25px 60px rgba(74, 58, 82, 0.25);
  --transition-speed: 550ms;
  --glass-effect: blur(18px);
}

html.theme-enterprise-elegant body {
  background: linear-gradient(145deg, #f7f2eb, #e9dfd0);
}

html.theme-enterprise-elegant .hero {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 60px;
  border: 1px solid rgba(193, 122, 126, 0.25);
  box-shadow: 0 30px 60px rgba(74, 58, 82, 0.2);
}

html.theme-enterprise-elegant .card {
  border: 1px solid rgba(193, 122, 126, 0.25);
  box-shadow: 0 35px 70px rgba(74, 58, 82, 0.2);
}
