:root {
  --mha-navy: #0b3d5c;
  --mha-navy-deep: #07283c;
  --mha-ink: #12202b;
  --mha-gold: #c4a35a;
  --mha-gold-soft: #e4d2a3;
  --mha-teal: #1a6b73;
  --mha-muted: #5c6b76;
  --mha-line: #e4ddd0;
  --mha-bg: #f6f3ec;
  --mha-white: #fff;
  --mha-footer: #071821;
  --mha-shadow: 0 12px 40px rgba(11, 61, 92, 0.08);
  --mha-radius: 14px;
}

html {
  scroll-behavior: smooth;
}

body.mha-site {
  font-family: "Cairo", "Segoe UI", Tahoma, sans-serif;
  color: var(--mha-ink);
  background: var(--mha-white);
  direction: rtl;
  text-align: right;
}

a {
  color: var(--mha-navy);
}

a:hover {
  color: var(--mha-teal);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.mha-kicker {
  color: var(--mha-gold);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
}

.mha-section {
  padding: 72px 0;
}

.mha-section-head {
  margin-bottom: 36px;
}

.mha-section-head h2,
.mha-page-head h1,
.mha-about-copy h2 {
  color: var(--mha-navy);
  font-weight: 800;
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.mha-section-head h2::after,
.mha-page-head h1::after,
.mha-contact .mha-section-head h2::after,
.mha-clients .mha-section-head h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  background: var(--mha-gold);
  margin-top: 8px;
}

.mha-section-head p,
.mha-page-head p {
  color: var(--mha-muted);
  max-width: 640px;
}

.mha-section-head-light h2,
.mha-section-head-light p {
  color: #f3efe6;
}

.mha-section-head-light h2::after {
  background: var(--mha-gold);
}

.mha-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 700;
  border: 2px solid transparent;
  transition: 0.2s ease;
}

.mha-btn-primary {
  background: var(--mha-navy);
  color: #fff;
}

.mha-btn-primary:hover {
  background: var(--mha-navy-deep);
  color: #fff;
}

.mha-btn-gold {
  background: var(--mha-gold);
  color: var(--mha-navy-deep);
}

.mha-btn-gold:hover {
  background: var(--mha-gold-soft);
  color: var(--mha-navy-deep);
}

.mha-btn-ghost,
.mha-btn-outline {
  border-color: var(--mha-navy);
  color: var(--mha-navy);
  background: transparent;
}

.mha-btn-ghost {
  border-color: #fff;
  color: #fff;
}

.mha-btn-ghost:hover {
  background: #fff;
  color: var(--mha-navy);
}

.mha-topbar {
  background: var(--mha-navy-deep);
  color: #dce6ee;
  font-size: 13px;
}

.mha-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  gap: 16px;
}

.mha-topbar-contacts,
.mha-topbar-hours,
.mha-top-link {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.mha-topbar svg {
  width: 14px;
  height: 14px;
  color: var(--mha-gold);
}

.mha-top-link {
  color: #dce6ee;
  margin-left: 18px;
}

.mha-top-phone a,
.mha-footer-meta a[href^="tel:"],
.mha-contact-phones a {
  color: inherit;
}

.mha-top-phone a:hover {
  color: var(--mha-gold);
}

.mha-header {
  background: #fff;
  box-shadow: 0 1px 0 var(--mha-line);
  position: sticky;
  top: 0;
  z-index: 50;
}

.mha-header .navbar {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  flex-wrap: nowrap;
}

.mha-header .navbar > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.mha-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  max-width: min(240px, calc(100% - 56px));
  margin-right: 0;
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.mha-brand-logo,
.mha-brand .custom-logo {
  display: block;
  height: 40px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
}

.mha-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.mha-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.mha-brand-text strong {
  color: var(--mha-navy);
  font-size: 15px;
}

.mha-brand-text small {
  color: var(--mha-muted);
  font-size: 11px;
}

.mha-nav {
  flex-wrap: nowrap;
}

.mha-nav .nav-link {
  color: var(--mha-navy) !important;
  font-weight: 700;
  white-space: nowrap;
  padding: 0.55rem 0.45rem !important;
}

.mha-nav .nav-item.active .nav-link,
.mha-nav .nav-link:hover {
  color: var(--mha-teal) !important;
}

.mha-search {
  display: flex;
  flex: 0 1 auto;
  min-width: 0;
  border: 1px solid var(--mha-line);
  border-radius: 999px;
  overflow: hidden;
  background: var(--mha-bg);
}

.mha-search input {
  border: 0;
  background: transparent;
  padding: 6px 12px;
  width: 112px;
  min-width: 0;
  max-width: 100%;
}

.mha-search button {
  border: 0;
  background: var(--mha-navy);
  color: #fff;
  width: 38px;
}

.mha-search svg {
  width: 16px;
  height: 16px;
}

.mha-hero-slide {
  min-height: 78vh;
  background-size: cover;
  background-position: center;
}

.mha-hero-overlay {
  min-height: 78vh;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(7, 40, 60, 0.22) 0%, rgba(7, 40, 60, 0.78) 55%, rgba(7, 40, 60, 0.88) 100%);
  color: #fff;
}

.mha-hero h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  max-width: 720px;
  margin-bottom: 18px;
}

.mha-hero-kicker {
  color: var(--mha-gold-soft);
  font-weight: 700;
}

.mha-hero-bar {
  display: inline-block;
  background: rgba(196, 163, 90, 0.92);
  color: var(--mha-navy-deep);
  padding: 12px 18px;
  border-radius: 6px;
  max-width: 680px;
  font-weight: 600;
}

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

.mha-hero .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.mha-hero .carousel-indicators .active {
  background: var(--mha-gold);
}

.mha-value-card {
  background: #fff;
  border-radius: var(--mha-radius);
  box-shadow: var(--mha-shadow);
  padding: 32px 24px;
  height: 100%;
  text-align: center;
}

.mha-icon-ring {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border: 1px solid var(--mha-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mha-navy);
}

.mha-icon-ring svg {
  width: 34px;
  height: 34px;
}

.mha-value-card h3 {
  color: var(--mha-navy);
  font-weight: 800;
}

.mha-value-card p {
  color: var(--mha-muted);
  margin: 0;
}

.mha-about-teaser {
  background: var(--mha-bg);
}

.mha-about-copy {
  background: #fff;
  border-radius: 20px;
  padding: 36px;
  box-shadow: var(--mha-shadow);
}

.mha-about-photo {
  position: relative;
  padding: 20px;
}

.mha-orbit {
  position: absolute;
  inset: 0;
  border: 2px solid var(--mha-gold);
  border-radius: 50%;
  opacity: 0.45;
}

.mha-about-photo img,
.mha-round-img {
  border-radius: 18px;
  position: relative;
  box-shadow: var(--mha-shadow);
}

.mha-stats {
  background: var(--mha-navy);
  color: #fff;
  padding: 48px 0;
}

.mha-stat {
  text-align: center;
}

.mha-stat strong {
  display: block;
  font-size: 42px;
  color: var(--mha-gold);
  font-weight: 800;
}

.mha-service-tile,
.mha-dept {
  position: relative;
  display: block;
  min-height: 280px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 24px;
}

.mha-service-shade,
.mha-dept::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 40, 60, 0.15), rgba(7, 40, 60, 0.88));
}

.mha-service-tile h3,
.mha-service-tile p,
.mha-service-icon,
.mha-dept-body {
  position: relative;
  z-index: 1;
}

.mha-service-tile h3,
.mha-dept h3 {
  color: #fff;
  font-weight: 800;
}

.mha-service-tile p,
.mha-dept p {
  color: #e8e0d2;
  margin: 0;
}

.mha-service-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--mha-gold);
  color: var(--mha-navy-deep);
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.mha-service-icon svg {
  width: 22px;
  height: 22px;
}

.mha-service-tile:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: var(--mha-shadow);
}

.mha-departments {
  background: var(--mha-ink);
  padding: 72px 0;
}

.mha-dept {
  min-height: 320px;
  display: flex;
  align-items: flex-end;
}

.mha-dept-accent {
  box-shadow: inset 0 0 0 4px var(--mha-gold);
}

.mha-client-logo {
  background: #fff;
  border: 1px solid var(--mha-line);
  border-radius: 12px;
  min-height: 140px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mha-client-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--mha-navy);
  color: var(--mha-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 8px;
}

.mha-dots {
  position: static;
  margin-top: 18px;
}

.mha-dots li {
  background: #c5c0b5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.mha-dots .active {
  background: var(--mha-navy);
}

.mha-news-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--mha-shadow);
  height: 100%;
  padding: 14px 16px 16px;
  border: 1px solid var(--mha-line);
}

.mha-news-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mha-news-source-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  min-height: 22px;
}

.mha-news-source-row .mha-news-favicon {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  flex-shrink: 0;
  object-fit: cover;
  background: var(--mha-bg);
}

.mha-news-outlet {
  font-size: 13px;
  font-weight: 700;
  color: var(--mha-muted);
  line-height: 1.2;
}

.mha-news-main {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.mha-news-copy {
  flex: 1;
  min-width: 0;
}

.mha-news-copy h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 8px;
}

.mha-news-copy h3 a {
  color: var(--mha-navy);
}

.mha-news-copy h3 a:hover,
.mha-news-copy h3 a:focus {
  color: var(--mha-teal);
}

.mha-news-copy p {
  margin: 0;
  font-size: 14px;
  color: var(--mha-ink);
  line-height: 1.6;
}

.mha-news-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.mha-news-foot time {
  color: var(--mha-muted);
  font-size: 12px;
  font-weight: 600;
}

.mha-news-body {
  padding: 18px;
}

.mha-news-body time {
  color: var(--mha-gold);
  font-size: 13px;
  font-weight: 700;
}

.mha-news-body h3 {
  font-size: 18px;
  font-weight: 800;
}

.mha-news-more {
  display: inline-block;
  color: var(--mha-teal);
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}

.mha-news-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.mha-news-navs {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-shrink: 0;
}

.mha-news-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--mha-navy);
  background: #fff;
  color: var(--mha-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.mha-news-btn svg {
  width: 18px;
  height: 18px;
}

.mha-news-btn:hover,
.mha-news-btn:focus {
  background: var(--mha-navy);
  color: #fff;
  outline: 0;
}

.mha-news-btn:disabled {
  opacity: 0.35;
  cursor: default;
  background: #fff;
  color: var(--mha-navy);
}

.mha-news-viewport {
  overflow: hidden;
  max-width: 100%;
}

.mha-news-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  padding: 6px 2px 14px;
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: var(--mha-gold) transparent;
}

.mha-news-track:focus {
  outline: 2px solid var(--mha-gold);
  outline-offset: 2px;
}

.mha-news-slide {
  flex: 0 0 82%;
  max-width: 420px;
  min-width: 0;
  scroll-snap-align: start;
}

.mha-news-slide .mha-news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mha-news-thumb {
  display: block;
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--mha-bg);
}

.mha-news-thumb img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  display: block;
}

.mha-news-all {
  margin-top: 8px;
}

.mha-news-source,
.mha-news-disclaimer {
  color: var(--mha-muted);
  font-size: 0.92rem;
}

.mha-float-chat {
  background: var(--mha-gold);
  color: var(--mha-navy-deep);
}

.mha-chat-root {
  position: relative;
  z-index: 80;
}

.mha-chat-panel {
  position: fixed;
  left: 18px;
  bottom: 24px;
  width: min(380px, calc(100vw - 36px));
  height: min(680px, calc(100vh - 48px));
  max-height: 86vh;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(7, 24, 33, 0.28);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 81;
  border: 1px solid rgba(11, 61, 92, 0.12);
}

.mha-chat-panel.is-open {
  display: flex;
}

.mha-chat-head {
  background: var(--mha-navy);
  color: #fff;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 58px;
  flex-shrink: 0;
}

.mha-chat-head-identity {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.mha-chat-head-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  flex-shrink: 0;
}

.mha-chat-head-copy {
  min-width: 0;
}

.mha-chat-head h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}

.mha-chat-agent {
  margin: 0;
  font-size: 12px;
  color: var(--mha-gold-soft);
}

.mha-chat-head-actions {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}

.mha-chat-iconbtn {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #d7dde3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.mha-chat-iconbtn svg {
  width: 18px;
  height: 18px;
}

.mha-chat-iconbtn:hover,
.mha-chat-iconbtn:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  outline: 0;
}

.mha-chat-log {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px 14px 8px;
  background: #fff;
  min-height: 160px;
}

.mha-chat-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

.mha-chat-row-bot {
  align-items: flex-start;
}

.mha-chat-row-user {
  align-items: flex-end;
}

.mha-chat-bot-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  font-size: 11px;
  color: #6b7280;
  font-weight: 700;
}

.mha-chat-bot-meta img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
}

.mha-chat-bubble {
  max-width: 82%;
  padding: 10px 12px;
  border-radius: 12px;
  position: relative;
}

.mha-chat-bubble p {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  text-align: right;
}

.mha-chat-row-bot .mha-chat-bubble {
  background: var(--mha-navy);
  color: #fff;
  border-radius: 12px 12px 4px 12px;
}

.mha-chat-row-user .mha-chat-bubble {
  background: #ececec;
  color: #1a1a1a;
  border-radius: 12px 12px 12px 4px;
}

.mha-chat-links {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
}

.mha-chat-links a {
  display: inline-block;
  margin: 4px 0 0 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--mha-gold-soft);
  font-size: 13px;
  font-weight: 700;
}

.mha-chat-row-user .mha-chat-links a {
  background: #fff;
  color: var(--mha-navy);
}

.mha-chat-dots {
  display: inline-flex;
  gap: 4px;
  padding: 4px 0;
}

.mha-chat-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mha-gold);
  display: block;
  animation: mha-chat-blink 1s infinite ease-in-out;
}

.mha-chat-dots i:nth-child(2) {
  animation-delay: 0.15s;
}

.mha-chat-dots i:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes mha-chat-blink {
  0%,
  80%,
  100% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
}

.mha-chat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 12px 0;
  background: #fff;
}

.mha-chat-chips button {
  border: 1px solid var(--mha-line);
  background: var(--mha-bg);
  color: var(--mha-navy);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  min-height: 36px;
}

.mha-chat-chips button:hover,
.mha-chat-chips button:focus {
  border-color: var(--mha-gold);
  outline: 0;
}

.mha-chat-chips button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.mha-chat-composer {
  border-top: 1px solid #ececec;
  background: #fff;
  flex-shrink: 0;
}

.mha-chat-form {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 10px 10px;
  background: #fff;
}

.mha-chat-form input[type="text"] {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 10px 8px;
  min-height: 44px;
  font-size: 15px;
}

.mha-chat-form input[type="text"]::placeholder {
  color: #9aa3ab;
}

.mha-chat-send {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: var(--mha-navy);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.mha-chat-send:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.mha-chat-send svg {
  width: 16px;
  height: 16px;
}

.mha-chat-note {
  margin: 0;
  padding: 0 12px 10px;
  font-size: 11px;
  color: var(--mha-muted);
  background: #fff;
}

.mha-chat-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  background: #8a1f11;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  z-index: 90;
  box-shadow: var(--mha-shadow);
}

body.mha-chat-open {
  overflow: hidden;
}

body.mha-chat-open .mha-header {
  z-index: 40;
}

body.mha-chat-open .mha-float,
body.mha-chat-open .mha-top {
  visibility: hidden;
}

.mha-form input,
.mha-form textarea,
.mha-newsletter input {
  width: 100%;
  border: 0;
  background: #eef1f4;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 14px;
}

.mha-form textarea {
  min-height: 148px;
}

.mha-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

html,
body.mha-site {
  overflow-x: hidden;
}

.mha-alert {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.mha-alert-ok {
  background: #e7f6ef;
  color: #146c43;
}

.mha-alert-err {
  background: #fdecea;
  color: #8a1f11;
}

.mha-footer {
  background: var(--mha-footer);
  color: #d5dde3;
  padding: 56px 0 0;
}

.mha-footer h3,
.mha-footer h4 {
  color: #fff;
  font-weight: 800;
}

.mha-footer .row > .mha-footer-col {
  min-width: 0;
}

.mha-footer-brand {
  max-width: 100%;
  overflow: hidden;
}

.mha-footer-brand img,
.mha-footer-logo {
  display: block;
  width: auto;
  max-width: min(220px, 100%);
  height: auto;
  max-height: 48px;
  object-fit: contain;
  margin-bottom: 12px;
}

.mha-footer-meta,
.mha-footer-meta a {
  color: #c9d3da;
}

.mha-footer-meta svg {
  width: 16px;
  height: 16px;
  color: var(--mha-gold);
  margin-left: 6px;
}

.mha-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
}

.mha-footer-links a,
.mha-footer .navbar-nav .nav-link {
  color: #d5dde3 !important;
  display: block;
  padding: 4px 0;
}

.mha-footer-links a::before,
.mha-footer .nav-link::before {
  content: "‹ ";
  color: var(--mha-gold);
}

.mha-newsletter {
  display: flex;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.mha-newsletter input {
  margin: 0;
  background: #fff;
}

.mha-newsletter button {
  background: var(--mha-navy);
  color: #fff;
  border: 0;
  width: 52px;
  min-width: 44px;
  min-height: 44px;
}

.mha-newsletter svg {
  width: 18px;
  height: 18px;
}

.mha-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 36px;
  padding: 16px 0;
  font-size: 13px;
}

.mha-float {
  position: fixed;
  left: 18px;
  bottom: 24px;
  top: auto;
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mha-float-btn,
.mha-top {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.mha-float-btn svg,
.mha-top svg {
  width: 22px;
  height: 22px;
}

.mha-float-phone {
  background: var(--mha-navy);
}

.mha-float-wa {
  background: #25d366;
}

.mha-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: var(--mha-navy);
  opacity: 0;
  pointer-events: none;
  transform: rotate(-90deg);
  z-index: 40;
}

.mha-top.is-on {
  opacity: 1;
  pointer-events: auto;
}

.mha-page-head {
  background: linear-gradient(180deg, var(--mha-navy) 0%, var(--mha-navy-deep) 100%);
  color: #fff;
  padding: 56px 0 40px;
}

.mha-page-head h1,
.mha-page-head p {
  color: #fff;
}

.mha-page-head h1::after {
  background: var(--mha-gold);
}

.mha-prose {
  max-width: 800px;
  line-height: 1.9;
}

.mha-article-hero img {
  border-radius: 16px;
  margin-bottom: 24px;
}

.mha-team-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--mha-shadow);
  padding: 28px 20px;
  text-align: center;
  height: 100%;
}

.mha-avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--mha-navy);
  color: var(--mha-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
}

.mha-empty {
  color: var(--mha-muted);
}

.mha-contact-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.mha-contact-fact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--mha-bg);
  border: 1px solid var(--mha-line);
  border-radius: var(--mha-radius);
  padding: 18px 16px;
  color: var(--mha-ink);
}

a.mha-contact-fact:hover {
  color: var(--mha-navy);
  border-color: var(--mha-gold);
}

.mha-contact-fact svg {
  width: 22px;
  height: 22px;
  color: var(--mha-gold);
}

.mha-contact-fact strong {
  color: var(--mha-navy);
}

.mha-contact-fact span {
  color: var(--mha-muted);
  font-size: 14px;
}

.mha-contact-phones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.mha-phone,
bdi.mha-phone {
  unicode-bidi: isolate;
  direction: ltr;
  display: inline-block;
  white-space: nowrap;
  font-variant-numeric: lining-nums;
}

.mha-top-phone,
.mha-footer-meta a[href^="tel:"] {
  unicode-bidi: isolate;
  direction: ltr;
}

.navbar-light .navbar-toggler {
  border-color: var(--mha-line);
  flex: 0 0 auto;
  min-width: 44px;
  min-height: 44px;
  padding: 8px;
}

.mha-search button {
  min-width: 44px;
  min-height: 44px;
  flex: 0 0 auto;
}

.mha-hero-bar {
  max-width: min(680px, 100%);
}

.mha-btn {
  min-width: 44px;
}

@media (min-width: 1200px) {
  .mha-header .navbar,
  .mha-header .navbar > .container,
  .mha-header .navbar-collapse,
  #mhaNav {
    flex-wrap: nowrap;
  }

  .mha-header .navbar-collapse,
  #mhaNav {
    display: flex !important;
    flex-basis: auto;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
  }

  .mha-nav {
    margin-right: 0;
    margin-left: 4px;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    min-width: 0;
  }

  .mha-brand {
    max-width: 240px;
  }
}

@media (min-width: 1200px) and (max-width: 1279.98px) {
  .mha-brand-logo,
  .mha-brand .custom-logo {
    height: 36px;
    max-width: 200px;
  }

  .mha-brand {
    max-width: 200px;
    margin-left: 6px;
  }

  .mha-nav .nav-link {
    padding: 0.5rem 0.32rem !important;
    font-size: 0.9rem;
  }

  .mha-search input {
    width: 72px;
    padding: 6px 8px;
  }

  .mha-search input::placeholder {
    color: transparent;
  }
}

@media (max-width: 1199.98px) {
  .mha-header .navbar > .container {
    flex-wrap: wrap;
  }

  .mha-brand-logo,
  .mha-brand .custom-logo {
    height: 36px;
    max-width: min(200px, calc(100vw - 96px));
  }

  .mha-header .navbar-collapse,
  #mhaNav {
    flex-basis: 100%;
    width: 100%;
    flex-wrap: wrap;
  }

  .mha-nav {
    padding: 8px 0 4px;
    flex-wrap: wrap;
  }

  .mha-nav .nav-link {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 4px !important;
  }

  .mha-search {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 16px;
  }

  .mha-search input {
    flex: 1;
    width: auto;
    min-width: 0;
  }

  .mha-float {
    top: auto;
    left: calc(12px + env(safe-area-inset-left, 0px));
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }

  .mha-hero-slide,
  .mha-hero-overlay {
    min-height: 64vh;
  }

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

@media (max-width: 991.98px) {
  .mha-topbar-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 0;
    gap: 8px;
  }

  .mha-section {
    padding: 56px 0;
  }

  .mha-departments {
    padding: 56px 0;
  }
}

@media (max-width: 767.98px) {
  .mha-topbar-hours {
    display: none;
  }

  .mha-topbar-inner {
    justify-content: center;
  }

  .mha-section,
  .mha-departments {
    padding: 44px 0;
  }

  .mha-hero-slide,
  .mha-hero-overlay {
    min-height: 58vh;
  }

  .mha-hero h1 {
    font-size: 1.65rem;
  }

  .mha-about-copy {
    padding: 22px;
  }

  .mha-contact-facts {
    grid-template-columns: 1fr;
  }

  .mha-footer-links {
    columns: 1;
  }

  .mha-footer-logo,
  .mha-footer-brand img {
    max-width: min(220px, 100%);
    max-height: 44px;
  }

  .mha-float-btn,
  .mha-top {
    width: 44px;
    height: 44px;
  }

  .mha-top {
    right: calc(12px + env(safe-area-inset-right, 0px));
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }

  .mha-copy {
    padding-bottom: 140px;
  }

  .mha-service-tile,
  .mha-dept {
    min-height: 220px;
  }

  .mha-page-head {
    padding: 36px 0 28px;
  }

  .mha-chat-panel {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: min(100dvh, 100vh);
    max-width: none;
    max-height: min(100dvh, 100vh);
    min-height: min(78vh, 640px);
    border-radius: 16px 16px 0 0;
  }

  .mha-news-toolbar {
    align-items: center;
  }
}

@media (max-width: 575.98px) {
  .mha-topbar {
    font-size: 12px;
  }

  .mha-top-link {
    margin-left: 10px;
    min-height: 44px;
  }

  .mha-brand-logo,
  .mha-brand .custom-logo {
    height: 32px;
    max-width: min(176px, calc(100vw - 88px));
  }

  .mha-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mha-hero-actions .mha-btn {
    width: 100%;
  }

  .mha-stat strong {
    font-size: 32px;
  }

  .mha-news-slide {
    flex-basis: 85%;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .mha-news-slide {
    flex-basis: 46%;
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .mha-news-slide {
    flex-basis: 31.5%;
  }
}

@media (min-width: 1366px) {
  .mha-news-slide {
    flex-basis: 28%;
  }
}

@media (min-width: 1440px) {
  .mha-news-slide {
    flex-basis: 23.8%;
  }
}
