 {} *{} #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-primary { color: #F26430; } .bg-brand-primary { background-color: #F26430; } .border-brand-primary { border-color: #F26430; } .hover-brand:hover { background-color: #E8571C; } .countdown-timer { font-size: 2.5rem; font-weight: 700; color: #F26430; font-family: 'Courier New', monospace; } .pulse-ring { animation: pulse-ring 2s infinite; } @keyframes pulse-ring { 0% { box-shadow: 0 0 0 0 rgba(242, 100, 48, 0.7); } 70% { box-shadow: 0 0 0 20px rgba(242, 100, 48, 0); } 100% { box-shadow: 0 0 0 0 rgba(242, 100, 48, 0); } } .strikethrough { text-decoration: line-through; color: #9ca3af; } .comparison-table { border-collapse: collapse; } .comparison-table td { padding: 1rem; border-bottom: 1px solid #e5e7eb; } .check-icon { color: #10b981; font-weight: 700; font-size: 1.5rem; } .x-icon { color: #ef4444; font-weight: 700; font-size: 1.5rem; } body { font-family: 'Inter', sans-serif; background-color: #f9fafb; } .brand-orange { color: #F26430; } .bg-brand-orange { background-color: #F26430; } .hover-bg-brand-deep { background-color: #E8571C; } .order-bump-box { border: 3px dashed #F26430; background-color: #fff9f6; } .secure-badge { filter: grayscale(1); opacity: 0.6; transition: 0.3s; } .secure-badge:hover { filter: grayscale(0); opacity: 1; } body { font-family: 'Inter', sans-serif; background-color: #f9fafb; } .brand-orange { color: #F97316; } /* Updated to your palette orange */ .bg-brand-orange { background-color: #F97316; } .hover-bg-brand-deep { background-color: #EA580C; } .order-bump-box { border: 3px dashed #F97316; background-color: #fff9f6; } .secure-badge { filter: grayscale(1); opacity: 0.6; transition: 0.3s; } .secure-badge:hover { filter: grayscale(0); opacity: 1; } .brand-gradient { background: linear-gradient(to right, #F26531, #D94E1B); } body { font-family: 'Inter', sans-serif; }
