 {} *{} /*endBaseStyles*/ #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; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif; line-height: 1.6; color: #333; background: #f5f5f5; } .container { max-width: 900px; margin: 0 auto; padding: 0 15px; } /* Header */ header { background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%); color: white; padding: 20px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 100; } .header-content { display: flex; justify-content: space-between; align-items: center; } .logo { font-size: 24px; font-weight: 700; letter-spacing: -0.5px; } .trust-badge { font-size: 12px; background: rgba(255,255,255,0.2); padding: 6px 12px; border-radius: 20px; } /* Main Title Section */ .hero { background: white; padding: 40px 0; border-bottom: 1px solid #e0e0e0; } .hero h1 { font-size: 36px; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; line-height: 1.2; } .hero p { font-size: 16px; color: #666; margin-bottom: 20px; } .hero-meta { display: flex; gap: 20px; font-size: 13px; color: #999; } /* Deals Section */ .deals-section { padding: 30px 0; } .deal-card { background: white; border-radius: 8px; padding: 20px; margin-bottom: 20px; border: 1px solid #e0e0e0; display: grid; grid-template-columns: 120px 1fr 150px; gap: 20px; align-items: center; transition: all 0.3s ease; } .deal-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); border-color: #22c55e; } .deal-image { text-align: center; } .deal-image img { max-width: 100%; height: auto; max-height: 120px; } .deal-content h3 { font-size: 16px; font-weight: 600; color: #1a1a1a; margin-bottom: 8px; } .deal-content p { font-size: 13px; color: #666; margin-bottom: 10px; line-height: 1.5; } .deal-price { font-size: 14px; color: #22c55e; font-weight: 600; margin-bottom: 5px; } .deal-discount { font-size: 12px; color: #16a34a; font-weight: 600; } .deal-cta { text-align: center; } .get-deal-btn { background: #22c55e; color: white; border: none; padding: 12px 30px; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; width: 100%; } .get-deal-btn:hover { background: #16a34a; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3); } .get-deal-btn:active { transform: translateY(0); } /* FAQ Section */ .faq-section { background: white; padding: 40px 0; border-top: 1px solid #e0e0e0; margin-top: 40px; } .faq-section h2 { font-size: 28px; font-weight: 700; color: #1a1a1a; margin-bottom: 30px; } .faq-item { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #e0e0e0; } .faq-item:last-child { border-bottom: none; } .faq-question { font-size: 16px; font-weight: 600; color: #1a1a1a; margin-bottom: 10px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; } .faq-question:hover { color: #22c55e; } .faq-answer { font-size: 14px; color: #666; line-height: 1.6; } /* Footer */ footer { background: #f0f0f0; padding: 40px 0 20px; border-top: 1px solid #e0e0e0; margin-top: 40px; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-bottom: 30px; } .footer-section h4 { font-size: 14px; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; } .footer-section a { display: block; font-size: 13px; color: #666; text-decoration: none; margin-bottom: 8px; transition: color 0.3s ease; } .footer-section a:hover { color: #22c55e; } .footer-bottom { border-top: 1px solid #e0e0e0; padding-top: 20px; text-align: center; font-size: 12px; color: #999; } /* Responsive */ @media (max-width: 768px) { .deal-card { grid-template-columns: 1fr; gap: 15px; } .deal-image { order: -1; } .deal-cta { order: 3; } .hero h1 { font-size: 24px; } .faq-section h2 { font-size: 22px; } .header-content { flex-direction: column; gap: 10px; } }
