/* =====================================================
PLANOS + FORMULÁRIO
===================================================== */

.pf-wrapper{
    padding:80px 20px;
    background:#f7f9fc;
}

.pf-container{
    max-width:1200px;
    margin:0 auto;
}

/* =====================================================
TOPO
===================================================== */

.pf-topo{
    text-align:center;
    margin-bottom:40px;
}

.pf-topo h2{
    font-size:42px;
    font-weight:800;
    color:#1d2b3a;
    margin-bottom:10px;
}

.pf-topo p{
    font-size:18px;
    color:#6b7280;
}

/* =====================================================
CUPOM
===================================================== */

.pf-cupom-box{
    display:flex;
    gap:15px;
    justify-content:center;
    flex-wrap:wrap;
    margin-bottom:35px;
}

.pf-cupom-input{
    width:320px;
    max-width:100%;
    height:55px;
    border:1px solid #dbe3ec;
    border-radius:12px;
    padding:0 15px;
    font-size:16px;
    outline:none;
    background:#fff;
}

.pf-cupom-input:focus{
    border-color:#3a7bd5;
}

.pf-btn,
.pf-btn-secundario{
    border:none;
    height:55px;
    padding:0 25px;
    border-radius:12px;
    font-weight:700;
    cursor:pointer;
    transition:.25s;
}

.pf-btn{
    color:#fff;
    background:linear-gradient(
        135deg,
        #00d2ff,
        #3a7bd5
    );
}

.pf-btn:hover{
    transform:translateY(-2px);
}

.pf-btn-secundario{
    background:#eef2f7;
    color:#2d3748;
}

.pf-btn-secundario:hover{
    background:#dde5ef;
}

#msgCupom{
    text-align:center;
    margin-bottom:30px;
    font-weight:600;
}

/* =====================================================
PLANOS
===================================================== */

.pf-planos{
    display:grid;
    grid-template-columns:
        repeat(auto-fit,minmax(320px,1fr));

    gap:30px;
    margin-top:20px;
}

.pf-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    box-shadow:
        0 15px 40px rgba(0,0,0,.08);

    transition:.25s;
    position:relative;
    overflow:hidden;
}

.pf-card:hover{
    transform:translateY(-5px);
}

.pf-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;

    background:linear-gradient(
        135deg,
        #00d2ff,
        #3a7bd5
    );
}

.pf-card h3{
    font-size:42px;
    font-weight:800;
    margin-bottom:8px;
}

.pf-card p{
    color:#6b7280;
    margin-bottom:20px;
}

.pf-de{
    font-size:30px;
    font-weight:800;
    color:#ff4d4f;
    text-decoration:line-through;
    margin-bottom:10px;
}

.pf-preco{
    font-size:48px;
    font-weight:800;
    color:#00b894;
    margin-bottom:25px;
}

.pf-escolher{
    width:100%;
    border:none;
    height:55px;
    border-radius:12px;

    background:linear-gradient(
        135deg,
        #00d2ff,
        #3a7bd5
    );

    color:#fff;
    font-weight:700;
    font-size:16px;
    cursor:pointer;

    transition:.25s;
}

.pf-escolher:hover{
    transform:translateY(-2px);
}

/* =====================================================
FORMULÁRIO
===================================================== */

#areaFormulario{
    margin-top:60px;
}

.bloco-formulario{
    padding:0;
    background:transparent;
}

.container-formulario{
    max-width:1000px;
    margin:0 auto;
}

.container-formulario h2{
    text-align:center;
    font-size:42px;
    font-weight:800;
    color:#1d2b3a;
    margin-bottom:10px;
}

.container-formulario .sub{
    text-align:center;
    color:#6b7280;
    margin-bottom:35px;
}

.card-form{
    background:#fff;
    border-radius:24px;
    padding:40px;
    box-shadow:
        0 15px 40px rgba(0,0,0,.08);
}

.form-grid{
    display:grid;
    grid-template-columns:
        repeat(2,1fr);

    gap:15px;
}

.form-grid input,
.form-grid select{
    width:100%;
    height:55px;
    border:1px solid #dbe3ec;
    border-radius:12px;
    padding:0 15px;
    font-size:15px;
    background:#fff;
}

.form-grid input:focus,
.form-grid select:focus{
    border-color:#3a7bd5;
    outline:none;
}

.btn-cta{
    width:100%;
    height:60px;
    margin-top:25px;

    border:none;
    border-radius:14px;

    font-size:18px;
    font-weight:700;

    color:#fff;

    background:linear-gradient(
        135deg,
        #00d2ff,
        #3a7bd5
    );

    cursor:pointer;
    transition:.25s;
}

.btn-cta:hover{
    transform:translateY(-2px);
}

#formMsg{
    margin-top:15px;
    text-align:center;
    font-weight:600;
}

/* =====================================================
RESPONSIVO
===================================================== */

@media(max-width:768px){

    .pf-topo h2{
        font-size:30px;
    }

    .container-formulario h2{
        font-size:30px;
    }

    .pf-planos{
        grid-template-columns:1fr;
    }

    .form-grid{
        grid-template-columns:1fr;
    }

    .card-form{
        padding:25px;
    }

    .pf-card{
        padding:25px;
    }

.pf-preco{
    font-size:72px;
    line-height:1;
    font-weight:900;
    color:#00b894;
    margin-bottom:25px;
}

}

.pf-descricao-cupom{
    max-width:900px;
    margin:20px auto 30px;
    padding:18px 22px;
    background:#f8fbff;
    border-left:4px solid #2196f3;
    border-radius:12px;
    color:#444;
    font-size:15px;
    line-height:1.6;
    box-shadow:0 4px 15px rgba(0,0,0,.05);
}

.pf-subtitulo{
    color:#666;
    font-size:15px;
    margin-bottom:15px;
}

.pf-descricao-vendas{
    margin:20px 0;
}

.pf-item-beneficio{
    display:flex;
    align-items:flex-start;
    gap:10px;

    padding:12px 0;

    border:none;

    font-size:16px;
    line-height:1.7;

    color:#374151;
}

.pf-check{
    color:#00b894;
    font-weight:900;
    font-size:18px;
    flex-shrink:0;
    margin-top:2px;
}

.pf-economia{
    display:inline-block;

    background:#e8fff5;

    color:#00a86b;

    font-weight:700;

    padding:10px 16px;

    border-radius:999px;

    margin-bottom:20px;
}

.pf-beneficios-titulo{
    font-size:22px;
    font-weight:800;
    color:#1d2b3a;
    margin:25px 0 10px;
}