:root {
  --mtr-ink: #122033;
  --mtr-muted: #657084;
  --mtr-surface: #ffffff;
  --mtr-soft: #f4f7fb;
  --mtr-line: #dfe6ef;
  --mtr-brand: #3f7f8d;
  --mtr-brand-dark: #2f6470;
  --mtr-accent: #1d8f8a;
  --mtr-navy: #10283f;
  --mtr-radius: 14px;
  --mtr-shadow: 0 16px 44px rgba(16, 40, 63, 0.11);
  --mtr-container: min(1120px, calc(100% - 40px));
  --mtr-font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mtr-type-body: 15px;
  --mtr-type-lead: 16px;
  --mtr-type-h1: clamp(34px, 3.6vw, 43px);
  --mtr-type-h2: clamp(27px, 3vw, 34px);
  --mtr-type-prose-h2: clamp(23px, 2.6vw, 28px);
  --mtr-type-h3: 19px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--mtr-ink); background: var(--mtr-surface); font-family: var(--mtr-font-family); font-size: var(--mtr-type-body); line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.mtr-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.mtr-skip-link { position: fixed; z-index: 10000; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-150%); background: #fff; border-radius: 8px; box-shadow: var(--mtr-shadow); }
.mtr-skip-link:focus { transform: none; }
.mtr-container { width: var(--mtr-container); margin-inline: auto; }

.mtr-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(223,230,239,.8); backdrop-filter: blur(16px); }
.admin-bar .mtr-header { top: 32px; }
.mtr-header-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.mtr-brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.mtr-brand-logo { width: 77px; height: auto; }
.mtr-brand-mark { display: grid; place-items: center; width: 44px; height: 44px; color: #fff; background: linear-gradient(145deg, var(--mtr-brand), #72b7bf); border-radius: 14px; font-weight: 900; box-shadow: 0 10px 24px rgba(47,100,112,.22); }
.mtr-brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.mtr-brand-copy strong { font-size: 22px; letter-spacing: -.04em; }
.mtr-brand-copy small { margin-top: 5px; color: var(--mtr-muted); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.mtr-nav { display: flex; align-items: center; gap: 10px; }
.mtr-nav-list { display: flex; align-items: center; gap: 4px; padding: 0; margin: 0; list-style: none; }
.mtr-nav-list a { display: block; padding: 7px 9px; border-radius: 8px; font-size: 13px; font-weight: 650; }
.mtr-nav-list a:hover, .mtr-nav-list .current-menu-item > a { color: var(--mtr-brand); background: #eff7f8; }
.mtr-language .trp-language-switcher { width: auto !important; height: auto !important; }
.mtr-language .trp-ls-shortcode-current-language { display: none !important; }
.mtr-language .trp-ls-shortcode-language { position: static !important; display: flex !important; flex-direction: row !important; width: auto !important; height: 30px !important; min-height: 0 !important; max-height: none !important; padding: 0 !important; overflow: visible !important; visibility: visible !important; border: 0 !important; background: transparent !important; }
.mtr-language .trp-ls-shortcode-language a { position: static !important; display: grid !important; flex: 0 0 34px !important; float: none !important; place-items: center; width: 34px !important; max-width: 34px !important; height: 30px !important; min-height: 0 !important; padding: 5px !important; overflow: hidden; color: transparent !important; background: #fff !important; border: 1px solid var(--mtr-line) !important; font-size: 0 !important; line-height: 0 !important; }
.mtr-language .trp-language-switcher:hover .trp-ls-shortcode-language { position: static !important; display: flex !important; flex-direction: row !important; width: auto !important; height: 30px !important; min-height: 0 !important; max-height: none !important; padding: 0 !important; overflow: visible !important; visibility: visible !important; border: 0 !important; background: transparent !important; }
.mtr-language .trp-language-switcher:hover .trp-ls-shortcode-language a { position: static !important; display: grid !important; flex: 0 0 34px !important; float: none !important; width: 34px !important; max-width: 34px !important; height: 30px !important; min-height: 0 !important; padding: 5px !important; }
.mtr-language .trp-ls-shortcode-language a:first-child { border-radius: 8px 0 0 8px !important; }
.mtr-language .trp-ls-shortcode-language a:last-child { margin-left: -1px; border-radius: 0 8px 8px 0 !important; }
.mtr-language .trp-language-switcher:hover .trp-ls-shortcode-language a:hover { position: static !important; background: var(--mtr-soft) !important; }
.mtr-language .trp-ls-shortcode-language img { width: 22px !important; height: auto !important; margin: 0 !important; }
.mtr-menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 12px; background: var(--mtr-soft); }
.mtr-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--mtr-ink); border-radius: 2px; }

.mtr-button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 8px 16px; color: #fff; background: var(--mtr-brand); border: 1px solid var(--mtr-brand); border-radius: 9px; font-size: 14px; font-weight: 750; line-height: 1.2; box-shadow: 0 8px 20px rgba(47,100,112,.16); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.mtr-button:hover { transform: translateY(-2px); background: var(--mtr-brand-dark); box-shadow: 0 16px 34px rgba(47,100,112,.26); }
.mtr-button-small { min-height: 40px; padding: 8px 14px; font-size: 13px; }
.mtr-button-ghost { color: var(--mtr-ink); background: rgba(255,255,255,.75); border-color: var(--mtr-line); box-shadow: none; }
.mtr-button-ghost:hover { color: var(--mtr-brand); background: #fff; }
.mtr-button-block { width: 100%; }
.mtr-button-light { color: var(--mtr-navy); background: #fff; border-color: #fff; }
.mtr-button-outline-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.6); box-shadow: none; }

.mtr-hero { position: relative; min-height: 350px; padding: 44px 0; overflow: hidden; background-color: #386e7b; background-image: linear-gradient(90deg, rgba(7,25,38,.82) 0%, rgba(7,25,38,.55) 58%, rgba(7,25,38,.16) 100%), var(--mtr-hero-image, linear-gradient(135deg, #2b7e86, #7ec7c0)); background-position: center; background-size: cover; }
.mtr-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,20,32,.05), rgba(5,20,32,.18)); pointer-events: none; }
.mtr-hero-grid { position: relative; z-index: 2; display: block; }
.mtr-hero-copy { max-width: 760px; padding-top: 0; color: #fff; }
.mtr-hero-copy h1 { max-width: 720px; margin: 0 0 14px; font-size: clamp(34px, 3.6vw, 43px); line-height: 1.06; letter-spacing: -.038em; }
.mtr-hero-text { max-width: 680px; margin: 0 0 18px; color: rgba(255,255,255,.86); font-size: 16px; }
.mtr-hero-copy .mtr-eyebrow { color: #d8f0f3; }
.mtr-hero-copy .mtr-button-ghost { color: #fff; background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.55); }
.mtr-eyebrow { margin: 0 0 10px; color: var(--mtr-brand); font-size: 13px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.mtr-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.mtr-trust-list { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 0; margin: 16px 0 0; list-style: none; color: rgba(255,255,255,.88); font-size: 12px; }
.mtr-trust-list span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 6px; color: #fff; background: var(--mtr-accent); border-radius: 50%; font-size: 10px; font-weight: 900; }
.mtr-hero-card { justify-self: end; max-width: 390px; padding: 26px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.9); border-radius: 18px; box-shadow: var(--mtr-shadow); backdrop-filter: blur(14px); }
.mtr-card-kicker { display: inline-flex; padding: 7px 11px; color: var(--mtr-accent); background: #e9f7f5; border-radius: 999px; font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.mtr-hero-card h2 { margin: 15px 0 8px; font-size: 27px; line-height: 1.15; letter-spacing: -.028em; }
.mtr-hero-card > p { color: var(--mtr-muted); }
.mtr-search-shell { margin-top: 22px; }
.mtr-fine-print { color: var(--mtr-muted); font-size: 12px; line-height: 1.5; }
.mtr-fine-print a { color: var(--mtr-brand); text-decoration: underline; text-underline-offset: 2px; }

.mtr-section { padding: 44px 0; }
.mtr-section-tight { padding: 18px 0; border-block: 1px solid var(--mtr-line); }
.mtr-section-soft { background: var(--mtr-soft); }
.mtr-search-section { padding: 28px 0 32px; }
.mtr-section h2 { margin: 0; font-size: clamp(27px, 3vw, 34px); line-height: 1.12; letter-spacing: -.032em; }
.mtr-section-head { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 20px; }
.mtr-section-head-centered { justify-content: center; text-align: center; }
.mtr-section-head-centered > div { max-width: 760px; }
.mtr-text-link { color: var(--mtr-brand); font-size: 15px; font-weight: 800; white-space: nowrap; }
.mtr-text-link:hover { color: var(--mtr-brand-dark); }

.mtr-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.mtr-stat-grid > div { display: flex; align-items: baseline; gap: 8px; padding: 8px 0; }
.mtr-stat-grid strong { font-size: 23px; line-height: 1; letter-spacing: -.04em; }
.mtr-stat-grid span { color: var(--mtr-muted); font-size: 12px; line-height: 1.35; }

.mtr-destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mtr-destination-card { overflow: hidden; background: #fff; border: 1px solid var(--mtr-line); border-radius: var(--mtr-radius); box-shadow: 0 10px 32px rgba(16,40,63,.06); transition: transform .22s ease, box-shadow .22s ease; }
.mtr-destination-card:hover { transform: translateY(-6px); box-shadow: var(--mtr-shadow); }
.mtr-destination-media { aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(135deg, #dcebf4, #fce2df); }
.mtr-destination-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.mtr-destination-card:hover img { transform: scale(1.04); }
.mtr-destination-placeholder { display: block; width: 100%; height: 100%; background: radial-gradient(circle at 75% 20%, rgba(255,255,255,.8), transparent 24%), linear-gradient(140deg, #92d2cb, #ffe1cd 60%, #f08679); }
.mtr-destination-body { padding: 15px; }
.mtr-destination-body h3 { margin: 0 0 6px; font-size: 19px; letter-spacing: -.025em; }
.mtr-destination-body span { color: var(--mtr-brand); font-size: 14px; font-weight: 750; }

.mtr-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 22px; }
.mtr-steps article { min-height: 156px; padding: 18px; background: #fff; border: 1px solid var(--mtr-line); border-radius: var(--mtr-radius); }
.mtr-steps article > span { color: var(--mtr-brand); font-size: 13px; font-weight: 900; }
.mtr-steps h3 { margin: 18px 0 7px; font-size: 17px; line-height: 1.2; }
.mtr-steps p { margin: 0; color: var(--mtr-muted); font-size: 13px; }

.mtr-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: start; }
.mtr-split-copy > p:not(.mtr-eyebrow) { max-width: 700px; color: var(--mtr-muted); font-size: 15px; }
.mtr-check-list { display: grid; gap: 12px; padding: 0; margin: 20px 0 0; list-style: none; }
.mtr-check-list li { position: relative; padding-left: 34px; }
.mtr-check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 23px; height: 23px; color: #fff; background: var(--mtr-accent); border-radius: 50%; font-size: 12px; font-weight: 900; }
.mtr-legal-card { padding: 22px; color: #fff; background: linear-gradient(150deg, var(--mtr-navy), #1d4964); border-radius: 16px; box-shadow: var(--mtr-shadow); }
.mtr-legal-card .mtr-card-kicker { color: #c2fbf4; background: rgba(255,255,255,.1); }
.mtr-legal-card h3 { margin: 14px 0 15px; font-size: 22px; line-height: 1.18; }
.mtr-legal-card dl { margin: 0 0 22px; }
.mtr-legal-card dl div { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.14); }
.mtr-legal-card dt { color: rgba(255,255,255,.62); font-size: 13px; }
.mtr-legal-card dd { margin: 0; font-weight: 700; }
.mtr-legal-card .mtr-text-link { color: #fff; }

.mtr-partners-section { text-align: center; }
.mtr-partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 20px; }
.mtr-partner-grid a { display: flex; min-height: 86px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 12px; background: #fff; border: 1px solid var(--mtr-line); border-radius: 12px; }
.mtr-partner-grid a:hover { border-color: var(--mtr-brand); box-shadow: 0 10px 28px rgba(16,40,63,.08); }
.mtr-partner-grid img { width: 100%; max-width: 128px; height: 52px; object-fit: contain; mix-blend-mode: multiply; }
.mtr-partner-grid span { color: var(--mtr-muted); font-size: 11px; }
.mtr-partner-note { margin-top: 20px; }

.mtr-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 52px; align-items: start; }
.mtr-faq-layout > div:first-child > p:last-child { color: var(--mtr-muted); }
.mtr-faq-list { display: grid; gap: 12px; }
.mtr-faq-item { padding: 0 22px; background: #fff; border: 1px solid var(--mtr-line); border-radius: 16px; }
.mtr-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; cursor: pointer; font-weight: 750; list-style: none; }
.mtr-faq-item summary::-webkit-details-marker { display: none; }
.mtr-faq-item summary span { color: var(--mtr-brand); font-size: 24px; transition: transform .2s ease; }
.mtr-faq-item[open] summary span { transform: rotate(45deg); }
.mtr-faq-answer { padding: 0 0 20px; color: var(--mtr-muted); font-size: 15px; }
.mtr-faq-answer > :first-child { margin-top: 0; }
.mtr-faq-intro > p { color: var(--mtr-muted); }
.mtr-question-form { position: relative; display: grid; gap: 13px; padding: 18px; margin-top: 22px; background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.9); border-radius: 18px; box-shadow: 0 12px 34px rgba(32,61,86,.09), inset 0 1px 0 #fff; -webkit-backdrop-filter: blur(16px) saturate(145%); backdrop-filter: blur(16px) saturate(145%); }
.mtr-question-field { display: block; }
.mtr-question-field span { display: block; margin-bottom: 6px; color: var(--mtr-ink); font-size: 13px; font-weight: 800; }
.mtr-question-field input, .mtr-question-field textarea { width: 100%; padding: 11px 13px; color: var(--mtr-ink); background: rgba(255,255,255,.88); border: 1px solid var(--mtr-line); border-radius: 12px; outline: 0; box-shadow: inset 0 1px 0 #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.mtr-question-field textarea { min-height: 120px; resize: vertical; line-height: 1.5; }
.mtr-question-field input:focus, .mtr-question-field textarea:focus { border-color: var(--mtr-brand); box-shadow: 0 0 0 3px rgba(75,135,146,.13), inset 0 1px 0 #fff; }
.mtr-question-submit { width: 100%; justify-content: center; margin-top: 2px; }
.mtr-question-status { margin: 0; padding: 10px 12px; border-radius: 11px; font-size: 13px; font-weight: 700; line-height: 1.45; }
.mtr-question-status.is-success { color: #24685b; background: #e8f7f1; }
.mtr-question-status.is-error { color: #8a3f49; background: #fff0f1; }
.mtr-question-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.mtr-cta-section { padding-top: 20px; }
.mtr-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 38px; color: #fff; background: linear-gradient(130deg, var(--mtr-brand-dark), var(--mtr-brand) 48%, #77aeb7); border-radius: 20px; box-shadow: 0 18px 48px rgba(47,100,112,.20); }
.mtr-cta-card h2 { max-width: 700px; font-size: clamp(29px, 3.5vw, 40px); }
.mtr-cta-card p:not(.mtr-eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.82); }
.mtr-cta-card .mtr-eyebrow { color: #fff; }

.mtr-footer { margin-top: 42px; padding: 38px 0 16px; color: rgba(255,255,255,.82); background: #0c1d2e; }
.mtr-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .9fr 1fr; gap: 48px; }
.mtr-brand-footer { color: #fff; }
.mtr-brand-footer .mtr-brand-copy small { color: rgba(255,255,255,.55); }
.mtr-footer-lead { max-width: 340px; color: rgba(255,255,255,.6); font-size: 14px; }
.mtr-footer-title { margin: 0 0 16px; color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: .06em; }
.mtr-footer-list { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; font-size: 14px; }
.mtr-footer-list a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.mtr-legal-strip { display: flex; justify-content: space-between; gap: 28px; padding-top: 24px; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 12px; }

.mtr-page-main { min-height: 60vh; padding: 46px 0; }
.mtr-content-narrow { max-width: 880px; }
.mtr-page-header { margin-bottom: 42px; }
.mtr-page-header h1 { margin: 0; font-size: clamp(32px, 4vw, 44px); line-height: 1.08; letter-spacing: -.04em; }
.mtr-prose { overflow-wrap: anywhere; font-size: 15px; }
.mtr-prose h2, .mtr-prose h3 { margin-top: 2em; line-height: 1.2; letter-spacing: -.03em; }
.mtr-prose a { color: var(--mtr-brand); text-decoration: underline; text-underline-offset: 3px; }
.mtr-prose table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.mtr-prose th, .mtr-prose td { padding: 12px; border: 1px solid var(--mtr-line); text-align: left; }
.mtr-featured-image { overflow: hidden; margin: 0 0 36px; border-radius: var(--mtr-radius); }
.mtr-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mtr-post-card { overflow: hidden; border: 1px solid var(--mtr-line); border-radius: var(--mtr-radius); }
.mtr-post-card h2, .mtr-post-card p { margin-inline: 20px; }
.mtr-empty-state { text-align: center; }

.mtr-page-hero { padding: 44px 0; }
.mtr-page-hero-soft { background: radial-gradient(circle at 85% 20%, #e4f6f4, transparent 30%), linear-gradient(145deg, #fff8f4, #fff 58%); }
.mtr-page-hero h1, .mtr-tour-hero h1 { margin: 0 0 14px; font-size: clamp(32px, 4.4vw, 44px); line-height: 1.06; letter-spacing: -.04em; }
.mtr-page-hero p:not(.mtr-eyebrow), .mtr-tour-hero p:not(.mtr-eyebrow) { max-width: 760px; color: var(--mtr-muted); font-size: 16px; }
.mtr-selection-layout, .mtr-contact-layout { align-items: start; }
.mtr-selection-card { max-width: 620px; }
.mtr-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 42px; }
.mtr-value-grid article { padding: 28px; background: #fff; border: 1px solid var(--mtr-line); border-radius: var(--mtr-radius); }
.mtr-value-grid h3 { margin: 0 0 10px; font-size: 23px; }
.mtr-value-grid p { margin: 0; color: var(--mtr-muted); font-size: 15px; }
.mtr-contact-cards { display: grid; gap: 12px; margin-top: 34px; }
.mtr-contact-cards > * { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 20px; background: #fff; border: 1px solid var(--mtr-line); border-radius: 15px; }
.mtr-contact-cards span { color: var(--mtr-muted); font-size: 13px; }
.mtr-contact-cards strong { text-align: right; }
.mtr-contact-address-copy { display: flex; align-items: flex-end; flex-direction: column; gap: 5px; text-align: right; }
.mtr-contact-address-copy small { max-width: 270px; color: var(--mtr-muted); font-size: 12px; font-weight: 500; line-height: 1.4; }
.mtr-contact-registration-copy { display: flex; align-items: flex-end; flex-direction: column; gap: 8px; text-align: right; }
.mtr-contact-registration-copy strong { line-height: 1.5; }
.mtr-contact-registration-copy a { color: var(--mtr-brand); font-size: 12px; font-weight: 800; line-height: 1.35; }
.mtr-contact-registration-copy a:hover { color: var(--mtr-brand-dark); text-decoration: underline; text-underline-offset: 3px; }

.mtr-contact-request-section { padding: 34px 0 44px; }
.mtr-contact-request-intro { max-width: 820px; }
.mtr-contact-request-intro > p:not(.mtr-eyebrow) { margin-bottom: 0; }
.mtr-contact-request-card {
  width: 100%;
  max-width: none;
  margin-top: 24px;
  padding: 24px 26px;
}
.mtr-contact-request-card .mtr-card-kicker { margin: 0 0 17px; }
.mtr-contact-request-card .wpforms-container { margin: 0; }
.mtr-contact-details-section { padding-top: 38px; }
.mtr-contact-details-head { margin-bottom: 18px; }
.mtr-contact-details-grid { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: 24px; align-items: stretch; }
.mtr-contact-details-copy { display: flex; flex-direction: column; height: 100%; }
.mtr-contact-details-copy .mtr-contact-cards { height: 100%; margin-top: 0; }
.mtr-map-card {
  display: flex;
  min-height: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: var(--mtr-radius);
  box-shadow: 0 12px 34px rgba(32, 61, 86, .10), inset 0 1px 0 #fff;
}
.mtr-map-card iframe { display: block; width: 100%; min-height: 220px; height: auto; flex: 1 1 auto; border: 0; }
.mtr-map-card > a { display: flex; min-height: 40px; align-items: center; justify-content: flex-end; padding: 8px 16px; color: var(--mtr-brand); font-size: 13px; font-weight: 800; }
.mtr-map-card > a:hover { color: var(--mtr-brand-dark); text-decoration: underline; text-underline-offset: 3px; }

.mtr-tour-hero { padding: 58px 0; background: linear-gradient(145deg, #fff8f4, #eefaf9); }
.mtr-tour-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.mtr-tour-cover { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: 18px; box-shadow: var(--mtr-shadow); }
.mtr-tour-cover img { width: 100%; height: 100%; object-fit: cover; }
.mtr-tour-highlights { display: flex; flex-wrap: wrap; gap: 10px; }
.mtr-tour-highlights span { padding: 9px 13px; background: var(--mtr-soft); border-radius: 999px; font-size: 13px; }
.mtr-tour-content-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 70px; align-items: start; }
.mtr-tour-request { position: sticky; top: 136px; }
.mtr-tour-request h2 { margin-top: 18px; font-size: 34px; }
.mtr-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mtr-gallery-grid figure { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: 18px; }
.mtr-gallery-grid img { width: 100%; height: 100%; object-fit: cover; }

.wpforms-container input, .wpforms-container select, .wpforms-container textarea { border: 1px solid var(--mtr-line) !important; border-radius: 12px !important; background: #fff !important; }
.wpforms-container button[type="submit"] { width: 100%; min-height: 50px; color: #fff !important; background: var(--mtr-brand) !important; border: 0 !important; border-radius: 14px !important; font-weight: 750 !important; }

/* One compact type scale, shared with the home page. */
.mtr-hero-copy h1,
.mtr-page-header h1,
.mtr-page-hero h1,
.mtr-tour-hero h1 {
  font-family: var(--mtr-font-family);
  font-size: var(--mtr-type-h1);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.038em;
}

.mtr-section h2,
.mtr-hero-card h2,
.mtr-cta-card h2,
.mtr-tour-request h2 {
  font-family: var(--mtr-font-family);
  font-size: var(--mtr-type-h2);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.032em;
}

.mtr-destination-body h3,
.mtr-steps h3,
.mtr-value-grid h3,
.mtr-legal-card h3,
.mtr-prose h3 {
  font-family: var(--mtr-font-family);
  font-size: var(--mtr-type-h3);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.mtr-destination-card .mtr-destination-body h2,
.mtr-post-card h2,
.mtr-legal-card h2 {
  font-family: var(--mtr-font-family);
  font-size: var(--mtr-type-h3);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.mtr-prose h2 {
  font-family: var(--mtr-font-family);
  font-size: var(--mtr-type-prose-h2);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.028em;
}

.mtr-hero-text,
.mtr-page-hero p:not(.mtr-eyebrow),
.mtr-tour-hero p:not(.mtr-eyebrow) { font-size: var(--mtr-type-lead); }

.wpforms-container,
.wpforms-container input,
.wpforms-container select,
.wpforms-container textarea,
.wpforms-container button { font-family: var(--mtr-font-family) !important; }

.mtr-tez,
.mtr-tez button,
.mtr-tez input,
.mtr-tez select,
.mtr-tez textarea { font-family: var(--mtr-font-family); }

@media (max-width: 1080px) {
  .admin-bar .mtr-header { top: 32px; }
  .mtr-menu-toggle { display: block; }
  .mtr-nav { position: fixed; inset: 68px 0 auto; display: none; max-height: calc(100vh - 68px); flex-direction: column; align-items: stretch; padding: 20px; overflow: auto; background: #fff; border-top: 1px solid var(--mtr-line); box-shadow: 0 22px 50px rgba(16,40,63,.12); }
  .admin-bar .mtr-nav { top: 100px; }
  .mtr-nav.is-open { display: flex; }
  .mtr-nav-list { flex-direction: column; align-items: stretch; }
  .mtr-nav-list a { padding: 13px 10px; font-size: 17px; }
  .mtr-split { grid-template-columns: 1fr; }
  .mtr-hero-card { justify-self: start; max-width: 520px; }
  .mtr-steps { grid-template-columns: repeat(2, 1fr); }
  .mtr-partner-grid { grid-template-columns: repeat(3, 1fr); }
  .mtr-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .mtr-value-grid { grid-template-columns: repeat(2, 1fr); }
  .mtr-tour-hero-grid, .mtr-tour-content-grid { grid-template-columns: 1fr; }
  .mtr-tour-request { position: static; }
  .mtr-contact-details-grid { grid-template-columns: 1fr; }
  .mtr-contact-details-copy .mtr-contact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mtr-contact-details-copy .mtr-contact-cards > * { align-items: flex-start; flex-direction: column; gap: 5px; }
  .mtr-contact-details-copy .mtr-contact-cards strong { text-align: left; }
  .mtr-contact-registration-copy { align-items: flex-start; text-align: left; }
}

@media (max-width: 782px) {
  .admin-bar .mtr-header { top: 46px; }
  .admin-bar .mtr-nav { top: 114px; }
}

@media (max-width: 720px) {
  :root {
    --mtr-container: min(100% - 24px, 1120px);
    --mtr-type-lead: 15px;
    --mtr-type-h1: clamp(28px, 8vw, 32px);
    --mtr-type-h2: clamp(24px, 7vw, 29px);
    --mtr-type-prose-h2: clamp(22px, 6.5vw, 26px);
    --mtr-type-h3: 18px;
  }
  body { font-size: 15px; }
  .mtr-header-inner { min-height: 64px; }
  .mtr-brand-logo { width: 73px; }
  .mtr-brand-copy small { display: none; }
  .mtr-nav { top: 64px; max-height: calc(100vh - 64px); }
  .admin-bar .mtr-nav { top: 110px; }
  .mtr-hero { min-height: auto; padding: 26px 0; background-position: 58% center; }
  .mtr-hero-copy h1 { font-size: clamp(29px, 8.5vw, 35px); }
  .mtr-hero-text { font-size: 14px; }
  .mtr-trust-list { display: none; }
  .mtr-hero-card { padding: 22px; }
  .mtr-section { padding: 38px 0; }
  .mtr-search-section { padding: 24px 0 28px; }
  .mtr-section-tight { padding: 16px 0; }
  .mtr-section-head { align-items: start; flex-direction: column; margin-bottom: 28px; }
  .mtr-stat-grid { grid-template-columns: repeat(2, 1fr); gap: 6px 22px; }
  .mtr-stat-grid > div { align-items: start; flex-direction: column; gap: 5px; }
  .mtr-destination-grid { grid-template-columns: 1fr; }
  .mtr-steps { grid-template-columns: 1fr; }
  .mtr-steps article { min-height: 0; }
  .mtr-partner-grid { grid-template-columns: repeat(2, 1fr); }
  .mtr-partner-grid a { min-height: 100px; }
  .mtr-faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .mtr-cta-card { align-items: flex-start; flex-direction: column; padding: 34px 24px; }
  .mtr-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .mtr-legal-strip { flex-direction: column; gap: 4px; }
  .mtr-post-grid { grid-template-columns: 1fr; }
  .mtr-page-hero { padding: 36px 0; }
  .mtr-page-hero p:not(.mtr-eyebrow), .mtr-tour-hero p:not(.mtr-eyebrow) { font-size: 15px; }
  .mtr-value-grid, .mtr-gallery-grid { grid-template-columns: 1fr; }
  .mtr-contact-cards > * { align-items: flex-start; flex-direction: column; gap: 4px; }
  .mtr-contact-cards strong { text-align: left; }
  .mtr-contact-request-section { padding: 28px 0 34px; }
  .mtr-contact-request-card { margin-top: 18px; padding: 20px 16px; }
  .mtr-contact-details-copy .mtr-contact-cards { grid-template-columns: 1fr; }
  .mtr-contact-address-copy { align-items: flex-start; text-align: left; }
  .mtr-contact-registration-copy { align-items: flex-start; text-align: left; }
  .mtr-map-card { min-height: 300px; }
  .mtr-map-card iframe { min-height: 260px; }
}

/* UX and accessibility refinements. */
.mtr-language a { position: relative !important; }
.mtr-language a::after { position: absolute; content: ""; inset: -8px -7px; }
.mtr-page-back {
  bottom: -48px;
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 21px;
}
.mtr-contact-dock { transition: opacity .18s ease, transform .2s ease, visibility .18s ease; }
.mtr-contact-dock.is-suspended:not(.is-open) { visibility: hidden; opacity: 0; transform: translateY(18px); pointer-events: none; }
@media (max-width: 720px) {
  .mtr-contact-dock.is-guarded:not(.is-open) { visibility: hidden; opacity: 0; transform: translateY(18px); pointer-events: none; }
}
.mtr-request-modal-scroll {
  padding-right: 30px;
  scrollbar-width: none;
}
.mtr-request-modal-scroll::-webkit-scrollbar { display: none; }
.mtr-request-trip-details {
  grid-column: 1 / -1;
  overflow: hidden;
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(168, 194, 207, .52);
  border-radius: 16px;
}
.mtr-request-trip-details > summary {
  display: flex;
  min-height: 48px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  color: var(--mtr-ink);
  font-weight: 800;
}
.mtr-request-trip-details > summary::-webkit-details-marker { display: none; }
.mtr-request-trip-details > summary small { color: var(--mtr-brand-dark); font-size: 12px; }
.mtr-request-trip-details > summary::after { content: "+"; color: var(--mtr-brand-dark); font-size: 22px; }
.mtr-request-trip-details[open] > summary::after { content: "−"; }
.mtr-request-trip-details[open] > summary small { display: none; }
.mtr-request-trip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 15px;
  padding: 4px 15px 16px;
}
.mtr-faq-browser { min-width: 0; }
.mtr-faq-search { display: block; margin-bottom: 12px; }
.mtr-faq-search input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  color: var(--mtr-ink);
  background: rgba(255,255,255,.82);
  border: 1px solid var(--mtr-line);
  border-radius: 15px;
  box-shadow: var(--mtr-glass-shadow-soft);
  font: inherit;
}
.mtr-faq-search input:focus { outline: 3px solid rgba(63,127,141,.16); border-color: var(--mtr-brand); }
.mtr-faq-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.mtr-faq-filters button {
  min-height: 40px;
  padding: 8px 12px;
  color: var(--mtr-brand-dark);
  background: rgba(255,255,255,.68);
  border: 1px solid var(--mtr-line);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}
.mtr-faq-filters button.is-active { color: #fff; background: var(--mtr-brand); border-color: var(--mtr-brand); }
.mtr-faq-item[hidden] { display: none; }
.mtr-faq-empty { padding: 18px; color: var(--mtr-muted); text-align: center; }

@media (max-width: 1080px) {
  .mtr-nav { background: rgba(247, 251, 253, .99); }
}

@media (max-width: 680px) {
  .mtr-request-modal-scroll { padding-right: 14px; }
  .mtr-request-trip-grid { grid-template-columns: 1fr; }
  .mtr-request-trip-details { grid-column: auto; }
  .mtr-faq-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
  .mtr-faq-filters::-webkit-scrollbar { display: none; }
  .mtr-faq-filters button { flex: 0 0 auto; min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Liquid Glass visual layer. */
:root {
  --mtr-glass: rgba(255, 255, 255, .68);
  --mtr-glass-strong: rgba(255, 255, 255, .82);
  --mtr-glass-border: rgba(255, 255, 255, .78);
  --mtr-glass-shadow: 0 18px 50px rgba(30, 55, 80, .13), inset 0 1px 0 rgba(255, 255, 255, .86), inset 0 -1px 0 rgba(116, 145, 172, .12);
  --mtr-radius: 22px;
}

body {
  background:
    radial-gradient(circle at 8% 14%, rgba(76, 184, 224, .10), transparent 25rem),
    radial-gradient(circle at 94% 28%, rgba(91, 154, 199, .09), transparent 27rem),
    #f8fbfd;
}

.mtr-header {
  padding: 8px 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.mtr-header-inner {
  min-height: 58px;
  padding: 5px 9px 5px 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .90), rgba(244, 250, 253, .76));
  border: 1px solid var(--mtr-glass-border);
  border-radius: 21px;
  box-shadow: 0 9px 30px rgba(34, 64, 90, .10), inset 0 1px 0 rgba(255, 255, 255, .94);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
}

.mtr-nav-list a {
  border: 1px solid transparent;
  border-radius: 999px;
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mtr-nav-list a:hover,
.mtr-nav-list .current-menu-item > a {
  color: var(--mtr-brand);
  background: rgba(255, 255, 255, .64);
  border-color: rgba(255, 255, 255, .86);
  box-shadow: 0 5px 16px rgba(36, 63, 87, .08), inset 0 1px 0 #fff;
  transform: translateY(-1px);
}

.mtr-language .trp-ls-shortcode-language a,
.mtr-language .trp-language-switcher:hover .trp-ls-shortcode-language a {
  background: rgba(255, 255, 255, .60) !important;
  border-color: rgba(255, 255, 255, .82) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .96), 0 5px 14px rgba(28, 59, 84, .08);
  -webkit-backdrop-filter: blur(16px) saturate(170%);
  backdrop-filter: blur(16px) saturate(170%);
}

.mtr-language .trp-language-switcher:hover .trp-ls-shortcode-language a:hover {
  background: rgba(255, 255, 255, .86) !important;
}

.mtr-menu-toggle {
  background: rgba(255, 255, 255, .64);
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 15px;
  box-shadow: inset 0 1px 0 #fff, 0 6px 16px rgba(30, 58, 82, .08);
}

.mtr-menu-toggle:focus { outline: 0; }
.mtr-menu-toggle:focus-visible { outline: 3px solid rgba(63, 127, 141, .24); outline-offset: 2px; }

.mtr-hero {
  width: var(--mtr-container);
  min-height: 360px;
  margin: 0 auto;
  background-image: linear-gradient(90deg, rgba(7, 25, 38, .48) 0%, rgba(7, 25, 38, .28) 56%, rgba(7, 25, 38, .04) 100%), var(--mtr-hero-image, linear-gradient(135deg, #2b7e86, #7ec7c0));
  border-radius: 32px;
  box-shadow: 0 22px 54px rgba(18, 45, 68, .18);
}

.mtr-hero::after {
  background: linear-gradient(180deg, rgba(5, 20, 32, .01), rgba(5, 20, 32, .11));
}

.mtr-hero-glow {
  position: absolute;
  z-index: 1;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  filter: blur(24px);
  opacity: .44;
  pointer-events: none;
  mix-blend-mode: screen;
}

.mtr-hero-glow-one {
  top: -150px;
  left: 12%;
  background: rgba(70, 204, 255, .50);
}

.mtr-hero-glow-two {
  right: 5%;
  bottom: -190px;
  background: rgba(91, 154, 199, .34);
}

.mtr-hero-copy {
  position: relative;
  max-width: 488px;
  padding: 20px 22px 21px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(8, 31, 49, .50), rgba(17, 53, 70, .21));
  border: 1px solid rgba(255, 255, 255, .31);
  border-radius: 27px;
  box-shadow: 0 22px 52px rgba(2, 19, 31, .22), inset 0 1px 0 rgba(255, 255, 255, .32), inset 0 -1px 0 rgba(2, 21, 33, .20);
  -webkit-backdrop-filter: blur(17px) saturate(138%);
  backdrop-filter: blur(17px) saturate(138%);
}

.mtr-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 46%;
  background: linear-gradient(115deg, rgba(255, 255, 255, .16), transparent 58%);
  pointer-events: none;
}

.mtr-hero-copy > * { position: relative; z-index: 1; }

.mtr-hero-copy h1 {
  max-width: 600px;
  margin-bottom: 12px;
  font-size: clamp(31px, 3.2vw, 38px);
}

.mtr-hero-copy .mtr-hero-text {
  margin-bottom: 15px;
  font-size: 15px;
}

.mtr-hero-copy .mtr-trust-list {
  gap: 7px 18px;
  margin-top: 15px;
  font-size: 13px;
}

.mtr-button {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #609ba7, #377481 72%);
  border-color: rgba(255, 255, 255, .42);
  border-radius: 999px;
  box-shadow: 0 9px 22px rgba(47, 100, 112, .22), inset 0 1px 0 rgba(255, 255, 255, .46), inset 0 -1px 0 rgba(21, 67, 78, .20);
}

.mtr-button::before {
  content: "";
  position: absolute;
  inset: 1px 8% 48%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .34), transparent);
  pointer-events: none;
  transition: transform .28s ease, opacity .28s ease;
}

.mtr-button:hover {
  background: linear-gradient(135deg, #6aa7b1, #2f6470 78%);
  box-shadow: 0 13px 30px rgba(47, 100, 112, .28), inset 0 1px 0 rgba(255, 255, 255, .52);
}

.mtr-button:hover::before { transform: translateX(13%); }

.mtr-button-ghost,
.mtr-button-light,
.mtr-button-secondary {
  color: var(--mtr-ink);
  background: rgba(255, 255, 255, .66) !important;
  border-color: rgba(255, 255, 255, .84);
  box-shadow: 0 8px 22px rgba(33, 62, 86, .10), inset 0 1px 0 rgba(255, 255, 255, .96);
  -webkit-backdrop-filter: blur(16px) saturate(165%);
  backdrop-filter: blur(16px) saturate(165%);
}

.mtr-search-section {
  background:
    radial-gradient(circle at 9% 0%, rgba(70, 190, 229, .22), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(91, 154, 199, .15), transparent 33%),
    linear-gradient(180deg, #edf6fb, #f6f9fc);
}

.mtr-section-soft {
  background:
    radial-gradient(circle at 88% 10%, rgba(116, 211, 208, .11), transparent 26rem),
    linear-gradient(180deg, rgba(241, 247, 251, .94), rgba(248, 251, 253, .98));
}

.mtr-destination-card,
.mtr-steps article,
.mtr-partner-grid a,
.mtr-faq-item,
.mtr-value-grid article,
.mtr-contact-cards > *,
.mtr-post-card {
  background: rgba(255, 255, 255, .78);
  border-color: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 34px rgba(32, 61, 86, .08), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  backdrop-filter: blur(16px) saturate(145%);
}

.mtr-destination-card:hover,
.mtr-partner-grid a:hover {
  border-color: rgba(255, 255, 255, .96);
  box-shadow: 0 19px 44px rgba(31, 62, 89, .14), inset 0 1px 0 #fff;
}

.mtr-legal-card {
  padding-block: 34px;
  background: linear-gradient(145deg, rgba(13, 42, 64, .92), rgba(24, 80, 100, .78));
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(16, 47, 70, .20), inset 0 1px 0 rgba(255, 255, 255, .19);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
}

.mtr-legal-card h2,
.mtr-legal-card h3 { margin: 0 0 16px; }
.mtr-legal-card dl { margin: 0; }
.mtr-legal-card .mtr-text-link { display: inline-flex; margin-top: 22px; }

.mtr-page-hero-soft,
.mtr-tour-hero {
  background:
    radial-gradient(circle at 84% 12%, rgba(75, 190, 221, .20), transparent 31%),
    radial-gradient(circle at 10% 80%, rgba(91, 154, 199, .11), transparent 30%),
    linear-gradient(145deg, #f6fafc, #eef7fa 58%, #faf5f6);
}

.mtr-tour-cover,
.mtr-featured-image,
.mtr-gallery-grid figure {
  border: 1px solid rgba(255, 255, 255, .86);
  box-shadow: var(--mtr-glass-shadow);
}

.mtr-footer {
  margin: 42px 10px 10px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(8, 28, 44, .97), rgba(17, 52, 71, .96));
  box-shadow: 0 18px 48px rgba(10, 32, 49, .20), inset 0 1px 0 rgba(255, 255, 255, .11);
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  background: rgba(249, 252, 253, .94) !important;
  border-top: 1px solid rgba(255, 255, 255, .88) !important;
  box-shadow: 0 -10px 34px rgba(31, 63, 88, .10), inset 0 1px 0 #fff !important;
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
}

#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .mgbutton,
#moove_gdpr_cookie_modal .mgbutton {
  background: #4b8792 !important;
  border: 1px solid rgba(255, 255, 255, .48) !important;
  border-radius: 999px !important;
  box-shadow: 0 7px 18px rgba(47, 100, 112, .16), inset 0 1px 0 rgba(255, 255, 255, .42) !important;
  color: #fff !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .moove-gdpr-infobar-settings-btn {
  background: rgba(255, 255, 255, .68) !important;
  border-color: rgba(74, 120, 132, .30) !important;
  box-shadow: inset 0 1px 0 #fff !important;
  color: #355f68 !important;
}

/* Show only the flag that switches to the other language. */
.mtr-language .trp-language-switcher,
.mtr-language .trp-language-switcher:hover {
  width: 23px !important;
  height: 17px !important;
  min-height: 17px !important;
}

.mtr-language .trp-ls-shortcode-language,
.mtr-language .trp-language-switcher:hover .trp-ls-shortcode-language {
  display: block !important;
  width: 23px !important;
  height: 17px !important;
  min-height: 17px !important;
  overflow: visible !important;
}

.mtr-language .trp-ls-shortcode-language a,
.mtr-language .trp-language-switcher:hover .trp-ls-shortcode-language a,
.mtr-language .trp-language-switcher:hover .trp-ls-shortcode-language a:hover {
  display: block !important;
  width: 23px !important;
  max-width: 23px !important;
  height: 17px !important;
  min-height: 17px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
}

.mtr-language .trp-ls-shortcode-language a.trp-ls-disabled-language,
.mtr-language .trp-ls-shortcode-language a.trp-ls-shortcode-disabled-language,
.mtr-language .trp-language-switcher:hover .trp-ls-shortcode-language a.trp-ls-disabled-language,
.mtr-language .trp-language-switcher:hover .trp-ls-shortcode-language a.trp-ls-shortcode-disabled-language {
  display: none !important;
}

.mtr-language .trp-ls-shortcode-language img,
.mtr-language .trp-language-switcher:hover .trp-ls-shortcode-language img {
  display: block !important;
  width: 23px !important;
  max-width: 23px !important;
  height: 15px !important;
  margin: 1px 0 !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 8px rgba(26, 58, 82, .13);
  object-fit: cover;
}

.mtr-language-link {
  display: block;
  width: 23px;
  height: 17px;
  overflow: visible;
  border: 0;
  border-radius: 5px;
  background: transparent;
  box-shadow: none;
  line-height: 0;
}

.mtr-language-link img {
  display: block;
  width: 23px;
  height: 15px;
  margin: 1px 0;
  border-radius: 5px;
  box-shadow: 0 3px 8px rgba(26, 58, 82, .13);
  object-fit: cover;
}

/* Small history control beneath the logo on internal pages. */
.mtr-brand-stack { position: relative; display: flex; align-items: center; flex-shrink: 0; }
.mtr-page-back {
  position: absolute;
  z-index: 2;
  left: 2px;
  bottom: -37px;
  display: grid;
  width: 33px;
  height: 25px;
  padding: 0;
  place-items: center;
  color: #426b75;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 9px;
  box-shadow: 0 4px 12px rgba(30, 58, 82, .10), inset 0 1px 0 #fff;
  cursor: pointer;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}
.mtr-page-back:hover { color: var(--mtr-brand-dark); background: rgba(255, 255, 255, .92); transform: translateX(-2px); }
.mtr-page-back:focus-visible { outline: 3px solid rgba(63, 127, 141, .22); outline-offset: 2px; }

/* Liquid-glass contact dock. Replaces the legacy Chaty button. */
#chaty-widget-0,
.chaty-outer-forms { display: none !important; }

.mtr-contact-dock {
  position: fixed;
  z-index: 9850;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: grid;
  justify-items: end;
}
.mtr-contact-dock-toggle {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, rgba(102, 173, 187, .96), rgba(47, 119, 137, .98));
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 19px;
  box-shadow: 0 16px 34px rgba(28, 79, 96, .26), inset 0 1px 0 rgba(255, 255, 255, .55);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.mtr-contact-dock-toggle:hover { transform: translateY(-2px); box-shadow: 0 19px 38px rgba(28, 79, 96, .31), inset 0 1px 0 rgba(255, 255, 255, .64); }
.mtr-contact-dock-toggle:focus-visible { outline: 3px solid rgba(73, 144, 159, .28); outline-offset: 3px; }
.mtr-contact-dock-toggle svg { position: absolute; width: 29px; height: 29px; fill: currentColor; transition: opacity .16s ease, transform .18s ease; }
.mtr-contact-dock-close-icon { opacity: 0; transform: scale(.72) rotate(-25deg); }
.mtr-contact-dock.is-open .mtr-contact-dock-open-icon { opacity: 0; transform: scale(.72) rotate(25deg); }
.mtr-contact-dock.is-open .mtr-contact-dock-close-icon { opacity: 1; transform: scale(1) rotate(0); }

.mtr-contact-dock-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: min(272px, calc(100vw - 32px));
  padding: 11px;
  visibility: hidden;
  opacity: 0;
  background: linear-gradient(145deg, rgba(250, 253, 254, .92), rgba(226, 244, 247, .84));
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(24, 67, 82, .22), inset 0 1px 0 #fff;
  backdrop-filter: blur(26px) saturate(165%);
  -webkit-backdrop-filter: blur(26px) saturate(165%);
  transform: translateY(9px) scale(.96);
  transform-origin: right bottom;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease, transform .2s ease;
}
.mtr-contact-dock.is-open .mtr-contact-dock-menu { visibility: visible; opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.mtr-contact-dock-title { margin: 3px 8px 9px; color: var(--mtr-ink); font-size: 13px; font-weight: 850; letter-spacing: .01em; }
.mtr-contact-dock-link {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px;
  color: var(--mtr-ink);
  border-radius: 15px;
  transition: color .16s ease, background .16s ease, transform .16s ease;
}
.mtr-contact-dock-link:hover { color: var(--mtr-brand-dark); background: rgba(255, 255, 255, .72); transform: translateX(-2px); }
.mtr-contact-dock-link:focus-visible { outline: 3px solid rgba(73, 144, 159, .23); outline-offset: -2px; }
.mtr-contact-dock-link-icon {
  display: grid;
  flex: 0 0 auto;
  width: 39px;
  height: 39px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, rgba(104, 176, 190, .94), rgba(54, 124, 141, .96));
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 13px;
  box-shadow: 0 7px 17px rgba(42, 104, 119, .17), inset 0 1px 0 rgba(255, 255, 255, .5);
}
.mtr-contact-dock-link-icon svg { width: 21px; height: 21px; fill: currentColor; }
.mtr-contact-dock-link > span:last-child { display: grid; min-width: 0; gap: 1px; }
.mtr-contact-dock-link strong { font-size: 13px; line-height: 1.25; }
.mtr-contact-dock-link small { overflow: hidden; color: var(--mtr-muted); font-size: 11px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 640px) {
  .mtr-contact-dock { right: max(13px, env(safe-area-inset-right)); bottom: max(13px, env(safe-area-inset-bottom)); }
  .mtr-contact-dock-toggle { width: 52px; height: 52px; border-radius: 17px; }
  .mtr-contact-dock-toggle svg { width: 26px; height: 26px; }
}

/* Shared liquid-glass request dialog. */
body.mtr-request-modal-open { overflow: hidden; }
.mtr-request-modal[hidden] { display: none !important; }
.mtr-request-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  padding: 18px;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}
.mtr-request-modal.is-open { opacity: 1; pointer-events: auto; }
.mtr-request-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 40, 58, .48);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}
.mtr-request-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: calc(100svh - 36px);
  overflow: hidden;
  color: var(--mtr-ink);
  background:
    radial-gradient(circle at 91% 8%, rgba(112, 207, 225, .22), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(239, 248, 251, .72));
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 30px;
  box-shadow: 0 28px 90px rgba(9, 35, 55, .34), inset 0 1px 0 rgba(255, 255, 255, .98), inset 0 -1px 0 rgba(82, 126, 150, .14);
  transform: translateY(14px) scale(.985);
  transition: transform .2s ease;
  -webkit-backdrop-filter: blur(32px) saturate(170%);
  backdrop-filter: blur(32px) saturate(170%);
}
.mtr-request-modal.is-open .mtr-request-modal-dialog { transform: none; }
.mtr-request-modal-scroll {
  box-sizing: border-box;
  width: 100%;
  max-height: calc(100svh - 36px);
  padding: 27px 24px 29px 30px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(63, 127, 141, .55) transparent;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}
.mtr-request-modal-scroll::-webkit-scrollbar { width: 10px; }
.mtr-request-modal-scroll::-webkit-scrollbar-track { margin-block: 24px; background: transparent; }
.mtr-request-modal-scroll::-webkit-scrollbar-thumb { background: rgba(63, 127, 141, .54); background-clip: content-box; border: 3px solid transparent; border-radius: 999px; }
.mtr-request-modal-scroll::-webkit-scrollbar-thumb:hover { background-color: rgba(47, 100, 112, .76); }
.mtr-request-modal-close {
  position: sticky;
  z-index: 3;
  top: 0;
  float: right;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: var(--mtr-ink);
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  box-shadow: 0 9px 24px rgba(25, 55, 80, .13), inset 0 1px 0 #fff;
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  backdrop-filter: blur(16px) saturate(160%);
}
.mtr-request-modal-close:hover { color: var(--mtr-brand-dark); background: rgba(255, 255, 255, .94); }
.mtr-request-modal-close:focus-visible { outline: 3px solid rgba(63, 127, 141, .24); outline-offset: 2px; }
.mtr-request-modal-header { max-width: 740px; padding-right: 54px; margin-bottom: 23px; }
.mtr-request-modal-header h2 { margin: 0 0 8px; font-size: var(--mtr-type-h2); line-height: 1.1; letter-spacing: -.032em; }
.mtr-request-modal-header > p:last-child { max-width: 680px; margin: 0; color: var(--mtr-muted); font-size: 14px; }
.mtr-request-modal-form { clear: both; }
.mtr-request-modal-form .wpforms-container { margin: 0 !important; }
#tour-request-form .wpforms-field-container {
  display: grid;
  gap: 13px 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#tour-request-form .wpforms-field {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
#tour-request-form .mtr-request-full { grid-column: 1 / -1; }
#tour-request-form .mtr-request-child-age[hidden] { display: none !important; }
#tour-request-form .wpforms-field-label {
  margin: 0 0 6px !important;
  color: #173047;
  font-size: 13px !important;
  font-weight: 750 !important;
}
#tour-request-form .wpforms-required-label { color: var(--mtr-brand) !important; }
#tour-request-form input,
#tour-request-form select,
#tour-request-form textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  color: var(--mtr-ink) !important;
  background: rgba(255, 255, 255, .78) !important;
  border-color: rgba(187, 205, 218, .78) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .96) !important;
}
#tour-request-form input,
#tour-request-form select { min-height: 46px !important; }
#tour-request-form textarea { min-height: 112px !important; resize: vertical; }
#tour-request-form input:focus,
#tour-request-form select:focus,
#tour-request-form textarea:focus { border-color: var(--mtr-brand) !important; box-shadow: 0 0 0 3px rgba(63, 127, 141, .13), inset 0 1px 0 #fff !important; }
#tour-request-form .wpforms-submit-container { padding: 0 !important; margin-top: 17px !important; }
.mtr-request-modal-privacy { margin: 13px 0 0; color: var(--mtr-muted); font-size: 11px; line-height: 1.45; }
.mtr-request-modal-privacy a { color: var(--mtr-brand-dark); text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 680px) {
  .mtr-request-modal { padding: 9px; }
  .mtr-request-modal-dialog { max-height: calc(100svh - 18px); border-radius: 23px; }
  .mtr-request-modal-scroll { max-height: calc(100svh - 18px); padding: 20px 10px 22px 14px; }
  .mtr-request-modal-scroll::-webkit-scrollbar-track { margin-block: 19px; }
  .mtr-request-modal-close { width: 38px; height: 38px; font-size: 24px; }
  .mtr-request-modal-header { padding-right: 43px; margin-bottom: 19px; }
  .mtr-request-modal-header > p:last-child { font-size: 13px; }
  #tour-request-form .wpforms-field-container { grid-template-columns: 1fr; }
  #tour-request-form .mtr-request-full { grid-column: auto; }
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .mtr-header,
  .mtr-header-inner,
  .mtr-hero-copy,
  .mtr-destination-card,
  .mtr-steps article,
  .mtr-partner-grid a,
  .mtr-faq-item,
  .mtr-value-grid article,
  .mtr-contact-cards > * { background-color: rgba(255, 255, 255, .94); }
  .mtr-hero-copy { background-color: rgba(8, 31, 49, .84); }
}

@media (max-width: 1080px) {
  .mtr-nav {
    inset: 74px 12px auto;
    padding: 12px;
    background: rgba(247, 251, 253, .96);
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: 22px;
    box-shadow: var(--mtr-glass-shadow);
    -webkit-backdrop-filter: blur(30px) saturate(155%);
    backdrop-filter: blur(30px) saturate(155%);
  }
}

@media (max-width: 720px) {
  .mtr-header { padding: 6px 0; }
  .mtr-header-inner { min-height: 56px; padding: 4px 6px 4px 10px; border-radius: 18px; }
  .mtr-nav { top: 68px; max-height: calc(100vh - 80px); }
  .admin-bar .mtr-nav { top: 114px; }
  .mtr-hero { padding: 22px 0; border-radius: 24px; }
  .mtr-hero-copy { padding: 19px 18px 20px; border-radius: 22px; }
  .mtr-hero-copy h1 { font-size: clamp(28px, 8vw, 32px); }
  .mtr-footer { margin-inline: 6px; border-radius: 24px; }
}

/* Final precedence for the shared request dialog refinements. */
.mtr-page-back {
  bottom: -50px;
  width: 64px;
  height: 32px;
  padding: 0;
  border-radius: 999px;
  font-size: 20px;
}
.mtr-language a { position: relative !important; }
.mtr-language a::after { position: absolute; content: ""; inset: -8px -7px; }
.mtr-request-modal-scroll { padding-right: 30px; scrollbar-width: none; }
.mtr-request-modal-scroll::-webkit-scrollbar { display: none; }
#tour-request-form .mtr-request-trip-details { grid-column: 1 / -1; }
#tour-request-form .mtr-request-trip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 15px;
  padding: 4px 15px 16px;
}
@media (max-width: 680px) {
  .mtr-request-modal-scroll { padding: 20px 14px 22px; }
  #tour-request-form .mtr-request-trip-details { grid-column: auto; }
  #tour-request-form .mtr-request-trip-grid { grid-template-columns: 1fr; }
}
@media (max-width: 1080px) {
  .mtr-nav { background: rgba(247, 251, 253, .99); }
}
