/* Glassmorphism cards */
:is(.dark .dark\:bg-white\/5) {
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.3s ease !important;
}

:is(.dark .dark\:bg-white\/5):hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4) !important;
  transform: translateY(-2px);
}

/* Bigger service icons */
.w-10 {
  width: 3rem !important;
  height: 3rem !important;
}

.h-10 {
  width: 3rem !important;
  height: 3rem !important;
}

/* Resource widget icons bigger */
.w-5, .h-5 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

/* Section headers */
h2 {
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  font-size: 0.85rem !important;
  opacity: 0.7;
}

/* Resource widgets glass effect */
.shadow-md {
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Card spacing */
.gap-x-2 {
  column-gap: 1rem !important;
}

/* Service description */
.text-theme-500 {
  font-size: 0.8em !important;
  opacity: 0.6;
}
