
/*
Theme Name: Van Dijk Coatings
Author: OpenAI
Version: 1.0
Description: Professionele one-page WordPress website voor Van Dijk Coatings
*/

:root{
--dark:#111417;
--gold:#b28a43;
--light:#f5f5f5;
--text:#20252b;
}

*{box-sizing:border-box}

body{
margin:0;
font-family:Arial,sans-serif;
color:var(--text);
line-height:1.6;
background:#fff;
}

.container{
width:min(1180px,calc(100% - 40px));
margin:0 auto;
}

header{
background:rgba(17,20,23,.96);
position:sticky;
top:0;
z-index:100;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 0;
}

.logo{
font-size:28px;
font-weight:800;
color:#fff;
text-decoration:none;
}

.logo span{
color:var(--gold);
}

.menu a{
color:#fff;
margin-left:24px;
text-decoration:none;
font-weight:700;
}

.hero{
background:linear-gradient(135deg,#111417,#1d2329);
color:#fff;
padding:120px 0;
}

.hero-grid{
display:grid;
grid-template-columns:1.2fr .8fr;
gap:50px;
align-items:center;
}

.label{
display:inline-block;
padding:8px 16px;
background:rgba(178,138,67,.15);
color:#f0d79f;
border-radius:999px;
font-size:12px;
font-weight:700;
text-transform:uppercase;
}

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

.hero p{
font-size:20px;
opacity:.9;
}

.btn{
display:inline-block;
padding:16px 26px;
background:var(--gold);
color:#fff;
text-decoration:none;
border-radius:999px;
font-weight:700;
margin-top:20px;
}

.card-dark{
background:rgba(255,255,255,.06);
padding:32px;
border-radius:28px;
border:1px solid rgba(255,255,255,.08);
}

section{
padding:90px 0;
}

h2{
font-size:48px;
margin-bottom:20px;
}

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

.card{
padding:28px;
border:1px solid #e5e5e5;
border-radius:24px;
background:#fff;
}

.dark-section{
background:#111417;
color:#fff;
}

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

.brand{
padding:18px;
border-radius:18px;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
text-align:center;
font-weight:700;
}

.contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
}

.info-box{
background:#f5f5f5;
padding:36px;
border-radius:28px;
}

.contact-box{
background:#111417;
color:#fff;
padding:36px;
border-radius:28px;
}

footer{
padding:30px 0;
border-top:1px solid #ddd;
text-align:center;
font-size:14px;
}

@media(max-width:900px){
.hero-grid,.cards,.brand-grid,.contact-grid{
grid-template-columns:1fr;
}

.menu{
display:none;
}

h1{
font-size:46px;
}
}
