Signs of Hanukka
/* Hero Section */ .hero-section { text-align: center; padding: 40px 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border-radius: 12px; margin-bottom: 30px; } .hero-section .badge { display: inline-block; background: rgba(255, 255, 255, 0.2); padding: 8px 20px; border-radius: 20px; font-size: 14px; font-weight: 600; margin-bottom: 15px; backdrop-filter: blur(10px); } .hero-section h1 { font-size: 48px; font-weight: 700; margin: 15px 0; line-height: 1.2; } .hero-section .subtitle { font-size: 20px; opacity: 0.95; margin: 10px 0 0 0; font-weight: 400; } /* Quick Navigation */ .quick-nav { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 40px; padding: 20px; background: #f8f9fa; border-radius: 8px; } .quick-nav a { padding: 10px 24px; background: white; color: #667eea; text-decoration: none; border-radius: 6px; font-weight: 600; transition: