body{
background:#f6f8fc;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
color:#111827;
}

.apk-page-wrap{
padding:30px 0;
}

.apk-main-layout{
max-width:1320px;
margin:auto;
display:grid;
grid-template-columns:minmax(0,1fr) 320px;
gap:30px;
padding:0 20px;
align-items:start;
}

/* MAIN BOXES */

.apk-hero-box,
.apk-content-box,
.apk-sidebar-box{
background:#fff;
border:1px solid #edf0f5;
border-radius:24px;
padding:32px;
margin-bottom:28px;
box-shadow:0 1px 3px rgba(0,0,0,.03);
}

/* HERO */

.apk-top-row{
display:grid;
grid-template-columns:180px 680px;
gap:32px;
align-items:flex-start;
margin-bottom:14px;
}

.apk-app-icon{
width:180px;
flex-shrink:0;
}

.apk-app-icon img{
width:180px;
height:180px;
border-radius:36px;
object-fit:cover;
display:block;
background:#f3f4f6;
}

.apk-hero-content{
width:560px;
max-width:560px;
}



.apk-hero-content{
max-width:560px;
}



.apk-meta-row{
display:flex;
gap:24px;
flex-wrap:wrap;
font-size:15px;
color:#6b7280;
margin-bottom:22px;
}



/* INFO GRID */

.apk-info-grid{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:14px;
margin-top:8px;
}

.apk-info-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:18px;
margin-top:24px;
}

.apk-info-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:15px;
margin-top:0px;
}

.apk-info-card{
background:#fafafa;
border:1px solid #ececec;
border-radius:18px;
padding:20px;
}

.apk-card-icon svg{
width:24px;
height:24px;
}

/* FIRST ICON BLUE */
.version-icon{
color:#2563eb;
}

/* OTHER THREE GREEN */
.green-icon{
color:#16a34a;
}

.apk-info-card span{
    
display:block;
font-size:14px;
color:#777;
margin-bottom:8px;
}

.apk-info-card strong{
font-size:18px;
}

/* BUTTONS */

.apk-btn-row{
display:flex;
flex-direction:column;
align-items:center;
gap:16px;
margin-top:34px;
}

.apk-download-btn{
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 26px;
background:linear-gradient(135deg,#00b140 0%,#00d757 50%,#00a63c 100%);
color:#ffffff !important;
border-radius:14px;
text-decoration:none !important;
font-size:16px;
font-weight:700;
letter-spacing:.3px;
line-height:1.4;
box-shadow:0 8px 22px rgba(0,200,83,.25);
transition:all .3s ease;
border:none;
position:relative;
overflow:hidden;
z-index:1;
}

.apk-download-btn:hover{
color:#ffffff !important;
transform:translateY(-2px);
box-shadow:0 12px 28px rgba(0,200,83,.35);
}

.apk-download-btn::before{
content:"";
position:absolute;
top:0;
left:-120%;
width:80%;
height:100%;
background:rgba(255,255,255,.15);
transform:skewX(-25deg);
transition:.6s;
z-index:-1;
}

.apk-download-btn:hover::before{
left:130%;
}

.apk-old-btn{
display:inline-block;
border:2px solid #2563eb;
color:#2563eb;
padding:15px 28px;
border-radius:14px;
text-decoration:none;
font-size:16px;
font-weight:700;
background:#fff;
}

/* SAFE BOX */

.apk-safe-box{
margin-top:28px;
background:#f0fdf4;
color:#15803d;
padding:18px 22px;
border-radius:14px;
font-size:16px;
font-weight:700;
}

/* CONTENT */

.apk-content-box h2{
font-size:34px;
margin:0 0 20px;
color:#111827;
}

.apk-content-box p{
font-size:17px;
line-height:1.9;
color:#4b5563;
}

/* SIDEBAR */

.apk-sidebar{
position:relative;
}

.sticky-box{
position:sticky;
top:90px;
}
.apk-sidebar-box h3{
font-size:32px;
margin:0 0 24px;
color:#111827;
}

/* TOP AREA */

.sidebar-top{
display:flex;
align-items:flex-start;
gap:20px;
margin-bottom:24px;
}

.sidebar-app-icon{
width:120px;
height:120px;
border-radius:28px;
object-fit:cover;
display:block;
flex-shrink:0;
margin:0;
}

/* INFO */

.sidebar-info{
list-style:none;
padding:0;
margin:0;
flex:1;
}

.sidebar-info li{
margin-bottom:14px;
font-size:16px;
line-height:1.4;
color:#111827;
}

.sidebar-info strong{
font-weight:700;
}

/* BUTTON */

.sidebar-btn{
display:block;
width:100%;
background:#14c656;
color:#fff;
text-align:center;
padding:18px;
border-radius:14px;
text-decoration:none;
font-size:18px;
font-weight:700;
margin-bottom:18px;
box-sizing:border-box;
}

/* SAFE NOTE */

.sidebar-safe{
font-size:14px;
line-height:1.7;
color:#6b7280;
margin:0;
}

.sidebar-links{
padding-left:18px;
margin:0;
}

.sidebar-links li{
margin-bottom:14px;
}

.sidebar-links a{
text-decoration:none;
color:#2563eb;
font-size:16px;
font-weight:500;
}

.related-posts{
display:flex;
flex-direction:column;
gap:18px;
}

.related-item{
display:flex;
align-items:center;
gap:14px;
text-decoration:none;
}

.related-item img{
width:54px;
height:54px;
border-radius:14px;
object-fit:cover;
}

.related-item span{
font-size:16px;
font-weight:600;
color:#111827;
line-height:1.4;
}

/* TABLE */

.apk-table{
width:100%;
border-collapse:collapse;
margin-top:18px;
}

.apk-table td{
border:1px solid #e5e7eb;
padding:14px 16px;
font-size:15px;
}

.apk-table td:first-child{
font-weight:700;
width:240px;
background:#fafafa;
}

/* FEATURES */

.apk-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
margin-top:20px;
}

.apk-features ul{
margin:0;
padding-left:18px;
}

.apk-features li{
margin-bottom:12px;
font-size:16px;
color:#374151;
}

/* SCREENSHOTS */

.apk-screenshots{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:16px;
margin-top:24px;
}

.apk-screenshots img{
width:100%;
border-radius:18px;
display:block;
}

/* RESPONSIVE */

@media(max-width:1200px){

.apk-hero-content h1{
font-size:48px;
}

}

@media(max-width:991px){

.apk-main-layout{
grid-template-columns:1fr;
}

.apk-sidebar{
width:100%;
}

.apk-info-grid{
grid-template-columns:repeat(2,1fr);
}

.apk-screenshots{
grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:768px){

.apk-top-row{
grid-template-columns:1fr;
}

.apk-app-icon{
width:auto;
}

.apk-app-icon img{
width:170px;
height:170px;
}

.apk-hero-content h1{
font-size:38px;
}

.apk-hero-content p{
font-size:17px;
}

.apk-features{
grid-template-columns:1fr;
}

}

@media(max-width:600px){



.apk-screenshots{
grid-template-columns:repeat(2,1fr);
}

.apk-hero-box,
.apk-content-box,
.apk-sidebar-box{
padding:24px;
border-radius:20px;
}

.apk-download-btn{
font-size:18px;
padding:18px;
}

}
.apk-screenshots{
display:flex;
gap:14px;
margin-top:20px;
overflow-x:auto;
padding-bottom:10px;
scroll-behavior:smooth;
}

.apk-screenshots::-webkit-scrollbar{
height:8px;
}

.apk-screenshots::-webkit-scrollbar-thumb{
background:#d1d5db;
border-radius:20px;
}

.apk-screenshots img{
width:160px;
min-width:160px;
border-radius:18px;
display:block;
object-fit:cover;
flex-shrink:0;
}

/* 1 IMAGE */
.screenshots-1{
grid-template-columns:1fr;
}

/* 2 IMAGES */
.screenshots-2{
grid-template-columns:repeat(2,1fr);
}

/* 3 IMAGES */
.screenshots-3{
grid-template-columns:repeat(3,1fr);
}

/* 4 IMAGES */
.screenshots-4{
grid-template-columns:repeat(4,1fr);
}

/* 5 IMAGES */
.screenshots-5{
grid-template-columns:repeat(5,minmax(0,1fr));
gap:10px;
}
@media(max-width:991px){

.screenshots-3,
.screenshots-4,
.screenshots-5{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.screenshots-2,
.screenshots-3,
.screenshots-4,
.screenshots-5{
grid-template-columns:1fr;
}

}
*{
box-sizing:border-box;
}

html,
body{
overflow-x:hidden;
max-width:100%;
}

.apk-page-wrap,
.apk-main-layout,
.apk-main-content,
.apk-sidebar,
.apk-top-row,
.apk-hero-content,
.apk-content-box,
.apk-hero-box,
.apk-info-grid{
max-width:100%;
min-width:0;
}

img{
max-width:100%;
height:auto;
}

/* MOBILE FIX */

@media(max-width:600px){

.apk-main-layout{
width:100%;
padding:0 10px;
}

.apk-top-row{
display:flex;
flex-direction:column;
}

.apk-hero-content{
width:100%;
max-width:100%;
min-width:0;
}

.apk-hero-content h1{
width:100%;
max-width:100%;
word-break:break-word;
}



.apk-download-btn,
.apk-old-btn,
.sidebar-btn{
width:100%;
max-width:100%;
}

}
@media(max-width:768px){

.apk-sidebar{
display:none;
}

.apk-main-layout{
grid-template-columns:1fr;
}

}
@media(max-width:600px){

.apk-info-grid{
grid-template-columns:repeat(2,1fr);
gap:10px;
}

.apk-info-card{
padding:14px;
}

.apk-info-card strong{
font-size:16px;
}

}