    body { font-family: Arial, sans-serif; margin:0; padding:0; line-height:1.6; color:#333; }
    header { background:#ff6b6b; color:#fff; padding:50px 20px; text-align:center; }
    header h1 { margin:0; font-size:2.5em; }
    header p { font-size:1.2em; margin-top:10px; }
    .cta { display:inline-block; margin-top:20px; padding:15px 25px; background:#fff; color:#ff6b6b; font-weight:bold; border-radius:5px; text-decoration:none; }
    section { padding:50px 20px; max-width:1000px; margin:0 auto; }
    h2 { text-align:center; margin-bottom:30px; }
    .productos { display:flex; flex-wrap:wrap; justify-content:center; gap:20px; }
    .producto { flex:1 1 200px; max-width:220px; border:1px solid #ddd; border-radius:8px; padding:15px; text-align:center; }
    .producto img { width:100%; border-radius:5px; }
    .producto button { margin-top:10px; padding:10px 15px; background:#ff6b6b; color:#fff; border:none; border-radius:5px; cursor:pointer; }
    .como-comprar { background:#f7f7f7; }
    footer { text-align:center; padding:20px; font-size:0.9em; background:#333; color:#fff; }
    .whatsapp-float { position:fixed; bottom:20px; right:20px; background:#25D366; color:#fff; padding:15px; border-radius:50px; font-size:18px; text-decoration:none; box-shadow:0 4px 6px rgba(0,0,0,0.2); }