/* ─────────────────────────────────────────────────────────────
   GLOBAL RESET + TYPOGRAPHY
   ───────────────────────────────────────────────────────────── */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5;
  background-color: #fdf8f3;
  color: #0d2e1a;
}

h1, h2{
  font-family: "MuseoModerno", sans-serif;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

/* ─────────────────────────────────────────────────────────────
   HERO SECTION
   ───────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 80px;
  padding-bottom: 120px;
      overflow: hidden;
}

.hero-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1100px;
}

.hero-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* ─ Header: Logo + Phone + Contact Button ─ */
.hero-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.hero-header .logo {
  height: 40px;
}

/* Container voor telefoon en contact-knop */
.header-contacts {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Stijl voor telefoonlink in header */
.phone-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #0d2e1a; /* donker groen */
  text-decoration: none;
  transition: color 0.2s ease;
}

.phone-link i {
  font-size: 18px;
  color: #0d2e1a;
}

.phone-link:hover {
  color: #5ba276;
}

/* Contact-knop blijft ongewijzigd */
.hero-header .contact-btn {
  background-color: #0d2e1a;
  color: #ffffff;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

.hero-header .contact-btn:hover {
  background-color: #0b2416;
}

/* ─ Hero Afbeelding & Tekst ─ */
.hero-image-wrap {
  flex: 1 1 300px;
  max-width: 500px;
  text-align: center;
}

.cat-image {
  max-width: 170%;
  height: auto;
  margin-top: -30px;
  margin-left: -300px;
}

.cat-image-sub {
  max-width: 170%;
  height: auto;
  margin-top: -30px;
  margin-left: -80px;
}

.hero-text {
  flex: 1 1 400px;
  max-width: 600px;
  margin-top: -100px;
}

.hero-text-request {
  flex: 1 1 400px;
  max-width: 600px;
  z-index: 1;
}

.hero-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "MuseoModerno", sans-serif;
}

.hero-subtitle {
  font-size: 16px;
  color: #5e6e5f;
  margin-bottom: 24px;
  max-width: 550px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.actie-banner {
  background-color:#6CAF88; 
  padding: 20px 0; 
  color: white; 
  text-align:center; 
  font-family: "MuseoModerno", sans-serif;
}

/* Button styles */
.btn {
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease;
}

.btn-primary {
  background-color: #6caf88;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
}

.btn-primary:hover {
  background-color: #5ba276;
}

.btn-secondary {
  background-color: transparent;
  color: #6caf88;
  border: 2px solid #6caf88;
  padding: 10px 22px;
}

.btn-secondary:hover {
  background-color: #f7f0e6;
}

a.btn {
  display: inline-block;
  text-decoration: none;
}

.hero-description {
  font-size: 16px;
  color: #5e6e5f;
  margin-bottom: 32px;
  max-width: 550px;
  line-height: 1.6;
}

/* ─ Prominent Phone CTA in Hero ─ */
.hero-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #0d2e1a;
  margin-bottom: 32px;
}

.hero-phone i {
  font-size: 20px;
  color: #0d2e1a;
}

.hero-phone a {
  color: #0d2e1a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.hero-phone a:hover {
  color: #5ba276;
}

/* ─ 4 feature-icoontjes onder hero ─ */
.features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 32px;
  margin-bottom: 0;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #0d2e1a;
  font-weight: 400;
}

.feature-item svg {
  flex-shrink: 0;
}

/* ─────────────────────────────────────────────────────────────
   IN 4 STAPPEN GEREGELD
   ───────────────────────────────────────────────────────────── */
.steps {
  background-color: #fdf8f3;
  padding-top: 20px;
  padding-bottom: 80px;
}

.steps-title {
  font-size: 36px;
  font-weight: 700;
  color: #0d2e1a;
  text-align: center;
  margin-bottom: 48px;
  font-family: "MuseoModerno", sans-serif;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.step-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px 20px;
  position: relative;
  text-align: left;
}

.step-number {
  font-size: 18px;
  font-weight: 600;
  color: #0d2e1a;
  margin-bottom: 12px;
}

.step-icon {
  font-size: 40px;
  color: #0d2e1a;
  margin: 0 auto 16px;
  display: block;
  text-align: center;
}

.step-title {
  font-size: 18px;
  font-weight: 600;
  color: #0d2e1a;
  margin-bottom: 8px;
  font-family: "MuseoModerno", sans-serif;
}

.step-description {
  font-size: 14px;
  line-height: 1.6;
  color: #5e6e5f;
  margin: 0;
}

.step-icon i {
  font-size: 42px;
  line-height: 1;
  display: inline-block;
  color: #0d2e1a;
}

/* =========================
   INSTALLATION SECTION
   ========================= */
.installation {
  position: relative;
  background-color: #fdf8f3;
  overflow: hidden;
}

.installation-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 40px;
}

.install-text {
  flex: 1 1 50%;
  max-width: 40%;
}

.install-title {
  font-size: 32px;
  font-weight: 700;
  color: #0d2e1a;
  margin-bottom: 12px;
  font-family: "MuseoModerno", sans-serif;
}

.install-subtitle {
  font-size: 16px;
  color: #5e6e5f;
  line-height: 1.6;
}

.install-previews {
  flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.preview-image {
  width: 48%;
  border-radius: 12px;
  object-fit: cover;
}

.installation-bottom {
  position: relative;
  justify-content: flex-start;
  padding-top: 400px;
  padding-bottom: 60px;
  z-index: 1;
}

.install-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px 30px;
  max-width: 550px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.install-price {
  font-size: 36px;
  font-weight: 700;
  color: #0d2e1a;
  text-align: center;
  margin-bottom: 8px;
}

.install-heading {
  font-size: 18px;
  font-weight: 600;
  color: #0d2e1a;
  text-align: center;
  margin-bottom: 4px;
}

.install-size {
  font-size: 14px;
  color: #5e6e5f;
  text-align: center;
  margin-bottom: 24px;
}

.install-features {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
}

.install-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #0d2e1a;
  margin-bottom: 12px;
}

.install-features li i {
  font-size: 16px;
  color: #0d2e1a;
  flex-shrink: 0;
}

.install-button {
  margin-top: 16px;
  width: 100%;
  padding: 12px 0;
  font-weight: 600;
  font-size: 16px;
}

.install-note {
  font-size: 12px;
  color: #5e6e5f;
  text-align: center;
  margin-top: 12px;
}

.installation-image-wrap {
  position: absolute;
  bottom: 0;
  left: 70%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1190px;
  z-index: 0;
}

.installation-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 0 12px 12px;
}

/* Footer Styles */
.footer {
  background-color: #0d2e1a;
  color: #9dc19b;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #32513f;
  padding-bottom: 24px;
}

.footer-brand .footer-logo {
  height: 40px;
}

.footer-nav ul {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.footer-nav a:hover {
  color: #9dc19b;
}

/* Phone link in footer */
.footer-phone-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-phone-link i {
  font-size: 16px;
  color: #ffffff;
}

.footer-phone-link:hover {
  color: #9dc19b;
}

.footer-bottom {
  margin-top: 16px;
}

.footer-legal ul {
  list-style: none;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.footer-legal a {
  color: #9dc19b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal a:hover {
  color: #ffffff;
}

.footer-legal span {
  color: #9dc19b;
}

/* Request Page Styles (unchanged) */
.form-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.form-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.form-info {
  flex: 1 1 40%;
  max-width: 500px;
}

.form-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #0d2e1a;
  font-family: "MuseoModerno", sans-serif;
}

.form-description {
  font-size: 16px;
  color: #5e6e5f;
  margin-bottom: 20px;
  line-height: 1.6;
}

.form-highlight {
  font-size: 18px;
  font-weight: 600;
  color: #0d2e1a;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-container {
  flex: 1 1 50%;
  max-width: 600px;
}

.request-form {
  background-color: #fdf8f3;
  border: 1px solid #dcdcd4;
  border-radius: 12px;
  padding: 32px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #0d2e1a;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #c3c7bb;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
}

.form-group textarea {
  min-height: 100px;
  resize: vertical;
}

.phone-input-wrapper {
  display: flex;
  align-items: center;
}

.phone-prefix {
  background-color: #e5e5dc;
  padding: 10px 12px;
  border: 1px solid #c3c7bb;
  border-radius: 6px 0 0 6px;
  font-size: 14px;
}

.phone-input-wrapper input {
  border-radius: 0 6px 6px 0;
  border-left: none;
}

.error-message {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #b30000;
}

.required {
  color: #b30000;
  font-weight: 600;
}

.optional {
  color: #888;
  font-weight: 400;
  font-size: 13px;
}

.big .hero-voorwaarden {
    background-color: #f7f0e6;
}

.hero-voorwaarden {
    position: relative;
    background-color: transparent;
    padding-top: 40px;
    padding-bottom: 0px;
    overflow: hidden
}
.voorwaarden {
  max-width: 800px;
  margin: 2rem auto;
  background: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.voorwaarden h1 {
  font-size: 2rem;
  color: #0d2e1a;
  margin-bottom: 1rem;
  font-family: "MuseoModerno", sans-serif;
}

.voorwaarden h2 {
  margin-top: 2rem;
  font-size: 1.2rem;
  color: #0d2e1a;
  font-family: "MuseoModerno", sans-serif;
}

.voorwaarden p,
.voorwaarden li {
  font-size: 1rem;
  line-height: 1.6;
  color: #0d2e1a;
  font-family: "Noto Sans", sans-serif;
}

.voorwaarden ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.voorwaarden .highlight {
  font-style: italic;
  margin-top: 2rem;
  color: #0d2e1a;
  font-family: "Noto Sans", sans-serif;
}

.chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #dcdcd4;
}

.chat-header {
    background-color: #0d2e1a; /* donkergroen */
    color: #ffffff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.chat-minimized-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #6caf88; /* lichtgroen */
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none !important;
}

.chat-minimized-btn:hover {
    background-color: #5ba276;
}

.chat-body {
    flex-grow: 1;
    padding: 10px;
    overflow-y: auto;
    max-height: 300px;
    color: #0d2e1a;
    background-color: #fdf8f3;
}

.chat-footer {
    display: flex;
    padding: 10px;
    border-top: 1px solid #dcdcd4;
    background-color: #fdf8f3;
}

.chat-footer input {
    flex-grow: 1;
    border: 1px solid #c3c7bb;
    border-radius: 4px;
    padding: 8px;
    color: #0d2e1a;
    background-color: #ffffff;
    font-family: inherit;
    font-size: 14px;
}

.chat-footer button {
    background-color: #6caf88;
    color: white;
    border: none;
    padding: 8px 12px;
    margin-left: 5px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

.chat-footer button:hover {
    background-color: #5ba276;
}

.waiting-message {
    background-color: #f7f0e6;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
    font-style: italic;
    color: #0d2e1a;
}

.contact-address {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 32px;
  background-color: #fdf8f3;
  padding: 16px;
  border: 1px solid #dcdcd4;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}

.contact-address i {
  font-size: 24px;
  color: #6caf88;
  margin-top: 4px;
}

.address-label {
  font-size: 14px;
  font-weight: 600;
  color: #0d2e1a;
  margin-bottom: 4px;
}

.address-details {
  font-size: 14px;
  color: #5e6e5f;
  line-height: 1.5;
}


/* ─────────────────────────────────────────────────────────────
   RESPONSIVE BREAKPOINTS (geconsolideerd)
   ───────────────────────────────────────────────────────────── */

/* ── Max‐width: 1024px ── */
@media only screen and (max-width: 1024px) {
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }

  .installation-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .install-text,
  .install-previews {
    max-width: 100%;
  }
  .install-previews {
    gap: 12px;
  }
  .preview-image {
    width: 48%;
  }
}

/* ── Max‐width: 900px ── */
@media only screen and (max-width: 900px) {
  .hero-text,
  .hero-image-wrap {
    max-width: 100%;
  }
  .hero-buttons {
    justify-content: center;
  }
}

/* ── Max‐width: 768px ── */
@media only screen and (max-width: 768px) {
  .installation-bottom {
    flex-direction: column;
    align-items: center;
    padding-top: 240px;
  }
  .install-card {
    max-width: 100%;
    margin: 0 20px;
  }
  .installation-image-wrap {
    width: 100vw;
    max-width: none;
  }

  .features {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  /* Footer aanpassen op tablet/klein scherm */
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer-nav ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .footer-legal ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
  }
  .footer {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .hero-text-request {
    flex-direction: column-reverse;
  }
}

/* ── Max‐width: 600px ── */
@media only screen and (max-width: 600px) {
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .steps-title {
    font-size: 30px;
    margin-bottom: 32px;
  }
}

/* ── Max‐width: 480px ── */
@media only screen and (max-width: 480px) {
  .hero-title {
    font-size: 30px;
  }
  .hero-subtitle {
    font-size: 14px;
  }
  .hero-buttons {
    flex-direction: column;
  }
  .hero-buttons .btn {
    width: 100%;
  }
  .hero-text {
    margin-top: 0;
  }
  .hero-phone {
    font-size: 16px;
  }
  .hero-header .logo {
  height: 30px;
  }

  .installation-wave svg {
    height: 150px;
  }
  .installation-bottom {
    padding-top: 100px;
  }
  .install-price {
    font-size: 30px;
  }
  .install-heading {
    font-size: 16px;
  }
  .install-size {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .install-features li {
    font-size: 13px;
    margin-bottom: 10px;
  }

  /* Footer op klein scherm */
  .footer {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .footer-nav ul {
    gap: 12px;
  }
  .footer-legal {
    font-size: 11px;
  }
}