:root {
  --mv-blue: #103f73;
  --mv-blue-dark: #071f3f;
  --mv-blue-soft: #eef6fb;
  --mv-green: #18a96b;
  --mv-green-dark: #0d7d4e;
  --mv-ink: #102238;
  --mv-muted: #637184;
  --mv-line: #dce7f0;
  --mv-white: #ffffff;
  --mv-shadow-soft: 0 16px 42px rgba(16, 34, 56, 0.1);
  --mv-shadow-card: 0 12px 30px rgba(16, 34, 56, 0.08);
  --mv-radius: 14px;
}

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

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

a,
p,
span,
strong,
small,
h1,
h2,
h3,
h4,
h5,
h6,
li,
button {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(24, 169, 107, 0.42);
  outline-offset: 3px;
}

html.moventra-v3-active #site-header,
html.moventra-v3-active .site-header:not(.mv-header),
html.moventra-v3-active header.wp-block-template-part {
  display: none;
}

body {
  color: var(--mv-ink);
  background: var(--mv-white);
}

.mv-container {
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
}

.mv-grid > *,
.mv-hero-grid > *,
.mv-trust-grid > *,
.mv-premium-service-grid > *,
.mv-premium-zone-grid > *,
.mv-footer-top > *,
.mv-footer-grid > *,
.mv-process-grid > *,
.mv-why-grid > * {
  min-width: 0;
}

.mv-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(220, 231, 240, 0.9);
  box-shadow: 0 10px 28px rgba(7, 31, 63, 0.06);
  backdrop-filter: blur(12px);
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

.moventra-v3-scrolled .mv-header {
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 14px 34px rgba(7, 31, 63, 0.1);
}

.mv-topbar {
  display: none !important;
  color: var(--mv-white);
  background: var(--mv-blue-dark);
  font-size: 12px;
  letter-spacing: 0;
}

.mv-topbar-inner {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.mv-topbar a {
  color: var(--mv-white);
  text-decoration: none;
  font-weight: 700;
}

.mv-header-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
}

.mv-brand {
  min-width: 172px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--mv-blue-dark);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.12;
  text-decoration: none;
}

.mv-brand img {
  display: block;
  width: auto;
  max-width: 168px;
  max-height: 46px;
  object-fit: contain;
}

.mv-brand-mark {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mv-white);
  background: linear-gradient(135deg, var(--mv-blue), var(--mv-green));
  border-radius: 10px;
  font-weight: 900;
}

.mv-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 700;
}

.mv-nav a,
.mv-nav a:visited {
  position: relative;
  color: var(--mv-ink) !important;
  text-decoration: none;
  padding: 24px 0;
}

.mv-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 2px;
  background: var(--mv-green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.mv-nav a:hover,
.mv-nav a:focus-visible,
.mv-nav a.is-current {
  color: var(--mv-blue) !important;
}

.mv-nav a:not(.is-current):not(:hover):not(:focus-visible) {
  color: var(--mv-ink) !important;
}

.mv-nav a:hover::after,
.mv-nav a:focus-visible::after,
.mv-nav a.is-current::after {
  transform: scaleX(1);
}

.mv-nav a:not(.is-current):not(:hover):not(:focus-visible)::after {
  transform: scaleX(0) !important;
}

.mv-menu-toggle {
  display: none;
  align-items: center;
  gap: 4px;
  min-height: 40px;
  padding: 0 12px;
  color: var(--mv-blue-dark);
  background: #f7fbff;
  border: 1px solid var(--mv-line);
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.mv-menu-toggle span {
  width: 16px;
  height: 2px;
  display: block;
  background: var(--mv-blue-dark);
  border-radius: 999px;
}

.mv-menu-toggle strong {
  margin-left: 5px;
  font-size: 13px;
}

.mv-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.mv-btn,
.mv-btn:visited,
.mv-form button {
  max-width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  color: var(--mv-white);
  background: var(--mv-green);
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(24, 169, 107, 0.24);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  cursor: pointer;
  transition: transform 170ms ease, box-shadow 170ms ease, background-color 170ms ease, border-color 170ms ease;
}

.mv-btn:hover,
.mv-form button:hover {
  color: var(--mv-white);
  background: var(--mv-green-dark);
  box-shadow: 0 16px 34px rgba(24, 169, 107, 0.32);
  transform: translateY(-2px);
}

.mv-btn-small {
  min-height: 38px;
  padding: 0 15px;
  font-size: 13px;
}

.mv-btn-outline {
  color: var(--mv-blue-dark);
  background: var(--mv-white);
  border-color: var(--mv-line);
  box-shadow: none;
}

.mv-btn-outline:hover {
  color: var(--mv-blue-dark);
  background: #f7fbff;
  border-color: var(--mv-green);
  box-shadow: 0 12px 26px rgba(16, 34, 56, 0.1);
}

.mv-btn-light {
  color: var(--mv-blue-dark);
  background: var(--mv-white);
  box-shadow: none;
}

.mv-btn-hero,
.mv-btn-ghost {
  color: var(--mv-white);
  background: rgba(7, 31, 63, 0.86);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 30px rgba(7, 31, 63, 0.28);
  backdrop-filter: blur(8px);
}

.mv-btn-hero:hover,
.mv-btn-ghost:hover {
  color: var(--mv-white);
  background: var(--mv-green-dark);
  border-color: var(--mv-green);
}

.mv-hero {
  min-height: 85vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: var(--mv-white);
  background-color: var(--mv-blue-dark);
  background-image:
    linear-gradient(105deg, rgba(7, 31, 63, 0.76) 0%, rgba(7, 31, 63, 0.46) 52%, rgba(7, 31, 63, 0.16) 100%),
    var(--mv-hero-image, linear-gradient(135deg, #071f3f, #103f73));
  background-size: cover;
  background-position: center center;
}

.mv-hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.mv-hero > .mv-container {
  position: relative;
  z-index: 2;
}

.mv-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 25%, rgba(24, 169, 107, 0.16), transparent 34%);
  z-index: 1;
  pointer-events: none;
}

.mv-hero .mv-hero-bg-img + .mv-container::before {
  content: "";
  position: absolute;
  inset: -80px -40px;
  z-index: -1;
  background: linear-gradient(105deg, rgba(7, 31, 63, 0.78), rgba(7, 31, 63, 0.42) 58%, rgba(7, 31, 63, 0.12));
  border-radius: 34px;
}

.mv-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--mv-green), #66c7e8, var(--mv-blue));
}

.mv-section,
.mv-page-hero {
  padding: 88px 0;
}

.mv-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.mv-hero-copy {
  max-width: 760px;
}

.mv-eyebrow,
.mv-form-badge,
.mv-card-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 11px;
  color: var(--mv-green-dark);
  background: rgba(24, 169, 107, 0.11);
  border: 1px solid rgba(24, 169, 107, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mv-hero .mv-eyebrow {
  color: var(--mv-white);
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.26);
}

.mv-hero h1,
.mv-page-hero h1,
.mv-section h1 {
  max-width: 860px;
  margin: 16px 0 18px;
  color: inherit;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1;
  letter-spacing: 0;
}

.mv-page-hero h1,
.mv-section h1 {
  color: var(--mv-blue-dark);
}

.mv-hero p,
.mv-page-hero p {
  max-width: 670px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.62;
}

.mv-page-hero {
  background: linear-gradient(180deg, #f6fbff, #ffffff);
}

.mv-page-hero p {
  color: var(--mv-muted);
}

.mv-hero-actions,
.mv-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.mv-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.mv-hero-badges span {
  min-width: 0;
  max-width: 100%;
  padding: 10px 14px;
  color: var(--mv-white);
  background: rgba(0, 35, 70, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 24px rgba(7, 31, 63, 0.18);
  backdrop-filter: blur(6px);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mv-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.mv-section-head h2,
.mv-section h2 {
  margin: 14px 0 12px;
  color: var(--mv-blue-dark);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: 0;
}

.mv-section-head p,
.mv-section p {
  color: var(--mv-muted);
  line-height: 1.72;
}

.mv-soft {
  background: var(--mv-blue-soft);
}

.mv-grid {
  display: grid;
  gap: 22px;
}

.mv-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mv-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mv-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mv-card,
.mv-process-card {
  min-width: 0;
  background: var(--mv-white);
  border: 1px solid rgba(220, 231, 240, 0.96);
  border-radius: var(--mv-radius);
  box-shadow: var(--mv-shadow-card);
}

.mv-card {
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mv-card:hover {
  border-color: rgba(24, 169, 107, 0.34);
  box-shadow: 0 20px 44px rgba(16, 34, 56, 0.13);
  transform: translateY(-4px);
}

.mv-card-body,
.mv-feature-card,
.mv-location-card,
.mv-review-card {
  padding: 24px;
}

.mv-card h3,
.mv-process-card h3 {
  margin: 0 0 10px;
  color: var(--mv-blue-dark);
  font-size: 21px;
  line-height: 1.2;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mv-card a {
  color: var(--mv-blue-dark);
  text-decoration: none;
}

.mv-card h3 a {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mv-card a:hover {
  color: var(--mv-green-dark);
}

.mv-card-media {
  height: 190px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #eaf5fb, #eaf8f1);
}

.mv-card-media img,
.mv-image-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mv-card-media-placeholder,
.mv-image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--mv-blue);
  text-align: center;
}

.mv-card-media-placeholder small,
.mv-image-placeholder small {
  color: var(--mv-muted);
  font-weight: 800;
}

.mv-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mv-blue-dark);
  background: rgba(24, 169, 107, 0.12);
  border-radius: 14px;
  font-size: 22px;
}

.mv-card-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--mv-green-dark) !important;
  font-weight: 900;
}

.mv-trust-strip {
  padding: 28px 0;
  background: var(--mv-white);
}

.mv-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.mv-trust-grid article {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 20px;
  background: #fbfdff;
  border: 1px solid var(--mv-line);
  border-radius: var(--mv-radius);
}

.mv-trust-grid h3 {
  margin: 12px 0 6px;
  color: var(--mv-blue-dark);
  font-size: clamp(16px, 1.15vw, 20px) !important;
  line-height: 1.18 !important;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mv-trust-grid p {
  margin: 0;
  color: var(--mv-muted);
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

.mv-form {
  position: relative;
  z-index: 3;
  padding: clamp(20px, 2.4vw, 30px);
  color: var(--mv-ink);
  background: rgba(255, 255, 255, 0.985);
  border: 1px solid rgba(220, 231, 240, 0.82);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(7, 31, 63, 0.24);
}

.mv-form h2 {
  margin: 12px 0 8px;
  color: var(--mv-blue-dark);
  font-size: 28px;
  line-height: 1.12;
}

.mv-form p {
  margin: 0 0 18px;
  color: var(--mv-muted);
}

.mv-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.mv-form-alert {
  margin: 0 0 16px;
  padding: 12px 14px;
  color: #8a1f11;
  background: #fff4f1;
  border: 1px solid #ffd6cf;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.mv-form input,
.mv-form select,
.mv-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  color: var(--mv-ink);
  background: #fbfdff;
  border: 1px solid var(--mv-line);
  border-radius: 12px;
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.mv-form input:focus,
.mv-form select:focus,
.mv-form textarea:focus {
  outline: none;
  background: var(--mv-white);
  border-color: var(--mv-green);
  box-shadow: 0 0 0 4px rgba(24, 169, 107, 0.12);
}

.mv-form textarea {
  grid-column: 1 / -1;
  min-height: 78px;
  resize: vertical;
}

.mv-form label,
.mv-form button,
.mv-form-note {
  grid-column: 1 / -1;
}

.mv-form label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--mv-muted);
  font-size: 13px;
}

.mv-form label input {
  width: auto;
  min-height: auto;
  margin-top: 4px;
}

.mv-form .mv-date-field {
  display: grid;
  align-items: stretch;
  gap: 7px;
  color: var(--mv-blue-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mv-form .mv-date-field input {
  width: 100%;
  min-height: 48px;
  margin-top: 0;
  color: var(--mv-ink);
  text-transform: none;
  -webkit-appearance: auto;
  appearance: auto;
}

.mv-form .mv-form-privacy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0 0;
  line-height: 1.35;
}

.mv-form .mv-form-privacy input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0;
  accent-color: var(--mv-green);
}

.mv-form .mv-form-privacy span {
  min-width: 0;
}

.mv-form-note {
  margin-top: 14px;
  color: var(--mv-muted);
  font-size: 13px;
  text-align: center;
}

.mv-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.mv-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mv-process-card {
  padding: 24px;
}

.mv-process {
  padding-top: 62px;
  padding-bottom: 62px;
}

.mv-process .mv-section-head {
  margin-bottom: 24px;
}

.mv-process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.mv-process-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  background: var(--mv-white);
  border: 1px solid rgba(220, 231, 240, 0.96);
  border-radius: 13px;
  box-shadow: 0 8px 20px rgba(16, 34, 56, 0.055);
}

.mv-process-item h3 {
  margin: 0 0 4px;
  color: var(--mv-blue-dark);
  font-size: 17px;
  line-height: 1.2;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mv-process-item p {
  margin: 0;
  color: var(--mv-muted);
  font-size: 14px;
  line-height: 1.45;
}

.mv-number {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--mv-white);
  background: var(--mv-blue);
  border-radius: 999px;
  font-weight: 900;
}

.mv-reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
}

.mv-stars {
  margin-bottom: 12px;
  color: #f6b900;
  letter-spacing: 0;
}

.mv-review-meta {
  font-size: 14px;
}

.mv-center {
  text-align: center;
}

.mv-map {
  min-height: 168px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--mv-blue-dark);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(24, 169, 107, 0.14), rgba(16, 63, 115, 0.1)),
    #f7fbff;
  border: 1px solid var(--mv-line);
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mv-map:hover {
  color: var(--mv-blue-dark);
  border-color: rgba(24, 169, 107, 0.38);
  box-shadow: 0 16px 32px rgba(16, 34, 56, 0.1);
  transform: translateY(-2px);
}

.mv-map small {
  color: var(--mv-muted);
  font-size: 13px;
  font-weight: 800;
}

.mv-image-band {
  background: var(--mv-white);
}

.mv-image-band .mv-section-head p {
  display: none;
}

.mv-image-tile {
  min-height: 260px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--mv-blue-soft);
  border-radius: var(--mv-radius);
  box-shadow: var(--mv-shadow-card);
}

.mv-image-tile h3 {
  display: none;
}

.mv-image-placeholder {
  height: 260px;
}

.mv-cta {
  color: var(--mv-white);
  background:
    linear-gradient(120deg, rgba(7, 31, 63, 0.94), rgba(16, 63, 115, 0.84)),
    var(--mv-hero-image, none),
    var(--mv-blue-dark);
  background-size: cover;
  background-position: center center;
}

.mv-cta-inner {
  max-width: 880px;
  text-align: center;
}

.mv-cta .mv-eyebrow {
  margin: 0 auto;
  color: var(--mv-white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.mv-cta h2 {
  color: var(--mv-white);
}

.mv-cta p {
  color: rgba(255, 255, 255, 0.84);
}

.mv-cta-actions {
  justify-content: center;
}

.mv-footer {
  padding: 68px 0 28px;
  color: rgba(255, 255, 255, 0.82);
  background: #071a34;
  overflow: hidden;
}

.mv-footer * {
  min-width: 0;
}

.mv-footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 40px;
  align-items: start;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mv-footer-logo {
  display: block;
  width: auto;
  max-width: 220px !important;
  max-height: none !important;
  height: auto !important;
  object-fit: contain;
  overflow: visible;
}

.mv-footer-brand {
  display: block;
  color: var(--mv-white);
  font-size: 24px;
}

.mv-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 28px;
  padding: 34px 0;
}

.mv-footer h3 {
  margin: 0 0 14px;
  color: var(--mv-white);
}

.mv-footer a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mv-footer-contact a[href^="mailto:"] {
  overflow-wrap: anywhere;
}

.mv-footer a:hover {
  color: var(--mv-white);
}

.mv-footer ul {
  padding-left: 18px;
  margin: 0;
}

.mv-footer li {
  margin: 6px 0;
}

.mv-footer-contact {
  display: grid;
  gap: 6px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--mv-radius);
  overflow: hidden;
}

.mv-footer-contact span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mv-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.58);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  font-size: 13px;
}

.mv-legal-content {
  max-width: 900px;
  padding: 38px;
  background: var(--mv-white);
  border: 1px solid var(--mv-line);
  border-radius: var(--mv-radius);
  box-shadow: var(--mv-shadow-card);
}

.mv-legal-content h2 {
  margin-top: 28px;
  font-size: 26px;
}

.mv-legal-content h2:first-child {
  margin-top: 0;
}

.mv-blog-card {
  padding: 24px;
}

.mv-blog-card h3 a {
  color: var(--mv-blue-dark);
  text-decoration: none;
}

.mv-blog-card p {
  min-height: 74px;
}

.mv-article-wrap {
  max-width: 900px;
}

.mv-article h1 {
  margin: 18px 0 16px;
  color: var(--mv-blue-dark);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
}

.mv-article-intro {
  color: var(--mv-muted);
  font-size: 20px;
  line-height: 1.6;
}

.mv-article-index {
  margin: 28px 0 34px;
  padding: 22px;
  background: #f7fbff;
  border: 1px solid var(--mv-line);
  border-radius: 16px;
}

.mv-article-index ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.mv-article h2 {
  margin: 30px 0 10px;
  color: var(--mv-blue-dark);
  font-size: clamp(24px, 3vw, 34px);
}

.mv-article p {
  color: var(--mv-muted);
  font-size: 17px;
  line-height: 1.75;
}

.mv-article-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.mv-article-links a {
  padding: 11px 14px;
  color: var(--mv-blue-dark);
  background: #f7fbff;
  border: 1px solid var(--mv-line);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.mv-cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1001;
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  color: var(--mv-ink);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--mv-line);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(7, 31, 63, 0.22);
}

.mv-cookie-banner[hidden] {
  display: none;
}

.mv-cookie-banner strong {
  display: block;
  color: var(--mv-blue-dark);
  margin-bottom: 4px;
}

.mv-cookie-banner p {
  margin: 0 0 6px;
  color: var(--mv-muted);
  font-size: 14px;
  line-height: 1.45;
}

.mv-cookie-banner a {
  color: var(--mv-blue);
  font-weight: 900;
}

.mv-cookie-config {
  display: grid;
  gap: 8px;
  margin: 10px 0 8px;
  padding: 10px;
  background: #f7fbff;
  border: 1px solid var(--mv-line);
  border-radius: 12px;
}

.mv-cookie-config[hidden] {
  display: none;
}

.mv-cookie-config label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--mv-muted);
  font-size: 13px;
  line-height: 1.3;
}

.mv-cookie-config input {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  accent-color: var(--mv-green);
}

.mv-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.mv-cookie-actions button {
  min-height: 40px;
  padding: 0 14px;
  color: var(--mv-blue-dark);
  background: #f7fbff;
  border: 1px solid var(--mv-line);
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.mv-cookie-actions button[data-moventra-cookie="accept"] {
  color: var(--mv-white);
  background: var(--mv-green);
  border-color: var(--mv-green);
}

.cky-consent-container,
.cky-btn-revisit-wrapper,
.cky-revisit-bottom-left,
.cky-revisit-bottom-right,
.cmplz-cookiebanner,
.cmplz-manage-consent,
#cookie-law-info-bar,
#cookie-law-info-again,
.cookie-notice-container,
.cli_settings_button {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.mv-mobile-bar {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1000;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: var(--mv-white);
  border: 1px solid var(--mv-line);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(7, 31, 63, 0.22);
}

.mv-mobile-bar a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 8px;
  color: var(--mv-blue-dark);
  border-right: 1px solid var(--mv-line);
  font-weight: 900;
  font-size: clamp(13px, 3.4vw, 16px);
  line-height: 1.08;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mv-mobile-bar a:last-child {
  color: var(--mv-white);
  background: var(--mv-green);
  border-right: 0;
}

.mv-section-head-split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 34px;
  align-items: end;
}

.mv-home-services {
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 45%, #f7fbff 100%);
}

.mv-premium-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.mv-premium-service-card {
  min-width: 0;
  overflow: hidden;
  background: var(--mv-white);
  border: 1px solid rgba(220, 231, 240, 0.96);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(16, 34, 56, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.mv-premium-service-card:hover {
  border-color: rgba(24, 169, 107, 0.42);
  box-shadow: 0 24px 62px rgba(16, 34, 56, 0.15);
  transform: translateY(-7px);
}

.mv-premium-service-card .mv-card-cover-link {
  display: block;
  text-decoration: none;
}

.mv-premium-service-card .mv-card-media {
  height: 230px;
}

.mv-premium-service-card .mv-card-media img {
  transition: transform 360ms ease, filter 360ms ease;
}

.mv-premium-service-card:hover .mv-card-media img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.045);
}

.mv-premium-service-card .mv-card-body {
  padding: 24px 24px 26px;
}

.mv-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.mv-mini-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mv-blue-dark);
  background: var(--mv-blue-soft);
  border-radius: 999px;
  font-size: 18px;
}

.mv-premium-service-card h3 {
  margin: 0 0 10px;
  color: var(--mv-blue-dark);
  font-size: clamp(20px, 1.45vw, 24px);
  line-height: 1.16;
  max-width: none;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mv-premium-service-card h3 a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mv-premium-service-card h3 a:hover {
  color: var(--mv-green-dark);
}

.mv-premium-service-card p {
  min-height: 48px;
  margin: 0 0 18px;
  color: var(--mv-muted);
  font-size: 15px;
  line-height: 1.6;
}

.mv-card-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  color: var(--mv-blue-dark);
  background: #f7fbff;
  border: 1px solid var(--mv-line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: color 170ms ease, background-color 170ms ease, border-color 170ms ease, transform 170ms ease;
}

.mv-card-cta:hover {
  color: var(--mv-white);
  background: var(--mv-blue);
  border-color: var(--mv-blue);
  transform: translateY(-1px);
}

.mv-home-zones {
  background:
    linear-gradient(180deg, var(--mv-blue-soft), #ffffff);
}

.mv-premium-zone-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mv-zone-card {
  min-width: 0;
}

.mv-zone-card a {
  min-height: 128px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px;
  color: var(--mv-ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(220, 231, 240, 0.96);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(16, 34, 56, 0.08);
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background-color 200ms ease;
}

.mv-zone-card a:hover {
  background: var(--mv-white);
  border-color: rgba(24, 169, 107, 0.38);
  box-shadow: 0 22px 52px rgba(16, 34, 56, 0.13);
  transform: translateY(-5px);
}

.mv-zone-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mv-blue-dark);
  background: linear-gradient(135deg, #eaf5ff, #e8f8ef);
  border: 1px solid var(--mv-line);
  border-radius: 16px;
  font-size: 22px;
}

.mv-zone-content {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.mv-zone-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mv-zone-badges em {
  min-width: 0;
  padding: 4px 8px;
  color: var(--mv-green-dark);
  background: rgba(24, 169, 107, 0.1);
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mv-zone-content strong {
  color: var(--mv-blue-dark);
  font-size: 20px;
  line-height: 1.18;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mv-zone-content small {
  color: var(--mv-muted);
  font-size: 14px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mv-zone-arrow {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  color: var(--mv-blue-dark);
  background: #f7fbff;
  border: 1px solid var(--mv-line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.mv-zone-card a:hover .mv-zone-arrow {
  color: var(--mv-white);
  background: var(--mv-green);
  border-color: var(--mv-green);
}

.mv-why {
  background: #ffffff;
}

.mv-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mv-why-grid article {
  padding: 24px;
  background: #fbfdff;
  border: 1px solid var(--mv-line);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(16, 34, 56, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mv-why-grid article:hover {
  border-color: rgba(24, 169, 107, 0.32);
  box-shadow: 0 18px 42px rgba(16, 34, 56, 0.11);
  transform: translateY(-4px);
}

.mv-why-grid h3 {
  margin: 16px 0 8px;
  color: var(--mv-blue-dark);
  font-size: 20px;
}

.mv-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  color: var(--mv-blue-dark);
  font-size: 14px;
  font-weight: 850;
}

.mv-trust-badges span {
  min-width: 0;
  min-height: auto;
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mv-trust-badges .mv-stars {
  color: #f3a712;
  letter-spacing: 1px;
}

.mv-trust-badges .mv-dot {
  color: var(--mv-green-dark);
  font-weight: 900;
}

.mv-about-home {
  background: linear-gradient(180deg, #ffffff, #f7fbff);
}

.mv-about-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.mv-about-media {
  overflow: hidden;
  min-height: 440px;
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(16, 34, 56, 0.14);
}

.mv-about-media img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.mv-floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 999;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--mv-white);
  background: linear-gradient(135deg, #18a96b, #0d7d4e);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 18px 45px rgba(13, 125, 78, 0.34);
  text-decoration: none;
  animation: mvFloat 3.2s ease-in-out infinite;
}

.mv-floating-whatsapp::before {
  content: none;
}

.mv-floating-whatsapp svg {
  width: 32px;
  height: 32px;
  display: block;
  fill: currentColor;
}

body.mv-cookie-open .mv-floating-whatsapp {
  display: none;
}

@keyframes mvFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@media (max-width: 1180px) {
  .mv-nav {
    gap: 13px;
    font-size: 13px;
  }

  .mv-premium-zone-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mv-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mv-brand {
    min-width: 150px;
  }

  .mv-actions {
    gap: 7px;
  }

  .mv-btn-small {
    min-height: 36px;
    padding: 0 12px;
  }
}

@media (max-width: 900px) {
  .mv-header-inner {
    min-height: 60px;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    padding: 8px 0;
    gap: 12px;
  }

  .mv-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .mv-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    max-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    gap: 8px;
    padding: 0;
    background: rgba(255, 255, 255, 0.98);
    border: 0 solid transparent;
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(7, 31, 63, 0);
    opacity: 0;
    backdrop-filter: blur(10px);
    transition: max-height 220ms ease, opacity 180ms ease, padding 220ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .mv-nav a {
    padding: 13px 14px;
    background: #f7fbff;
    border: 1px solid var(--mv-line);
    border-radius: 12px;
    white-space: normal;
  }

  .mv-nav a::after {
    display: none;
  }

  .mv-header.mv-nav-open .mv-nav {
    max-height: min(70vh, 420px);
    overflow-y: auto;
    padding: 12px;
    border-width: 1px;
    border-color: var(--mv-line);
    box-shadow: 0 18px 44px rgba(7, 31, 63, 0.16);
    opacity: 1;
  }

  .mv-actions {
    width: auto;
  }

  .mv-actions .mv-btn {
    flex: 1;
  }

  .mv-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mv-grid-4,
  .mv-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mv-section-head-split {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mv-premium-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mv-why-grid,
  .mv-about-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 86px;
  }

  .mv-topbar {
    display: none;
  }

  .mv-header {
    position: sticky;
  }

  .mv-header-inner {
    width: min(100% - 28px, 1180px);
    min-height: 56px;
    padding: 7px 0;
  }

  .mv-brand {
    min-width: 0;
    font-size: 17px;
  }

  .mv-brand img {
    max-width: 142px;
    max-height: 38px;
  }

  .mv-actions {
    display: none;
  }

  .mv-menu-toggle strong {
    display: none;
  }

  .mv-nav {
    grid-template-columns: 1fr;
    top: calc(100% + 6px);
  }

  .mv-hero {
    min-height: auto;
    padding: 54px 0 50px;
  }

  .mv-hero-bg-img {
    object-position: 54% center;
  }

  .mv-hero .mv-hero-bg-img + .mv-container::before {
    inset: -42px -18px;
    background: linear-gradient(180deg, rgba(7, 31, 63, 0.76), rgba(7, 31, 63, 0.5));
  }

  .mv-section,
  .mv-page-hero {
    padding: 58px 0;
  }

  .mv-hero h1,
  .mv-page-hero h1,
  .mv-section h1 {
    font-size: 35px;
    line-height: 1.04;
  }

  .mv-hero p,
  .mv-page-hero p {
    font-size: 16px;
  }

  .mv-grid-2,
  .mv-grid-3,
  .mv-grid-4,
  .mv-premium-service-grid,
  .mv-premium-zone-grid,
  .mv-why-grid,
  .mv-process-grid,
  .mv-process-list,
  .mv-trust-grid,
  .mv-footer-top,
  .mv-footer-grid {
    grid-template-columns: 1fr;
  }

  .mv-footer {
    padding: 48px 0 132px;
    text-align: center;
  }

  .mv-footer-top,
  .mv-footer-grid {
    gap: 22px;
    padding-bottom: 28px;
  }

  .mv-footer-logo,
  .mv-footer-brand {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: min(220px, 76vw);
    max-height: none;
    height: auto;
    object-fit: contain;
  }

  .mv-footer-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    margin: 18px auto 0;
  }

  .mv-footer-actions .mv-btn {
    width: 100%;
    min-height: 48px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .mv-footer-contact {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
  }

  .mv-footer-grid {
    text-align: left;
  }

  .mv-footer-grid > div {
    padding: 18px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
  }

  .mv-footer ul {
    padding-left: 16px;
  }

  .mv-footer-bottom {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }

  .mv-form {
    padding: 18px;
    border-radius: 16px;
  }

  .mv-form h2 {
    font-size: 24px;
  }

  .mv-form input,
  .mv-form select,
  .mv-form textarea,
  .mv-form button {
    min-height: 50px;
  }

  .mv-form-grid {
    grid-template-columns: 1fr;
  }

  .mv-card-media {
    height: 174px;
  }

  .mv-premium-service-card .mv-card-media {
    height: 210px;
  }

  .mv-premium-service-card .mv-card-body {
    padding: 21px;
  }

  .mv-premium-service-card p {
    min-height: auto;
  }

  .mv-card-cta {
    width: 100%;
  }

  .mv-zone-card a {
    min-height: auto;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 20px;
  }

  .mv-zone-arrow {
    grid-column: 1 / -1;
    width: 100%;
  }

  .mv-reviews {
    display: flex;
    gap: 14px;
    padding-bottom: 8px;
  }

  .mv-reviews .mv-card {
    flex: 0 0 88%;
    scroll-snap-align: start;
  }

  .mv-hero-actions,
  .mv-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mv-hero-actions .mv-btn,
  .mv-cta-actions .mv-btn {
    width: 100%;
  }

  .mv-mobile-bar {
    display: grid;
  }

  .mv-floating-whatsapp {
    display: none !important;
  }

  .mv-floating-whatsapp svg {
    width: 29px;
    height: 29px;
  }

  .mv-about-media,
  .mv-about-media img {
    min-height: 300px;
  }

  .mv-legal-content {
    padding: 24px;
  }

  .mv-blog-card p {
    min-height: auto;
  }

  .mv-article-intro {
    font-size: 17px;
  }

  .mv-article-links {
    display: grid;
  }

  .mv-cookie-banner {
    right: 10px;
    bottom: 78px;
    left: 10px;
    width: auto;
    max-height: min(42vh, 260px);
    overflow: auto;
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .mv-cookie-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mv-cookie-actions button {
    padding: 0 8px;
    font-size: 13px;
  }
}

@media (max-width: 430px) {
  .mv-container {
    width: min(100% - 24px, 1180px);
  }

  .mv-brand {
    font-size: 15px;
  }

  .mv-brand img {
    max-width: 128px;
    max-height: 34px;
  }

  .mv-menu-toggle {
    min-height: 38px;
    padding: 0 10px;
  }

  .mv-hero {
    padding: 46px 0 44px;
  }

  .mv-hero h1,
  .mv-page-hero h1,
  .mv-section h1 {
    font-size: 31px;
  }

  .mv-section,
  .mv-page-hero {
    padding: 48px 0;
  }

  .mv-premium-service-card .mv-card-media,
  .mv-card-media {
    height: 190px;
  }

  .mv-image-tile {
    min-height: 220px;
  }

  .mv-zone-card a,
  .mv-why-grid article,
  .mv-card-body,
  .mv-location-card {
    padding: 18px;
  }

  .mv-mobile-bar {
    right: 10px;
    bottom: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
  }
}

@media (max-height: 520px) and (orientation: landscape) and (max-width: 980px) {
  .mv-header {
    position: relative;
  }

  .mv-topbar {
    display: none;
  }

  .mv-header-inner {
    min-height: 50px;
    padding: 5px 0;
  }

  .mv-brand img {
    max-height: 32px;
  }

  .mv-menu-toggle {
    display: inline-flex;
    margin-left: auto;
    min-height: 36px;
  }

  .mv-menu-toggle strong,
  .mv-actions {
    display: none;
  }

  .mv-nav {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    max-height: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    gap: 8px;
    padding: 0;
    background: rgba(255, 255, 255, 0.98);
    border: 0 solid transparent;
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(7, 31, 63, 0);
    opacity: 0;
    transition: max-height 220ms ease, opacity 180ms ease, padding 220ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .mv-nav a {
    padding: 10px 12px;
    background: #f7fbff;
    border: 1px solid var(--mv-line);
    border-radius: 10px;
    white-space: normal;
  }

  .mv-header.mv-nav-open .mv-nav {
    max-height: 62vh;
    overflow-y: auto;
    padding: 10px;
    border-width: 1px;
    border-color: var(--mv-line);
    box-shadow: 0 18px 44px rgba(7, 31, 63, 0.16);
    opacity: 1;
  }

  .mv-hero {
    min-height: auto;
    padding: 38px 0 42px;
  }

  .mv-hero h1 {
    font-size: 32px;
  }

  .mv-form {
    padding: 16px;
  }

  .mv-footer {
    padding-bottom: 112px;
  }

  .mv-footer-top,
  .mv-footer-grid {
    grid-template-columns: 1fr;
  }

  .mv-footer-logo,
  .mv-footer-brand {
    margin-right: auto;
    margin-left: auto;
    max-width: 180px;
    max-height: none;
    height: auto;
    object-fit: contain;
  }

  .mv-footer-contact {
    max-width: 100%;
    text-align: left;
  }

  .mv-mobile-bar {
    min-width: 0;
  }

  .mv-mobile-bar a {
    min-height: 48px;
    font-size: 13px;
  }

  .mv-floating-whatsapp {
    display: none !important;
  }
}
