*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --teal: #1AA896;
  --teal-dark: #0F6E56;
  --red: #E8422A;
  --cream: #F5F0E8;
  --cream-dark: #EDE7D9;
  --brown: #3D1F0A;
  --muted: #7A6A58;
  --border: #DDD5C8;
  --yellow: #FAD04B;
  --sec1-bg: #FEFFD1;
}
body { font-family: 'Inter', sans-serif; background: var(--cream); color: var(--brown); line-height: 1.6; }

/* NAV */
nav {
  position: absolute; top: 0; left: 0; right: 0;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.5rem 5rem; z-index: 10;
}
.nav-logo-wrap { display: flex; align-items: center; gap: 10px; }
.nav-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; font-weight: 700;
  color: white; line-height: 1.1;
}
.nav-brand span { display: block; color: var(--yellow); font-style: italic; font-size: 0.85rem; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 13px; letter-spacing: 0.04em; transition: color 0.2s; }
.nav-links a:hover { color: white; }

/* HEADER */
header {
  background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal) 60%, #1DBFAA 100%);
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; position: relative; overflow: hidden;
}
.header-bg-dots {
  position: absolute; inset: 0; opacity: 0.07;
  background-image: radial-gradient(circle, var(--yellow) 1px, transparent 1px);
  background-size: 30px 30px;
}

/* Decorative circles */
.deco-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
}
.deco-ring--1 { width: 600px; height: 600px; top: -200px; right: -100px; }
.deco-ring--2 { width: 300px; height: 300px; bottom: -100px; left: 100px; }

.header-text { padding: 6rem 4rem 6rem 5rem; z-index: 2; }
.header-eyebrow {
  font-size: 11px; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--yellow); margin-bottom: 1.2rem;
}
.header-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 4.5vw, 4.5rem);
  font-weight: 700; line-height: 1.1; color: white; margin-bottom: 1.2rem;
}
.header-title em { font-style: italic; color: var(--yellow); }
.header-sub { font-size: 1rem; font-weight: 300; color: rgba(255,255,255,0.75); max-width: 380px; line-height: 1.9; margin-bottom: 2rem; }

.btn-primary {
  display: inline-block; background: var(--red); color: white;
  text-decoration: none; font-size: 13px; font-weight: 500;
  letter-spacing: 0.05em; padding: 14px 32px; border-radius: 30px;
  transition: background 0.2s; box-shadow: 0 4px 20px rgba(232,66,42,0.4);
}
.btn-primary:hover { background: #C93520; }

.header-socials { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.5rem; }
.social-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
  text-decoration: none; transition: background 0.2s;
}
.social-btn:hover { background: rgba(255,255,255,0.22); }

.header-visual {
  display: flex; align-items: center; justify-content: center;
  padding: 6rem 4rem 6rem 2rem; position: relative;
}

/* Logo display in hero */
.hero-logo-frame {
  width: 340px; height: 340px; border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 2;
}
.hero-logo-inner {
  width: 300px; height: 300px; border-radius: 50%;
  background: white;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-logo-img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

/* SECTIONS */
section { padding: 6rem 5rem; }
.sec1 { background: var(--sec1-bg); }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; line-height: 1.15; color: var(--brown); margin-bottom: 1rem; }
.section-body { font-size: 15px; color: var(--muted); line-height: 1.9; max-width: 460px; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }

.feature-row { margin-top: 2rem; display: flex; gap: 1.5rem; flex-wrap: wrap; }
.feature-item { text-align: center; }
.feature-icon { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--teal); }
.feature-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; }

.img-frame { position: relative; }
.img-frame-photo { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; display: block; }
.img-badge {
  position: absolute; bottom: -16px; right: -16px;
  background: var(--red); color: white;
  font-size: 11px; font-weight: 500; letter-spacing: 0.05em;
  padding: 10px 18px; border-radius: 30px;
  box-shadow: 0 4px 16px rgba(232,66,42,0.35);
}
.img-badge-2 {
  position: absolute; top: -16px; left: -16px;
  background: var(--yellow); color: var(--brown);
  font-size: 11px; font-weight: 500; letter-spacing: 0.05em;
  padding: 10px 18px; border-radius: 30px;
  box-shadow: 0 4px 16px rgba(250,208,75,0.35);
}

/* sec2 */
.sec2 { background: var(--teal); color: #fff; }
.sec2-title { color: #fff; }
.sec2-body { color: rgba(255,255,255,0.9); max-width: 520px; }

/* FORM SECTION */
.sec3 { background: var(--sec1-bg); }
.sec3-title { color: var(--brown); }
.sec3-body { color: var(--brown); }

.form-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.5rem; max-width: 620px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 10px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--teal-dark); }
.form-field input, .form-field textarea, .form-field select {
  background: #fff; color: var(--brown);
  border: 1px solid rgba(15,110,86,0.2);
  border-radius: 8px;
  font-family: 'Inter', sans-serif; font-size: 14px;
  padding: 12px 14px; outline: none; transition: border-color 0.2s;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--teal); }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(61,31,10,0.35); }
.form-field select option { color: var(--brown); background: white; }
.form-field textarea { min-height: 110px; resize: vertical; }
.btn-submit {
  margin-top: 1.5rem; background: var(--teal); color: white;
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  border: none; border-radius: 30px; padding: 14px 40px;
  cursor: pointer; transition: background 0.2s;
  box-shadow: 0 4px 20px rgba(26,168,150,0.4);
}
.btn-submit:hover { background: var(--teal-dark); }

.form-hidden { position: absolute; left: -9999px; }
.form-success {
  margin-top: 2.5rem; max-width: 620px;
  background: rgba(26,168,150,0.12); border: 1px solid rgba(26,168,150,0.3);
  color: var(--teal-dark); font-size: 14px; font-weight: 500;
  padding: 1rem 1.25rem; border-radius: 10px;
}
.form-error {
  margin-top: 2.5rem; max-width: 620px;
  background: rgba(232,66,42,0.1); border: 1px solid rgba(232,66,42,0.3);
  color: var(--red); font-size: 14px; font-weight: 500;
  padding: 1rem 1.25rem; border-radius: 10px;
}

/* FOOTER */
footer {
  background: var(--brown);
  padding: 1rem 3rem;
}
.footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  gap: 2.5rem; flex-wrap: wrap;
}
.footer-item {
  display: flex; align-items: center; gap: 0.6rem;
  color: #fff; text-decoration: none;
  font-size: 13px; letter-spacing: 0.02em;
  transition: opacity 0.2s;
}
.footer-item:hover { opacity: 0.8; }
.footer-item strong { font-weight: 500; }
.footer-icon {
  flex-shrink: 0;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--yellow);
  display: flex; align-items: center; justify-content: center;
}

@media (max-width: 768px) {
  footer { padding: 1.5rem 2rem; }
  .footer-inner { flex-direction: column; gap: 1rem; text-align: left; }
}

/* ===================== MOBILE ===================== */
@media (max-width: 768px) {

  /* Nav volledig verbergen op mobiel */
  nav { display: none; }

  header {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 3rem;
  }

  /* Logo + tekst gecentreerd gestapeld, logo eerst */
  .header-visual {
    order: -1;
    padding: 2.5rem 2rem 1rem;
  }
  .hero-logo-frame {
    width: 160px; height: 160px;
  }
  .hero-logo-inner {
    width: 136px; height: 136px;
  }

  .header-text {
    padding: 0 2rem 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .header-eyebrow { max-width: 320px; }
  .header-sub { max-width: 320px; margin-left: auto; margin-right: auto; }
  .header-socials { justify-content: center; }

  section { padding: 4rem 2rem; }
  .two-col, .two-col.reverse { grid-template-columns: 1fr; direction: ltr; gap: 3rem; }
  .section-body { max-width: none; }
  .form-layout { grid-template-columns: 1fr; }
}