*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    background:#f4f6f9;
    color:#333;
    line-height:1.7;
}

.container{
    width:90%;
    max-width:1100px;
    margin:auto;
}

.hero{
    position:relative;
    background:linear-gradient(135deg,#003366,#00509e);
    color:white;
    padding:80px 20px;
    text-align:center;
    overflow:hidden;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.2);
}

.hero-content{
    position:relative;
    z-index:2;
}

.logo{
    width:220px;
    max-width:100%;
    margin-bottom:30px;
}

.hero h1{
    font-size:42px;
    margin-bottom:20px;
}

.hero p{
    max-width:800px;
    margin:auto;
    font-size:18px;
    opacity:0.95;
}

.content{
    padding:50px 0;
}

.card{
    background:white;
    border-radius:14px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.card h2{
    color:#003366;
    margin-bottom:18px;
    font-size:28px;
}

.card p{
    margin-bottom:15px;
}

.card ul{
    padding-left:20px;
}

.card ul li{
    margin-bottom:10px;
}

.contact-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
}

.contact-item{
    background:#f7f9fc;
    border-radius:12px;
    padding:20px;
    text-align:center;
    border:1px solid #e2e8f0;
}

.contact-item h3{
    margin-bottom:10px;
    color:#00509e;
}

.contact-item a{
    text-decoration:none;
    color:#003366;
    font-weight:bold;
}

.warning-box{
    border-left:6px solid #00509e;
}

footer{
    background:#002244;
    color:white;
    text-align:center;
    padding:30px 20px;
}

footer p{
    margin-bottom:10px;
}

@media(max-width:768px){

    .hero{
        padding:60px 20px;
    }

    .hero h1{
        font-size:32px;
    }

    .hero p{
        font-size:16px;
    }

    .card{
        padding:22px;
    }

    .card h2{
        font-size:24px;
    }

}

body{
    font-family:Arial, sans-serif;
    background:#f4f6f9;
    margin:0;
    padding:0;
}

.container{
    width:90%;
    max-width:1000px;
    margin:40px auto;
}

.card{
    background:white;
    padding:30px;
    border-radius:15px;
    box-shadow:0 4px 15px rgba(0,0,0,0.1);
}

h1{
    color:#ffffff;
    margin-bottom:25px;
}

.form-group{
    margin-bottom:20px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:bold;
}

.form-group input{
    width:100%;
    padding:12px;
    border:1px solid #ccc;
    border-radius:10px;
}

.btn{
    width:100%;
    padding:15px;
    border:none;
    background:#003366;
    color:white;
    border-radius:10px;
    cursor:pointer;
    font-size:16px;
}

.btn:hover{
    background:#00509e;
}

.captcha-box{
    background:#003366;
    color:white;
    padding:15px;
    border-radius:10px;
    text-align:center;
    font-size:24px;
    letter-spacing:5px;
    margin-bottom:20px;
}

.alert{
    background:#d4edda;
    padding:15px;
    border-radius:10px;
    margin-bottom:20px;
}

table{
    width:100%;
    border-collapse:collapse;
}

table th,
table td{
    border:1px solid #ddd;
    padding:12px;
    text-align:left;
}

table th{
    background:#003366;
    color:white;
}

.topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.logout-btn{
    background:red;
    color:white;
    padding:10px 15px;
    text-decoration:none;
    border-radius:10px;
}

@media(max-width:768px){

    table{
        display:block;
        overflow-x:auto;
    }

    .topbar{
        flex-direction:column;
        gap:15px;
    }
}

.contact-link{
    text-decoration:none;
    color:inherit;
}

.contact-item{
    background:#f7f9fc;
    border-radius:14px;
    padding:25px;
    text-align:center;
    border:1px solid #dbe3ef;
    transition:0.3s;
    height:100%;
}

.contact-item:hover{
    transform:translateY(-5px);
    box-shadow:0 8px 20px rgba(0,0,0,0.1);
    border-color:#00509e;
}

.contact-item h3{
    color:#00509e;
    margin-bottom:15px;
}

.contact-item p{
    margin-bottom:20px;
    font-weight:600;
    color:#003366;
}

.contact-btn{
    background:#003366;
    color:white;
    border:none;
    padding:10px 18px;
    border-radius:10px;
    cursor:pointer;
    font-size:14px;
    transition:0.3s;
}

.contact-btn:hover{
    background:#00509e;
}

.hero-button{
    margin-top:35px;
}

.lapor-btn{
    display:inline-block;
    background:white;
    color:#003366;
    padding:15px 35px;
    border-radius:12px;
    text-decoration:none;
    font-size:18px;
    font-weight:bold;
    transition:0.3s;
    box-shadow:0 5px 15px rgba(0,0,0,0.15);
}

.lapor-btn:hover{
    background:#00509e;
    color:white;
    transform:translateY(-3px);
}

.report-card-link{
    text-decoration:none;
    display:block;
    margin-top:30px;
}

.report-card{
    background:linear-gradient(135deg,#003366,#00509e);
    color:white;
    border-radius:18px;
    padding:40px;
    text-align:center;
    transition:0.3s;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.report-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,0.2);
}

.report-icon{
    font-size:60px;
    margin-bottom:20px;
}

.report-card h2{
    font-size:34px;
    margin-bottom:20px;
    color:white;
}

.report-card p{
    font-size:17px;
    max-width:700px;
    margin:auto;
    line-height:1.8;
    opacity:0.95;
}

.report-action{
    margin-top:30px;
    display:inline-block;
    background:white;
    color:#003366;
    padding:14px 30px;
    border-radius:12px;
    font-weight:bold;
    font-size:16px;
}

@media(max-width:768px){

    .report-card{
        padding:30px 20px;
    }

    .report-card h2{
        font-size:28px;
    }

    .report-card p{
        font-size:15px;
    }

}