body { font-family: Arial, sans-serif; margin:0; padding:0; color:#333; background:#fff;}
header, footer { background:#fff; border-bottom:1px solid #eee; }
header .nav, footer .nav { display:flex; gap:20px; }
a { text-decoration:none; color:#0056b3; }
a:hover { text-decoration:underline; }
.container { max-width:1000px; margin:0 auto; padding:20px; }
.hero { text-align:center; padding:80px 20px; background: linear-gradient(to right, #ff2da4, #2d6bff); color:#fff;}
.hero h1 { font-size:48px; margin-bottom:20px; }
.section { padding:60px 20px; }
.section h2 { font-size:32px; margin-bottom:20px; text-align:center; }
.products { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:20px; }
.card { background:#fafafa; padding:20px; border-radius:10px; border:1px solid #eee; }
form input, form select, form textarea { width:100%; padding:10px; margin-bottom:15px; border:1px solid #ccc; border-radius:6px;}
form button { background:#ff2da4; color:#fff; border:none; padding:12px 20px; border-radius:6px; cursor:pointer;}
form button:hover { background:#e02690;}
footer { padding:30px 20px; font-size:14px; color:#666; border-top:1px solid #eee; }
.logo { font-weight:bold; font-size:20px; color:#ff2da4;}
