

/* Verberg de standaard paginatitel van het thema boven de aanbod-hero */
.entry-title,
.page-title,
.wp-block-post-title,
.et_pb_title .entry-title,
.et_pb_post_title .entry-title,
.et_pb_post_title_0 .entry-title,
.main_title,
.page .main_title,
.page .entry-header,
.page .post-meta,
.single-post .entry-title {
  display:none !important;
}
.et_pb_post_title,
.et_pb_title,
.entry-header{
  margin:0 !important;
  padding:0 !important;
  min-height:0 !important;
}
:root{
  --bym-aanbod-bg:#f7efe9;
  --bym-aanbod-paper:#fffaf4;
  --bym-aanbod-cream:#fff8ee;
  --bym-aanbod-cacao:#3a2a24;
  --bym-aanbod-brown:#6b5144;
  --bym-aanbod-taupe:#c28f78;
  --bym-aanbod-soft:#ead9cb;
  --bym-aanbod-line:rgba(58,42,36,.12);
  --bym-aanbod-shadow:0 26px 80px rgba(58,42,36,.10);
  --bym-aanbod-soft-shadow:0 16px 42px rgba(58,42,36,.07);
}
.bym-aanbod-page{
  background:var(--bym-aanbod-bg);
  color:var(--bym-aanbod-cacao);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.7;
  overflow:hidden;
}
.bym-aanbod-page *{box-sizing:border-box;}
.bym-aanbod-container{width:min(1180px,calc(100% - 40px));margin:0 auto;}
.bym-aanbod-page h1,.bym-aanbod-page h2,.bym-aanbod-page h3{
  font-family:"Playfair Display",Georgia,serif;
  font-weight:500;
  line-height:1.02;
  letter-spacing:-.045em;
  margin:0;
  color:var(--bym-aanbod-cacao);
}
.bym-aanbod-page h1{font-size:clamp(46px,4.7vw,72px);max-width:900px;margin:0 auto 24px;}
.bym-aanbod-page h1 em{display:block;font-style:italic;color:var(--bym-aanbod-taupe);margin-top:8px;}
.bym-aanbod-page h2{font-size:clamp(38px,3.9vw,58px);margin-bottom:20px;}
.bym-aanbod-page h3{font-size:clamp(29px,2.2vw,36px);margin-bottom:14px;}
.bym-aanbod-page p{font-size:17px;margin:0 0 18px;color:#6b5a52;}
.bym-aanbod-kicker{
  font-size:12px !important;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:800;
  color:var(--bym-aanbod-brown) !important;
  margin-bottom:16px !important;
}
.bym-aanbod-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  background:var(--bym-aanbod-cacao);
  color:#fff8ee !important;
  text-decoration:none !important;
  border-radius:999px;
  padding:15px 27px;
  font-weight:750;
  font-size:15px;
  box-shadow:0 16px 34px rgba(58,42,36,.14);
  transition:all .22s ease;
}
.bym-aanbod-btn:hover{transform:translateY(-2px);background:#4a3025;color:#fff8ee !important;}
.bym-aanbod-btn-ghost{background:transparent;color:var(--bym-aanbod-cacao) !important;border:1px solid rgba(58,42,36,.32);box-shadow:none;}
.bym-aanbod-btn-ghost:hover{background:var(--bym-aanbod-cream);color:var(--bym-aanbod-cacao) !important;}

.bym-aanbod-hero{
  padding:74px 0 46px;
  background:radial-gradient(circle at 20% 0%,#fffaf4 0,#f7efe9 44%,#efe1d8 100%);
}
.bym-aanbod-hero-center{
  text-align:center;
  max-width:980px;
}
.bym-aanbod-hero-center p:not(.bym-aanbod-kicker){
  font-size:19px;
  color:#5f5048;
  max-width:790px;
  margin-left:auto;
  margin-right:auto;
}
.bym-aanbod-hero-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}


.bym-aanbod-routes-section{padding:56px 0 94px;background:var(--bym-aanbod-bg);}
.bym-aanbod-section-intro{text-align:center;max-width:820px;margin:0 auto 42px;}
.bym-aanbod-section-intro p:not(.bym-aanbod-kicker){font-size:18px;color:#625149;}
.bym-aanbod-route-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:stretch;}
.bym-aanbod-route-card{
  background:var(--bym-aanbod-paper);
  border:1px solid var(--bym-aanbod-line);
  border-radius:34px;
  overflow:hidden;
  box-shadow:var(--bym-aanbod-soft-shadow);
  display:flex;
  flex-direction:column;
  min-height:100%;
  text-decoration:none !important;
  color:inherit !important;
  cursor:pointer;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.bym-aanbod-route-card:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(58,42,36,.12);border-color:rgba(194,143,120,.38);}
.bym-aanbod-route-img{height:228px;background:linear-gradient(135deg,#ead9cb,#d7b8a8);background-size:cover;background-position:center;}
.bym-aanbod-route-copy{padding:28px 25px 28px;display:flex;flex-direction:column;flex:1;}
.bym-aanbod-route-copy h3{font-size:clamp(28px,2vw,34px);letter-spacing:-.035em;}
.bym-aanbod-number{display:block;color:var(--bym-aanbod-taupe);font-weight:800;letter-spacing:.14em;margin-bottom:15px;font-size:13px;}
.bym-aanbod-route-copy p{font-size:15.4px;line-height:1.72;margin-bottom:15px;color:#6b5a52;}
.bym-aanbod-route-bottom{
  margin-top:auto;
  padding-top:18px;
  min-height:132px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.bym-aanbod-result{
  font-weight:750 !important;
  color:var(--bym-aanbod-cacao) !important;
  margin:0 0 18px !important;
  min-height:60px;
  display:flex;
  align-items:flex-start;
}
.bym-aanbod-link{display:inline-flex;align-items:center;gap:10px;color:var(--bym-aanbod-cacao) !important;text-decoration:none !important;font-weight:800;margin-top:auto;font-size:15px;}
.bym-aanbod-route-card:hover .bym-aanbod-link{color:var(--bym-aanbod-taupe) !important;}

.bym-aanbod-choice{padding:94px 0;background:#fff8ee;}
.bym-aanbod-choice-card{background:linear-gradient(135deg,#fffaf4 0%,#ead9cb 100%);border:1px solid var(--bym-aanbod-line);border-radius:42px;padding:54px;box-shadow:var(--bym-aanbod-shadow);}
.bym-aanbod-choice-intro{max-width:840px;margin-bottom:38px;}
.bym-aanbod-choice-intro p:not(.bym-aanbod-kicker){font-size:18px;}
.bym-aanbod-choice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.bym-aanbod-choice-item{
  background:rgba(255,248,238,.86);
  border:1px solid var(--bym-aanbod-line);
  border-radius:30px;
  padding:28px;
  box-shadow:var(--bym-aanbod-soft-shadow);
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.bym-aanbod-choice-number{display:block;color:var(--bym-aanbod-taupe);font-weight:800;letter-spacing:.13em;margin-bottom:15px;font-size:13px;}
.bym-aanbod-choice-grid h3{font-size:28px;letter-spacing:-.035em;margin-bottom:14px;}
.bym-aanbod-choice-grid p{font-size:15.7px;margin-bottom:18px;color:#6b5a52;}
.bym-aanbod-choice-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--bym-aanbod-cacao) !important;
  text-decoration:none !important;
  font-weight:800;
  font-size:14px;
  margin-top:auto;
}
.bym-aanbod-choice-link:hover{color:var(--bym-aanbod-taupe) !important;}

.bym-aanbod-cta{padding:92px 0 112px;background:var(--bym-aanbod-bg);}
.bym-aanbod-cta-card{background:linear-gradient(135deg,#ead9cb 0%,#e3c8b3 100%);border:1px solid var(--bym-aanbod-line);border-radius:42px;padding:56px 60px;box-shadow:var(--bym-aanbod-shadow);}
.bym-aanbod-cta-card h2{max-width:820px;}
.bym-aanbod-cta-card p{max-width:760px;font-size:18px;color:#5e4d46;}
.bym-aanbod-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px;}

@media(max-width:1120px){
  .bym-aanbod-route-bottom{min-height:auto;}
  .bym-aanbod-result{min-height:auto;}
  .bym-aanbod-route-grid{grid-template-columns:repeat(2,1fr);}
  .bym-aanbod-route-img{height:260px;}
  .bym-aanbod-choice-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:980px){
}
@media(max-width:680px){
  .bym-aanbod-container{width:min(100% - 28px,1180px);}
  .bym-aanbod-hero{padding:58px 0 34px;}
  .bym-aanbod-page h1{font-size:42px;}
  .bym-aanbod-page h2{font-size:37px;}
  .bym-aanbod-route-grid{grid-template-columns:1fr;}
  .bym-aanbod-route-img{height:235px;}
  .bym-aanbod-choice-card,.bym-aanbod-cta-card{padding:30px 24px;border-radius:30px;}
  .bym-aanbod-routes-section,.bym-aanbod-choice,.bym-aanbod-cta{padding:62px 0;}
  .bym-aanbod-hero-actions{gap:10px;margin-top:24px;}
  .bym-aanbod-hero-actions .bym-aanbod-btn{width:100%;justify-content:center;}
  .bym-aanbod-choice-grid{grid-template-columns:1fr;}
}
