.payment-page{
padding:20px 0;
}

.checkout-form{
max-width:650px;
margin:auto;
}

.checkout-form input{
width:100%;
height:56px;
margin-bottom:18px;
padding:0 18px;
border:1px solid #d9d9d9;
border-radius:12px;
font-size:15px;
background:#fff;
transition:.25s;
}

.checkout-form input:focus{
outline:none;
border-color:#0d6efd;
box-shadow:0 0 0 4px rgba(13,110,253,.12);
}

.payment-methods{
margin-top:35px;
}

.payment-methods h3{
margin-bottom:20px;
text-align:center;
font-size:24px;
}

.payment-btn{
width:250px;
display:flex;
align-items:center;
justify-content:center;
height:64px;
border:none;
border-radius:14px;
cursor:pointer;
font-size:16px;
font-weight:700;
transition:.25s;
}

.payment-btn img{
height:30px;
width:auto;
}

.paypal-btn{
background:#ffc439;
color:#111;
}

.paypal-btn:hover{
background:#f5b800;
transform:translateY(-2px);
}

.cliq-btn{
background:#e1e1e1;
color:#fff;
}

.cliq-btn:hover{
background:#3d2190;
transform:translateY(-2px);
}

@media(max-width:768px){

.payment-page{
padding:40px 0;
}

.payment-btn{
height:58px;
font-size:16px;
}

.payment-btn img{
height:26px;
}

}

.payment-card{
background:#12233c;
border:1px solid rgba(255,255,255,.08);
border-radius:22px;
box-shadow:0 25px 60px rgba(0,0,0,.28);
padding:45px;
}

.payment-price{
text-align:center;
margin-bottom:28px;
}

.price-value{
font-size:72px;
font-weight:800;
color:#2f7dff;
line-height:1;
display:inline-block;
vertical-align:middle;
}

.price-period{
display:inline-block;
vertical-align:middle;
font-size:34px;
font-weight:700;
color:#ffffff;
margin-right:12px;
opacity:1;
}

.checkout-form input{
height:46px;
border-radius:10px;
background:#f8fafc;
}

.payment-methods{
margin-top:40px;
padding-top:35px;
border-top:1px solid rgba(255,255,255,.08);

display:flex;
flex-wrap:wrap;
justify-content:center;
gap:16px;
}
.payment-methods h3,
.payment-methods p{
width:100%;
text-align:center;
}
.payment-methods h3{
font-size:34px;
font-weight:700;
margin-bottom:8px;
}

.payment-methods p{
font-size:17px;
color:#cfd9e8;
opacity:1;
}

.payment-btn{
height:48px;
border-radius:14px;
padding:0 26px;
}

.payment-btn img{
height:20px;
margin-left:12px;
margin-right:10px;
}

.paypal-btn{
background:#ffc439;
color:#003087;
}

.paypal-btn:hover{
background:#ffb800;
}

.cliq-btn{
background:#5a2fc2;
color:#fff;
}

.cliq-btn:hover{
background:#4825a0;
}

@media(max-width:768px){

.payment-card{
padding:25px;
}

.price-value{
font-size:42px;
}

.price-period{
font-size:18px;
}

.payment-methods h3{
font-size:28px;
}

.checkout-form input{
height:50px;
}

.payment-btn{
width:100%;
height:52px;
}

}

.payment-subtitle{
margin-top:12px;
font-size:18px;
color:#d7e3f5;
text-align:center;
}

.payment-btn strong{
font-size:20px;
font-weight:700;
margin-right:10px;
}

.price-value{
font-size:72px !important;
}

.price-period{
font-size:30px !important;
color:#fff !important;
}

.upload-box{
margin-top:30px;
margin-bottom:30px;
}

.upload-box label{
display:block;
font-size:16px;
font-weight:700;
margin-bottom:10px;
color:#fff;
}

.upload-box input[type=file]{
width:100%;
padding:14px;
border:2px dashed rgba(255,255,255,.15);
border-radius:12px;
background:#1a2f4d;
color:#fff;
cursor:pointer;
}

.payment-actions{
display:flex;
justify-content:center;
gap:15px;
margin-top:30px;
flex-wrap:wrap;
}

.payment-actions .payment-btn{
width:230px;
text-decoration:none;
}

.alert-error{
margin-bottom:20px;
padding:14px 18px;
border-radius:10px;
background:#b42318;
color:#fff;
text-align:center;
font-weight:600;
}

.cliq-title{
text-align:center;
font-size:32px;
margin-bottom:12px;
}

.cliq-text{
text-align:center;
font-size:16px;
color:#d6e2f3;
line-height:1.9;
margin-bottom:30px;
}

@media(max-width:768px){

.payment-actions .payment-btn{
width:100%;
}

}