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

.kh-wrap{
background:#050505;
color:white;
}

.kh-header{
display:flex;
justify-content:space-between;
align-items:center;
padding:25px 60px;
background:black;
}

.kh-logo{
color:#D4AF37;
font-size:30px;
font-weight:bold;
}

.kh-header nav a{
color:white;
text-decoration:none;
margin:0 15px;
font-size:14px;
}

.kh-offer-btn,
.kh-main-btn,
.kh-form button{
background:#D4AF37;
color:black;
padding:14px 26px;
font-weight:bold;
text-decoration:none;
border:none;
display:inline-block;
cursor:pointer;
}

.kh-hero{
height:760px;
background:
linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.8)),
url('hero-sample.jpg') center/cover no-repeat;
display:flex;
align-items:center;
}

.kh-overlay{
padding:80px;
max-width:700px;
}

.kh-left span,
.kh-form-left h4{
color:#D4AF37;
letter-spacing:3px;
}

.kh-left h1{
font-size:72px;
line-height:1;
margin:20px 0;
}

.kh-icons{
display:flex;
gap:20px;
margin:30px 0;
color:#D4AF37;
}

.kh-form-section{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
padding:60px;
}

.kh-form-left h2{
font-size:54px;
line-height:1;
}

.kh-form-left img{
width:100%;
margin-top:30px;
border-radius:10px;
}

.kh-form{
background:#111;
padding:35px;
border:1px solid #222;
}

.kh-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
}

.kh-grid input,
.kh-grid select{
padding:15px;
background:black;
border:1px solid #333;
color:white;
}

.full{
grid-column:1/3;
}

.kh-upload{
border:2px dashed #333;
padding:40px;
text-align:center;
margin:25px 0;
color:#888;
}

.kh-steps{
padding:80px 60px;
text-align:center;
}

.kh-step-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-top:40px;
}

.kh-card{
background:#111;
padding:35px;
border:1px solid #222;
}

.kh-card h3{
color:#D4AF37;
}

.kh-footer{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
padding:60px;
border-top:1px solid #222;
}

.kh-footer h3,
.kh-footer h4{
color:#D4AF37;
}

@media(max-width:900px){

.kh-header,
.kh-form-section,
.kh-step-grid,
.kh-footer{
grid-template-columns:1fr;
flex-direction:column;
}

.kh-left h1{
font-size:44px;
}

.kh-form-left h2{
font-size:38px;
}

.kh-grid{
grid-template-columns:1fr;
}

.full{
grid-column:auto;
}

}
