
/*
Theme Name: AKS Premium Corporate
Author: OpenAI
Version: 1.0
Description: Premium corporate theme PT Agung Kiat Sukses
*/

body{
    margin:0;
    font-family:Arial,sans-serif;
    background:#f4f7fb;
    color:#222;
}

header{
    background:#0B3D91;
    padding:18px 40px;
    color:white;
    position:sticky;
    top:0;
    z-index:999;
}

.logo{
    font-size:28px;
    font-weight:bold;
}

nav{
    margin-top:10px;
}

nav a{
    color:white;
    text-decoration:none;
    margin-right:20px;
    font-weight:bold;
}

.hero{
    background:linear-gradient(rgba(11,61,145,.75),rgba(11,61,145,.75)),
    url('assets/image1.png');
    background-size:cover;
    background-position:center;
    padding:130px 30px;
    text-align:center;
    color:white;
}

.hero h1{
    font-size:56px;
    margin-bottom:20px;
}

.hero p{
    font-size:22px;
    max-width:850px;
    margin:auto;
}

.btn{
    display:inline-block;
    margin-top:30px;
    background:#FF6B00;
    color:white;
    padding:15px 28px;
    border-radius:10px;
    text-decoration:none;
    font-weight:bold;
}

.section{
    padding:70px 30px;
    max-width:1200px;
    margin:auto;
}

.section-title{
    font-size:40px;
    margin-bottom:30px;
    color:#0B3D91;
}

.grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.card{
    background:white;
    border-radius:18px;
    padding:30px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.card img{
    width:100%;
    border-radius:12px;
    margin-bottom:15px;
}

.contact{
    background:#0B3D91;
    color:white;
    border-radius:20px;
    padding:40px;
}

footer{
    background:#081f4d;
    color:white;
    text-align:center;
    padding:25px;
}
