.elementor-160 .elementor-element.elementor-element-6a56f1d{--display:flex;}.elementor-160 .elementor-element.elementor-element-7fd40b1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b3f865f */.apk-hero{
max-width:1100px;
margin:30px auto;
padding:0 15px;
font-family:'Segoe UI',sans-serif;
}

.apk-card{
background:linear-gradient(135deg,#eefcf1 0%,#dff7e7 50%,#d4f5df 100%);
border:1px solid #c7efd2;
border-radius:28px;
padding:30px;
box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.apk-left{
display:flex;
align-items:center;
gap:25px;
}

.apk-logo{
width:140px;
height:140px;
border-radius:24px;
object-fit:cover;
border:4px solid #9be7b0;
box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.apk-label{
font-size:13px;
font-weight:700;
letter-spacing:2px;
text-transform:uppercase;
color:#0a8f00;
margin-bottom:10px;
}

.apk-info h1{
margin:0 0 10px;
font-size:46px;
font-weight:800;
color:#052e16;
}

.apk-info p{
margin:0 0 14px;
font-size:18px;
line-height:1.7;
color:#1f5132;
max-width:750px;
}

.apk-rating{
font-size:18px;
font-weight:700;
color:#374151;
}

.download-wrap{
text-align:center;
margin:35px 0;
}

.download-btn{
display:inline-flex;
align-items:center;
gap:12px;
padding:18px 38px;
background:linear-gradient(180deg,#19d400,#0a8f00);
color:#fff;
text-decoration:none;
font-size:22px;
font-weight:800;
border-radius:14px;
box-shadow:
inset 0 -4px 0 rgba(0,0,0,.18),
0 8px 20px rgba(25,212,0,.25);
transition:.3s;
}

.download-btn:hover{
transform:translateY(-2px);
color:#fff;
}

.download-note{
margin-top:12px;
font-size:15px;
color:#64748b;
}

.apk-stats{
display:grid;
grid-template-columns:repeat(4,1fr);
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.stat-box{
padding:25px;
text-align:center;
border-right:1px solid #e5e7eb;
}

.stat-box:last-child{
border-right:none;
}

.stat-box span{
display:block;
font-size:12px;
font-weight:700;
letter-spacing:2px;
color:#64748b;
margin-bottom:10px;
}

.stat-box strong{
font-size:30px;
font-weight:800;
color:#052e16;
}

@media(max-width:768px){

.apk-card{
padding:20px;
}

.apk-left{
flex-direction:column;
text-align:center;
}

.apk-logo{
width:110px;
height:110px;
}

.apk-info h1{
font-size:30px;
}

.apk-info p{
font-size:15px;
}

.download-btn{
width:100%;
justify-content:center;
font-size:18px;
padding:15px;
}

.apk-stats{
grid-template-columns:repeat(2,1fr);
}

.stat-box strong{
font-size:22px;
}
}

.telegram-box{
display:flex;
align-items:center;
justify-content:space-between;
background:#fff;
border:4px solid #2563eb;
border-radius:22px;
padding:18px 25px;
margin:35px 0;
box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.telegram-left{
display:flex;
align-items:center;
gap:14px;
}

.telegram-left i{
font-size:34px;
color:#229ED9;
}

.telegram-left h3{
margin:0;
font-size:28px;
font-weight:800;
color:#111827;
}

.telegram-left p{
margin:4px 0 0;
font-size:14px;
color:#64748b;
}

.telegram-btn{
background:linear-gradient(180deg,#19d400,#0a8f00);
color:#fff;
text-decoration:none;
padding:14px 26px;
border-radius:14px;
font-size:20px;
font-weight:800;
display:flex;
align-items:center;
gap:10px;
box-shadow:
inset 0 -4px 0 rgba(0,0,0,.18),
0 8px 15px rgba(25,212,0,.25);
}

.telegram-btn:hover{
color:#fff;
transform:translateY(-2px);
}

@media(max-width:768px){

.telegram-box{
flex-direction:column;
gap:15px;
text-align:center;
padding:15px;
}

.telegram-left{
flex-direction:column;
}

.telegram-left h3{
font-size:20px;
}

.telegram-left p{
font-size:13px;
}

.telegram-btn{
width:100%;
justify-content:center;
font-size:16px;
padding:12px;
}
}/* End custom CSS */