/* CTA */

.cta{

background:linear-gradient(135deg,#0b1c2c,#123a5a,#1f5f8b);

padding:80px 0;

color:white;

text-align:center;

}


.cta-box{

max-width:800px;

margin:auto;

}


.cta h2{

font-size:34px;

margin-bottom:15px;

}


.cta p{

font-size:18px;

line-height:1.6;

margin-bottom:25px;

}


.cta-btn{

display:flex;

gap:15px;

justify-content:center;

flex-wrap:wrap;

}


/* BUTTON */

.btn-putih{

background:white;

color:#0b1c2c;

padding:12px 22px;

border-radius:6px;

text-decoration:none;

font-weight:bold;

}


.btn-putih:hover{

background:#e5e5e5;

}


.btn-outline-putih{

border:2px solid white;

color:white;

padding:12px 22px;

border-radius:6px;

text-decoration:none;

font-weight:bold;

}


.btn-outline-putih:hover{

background:white;

color:#0b1c2c;

}