/* About Us page — scoped to .MPH_about */

.MPH_about .mph-site-container,
.hero.hero--page-banner > .mph-site-container {
  padding-left: clamp(16px, 4vw, 24px);
  padding-right: clamp(16px, 4vw, 24px);
}

.MPH_about {
  overflow: hidden;
}

.MPH_about_ctaNote {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.65;
  margin: -12px 0 28px;
  max-width: 520px;
}

.MPH_about_head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(32px, 5vw, 56px);
}

.MPH_about_eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5ca8ff;
  margin-bottom: 12px;
}

.MPH_about_head h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  color: #344276;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
  margin: 0 0 16px;
}

.MPH_about_lead {
  font-size: 15px;
  line-height: 1.7;
  color: #5f6472;
  margin: 0;
}

/* —— Intro —— */
.MPH_about--intro {
  padding: clamp(56px, 8vw, 96px) 0;
  background: #fff;
}

.MPH_about_introGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 38%);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.MPH_about_introCopy p {
  font-size: 14px;
  line-height: 1.75;
  color: #5f6472;
  margin: 0 0 16px;
  text-align: left;
}

.MPH_about_introCopy p:last-child {
  margin-bottom: 0;
}

.MPH_about_visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(52, 66, 118, 0.18);
}

.MPH_about_visual::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid rgba(92, 168, 255, 0.45);
  border-radius: 20px;
  pointer-events: none;
  z-index: 2;
}

.MPH_about_visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 42%;
}

.MPH_about_visualBadge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #344276;
  text-align: center;
  z-index: 3;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* —— Stats —— */
.MPH_about--stats {
  padding: clamp(56px, 8vw, 88px) 0;
  background: linear-gradient(145deg, #283152 0%, #344276 48%, #1e2848 100%);
  position: relative;
}

.MPH_about--stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/d-sec-bg.webp") center / cover no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.MPH_about--stats .mph-site-container {
  position: relative;
  z-index: 1;
}

.MPH_about--stats .MPH_about_head h2,
.MPH_about--stats .MPH_about_lead {
  color: #fff;
}

.MPH_about--stats .MPH_about_eyebrow {
  color: #9ec5ff;
}

.MPH_about_statsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2.5vw, 24px);
  margin-top: clamp(36px, 5vw, 48px);
}

.MPH_about_statCard {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: clamp(24px, 3vw, 36px) 20px;
  text-align: center;
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.MPH_about_statCard:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(92, 168, 255, 0.5);
}

.MPH_about_statNum {
  display: block;
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
}

.MPH_about_countSuffix {
  color: #5ca8ff;
}

.MPH_about_countValue,
.MPH_about_countSuffix {
  display: inline;
}

.MPH_about_statLabel {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

/* —— Process —— */
.MPH_about--process {
  padding: clamp(56px, 8vw, 96px) 0;
  background: #f5f5f5;
}

.MPH_about_steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 28px);
  margin-top: clamp(40px, 5vw, 52px);
  position: relative;
}

.MPH_about_steps::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c5d0ea 20%, #c5d0ea 80%, transparent);
  z-index: 0;
}

.MPH_about_step {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px 32px;
  box-shadow: 0 12px 32px rgba(52, 66, 118, 0.08);
  border: 1px solid rgba(52, 66, 118, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.MPH_about_step:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(52, 66, 118, 0.14);
}

.MPH_about_stepNum {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #344276, #5ca8ff);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.MPH_about_stepIcon {
  font-size: 22px;
  color: #344276;
  margin-bottom: 12px;
  opacity: 0.85;
}

.MPH_about_step h3 {
  font-size: 18px;
  font-weight: 600;
  color: #344276;
  margin: 0 0 12px;
  line-height: 1.3;
}

.MPH_about_step p {
  font-size: 14px;
  line-height: 1.65;
  color: #5f6472;
  margin: 0;
}

/* —— Visit —— */
.MPH_about--visit {
  padding: clamp(48px, 6vw, 72px) 0;
  background: #fff;
}

.MPH_about_visitCard {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(24px, 4vw, 40px);
  align-items: center;
  padding: clamp(32px, 4vw, 48px);
  border-radius: 20px;
  background: linear-gradient(120deg, #f7f9fc 0%, #eef2f9 100%);
  border: 1px solid rgba(52, 66, 118, 0.1);
  box-shadow: 0 16px 40px rgba(52, 66, 118, 0.06);
}

.MPH_about_visitIcon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #344276;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}

.MPH_about_visitCopy h2 {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 600;
  color: #344276;
  margin: 0 0 12px;
  text-align: left;
}

.MPH_about_visitCopy p {
  font-size: 14px;
  line-height: 1.7;
  color: #5f6472;
  margin: 0 0 10px;
  text-align: left;
}

.MPH_about_visitCopy p:last-child {
  margin-bottom: 0;
}

.MPH_about_btnPrimary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  height: 52px;
  border-radius: 50px;
  background: #344276;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.MPH_about_btnPrimary:hover {
  background: #283152;
  color: #fff;
  transform: translateY(-2px);
}

/* —— Discuss —— */
.MPH_about--discuss {
  padding: clamp(56px, 8vw, 88px) 0;
  background: #f5f5f5;
}

.MPH_about_discussPanel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 36%);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: clamp(32px, 4vw, 48px);
  box-shadow: 0 16px 48px rgba(52, 66, 118, 0.08);
  border-left: 5px solid #5ca8ff;
}

.MPH_about_discussPanel h2 {
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 600;
  color: #344276;
  margin: 0 0 16px;
  text-align: left;
}

.MPH_about_discussPanel p {
  font-size: 14px;
  line-height: 1.75;
  color: #5f6472;
  margin: 0 0 14px;
  text-align: left;
}

.MPH_about_discussActions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.MPH_about_discussActions .btn_main_blue,
.MPH_about_discussActions .btn_seccond_white {
  justify-content: center;
  width: 100%;
}

.MPH_about--discuss .btn_seccond_white {
  border: 2px solid #344276;
  color: #344276;
  background: transparent;
}

/* —— Genres —— */
.MPH_about--genres {
  padding: clamp(56px, 8vw, 90px) 0;
  background: #fff;
}

.MPH_about_genresWrap {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}

.MPH_about_genresImage {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.MPH_about_genresImage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(52, 66, 118, 0.35) 100%);
  pointer-events: none;
}

.MPH_about_genresImage img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.MPH_about_genresCopy h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  color: #344276;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
  text-align: left;
}

.MPH_about_genresCopy p {
  font-size: 14px;
  line-height: 1.75;
  color: #5f6472;
  margin: 0 0 16px;
  text-align: left;
}

.MPH_about_servicePills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.MPH_about_servicePill {
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #344276;
  background: #eef2f9;
  border-radius: 50px;
  border: 1px solid rgba(52, 66, 118, 0.12);
}

@media (max-width: 991px) {
  .MPH_about_introGrid,
  .MPH_about_genresWrap,
  .MPH_about_discussPanel {
    grid-template-columns: 1fr;
  }

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

  .MPH_about_steps {
    grid-template-columns: 1fr;
  }

  .MPH_about_steps::before {
    display: none;
  }

  .MPH_about_visitCard {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .MPH_about_visitCopy h2,
  .MPH_about_visitCopy p {
    text-align: center;
  }

  .MPH_about_visitActions {
    display: flex;
    justify-content: center;
  }

  .MPH_about_visual {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .MPH_about_statsGrid {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    font-size: 29px;
  }
}
