/* ==========================================================================
   De Adempauze · Gedeelde stylesheet
   Huisstijl: Navy / Taupe / Cream
   Typografie: Playfair Display (display) · Inter (body) · Josefin Sans (logo)
   ========================================================================== */

:root {
  --navy:        #1a2e4a;
  --navy-hover:  #253d60;
  --navy-deep:   #0f2944;
  --taupe:       #b5a898;
  --taupe-light: #c9bfb1;
  --cream:       #f7f4f0;
  --stone:       #e8e2da;
  --mist:        #f0ece7;
  --ink:         #2c2c2c;
  --ink-soft:    #5a5a5a;
  --white:       #ffffff;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-logo:    'Josefin Sans', sans-serif;

  --radius:      2px;
  --shadow-sm:   0 1px 4px rgba(26, 46, 74, 0.04);
  --shadow:      0 2px 12px rgba(26, 46, 74, 0.07);
  --shadow-lg:   0 8px 32px rgba(26, 46, 74, 0.10);

  --line-body:   1.8;
  --line-tight:  1.3;

  --container:   1180px;
  --gutter:      24px;
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 17px;
  line-height: var(--line-body);
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--navy-hover); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--navy);
  line-height: var(--line-tight);
  margin: 0 0 0.6em;
}
h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 500; letter-spacing: -0.01em; }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.6rem); font-weight: 700; }
h3 { font-size: 1.4rem; font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; }

p { margin: 0 0 1.2em; }
p:last-child { margin-bottom: 0; }

em { font-style: italic; color: var(--taupe); font-family: var(--font-display); }

/* Section labels in caps */
.eyebrow {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--taupe);
  margin-bottom: 1.2rem;
  display: inline-block;
}

/* ===== Layout ===== */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.container-narrow {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-mist { background: var(--mist); }
.section-navy {
  background: var(--navy);
  color: var(--cream);
}
.section-navy h1, .section-navy h2, .section-navy h3 { color: var(--cream); }
.section-navy em { color: var(--taupe-light); }
.section-navy .eyebrow { color: var(--taupe-light); }

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  padding: 14px 28px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  border: 1px solid var(--navy);
  border-radius: var(--radius);
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
  line-height: 1;
}
.btn-primary {
  background: var(--navy);
  color: var(--cream);
}
.btn-primary:hover {
  background: var(--navy-hover);
  color: var(--white);
  transform: translateY(-1px);
}
.btn-secondary {
  background: transparent;
  color: var(--navy);
}
.btn-secondary:hover {
  background: var(--navy);
  color: var(--cream);
}
.btn-light {
  background: transparent;
  border-color: var(--cream);
  color: var(--cream);
}
.btn-light:hover {
  background: var(--cream);
  color: var(--navy);
}
.btn-group { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===== Header / Navigation ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 244, 240, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--stone);
}
.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 18px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-logo);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy-deep);
  line-height: 1;
}
.logo-icon {
  height: 36px;
  width: auto;
  display: block;
}
.logo .logo-de {
  color: var(--taupe);
}

.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  font-size: 0.92rem;
  color: var(--ink);
  position: relative;
  padding: 4px 0;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--navy);
}
.nav-links a.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: var(--taupe);
}
.menu-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: var(--navy);
}
.menu-toggle svg { width: 24px; height: 24px; }

/* ===== Hero ===== */
.hero {
  padding: 80px 0 100px;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, var(--mist) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.hero-grid,
.hero .container-narrow {
  position: relative;
  z-index: 1;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
}
.hero-text h1 { margin-bottom: 24px; }
.hero-text p.lead {
  font-size: 1.15rem;
  color: var(--ink-soft);
  margin-bottom: 36px;
  max-width: 480px;
}
.hero-image {
  position: relative;
}
.hero-image img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  width: 100%;
  height: 640px;
  object-fit: cover;
}
.hero-credentials {
  display: none;
  font-size: 0.85rem;
}
.hero-credentials strong { display: block; color: var(--navy); margin-bottom: 4px; }
.hero-credentials span { color: var(--ink-soft); font-size: 0.8rem; }

/* ===== Cards ===== */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}
.card {
  background: var(--white);
  padding: 36px 32px;
  border-radius: var(--radius);
  border: 1px solid var(--stone);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--taupe-light);
}
.card-num {
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: var(--taupe);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.card h3 { margin-bottom: 12px; }
.card p { color: var(--ink-soft); font-size: 0.95rem; margin-bottom: 20px; flex-grow: 1; }
.card-meta {
  font-size: 0.85rem;
  color: var(--navy);
  font-weight: 400;
  padding-top: 16px;
  border-top: 1px solid var(--stone);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-meta .price { font-family: var(--font-display); font-size: 1.1rem; }
.card-link {
  font-size: 0.9rem;
  color: var(--navy);
  border-bottom: 1px solid var(--taupe);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: border-color 0.2s ease;
}
.card-link:hover { border-color: var(--navy); }

/* ===== Quote / Testimonial ===== */
.quote {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  color: var(--navy);
  position: relative;
  padding: 0 0 0 32px;
  border-left: 2px solid var(--taupe);
  margin: 0 0 16px;
}
.quote-author {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--ink-soft);
  font-style: normal;
}
.quote-author strong { color: var(--navy); font-weight: 400; }
.testimonial {
  background: var(--white);
  padding: 36px;
  border-radius: var(--radius);
  border: 1px solid var(--stone);
}
.pilot-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--taupe);
  background: var(--mist);
  padding: 4px 10px;
  border-radius: var(--radius);
  margin-bottom: 16px;
}

/* ===== Pricing ===== */
.price-card {
  background: var(--white);
  padding: 40px 36px;
  border-radius: var(--radius);
  border: 1px solid var(--stone);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.price-card.featured {
  border-color: var(--navy);
  border-width: 1px;
  position: relative;
}
.price-card.featured::before {
  content: 'Meest gekozen';
  position: absolute;
  top: -12px;
  left: 36px;
  background: var(--navy);
  color: var(--cream);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: var(--radius);
}
.price-card h3 { font-size: 1.25rem; margin-bottom: 8px; }
.price-card .tagline { color: var(--ink-soft); font-size: 0.9rem; margin-bottom: 24px; }
.price-amount {
  font-family: var(--font-display);
  font-size: 2.6rem;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 4px;
}
.price-amount .currency { font-size: 1.4rem; vertical-align: super; }
.price-period { color: var(--ink-soft); font-size: 0.85rem; margin-bottom: 28px; }
.price-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  font-size: 0.92rem;
  flex-grow: 1;
}
.price-features li {
  padding: 8px 0 8px 26px;
  position: relative;
  border-bottom: 1px solid var(--stone);
}
.price-features li:last-child { border-bottom: none; }
.price-features li::before {
  content: '';
  position: absolute;
  left: 0; top: 16px;
  width: 14px; height: 1px;
  background: var(--taupe);
}

/* ===== Logo strip ===== */
.logo-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 56px;
}
.client-logo {
  height: 52px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.55;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.client-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* ===== Footer ===== */
.site-footer {
  background: var(--navy);
  color: var(--cream);
  padding: 72px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-grid h4 {
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.site-footer .logo { color: var(--cream); margin-bottom: 16px; display: inline-flex; }
.site-footer .logo .logo-de { color: var(--taupe); }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 10px; font-size: 0.92rem; }
.footer-grid a { color: var(--taupe-light); }
.footer-grid a:hover { color: var(--cream); }
.footer-grid p { font-size: 0.92rem; color: var(--taupe-light); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
  color: var(--taupe-light);
}

/* ===== Inline article styling ===== */
.prose {
  max-width: 720px;
}
.prose h2 { margin-top: 48px; }
.prose h2:first-child { margin-top: 0; }
.prose p { font-size: 1.05rem; }
.prose img {
  border-radius: var(--radius);
  margin: 32px 0;
  box-shadow: var(--shadow);
}

/* ===== Story sections (Over mij) ===== */
.story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 96px;
}
.story-section:last-child { margin-bottom: 0; }
.story-section.reverse { direction: rtl; }
.story-section.reverse > * { direction: ltr; }
.story-section img {
  border-radius: var(--radius);
  width: 100%;
  height: 480px;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}

/* ===== Process steps ===== */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 48px 0;
}
.step-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--taupe);
  line-height: 1;
  margin-bottom: 16px;
}
.step h4 { margin-bottom: 8px; color: var(--navy); }
.step p { font-size: 0.92rem; color: var(--ink-soft); }

/* ===== Two-up split ===== */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* ===== Forms ===== */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-field { margin-bottom: 20px; }
.form-field label {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--taupe);
  margin-bottom: 8px;
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  transition: border-color 0.2s ease;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--navy);
}
.form-field textarea { resize: vertical; min-height: 140px; }

/* ===== Banner / CTA strip ===== */
.cta-strip {
  background: var(--navy);
  color: var(--cream);
  padding: 64px 0;
  text-align: center;
}
.cta-strip h2 { color: var(--cream); margin-bottom: 16px; }
.cta-strip p { color: var(--taupe-light); margin-bottom: 28px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== B2B specific ===== */
.b2b-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 48px 0;
}
.b2b-stat {
  background: var(--white);
  padding: 32px;
  border-radius: var(--radius);
  border-left: 2px solid var(--taupe);
}
.b2b-stat-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 8px;
}
.b2b-stat-label {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--taupe);
  margin-bottom: 12px;
}
.b2b-stat p { font-size: 0.9rem; color: var(--ink-soft); margin: 0; }

/* ===== Compliance box ===== */
.compliance-box {
  background: var(--mist);
  padding: 36px;
  border-radius: var(--radius);
  border-left: 3px solid var(--navy);
  margin: 32px 0;
}
.compliance-box h3 { font-size: 1.15rem; margin-bottom: 12px; }
.compliance-box p { font-size: 0.95rem; margin: 0; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .section { padding: 64px 0; }
  .hero { padding: 48px 0 32px; }
  .hero-grid,
  .story-section,
  .split,
  .form-grid { grid-template-columns: 1fr; gap: 40px; }
  .story-section.reverse { direction: ltr; }
  .hero-image img { height: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .b2b-stat-grid { grid-template-columns: 1fr; }
  .nav-inner { flex-wrap: wrap; }
  .nav-inner nav { order: 10; flex-basis: 100%; }
  .nav-links {
    display: none;
    flex-direction: column;
    padding: 16px 0 20px;
    gap: 16px;
    border-top: 1px solid var(--stone);
  }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .section { padding: 48px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .hero-credentials { position: static; margin-top: 16px; }
}

/* ===== Utility ===== */
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
.mb-sm { margin-bottom: 16px; }
.mb-md { margin-bottom: 32px; }
.mb-lg { margin-bottom: 48px; }
.mt-md { margin-top: 32px; }
.muted { color: var(--ink-soft); }
.divider {
  border: none;
  height: 1px;
  background: var(--stone);
  margin: 64px 0;
}

/* ===== Floating WhatsApp button ===== */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wa-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
}
.wa-float svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}

