/* ============================================================
   ABOUT PAGE (companyprofile.php)
   ============================================================ */

.mmw-company-welcome-copy h2,
.mmw-company-welcome-copy strong {
  color: #121619 !important;
}
.mmw-company-welcome-copy p {
  color: #5d666d !important;
}
.mmw-company-welcome-label {
  color: #d91f2d !important;
}
.mmw-company-welcome-facts {
  border-color: #e1e5e7 !important;
  background: #e1e5e7 !important;
}
.mmw-company-welcome-facts > div {
  background: #fff !important;
}
.mmw-company-welcome-facts strong {
  color: #d91f2d !important;
}
.mmw-company-welcome-facts span {
  color: #5d666d !important;
}

/* Premium company legacy section */
.mmw-company-welcome {
  position: relative;
  overflow: hidden;
  padding: 30px 30px 50px;
  background: #fff;
}
.mmw-company-welcome:before {
  content: none;
}
.mmw-company-welcome-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 76px;
  align-items: center;
}
.mmw-company-welcome-copy {
  padding: 18px 0;
}
.mmw-company-welcome-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #ffc425;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.mmw-company-welcome-label i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 196, 37, 0.35);
  border-radius: 50%;
}
.mmw-company-welcome-copy h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.06;
}
.mmw-company-welcome-copy h2 span {
  color: #ffc425;
}
.mmw-company-welcome-copy p {
  margin: 0;
  color: #c6cdd1;
  font-size: 15.5px;
  line-height: 1.85;
}
.mmw-company-welcome-copy p + p {
  margin-top: 15px;
}
.mmw-company-welcome-copy strong {
  color: #fff;
}
.mmw-company-welcome-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}
.mmw-company-welcome-facts > div {
  padding: 18px;
  background: #1a2024;
}
.mmw-company-welcome-facts strong {
  display: block;
  color: #ffc425;
  font-size: 27px;
  line-height: 1;
}
.mmw-company-welcome-facts span {
  display: block;
  margin-top: 7px;
  color: #aeb7bc;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.mmw-company-welcome-media {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(255, 196, 37, 0.32);
  border-radius: 30px;
  background: #211803;
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.38);
}
.mmw-company-welcome-media:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
}
.mmw-company-welcome-media img {
  width: 100%;
  display: block;
  object-position: center;
}
.mmw-company-experience {
  position: absolute;
  left: -28px;
  bottom: 45px;
  z-index: 2;
  max-width: 205px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 13px;
  background: #d91f2d;
  color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}
.mmw-company-experience strong {
  color: #fff;
  font-size: 30px;
}
.mmw-company-experience span {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}
.mmw-company-image-note {
  position: absolute;
  z-index: 2;
  right: 28px;
  top: 27px;
  padding: 9px 13px;
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
}
@media (max-width: 991px) {
  .mmw-company-welcome {
    padding: 78px 0;
  }
  .mmw-company-welcome-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .mmw-company-welcome-media {
    width: min(100%, 650px);
    min-height: 470px;
    margin: auto;
  }
  .mmw-company-welcome-media img {
    height: 470px;
  }
  .mmw-company-experience {
    left: 20px;
  }
}
@media (max-width: 575px) {
  .mmw-company-welcome {
    padding: 60px 0;
  }
  .mmw-company-welcome-copy h2 {
    font-size: 34px;
  }
  .mmw-company-welcome-facts {
    grid-template-columns: 1fr;
  }
  .mmw-company-welcome-facts > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }
  .mmw-company-welcome-facts span {
    margin: 0;
    text-align: right;
  }
  .mmw-company-welcome-media {
    min-height: 360px;
    border-radius: 22px;
  }
  .mmw-company-welcome-media img {
    height: 360px;
  }
  .mmw-company-experience {
    left: 13px;
    bottom: 15px;
  }
  .mmw-company-image-note {
    top: 20px;
    right: 18px;
  }
}

/* ---------- SECTION HEAD (shared) ---------- */
.mmw-section-head {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}
.mmw-section-head .mmw-kicker {
  justify-content: center;
}
.mmw-section-head p {
  color: var(--v2-text);
  margin: 0;
}

/* ---------- WELCOME / INTRO ---------- */
.mmw-about-intro {
  padding: 86px 0 80px;
  background: #fff;
}
.mmw-about-intro-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}
.mmw-about-intro-media {
  position: relative;
  padding-right: 56px;
  padding-bottom: 56px;
}
.mmw-ai-media-main {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(20, 20, 20, 0.16);
}
.mmw-ai-media-main img {
  width: 100%;
  display: block;
  object-fit: cover;
  min-height: 380px;
}
.mmw-ai-media-accent {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  border-radius: 18px;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 18px 42px rgba(20, 20, 20, 0.22);
}
.mmw-ai-media-accent img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.mmw-ai-badge {
  position: absolute;
  left: 14px;
  bottom: 34px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--v2-red);
  color: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  box-shadow: 0 16px 34px rgba(210, 31, 43, 0.4);
}
.mmw-ai-badge strong {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.mmw-ai-badge span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.mmw-about-intro-content h2 {
  font-size: clamp(26px, 3.2vw, 42px);
  margin-bottom: 18px;
}
.mmw-about-intro-content p {
  line-height: 1.75;
  color: var(--v2-text);
}
.mmw-about-intro-content strong {
  color: var(--v2-text-strong);
}

/* ---------- MISSION & VISION ---------- */
.mmw-mission-vision {
  padding: 30px 0 30px;
  background: var(--v2-grey);
}
.mmw-mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: stretch;
}
.mmw-mv-card {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 20px;
  padding: 32px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}
.mmw-mv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(20, 20, 20, 0.12);
}
.mmw-mv-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
}
.mmw-mv-mission:before {
  background: var(--v2-red);
}
.mmw-mv-vision:before {
  background: var(--v2-yellow);
}
.mmw-mv-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 18px;
}
.mmw-mv-mission .mmw-mv-icon {
  background: var(--v2-red);
  color: #fff;
}
.mmw-mv-vision .mmw-mv-icon {
  background: var(--v2-yellow);
  color: var(--v2-ink);
}
.mmw-mv-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.mmw-mv-card > p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--v2-text);
  font-weight: 600;
}
.mmw-mv-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--v2-line);
}
.mmw-mv-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.6;
  color: var(--v2-text);
  margin-bottom: 11px;
}
.mmw-mv-list li:last-child {
  margin-bottom: 0;
}
.mmw-mv-list i {
  color: var(--v2-yellow);
  font-size: 15px;
  margin-top: 3px;
  flex: 0 0 auto;
}
.mmw-mv-vision .mmw-mv-list i {
  color: var(--v2-red);
}

/* ---------- CORE PHILOSOPHY ---------- */
.mmw-philosophy {
  padding: 88px 0 80px;
  background: var(--v2-ink);
  color: #c6c6cc;
}
.mmw-philosophy .mmw-section-head h2 {
  color: #fff;
}
.mmw-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.mmw-philosophy-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 26px 22px;
  transition: all 0.35s ease;
}
.mmw-philosophy-card:hover {
  background: rgba(255, 196, 34, 0.08);
  border-color: rgba(255, 196, 34, 0.45);
  transform: translateY(-5px);
}
.mmw-philosophy-card i {
  font-size: 26px;
  color: var(--v2-yellow);
  margin-bottom: 14px;
}
.mmw-philosophy-card h3 {
  color: #fff;
  font-size: 16.5px;
  margin-bottom: 8px;
}
.mmw-philosophy-card p {
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0;
  color: #a6a6b0;
}

/* ---------- INDUSTRIES ---------- */
.mmw-industries {
  padding: 88px 0 80px;
  background: #fff;
}
.mmw-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.mmw-industry-card {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border-radius: 18px;
  background: #111;
  box-shadow: 0 14px 38px rgba(13, 13, 13, 0.1);
}
.mmw-industry-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.mmw-industry-card:nth-child(2) img {
  object-position: center;
}
.mmw-industry-card:nth-child(3) img {
  object-position: center;
}
.mmw-industry-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 20%,
    rgba(5, 8, 10, 0.94) 100%
  );
}
.mmw-industry-card > div {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px;
  color: #fff;
}
.mmw-industry-card i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #e9720d;
  color: #fff;
}
.mmw-industry-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 21px;
}
.mmw-industry-card p {
  margin: 0;
  color: #d9dddf;
  font-size: 14px;
  line-height: 1.6;
}
.mmw-industry-card:hover > img {
  transform: scale(1.07);
}
.mmw-industry-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--v2-grey);
  border: 1px solid var(--v2-line);
  border-radius: 14px;
  padding: 16px 14px;
  transition: all 0.3s ease;
}
.mmw-industry-chip:hover {
  border-color: var(--v2-yellow);
  background: var(--v2-ink);
  transform: translateY(-3px);
}
.mmw-industry-chip i {
  color: var(--v2-red);
  font-size: 20px;
  flex: 0 0 auto;
}
.mmw-industry-chip:hover i {
  color: var(--v2-yellow);
}
.mmw-industry-chip span {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--v2-text-strong);
  line-height: 1.4;
}
.mmw-industry-chip:hover span {
  color: #fff;
}

/* ---------- GLOBAL REACH ---------- */
.mmw-global-reach {
  background: linear-gradient(135deg, var(--v2-ink-2), var(--v2-ink));
  color: #d9d9dd;
  position: relative;
  overflow: hidden;
}
.mmw-global-reach:before {
  content: "";
  position: absolute;
  right: -140px;
  top: -160px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 196, 34, 0.12),
    transparent 65%
  );
  pointer-events: none;
}
.mmw-gr-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 88px 0;
}
.mmw-gr-content .mmw-kicker {
  color: var(--v2-yellow);
}
.mmw-gr-content .mmw-kicker:before {
  background: var(--v2-red);
}
.mmw-gr-content h2 {
  color: #fff;
  font-size: clamp(26px, 3.2vw, 44px);
}
.mmw-gr-content p {
  color: #c6c6cc;
  line-height: 1.8;
}
.mmw-gr-content p strong {
  color: #fff;
}
.mmw-gr-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.mmw-gr-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #c6c6cc;
}
.mmw-gr-list i {
  color: var(--v2-yellow);
  font-size: 18px;
  margin-top: 3px;
}
.mmw-gr-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.mmw-gr-stats > div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 26px 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.mmw-gr-stats > div:hover {
  background: rgba(255, 196, 34, 0.1);
  border-color: rgba(255, 196, 34, 0.4);
}
.mmw-gr-stats strong {
  display: block;
  font-size: 34px;
  font-weight: 800;
  color: var(--v2-yellow);
  line-height: 1;
}
.mmw-gr-stats span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #b9b9c2;
  margin-top: 10px;
}

/* ---------- END-TO-END SUPPORT ---------- */
.mmw-support {
  padding: 88px 0 80px;
  background: var(--v2-grey);
}
.mmw-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.mmw-support-card {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 18px;
  padding: 28px 24px;
  transition: all 0.35s ease;
}
.mmw-support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(20, 20, 20, 0.1);
  border-color: var(--v2-yellow);
}
.mmw-support-card i {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: var(--v2-yellow);
  color: var(--v2-ink);
  font-size: 21px;
  margin-bottom: 16px;
}
.mmw-support-card h3 {
  font-size: 16.5px;
  margin-bottom: 8px;
}
.mmw-support-card p {
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0;
  color: var(--v2-text);
}

/* ---------- OUR PROMISE ---------- */
.mmw-promise {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--v2-red), var(--v2-red-dark));
  color: #fff;
  text-align: center;
}
.mmw-promise-quote {
  margin: 0;
}
.mmw-promise-quote > i {
  font-size: 40px;
  color: var(--v2-yellow);
  display: block;
  margin-bottom: 18px;
}
.mmw-promise-quote p {
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 800;
  line-height: 1.45;
  max-width: 900px;
  margin: 0 auto 20px;
  color: #fff;
  letter-spacing: -0.01em;
}
.mmw-promise-quote footer {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--v2-yellow);
}

/* ---------- WHY CLIENTS TRUST US ---------- */
.mmw-trust {
  padding: 88px 0 90px;
  background: #fff;
}
.mmw-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 44px;
}
.mmw-trust-item {
  background: var(--v2-grey);
  border: 1px solid var(--v2-line);
  border-radius: 16px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  transition: all 0.3s ease;
}
.mmw-trust-item:hover {
  background: var(--v2-ink);
  transform: translateY(-4px);
}
.mmw-trust-item i {
  color: var(--v2-red);
  font-size: 24px;
}
.mmw-trust-item:hover i {
  color: var(--v2-yellow);
}
.mmw-trust-item span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--v2-text-strong);
}
.mmw-trust-item:hover span {
  color: #fff;
}
.mmw-trust-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.mmw-trust-cta .lgo-btn-outline-yellow {
  border-color: var(--v2-ink);
  color: var(--v2-ink);
}
.mmw-trust-cta .lgo-btn-outline-yellow:hover {
  background: var(--v2-ink);
  color: #fff;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1199.98px) {
  .mmw-philosophy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mmw-industries-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .mmw-page-banner {
    padding: 56px 0 48px;
  }
  .mmw-about-intro-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .mmw-mv-grid {
    grid-template-columns: 1fr;
  }
  .mmw-gr-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .mmw-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mmw-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .mmw-about-intro-media {
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .mmw-ai-media-main img {
    min-height: 300px;
  }
  .mmw-industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mmw-philosophy-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .mmw-page-banner {
    padding: 44px 0 40px;
  }
  .mmw-ai-badge {
    padding: 10px 14px;
    left: 8px;
    bottom: 26px;
  }
  .mmw-ai-badge strong {
    font-size: 24px;
  }
  .mmw-mv-card {
    padding: 26px 20px;
  }
  .mmw-industries-grid {
    grid-template-columns: 1fr;
  }
  .mmw-support-grid {
    grid-template-columns: 1fr;
  }
  .mmw-trust-grid {
    grid-template-columns: 1fr;
  }
}
