body {
      font-family: 'IBM Plex Sans Arabic', sans-serif;
    }
    .glass-card {
      background: rgba(255, 255, 255, 0.7);
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);
    }
    .inner-glow-border {
      border: 1px solid rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
    }
    .cta-glow {
      box-shadow: 0 10px 30px -10px rgba(139, 0, 0, 0.5);
    }
    .custom-cursor {
      width: 20px;
      height: 20px;
      background: rgba(139, 0, 0, 0.15);
      border-radius: 50%;
      position: fixed;
      pointer-events: none;
      z-index: 9999;
      transform: translate(-50%, -50%);
      transition: width 0.3s, height 0.3s, background 0.3s;
    }
    .progress-bar {
      position: fixed;
      top: 0;
      right: 0;
      height: 3px;
      background: #8b0000;
      z-index: 100;
      width: 0%;
    }
    details summary::-webkit-details-marker {
      display: none;
    }
    .brand-text {
      font-family: 'IBM Plex Sans Arabic', sans-serif;
    }