body { background: #e5ddd5; font-family: 'Segoe UI', sans-serif; display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; }
.cliente-card { background: white; width: 85%; max-width: 350px; padding: 40px 20px; border-radius: 20px; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
#logo-view { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; border-radius: 50%; }
.wa-preview { background: #dcf8c6; padding: 15px; border-radius: 10px; margin: 20px 0; position: relative; font-size: 14px; }
#btn-go { background: #25D366; color: white; border: none; width: 100%; padding: 15px; border-radius: 10px; font-size: 18px; font-weight: bold; cursor: pointer; }