
.ama-multigame-arcade{
    padding:60px 20px;
    background:#ffffff;
    font-family:Arial,Helvetica,sans-serif;
}

.ama-container{
    max-width:1200px;
    margin:0 auto;
}

.ama-multigame-arcade h2{
    font-size:38px;
    line-height:1.3;
    text-align:center;
    margin-bottom:25px;
    color:#111;
    font-weight:700;
}

.ama-multigame-arcade > .ama-container > p{
    max-width:900px;
    margin:0 auto 40px;
    text-align:center;
    color:#555;
    font-size:18px;
    line-height:1.8;
}

.ama-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-bottom:40px;
}

.ama-card{
    background:#f8f8f8;
    border-radius:12px;
    padding:30px;
    border:1px solid #eee;
}

.ama-card h3{
    font-size:22px;
    margin-bottom:15px;
    color:#111;
    line-height:1.4;
}

.ama-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:12px;
    font-size:16px;
}

.ama-contact-box{
    background:#f5f7fa;
    border-radius:12px;
    padding:40px;
    text-align:center;
}

.ama-contact-box h3{
    font-size:28px;
    margin-bottom:20px;
    color:#111;
}

.ama-contact-box ul{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.ama-contact-box li{
    margin-bottom:12px;
    color:#555;
    font-size:17px;
    line-height:1.8;
}

.ama-btn{
    display:inline-block;
    background:#F97316;
    color:#fff;
    text-decoration:none;
    padding:15px 30px;
    border-radius:8px;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.ama-btn:hover{
    background:#ea6a08;
}

@media(max-width:768px){

    .ama-multigame-arcade{
        padding:40px 15px;
    }

    .ama-multigame-arcade h2{
        font-size:28px;
    }

    .ama-grid{
        grid-template-columns:1fr;
    }

    .ama-card{
        padding:25px;
    }

    .ama-card h3{
        font-size:20px;
    }

    .ama-contact-box{
        padding:30px 20px;
    }

    .ama-contact-box h3{
        font-size:24px;
    }
}
