.why-sk{

padding:160px 0;

background:#071018;

color:#fff;

}

.why-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

}

.section-tag{

display:inline-block;

padding:10px 18px;

background:#22C55E20;

color:#84CC16;

border-radius:50px;

margin-bottom:20px;

font-weight:600;

letter-spacing:1px;

}

.why-left h2{

font-size:56px;

line-height:1.15;

margin-bottom:25px;

}

.why-left p{

font-size:18px;

line-height:1.9;

color:#c3ced6;

margin-bottom:35px;

}

.glass-card{

background:rgba(255,255,255,.05);

backdrop-filter:blur(20px);

border:1px solid rgba(255,255,255,.1);

border-radius:25px;

padding:40px;

}

.status{

display:flex;

align-items:center;

gap:10px;

margin-bottom:30px;

font-weight:700;

}

.green-dot{

width:12px;

height:12px;

border-radius:50%;

background:#22C55E;

box-shadow:0 0 15px #22C55E;

}

.comparison{

display:grid;

grid-template-columns:1fr 1fr;

gap:35px;

}

.comparison h4{

margin-bottom:20px;

font-size:22px;

}

.comparison ul{

padding:0;

list-style:none;

}

.comparison li{

margin-bottom:16px;

color:#d5dee4;

}

@media(max-width:992px){

.why-grid{

grid-template-columns:1fr;

}

.comparison{

grid-template-columns:1fr;

}

.why-left h2{

font-size:40px;

}

}