body{
    margin:0;
    padding:20px;
    background:#f5f5f5;
    font-family:Arial, Helvetica, sans-serif;
}

.card{
    max-width:500px;
    margin:0 auto;
    background:#fff;
    border-radius:15px;
    padding:20px;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
    text-align:center;
}

.logo{
    max-width:90px;
    max-height:90px;
    width:auto;
    height:auto;
    display:block;
    margin:0 auto 10px auto;
}

h1{
    margin-top:0;
    margin-bottom:8px;
    font-size:28px;
}

.subtitulo{
    color:#666;
    font-size:24px;
    margin-top:0;
    margin-bottom:10px;
}

.botao{
    display:block;
    width:100%;
    box-sizing:border-box;
    padding:15px;
    margin-bottom:10px;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    border-radius:10px;
    font-size:18px;
}
.telefone{
    margin-bottom:15px;
    color:#444;
    font-size:16px;
}

.rodape{
    text-align:center;
    margin-top:30px;
    font-size:13px;
    color:#666;
}

.rodape a{
    color:#0d6efd;
    text-decoration:none;
    font-weight:bold;
}

.modal-pix{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.65);
    backdrop-filter:blur(4px);
    z-index:9999;

    align-items:center;
    justify-content:center;

    padding:20px;
    box-sizing:border-box;
}

.modal-conteudo{
    background:#fff;
    width:100%;
    max-width:340px;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.modal-pix{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.65);
    backdrop-filter:blur(4px);
    z-index:9999;
    padding:20px;
}

.modal-conteudo{
    background:#fff;
    max-width:420px;
    margin:50px auto;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
    animation:modalShow .2s ease;
}

@keyframes modalShow{
    from{
        transform:translateY(20px);
        opacity:0;
    }
    to{
        transform:translateY(0);
        opacity:1;
    }
}

.modal-topo{
    background:linear-gradient(135deg,#0d6efd,#0b5ed7);
    color:#fff;
    text-align:center;
    padding:14px;
}

.modal-topo h3{
    margin:0;
    font-size:18px;
}

.modal-corpo{
    padding:15px;
}

.pix-chave{
    width:100%;
    box-sizing:border-box;
    padding:12px;
    border:1px solid #ddd;
    border-radius:10px;
    background:#f8f9fa;
    text-align:center;
    font-size:14px;
    margin-top:10px;
}

.btn-pix{
    width:100%;
    border:0;
    padding:14px;
    border-radius:10px;
    cursor:pointer;
    font-size:16px;
    font-weight:bold;
    margin-top:12px;
}

.btn-copiar{
    background:#198754;
    color:#fff;
}

.btn-fechar{
    background:#f1f3f5;
}

.botao-telefone{
    display:inline-block;
    padding:10px 18px;
    border-radius:25px;
    background:#f1f5f9;
    color:#333;
    text-decoration:none;
    font-size:18px;
    margin-bottom:20px;
}

.pix-qrcode{
    text-align:center;
    margin-bottom:20px;
}

.pix-qrcode img{
    max-width:160px;
    width:100%;
    border:1px solid #eee;
    border-radius:10px;
    padding:6px;
    background:#fff;
}

.pix-responsavel{
    text-align:center;
    font-size:13px;
    color:#666;
    margin-bottom:10px;
}
