/**
 * App Card Block - Redesigned
 */
.XJJYKLM5M25 {
    padding: 40px 0;
    margin: 30px 0;
}
.XJJYKLM5M25 *,
.XJJYKLM5M25 *::before,
.XJJYKLM5M25 *::after {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}
.XOYK2JN33Z {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}
.WN31YYMK {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06), 0 1px 4px rgba(0,0,0,0.04);
    border: 1px solid #f0f0f0;
}

/* Layout */
.X3N02Y5W455 {
    display: flex;
    align-items: center;
    gap: 32px;
}

/* Image */
.T1033LMJZ1N {
    flex: 0 0 200px;
    display: flex;
    justify-content: center;
}
.TJLL02Z05J {
    max-width: 100%;
    max-height: 320px;
    border-radius: 16px;
    object-fit: contain;
}
.cNNKYW3KL {
    width: 180px;
    height: 280px;
    background: #f9fafb;
    border: 2px dashed #e5e7eb;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #d1d5db;
    font-size: 0.85rem;
}

/* Content */
.WZ20K4JY01 { flex: 1; min-width: 0; }
.T5WWZ322WO0 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    margin: 0 0 10px 0 !important;
}
.Z1M014XNJNJ {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
}
.a0XLMMKM3W {
    font-size: 0.9rem;
    font-weight: 600;
    color: #6b7280;
    margin-left: 6px;
}

/* Stats */
.XWZZNX14JWN {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 24px;
}
.a3XX1ZJ54ZJO {
    flex: 1;
    text-align: center;
}
.VYW4XO0M334 {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2px;
}
.aLOKKOZL {
    display: block;
    font-size: 0.7rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.aJ1WZ12X5 {
    width: 1px;
    height: 32px;
    background: #f0f0f0;
    flex-shrink: 0;
}

/* Download Badges */
.V0YLX03XW3 {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.VMZZXKK1JW1W {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: #111;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
    min-width: 145px;
}
.VMZZXKK1JW1W:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.VMZZXKK1JW1W small {
    display: block;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.8;
    color: #fff;
    line-height: 1.2;
}
.VMZZXKK1JW1W strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

/* Responsive */
@media (max-width: 768px) {
    .X3N02Y5W455 {
        flex-direction: column;
        text-align: center;
    }
    .T1033LMJZ1N { flex: none; width: 100%; }
    .TJLL02Z05J { max-height: 240px; }
    .cNNKYW3KL { width: 140px; height: 220px; margin: 0 auto; }
    .Z1M014XNJNJ { justify-content: center; }
    .V0YLX03XW3 { justify-content: center; }
    .WN31YYMK { padding: 24px 20px; }
}
