/*
Theme Name: Raldo Bouw Advies
Theme URI: https://www.raldobouwenadvies.nl/
Author: Copilot
Description: Maatwerk WordPress starter theme voor Raldo Bouw & Advies met logo-kleuren, homepage en contactformulier.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: raldo-bouw-advies
*/

:root {
  --raldo-blue: #005092;
  --raldo-blue-dark: #002f5f;
  --raldo-orange: #ff5a1f;
  --raldo-slate: #7b8798;
  --raldo-black: #050505;
  --raldo-white: #ffffff;
  --raldo-light: #f4f8fc;
  --raldo-border: #d9e3ef;
  --raldo-text: #172033;
}
* { box-sizing: border-box; }
body { margin:0; font-family: Arial, Helvetica, sans-serif; color:var(--raldo-text); background:var(--raldo-white); line-height:1.65; }
a { color:var(--raldo-blue); text-decoration:none; }
a:hover { text-decoration:underline; }
.container { width:min(1140px, calc(100% - 32px)); margin:0 auto; }
.site-header { background:var(--raldo-black); border-bottom: 4px solid var(--raldo-orange); position:sticky; top:0; z-index:20; }
.header-inner { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:14px 0; }
.logo-link { display:flex; align-items:center; gap:14px; color:var(--raldo-white); font-weight:800; letter-spacing:.3px; }
.site-logo { width:190px; max-height:76px; object-fit:contain; display:block; }
.nav-menu { display:flex; flex-wrap:wrap; gap:22px; padding:0; margin:0; list-style:none; align-items:center; }
.nav-menu a { color:var(--raldo-white); font-weight:700; }
.nav-menu a:hover { color:var(--raldo-orange); text-decoration:none; }
.btn, button, input[type="submit"] { display:inline-block; background:var(--raldo-orange); color:#111; border:0; padding:12px 18px; border-radius:10px; font-weight:800; cursor:pointer; box-shadow:0 10px 24px rgba(255,90,31,.22); }
.btn:hover, button:hover, input[type="submit"]:hover { filter:brightness(.96); text-decoration:none; }
.btn.secondary { background:var(--raldo-blue); color:var(--raldo-white); box-shadow:0 10px 24px rgba(0,80,146,.18); }
.hero { background:linear-gradient(120deg, rgba(0,47,95,.96), rgba(0,80,146,.78)), url('assets/raldobouwenadvies.jpg') center/cover; color:var(--raldo-white); padding:92px 0; position:relative; overflow:hidden; }
.hero:after { content:""; position:absolute; inset:auto -10% -70px -10%; height:160px; background:var(--raldo-white); transform:rotate(-3deg); }
.hero .container { position:relative; z-index:1; }
.hero h1 { font-size:clamp(34px, 5vw, 62px); line-height:1.05; margin:0 0 20px; max-width:900px; }
.hero p { font-size:20px; max-width:760px; margin:0 0 30px; color:#e7f0f9; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; }
.section { padding:64px 0; }
.section.alt { background:var(--raldo-light); }
.section-title { color:var(--raldo-blue); font-size:clamp(28px, 3vw, 42px); margin:0 0 12px; line-height:1.15; }
.lead { color:#506174; font-size:18px; max-width:780px; }
.grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:22px; margin-top:30px; }
.card { background:var(--raldo-white); border:1px solid var(--raldo-border); border-radius:18px; padding:26px; box-shadow:0 12px 32px rgba(0,47,95,.08); }
.card h3 { color:var(--raldo-blue-dark); margin-top:0; }
.card .icon { width:46px; height:46px; border-radius:12px; background:var(--raldo-orange); color:#111; display:flex; align-items:center; justify-content:center; font-weight:900; margin-bottom:16px; }
.checklist { list-style:none; padding:0; margin:24px 0 0; display:grid; gap:12px; }
.checklist li { padding-left:32px; position:relative; }
.checklist li:before { content:'✓'; position:absolute; left:0; color:var(--raldo-orange); font-weight:900; }
.cta { background:linear-gradient(135deg, var(--raldo-blue-dark), var(--raldo-blue)); color:var(--raldo-white); border-radius:22px; padding:36px; display:flex; justify-content:space-between; align-items:center; gap:22px; flex-wrap:wrap; }
.cta h2 { margin:0 0 8px; }
.content { padding:56px 0; }
.contact-layout { display:grid; grid-template-columns: 1.05fr .95fr; gap:34px; align-items:start; }
.contact-panel { background:var(--raldo-light); border:1px solid var(--raldo-border); border-radius:18px; padding:26px; }
.raldo-contact-form { display:grid; gap:14px; }
.raldo-contact-form label { font-weight:800; color:var(--raldo-blue-dark); }
.raldo-contact-form input, .raldo-contact-form textarea, .raldo-contact-form select { width:100%; padding:12px 13px; border:1px solid var(--raldo-border); border-radius:10px; font:inherit; background:#fff; }
.raldo-contact-form textarea { min-height:150px; resize:vertical; }
.notice { padding:14px 16px; border-radius:12px; margin-bottom:18px; }
.notice.success { background:#e9f8ee; border:1px solid #bfe8cc; color:#14532d; }
.notice.error { background:#fff1f0; border:1px solid #ffc4bf; color:#7f1d1d; }
.honeypot { position:absolute; left:-9999px; opacity:0; height:0; }
.site-footer { background:var(--raldo-black); color:#d7e1ec; padding:38px 0; border-top:4px solid var(--raldo-blue); }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr; gap:28px; }
.footer-grid h3, .footer-grid h4 { color:var(--raldo-white); margin-top:0; }
.footer-logo { width:230px; max-width:100%; display:block; margin-bottom:14px; }
@media (max-width: 880px) {
  .header-inner { display:block; }
  .nav-menu { margin-top:16px; gap:14px; }
  .grid, .contact-layout, .footer-grid { grid-template-columns:1fr; }
  .hero { padding:70px 0; }
  .site-logo { width:170px; }
}
