
.cli{

padding:120px 0;

background:linear-gradient(
180deg,
#0B1525,
#07131F);

}

.cli-box{

max-width:850px;

margin:auto;

padding:60px;

background:#111F33;

border-radius:24px;

text-align:center;

box-shadow:
0 25px 60px rgba(0,0,0,.3);

position:relative;

overflow:hidden;

}
.cli-box::before{

content:"";

position:absolute;

width:400px;

height:400px;

background:#0D6EFD;

filter:blur(160px);

opacity:.15;

left:-120px;

top:-150px;

}

.cli-title{

color:#0D6EFD;

font-weight:700;

letter-spacing:3px;

font-size:14px;

}
.cli h2{

margin:35px 0;

font-size:52px;

font-family:monospace;

color:#00FF88;

}

.cli button{

margin-top:35px;

padding:18px 45px;

border:none;

background:#0D6EFD;

border-radius:50px;

color:white;

font-size:18px;

cursor:pointer;

transition:.35s;

}
.cli button:hover{

background:#FF9800;

transform:translateY(-4px);

}