 {} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } .hero-gradient { background: linear-gradient(135deg, #F26430 0%, #FF7F50 100%); } .cta-button { background-color: #F26430; transition: all 0.3s ease; } .cta-button:hover { background-color: #E8571C; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(242, 100, 48, 0.3); } .secondary-button { border-color: #F26430; color: #F26430; } .secondary-button:hover { background-color: #F26430; color: white; } .social-proof-badge { background-color: rgba(242, 100, 48, 0.1); border-left: 4px solid #F26430; } .feature-icon { width: 48px; height: 48px; background-color: #F26430; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 24px; } /* Ensures the 100mph brand orange is used accurately across the page */ .brand-orange { color: #F26430; } .bg-brand-orange { background-color: #F26430; } .border-brand-orange { border-color: #F26430; } /* Smooth scrolling for anchor links */ html { scroll-behavior: smooth; } /* Adds a subtle 'glow' to the primary CTA buttons */ .cta-shadow { box-shadow: 0 10px 25px rgba(242, 100, 48, 0.4); } .hero-gradient { background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%); } .text-brand-electric { color: #00FFCC; } /* Electric Teal for Momentum */ .bg-brand-electric { background-color: #00FFCC; } .animate-badge { animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }
