/* MCI homepage — PDF layout with MCI blue brand identity */
:root {
  --mci-home-primary: #0066cc;
  --mci-home-primary-dark: #0a4f96;
  --mci-home-navy: #001845;
  --mci-home-deep: #000d2d;
  --mci-home-sky: #e8f4fc;
  --mci-home-mist: #f4f9fd;
  --mci-home-ink: #0b3557;
  --mci-home-muted: #5a6f82;
  --mci-home-line: #cfe0ef;
  --mci-home-accent: #00b4d8;
  --mci-home-highlight: #0077b6;
  --mci-white: #ffffff;
}

body.mci-home-page {
  background: var(--mci-home-mist);
}

/* Header styles live in frontend/assest/css/header-v2.css (loaded globally). */

/* —— Hero —— */
.mci-home-hero {
  position: relative;
  overflow: hidden;
  --mci-home-hero-bg: #f3f9fd;
  --mci-home-hero-h: clamp(380px, 42vw, 520px);
  background: var(--mci-home-hero-bg);
  padding: 2.5rem 0 3rem;
}

.mci-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 34%,
    rgba(243, 249, 253, 0.28) 46%,
    rgba(243, 249, 253, 0.72) 54%,
    var(--mci-home-hero-bg) 62%,
    var(--mci-home-hero-bg) 100%
  );
}

.mci-home-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: min(72vw, calc(var(--mci-home-hero-h) * 1.333333));
  background-image: url("../images/home-hero-bg-2.jpeg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 68%,
    rgba(0, 0, 0, 0.45) 84%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 68%,
    rgba(0, 0, 0, 0.45) 84%,
    transparent 100%
  );
}

html[dir="rtl"] .mci-home-hero__bg {
  background-position: left center;
  transform: none;
}

.mci-home-hero__grid {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: var(--mci-home-hero-h);
}

.mci-home-hero__copy {
  width: min(100%, 34rem);
  flex: 0 0 min(46%, 34rem);
  margin-left: auto;
  margin-right: 0;
  padding-inline: 0.5rem 0;
}

html[dir="rtl"] .mci-home-hero__copy {
  margin-left: auto;
  margin-right: 0;
  padding-inline: 0 0.5rem;
}

.mci-home-hero__title {
  color: var(--mci-home-navy);
  font-size: clamp(1.9rem, 3.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.28;
  margin: 0 0 1rem;
}

.mci-home-hero__lead {
  color: var(--mci-home-ink);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 1.5rem;
  max-width: 32rem;
  opacity: 0.88;
}

.mci-home-cta--lg {
  padding: 0.95rem 1.65rem !important;
  font-size: 1.05rem !important;
  border-radius: 999px !important;
}

.mci-home-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
  margin-top: 1.75rem;
}

.mci-home-trust__item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--mci-home-ink);
  font-size: 0.9rem;
  font-weight: 600;
}

.mci-home-trust__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--mci-home-sky);
  color: var(--mci-home-primary);
  font-size: 0.95rem;
}

/* —— Shared section —— */
.mci-sec {
  padding: 3.5rem 0;
}

.mci-sec__head {
  text-align: center;
  margin-bottom: 2rem;
}

.mci-sec__title {
  color: var(--mci-home-navy);
  font-size: clamp(1.45rem, 2.3vw, 1.95rem);
  font-weight: 800;
  margin: 0 0 0.45rem;
}

.mci-sec__sub {
  color: var(--mci-home-muted);
  margin: 0 auto;
  max-width: 38rem;
  line-height: 1.6;
}

/* —— Services strip —— */
.mci-services-wrap {
  background: var(--mci-white);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(0, 24, 69, 0.07);
  padding: 1.75rem 1.25rem 1.5rem;
}

.mci-services-strip-wrap {
  position: relative;
}

.mci-services-strip-wrap::before,
.mci-services-strip-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2rem;
  z-index: 1;
  pointer-events: none;
}

.mci-services-strip-wrap::before {
  left: 0;
  background: linear-gradient(90deg, var(--mci-white) 15%, transparent);
}

.mci-services-strip-wrap::after {
  right: 0;
  background: linear-gradient(270deg, var(--mci-white) 15%, transparent);
}

.mci-services-strip {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.15rem 0.35rem 0.5rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
}

.mci-services-strip::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.mci-service-chip {
  flex: 0 0 auto;
  width: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-align: center;
  text-decoration: none;
  color: var(--mci-home-primary);
  padding: 0.45rem 0.35rem;
  border-radius: 12px;
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.mci-service-chip:hover {
  background: var(--mci-home-sky);
  color: var(--mci-home-primary-dark);
  transform: translateY(-2px);
}

.mci-service-chip__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 102, 204, 0.22);
  border-radius: 12px;
  background: var(--mci-home-sky);
  line-height: 1;
}

.mci-service-chip__icon i {
  font-size: 1.05rem;
  color: var(--mci-home-primary);
}

.mci-service-chip:hover .mci-service-chip__icon {
  border-color: rgba(0, 102, 204, 0.4);
  background: #fff;
}

.mci-service-chip:hover .mci-service-chip__icon i {
  color: var(--mci-home-primary-dark);
}

.mci-service-chip__label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--mci-home-navy);
}

html[dir="rtl"] .mci-home-page .mci-sec__head,
html[dir="rtl"] .mci-home-page .mci-sec__head .mci-sec__title,
html[dir="rtl"] .mci-home-page .mci-sec__head .mci-sec__sub,
html[dir="rtl"] .mci-home-page .mci-service-chip,
html[dir="rtl"] .mci-home-page .mci-service-chip .mci-service-chip__label {
  text-align: center;
}

html[dir="rtl"] .mci-home-page .mci-services-strip {
  justify-content: center;
}

/* —— Process cards —— */
.mci-process-track {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  padding: 1.1rem 0.15rem 0.35rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mci-process-track::-webkit-scrollbar {
  display: none;
}

.mci-process-card {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  min-width: 148px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 24, 69, 0.07);
  padding: 1.85rem 0.75rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.mci-process-card__num {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--mci-home-primary);
  color: #fff;
  font-weight: 800;
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px #fff;
}

.mci-process-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  margin: 0.2rem 0 0.65rem;
}

.mci-process-card__icon i {
  font-size: 1.15rem;
  color: var(--mci-home-primary);
}

.mci-process-card__title {
  color: var(--mci-home-navy);
  font-size: 0.86rem;
  font-weight: 800;
  margin: 0 0 0.45rem;
  line-height: 1.35;
}

.mci-process-card__desc {
  color: var(--mci-home-muted);
  font-size: 0.74rem;
  line-height: 1.5;
  margin: 0 0 0.75rem;
  flex: 1 1 auto;
}

.mci-process-card__time {
  color: var(--mci-home-primary);
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0;
  padding-top: 0.7rem;
  border-top: 1px solid #e6eff6;
}

html[dir="rtl"] .mci-process-card,
html[dir="rtl"] .mci-process-card .mci-process-card__title,
html[dir="rtl"] .mci-process-card .mci-process-card__desc,
html[dir="rtl"] .mci-process-card .mci-process-card__time,
html[dir="rtl"] .mci-process-urgent,
html[dir="rtl"] .mci-process-urgent span {
  text-align: center;
}

html[dir="rtl"] .mci-process-card {
  align-items: center;
}

.mci-process-connector {
  position: relative;
  flex: 0 0 1.35rem;
  align-self: flex-start;
  margin-top: 30px;
  border-top: 2px dotted rgba(0, 102, 204, 0.45);
}

.mci-process-connector::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -1px;
  width: 7px;
  height: 7px;
  border-top: 2px solid rgba(0, 102, 204, 0.55);
  border-right: 2px solid rgba(0, 102, 204, 0.55);
  transform: rotate(45deg);
}

html[dir="rtl"] .mci-process-connector::after {
  right: auto;
  left: -1px;
  transform: rotate(-135deg);
}

.mci-process-urgent {
  margin: 1.75rem auto 0;
  max-width: 52rem;
  background: var(--mci-home-sky);
  color: var(--mci-home-navy);
  border-radius: 999px;
  padding: 0.8rem 1.35rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.mci-process-urgent__icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--mci-home-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.72rem;
}

/* —— Destinations grid —— */
.mci-dest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.mci-dest-card {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  min-height: 320px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 24, 69, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.mci-dest-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgba(0, 24, 69, 0.16);
  color: #fff;
}

.mci-dest-card img.mci-dest-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.mci-dest-card:hover img.mci-dest-card__bg {
  transform: scale(1.04);
}

.mci-dest-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 24, 69, 0.08) 0%,
    rgba(0, 24, 69, 0.35) 45%,
    rgba(0, 24, 69, 0.82) 100%
  );
}

.mci-dest-card__content {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.35rem 1.1rem 1.25rem;
}

.mci-dest-card__flag {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
  margin-bottom: 0.75rem;
}

.mci-dest-card__content h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.mci-dest-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  opacity: 0.92;
  transition: opacity 0.2s ease, gap 0.2s ease;
}

.mci-dest-card:hover .mci-dest-card__link {
  opacity: 1;
  gap: 0.55rem;
}

html[dir="rtl"] .mci-dest-card__content,
html[dir="rtl"] .mci-dest-card__content h3,
html[dir="rtl"] .mci-dest-card__link {
  text-align: center;
}

/* —— Partners marquee —— */
.mci-partners-swiper {
  padding: 0.5rem 0 0.25rem;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
}

.mci-partners-swiper .swiper-slide {
  width: auto;
  max-width: 168px;
}

.mci-partner-slide {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0.35rem 0.75rem;
  text-decoration: none;
}

.mci-partner-slide img {
  max-height: 48px;
  max-width: 140px;
  width: auto;
  object-fit: contain;
  opacity: 0.82;
  filter: grayscale(12%);
  transition: opacity 0.22s ease, filter 0.22s ease, transform 0.22s ease;
}

.mci-partner-slide:hover img {
  opacity: 1;
  filter: none;
  transform: scale(1.03);
}

/* —— Proof banner —— */
.mci-proof-banner {
  display: flex;
  align-items: stretch;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 24, 69, 0.12);
  background: #fff;
  min-height: 196px;
}

.mci-proof-stats {
  flex: 1 1 58%;
  background: linear-gradient(90deg, var(--mci-home-navy) 0%, var(--mci-home-primary) 100%);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.mci-proof-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem 0.65rem;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
}

.mci-proof-stat:last-child {
  border-inline-end: 0;
}

.mci-proof-stat i {
  font-size: 1.15rem;
  color: #fff;
  opacity: 0.95;
  margin-bottom: 0.5rem;
  display: block;
}

.mci-proof-stat i.fas,
.mci-proof-stat i.fa-solid {
  font-weight: 900;
}

.mci-proof-stat i.far,
.mci-proof-stat i.fa-regular {
  font-weight: 400;
}

.mci-proof-stat__value {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 800;
  margin: 0 0 0.25rem;
  line-height: 1.2;
}

.mci-proof-stat__label {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.95;
  line-height: 1.35;
}

.mci-proof-cta {
  flex: 1 1 42%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  padding-block: 1.35rem;
  padding-inline: 1.5rem 0.5rem;
  position: relative;
}

.mci-proof-cta__copy {
  flex: 1 1 auto;
  min-width: 0;
  padding-inline-end: 0.35rem;
}

.mci-proof-cta h3 {
  margin: 0 0 0.4rem;
  color: var(--mci-home-navy);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 800;
  line-height: 1.3;
}

.mci-proof-cta p {
  margin: 0 0 0.9rem;
  color: var(--mci-home-muted);
  font-size: 0.84rem;
  line-height: 1.5;
  max-width: 18rem;
}

.mci-proof-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  background: var(--mci-home-primary);
  color: #fff !important;
  padding: 0.72rem 1.2rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 102, 204, 0.22);
  transition: background 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.mci-proof-cta__btn:hover {
  background: var(--mci-home-primary-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.mci-proof-cta__btn i {
  font-size: 0.95rem;
}

.mci-proof-cta__art {
  flex: 0 0 auto;
  width: min(38%, 200px);
  align-self: flex-end;
  margin-bottom: -0.35rem;
  line-height: 0;
}

.mci-proof-cta__art img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: bottom right;
}

html[dir="rtl"] .mci-proof-cta__copy {
  text-align: start;
}

html[dir="rtl"] .mci-proof-cta__art img {
  object-position: bottom left;
}

/* —— Footer —— */
.footer.mci-home-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(29, 111, 232, .22), transparent 55%),
    radial-gradient(ellipse 40% 35% at 0% 100%, rgba(255, 255, 255, .05), transparent 50%),
    linear-gradient(155deg, #0b1f3a 0%, #102a4a 55%, #0f2744 100%) !important;
  color: #fff;
  padding: clamp(2.75rem, 4vw, 3.5rem) 0 1.35rem;
}

.mci-home-footer__grid {
  display: grid;
  grid-template-columns: 1.15fr 1.35fr 0.9fr 0.9fr 1.1fr;
  gap: 2rem 1.5rem;
  align-items: start;
}

.mci-home-footer__title {
  position: relative;
  font-size: 1.02rem;
  font-weight: 800;
  margin: 0 0 1.05rem;
  color: #fff !important;
  letter-spacing: -0.01em;
}

.mci-home-footer__title::after {
  content: "";
  display: block;
  width: 1.75rem;
  height: 2px;
  margin-block-start: .55rem;
  border-radius: 999px;
  background: rgba(125, 180, 255, .75);
}

.mci-home-footer__text {
  margin: 0 0 1.1rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, .82) !important;
}

.mci-home-footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 650;
  margin-bottom: 1.15rem;
  background: rgba(255, 255, 255, .06);
  transition: background 0.2s ease, border-color 0.2s ease, transform .2s ease;
}

.mci-home-footer__cta:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff !important;
  transform: translateY(-1px);
}

.mci-home-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mci-home-footer__links li + li {
  margin-top: 0.55rem;
}

.mci-home-footer__links a {
  color: rgba(255, 255, 255, 0.84) !important;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.mci-home-footer__links a:hover {
  color: #fff !important;
}

.mci-home-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mci-home-footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.mci-home-footer__contact li + li {
  margin-top: 0.85rem;
}

.mci-home-footer__contact i {
  width: 1.1rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
  color: #9ec4ff;
  text-align: center;
}

.mci-home-footer__contact i.fas {
  font-weight: 900;
}

.mci-home-footer__contact i.far {
  font-weight: 400;
}

.mci-home-footer__contact a {
  color: #fff !important;
  text-decoration: none;
}

.mci-home-footer__contact a:hover {
  text-decoration: underline;
}

.mci-home-footer__brand {
  text-align: start;
}

.mci-home-footer__logo {
  filter: brightness(0) invert(1);
  max-width: 180px;
  width: 100%;
  height: auto;
  display: block;
}

.mci-home-footer__brand-tag {
  margin: 0.85rem 0 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
  color: #fff !important;
}

.mci-home-footer__brand-line {
  margin: 0.4rem 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, .7) !important;
}

.mci-home-footer__trust {
  margin-top: 2.25rem;
  padding: 1.15rem 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.mci-home-footer__trust-copy {
  min-width: min(100%, 22rem);
  flex: 1 1 16rem;
}

.mci-home-footer__cr {
  margin: 0 0 .35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .4rem .65rem;
  font-size: .88rem;
  color: rgba(255, 255, 255, .9);
}

.mci-home-footer__cr-label {
  opacity: .85;
}

.mci-home-footer__cr-num {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .02em;
  color: #fff;
}

.mci-home-footer__license {
  margin: 0;
  font-size: .8rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, .75);
}

.mci-home-footer__trust-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem;
}

.mci-home-footer__trust-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .45rem .7rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.mci-home-footer__trust-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .2);
}

.mci-home-footer__trust-logo img {
  display: block;
  max-height: 36px;
  width: auto;
  max-width: 148px;
  object-fit: contain;
}

.mci-home-footer__bottom {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center !important;
}

.mci-home-footer__bottom p {
  margin: 0 auto;
  width: 100%;
  max-width: none;
  text-align: center !important;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, .78) !important;
}

.footer.mci-home-footer .footer-widget h4,
.footer.mci-home-footer .footer-widget p,
.footer.mci-home-footer .footer-links a,
.footer.mci-home-footer .footer-bottom p {
  color: #fff !important;
}

.footer.mci-home-footer .footer-links a {
  opacity: 0.9;
}

.footer.mci-home-footer .footer-links a:hover {
  opacity: 1;
}

.mci-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.25rem;
}

.mci-footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
  font-size: 0.95rem;
  transition: background 0.2s ease;
}

.mci-footer-social a svg {
  width: 0.95rem;
  height: 0.95rem;
  display: block;
}

.mci-footer-social a:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* —— Responsive —— */
@media (max-width: 1199.98px) {
  .mci-process-card {
    flex: 0 0 168px;
  }

  .mci-process-connector {
    flex: 0 0 1rem;
  }

  .mci-proof-banner {
    flex-direction: column;
  }

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

  .mci-proof-stat:nth-child(2) {
    border-inline-end: 0;
  }

  .mci-proof-cta {
    padding: 1.35rem 1.25rem;
  }

  .mci-proof-cta__art {
    width: 150px;
  }

  .mci-home-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 1.25rem;
  }

  .mci-home-footer__brand {
    grid-column: 1 / -1;
  }

  .mci-home-footer__trust {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 991.98px) {
  .mci-home-hero::before {
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(243, 249, 253, 0.15) 34%,
      rgba(243, 249, 253, 0.72) 52%,
      var(--mci-home-hero-bg) 68%,
      var(--mci-home-hero-bg) 100%
    );
  }

  .mci-home-hero__bg {
    width: 100%;
    background-position: center top;
    background-size: cover;
    opacity: 1;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .mci-home-hero__grid {
    justify-content: center;
    min-height: auto;
    padding-top: 10rem;
  }

  .mci-home-hero__copy {
    flex: 1 1 100%;
    margin-left: 0;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 18px;
    padding: 1.35rem 1.25rem;
    box-shadow: 0 12px 32px rgba(0, 24, 69, 0.06);
    backdrop-filter: blur(4px);
  }

  .mci-home-header .mci-icon-btn.d-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .mci-home-footer__grid {
    grid-template-columns: 1fr;
  }

  .mci-process-card {
    flex: 0 0 150px;
  }

  .mci-proof-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .mci-proof-cta__art {
    align-self: center;
    width: 180px;
    margin: 0.5rem auto 0;
  }

  .mci-dest-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mci-service-chip,
  .mci-home-cta {
    transition: none;
  }
}
