/*
THANK YOU PAGE
*/


.thank-hero{

padding:160px 0 100px;
text-align:center;

background:
radial-gradient(circle at 20% 20%,#dfffba,transparent 25%),
#fff;

}


.thank-hero h1{

font-size:70px;
font-weight:900;
line-height:1.1;
max-width:950px;
margin:auto;

}


.thank-hero span{

background:#b6ff00;
padding:5px 15px;

}



.thank-hero p{

max-width:750px;
margin:25px auto;
color:#666;
line-height:1.8;

}





.thank-process{

padding:100px 0;
background:#050505;
color:white;

}



.thank-title{

text-align:center;
margin-bottom:60px;

}



.thank-title h2{

font-size:50px;
font-weight:900;

}



.thank-title span{

background:#b6ff00;
color:#111;
padding:5px 12px;

}



.thank-process-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}



.thank-process-card{

padding:40px;
background:#111;
border:1px solid #333;
border-radius:25px;

}



.number{

width:60px;
height:60px;
border-radius:50%;
background:#b6ff00;
color:#111;

display:flex;
align-items:center;
justify-content:center;

font-weight:900;

margin-bottom:25px;

}



.thank-process-card p{

color:#aaa;
line-height:1.7;

}




.thank-services{

padding:100px 0;
text-align:center;

}



.thank-service-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;

margin-bottom:50px;

}



.thank-service-card{

padding:35px;

border-radius:20px;

box-shadow:
0 10px 35px rgba(0,0,0,.08);

text-align:left;

}



.thank-service-card h3{

margin-bottom:15px;

}



.thank-service-card p{

color:#666;
line-height:1.7;

}





.thank-cta{

background:#050505;
color:white;

padding:100px 20px;

text-align:center;

}



.thank-cta h2{

font-size:60px;

}



.thank-cta span{

background:#b6ff00;
color:#111;
padding:5px 15px;

}



.thank-cta p{

max-width:700px;
margin:20px auto;
color:#ccc;

}



.thank-cta h3{

font-size:30px;
margin-top:40px;

}





@media(max-width:900px){


.thank-hero h1{

font-size:45px;

}


.thank-process-grid,
.thank-service-grid{

grid-template-columns:1fr;

}


.thank-title h2{

font-size:38px;

}


.thank-cta h2{

font-size:40px;

}


}
