a.wp-block-latest-posts__post-title {color:#000; font-weight:600;}
a.wp-block-latest-posts__post-title:hover {color:#ff4903; text-decoration:none;}

.mm-hero {
  position: relative;
  padding: 140px 20px 120px;
  background: center/cover no-repeat url("https://motormakkers.nl/wp-content/uploads/2026/03/motorroutes-europa-alpen-motorreis-motormakkers-scaled.png");
  text-align: center;
  color: #fff;
}

/* overlay voor leesbaarheid */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* content boven overlay */
.mm-hero-content {
  position: relative;
  max-width: 900px;
  margin: auto;
}

/* titel */
.mm-hero h1 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #fff;
}

.hero-subtext {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 35px;
  color: #fff;
}

/* buttons */
.hero-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 16px;
  max-width: 520px;
  margin: 0 auto;
}

/* GPX knop */
.btn-primary {
  background: #ff4903;
  color: #fff;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* andere knoppen */
.btn-secondary {
  background: #000;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  text-decoration: none;
  font-weight: 600;
}

.btn-secondary:hover {
  transform: translateY(-2px);
  color:#ff4903 !important;
  border: 1px solid #ff4903;
	 text-decoration: none;
}

.btn-primary:hover {
  transform: translateY(-2px);
  color:#000 !important;
	 text-decoration: none;
}

/* Intro blok */
.mm-intro {
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 1.7;
}

/* Welkom sectie */
.mm-welcome {
  max-width: 900px;
  margin: 40px auto;
  padding: 40px;
  background: #f8f8f8;
  border-left: 5px solid #ff4903;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  font-size: 18px;
  line-height: 1.7;
}

/* Titel */
.mm-welcome h1 {
  margin-top: 0;
  font-size: 34px;
  font-weight: 700;
  color: #111;
}

/* Tekst */
.mm-welcome p {
  margin-bottom: 18px;
  color: #333;
}

/* sterke woorden */
.mm-welcome strong {
  color: #ff4903;
  font-weight: 600;
}

.mm-overview {
  max-width: 1000px;
  margin: 70px auto;
  padding:0px 20px 0px 20px;
}

.mm-overview h2 {
  font-size: 28px;
  margin-bottom: 40px;
}

.mm-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
}

.mm-item h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.mm-item p {
  color: #444;
  line-height: 1.7;
}

.mm-regios,
.mm-gpx-section,
.mm-about-section {
  max-width: 1100px;
  margin: 80px auto;
}

.mm-regios h2 {
  margin-bottom: 30px;
}

.mm-regio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.mm-regio {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.mm-regio img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.mm-regio span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.mm-regio:hover img {
  transform: scale(1.05);
}

/* Laatste artikelen sectie - brede target */
.home .wp-block-query,
.home .wp-block-latest-posts,
.home .wp-block-post-template,
.home .elementor-posts-container,
.home .blog-entry-wrapper,
.home .articles-grid {
  max-width: 1200px;
  margin-inline: auto;
}

/* Grid forceren */
.home .wp-block-post-template,
.home ul.wp-block-latest-posts,
.home .elementor-posts-container,
.home .blog-entry-wrapper,
.home .articles-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Elk item */
.home .wp-block-post-template > li,
.home ul.wp-block-latest-posts > li,
.home .elementor-post,
.home .blog-entry,
.home .articles-grid > * {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Afbeelding wrapper */
.home .wp-block-post-featured-image,
.home .wp-block-latest-posts__featured-image,
.home .elementor-post__thumbnail,
.home .blog-entry-inner .thumbnail,
.home .blog-entry .thumbnail,
.home .articles-grid .post-thumbnail {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  margin: 0 0 14px;
  border-radius: 8px;
}

/* Afbeelding zelf */
.home .wp-block-post-featured-image img,
.home .wp-block-latest-posts__featured-image img,
.home .elementor-post__thumbnail img,
.home .blog-entry-inner .thumbnail img,
.home .blog-entry .thumbnail img,
.home .articles-grid .post-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Titel */
.home .wp-block-post-title,
.home .wp-block-latest-posts__post-title,
.home .elementor-post__title,
.home .blog-entry-title,
.home .articles-grid h3 {
  margin: 0 0 10px;
  line-height: 1.3;
}

.home .wp-block-post-title a,
.home .wp-block-latest-posts__post-title a,
.home .elementor-post__title a,
.home .blog-entry-title a,
.home .articles-grid h3 a {
  color: #111;
  text-decoration: none;
}

.home .wp-block-post-title a:hover,
.home .wp-block-latest-posts__post-title a:hover,
.home .elementor-post__title a:hover,
.home .blog-entry-title a:hover,
.home .articles-grid h3 a:hover {
  color: #ff4903;
}

.mm-gpx-section,
.mm-about-section {
  padding: 0 20px;
}

.mm-gpx-content,
.mm-about-content {
  max-width: 820px;
}

.mm-gpx-section h2,
.mm-about-section h2 {
  margin-bottom: 18px;
}

.mm-gpx-section p,
.mm-about-section p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}

.mm-button-dark {
  display: inline-block;
  background: #111;
  color: #fff !important;
  padding: 14px 22px;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.2s ease;
}

.mm-button-dark:hover {
  background: #ff4903;
  color: #fff !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .home .wp-block-post-template,
  .home ul.wp-block-latest-posts,
  .home .elementor-posts-container,
  .home .blog-entry-wrapper,
  .home .articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobiel */
@media (max-width: 767px) {
  .hero-buttons {
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .home .wp-block-post-template,
  .home ul.wp-block-latest-posts,
  .home .elementor-posts-container,
  .home .blog-entry-wrapper,
  .home .articles-grid {
    grid-template-columns: 1fr !important;
  }
}