.form-konsultasi{
max-width:700px;
margin:80px auto;
padding:40px;
background:#fff;
border-radius:12px;
box-shadow:0 10px 35px rgba(0,0,0,0.1);
}

body{
background:#f7f7f7;
}

.form-konsultasi h2{
font-size:28px;
margin-bottom:10px;
}

.form-konsultasi p{
margin-bottom:25px;
color:#666;
}

form label{
display:block;
margin-top:15px;
font-weight:600;
}

form input,
form select,
form textarea{
width:100%;
padding:12px;
margin-top:6px;
border:1px solid #ddd;
border-radius:6px;
font-family:inherit;
}

.btn-wa{
margin-top:20px;
background:#25D366;
color:white;
border:none;
padding:14px;
border-radius:6px;
cursor:pointer;
font-size:16px;
width:100%;
}

.btn-wa:hover{
background:#1ebe5d;
}
.seo-content{
padding:60px 20px;
background:#f7f7f7;
}

.seo-box{
max-width:900px;
margin:auto;
background:#fff;
padding:40px;
border-radius:10px;
box-shadow:0 8px 30px rgba(0,0,0,0.08);
line-height:1.7;
}

.seo-box h2{
font-size:28px;
margin-bottom:15px;
}

.seo-box p{
color:#555;
margin-bottom:15px;
}