@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap');

:root {
  --mch-navy: #06162f;
  --mch-blue: #0d74b7;
  --mch-sky: #16a7f5;
  --mch-text: #142033;
  --mch-muted: #667085;
  --mch-border: rgba(13, 116, 183, .13);
  --mch-soft-shadow: 0 10px 28px rgba(6, 22, 47, .07);
}

html,
body,
button,
input,
textarea,
select,
.mstec-clean-header,
.mstec-clean-header * {
  font-family: "Cairo", Arial, sans-serif !important;
}

html.mch-no-scroll,
html.mch-no-scroll body {
  overflow: hidden !important;
}

.mstec-old-header-hidden {
  display: none !important;
}

.mstec-clean-header,
.mstec-clean-header * {
  box-sizing: border-box;
}

.mstec-clean-header {
  position: relative;
  z-index: 99999;
  direction: rtl;
  background: #fff;
  color: var(--mch-text);
}

.mch-wrap {
  width: min(1280px, calc(100% - 32px));
  margin-inline: auto;
}

/* Announcement */
.mch-announce {
  padding: 12px 0 10px;
  background:
    radial-gradient(circle at 50% -20%, rgba(77, 217, 255, .24), transparent 40%),
    linear-gradient(135deg, #041226 0%, #06162f 48%, #0d74b7 100%);
}

.mch-announce-pill {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
  text-align: center;
}

.mch-announce-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: #4dd9ff;
  box-shadow: 0 0 0 6px rgba(77, 217, 255, .14);
}

.mch-announce-text {
  color: #fff;
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.9;
}

/* Main header */
.mch-main {
  position: sticky;
  top: 0;
  z-index: 100000;
  padding: 14px 0 10px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(13,116,183,.08);
}

.mch-shell {
  min-height: 90px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--mch-border);
  border-radius: 26px;
  box-shadow: var(--mch-soft-shadow);
}

.mch-logo {
  width: 194px;
  min-height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 22px;
  text-decoration: none !important;
  background:
    radial-gradient(circle at 22% 0%, rgba(77, 217, 255, .28), transparent 36%),
    linear-gradient(135deg, #06162f, #0d74b7);
  box-shadow: 0 18px 42px rgba(6,22,47,.16);
}

.mch-logo img {
  display: block !important;
  max-width: 160px !important;
  max-height: 52px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.mch-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  flex-wrap: wrap;
}

.mch-nav-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--mch-text) !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: .2s ease;
}

.mch-nav-link:hover,
.mch-nav-link:first-child {
  color: #fff !important;
  background: linear-gradient(135deg, var(--mch-blue), var(--mch-sky));
  box-shadow: 0 10px 24px rgba(13,116,183,.18);
}

.mch-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mch-whatsapp,
.mch-phone {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  transition: .2s ease;
}

.mch-whatsapp {
  gap: 8px;
  padding: 10px 18px;
  color: #fff !important;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  border: 1px solid rgba(34, 197, 94, .25);
  box-shadow: 0 10px 24px rgba(34, 197, 94, .20);
}

.mch-whatsapp i {
  width: 28px;
  height: 28px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  color: #fff !important;
  font-size: 16px;
}

.mch-whatsapp span {
  color: #fff !important;
  font-weight: 900;
}

.mch-phone {
  gap: 10px;
  padding: 10px 16px;
  color: #fff !important;
  background: linear-gradient(135deg, #06162f, #0d74b7);
  box-shadow: 0 14px 30px rgba(6,22,47,.14);
}

.mch-phone i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
}

.mch-menu {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #06162f, #0d74b7);
  cursor: pointer;
}

.mch-menu i {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: #fff;
}

/* Contact cards */
.mch-contact-cards {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 16px;
  margin: 0 auto 16px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(13, 116, 183, .10);
  box-shadow: 0 14px 38px rgba(6, 22, 47, .08);
}

.mch-card {
  min-height: 66px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 46px;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 15px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  border: 1px solid rgba(13, 116, 183, .15);
  text-decoration: none !important;
  overflow: hidden;
  transition: .2s ease;
}

.mch-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(6, 22, 47, .08);
}

.mch-card-content {
  display: grid;
  gap: 1px;
  min-width: 0;
  text-align: center;
}

.mch-card-content small {
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.mch-card-content b {
  color: #075da8;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  direction: ltr;
  unicode-bidi: plaintext;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mch-card-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eaf6ff;
  color: #0d74b7;
}

.mch-card-icon i {
  font-size: 17px;
  color: inherit;
}

.mch-card-green {
  border-color: rgba(34, 197, 94, .30);
  background: linear-gradient(180deg, #ffffff, #f5fff8);
}

.mch-card-green .mch-card-content b {
  color: #059669;
}

.mch-card-green .mch-card-icon {
  background: #dcfce7;
  color: #16a34a;
}

.mch-card[href^="mailto"] .mch-card-content b {
  font-size: 13px;
}

/* Drawer */
.mch-drawer,
.mch-overlay {
  display: none;
}

.mch-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100002;
  width: min(410px, 90vw);
  height: 100vh;
  padding: 18px;
  background: #fff;
  box-shadow: -24px 0 70px rgba(6,22,47,.22);
  transform: translateX(110%);
  transition: transform .26s ease;
  overflow-y: auto;
}

.mch-overlay {
  position: fixed;
  inset: 0;
  z-index: 100001;
  background: rgba(6,22,47,.52);
  opacity: 0;
  transition: opacity .26s ease;
}

.mch-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.mch-drawer-logo {
  width: 160px;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, #06162f, #0d74b7);
}

.mch-drawer-logo img {
  max-width: 130px;
  max-height: 42px;
  object-fit: contain;
}

.mch-close {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #06162f, #0d74b7);
  font-size: 26px;
  cursor: pointer;
}

.mch-drawer-section {
  margin-top: 16px;
}

.mch-drawer-section h3 {
  margin: 0 0 12px;
  color: var(--mch-navy);
  font-size: 16px;
  font-weight: 900;
}

.mch-drawer-links {
  display: grid;
  gap: 9px;
}

.mch-drawer-link {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  color: var(--mch-text) !important;
  background: #f7fbff;
  border: 1px solid rgba(13,116,183,.10);
  border-radius: 14px;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
}

.mch-drawer-contact {
  display: grid;
  gap: 10px;
}

.mch-drawer-contact a {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  color: var(--mch-text) !important;
  background: #f7fbff;
  border: 1px solid rgba(13,116,183,.10);
  border-radius: 14px;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
}

.mch-drawer-contact i {
  color: var(--mch-blue);
  font-size: 18px;
}

.mch-drawer-contact .fa-whatsapp {
  color: #22c55e;
}

.mstec-clean-header.is-open .mch-drawer,
.mstec-clean-header.is-open .mch-overlay {
  display: block;
  pointer-events: auto;
}

.mstec-clean-header.is-open .mch-drawer {
  transform: translateX(0);
}

.mstec-clean-header.is-open .mch-overlay {
  opacity: 1;
}

/* Splash loader */
#loader.mstec-premium-loader {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 34%, rgba(17,167,245,.25), transparent 24%),
    linear-gradient(135deg, #041226 0%, #06162f 48%, #0d74b7 100%) !important;
}

#loader.mstec-premium-loader .loader {
  display: none !important;
}

.mstec-loader-brand {
  position: relative;
  z-index: 3;
  width: min(360px, 78vw);
  display: grid;
  justify-items: center;
  align-items: center;
}

.mstec-loader-orbit {
  position: absolute;
  width: min(360px, 80vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(77,217,255,.18);
  animation: mstecOrbitSpin 6s linear infinite;
}

.mstec-loader-orbit::before,
.mstec-loader-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #4dd9ff;
  box-shadow: 0 0 24px rgba(77,217,255,.8);
}

.mstec-loader-orbit::before {
  width: 10px;
  height: 10px;
  top: 18%;
  right: 8%;
}

.mstec-loader-orbit::after {
  width: 8px;
  height: 8px;
  bottom: 20%;
  left: 8%;
}

.mstec-loader-logo-plate {
  width: min(320px, 72vw);
  min-height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 30px 80px rgba(0,0,0,.34);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.mstec-loader-logo-plate img {
  display: block !important;
  max-width: 240px !important;
  max-height: 82px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

#loader.mstec-premium-loader[style*="display: none"],
#loader.mstec-premium-loader[style*="display:none"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@keyframes mstecOrbitSpin {
  to {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .mch-announce {
    padding: 10px 0 8px;
  }

  .mch-announce-pill {
    min-height: 48px;
    padding: 10px 16px;
  }

  .mch-announce-text {
    font-size: 12px;
  }

  .mch-main {
    padding: 10px 0 8px;
  }

  .mch-shell {
    min-height: 76px;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 20px;
  }

  .mch-logo {
    width: 152px;
    min-height: 58px;
    border-radius: 18px;
    padding: 8px 12px;
  }

  .mch-logo img {
    max-width: 118px !important;
    max-height: 38px !important;
  }

  .mch-nav,
  .mch-contact-cards,
  .mch-whatsapp {
    display: none !important;
  }

  .mch-phone {
    width: 46px;
    min-height: 46px;
    padding: 0;
  }

  .mch-phone strong {
    display: none;
  }

  .mch-menu {
    display: block;
  }

  .mch-drawer,
  .mch-overlay {
    display: block;
    pointer-events: none;
  }

  .mstec-clean-header.is-open .mch-drawer,
  .mstec-clean-header.is-open .mch-overlay {
    pointer-events: auto;
  }
}

@media (max-width: 575px) {
  .mch-wrap {
    width: calc(100% - 20px);
  }

  .mch-shell {
    min-height: 68px;
    padding: 10px 12px;
  }

  .mch-logo {
    width: 132px;
    min-height: 52px;
  }

  .mch-logo img {
    max-width: 104px !important;
    max-height: 34px !important;
  }

  .mch-phone,
  .mch-menu {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }
}

/* V14 SVG icon fix */
.mch-whatsapp svg,
.mch-phone svg,
.mch-card-icon svg,
.mch-drawer-contact svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  fill: currentColor !important;
}

.mch-whatsapp svg,
.mch-phone svg {
  width: 17px !important;
  height: 17px !important;
}

.mch-card-icon svg {
  width: 19px !important;
  height: 19px !important;
}

.mch-drawer-contact svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
}

.mch-card-green .mch-card-icon,
.mch-card-green .mch-card-icon svg {
  color: #16a34a !important;
}

.mch-whatsapp,
.mch-whatsapp svg {
  color: #ffffff !important;
}

.mch-phone,
.mch-phone svg {
  color: #ffffff !important;
}

/* V15 top contact button replaces phone/whatsapp */
.mch-contact-top {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0d74b7, #16a7f5) !important;
  box-shadow: 0 10px 24px rgba(13,116,183,.18);
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  transition: .2s ease;
}

.mch-contact-top:hover {
  transform: translateY(-1px);
  color: #ffffff !important;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .mch-contact-top {
    display: none !important;
  }
}

/* V15 top contact button replaces phone/whatsapp */
.mch-contact-top {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0d74b7, #16a7f5) !important;
  box-shadow: 0 10px 24px rgba(13,116,183,.18);
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  transition: .2s ease;
}

.mch-contact-top:hover {
  transform: translateY(-1px);
  color: #ffffff !important;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .mch-contact-top {
    display: none !important;
  }
}

/* =========================================================
   V16 Mobile = Desktop-style premium header
   ========================================================= */

@media (max-width: 991px) {
  /* Keep desktop-like announcement */
  .mch-announce {
    display: block !important;
    padding: 10px 0 !important;
  }

  .mch-announce-pill {
    min-height: 58px !important;
    padding: 13px 18px !important;
    border-radius: 22px !important;
  }

  .mch-announce-text {
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.9 !important;
  }

  /* Main mobile shell like desktop, but stacked cleanly */
  .mch-main {
    padding: 12px 0 !important;
  }

  .mch-shell {
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
      "actions logo"
      "nav nav" !important;
    gap: 14px !important;
    padding: 16px !important;
    border-radius: 26px !important;
    background: #ffffff !important;
    border: 1px solid rgba(13,116,183,.13) !important;
    box-shadow: 0 16px 42px rgba(6,22,47,.09) !important;
  }

  .mch-logo {
    grid-area: logo !important;
    width: 188px !important;
    min-height: 72px !important;
    padding: 12px 18px !important;
    border-radius: 22px !important;
  }

  .mch-logo img {
    max-width: 154px !important;
    max-height: 50px !important;
  }

  .mch-actions {
    grid-area: actions !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
  }

  /* Remove hamburger completely */
  .mch-menu {
    display: none !important;
  }

  .mch-drawer,
  .mch-overlay {
    display: none !important;
  }

  /* Show contact button like desktop */
  .mch-contact-top {
    display: inline-flex !important;
    min-height: 48px !important;
    padding: 10px 22px !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #0d74b7, #16a7f5) !important;
    box-shadow: 0 10px 24px rgba(13,116,183,.18) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
  }

  /* Show nav on mobile, desktop-like, horizontal scroll */
  .mch-nav {
    grid-area: nav !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    padding: 4px 2px 2px !important;
    scrollbar-width: none !important;
  }

  .mch-nav::-webkit-scrollbar {
    display: none !important;
  }

  .mch-nav-link {
    min-height: 42px !important;
    padding: 10px 16px !important;
    border-radius: 999px !important;
    color: #142033 !important;
    background: #f7fbff !important;
    border: 1px solid rgba(13,116,183,.12) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
  }

  .mch-nav-link:first-child,
  .mch-nav-link:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0d74b7, #16a7f5) !important;
    border-color: transparent !important;
    box-shadow: 0 10px 24px rgba(13,116,183,.18) !important;
  }

  /* Show contact cards on mobile in premium grid */
  .mch-contact-cards {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: calc(100% - 20px) !important;
    padding: 12px !important;
    margin: 0 auto 14px !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    border: 1px solid rgba(13,116,183,.10) !important;
    box-shadow: 0 14px 38px rgba(6,22,47,.08) !important;
  }

  .mch-card {
    min-height: 72px !important;
    grid-template-columns: minmax(0, 1fr) 40px !important;
    gap: 10px !important;
    padding: 11px 12px !important;
    border-radius: 16px !important;
  }

  .mch-card-icon {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
  }

  .mch-card-icon svg {
    width: 17px !important;
    height: 17px !important;
  }

  .mch-card-content small {
    font-size: 10px !important;
  }

  .mch-card-content b {
    font-size: 12px !important;
  }

  .mch-card[href^="mailto"] .mch-card-content b {
    font-size: 11px !important;
  }
}

@media (max-width: 575px) {
  .mch-wrap {
    width: calc(100% - 22px) !important;
  }

  .mch-announce-pill {
    min-height: 56px !important;
    padding: 12px 14px !important;
  }

  .mch-announce-text {
    font-size: 14px !important;
  }

  .mch-shell {
    grid-template-columns: 1fr auto !important;
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 24px !important;
  }

  .mch-logo {
    width: 174px !important;
    min-height: 68px !important;
    padding: 10px 16px !important;
  }

  .mch-logo img {
    max-width: 142px !important;
    max-height: 46px !important;
  }

  .mch-contact-top {
    min-height: 46px !important;
    padding: 9px 18px !important;
    font-size: 13px !important;
  }

  .mch-nav-link {
    min-height: 40px !important;
    padding: 9px 14px !important;
    font-size: 12.5px !important;
  }

  .mch-contact-cards {
    grid-template-columns: 1fr !important;
  }

  .mch-card {
    min-height: 66px !important;
  }

  .mch-card-content b {
    font-size: 13px !important;
  }

  .mch-card[href^="mailto"] .mch-card-content b {
    font-size: 12px !important;
  }
}

/* =========================================================
   V17: remove duplicate contact link + disable old loader visuals
   ========================================================= */

/* Hide any remaining white/nav contact duplicate */
.mch-nav-link[href="/contactus"],
.mch-drawer-link[href="/contactus"] {
  display: none !important;
}

/* Make the original Vue loader never appear visually */
#loader {
  background:
    radial-gradient(circle at 50% 34%, rgba(17,167,245,.25), transparent 24%),
    linear-gradient(135deg, #041226 0%, #06162f 48%, #0d74b7 100%) !important;
}

#loader .loader,
#loader .loader-inner-1,
#loader .loader-inner-2,
#loader .loader-inner-3,
#loader .loader-inner-4 {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Only our new splash brand is allowed */
#loader .mstec-loader-brand {
  display: grid !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Keep the loader hide behavior working */
#loader[style*="display: none"],
#loader[style*="display:none"],
#loader.mstec-premium-loader[style*="display: none"],
#loader.mstec-premium-loader[style*="display:none"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* =========================================================
   V19 Mobile final layout
   Contact cards above logo/header + 2x2 compact cards
   ========================================================= */

@media (max-width: 991px) {
  .mstec-clean-header {
    display: flex !important;
    flex-direction: column !important;
  }

  .mch-announce {
    order: 1 !important;
  }

  .mch-contact-cards {
    order: 2 !important;
  }

  .mch-main {
    order: 3 !important;
  }

  /* Contact cards above logo/contact button */
  .mch-contact-cards {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
    width: calc(100% - 22px) !important;
    padding: 10px !important;
    margin: 10px auto 10px !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    border: 1px solid rgba(13,116,183,.12) !important;
    box-shadow: 0 14px 34px rgba(6,22,47,.08) !important;
  }

  .mch-card {
    min-height: 58px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 34px !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 10px !important;
    border-radius: 15px !important;
    background: linear-gradient(180deg, #ffffff, #fbfdff) !important;
  }

  .mch-card-icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }

  .mch-card-icon svg {
    width: 15px !important;
    height: 15px !important;
  }

  .mch-card-content {
    text-align: center !important;
    gap: 0 !important;
  }

  .mch-card-content small {
    font-size: 9.5px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
  }

  .mch-card-content b {
    font-size: 11.5px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
  }

  .mch-card[href^="mailto"] .mch-card-content b {
    font-size: 10px !important;
  }

  /* Header layout: logo right, contact left */
  .mch-shell {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
      "actions logo"
      "nav nav" !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 24px !important;
  }

  .mch-logo {
    grid-area: logo !important;
    justify-self: end !important;
    width: 185px !important;
    min-height: 70px !important;
    padding: 10px 16px !important;
    border-radius: 22px !important;
  }

  .mch-logo img {
    max-width: 150px !important;
    max-height: 48px !important;
  }

  .mch-actions {
    grid-area: actions !important;
    justify-self: start !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .mch-contact-top {
    display: inline-flex !important;
    min-height: 54px !important;
    padding: 11px 22px !important;
    border-radius: 22px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #0d74b7, #16a7f5) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(13,116,183,.18) !important;
  }

  .mch-menu,
  .mch-phone,
  .mch-whatsapp {
    display: none !important;
  }

  .mch-nav {
    grid-area: nav !important;
    display: flex !important;
    width: 100% !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    gap: 9px !important;
    padding: 4px 0 0 !important;
    scrollbar-width: none !important;
  }

  .mch-nav::-webkit-scrollbar {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .mch-contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 9px !important;
  }

  .mch-card {
    min-height: 56px !important;
    padding: 8px 8px !important;
    border-radius: 14px !important;
  }

  .mch-card-content b {
    font-size: 11px !important;
  }

  .mch-card[href^="mailto"] .mch-card-content b {
    font-size: 9.5px !important;
  }

  .mch-logo {
    width: 178px !important;
    min-height: 68px !important;
  }

  .mch-logo img {
    max-width: 144px !important;
    max-height: 46px !important;
  }

  .mch-contact-top {
    min-height: 52px !important;
    padding: 10px 20px !important;
    font-size: 15px !important;
  }
}
