* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
body { background-color: #0f172a; display: flex; justify-content: center; padding: 20px 10px; }
.cartao-container { width: 100%; max-width: 420px; background: #ffffff; border-radius: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); padding: 22px; text-align: center; color: #1e293b; border: 1px solid #e2e8f0; }
.icone-cabecalho { font-size: 3rem; margin-bottom: 6px; }
h1 { font-size: 1.4rem; color: #1e3a8a; font-weight: 700; }
.subtitulo { font-size: 0.9rem; color: #b45309; font-weight: 600; margin-bottom: 8px; }
.badge-fe { display: inline-block; background: #fef3c7; color: #92400e; font-size: 0.75rem; font-weight: 600; padding: 5px 12px; border-radius: 12px; margin-bottom: 18px; border: 1px solid #fde68a; }

.info-box { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 12px; margin-bottom: 18px; text-align: left; }
.info-box h2 { font-size: 0.9rem; color: #1e3a8a; margin-bottom: 8px; text-align: center; }
.lista-servicos { list-style: none; font-size: 0.82rem; color: #334155; }
.lista-servicos li { margin-bottom: 6px; }

.botoes-container { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.btn { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 13px; border: none; border-radius: 10px; font-size: 0.95rem; font-weight: 700; text-decoration: none; cursor: pointer; }
.btn-whatsapp { background-color: #25d366; color: white; }
.btn-vcard { background-color: #1e3a8a; color: white; }
.btn-email { background-color: #475569; color: white; }
.icone { width: 22px; height: 22px; }
.icone-texto { font-size: 1.2rem; }

.footer { margin-top: 15px; }
.versiculo { font-size: 0.78rem; font-style: italic; color: #b45309; margin-bottom: 8px; }
.footer p:last-child { font-size: 0.72rem; color: #94a3b8; }