.why-meta108{
    position:relative;
    padding:110px 24px;
    overflow:hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(0,174,255,.26), transparent 30%),
        radial-gradient(circle at 88% 78%, rgba(47,128,237,.25), transparent 34%),
        linear-gradient(135deg,#020817 0%,#061735 45%,#082d68 100%);
}

.why-meta108::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
    background-size:48px 48px;
    opacity:.45;
    mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 88%);
    pointer-events:none;
}

.why-meta108::after{
    content:"";
    position:absolute;
    width:460px;
    height:460px;
    left:50%;
    bottom:-260px;
    transform:translateX(-50%);
    border-radius:50%;
    background:#009dff;
    filter:blur(100px);
    opacity:.2;
    pointer-events:none;
}

.why-container{
    width:min(1400px,100%);
    margin:0 auto;
    position:relative;
    z-index:2;
}

.why-heading{
    max-width:850px;
    margin:0 auto 56px;
    text-align:center;
    color:#fff;
}

.why-label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 18px;
    margin-bottom:22px;
    border-radius:999px;
    color:#9fe4ff;
    font-size:14px;
    font-weight:800;
    background:rgba(6,31,70,.72);
    border:1px solid rgba(101,210,255,.36);
    box-shadow:
        inset 0 0 18px rgba(0,168,255,.12),
        0 0 35px rgba(0,168,255,.16);
}

.why-heading h2{
    margin-bottom:22px;
    font-size:clamp(32px,4vw,58px);
    line-height:1.12;
    font-weight:900;
    letter-spacing:-1.8px;
    color:#ffffff;
    text-shadow:0 10px 36px rgba(0,0,0,.32);
}

.why-heading p{
    margin:0 auto;
    max-width:760px;
    font-size:17px;
    line-height:1.85;
    color:#c8eaff;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.why-card{
    position:relative;
    min-height:285px;
    padding:30px 26px;
    border-radius:28px;
    background:
        linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
    border:1px solid rgba(120,215,255,.22);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        0 20px 55px rgba(0,0,0,.22);
    backdrop-filter:blur(18px);
    overflow:hidden;
    transition:.35s ease;
}

.why-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,rgba(0,183,255,.18),transparent 45%);
    opacity:0;
    transition:.35s ease;
}

.why-card::after{
    content:"";
    position:absolute;
    width:110px;
    height:110px;
    right:-35px;
    top:-35px;
    border-radius:50%;
    background:#00a8ff;
    filter:blur(34px);
    opacity:.16;
    transition:.35s ease;
}

.why-card:hover{
    transform:translateY(-8px);
    border-color:rgba(116,220,255,.52);
    box-shadow:
        0 28px 65px rgba(0,0,0,.34),
        0 0 32px rgba(0,168,255,.18);
}

.why-card:hover::before{
    opacity:1;
}

.why-card:hover::after{
    opacity:.32;
}

.why-icon{
    position:relative;
    z-index:2;
    width:62px;
    height:62px;
    margin-bottom:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:20px;
    font-size:30px;
    background:linear-gradient(135deg,#00b7ff,#2f80ed);
    box-shadow:
        0 14px 32px rgba(0,138,255,.36),
        inset 0 1px 0 rgba(255,255,255,.28);
}

.why-card h3{
    position:relative;
    z-index:2;
    margin-bottom:14px;
    color:#ffffff;
    font-size:21px;
    line-height:1.35;
    font-weight:900;
}

.why-card p{
    position:relative;
    z-index:2;
    color:#c9eaff;
    font-size:15.5px;
    line-height:1.75;
}

.why-bottom{
    margin-top:34px;
    padding:24px;
    border-radius:30px;
    display:grid;
    grid-template-columns:repeat(3,1fr) auto;
    align-items:center;
    gap:18px;
    background:rgba(5,22,52,.68);
    border:1px solid rgba(105,213,255,.24);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        0 22px 60px rgba(0,0,0,.25);
    backdrop-filter:blur(18px);
}

.why-stat{
    padding:18px;
    border-radius:22px;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(120,215,255,.16);
    text-align:center;
}

.why-stat strong{
    display:block;
    margin-bottom:6px;
    color:#55d2ff;
    font-size:28px;
    font-weight:900;
}

.why-stat span{
    color:#c8eaff;
    font-size:14px;
    font-weight:700;
}

.why-btn{
    min-width:190px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 28px;
    border-radius:999px;
    color:#fff;
    font-weight:900;
    background:linear-gradient(135deg,#00b7ff,#2f80ed 62%,#0a4ccf);
    box-shadow:
        0 16px 40px rgba(0,138,255,.42),
        inset 0 1px 0 rgba(255,255,255,.34);
    transition:.35s ease;
}

.why-btn:hover{
    transform:translateY(-4px) scale(1.02);
    box-shadow:
        0 22px 55px rgba(0,138,255,.58),
        inset 0 1px 0 rgba(255,255,255,.42);
}

/* Animation support */
.why-card,
.why-stat,
.why-btn{
    opacity:0;
    transform:translateY(24px);
}

.why-card.show,
.why-stat.show,
.why-btn.show{
    opacity:1;
    transform:translateY(0);
}

/* RESPONSIVE */
@media(max-width:1100px){
    .why-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .why-bottom{
        grid-template-columns:repeat(2,1fr);
    }

    .why-btn{
        grid-column:1 / -1;
        width:100%;
    }
}

@media(max-width:768px){
    .why-meta108{
        padding:85px 18px;
    }

    .why-heading{
        margin-bottom:42px;
    }

    .why-heading h2{
        letter-spacing:-1px;
    }

    .why-heading p{
        font-size:16px;
        line-height:1.75;
    }

    .why-grid{
        grid-template-columns:1fr;
        gap:16px;
    }

    .why-card{
        min-height:auto;
        padding:26px 22px;
        border-radius:24px;
    }

    .why-icon{
        width:56px;
        height:56px;
        font-size:27px;
        border-radius:18px;
    }

    .why-bottom{
        grid-template-columns:1fr;
        padding:18px;
        border-radius:24px;
    }

    .why-stat{
        padding:17px;
    }
}

@media(max-width:480px){
    .why-meta108{
        padding:75px 15px;
    }

    .why-label{
        font-size:13px;
    }

    .why-heading h2{
        font-size:30px;
    }

    .why-card h3{
        font-size:19px;
    }

    .why-card p{
        font-size:15px;
    }
}
