@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --creme: #FAF9F6;
  --oranje: #D97742;
  --zwart: #1A1A1A;
  --grijs: #EDEBE6;
  --wit: #FFFFFF;
  --font: 'Inter', sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font); background-color: var(--creme); color: var(--zwart); font-size: 16px; line-height: 1.7; }

a { color: var(--oranje); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

/* HEADER */
header.site-header {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--grijs);
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.site-logo-wrap { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; }
.site-logo-wrap:hover { text-decoration: none; }
.site-logo-image { width: 200px; height: auto; }
nav.main-nav a { margin-left: 2rem; color: var(--zwart); font-weight: 500; font-size: 0.95rem; transition: color 0.2s; }
nav.main-nav a:hover { color: var(--oranje); text-decoration: none; }
nav.main-nav a.active { color: var(--oranje); }

/* HAMBURGER */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--zwart); margin: 5px 0; transition: 0.3s; }

/* HERO */
.hero { color: var(--wit); text-align: center; padding: 7rem 2rem; background: linear-gradient(rgba(17,17,17,0.78), rgba(17,17,17,0.82)), url('../img/hero-bg.jpg') center/cover no-repeat; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; margin-bottom: 1.5rem; }
.hero p { font-size: 1.2rem; color: #d5d5d5; max-width: 600px; margin: 0 auto 2.5rem; }
.hero .trust-line { font-size: 0.9rem; color: var(--oranje); margin-bottom: 1.5rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }

/* BUTTONS */
.btn { display: inline-block; background: var(--oranje); color: var(--wit); padding: 0.9rem 2.2rem; border-radius: 4px; font-weight: 600; font-size: 1rem; transition: background 0.2s, transform 0.1s; }
.btn:hover { background: #c4683a; text-decoration: none; transform: translateY(-1px); }
.btn-outline { background: transparent; border: 2px solid white; color: white; }
.btn-outline:hover { background: white; color: var(--zwart); }

/* LAYOUT */
section { padding: 5rem 2rem; }
.container { max-width: 1100px; margin: 0 auto; }
.section-title { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 1rem; color: var(--zwart); }
.section-subtitle { color: #666; font-size: 1.05rem; margin-bottom: 3rem; max-width: 600px; }

/* PAGE HEADER */
.page-header { background: var(--zwart); color: white; padding: 4rem 2rem; }
.page-header .eyebrow { color: var(--oranje); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.75rem; }
.page-header h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: white; letter-spacing: -0.02em; }
.page-header p { color: #ccc; margin-top: 1rem; max-width: 600px; font-size: 1.05rem; }

/* CARDS */
.service-card { background: var(--wit); border: 1px solid var(--grijs); border-radius: 8px; padding: 2rem; transition: box-shadow 0.2s, transform 0.2s; }
.service-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); transform: translateY(-3px); }
.service-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--zwart); }
.service-card p, .service-card li { color: #555; font-size: 0.95rem; line-height: 1.7; }
.service-icon { font-size: 2rem; margin-bottom: 1rem; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }

/* INTRO SECTION */
.intro-section { background: var(--grijs); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }

/* DARK SECTION */
.dark-section { background: var(--zwart); padding: 5rem 2rem; }
.dark-section h2 { font-size: clamp(1.8rem,3vw,2.4rem); font-weight: 800; color: white; letter-spacing: -0.02em; margin-bottom: 1.5rem; }
.dark-section p { color: #ccc; line-height: 1.8; margin-bottom: 1rem; }
.dark-section .eyebrow { color: var(--oranje); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.75rem; }

/* CTA SECTION */
.cta-section { background: var(--oranje); color: white; text-align: center; padding: 4rem 2rem; }
.cta-section h2 { font-size: 2rem; font-weight: 800; margin-bottom: 1rem; color: white; }
.cta-section p { margin-bottom: 2rem; opacity: 0.95; }

/* WHY SECTION */
.why-section { background: var(--grijs); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 2rem; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.contact-card { background: var(--wit); border: 1px solid var(--grijs); border-radius: 8px; padding: 2rem; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; background: #fff; border: 1px solid #ddd; color: var(--zwart);
  padding: 0.9rem 1rem; border-radius: 4px; font-family: var(--font);
  font-size: 0.95rem; margin-bottom: 1rem; font-size: 1rem;
}
.contact-form textarea { height: 150px; resize: vertical; }
.contact-form button { width: 100%; background: var(--oranje); color: white; border: none; padding: 1rem; border-radius: 4px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: background 0.2s; }
.contact-form button:hover { background: #c4683a; }
.form-success { display: none; background: #d4edda; color: #155724; padding: 1rem; border-radius: 4px; margin-top: 1rem; }

/* PRIVACY */
.privacy-content h2 { font-size: 1.4rem; font-weight: 700; margin: 2rem 0 0.75rem; color: var(--zwart); }
.privacy-content p { color: #444; margin-bottom: 1rem; line-height: 1.8; }

/* FOOTER */
footer.site-footer { background: #111; color: #888; padding: 3rem 2rem 2rem; }
.footer-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid #333; margin-bottom: 2rem; }
.footer-brand { font-size: 1.2rem; font-weight: 800; color: white; margin-bottom: 1rem; letter-spacing: -0.02em; }
.footer-tagline { color: #666; font-size: 0.875rem; line-height: 1.7; }
.footer-col h4 { color: white; font-size: 0.875rem; font-weight: 700; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.4rem; }
.footer-col ul a { color: #666; font-size: 0.875rem; }
.footer-col ul a:hover { color: var(--oranje); text-decoration: none; }
.footer-col address { color: #666; font-size: 0.875rem; line-height: 1.8; font-style: normal; }
.footer-bottom { color: #555; font-size: 0.8rem; text-align: center; }
.footer-bottom a { color: var(--oranje); }

/* STAT BOX */
.stat-box { padding: 1.5rem; background: var(--grijs); border-radius: 8px; border-left: 3px solid var(--oranje); margin-top: 2rem; }
.stat-box .stat-label { font-size: 0.9rem; color: #555; margin-bottom: 0.25rem; }
.stat-box .stat-num { font-size: 2rem; font-weight: 800; color: var(--zwart); }
.stat-box .stat-sub { font-size: 0.9rem; color: #555; }

@media (max-width: 768px) {
  header.site-header { flex-wrap: wrap; gap: 1rem; }
  .site-logo-image { width: 160px; }
  nav.main-nav { display: none; flex-direction: column; width: 100%; gap: 0; }
  nav.main-nav.open { display: flex; }
  nav.main-nav a { margin-left: 0; padding: 0.75rem 0; border-bottom: 1px solid var(--grijs); }
  .nav-toggle { display: block; }
  .two-col, .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero { padding: 4rem 1.5rem; }
  section { padding: 3.5rem 1.5rem; }
  .dark-section .two-col > div:first-child { order: 2; }
}
