| ERAYAK Waterproof Generator Cover - Ultimate Protection :root { --primary-blue: #0ea5e9; --dark-bg: #0f172a; --card-bg: rgba(255, 255, 255, 0.05); --text-main: #f8fafc; --text-muted: #94a3b8; --accent-gradient: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%); --glass-border: rgba(255, 255, 255, 0.1); } body { font-family: 'Inter', sans-serif; margin: 0; padding: 0; background-color: #020617; color: var(--text-main); line-height: 1.6; overflow-x: hidden; } /* Hero Section */ .hero { background: radial-gradient(circle at top right, #1e293b, #020617); padding: 100px 20px 60px; text-align: center; position: relative; } .hero-content { max-width: 900px; margin: 0 auto; position: relative; | |