.elementor-30984 .elementor-element.elementor-element-7d53c529{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d246fb7 */.academy-pricing-wrapper{
display:flex;
gap:40px;
justify-content:center;
align-items:stretch;
flex-wrap:wrap;
margin:60px auto;
max-width:1400px;
}

.academy-card{
position:relative;
width:480px;
background:#111111;
border-radius:24px;
padding:45px;
color:#fff;
box-shadow:0 15px 40px rgba(0,0,0,0.35);
transition:0.35s ease;
overflow:hidden;
}

.academy-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 50px rgba(0,0,0,0.45);
}

.vip-card{
border:2px solid #d4a017;
}

.pro-card{
border:2px solid #2f7df6;
}

.academy-badge{
position:absolute;
top:20px;
right:20px;
background:#d4a017;
color:#000;
font-size:12px;
font-weight:700;
padding:8px 14px;
border-radius:30px;
letter-spacing:1px;
}

.pro-badge{
background:#2f7df6;
color:#fff;
}

.academy-card h2{
font-size:34px;
margin-bottom:20px;
line-height:1.2;
font-weight:800;
}

.academy-price{
font-size:64px;
font-weight:900;
color:#fff;
margin-bottom:20px;
}

.academy-price span{
font-size:20px;
opacity:0.7;
font-weight:400;
}

.academy-desc{
font-size:16px;
line-height:1.7;
color:#d2d2d2;
margin-bottom:30px;
}

.academy-features{
list-style:none;
padding:0;
margin:0 0 40px;
}

.academy-features li{
padding:12px 0;
border-bottom:1px solid rgba(255,255,255,0.08);
font-size:16px;
color:#f1f1f1;
}

.academy-btn{
display:block;
width:100%;
text-align:center;
background:#d4a017;
color:#000;
text-decoration:none;
padding:18px;
border-radius:14px;
font-weight:800;
letter-spacing:1px;
transition:0.3s ease;
font-size:15px;
}

.academy-btn:hover{
background:#f1bd1a;
transform:scale(1.02);
}

.pro-btn{
background:#2f7df6;
color:#fff;
}

.pro-btn:hover{
background:#4a8fff;
}

@media(max-width:1024px){

.academy-card{
width:100%;
}

.academy-card h2{
font-size:28px;
}

.academy-price{
font-size:52px;
}

}/* End custom CSS */