 {} *{} #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; } .brand-orange { color: #F26430; } .bg-brand-orange { background-color: #F26430; } .border-brand-orange { border-color: #F26430; } .hover-orange:hover { background-color: #E8571C; } .text-brand-orange { color: #F26430; } .shadow-orange { box-shadow: 0 10px 30px rgba(242, 100, 48, 0.2); } .gradient-orange { background: linear-gradient(135deg, #F26430 0%, #E8571C 100%); } .pulse-orange { animation: pulse-orange 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; } @keyframes pulse-orange { 0%, 100% { opacity: 1; } 50% { opacity: 0.7; } } .countdown-timer { font-variant-numeric: tabular-nums; } .benefit-card { transition: transform 0.3s ease, box-shadow 0.3s ease; } .benefit-card:hover { transform: translateY(-4px); }
