  body:before {content:'';position:fixed;z-index:0;opacity:0.3;width:100%;height:100%;bottom:0;left:0;background-image:url('../images/footer.png');background-size:100% auto;background-position:bottom center;background-repeat:no-repeat; }
  body > *{position:relative;}
  .glow-coral { box-shadow: 0 0 40px rgba(255, 107, 91, 0.3); }
  .glow-mint { box-shadow: 0 0 40px rgba(126, 224, 167, 0.2); }
  .glass { background: rgba(31, 28, 26, 0.6); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.08); }
  .grid-bg {
    background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
  }
  @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
  .animate-float { animation: float 6s ease-in-out infinite; }
  .text-gradient { background: linear-gradient(135deg, #ff6b5b, #f4b860); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
  html { scroll-behavior: smooth; }
.hero-slider{background:url('../images/wallpaper.jpg') no-repeat top right;background-size:auto 85%;}