/* Homepage – camperroute op maat propositie */
.homepage-route.camperreizen-op-maat {
  overflow-x: hidden;
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .homepage-route.camperreizen-op-maat {
    padding-bottom: 0;
  }
}

.homepage-route .homepage-hero.landing-hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 3.5rem 0;
  overflow: hidden;
}

.homepage-route .homepage-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.homepage-route .homepage-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.homepage-route .homepage-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.45));
  pointer-events: none;
}

.homepage-route .homepage-hero .container {
  position: relative;
  z-index: 2;
}

.homepage-route .homepage-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .homepage-route .homepage-hero.landing-hero {
    min-height: 550px;
  }
}

@media (min-width: 992px) {
  .homepage-route .homepage-hero.landing-hero {
    min-height: 650px;
    padding: 4.5rem 0;
  }

  .homepage-route .homepage-hero__content {
    max-width: 68%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.homepage-route .homepage-hero h1 {
  color: #ffffff;
}

.homepage-route .homepage-hero .lead {
  color: rgba(255, 255, 255, 0.95);
}

.homepage-route .homepage-hero .hero-bullets li {
  color: #ffffff;
}

.homepage-route .homepage-hero .hero-bullets li strong {
  color: #ffffff;
}

.homepage-route .hero-bullets li::marker {
  content: none;
}

.homepage-route .section-voorbeeldroute__preview {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homepage-route .section-voorbeeldroute__pdf-btn {
  background-color: #aebf33;
  border: 1px solid #aebf33;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.homepage-route .section-voorbeeldroute__pdf-btn:hover,
.homepage-route .section-voorbeeldroute__pdf-btn:focus {
  background-color: #98a82d;
  border-color: #98a82d;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(45, 58, 47, 0.15);
}

.homepage-route .section-voorbeeldroute .magazine-preview {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.homepage-route .section-voorbeeldroute .route-preview-thumbs--below {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  width: 100%;
  max-width: 420px;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .homepage-route .section-voorbeeldroute .route-preview-thumbs--below {
    grid-template-columns: repeat(4, 1fr);
    max-width: 520px;
  }
}

.homepage-route .route-preview-thumb {
  border-radius: 0.65rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(45, 58, 47, 0.1);
  background: #fff;
}

.homepage-route .route-preview-thumb img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.homepage-route .why-checklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .homepage-route .why-checklist {
    grid-template-columns: repeat(2, 1fr);
  }
}

.homepage-route .why-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  background: #fff;
  border: 1px solid rgba(45, 58, 47, 0.08);
  border-radius: 0.75rem;
  padding: 1rem 1.15rem;
  box-shadow: 0 4px 14px rgba(45, 58, 47, 0.05);
  height: 100%;
}

.homepage-route .why-checklist__icon {
  flex-shrink: 0;
  color: #aebf33;
  font-weight: 700;
  line-height: 1.4;
}

.homepage-route .why-checklist__text {
  color: #3d4a40;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
}

.homepage-route .section-end-cta {
  background: linear-gradient(135deg, #eef4ef 0%, #f8f6f1 100%);
  padding-bottom: 3.5rem;
  margin-bottom: 0;
}

.homepage-route .homepage-footer-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3rem;
  margin: 0;
  line-height: 0;
}

@media (min-width: 768px) {
  .homepage-route .homepage-footer-divider {
    height: 3.5rem;
  }
}

.homepage-route .homepage-newsletter {
  background-color: #aebf33;
  padding: 60px 0;
}

@media (min-width: 992px) {
  .homepage-route .homepage-newsletter {
    padding: 80px 0;
  }
}

.homepage-route .homepage-newsletter__inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.homepage-route .homepage-newsletter__title {
  color: #232f01;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.homepage-route .homepage-newsletter__subtitle {
  color: rgba(35, 47, 1, 0.82);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.homepage-route .homepage-newsletter__message {
  margin-bottom: 1rem;
  min-height: 1.5rem;
  font-weight: 600;
}

.homepage-route .homepage-newsletter__message--success {
  color: #232f01;
}

.homepage-route .homepage-newsletter__message--error {
  color: #8b1e1e;
}

.homepage-route .homepage-newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .homepage-route .homepage-newsletter__form {
    flex-direction: row;
    align-items: stretch;
    gap: 0.65rem;
  }
}

.homepage-route .homepage-newsletter__field {
  flex: 1 1 auto;
  min-width: 0;
}

.homepage-route .homepage-newsletter__input {
  background: #fff;
  border: 1px solid rgba(35, 47, 1, 0.12);
  border-radius: 0.65rem;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  width: 100%;
  box-shadow: none;
}

.homepage-route .homepage-newsletter__input:focus {
  border-color: rgba(35, 47, 1, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(35, 47, 1, 0.12);
}

.homepage-route .homepage-newsletter__button {
  background: #232f01;
  border: 1px solid #232f01;
  color: #fff;
  border-radius: 0.65rem;
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .homepage-route .homepage-newsletter__button {
    flex: 0 0 auto;
  }
}

.homepage-route .homepage-newsletter__button:hover,
.homepage-route .homepage-newsletter__button:focus {
  background: #1a2401;
  border-color: #1a2401;
  color: #fff;
}

.homepage-route .homepage-newsletter__terms {
  color: rgba(35, 47, 1, 0.78);
}

.homepage-route .homepage-newsletter__terms a {
  color: #232f01;
  text-decoration: underline;
}

.homepage-route .section-end-cta h2 {
  color: #232f01;
}

.homepage-route .section-end-cta__inner {
  max-width: 640px;
  margin: 0 auto;
}

.homepage-route .section-title,
.homepage-route .custom-title {
  color: #232f01;
}
