body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #fff; color: #333; }
.wrap { width: 90%; max-width: 1000px; margin: 0 auto; }
header.hero { background: #ff4d4d; color: white; padding: 30px 0; text-align: center; }
header.hero h1 { margin: 0; font-size: 2.5em; }
header.hero p { font-size: 1.2em; margin: 10px 0 20px 0; }
.cta { display: inline-block; padding: 10px 20px; background: white; color: #ff4d4d; text-decoration: none; font-weight: bold; border-radius: 5px; }
.cta:hover { background: #ffe6e6; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin: 20px 0; }
.card { border: 1px solid #ddd; border-radius: 8px; overflow: hidden; text-align: center; padding: 10px; }
.card img { width: 100%; height: 150px; object-fit: cover; }
.card-body h3 { margin: 10px 0 5px 0; }
.price-order { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.order-btn { background: #ff4d4d; color: white; border: none; padding: 5px 10px; cursor: pointer; border-radius: 5px; }
.order-btn:hover { background: #e60000; }
section#how, section#contact { margin: 40px 0; }
footer { text-align: center; padding: 20px 0; background: #f2f2f2; }