/* Home page specific styles */

 .hero-gradient {
   background: linear-gradient(135deg, rgb(23 81 155 / 76%) 0%, rgb(0 0 0 / 80%) 100%);
 }

 .hero-glass-main {
   background: rgba(160, 203, 255, 0.8);
   backdrop-filter: blur(14px);
   -webkit-backdrop-filter: blur(14px);
   border: 1px solid rgba(255, 255, 255, 0.3);
 }

 .hero-highlight {
   color: #93c5fd;
   text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
 }
