body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 0; padding: 0; color: #333; line-height: 1.6; }
header { background: #fff; padding: 20px 50px; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 28px; font-weight: bold; color: #ff6b6b; text-decoration: none; text-transform: uppercase; }
nav a { margin-left: 20px; text-decoration: none; color: #555; font-weight: 500; }
nav a:hover { color: #ff6b6b; }
.container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.hero { text-align: center; padding: 80px 20px; background: #fdfaf6; }
.btn { display: inline-block; padding: 12px 30px; background: #ff6b6b; color: #fff; text-decoration: none; border-radius: 5px; font-weight: bold; margin-top: 20px; }
.btn:hover { background: #fa5252; }
.product-grid { display: flex; gap: 40px; margin-top: 40px; }
.product-image-area { flex: 1; background: #eee; min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 20px; border: 2px dashed #ccc; }
.product-info { flex: 1; }
.compliance-note { color: #d9534f; font-weight: bold; font-size: 0.9em; margin-top: 10px; }
footer { text-align: center; padding: 30px 20px; background: #333; color: #fff; margin-top: 60px; }