.mto-scope {
    --mto-red: #dd3333;
    --mto-red-700: #b91c1c;
    --mto-dark: #1a1a1a;
    --mto-mont: 'Montserrat', sans-serif;
    --mto-open: 'Open Sans', sans-serif;
}

.mto-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    box-sizing: border-box;
}

.mto-scope *,
.mto-scope *::before,
.mto-scope *::after { box-sizing: border-box; }

.mto-ico-red { color: var(--mto-red); }
.mto-ico-dark { color: var(--mto-dark); }

.mto-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.mto-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.3) 50%, transparent);
}
.mto-hero__inner {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
    padding: 96px 24px 40px;
    width: 100%;
}

.mto-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 24px;
    padding: 13px 26px;
    background: var(--mto-red);
    color: #fff;
    border-radius: 8px;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: background .2s;
}
.mto-hero__cta:hover { background: #b82828; color: #fff; }

.mto-hero__eyebrow {
    display: block;
    margin-bottom: 2px;
    color: var(--mto-red);
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.mto-hero__title {
    margin: 0;
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 36px;
    line-height: 1.25;
    color: #fff;
}
@media (min-width: 768px) { .mto-hero__title { font-size: 48px; } }

.mto-trust { background: transparent; }
.mto-trust .mto-container { padding-top: 16px; padding-bottom: 16px; }
.mto-trust__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.mto-trust__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 32px;
}
.mto-trust__item > img { height: 36px; width: auto; }

.mto-trust__item > img.mto-trust__logo--vzr { height: 44px; }
.mto-trust__name {
    margin: 0;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    color: var(--mto-dark);
}
.mto-trust__sub {
    margin: 0;
    font-family: var(--mto-open);
    font-size: 12px;
    line-height: 16px;
    color: #6b7280;
}
.mto-trust__score { display: flex; align-items: center; gap: 8px; }
.mto-trust__rating {
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    color: var(--mto-dark);
}
.mto-trust__stars { display: flex; gap: 1px; }
.mto-trust__item .mto-trust__sub { margin-top: 2px; }

@media (max-width: 767px) {
    .mto-trust__row { flex-direction: column; align-items: stretch; }
    .mto-trust__item { justify-content: center; padding: 10px 12px; }
}

.mto-intro { padding: 40px 0; }
.mto-intro__grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
@media (min-width: 1024px) {
    .mto-intro__grid { grid-template-columns: 1fr 1fr; }
    .mto-intro__grid--solo { grid-template-columns: minmax(0, 820px); }

    .mto-intro__panel { margin-top: 28px; }
}

.mto-intro__body--rich {
    font-family: var(--mto-open);
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}
.mto-intro__body--rich > *:first-child { margin-top: 0; }
.mto-intro__body--rich > *:last-child { margin-bottom: 0; }
.mto-intro__body--rich h2,
.mto-intro__body--rich h3 {
    margin: 0 0 12px;
    font-family: var(--mto-mont);
    font-weight: 900;
    color: var(--mto-dark);
}
.mto-intro__body--rich h2 { font-size: 30px; line-height: 36px; letter-spacing: -0.02em; }
.mto-intro__body--rich h3 { font-size: 18px; line-height: 26px; }
@media (min-width: 768px) {
    .mto-intro__body--rich h2 { font-size: 36px; line-height: 40px; }
}
.mto-intro__body--rich p { margin: 0 0 14px; }
.mto-intro__body--rich ul { margin: 0 0 14px; padding-left: 20px; }
.mto-intro__body--rich a { color: var(--mto-red); }

.mto-scope .mto-check--radio .mto-check__box { border-radius: 50%; }
.mto-scope .mto-check--radio input:checked + .mto-check__box::after {
    background: none;
    inset: 4px;
    border-radius: 50%;
    background-color: #fff;
}

.mto-typelinks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.mto-typelink {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #fff;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: var(--mto-dark);
    text-decoration: none;
    transition: border-color .2s, color .2s, background .2s;
}
.mto-typelink:hover {
    border-color: var(--mto-red);
    color: var(--mto-red);
}
.mto-typelink.is-active {
    background: var(--mto-dark);
    border-color: var(--mto-dark);
    color: #fff;
}

.mto-dests { padding: 64px 0 8px; }
.mto-dests__title {
    margin: 0 0 24px;
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: var(--mto-dark);
}
@media (min-width: 768px) {
    .mto-dests__title { font-size: 36px; line-height: 40px; }
}

.mto-eyebrow {
    display: block;
    margin-bottom: 2px;
    color: var(--mto-red);
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.mto-intro__title {
    margin: 0 0 16px;
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: var(--mto-dark);
}
.mto-intro__text {
    margin: 0 0 12px;
    font-family: var(--mto-open);
    font-size: 14px;
    line-height: 1.625;
    color: #4b5563;
}
.mto-intro__text:last-child { margin-bottom: 0; }
.mto-intro__panel { border-radius: 12px; padding: 24px; }
.mto-intro__panel-title {
    margin: 0 0 16px;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--mto-dark);
}
.mto-checklist { list-style: none; margin: 0; padding: 0; }
.mto-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--mto-open);
    font-size: 14px;
    line-height: 20px;
    color: #4b5563;
}
.mto-checklist li + li { margin-top: 10px; }
.mto-checklist__mark {
    width: 20px;
    height: 20px;
    border-radius: 9999px;
    background: var(--mto-red);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mto-checklist strong {
    font-family: var(--mto-mont);
    font-weight: 700;
    color: var(--mto-dark);
}

.mto-listing { padding: 48px 0; }
.mto-listing__grid { display: flex; gap: 32px; align-items: flex-start; }
.mto-listing__main { flex: 1 1 auto; min-width: 0; }

.mto-listing__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 16px;
}
.mto-listing__title {
    margin: 0;
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: var(--mto-dark);
}
.mto-listing__count {
    margin-left: 12px;
    font-family: var(--mto-open);
    font-weight: 400;
    font-size: 14px;
    color: #9ca3af;
}

.mto-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 640px)  { .mto-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1280px) { .mto-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }

.mto-empty {
    padding: 40px 0;
    text-align: center;
    font-family: var(--mto-open);
    font-size: 14px;
    color: #6b7280;
}

.mto-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    transition: box-shadow .3s;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}
.mto-card:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }

.mto-card__media { position: relative; height: 208px; overflow: hidden; flex-shrink: 0; }
.mto-card__media img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s;
}
.mto-card:hover .mto-card__media img { transform: scale(1.05); }

.mto-card__tags {
    position: absolute;
    top: 12px; left: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}
.mto-card__price {
    background: var(--mto-red);
    color: #fff;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 12px;
    border-radius: 4px;
}
.mto-badge {
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 4px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
    white-space: nowrap;
}
.mto-badge--popular    { background: #f97316; color: #fff; }
.mto-badge--last-rooms { background: #f59e0b; color: #fff; }
.mto-badge--renewed    { background: var(--mto-dark); color: #fff; }
.mto-badge--new        { background: var(--mto-red); color: #fff; }

.mto-card__partner,
.mto-relcard__partner {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: block;
    background: rgba(255,255,255,0.92);
    border-radius: 4px;
    padding: 5px 8px;
}
.mto-card__partner img,
.mto-relcard__partner img {
    display: block;
    height: 20px;
    width: auto;
    max-width: 96px;
    object-fit: contain;
}

.mto-card__ferry { position: absolute; bottom: 12px; left: 12px; }
.mto-card__ferry span {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: var(--mto-dark);
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 10px;
    border-radius: 4px;
}

.mto-card__body { padding: 16px; display: flex; flex-direction: column; flex: 1 1 auto; }
.mto-card__type {
    align-self: flex-start;
    margin-bottom: 8px;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 10px;
    border-radius: 4px;
}
.mto-card__type--individueel { background: #f3f4f6; color: #4b5563; }
.mto-card__type--groep       { background: #fef2f2; color: var(--mto-red); }

.mto-card__title {
    margin: 0 0 8px;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.375;
    color: var(--mto-dark);
    transition: color .15s;
}
.mto-card:hover .mto-card__title { color: var(--mto-red); }

.mto-card__desc {
    margin: 0 0 12px;
    flex: 1 1 auto;
    font-family: var(--mto-open);
    font-size: 12px;
    line-height: 1.625;
    color: #6b7280;
}

.mto-card__meta {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-family: var(--mto-open);
    font-size: 12px;
    line-height: 16px;
    color: #9ca3af;
}
.mto-card__flags { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.mto-card__flags img { width: 21px; height: 14px; object-fit: cover; border-radius: 2px; flex-shrink: 0; }
.mto-card__facts { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.mto-card__facts span { display: flex; align-items: center; gap: 4px; }

.mto-seo { padding: 56px 0 8px; }
.mto-seo__body {
    max-width: 760px;
    font-family: var(--mto-open);
    font-size: 15px;
    line-height: 1.65;
    color: #4b5563;
}
.mto-seo__body h2, .mto-seo__body h3 {
    margin: 0 0 12px;
    font-family: var(--mto-mont);
    font-weight: 900;
    color: var(--mto-dark);
}
.mto-seo__body h2 { font-size: 30px; line-height: 36px; }
.mto-seo__body h3 { font-size: 18px; line-height: 26px; }
.mto-seo__body p { margin: 0 0 14px; }
.mto-seo__body p:last-child { margin-bottom: 0; }
.mto-seo__body a { color: var(--mto-red); }
.mto-seo__body ul { margin: 0 0 14px; padding-left: 20px; }

.mto-filters {
    width: 256px;
    flex-shrink: 0;
    align-self: flex-start;
    position: sticky;
    top: 112px;
    display: none;
}
@media (min-width: 1024px) { .mto-filters { display: block; } }

.mto-filters__card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    overflow: visible;
}
.mto-filters__inner { padding: 24px; }

.mto-filters__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 8px;
}
.mto-filters__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 14px;
    color: var(--mto-dark);
}
.mto-filters__count {
    background: var(--mto-red);
    color: #fff;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 12px;
    width: 20px; height: 20px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mto-filters__clear {
    background: none; border: 0; cursor: pointer;
    display: flex; align-items: center; gap: 4px;
    font-family: var(--mto-open);
    font-size: 12px;
    color: #9ca3af;
    padding: 0;
    transition: color .15s;
}

.mto-filters__clear:hover { color: var(--mto-red-700); }

.mto-filters__section { border-bottom: 1px solid #f3f4f6; padding-bottom: 20px; margin-bottom: 20px; }
.mto-filters__section:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.mto-filters__label {
    margin: 0 0 12px;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
}

.mto-filters__fab {
    position: fixed;
    bottom: 24px; right: 24px;
    z-index: 40;
    display: flex;
    align-items: center;
    gap: 9px;
    background: var(--mto-dark);
    color: #fff;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 15px;

    min-height: 52px;
    padding: 14px 22px;
    border: 0;
    border-radius: 9999px;
    box-shadow: 0 10px 20px -4px rgba(0,0,0,.28), 0 4px 8px -4px rgba(0,0,0,.2);
    cursor: pointer;
}
@media (min-width: 1024px) { .mto-filters__fab { display: none; } }

@media (max-width: 1023px) {
    body:has(.mto-filters__fab) .coloo-to-top { left: 16px; right: auto; }
}

.mto-drawer { position: fixed; inset: 0; z-index: 1100; display: flex; }
.mto-drawer[hidden] { display: none; }
.mto-drawer__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.4); }
.mto-drawer__panel {
    position: relative;
    margin-left: auto;
    width: 320px;
    max-width: 100%;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
}
.mto-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 16px;
    border-bottom: 1px solid #f3f4f6;
    font-family: var(--mto-mont);
    font-weight: 900;
    color: var(--mto-dark);
}
.mto-drawer__head button { background: none; border: 0; cursor: pointer; color: #9ca3af; display: flex; }
.mto-drawer__body { flex: 1 1 auto; }
.mto-drawer__foot { padding: 0 24px 24px; }
.mto-drawer__apply {
    width: 100%;
    background: var(--mto-red);
    color: #fff;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    padding: 12px;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .15s;
}
.mto-drawer__apply:hover { background: var(--mto-red-700); }

.mto-card.is-onbeschikbaar { pointer-events: none; cursor: default; }
.mto-card.is-onbeschikbaar .mto-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, .55);
    z-index: 2;
}
.mto-card.is-onbeschikbaar .mto-card__body { opacity: .7; }
.mto-card__status {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background: rgba(26, 26, 26, .92);
    color: #fff;
    font-family: var(--mto-mont);
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 22px;
    border-radius: 6px;
    box-shadow: 0 8px 24px -6px rgba(0,0,0,.55);
}

.mto-reviews { padding: 80px 0; }

.mto-reviews__head {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 56px;
}
@media (min-width: 768px) {
    .mto-reviews__head { flex-direction: row; align-items: flex-end; justify-content: space-between; }
}
.mto-reviews__eyebrow {
    display: block;
    margin-bottom: 2px;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--mto-red);
}
.mto-reviews__title {
    margin: 0;
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: var(--mto-dark);
}
@media (min-width: 768px) {
    .mto-reviews__title { font-size: 36px; line-height: 40px; }
}

.mto-reviews__score {
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: flex-start;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
@media (min-width: 768px) { .mto-reviews__score { align-self: auto; } }
.mto-reviews__score-num { text-align: center; }
.mto-reviews__score-num > span:first-child {
    display: block;
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 36px;
    line-height: 1;
    color: var(--mto-dark);
}
.mto-reviews__score-stars { display: flex; gap: 2px; margin-top: 4px; justify-content: center; }
.mto-reviews__score-meta { border-left: 1px solid #e5e7eb; padding-left: 20px; }
.mto-reviews__score-meta p {
    margin: 0;
    font-family: var(--mto-open);
    font-size: 12px;
    line-height: 20px;
    color: #6b7280;
}
.mto-reviews__score-meta strong {
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    color: var(--mto-dark);
}
.mto-reviews__google,
.mto-review__verified {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--mto-open);
    font-size: 10px;
    line-height: 14px;
    color: #9ca3af;
}
.mto-reviews__google { margin-top: 4px; }

.mto-reviews__slider { position: relative; }
.mto-reviews__track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}
.mto-reviews__track::-webkit-scrollbar { display: none; }

.mto-reviews__nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #fff;
    color: var(--mto-dark);
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
    cursor: pointer;
    transition: background-color .15s, color .15s, border-color .15s;
}
.mto-reviews__nav:hover { background: var(--mto-red); color: #fff; border-color: var(--mto-red); }

.mto-reviews__nav--prev { left: 0;  transform: translate(-20px, -50%); }
.mto-reviews__nav--next { right: 0; transform: translate(20px, -50%); }
.mto-reviews__nav--prev svg { transform: rotate(90deg); }
.mto-reviews__nav--next svg { transform: rotate(-90deg); }

.mto-review {
    flex: 0 0 calc(100% - 12px);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    transition: box-shadow .2s;
}
.mto-review:hover { box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1); }
@media (min-width: 640px) { .mto-review { flex-basis: calc(50% - 12px); } }
@media (min-width: 1024px) { .mto-review { flex-basis: calc(33.333% - 16px); } }

.mto-review__quote { display: block; margin-bottom: 12px; color: rgba(221, 51, 51, .2); }
.mto-review__stars { display: flex; gap: 2px; margin-bottom: 12px; }
.mto-review__text {
    margin: 0 0 12px;
    font-family: var(--mto-open);
    font-size: 14px;
    line-height: 23px;
    color: #4b5563;
}

.mto-review__text.is-clamped {
    position: relative;
    max-height: 120px;
    overflow: hidden;
}
.mto-review__text.is-clamped::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44px;
    background: linear-gradient(rgba(255,255,255,0), #fff);
    pointer-events: none;
}
.mto-review__text.is-clamped.is-expanded { max-height: none; overflow: visible; }
.mto-review__text.is-clamped.is-expanded::after { display: none; }

.mto-review__more {
    align-self: flex-start;
    margin: 0 0 20px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    font-family: var(--mto-open);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--mto-red);
}
.mto-review__more:hover { color: var(--mto-red-700); }
.mto-review__more[hidden] { display: none; }
.mto-review__foot {
    margin-top: auto;
    border-top: 1px solid #f3f4f6;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.mto-review__author { display: flex; align-items: center; gap: 12px; min-width: 0; }
.mto-review__avatar {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 12px;
    color: #fff;
}
.mto-review__naam {
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: var(--mto-dark);
}
.mto-review__verified { flex-shrink: 0; }

@media (max-width: 767px) {
    .mto-reviews { padding: 48px 0; }
    .mto-reviews__head { margin-bottom: 32px; }

    .mto-reviews__nav { display: none; }
    .mto-reviews__track { margin-right: -24px; padding-right: 24px; }
}

@media (max-width: 639px) {
    .mto-review { flex-basis: 86%; }
}

.mto-trip__hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 420px;
    overflow: hidden;
}
.mto-trip__hero > img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.mto-trip__hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), rgba(0,0,0,0.05) 50%, transparent);
}
.mto-trip__hero-inner {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    max-width: 1280px;
    margin: 0 auto;
    padding: 96px 24px 40px;
    width: 100%;
}
.mto-trip__hero-meta {
    display: flex; align-items: center; gap: 8px;
    margin-bottom: 12px;
    font-family: var(--mto-open);
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}
.mto-trip__hero-meta img { width: 24px; height: 16px; object-fit: cover; border-radius: 2px; }
.mto-trip__hero-dot { color: rgba(255,255,255,0.3); margin: 0 4px; }
.mto-trip__hero-title {
    margin: 0 0 12px;
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 36px;
    line-height: 1.25;
    color: #fff;
}
.mto-trip__hero-sub {
    margin: 0;
    font-family: var(--mto-open);
    font-size: 16px;
    color: rgba(255,255,255,0.8);
}
@media (min-width: 768px) {
    .mto-trip__hero-title { font-size: 60px; }
    .mto-trip__hero-sub { font-size: 18px; }
}

@media (min-width: 1024px) {
    .mto-trip__hero-sub { padding-right: 240px; }
}

.mto-trip__partner {
    position: absolute;
    top: 20px; right: 24px;
    z-index: 40;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px -8px rgba(0,0,0,0.25);
    padding: 10px 16px;
}
.mto-trip__partner span {
    font-family: var(--mto-open);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    white-space: nowrap;
}
.mto-trip__partner img { max-height: 40px; max-width: 150px; width: auto; display: block; }
@media (max-width: 767px) {
    .mto-trip__partner { top: 12px; right: 12px; padding: 8px 12px; }
    .mto-trip__partner img { max-height: 30px; max-width: 120px; }
}

.mto-trip__sticker {
    display: none;
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 40;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px -8px rgba(0,0,0,0.25);
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
}
@media (min-width: 1024px) { .mto-trip__sticker { display: flex; } }
.mto-trip__sticker-num {
    margin: 0;
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    color: var(--mto-dark);
}
.mto-trip__sticker-sub {
    margin: 2px 0 0;
    font-family: var(--mto-open);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: #6b7280;
    white-space: nowrap;
}
.mto-trip__sticker-stars { display: flex; gap: 2px; }

.mto-trip__tabs {
    position: sticky;
    top: 96px;
    z-index: 30;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}
.mto-trip__tabs-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}
.mto-trip__tabs-row::-webkit-scrollbar { display: none; }
@media (min-width: 768px) { .mto-trip__tabs-row { gap: 4px; } }
.mto-trip__tab {
    position: relative;
    flex-shrink: 0;
    background: none;
    border: 0;
    cursor: pointer;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 16px 8px;
    color: #6b7280;
    white-space: nowrap;
    transition: color .15s;
}
@media (min-width: 768px) { .mto-trip__tab { padding: 16px; } }
.mto-trip__tab:hover { color: var(--mto-dark); }

.mto-trip__tab::after {
    content: "";
    position: absolute;
    left: 8px; right: 8px; bottom: 10px;
    height: 2px;
    background: var(--mto-red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}
@media (min-width: 768px) { .mto-trip__tab::after { left: 16px; right: 16px; } }
.mto-trip__tab.is-active { color: var(--mto-dark); }
.mto-trip__tab.is-active::after { transform: scaleX(1); }

.mto-trip__main { padding-top: 48px; padding-bottom: 48px; }
.mto-trip__layout { display: flex; flex-direction: column; gap: 40px; }
@media (min-width: 1024px) { .mto-trip__layout { flex-direction: row; } }
.mto-trip__content { flex: 1 1 auto; min-width: 0; }
.mto-trip__section + .mto-trip__section { margin-top: 64px; }
.mto-trip__aside { flex-shrink: 0; }
@media (min-width: 1024px) { .mto-trip__aside { width: 320px; } }

.mto-trip__h2 {
    margin: 0 0 8px;
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    color: var(--mto-dark);
}
.mto-trip__h3 {
    margin: 0 0 20px;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--mto-dark);
}

.mto-trip__intro, .mto-trip__intro p {
    font-family: var(--mto-open);
    font-size: 14px;
    line-height: 1.625;
    color: #4b5563;
}

.mto-trip__lead {
    margin: 0 0 20px;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--mto-red);
}
.mto-trip__h2 + .mto-trip__lead { margin-top: -6px; }
.mto-trip__intro { margin-bottom: 32px; }
.mto-trip__intro p { margin: 0 0 12px; }
.mto-trip__intro p:last-child { margin-bottom: 0; }

.mto-trip__highlights { padding: 32px 0; margin-bottom: 48px; }
.mto-trip__highlights ul {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-template-columns: 1fr; gap: 12px;
}
@media (min-width: 768px) { .mto-trip__highlights ul { grid-template-columns: 1fr 1fr; } }
.mto-trip__highlights li {
    display: flex; align-items: flex-start; gap: 12px;
    font-family: var(--mto-open);
    font-size: 14px;
    line-height: 20px;
    color: #374151;
}
.mto-trip__highlights li svg { color: var(--mto-red); flex-shrink: 0; margin-top: 2px; }

.mto-trip__info { display: flex; flex-direction: column; gap: 20px; }
.mto-trip__info-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 1024px) { .mto-trip__info-grid { grid-template-columns: 1fr 1fr; } }
.mto-trip__panel { border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px; }
.mto-trip__panel-title {
    display: flex; align-items: center; gap: 8px;
    margin: 0 0 16px;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.mto-trip__panel-title--in   { color: #16a34a; }
.mto-trip__panel-title--ex   { color: #dc2626; }
.mto-trip__panel-title--info { color: #374151; }
.mto-trip__panel-title--letop { color: #b45309; }

.mto-trip__list ul { list-style: none; margin: 0; padding: 0; }
.mto-trip__list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    font-family: var(--mto-open);
    font-size: 14px;
    line-height: 20px;
    color: #374151;
}
.mto-trip__list li:last-child { margin-bottom: 0; }
.mto-trip__list li::before {
    position: absolute; left: 0; top: 3px;
    width: 14px; height: 14px;
    background-repeat: no-repeat; background-size: 14px 14px;
    content: "";
}
.mto-trip__list--in li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.78 4.22a.75.75 0 010 1.06l-7 7a.75.75 0 01-1.06 0l-3.5-3.5a.75.75 0 111.06-1.06L6.5 10.44l6.47-6.47a.75.75 0 011.06 0z' fill='%2316a34a'/%3E%3C/svg%3E");
}
.mto-trip__list--ex li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.22 2.22a.75.75 0 011.06 0L8 6.94l4.72-4.72a.75.75 0 111.06 1.06L9.06 8l4.72 4.72a.75.75 0 11-1.06 1.06L8 9.06l-4.72 4.72a.75.75 0 01-1.06-1.06L6.94 8 2.22 3.28a.75.75 0 010-1.06z' fill='%23dc2626'/%3E%3C/svg%3E");
}
.mto-trip__list--info li::before {
    left: 3px; top: 8px; width: 6px; height: 6px;
    border-radius: 9999px; background: #9ca3af;
}

.mto-acc { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; }
.mto-acc__item + .mto-acc__item { border-top: 1px solid #e5e7eb; }
.mto-acc__trigger {
    width: 100%;
    display: flex; align-items: center; gap: 16px;
    padding: 16px 24px;
    background: none; border: 0; cursor: pointer;
    text-align: left;
    transition: background-color .15s;
}
.mto-acc__trigger:hover { background: #f9fafb; }
.mto-acc__day {
    width: 40px; height: 40px;
    border-radius: 9999px;
    background: var(--mto-red);
    color: #fff;
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 12px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.mto-acc__head { flex: 1 1 auto; min-width: 0; }
.mto-acc__title {
    display: block;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.375;
    color: var(--mto-dark);
}
.mto-acc__km {
    display: block;
    font-family: var(--mto-open);
    font-weight: 700;
    font-size: 12px;
    color: var(--mto-red);

    text-transform: lowercase;
}
.mto-acc__km::first-letter { text-transform: uppercase; }
.mto-acc__chevron { color: #6b7280; flex-shrink: 0; display: flex; transition: transform .2s; }
.mto-acc__item.is-open .mto-acc__chevron { transform: rotate(180deg); }
.mto-acc__panel { display: none; background: #f9fafb; border-top: 1px solid #e5e7eb; }
.mto-acc__item.is-open .mto-acc__panel { display: block; }
.mto-acc__body { padding: 16px 24px; }
.mto-acc__body p {
    margin: 0;
    font-family: var(--mto-open);
    font-size: 14px;
    line-height: 1.625;
    color: #4b5563;
}
.mto-acc__media { margin-top: 16px; display: flex; justify-content: center; }
.mto-acc__media img {
    width: 100%; max-width: 560px; height: 230px;
    object-fit: cover; border-radius: 8px; display: block;
}

.mto-acco { position: relative; }
.mto-acco__track {
    display: flex; gap: 24px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.mto-acco__track::-webkit-scrollbar { display: none; }
.mto-acco__slide {
    flex-shrink: 0;
    width: 320px; height: 256px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}
.mto-acco__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mto-acco__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px; height: 48px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    color: var(--mto-dark);
    transition: background-color .15s, color .15s, border-color .15s;
}
.mto-acco__nav:hover { background: var(--mto-red); color: #fff; border-color: var(--mto-red); }
.mto-acco__nav--prev { left: 0; }
.mto-acco__nav--next { right: 0; }
@media (max-width: 767px) {
    .mto-acco__nav { display: none; }
    .mto-acco__slide { width: 280px; height: 220px; }
}

.mto-trip__dest-img { border-radius: 16px; overflow: hidden; height: 320px; margin-bottom: 32px; }
.mto-trip__dest-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mto-trip__dest-text, .mto-trip__dest-text p, .mto-trip__dest-text li {
    font-family: var(--mto-open);
    font-size: 14px;
    line-height: 1.625;
    color: #4b5563;
}
.mto-trip__dest-text p { margin: 0 0 24px; }
.mto-trip__dest-text h3, .mto-trip__dest-text h4 {
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 16px;
    color: var(--mto-dark);
    margin: 24px 0 8px;
}

.mto-faq { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 0 24px; }
.mto-faq__item { border-bottom: 1px solid #e5e7eb; }
.mto-faq__item:last-child { border-bottom: 0; }
.mto-faq__q {
    width: 100%;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 16px 0;
    background: none; border: 0; cursor: pointer;
    text-align: left;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    color: var(--mto-dark);
}
.mto-faq__icon { color: #9ca3af; flex-shrink: 0; display: flex; transition: transform .2s, color .2s; }
.mto-faq__item.is-open .mto-faq__icon { transform: rotate(180deg); color: var(--mto-red); }
.mto-faq__a { display: none; padding-bottom: 16px; }
.mto-faq__item.is-open .mto-faq__a { display: block; }
.mto-faq__a p {
    margin: 0;
    font-family: var(--mto-open);
    font-size: 14px;
    line-height: 1.625;
    color: #4b5563;
}

@media (min-width: 1024px) {
    .mto-trip__aside > .mto-trip__card { position: sticky; top: 172px; }
}
.mto-trip__card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.mto-trip__card-info { position: relative; padding: 24px; border-bottom: 1px solid #e5e7eb; }

.mto-trip__card-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 12px;
}
.mto-trip__card-type {
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    color: var(--mto-red);
}
.mto-trip__card-badge--status {
    background: #fee2e2; color: #991b1b;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
}
.mto-trip__card-fact {
    display: flex; align-items: center; gap: 8px;
    margin-bottom: 12px;
    font-family: var(--mto-open);
    font-size: 14px;
    color: #4b5563;
}
.mto-trip__card-fact:last-child { margin-bottom: 0; }
.mto-trip__card-fact img { width: 21px; height: 14px; object-fit: cover; border-radius: 2px; }

.mto-trip__card-cols { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.mto-trip__card-main { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.mto-trip__card-facts { display: flex; flex-direction: column; gap: 8px; }
.mto-trip__card-knmv {
    position: absolute;
    top: 24px;
    right: 24px;
}

.mto-trip__card-knmv img { height: 44px; width: auto; display: block; }

.mto-trip__card-cols:has(.mto-trip__card-knmv) .mto-trip__card-row { padding-right: 114px; }

.mto-trip__card-price { padding: 24px; border-bottom: 1px solid #e5e7eb; }
.mto-trip__card-price-label {
    margin: 0 0 8px;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--mto-red);
}
.mto-trip__card-price-value {
    margin: 0 0 4px;
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 36px;
    line-height: 1;
    color: var(--mto-dark);
}
.mto-trip__card-price-note, .mto-trip__card-unavailable {
    margin: 0;
    font-family: var(--mto-open);
    font-size: 12px;
    color: #6b7280;
}

.mto-trip__card-cta { padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.mto-trip__book, .mto-trip__call {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: background-color .15s;
}
.mto-trip__book { background: var(--mto-red); color: #fff; }
.mto-trip__book:hover { background: var(--mto-red-700); color: #fff; }
.mto-trip__call { background: #e5e7eb; color: var(--mto-dark); }
.mto-trip__contact { display: flex; gap: 16px; }
.mto-trip__contact .mto-trip__call { flex: 1; padding: 13px 8px; font-size: 13px; }
.mto-trip__call--wa svg { color: #1da851; flex-shrink: 0; }
.mto-trip__call:hover { background: #d1d5db; color: var(--mto-dark); }

.mto-trip__card-trust {
    padding: 16px 24px;
    background: #f9fafb;
    border-top: 1px solid #f3f4f6;
    display: flex; align-items: center; justify-content: center; gap: 12px;
}
.mto-trip__card-trust img { height: 34px; width: auto; flex-shrink: 0; }
.mto-trip__card-trust p {
    margin: 0;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    color: var(--mto-dark);
    text-align: left;
}

.mto-related { padding: 80px 0; }
.mto-related__head { margin-bottom: 48px; }
.mto-related__title {
    margin: 0 0 2px;
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: var(--mto-dark);
}
.mto-related__sub {
    margin: 0;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: var(--mto-red);
}

.mto-related__slider { position: relative; padding: 0 24px; }
@media (min-width: 768px) { .mto-related__slider { padding: 0 40px; } }

.mto-related__track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}
.mto-related__track::-webkit-scrollbar { display: none; }

.mto-related__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--mto-dark);
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
    cursor: pointer;
    padding: 0;
    transition: background-color .15s, color .15s, border-color .15s;
}
.mto-related__nav:hover {
    background: var(--mto-red);
    color: #fff;
    border-color: var(--mto-red);
}
.mto-related__nav--prev { left: 0; }
.mto-related__nav--next { right: 0; }

.mto-related__nav--prev svg { transform: rotate(90deg); }
.mto-related__nav--next svg { transform: rotate(-90deg); }
@media (min-width: 768px) {
    .mto-related__nav { width: 64px; height: 64px; }
}

.mto-relcard {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 280px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    transition: box-shadow .2s;
}
.mto-relcard:hover {
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
}
.mto-relcard__media {
    position: relative;
    display: block;
    height: 208px;
    overflow: hidden;
    background: #f3f4f6;
}
.mto-relcard__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s;
}
.mto-relcard:hover .mto-relcard__media img { transform: scale(1.05); }
.mto-relcard__price {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--mto-red);
    color: #fff;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 12px;
    border-radius: 4px;
}
.mto-relcard__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px;
}
.mto-relcard__title {
    margin: 0 0 8px;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: var(--mto-dark);
    transition: color .15s;
}
.mto-relcard:hover .mto-relcard__title { color: var(--mto-red); }
.mto-relcard__desc {
    margin: 0 0 16px;
    flex: 1;
    font-family: var(--mto-open);
    font-size: 14px;
    line-height: 23px;
    color: #6b7280;
}
.mto-relcard__meta {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.mto-relcard__flags {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    font-family: var(--mto-open);
    font-size: 12px;
    line-height: 16px;
    color: #6b7280;
}
.mto-relcard__flags img { width: 21px; height: 14px; object-fit: cover; border-radius: 2px; flex-shrink: 0; }
.mto-relcard__stats {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--mto-open);
    font-size: 12px;
    line-height: 16px;
    color: #6b7280;
}
.mto-relcard__stats > span {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .mto-related { padding: 48px 0; }
    .mto-related__head { margin-bottom: 24px; }
    .mto-relcard { flex-basis: 86%; }

    .mto-related__slider { padding: 0; }
    .mto-related__track {
        margin-right: -24px;
        padding-right: 24px;
    }

    .mto-related__nav { display: none; }
}

.mto-booking__hero {
    position: relative;
    width: 100%;
    height: 40vh;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: var(--mto-dark);
}
.mto-booking__hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.3) 50%, transparent);
}
.mto-booking__hero-inner {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 24px 40px;
    width: 100%;
}
.mto-booking__hero-title {
    margin: 0;
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 30px;
    line-height: 1.25;
    color: #fff;
}
@media (min-width: 768px) { .mto-booking__hero-title { font-size: 40px; } }

.mto-booking__main { padding-top: 48px; padding-bottom: 64px; }
.mto-booking__card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
    padding: 32px 24px;
}
@media (min-width: 768px) { .mto-booking__card { padding: 40px; } }

.mto-booking .gfield_label,
.mto-booking .gform_wrapper legend {
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 12px;
    color: var(--mto-dark);
    margin-bottom: 6px;
}
.mto-booking .gform_wrapper input[type="text"],
.mto-booking .gform_wrapper input[type="email"],
.mto-booking .gform_wrapper input[type="tel"],
.mto-booking .gform_wrapper input[type="number"],
.mto-booking .gform_wrapper input[type="date"],
.mto-booking .gform_wrapper select,
.mto-booking .gform_wrapper textarea {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: var(--mto-open);
    font-size: 14px;
    color: var(--mto-dark);
    background: #fff;
    transition: border-color .15s;
}
.mto-booking .gform_wrapper input:focus,
.mto-booking .gform_wrapper select:focus,
.mto-booking .gform_wrapper textarea:focus {
    outline: none;
    border-color: var(--mto-red);
}
.mto-booking .gform_wrapper .gfield_description,
.mto-booking .gform_wrapper .gform_fileupload_rules {
    font-family: var(--mto-open);
    font-size: 12px;
    color: #6b7280;
}
.mto-booking .gform_wrapper .gsection_title,
.mto-booking .gform_wrapper h2,
.mto-booking .gform_wrapper h3 {
    font-family: var(--mto-mont);
    font-weight: 900;
    color: var(--mto-dark);
}

.mto-booking .gform_wrapper .gform_button,
.mto-booking .gform_wrapper .gform_next_button,
.mto-booking .gform_wrapper .gform_previous_button {
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    padding: 14px 24px;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    transition: background-color .15s;
}
.mto-booking .gform_wrapper .gform_button,
.mto-booking .gform_wrapper .gform_next_button {
    background: var(--mto-red);
    color: #fff;
}
.mto-booking .gform_wrapper .gform_button:hover,
.mto-booking .gform_wrapper .gform_next_button:hover {
    background: var(--mto-red-700);
}
.mto-booking .gform_wrapper .gform_previous_button {
    background: #e5e7eb;
    color: var(--mto-dark);
}
.mto-booking .gform_wrapper .gform_previous_button:hover { background: #d1d5db; }

.mto-booking .gform_wrapper .gfield_error .gfield_label { color: var(--mto-red); }
.mto-booking .gform_wrapper .validation_message {
    font-family: var(--mto-open);
    font-size: 12px;
    color: var(--mto-red);
}

.mto-scope .mto-hero__title,
.mto-scope .mto-intro__title,
.mto-scope .mto-listing__title,
.mto-scope .mto-listing__count,
.mto-scope .mto-card__title,
.mto-scope .mto-card__desc,
.mto-scope .mto-trip__hero-title,
.mto-scope .mto-trip__hero-sub,
.mto-scope .mto-trip__h2,
.mto-scope .mto-trip__h3,
.mto-scope .mto-acc__title,
.mto-scope .mto-faq__q,
.mto-scope .mto-related__title,
.mto-scope .mto-trip__card-price-value,
.mto-scope .mto-trip__sticker-num,
.mto-scope .mto-booking__hero-title,
.mto-scope .mto-intro__panel-title,
.mto-scope .mto-trust__name {
    letter-spacing: normal;
}

.mto-scope .mto-hero__title,
.mto-scope .mto-trip__hero-title { line-height: 1.25; }
@media (min-width: 768px) {
    .mto-scope .mto-hero__title,
    .mto-scope .mto-trip__hero-title { line-height: 1; }
}

.mto-scope .mto-listing__count { line-height: 20px; }

.mto-scope .mto-trip__book,
.mto-scope .mto-trip__call { line-height: 20px; }

.mto-scope .mto-trip__hero-sub { line-height: 24px; }
@media (min-width: 768px) { .mto-scope .mto-trip__hero-sub { line-height: 28px; } }

.mto-scope .mto-trip__sticker-sub { line-height: 16px; }

.mto-scope #overzicht      > .mto-trip__h2 { margin-bottom: 8px; }
.mto-scope #reisinformatie > .mto-trip__h2 { margin-bottom: 24px; }
.mto-scope #dagprogramma   > .mto-trip__h2 { margin-bottom: 32px; }
.mto-scope #accommodatie   > .mto-trip__h2 { margin-bottom: 20px; }
.mto-scope #bestemming     > .mto-trip__h2 { margin-bottom: 24px; }
.mto-scope #faq            > .mto-trip__h2 { margin-bottom: 24px; }

.mto-scope .mto-trip__panel-title { line-height: 20px; }

.mto-scope .mto-trip__card-price-label { line-height: 16px; }
.mto-scope .mto-trip__card-price-value { line-height: 40px; }

.mto-scope .mto-acco .mto-acco__nav {
    width: 48px;
    height: 48px;
    padding: 0;
    min-width: 0;
    flex-shrink: 0;
}

.mto-scope .mto-faq__q,
.mto-scope .mto-trip__card-type { line-height: 20px; }

.mto-scope .mto-trip__sticker { transform: none; }

.mto-scope .mto-trip__herowrap { position: relative; }
.mto-scope .mto-trip__sticker { top: calc(100% - 88px); }

.mto-scope [hidden] { display: none !important; }

.mto-scope .mto-filters__fab:hover { background: var(--mto-dark); color: #fff; }
.mto-scope .mto-drawer__head button:hover { background: none; color: var(--mto-dark); }
.mto-scope .mto-drawer__apply:hover { background: var(--mto-red-700); color: #fff; }

.mto-scope .mto-trip__tab:hover { background: none; color: var(--mto-dark); }
.mto-scope .mto-trip__tab.is-active:hover { background: none; color: var(--mto-dark); }

.mto-scope .mto-acc__trigger:hover { background: #f9fafb; color: inherit; }
.mto-scope .mto-acc__trigger:hover .mto-acc__title { color: var(--mto-dark); }
.mto-scope .mto-acc__trigger:hover .mto-acc__km { color: var(--mto-red); }

.mto-scope .mto-acco__nav:hover {
    background: var(--mto-red);
    color: #fff;
    border-color: var(--mto-red);
}

.mto-scope .mto-faq__q:hover { background: none; color: var(--mto-dark); }

.mto-scope .mto-listing__grid--full .mto-listing__main { width: 100%; }

.mto-scope .mto-listing__tools { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.mto-scope .mto-sort { display: flex; align-items: center; gap: 8px; }
.mto-scope .mto-sort__label {
    font-family: var(--mto-open);
    font-size: 12px;
    color: #6b7280;
    white-space: nowrap;
}
.mto-scope .mto-sort__select {
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 12px;
    color: var(--mto-dark);
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px 30px 8px 12px;
    cursor: pointer;
    -webkit-appearance: none; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 14px;
}
.mto-scope .mto-sort__select:focus { outline: none; border-color: var(--mto-red); }
@media (max-width: 639px) {
    .mto-scope .mto-listing__head { flex-direction: column; align-items: flex-start; gap: 12px; }
    .mto-scope .mto-listing__tools { width: 100%; justify-content: space-between; }
}

.mto-scope .mto-checks { display: flex; flex-direction: column; }
.mto-scope .mto-check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 8px;
    margin: 0 -8px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .15s;
}
.mto-scope .mto-check:hover { background: #f9fafb; }
.mto-scope .mto-check input { position: absolute; opacity: 0; width: 0; height: 0; }

.mto-scope .mto-check__box {
    width: 18px; height: 18px;
    border: 1.5px solid #d1d5db;
    border-radius: 4px;
    background: #fff;
    flex-shrink: 0;
    position: relative;
    transition: background-color .15s, border-color .15s;
}
.mto-scope .mto-check input:checked + .mto-check__box {
    background: var(--mto-red);
    border-color: var(--mto-red);
}
.mto-scope .mto-check input:checked + .mto-check__box::after {
    content: "";
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.mto-scope .mto-check input:focus-visible + .mto-check__box {
    outline: 2px solid var(--mto-red);
    outline-offset: 2px;
}

.mto-scope .mto-check__flag { width: 21px; height: 14px; object-fit: cover; border-radius: 2px; flex-shrink: 0; }
.mto-scope .mto-check__label {
    flex: 1 1 auto;
    font-family: var(--mto-open);
    font-size: 14px;
    line-height: 20px;
    color: #374151;
}
.mto-scope .mto-check input:checked ~ .mto-check__label {
    font-weight: 600;
    color: var(--mto-dark);
}
.mto-scope .mto-check__count {
    font-family: var(--mto-open);
    font-size: 12px;
    line-height: 16px;
    color: #4b5563;
    background: #f3f4f6;
    border-radius: 9999px;
    padding: 1px 8px;
    flex-shrink: 0;
}

.mto-scope .mto-check.is-disabled { cursor: not-allowed; }
.mto-scope .mto-check.is-disabled:hover { background: none; }
.mto-scope .mto-check.is-disabled .mto-check__label,
.mto-scope .mto-check.is-disabled .mto-check__count { color: #b6bcc6; }
.mto-scope .mto-check.is-disabled .mto-check__box { background: #f9fafb; border-color: #e5e7eb; }
.mto-scope .mto-check.is-disabled .mto-check__flag { opacity: .4; }

.mto-scope .mto-filters__more {
    margin-top: 8px;
    background: none;
    border: 0;
    padding: 4px 0;
    cursor: pointer;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 12px;
    color: var(--mto-red);
    text-align: left;
}
.mto-scope .mto-filters__more:hover { background: none; color: var(--mto-red-700); text-decoration: underline; }

.mto-scope .mto-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.mto-scope .mto-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fef2f2;
    border: 1px solid var(--mto-red);
    color: var(--mto-red);
    border-radius: 9999px;
    padding: 5px 12px;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
    transition: background-color .15s;
}
.mto-scope .mto-chip:hover { background: var(--mto-red); color: #fff; }
.mto-scope .mto-chip--clear {
    background: none;
    border-color: #e5e7eb;
    color: #6b7280;
}
.mto-scope .mto-chip--clear:hover { background: #f3f4f6; color: var(--mto-dark); }

.mto-scope .mto-empty {
    padding: 48px 24px;
    text-align: center;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}
.mto-scope .mto-empty__title {
    margin: 0 0 8px;
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 18px;
    color: var(--mto-dark);
}
.mto-scope .mto-empty__text {
    margin: 0 0 20px;
    font-family: var(--mto-open);
    font-size: 14px;
    line-height: 20px;
    color: #6b7280;
}
.mto-scope .mto-empty__actions {
    display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.mto-scope .mto-empty__btn {
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 18px;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    background: var(--mto-red);
    color: #fff;
    transition: background-color .15s;
}
.mto-scope .mto-empty__btn:hover { background: var(--mto-red-700); color: #fff; }
.mto-scope .mto-empty__btn--ghost {
    background: none;
    border: 1px solid #d1d5db;
    color: #374151;
}
.mto-scope .mto-empty__btn--ghost:hover { background: #f3f4f6; color: var(--mto-dark); }

.mto-scope .mto-card__price,
.mto-scope .mto-relcard__price { display: inline-flex; flex-direction: column; line-height: 1.2; }
.mto-scope .mto-card__price-note,
.mto-scope .mto-relcard__price-note {
    font-family: var(--mto-open);
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    opacity: .85;
}

.mto-scope .mto-intro__title,
.mto-scope .mto-listing__title,
.mto-scope .mto-related__title {
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .mto-intro__title,
    .mto-listing__title,
    .mto-related__title,
    .mto-seo__body h2 { font-size: 36px; line-height: 40px; }
}

.mto-scope .mto-filters__clear {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    margin: -8px 0 20px;
    padding: 11px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #374151;
    transition: background-color .15s, border-color .15s, color .15s;
}
.mto-scope .mto-filters__clear:hover {
    background: #fef2f2;
    border-color: var(--mto-red);

    color: var(--mto-red-700);
}
.mto-scope .mto-filters__clear[hidden] { display: none !important; }

.mto-scope .mto-filters__fab .mto-filters__count {
    width: 22px; height: 22px;
    font-size: 12px;
}

@media (max-width: 1023px) {
    .mto-scope .mto-listing { padding-bottom: 104px; }
}

@media (max-width: 767px) {
    .mto-scope .mto-hero,
    .mto-scope .mto-trip__hero,
    .mto-scope .mto-trip__herowrap .mto-trip__hero { height: 42vh; min-height: 300px; }
    .mto-scope .mto-hero__inner { padding-top: 64px; padding-bottom: 28px; }
    .mto-scope .mto-trip__hero-inner { padding-top: 64px; padding-bottom: 24px; }
    .mto-scope .mto-intro { padding: 28px 0; }
    .mto-scope .mto-intro__grid { gap: 28px; }
}

.mto-scope .mto-intro__more { display: none; }
@media (max-width: 767px) {
    .mto-scope .mto-intro__body { position: relative; max-height: 8.2em; overflow: hidden; }
    .mto-scope .mto-intro__body::after {
        content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 42px;
        background: linear-gradient(rgba(250,249,247,0), #faf9f7); pointer-events: none;
    }
    .mto-scope .mto-intro__body.is-open { max-height: none; }
    .mto-scope .mto-intro__body.is-open::after { display: none; }
    .mto-scope .mto-intro__more {
        display: inline-block; margin-top: 10px; padding: 0; border: 0; background: none;
        font-family: var(--mto-mont); font-weight: 700; font-size: 14px;
        color: var(--mto-red); cursor: pointer;
    }
    .mto-scope .mto-intro__more:hover { background: none; color: var(--mto-red-700); text-decoration: underline; }
}

.mto-scope .mto-trustline {
    display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
    margin-bottom: 20px; padding: 10px 16px;
    background: #fff; border: 1px solid #e5e7eb; border-radius: 12px;
}
.mto-scope .mto-trustline__score {
    font-family: var(--mto-mont); font-weight: 900; font-size: 18px;
    line-height: 1; color: var(--mto-dark);
}
.mto-scope .mto-trustline__stars { display: inline-flex; gap: 1px; }
.mto-scope .mto-trustline__sub {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: var(--mto-open); font-size: 13px; color: #4b5563;
}

.mto-scope .mto-card__meta { color: #4b5563; }
.mto-scope .mto-card__desc { color: #4b5563; }

.mto-scope .mto-intro__panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}

.mto-scope .mto-card__depart {
    display: flex; align-items: center; gap: 7px;
    margin: 0 0 8px;
    font-family: var(--mto-mont); font-weight: 700; font-size: 13px; line-height: 18px;
    color: var(--mto-dark);
}
.mto-scope .mto-card__depart svg { color: var(--mto-dark); flex-shrink: 0; }

.mto-scope .mto-trip__hero-rating {
    display: flex; align-items: center; gap: 7px; margin: 10px 0 0;
    font-family: var(--mto-open); font-size: 13px; color: rgba(255,255,255,.92);
    text-shadow: 0 1px 3px rgba(0,0,0,.45);
}
.mto-scope .mto-trip__hero-rating strong { font-family: var(--mto-mont); font-weight: 900; font-size: 15px; }
.mto-scope .mto-trip__hero-stars { display: inline-flex; gap: 1px; }
@media (min-width: 1024px) { .mto-scope .mto-trip__hero-rating { display: none; } }

.mto-scope .mto-bookbar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    display: flex; flex-direction: column;
    padding: 0 16px calc(10px + env(safe-area-inset-bottom, 0px));
    background: #fff; border-top: 1px solid #e5e7eb;
    box-shadow: 0 -6px 16px -6px rgba(0,0,0,.18);
}
.mto-scope .mto-bookbar__vzr {
    display: flex; align-items: center; justify-content: center; gap: 7px;
    padding: 6px 0;
    border-bottom: 1px solid #f3f4f6;
    font-family: var(--mto-open); font-size: 11px; line-height: 15px;
    color: #4b5563;
}
.mto-scope .mto-bookbar__vzr img { height: 16px; width: auto; flex-shrink: 0; }
.mto-scope .mto-bookbar__row {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding-top: 10px;
}
.mto-scope .mto-bookbar[hidden] { display: none !important; }
@media (min-width: 1024px) { .mto-scope .mto-bookbar { display: none !important; } }
.mto-scope .mto-bookbar__price { display: flex; flex-direction: column; min-width: 0; }
.mto-scope .mto-bookbar__amount {
    font-family: var(--mto-mont); font-weight: 900; font-size: 17px; line-height: 1.1;
    color: var(--mto-dark);
    white-space: nowrap;
}

.mto-scope .mto-bookbar__note { font-family: var(--mto-open); font-size: 11px; color: #4b5563; }
.mto-scope .mto-bookbar__cta {
    flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center;
    min-height: 48px; padding: 13px 22px;
    background: var(--mto-red); color: #fff; border-radius: 8px; text-decoration: none;
    font-family: var(--mto-mont); font-weight: 700; font-size: 15px; line-height: 20px;
    transition: background-color .15s;
}
.mto-scope .mto-bookbar__cta:hover { background: var(--mto-red-700); color: #fff; }

@media (max-width: 1023px) {
    body.single-reizen .mto-related,
    body.single-reizen .mto-trip__main { padding-bottom: 96px; }
}

.mto-scope .mto-trip__assure {

    list-style: none;
    width: max-content;
    max-width: 100%;
    margin: -4px auto 0;
    padding: 0;
    display: grid;
    gap: 4px;
}
.mto-scope .mto-trip__assure li {
    display: flex; align-items: center; gap: 7px;
    font-family: var(--mto-open); font-size: 12px; line-height: 17px;
    color: #4b5563;
}
.mto-scope .mto-trip__assure svg { color: var(--mto-red); flex-shrink: 0; }

@media (max-width: 767px) {
    .mto-scope .mto-trip__tabs .mto-container { position: relative; padding-right: 34px; }
    .mto-scope .mto-trip__tabs .mto-container::after {
        content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 44px;
        background: linear-gradient(to right, rgba(255,255,255,0), #fff 78%);
        pointer-events: none;
    }
}

.mto-scope .mto-trip__call {
    background: #fff;
    border: 1.5px solid #d1d5db;
    color: var(--mto-dark);
}
.mto-scope .mto-trip__call:hover {
    background: #f9fafb;
    border-color: var(--mto-dark);
    color: var(--mto-dark);
}

.mto-scope .mto-trip__hero-meta { color: rgba(255,255,255,.92); text-shadow: 0 1px 3px rgba(0,0,0,.45); }
.mto-scope .mto-trip__hero-dot { color: rgba(255,255,255,.6); }
.mto-scope .mto-trip__hero-sub { text-shadow: 0 1px 3px rgba(0,0,0,.4); }
@media (max-width: 1023px) {

    .mto-scope .mto-trip__hero-sub,
    .mto-scope .mto-trip__hero-rating { padding-right: 76px; }
}

.mto-booking .gform_wrapper .gsection {

    border: 0;
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 36px 0 16px;
}
.mto-booking .gform_wrapper .gsection .gsection_title,
.mto-booking .gform_wrapper .gsection h2,
.mto-booking .gform_wrapper .gsection h3 {
    position: relative;
    margin: 0;
    background: none;
    color: var(--mto-dark);
    font-family: var(--mto-mont);
    font-weight: 900;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 0 0 10px !important;
}
.mto-booking .gform_wrapper .gsection .gsection_title::after,
.mto-booking .gform_wrapper .gsection h2::after,
.mto-booking .gform_wrapper .gsection h3::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 36px; height: 3px;
    border-radius: 2px;
    background: var(--mto-red);
}
.mto-booking .gform_wrapper .gfield_description,
.mto-booking .gform_wrapper .gform_fileupload_rules {
    font-size: 11.5px;
    line-height: 16px;
    color: #6b7280;
    margin-top: 4px;
}
.mto-booking__assure {
    margin: 20px 0 0;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
    font-family: var(--mto-open);
    font-size: 13px;
    line-height: 19px;
    color: #4b5563;
    text-align: center;
}

.mto-booking .gform_wrapper .gsection {
    padding: 0 !important;
}
.mto-booking .gform_wrapper .gsection .gsection_description {
    margin: 8px 0 0;
    padding: 0;
    font-family: var(--mto-open);
    font-size: 13px;
    line-height: 19px;
    color: #6b7280;
}

.mto-booking .gform_wrapper .gsection .gsection_title,
.mto-booking .gform_wrapper .dryve-sidebar-section .gsection_title {
    background: none !important;
}

.mto-booking .gform_wrapper .gchoice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 3px 0;
}
.mto-booking .gform_wrapper .gchoice input[type="checkbox"],
.mto-booking .gform_wrapper .gchoice input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 3px 0 0;
    flex: 0 0 18px;
    accent-color: var(--mto-red);
    cursor: pointer;
}
.mto-booking .gform_wrapper .gchoice label {
    margin: 0;
    font-family: var(--mto-open);
    font-size: 14.5px;
    line-height: 22px;
    color: #374151;
    cursor: pointer;
}

.mto-booking .gform_wrapper .gform_footer .gform_button,
.mto-booking .gform_wrapper .gform_footer input[type="submit"] {
    background-color: var(--mto-red) !important;
    color: #fff !important;
    font-family: var(--mto-mont) !important;
    font-weight: 800 !important;
    font-size: 17px !important;
    min-height: 56px;
    border-radius: 6px !important;
    box-shadow: 0 6px 16px rgba(221, 51, 51, .22);
    transition: background-color .2s ease, box-shadow .2s ease;
}
.mto-booking .gform_wrapper .gform_footer .gform_button:hover,
.mto-booking .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: var(--mto-red-700) !important;
    opacity: 1 !important;
    box-shadow: 0 8px 22px rgba(221, 51, 51, .30);
}
.mto-booking .gform_wrapper .gform_footer .gform_button:focus-visible,
.mto-booking .gform_wrapper .gform_footer input[type="submit"]:focus-visible {
    outline: 3px solid var(--mto-dark);
    outline-offset: 2px;
}

@media (min-width: 1024px) {
    .mto-booking__assure {
        max-width: 700px;
        margin-top: 24px;
        text-align: left;
    }
}

@media (min-width: 769px) {
    .mto-booking .gform_wrapper .gform_fields {
        row-gap: 0 !important;
    }
    .mto-booking .gform_wrapper .gform_fields > * {
        margin-bottom: 15px;
    }
    .mto-booking .gform_wrapper .gform_fields > .gsection {
        margin-bottom: 33px;
    }
    .mto-booking .gform_wrapper .gform_fields > .dryve-live-summary,
    .mto-booking .gform_wrapper .gform_fields > .gform_footer {
        margin-bottom: 0;
    }
}

.mto-trip__route { margin-bottom: 32px; }

.mto-route {

    height: 256px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    background: #f3f4f6;
    z-index: 0;
}
@media (min-width: 768px) {
    .mto-route { height: 380px; }
}

.mto-route .leaflet-popup-content-wrapper {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}
.mto-route .leaflet-popup-content { margin: 10px 14px; }
.mto-route__pop-naam {
    margin: 0;
    font-family: var(--mto-mont);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--mto-dark);
}
.mto-route__pop-dag {
    margin: 2px 0 0;
    font-family: var(--mto-open);
    font-size: 12px;
    line-height: 17px;
    color: #6b7280;
}

.mto-route .leaflet-control-attribution {
    font-family: var(--mto-open);
    font-size: 10px;
    background: rgba(255, 255, 255, .85);
}

@media (max-width: 1023px) {
    body:has(.mto-bookbar:not([hidden])) .coloo-to-top { bottom: 85px; }
}

@media (max-width: 767px) {
    .mto-review__more { padding: 8px 0; margin: 0 0 12px; }
    .mto-intro__more { padding: 8px 0; }
    .mto-scope .mto-sort__select { min-height: 42px; }
    .mto-crumbs a { display: inline-block; padding: 4px 0; }
    .mto-booking .gform_wrapper input:not([type=checkbox]):not([type=radio]),
    .mto-booking .gform_wrapper select,
    .mto-booking .gform_wrapper textarea { font-size: 16px !important; }
}

@media (max-width: 374px) {
    .mto-scope .mto-bookbar__amount { font-size: 15px; }
    .mto-scope .mto-bookbar__note { font-size: 10px; }
    .mto-scope .mto-bookbar__cta { padding: 12px 14px; font-size: 13px; }
}
