@font-face {
  font-family: "Public Sans";
  src: url("/assets/fonts/PublicSans-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --gva-blue: #1359a0;
  --gva-blue-dark: #0e4379;
  --gva-ink: #102a43;
  --gva-gold: #c9972f;
  --gva-paper: #f7f2e8;
  --gva-paper-deep: #eee5d6;
  --gva-white: #fffdf8;
  --gva-muted: #566576;
  --gva-stone: #d7cbb9;
  --gva-stone-dark: #bba88e;
  --gva-footer: #0b263b;
  --gva-focus: rgba(19, 89, 160, 0.2);
  --gva-header-height: 78px;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--gva-ink);
  background: var(--gva-paper);
  font-family: "Public Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea { font-family: "Public Sans", Arial, sans-serif; }

.container { width: min(100% - 48px, 1180px); max-width: 1180px; }
h1, h2, h3, h4, h5, h6 { color: var(--gva-ink); font-weight: 800; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.7rem, 5vw, 5rem); line-height: 0.98; }
h2 { font-size: clamp(2.15rem, 3.2vw, 3.35rem); line-height: 1.05; }
h3 { font-size: 1.2rem; line-height: 1.25; letter-spacing: -0.02em; }
a { color: var(--gva-blue); text-underline-offset: 3px; }
a:hover { color: var(--gva-blue-dark); }

:focus-visible {
  outline: 3px solid var(--gva-blue) !important;
  outline-offset: 3px;
}

.mvp-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 5000;
  padding: 10px 14px;
  color: var(--gva-white);
  background: var(--gva-ink);
  transform: translateY(-150%);
}
.mvp-skip-link:focus { transform: translateY(0); }

.btn {
  min-height: 48px;
  border-radius: 2px;
  padding: 0.72rem 1.18rem;
  font-weight: 750;
  box-shadow: none !important;
}
.btn-primary {
  --bs-btn-bg: var(--gva-blue);
  --bs-btn-border-color: var(--gva-blue);
  --bs-btn-hover-bg: var(--gva-blue-dark);
  --bs-btn-hover-border-color: var(--gva-blue-dark);
  --bs-btn-active-bg: var(--gva-blue-dark);
  --bs-btn-active-border-color: var(--gva-blue-dark);
}
.btn-outline-primary {
  --bs-btn-color: var(--gva-blue-dark);
  --bs-btn-border-color: var(--gva-blue);
  --bs-btn-hover-bg: var(--gva-blue);
  --bs-btn-hover-border-color: var(--gva-blue);
}

.form-select,
.form-control {
  min-height: 50px;
  border: 1px solid var(--gva-stone-dark);
  border-radius: 2px;
  color: var(--gva-ink);
  background-color: var(--gva-white);
  box-shadow: none;
}
.form-select:focus,
.form-control:focus {
  border-color: var(--gva-blue);
  box-shadow: 0 0 0 4px var(--gva-focus);
}

/* Header */
.mvp-navbar {
  position: sticky;
  top: 0;
  z-index: 1040;
  min-height: var(--gva-header-height);
  padding: 0;
  border-bottom: 1px solid var(--gva-stone);
  background: rgba(255, 253, 248, 0.97);
  backdrop-filter: blur(12px);
}
.mvp-navbar .navbar-brand { flex: 0 0 auto; margin-right: 24px; padding: 0; }
.mvp-navbar .navbar-brand img { display: block; width: 278px; height: auto; }
.mvp-navbar .navbar-nav { align-items: center; gap: 2px; }
.mvp-navbar .nav-link {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0.62rem 0.72rem !important;
  color: var(--gva-ink);
  font-size: 0.88rem;
  font-weight: 650;
}
.mvp-navbar .nav-link:hover { color: var(--gva-blue); }
.mvp-navbar .navbar-toggler { border: 1px solid var(--gva-stone-dark); border-radius: 2px; min-width: 46px; min-height: 46px; }

/* Shared editorial structure */
.mvp-section { padding: 72px 0; background: var(--gva-white); }
.mvp-section-soft { background: var(--gva-paper); }
.mvp-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}
.mvp-section-head > div { max-width: 760px; }
.mvp-section-head h2 { margin: 0 0 12px; }
.mvp-section-head p { margin: 0; color: var(--gva-muted); font-size: 1.06rem; }
.mvp-eyebrow,
.mvp-field-label {
  display: block;
  margin-bottom: 8px;
  color: var(--gva-blue-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

/* Athens full-background hero */
.mvp-home-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  border-bottom: 1px solid var(--gva-stone);
  background: var(--gva-paper);
}
.gva-hero-picture,
.gva-hero-picture img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
}
.gva-hero-picture img { object-fit: cover; object-position: center 52%; }
.mvp-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(247,242,232,.98) 0%, rgba(247,242,232,.94) 35%, rgba(247,242,232,.72) 55%, rgba(247,242,232,.14) 78%, rgba(247,242,232,.02) 100%);
}
.mvp-home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 170px;
  background: linear-gradient(0deg, rgba(247,242,232,.68), transparent);
}
.mvp-home-hero-inner { padding-top: 32px; padding-bottom: 42px; }
.mvp-hero-copy { width: 100%; max-width: none; }
.mvp-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 860px;
  margin-bottom: 38px;
}
.mvp-hero-proof-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 10px 13px;
  border: 1px solid rgba(16,42,67,.22);
  border-radius: 2px;
  background: rgba(255,253,248,.88);
  color: var(--gva-ink);
  font-size: .79rem;
  font-weight: 750;
  line-height: 1.25;
}
.mvp-hero-proof-card i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--gva-blue);
  font-size: 1.05rem;
  line-height: 1;
}
.mvp-hero-copy h1 { max-width: 750px; margin: 0 0 22px; color: var(--gva-ink); }
.mvp-hero-lead {
  max-width: 760px;
  margin: 0 0 22px;
  padding: 14px 18px;
  border-left: 4px solid var(--gva-blue);
  background: rgba(255,253,248,.82);
  color: #31485c;
  font-size: 1.1rem;
  line-height: 1.6;
}
.mvp-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 920px;
  margin-bottom: 30px;
}
.mvp-hero-points span {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid rgba(16,42,67,.16);
  background: rgba(255,253,248,.82);
  color: var(--gva-ink);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.3;
}
.mvp-hero-points i { color: var(--gva-blue); font-size: 1rem; }
.mvp-route-finder {
  width: 100%;
  margin-top: 0;
  padding: 22px;
  border: 1px solid var(--gva-stone-dark);
  border-top: 4px solid var(--gva-blue);
  border-radius: 2px;
  background: rgba(255,253,248,.95);
  box-shadow: 0 18px 48px rgba(16,42,67,.12);
}
.mvp-route-finder-grid { display: grid; grid-template-columns: 1fr 1fr .78fr 220px; gap: 14px; align-items: end; }
.gva-fixed-destination {
  display: grid;
  grid-template-columns: 28px minmax(0,1fr) 20px;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 8px 12px;
  border: 1px solid var(--gva-stone-dark);
  border-radius: 2px;
  color: var(--gva-ink);
  background: var(--gva-paper);
  font-weight: 750;
}
.gva-fixed-destination .mvp-flag-image { width: 28px; height: 22px; object-fit: contain; }
.gva-fixed-destination i { justify-self: end; color: var(--gva-blue); }
.mvp-route-finder-submit { width: 100%; }
.mvp-route-finder-step.is-waiting { opacity: .62; }
.mvp-geo-context { display: flex; gap: 8px; margin-top: 12px; color: var(--gva-muted); font-size: .78rem; }
.mvp-geo-context i { color: var(--gva-blue); }
.mvp-hero-note { margin: 13px 0 0; color: #3e5366; font-size: .74rem; }

/* Customer benefit band */
.mvp-trust-band { border-bottom: 1px solid var(--gva-stone); background: var(--gva-white); }
.mvp-trust-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mvp-trust-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 112px;
  padding: 18px;
  border-right: 1px solid var(--gva-stone);
}
.mvp-trust-item:first-child { border-left: 1px solid var(--gva-stone); }
.mvp-trust-icon {
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px;
  padding: 0 !important;
  border: 1px solid var(--gva-stone-dark);
  border-radius: 2px;
  color: var(--gva-blue);
  background: var(--gva-paper);
  line-height: 1 !important;
}
.mvp-trust-icon > i { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; line-height: 1; }
.mvp-trust-icon > i::before { display: block; line-height: 1; }
.mvp-trust-item strong { display: block; margin-bottom: 3px; color: var(--gva-ink); font-size: .87rem; line-height: 1.3; }
.mvp-trust-item span:not(.mvp-trust-icon) { display: block; color: var(--gva-muted); font-size: .74rem; line-height: 1.4; }

/* Homepage application-city cards */
.mvp-home-route-grid,
.mvp-route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.mvp-home-route-card,
.mvp-route-card {
  display: flex;
  min-width: 0;
  min-height: 250px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--gva-stone);
  border-radius: 4px;
  color: var(--gva-ink);
  background: var(--gva-white);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.mvp-home-route-card:hover,
.mvp-route-card:hover { border-color: var(--gva-blue); box-shadow: 0 12px 28px rgba(16,42,67,.09); }
.mvp-route-card-top { display: grid; grid-template-columns: 42px minmax(0, 1fr) 24px; align-items: center; gap: 12px; margin-bottom: 22px; }
.mvp-route-card-top .mvp-flag-image { width: 42px; height: 42px; object-fit: contain; padding: 7px; border: 1px solid var(--gva-stone); background: var(--gva-paper); }
.mvp-route-arrow { justify-self: end; color: var(--gva-blue); transition: transform .18s ease; }
.mvp-route-card:hover .mvp-route-arrow { transform: translate(2px,-2px); }
.mvp-route-card h3 { margin: 0 0 10px; font-size: 1.18rem; }
.mvp-route-meta { color: var(--gva-muted); font-size: .8rem; }
.mvp-route-price { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--gva-stone); color: var(--gva-blue-dark); font-size: .78rem; font-weight: 750; }
.mvp-route-price div span { display: block; color: var(--gva-muted); font-size: .72rem; font-weight: 500; }
.mvp-route-price strong { display: block; margin-top: 2px; font-size: 1.2rem; }

/* Service and process blocks */
.mvp-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.mvp-service-grid-single { grid-template-columns: minmax(0, 1fr); }
.mvp-service-panel {
  display: grid;
  grid-template-columns: minmax(230px,.8fr) minmax(0,1.2fr);
  gap: 16px 34px;
  padding: 30px;
  border: 1px solid var(--gva-stone);
  border-top: 4px solid var(--gva-blue);
  border-radius: 4px;
  background: var(--gva-white);
}
.mvp-service-label { color: var(--gva-blue-dark); font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.mvp-service-panel h3 { grid-column: 1; margin: 0; font-size: 1.6rem; }
.mvp-service-panel > p { grid-column: 1; margin: 0; color: var(--gva-muted); }
.mvp-check-list { grid-column: 2; grid-row: 1 / span 3; align-self: center; margin: 0; padding: 0; list-style: none; }
.mvp-check-list li { display: grid; grid-template-columns: 24px minmax(0,1fr); gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--gva-stone); color: #334d62; }
.mvp-check-list li:last-child { border-bottom: 0; }
.mvp-check-list i { color: var(--gva-blue); }
.mvp-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.mvp-step { position: relative; min-height: 220px; padding: 28px 24px 24px; border: 1px solid var(--gva-stone); border-radius: 4px; background: var(--gva-white); }
.mvp-step-number { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 34px; border: 1px solid var(--gva-blue); color: var(--gva-blue); font-weight: 800; }
.mvp-step h3 { margin-bottom: 10px; }
.mvp-step p { color: var(--gva-muted); }

/* FAQ and final CTA */
.mvp-faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--gva-stone-dark); }
.mvp-faq-item { border-bottom: 1px solid var(--gva-stone); background: var(--gva-white); }
.mvp-faq-item summary { position: relative; min-height: 64px; display: flex; align-items: center; padding: 18px 52px 18px 18px; color: var(--gva-ink); font-weight: 750; cursor: pointer; list-style: none; }
.mvp-faq-item summary::-webkit-details-marker { display: none; }
.mvp-faq-item summary::after { content: "+"; position: absolute; right: 20px; color: var(--gva-blue); font-size: 1.5rem; font-weight: 400; }
.mvp-faq-item[open] summary::after { content: "−"; }
.mvp-faq-answer { padding: 0 52px 22px 18px; color: var(--gva-muted); }
.mvp-final-cta { padding: 56px 0; background: var(--gva-footer); }
.mvp-final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.mvp-final-cta h2 { max-width: 780px; color: var(--gva-white); font-size: clamp(1.9rem,3vw,3rem); }

/* Directory and inner heroes */
.mvp-page-hero,
.mvp-route-hero,
.mvp-destination-hero,
.mvp-local-hero,
.mvp-location-index-hero,
.blog-hero,
.post-hero,
.editorial-hero {
  color: var(--gva-ink);
  background: var(--gva-paper);
  border-bottom: 1px solid var(--gva-stone);
}
.mvp-page-hero,
.mvp-route-hero,
.mvp-destination-hero,
.mvp-local-hero,
.mvp-location-index-hero { padding: 64px 0; }
.mvp-page-hero h1,
.mvp-route-hero h1,
.mvp-destination-hero h1,
.mvp-local-hero h1,
.mvp-location-index-hero h1 { color: var(--gva-ink); font-size: clamp(2.55rem,4.5vw,4.35rem); }
.mvp-page-hero p,
.mvp-route-hero p,
.mvp-destination-hero p,
.mvp-local-hero p,
.mvp-location-index-hero p { color: var(--gva-muted); }
.mvp-page-hero-inner,
.mvp-route-hero-grid,
.mvp-destination-hero-grid,
.mvp-local-hero-grid { align-items: center; gap: 38px; }
.mvp-route-summary,
.mvp-destination-flag-panel,
.mvp-nearest-summary,
.mvp-page-hero-stat {
  border: 1px solid var(--gva-stone-dark);
  border-top: 4px solid var(--gva-blue);
  border-radius: 3px;
  color: var(--gva-ink);
  background: var(--gva-white);
  box-shadow: none;
}
.mvp-route-summary *:not(.btn),
.mvp-destination-flag-panel *:not(.btn) { color: inherit; }
.mvp-breadcrumb,
.mvp-breadcrumbs,
.post-breadcrumb { color: var(--gva-muted); font-size: .78rem; }

.mvp-directory-band { border-bottom: 1px solid var(--gva-stone); background: var(--gva-white); }
.mvp-directory-filter { border-radius: 2px; }
.mvp-market-group { margin-bottom: 38px; }
.mvp-market-title { padding-bottom: 12px; border-bottom: 2px solid var(--gva-blue); }
.mvp-directory-route,
.mvp-destination-route,
.mvp-centre-row,
.mvp-local-route-card {
  border: 1px solid var(--gva-stone);
  border-radius: 3px;
  background: var(--gva-white);
  transition: border-color .18s ease, box-shadow .18s ease;
}
.mvp-directory-route:hover,
.mvp-destination-route:hover,
.mvp-centre-row:hover,
.mvp-local-route-card:hover { border-color: var(--gva-blue); box-shadow: 0 10px 24px rgba(16,42,67,.08); }
.mvp-directory-prices strong,
.mvp-destination-route-prices strong,
.mvp-local-route-price { color: var(--gva-blue-dark); }

/* Fixed, mathematically centred route-page fact icons */
.mvp-route-trust-grid,
.mvp-destination-facts-grid,
.mvp-local-fact-band { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.mvp-route-trust,
.mvp-destination-facts-grid > div,
.mvp-local-fact-band > div { display: grid; grid-template-columns: 44px minmax(0,1fr); align-items: center; gap: 12px; min-width: 0; }
.mvp-route-trust > i,
.mvp-destination-facts-grid i,
.mvp-local-fact-band i,
.mvp-product-icon,
.mvp-location-icon,
.mvp-nearest-summary-icon {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  padding: 0 !important;
  border: 1px solid var(--gva-stone-dark);
  border-radius: 2px;
  color: var(--gva-blue);
  background: var(--gva-paper);
  line-height: 1 !important;
}
.mvp-route-trust > i::before,
.mvp-destination-facts-grid i::before,
.mvp-local-fact-band i::before { display: block; line-height: 1; }

/* Route products and researched content */
.mvp-product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.mvp-product-grid-single { grid-template-columns: minmax(0, 760px); }
.mvp-product-card { border: 1px solid var(--gva-stone); border-top: 4px solid var(--gva-blue); border-radius: 4px; background: var(--gva-white); box-shadow: none; }
.mvp-product-price-value { color: var(--gva-blue-dark); }
.mvp-route-content-grid,
.mvp-local-guide-grid { align-items: start; gap: 34px; }
.mvp-researched-content,
.mvp-route-help-panel,
.editorial-content,
.policy-card {
  border: 1px solid var(--gva-stone);
  border-radius: 4px;
  color: var(--gva-ink);
  background: var(--gva-white);
  box-shadow: none;
}
.mvp-researched-content { max-width: 850px; padding: clamp(24px,4vw,46px); }
.mvp-researched-content p,
.mvp-researched-content li,
.editorial-content p,
.editorial-content li { color: #3e5264; line-height: 1.78; }
.mvp-researched-content h2,
.mvp-researched-content h3 { margin-top: 1.7em; }
.mvp-route-help-panel { position: sticky; top: calc(var(--gva-header-height) + 24px); }

/* Blog */
.blog-hero,
.post-hero { padding: 66px 0; }
.blog-hero h1,
.post-hero h1 { color: var(--gva-ink); }
.blog-grid,
.related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.blog-card,
.related-card { overflow: hidden; border: 1px solid var(--gva-stone); border-radius: 4px; background: var(--gva-white); box-shadow: none; }
.blog-card:hover,
.related-card:hover { border-color: var(--gva-blue); transform: none; box-shadow: 0 10px 24px rgba(16,42,67,.08); }
.blog-card-img { border-radius: 0; background: var(--gva-paper); }
.blog-card-category,
.post-category-tag { color: var(--gva-blue-dark); background: transparent; border: 1px solid var(--gva-stone-dark); border-radius: 2px; }
.post-content-card { max-width: 900px; border: 1px solid var(--gva-stone); border-radius: 4px; background: var(--gva-white); box-shadow: none; }
.post-content { color: #3e5264; font-size: 1.04rem; line-height: 1.78; }
.post-content h2,
.post-content h3 { color: var(--gva-ink); }
.post-cta,
.post-readiness-panel { border-radius: 3px; border-color: var(--gva-stone); background: var(--gva-paper); }

/* Legal/account/checkout surfaces */
main > .container.py-5 { padding-top: 64px !important; padding-bottom: 72px !important; }
main > .container.py-5 .col-lg-9,
main > .container.py-5 .col-lg-8 { max-width: 920px; padding: clamp(24px,4vw,46px); border: 1px solid var(--gva-stone); border-radius: 4px; background: var(--gva-white); }
.alert { border-radius: 2px; }
.table { --bs-table-bg: transparent; --bs-table-border-color: var(--gva-stone); }
.card,
.checkout-card,
.order-card,
.auth-card { border-color: var(--gva-stone) !important; border-radius: 4px !important; box-shadow: none !important; }

/* Footer */
.mvp-footer { margin: 0 !important; padding: 54px 0 0; color: #dce7ef; background: var(--gva-footer); }
.mvp-footer .row { align-items: start; }
.mvp-footer h2,
.mvp-footer h3 { color: var(--gva-white); }
.mvp-footer-logo { display: block; width: 285px; max-width: 100%; height: auto; margin-bottom: 20px; }
.mvp-footer p,
.mvp-footer-disclaimer { color: #bacbd8; }
.mvp-footer-links { margin: 0; padding: 0; list-style: none; }
.mvp-footer-links li + li { margin-top: 8px; }
.mvp-footer a { color: #e9f2f7; text-decoration: none; }
.mvp-footer a:hover { color: #fff; text-decoration: underline; }
.mvp-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.16); color: #a9bdcb; font-size: .76rem; }

@media (max-width: 1199.98px) {
  .mvp-navbar .navbar-brand img { width: 238px; }
  .mvp-navbar .nav-link { padding-inline: .48rem !important; font-size: .82rem; }
}

@media (max-width: 991.98px) {
  :root { --gva-header-height: 72px; }
  .mvp-navbar .navbar-collapse { position: absolute; top: 100%; left: 0; right: 0; padding: 16px 24px 22px; border-bottom: 1px solid var(--gva-stone); background: var(--gva-white); box-shadow: 0 18px 30px rgba(16,42,67,.1); }
  .mvp-navbar .navbar-nav { align-items: stretch; }
  .mvp-navbar .btn { width: 100%; margin: 10px 0 0 !important; }
  .mvp-home-hero { min-height: 760px; }
  .gva-hero-picture img { object-position: 62% center; }
  .mvp-home-hero::before { background: linear-gradient(90deg, rgba(247,242,232,.98), rgba(247,242,232,.90) 58%, rgba(247,242,232,.35)); }
  .mvp-hero-proof { grid-template-columns: 1fr; max-width: 520px; margin-bottom: 26px; }
  .mvp-hero-proof-card { min-height: 50px; }
  .mvp-hero-points { grid-template-columns: 1fr; max-width: 620px; }
  .mvp-hero-points span { min-height: 48px; }
  .mvp-route-finder-grid { grid-template-columns: 1fr 1fr; }
  .mvp-route-finder-submit { grid-column: 1 / -1; }
  .mvp-trust-row { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mvp-trust-item:nth-child(2) { border-right: 0; }
  .mvp-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--gva-stone); }
  .mvp-home-route-grid,
  .mvp-route-grid,
  .blog-grid,
  .related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mvp-service-panel { grid-template-columns: 1fr; }
  .mvp-service-panel > *,
  .mvp-check-list { grid-column: 1; grid-row: auto; }
  .mvp-route-trust-grid,
  .mvp-destination-facts-grid,
  .mvp-local-fact-band { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mvp-route-help-panel { position: static; }
}

@media (max-width: 767.98px) {
  .container { width: min(100% - 32px, 1180px); }
  .mvp-section { padding: 52px 0; }
  .mvp-section-head { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 26px; }
  .mvp-navbar .navbar-brand img { width: 215px; }
  .mvp-home-hero { min-height: auto; }
  .mvp-home-hero-inner { padding-top: 26px; padding-bottom: 32px; }
  .gva-hero-picture img { object-position: 68% center; }
  .mvp-home-hero::before { background: rgba(247,242,232,.88); }
  .mvp-hero-proof { display: flex; overflow-x: auto; gap: 8px; margin: 0 -16px 26px; padding: 0 16px 6px; }
  .mvp-hero-proof-card { flex: 0 0 255px; }
  .mvp-hero-copy h1 { font-size: clamp(2.55rem,12vw,4rem); }
  .mvp-hero-lead { font-size: 1rem; }
  .mvp-route-finder { padding: 18px; }
  .mvp-route-finder-grid { grid-template-columns: 1fr; }
  .mvp-route-finder-submit { grid-column: auto; }
  .mvp-home-route-grid,
  .mvp-route-grid,
  .blog-grid,
  .related-grid,
  .mvp-steps,
  .mvp-product-grid { grid-template-columns: 1fr; }
  .mvp-home-route-card,
  .mvp-route-card { min-height: 230px; }
  .mvp-final-cta-inner { align-items: flex-start; flex-direction: column; }
  .mvp-final-cta .btn { width: 100%; }
  .mvp-footer-bottom { flex-direction: column; }
}

@media (max-width: 479.98px) {
  .mvp-navbar .navbar-brand img { width: 190px; }
  .mvp-trust-row,
  .mvp-route-trust-grid,
  .mvp-destination-facts-grid,
  .mvp-local-fact-band { grid-template-columns: 1fr; }
  .mvp-trust-item,
  .mvp-trust-item:first-child { min-height: 96px; border: 0; border-bottom: 1px solid var(--gva-stone); }
  .mvp-route-trust,
  .mvp-destination-facts-grid > div,
  .mvp-local-fact-band > div { min-height: 86px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
