/* ===========================
   PREMIUM FORM V6
=========================== */

.pfv6-form-card{

    max-width:760px;
    margin:40px auto;

    background:#fff;

    border-radius:22px;

    padding:38px;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.pfv6-header h2{

    margin:12px 0;

    font-size:46px;

    line-height:1.15;

    color:#081b42;

}

.pfv6-header p{

    color:#666;

}

.pfv6-price{

    margin-top:15px;

    font-size:34px;

    font-weight:700;

    color:#5c37ff;

}

.pfv6-badge{

    color:#888;

    font-size:14px;

}

.pfv6-steps{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:14px;

    margin:35px 0;

}

.pfv6-step{

    padding:18px;

    text-align:center;

    border-radius:14px;

    background:#efeaff;

    color:#5f52b2;

    font-weight:600;

}

.pfv6-active{

    color:#fff;

    background:linear-gradient(90deg,#5b39ff,#d04dff);

}

.pfv6-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:18px;

}

.pfv6-grid input,
.pfv6-grid select{

    width:100%;

    height:58px;

    border:1px solid #ddd;

    border-radius:14px;

    padding:0 18px;

    font-size:16px;

    transition:.25s;

}

.pfv6-grid input:focus,
.pfv6-grid select:focus{

    outline:none;

    border-color:#6b42ff;

    box-shadow:0 0 0 4px rgba(107,66,255,.15);

}

.pfv6-btn{

    margin-top:28px;

    width:100%;

    height:60px;

    border:none;

    border-radius:14px;

    cursor:pointer;

    font-size:18px;

    font-weight:700;

    color:#fff;

    background:linear-gradient(90deg,#5b39ff,#d04dff);

}

/* Telefon Alanı */

.pfv6-phone-group{

    display:flex;

    align-items:center;

    width:100%;

    border:1px solid #ddd;

    border-radius:14px;

    overflow:hidden;

    height:58px;

    background:#fff;

}

.pfv6-phone-prefix{

    padding:0 18px;

    background:#f6f6f6;

    font-weight:700;

    color:#444;

    border-right:1px solid #ddd;

    height:100%;

    display:flex;

    align-items:center;

}

.pfv6-phone-group input{

    border:none!important;

    box-shadow:none!important;

    height:100%;

    flex:1;

}