.elementor-57 .elementor-element.elementor-element-76378ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-57 .elementor-element.elementor-element-d63d404{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-57 .elementor-element.elementor-element-9f45d09{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-57 .elementor-element.elementor-element-50ffe47{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-57 .elementor-element.elementor-element-c90017c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-57 .elementor-element.elementor-element-39d1978{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-57 .elementor-element.elementor-element-8a465b6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   Mintorian Pack F.Z.E Homepage CSS
   Final Clean Master CSS
   Mobile-first, responsive, lightweight, section-by-section
   ========================================================= */

/* =========================================================
   1. Scope, Theme, Typography
   ========================================================= */

.mp-homepage,
.mp-homepage * {
  box-sizing: border-box;
}

.mp-homepage {
  --mp-navy-950: #020814;
  --mp-navy-900: #06111f;
  --mp-navy-850: #071624;
  --mp-navy-800: #081a2d;

  --mp-gold: #d4af37;
  --mp-gold-light: #e8c765;

  --mp-green: #5f8f3e;
  --mp-green-bright: #7fb957;
  --mp-green-dark: #183a22;

  --mp-white: #ffffff;
  --mp-text: rgba(255, 255, 255, 0.86);
  --mp-muted: rgba(255, 255, 255, 0.68);
  --mp-faint: rgba(255, 255, 255, 0.54);

  --mp-border: rgba(255, 255, 255, 0.10);
  --mp-gold-border: rgba(212, 175, 55, 0.24);

  --mp-radius-lg: 22px;
  --mp-radius-md: 16px;
  --mp-max: 1180px;

  width: 100%;
  color: var(--mp-white);
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at 50% 4%, rgba(95, 143, 62, 0.10), transparent 26%),
    radial-gradient(circle at 88% 10%, rgba(212, 175, 55, 0.09), transparent 24%),
    linear-gradient(135deg, var(--mp-navy-950) 0%, var(--mp-navy-900) 48%, var(--mp-navy-800) 100%);
  overflow: hidden;
}

.mp-homepage a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.mp-homepage img,
.mp-homepage video {
  max-width: 100%;
}

.mp-homepage :focus-visible {
  outline: 2px solid var(--mp-gold-light);
  outline-offset: 4px;
}

.mp-section {
  position: relative;
  width: 100%;
  padding: 64px 18px;
}

.mp-container {
  width: min(100%, var(--mp-max));
  margin: 0 auto;
}

.mp-homepage h1,
.mp-homepage h2,
.mp-homepage h3,
.mp-homepage p {
  margin: 0;
}

.mp-homepage h1,
.mp-homepage h2,
.mp-display {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--mp-white);
  font-weight: 600;
  letter-spacing: -0.028em;
}

.mp-homepage h2 {
  font-size: clamp(31px, 8vw, 45px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 650;
}

.mp-homepage h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  color: var(--mp-white);
  font-size: clamp(18px, 4vw, 24px);
  line-height: 1.18;
  font-weight: 650;
  letter-spacing: -0.018em;
}

.mp-homepage p {
  font-family: Inter, Arial, sans-serif;
  color: var(--mp-muted);
  font-size: 15.5px;
  line-height: 1.72;
}

.mp-title-highlight {
  color: var(--mp-green-bright);
}

.mp-lead {
  color: var(--mp-text);
  font-size: 16px;
  line-height: 1.72;
}

.mp-copy-stack {
  display: grid;
  gap: 15px;
}

/* =========================================================
   2. Buttons and Shared Elements
   ========================================================= */

.mp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.mp-btn {
  position: relative;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 20px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-family: Inter, Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.mp-btn:hover {
  transform: translateY(-2px);
}

.mp-btn--primary {
  color: var(--mp-white);
  border-color: rgba(212, 175, 55, 0.58);
  background:
    radial-gradient(circle at 75% 15%, rgba(255, 255, 255, 0.20), transparent 18%),
    linear-gradient(135deg, #355f2c, var(--mp-green-dark));
  box-shadow:
    0 18px 42px rgba(24, 58, 34, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.mp-btn--primary:hover {
  border-color: rgba(232, 199, 101, 0.82);
  box-shadow:
    0 20px 48px rgba(24, 58, 34, 0.42),
    0 0 0 4px rgba(95, 143, 62, 0.12);
}

.mp-btn--secondary {
  color: var(--mp-white);
  border-color: rgba(212, 175, 55, 0.34);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mp-btn--secondary:hover {
  border-color: rgba(212, 175, 55, 0.58);
  background: rgba(212, 175, 55, 0.075);
}

.mp-text-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  color: var(--mp-gold-light);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.35px;
  transition:
    gap 220ms ease,
    color 220ms ease;
}

.mp-text-link:hover {
  gap: 11px;
  color: var(--mp-white);
}

.mp-supply-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(212, 175, 55, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 30%, black 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at 50% 30%, black 0%, transparent 72%);
}

/* =========================================================
   3. Section 1: Hero
   ========================================================= */

.mp-hero {
  position: relative;
  min-height: clamp(740px, 92vh, 860px);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: 82px 18px 44px;
}

.mp-hero__video,
.mp-hero__overlay {
  position: absolute;
  inset: 0;
}

.mp-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: -4;
  opacity: 1;
  filter: brightness(0.9) saturate(0.98) contrast(1.04);
}

.mp-hero__overlay {
  z-index: -3;
  background:
    linear-gradient(
      90deg,
      rgba(2, 8, 20, 0.86) 0%,
      rgba(2, 8, 20, 0.80) 26%,
      rgba(2, 8, 20, 0.58) 48%,
      rgba(2, 8, 20, 0.24) 72%,
      rgba(2, 8, 20, 0.08) 100%
    ),
    linear-gradient(
      180deg,
      rgba(2, 8, 20, 0.20) 0%,
      rgba(2, 8, 20, 0.08) 48%,
      rgba(2, 8, 20, 0.52) 100%
    );
}

.mp-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  width: min(100%, var(--mp-max));
  margin: 0 auto;
  transform: translateY(-14px);
}

.mp-hero__content {
  max-width: 650px;
}

.mp-hero__content h1 {
  max-width: 680px;
  margin-bottom: 16px;
  font-size: clamp(38px, 4.65vw, 52px);
  line-height: 1.04;
}

.mp-hero__content h1 span {
  color: var(--mp-green-bright);
}

.mp-hero__content .mp-lead {
  max-width: 600px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14.5px, 1.08vw, 16px);
  line-height: 1.68;
}

.mp-hero__helper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 560px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

.mp-hero__helper::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-top: 7px;
  border-radius: 999px;
  background: var(--mp-gold-light);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.42);
}

.mp-hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 1160px;
  margin-top: 36px;
}

.mp-hero-proof__item {
  position: relative;
  min-width: 0;
  min-height: 106px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: flex-start;
  overflow: hidden;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.20);
  background:
    linear-gradient(
      145deg,
      rgba(8, 26, 45, 0.58),
      rgba(2, 8, 20, 0.72)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 42px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.mp-hero-proof__item::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(232, 199, 101, 0.50),
    transparent
  );
}

.mp-hero-proof__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: var(--mp-gold-light);
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: rgba(255, 255, 255, 0.045);
}

.mp-hero-proof__title {
  margin: 0 0 6px;
  color: var(--mp-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.22;
}

.mp-hero-proof__item p:not(.mp-hero-proof__title) {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12.8px;
  line-height: 1.48;
}

/* =========================================================
   4. Section 2: What Mintorian Does
   ========================================================= */

.mp-what {
  background:
    radial-gradient(circle at 85% 20%, rgba(212, 175, 55, 0.08), transparent 26%),
    linear-gradient(180deg, var(--mp-navy-950), var(--mp-navy-900));
}

.mp-what__grid {
  display: grid;
  gap: 34px;
  align-items: center;
}

.mp-what__content {
  max-width: 710px;
}

.mp-what__content h2 {
  margin-bottom: 20px;
}

.mp-copy-stack p {
  max-width: 650px;
}

.mp-what__media {
  display: grid;
  gap: 18px;
  align-items: end;
}

.mp-image-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background-image: var(--mp-card-img);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mp-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(2, 8, 20, 0.10) 0%,
      rgba(2, 8, 20, 0.16) 28%,
      rgba(2, 8, 20, 0.44) 58%,
      rgba(2, 8, 20, 0.88) 100%
    ),
    radial-gradient(circle at 22% 12%, rgba(212, 175, 55, 0.14), transparent 28%);
  pointer-events: none;
}

.mp-image-card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(232, 199, 101, 0.55),
    transparent
  );
}

.mp-image-card__content {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
}

.mp-image-card__content h3 {
  max-width: 280px;
  margin-bottom: 10px;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.05;
}

.mp-image-card__content p {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  line-height: 1.55;
}

/* =========================================================
   5. Section 3: Solutions
   ========================================================= */

.mp-solutions {
  background:
    radial-gradient(circle at 16% 18%, rgba(95, 143, 62, 0.09), transparent 28%),
    radial-gradient(circle at 86% 72%, rgba(212, 175, 55, 0.07), transparent 26%),
    linear-gradient(180deg, var(--mp-navy-900), var(--mp-navy-950));
}

.mp-solutions__head {
  max-width: 760px;
  margin-bottom: 30px;
}

.mp-solutions__head h2 {
  margin-bottom: 16px;
}

.mp-solutions__head p {
  max-width: 690px;
}

.mp-solutions__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.mp-solution-card {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    radial-gradient(circle at 86% 0%, rgba(95, 143, 62, 0.13), transparent 32%),
    linear-gradient(145deg, rgba(8, 26, 45, 0.78), rgba(2, 8, 20, 0.92));
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.mp-solution-card::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(232, 199, 101, 0.48),
    transparent
  );
}

.mp-solution-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(95, 143, 62, 0.08);
  pointer-events: none;
}

.mp-solution-card__icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--mp-gold-light);
  border: 1px solid rgba(212, 175, 55, 0.26);
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.12), transparent 52%),
    rgba(255, 255, 255, 0.045);
}

.mp-solution-card h3,
.mp-solution-card p,
.mp-solution-card a {
  position: relative;
  z-index: 2;
}

.mp-solution-card h3 {
  max-width: 360px;
  margin-bottom: 10px;
}

.mp-solution-card p {
  max-width: 380px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14.4px;
  line-height: 1.62;
}

.mp-solution-card--featured {
  min-height: 300px;
  border-color: rgba(212, 175, 55, 0.26);
  background:
    radial-gradient(circle at 84% 10%, rgba(212, 175, 55, 0.11), transparent 30%),
    radial-gradient(circle at 12% 88%, rgba(95, 143, 62, 0.15), transparent 30%),
    linear-gradient(145deg, rgba(8, 26, 45, 0.88), rgba(2, 8, 20, 0.96));
}

.mp-solution-card--featured h3 {
  max-width: 430px;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.02;
}

.mp-solution-card--featured p {
  max-width: 460px;
}

/* =========================================================
   6. Section 4: Industries Served
   ========================================================= */

.mp-industries {
  background:
    radial-gradient(circle at 18% 28%, rgba(212, 175, 55, 0.07), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(95, 143, 62, 0.09), transparent 26%),
    linear-gradient(180deg, var(--mp-navy-950), var(--mp-navy-900));
}

.mp-industries__layout {
  display: grid;
  gap: 30px;
  align-items: start;
}

.mp-industries__intro {
  max-width: 720px;
}

.mp-industries__intro h2 {
  margin-bottom: 18px;
}

.mp-industries__intro p {
  max-width: 650px;
}

.mp-industries__cta {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.20);
  background:
    radial-gradient(circle at 88% 0%, rgba(95, 143, 62, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(8, 26, 45, 0.62), rgba(2, 8, 20, 0.84));
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.mp-industries__cta strong {
  color: var(--mp-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.mp-industries__cta .mp-btn {
  width: fit-content;
}

.mp-industries__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.mp-industry-card {
  position: relative;
  min-height: 205px;
  overflow: hidden;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    radial-gradient(circle at 88% 8%, rgba(95, 143, 62, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(8, 26, 45, 0.72), rgba(2, 8, 20, 0.92));
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.065);
}

.mp-industry-card::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(232, 199, 101, 0.46),
    transparent
  );
}

.mp-industry-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 128px;
  height: 128px;
  border-radius: 999px;
  background: rgba(95, 143, 62, 0.07);
  pointer-events: none;
}

.mp-industry-card__icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border-radius: 16px;
  color: var(--mp-gold-light);
  border: 1px solid rgba(212, 175, 55, 0.26);
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.12), transparent 52%),
    rgba(255, 255, 255, 0.045);
}

.mp-industry-card h3,
.mp-industry-card p {
  position: relative;
  z-index: 2;
}

.mp-industry-card h3 {
  max-width: 310px;
  margin-bottom: 9px;
}

.mp-industry-card p {
  max-width: 330px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14.2px;
  line-height: 1.6;
}

/* =========================================================
   7. Section 5: 3D Sourcing Flow
   ========================================================= */

.mp-flow {
  background:
    radial-gradient(circle at 22% 18%, rgba(95, 143, 62, 0.10), transparent 28%),
    radial-gradient(circle at 82% 34%, rgba(212, 175, 55, 0.08), transparent 30%),
    linear-gradient(180deg, var(--mp-navy-900), var(--mp-navy-950));
}

.mp-flow__layout {
  display: grid;
  gap: 34px;
  align-items: center;
}

.mp-flow__intro {
  max-width: 720px;
}

.mp-flow__intro h2 {
  margin-bottom: 18px;
}

.mp-flow__intro p {
  max-width: 650px;
}

.mp-flow__cta {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.20);
  background:
    radial-gradient(circle at 90% 0%, rgba(95, 143, 62, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(8, 26, 45, 0.64), rgba(2, 8, 20, 0.86));
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.mp-flow__cta strong {
  color: var(--mp-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.mp-flow__cta .mp-btn {
  width: fit-content;
}

.mp-flow__stage {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background:
    radial-gradient(circle at 50% 48%, rgba(95, 143, 62, 0.16), transparent 24%),
    radial-gradient(circle at 48% 48%, rgba(212, 175, 55, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(8, 26, 45, 0.78), rgba(2, 8, 20, 0.96));
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
  perspective: 1000px;
}

.mp-flow__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(212, 175, 55, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 50% 50%, black 0%, transparent 74%);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, black 0%, transparent 74%);
}

.mp-flow__stage::after {
  content: "";
  position: absolute;
  inset: auto -20% -42% -20%;
  height: 52%;
  border-radius: 50%;
  background: rgba(2, 8, 20, 0.42);
  filter: blur(28px);
  pointer-events: none;
}

.mp-flow__orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 999px;
  transform: translate(-50%, -50%) rotateX(68deg);
  pointer-events: none;
}

.mp-flow__orbit--one {
  width: 410px;
  height: 410px;
  animation: mpOrbitSoft 12s linear infinite;
}

.mp-flow__orbit--two {
  width: 300px;
  height: 300px;
  border-color: rgba(95, 143, 62, 0.16);
  animation: mpOrbitSoftReverse 15s linear infinite;
}

.mp-flow__core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 146px;
  height: 146px;
  transform: translate(-50%, -50%);
}

.mp-flow-cube {
  position: relative;
  width: 146px;
  height: 146px;
  transform-style: preserve-3d;
  animation: mpCubeFloat 4.8s ease-in-out infinite;
}

.mp-flow-cube::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 34px;
  background: rgba(127, 185, 87, 0.18);
  filter: blur(28px);
  transform: translateZ(-18px);
}

.mp-flow-cube__face {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mp-gold-light);
  border: 1px solid rgba(212, 175, 55, 0.28);
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.14), transparent 56%),
    linear-gradient(145deg, rgba(8, 26, 45, 0.92), rgba(2, 8, 20, 0.98));
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.mp-flow-cube__face--front {
  inset: 18px;
  z-index: 3;
  border-radius: 30px;
}

.mp-flow-cube__face--top {
  left: 35px;
  top: 2px;
  width: 76px;
  height: 38px;
  border-radius: 18px 18px 10px 10px;
  transform: skewX(-34deg);
  opacity: 0.75;
}

.mp-flow-cube__face--side {
  right: 3px;
  top: 35px;
  width: 38px;
  height: 76px;
  border-radius: 10px 18px 18px 10px;
  transform: skewY(-34deg);
  opacity: 0.64;
}

.mp-flow__line {
  position: absolute;
  z-index: 2;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(232, 199, 101, 0.52),
    rgba(127, 185, 87, 0.42),
    transparent
  );
  transform-origin: center;
  opacity: 0.72;
}

.mp-flow__line--one {
  left: 27%;
  top: 34%;
  width: 190px;
  transform: rotate(24deg);
}

.mp-flow__line--two {
  right: 27%;
  top: 34%;
  width: 190px;
  transform: rotate(-24deg);
}

.mp-flow__line--three {
  left: 27%;
  bottom: 34%;
  width: 190px;
  transform: rotate(-24deg);
}

.mp-flow__line--four {
  right: 27%;
  bottom: 34%;
  width: 190px;
  transform: rotate(24deg);
}

.mp-flow-step {
  position: absolute;
  z-index: 4;
  width: min(230px, 34%);
  min-height: 154px;
  overflow: hidden;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(212, 175, 55, 0.20);
  background:
    radial-gradient(circle at 92% 0%, rgba(95, 143, 62, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(8, 26, 45, 0.82), rgba(2, 8, 20, 0.92));
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.mp-flow-step::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(232, 199, 101, 0.50),
    transparent
  );
}

.mp-flow-step__number {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--mp-gold-light);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.2px;
}

.mp-flow-step h3 {
  margin-bottom: 8px;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.06;
}

.mp-flow-step p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13.6px;
  line-height: 1.55;
}

.mp-flow-step--one {
  left: 24px;
  top: 44px;
}

.mp-flow-step--two {
  right: 24px;
  top: 44px;
}

.mp-flow-step--three {
  left: 24px;
  bottom: 44px;
}

.mp-flow-step--four {
  right: 24px;
  bottom: 44px;
}

/* =========================================================
   8. Section 6: Why Buyers Work With Mintorian
   ========================================================= */

.mp-why {
  background:
    radial-gradient(circle at 18% 20%, rgba(212, 175, 55, 0.06), transparent 28%),
    linear-gradient(180deg, var(--mp-navy-950), var(--mp-navy-900));
}

.mp-why__head {
  max-width: 800px;
  margin-bottom: 28px;
}

.mp-why__head h2 {
  margin-bottom: 16px;
}

.mp-why__head p {
  max-width: 720px;
}

.mp-why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.mp-why-card {
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(212, 175, 55, 0.17);
  background: rgba(255, 255, 255, 0.045);
}

.mp-why-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--mp-gold-light);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.mp-why-card h3 {
  margin-bottom: 9px;
}

.mp-why-card p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.6;
}

.mp-why__note {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.20);
  background:
    radial-gradient(circle at 88% 0%, rgba(95, 143, 62, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.045);
}

.mp-why__note strong {
  color: var(--mp-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.12;
  font-weight: 600;
}

.mp-why__note p {
  max-width: 620px;
}

/* =========================================================
   9. Section 7: Final CTA
   ========================================================= */

.mp-final-cta {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 92px;
  padding-bottom: 92px;
  background:
    linear-gradient(135deg, var(--mp-navy-950), var(--mp-navy-900));
}

.mp-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--mp-final-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.88;
  transform: scale(1.02);
}

.mp-final-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(2, 8, 20, 0.78) 0%,
      rgba(2, 8, 20, 0.64) 34%,
      rgba(2, 8, 20, 0.38) 64%,
      rgba(2, 8, 20, 0.22) 100%
    ),
    linear-gradient(
      180deg,
      rgba(2, 8, 20, 0.10) 0%,
      rgba(2, 8, 20, 0.54) 100%
    );
}

.mp-final-cta .mp-container {
  position: relative;
  z-index: 2;
}

.mp-final-cta__content {
  max-width: 760px;
}

.mp-final-cta__content h2 {
  margin-bottom: 18px;
}

.mp-final-cta__content p {
  max-width: 690px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.78);
}

.mp-final-cta__content .mp-final-cta__helper {
  max-width: 620px;
  margin-top: 16px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13.5px;
  line-height: 1.55;
}

/* =========================================================
   10. Animations
   ========================================================= */

@keyframes mpCubeFloat {
  0%, 100% {
    transform: translateY(0) rotateX(0deg) rotateY(-8deg);
  }

  50% {
    transform: translateY(-12px) rotateX(4deg) rotateY(8deg);
  }
}

@keyframes mpOrbitSoft {
  from {
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(360deg);
  }
}

@keyframes mpOrbitSoftReverse {
  from {
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(360deg);
  }

  to {
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(0deg);
  }
}

/* =========================================================
   11. Responsive Rules
   ========================================================= */

@media (min-width: 700px) {
  .mp-solutions__grid,
  .mp-industries__grid,
  .mp-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-solution-card--featured {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .mp-what__grid {
    grid-template-columns: minmax(0, 1fr) minmax(440px, 0.98fr);
    gap: 52px;
  }

  .mp-what__media {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .mp-image-card {
    min-height: 390px;
  }

  .mp-what__media .mp-image-card:nth-child(2) {
    transform: translateY(34px);
  }
}

@media (min-width: 1024px) {
  .mp-solutions__head,
  .mp-why__head {
    margin-bottom: 34px;
  }

  .mp-solutions__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .mp-solution-card {
    min-height: 310px;
    padding: 24px;
  }

  .mp-solution-card--featured {
    grid-column: span 2;
    grid-row: auto;
    min-height: 310px;
    padding: 28px;
  }

  .mp-solution-card:nth-child(4),
  .mp-solution-card:nth-child(5) {
    grid-column: span 2;
    min-height: 270px;
  }

  .mp-solution-card--featured h3 {
    max-width: 430px;
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.02;
  }

  .mp-solution-card--featured p,
  .mp-solution-card:nth-child(4) p,
  .mp-solution-card:nth-child(5) p {
    max-width: 520px;
  }

  .mp-solution-card:nth-child(4) h3,
  .mp-solution-card:nth-child(5) h3 {
    max-width: 460px;
  }

  .mp-industries__layout {
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    gap: 46px;
  }

  .mp-industries__intro {
    position: sticky;
    top: 110px;
  }

  .mp-industries__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .mp-industries__cta,
  .mp-flow__cta {
    max-width: 430px;
  }

  .mp-industry-card {
    min-height: 220px;
  }

  .mp-flow__layout {
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    gap: 46px;
  }

  .mp-why__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .mp-why-card {
    min-height: 220px;
  }

  .mp-why__note {
    margin-top: 18px;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
    align-items: center;
  }
}

@media (max-width: 1023px) {
  .mp-flow__stage {
    min-height: 620px;
  }

  .mp-flow-step {
    width: min(240px, 36%);
  }
}

@media (max-width: 900px) {
  .mp-hero {
    min-height: 680px;
    padding-top: 78px;
  }

  .mp-hero__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(2, 8, 20, 0.88) 0%,
        rgba(2, 8, 20, 0.72) 58%,
        rgba(2, 8, 20, 0.38) 100%
      ),
      linear-gradient(
        180deg,
        rgba(2, 8, 20, 0.14) 0%,
        rgba(2, 8, 20, 0.44) 100%
      );
  }

  .mp-what__grid {
    gap: 30px;
  }

  .mp-image-card {
    min-height: 300px;
  }

  .mp-final-cta {
    min-height: 500px;
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .mp-final-cta::before {
    opacity: 0.88;
  }

  .mp-final-cta__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(2, 8, 20, 0.82) 0%,
        rgba(2, 8, 20, 0.66) 58%,
        rgba(2, 8, 20, 0.44) 100%
      ),
      linear-gradient(
        180deg,
        rgba(2, 8, 20, 0.14) 0%,
        rgba(2, 8, 20, 0.58) 100%
      );
  }
}

@media (max-width: 767px) {
  .mp-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mp-hero {
    min-height: 650px;
    padding: 82px 16px 44px;
  }

  .mp-hero__inner {
    gap: 28px;
    transform: none;
  }

  .mp-hero__content h1 {
    font-size: clamp(37px, 10.5vw, 44px);
    line-height: 1.05;
  }

  .mp-hero__content .mp-lead {
    max-width: 100%;
    font-size: 14.5px;
  }

  .mp-actions,
  .mp-btn {
    width: 100%;
  }

  .mp-hero-proof {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }

  .mp-hero-proof__item {
    min-height: auto;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 16px;
  }

  .mp-hero-proof__title {
    font-size: 14px;
    line-height: 1.25;
  }

  .mp-hero-proof__item p:not(.mp-hero-proof__title) {
    font-size: 12.8px;
    line-height: 1.48;
  }

  .mp-what {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  .mp-what__grid,
  .mp-flow__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mp-what__media {
    gap: 14px;
  }

  .mp-image-card {
    min-height: 250px;
  }

  .mp-image-card__content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .mp-image-card__content h3 {
    max-width: 240px;
    font-size: 24px;
  }

  .mp-image-card__content p {
    max-width: 240px;
    font-size: 13.8px;
  }

  .mp-solutions__head {
    margin-bottom: 24px;
  }

  .mp-solution-card,
  .mp-industry-card,
  .mp-why-card {
    min-height: auto;
  }

  .mp-solution-card {
    padding: 20px;
    gap: 22px;
  }

  .mp-solution-card--featured {
    min-height: auto;
  }

  .mp-solution-card--featured h3 {
    font-size: clamp(24px, 8vw, 30px);
  }

  .mp-industries__layout,
  .mp-industries__grid,
  .mp-why__grid {
    grid-template-columns: 1fr;
  }

  .mp-industries__intro {
    max-width: 100%;
  }

  .mp-industries__cta .mp-btn,
  .mp-flow__cta .mp-btn {
    width: 100%;
  }

  .mp-industry-card {
    padding: 20px;
  }

  .mp-industry-card__icon {
    margin-bottom: 28px;
  }

  .mp-flow__stage {
    min-height: auto;
    display: grid;
    gap: 14px;
    padding: 22px;
    border-radius: 26px;
  }

  .mp-flow__orbit,
  .mp-flow__line {
    display: none;
  }

  .mp-flow__core {
    position: relative;
    left: auto;
    top: auto;
    width: 116px;
    height: 116px;
    margin: 4px auto 8px;
    transform: none;
  }

  .mp-flow-cube {
    width: 116px;
    height: 116px;
  }

  .mp-flow-cube__face--front {
    inset: 15px;
    border-radius: 24px;
  }

  .mp-flow-cube__face--top {
    left: 28px;
    top: 1px;
    width: 62px;
    height: 31px;
  }

  .mp-flow-cube__face--side {
    right: 1px;
    top: 28px;
    width: 31px;
    height: 62px;
  }

  .mp-flow-step {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: auto;
    padding: 18px;
  }

  .mp-flow-step h3 {
    font-size: 23px;
  }

  .mp-flow-step p {
    font-size: 13.8px;
  }

  .mp-final-cta {
    min-height: auto;
    padding: 72px 16px;
  }

  .mp-final-cta::before {
    opacity: 0.88;
    background-position: center center;
  }

  .mp-final-cta__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(2, 8, 20, 0.84) 0%,
        rgba(2, 8, 20, 0.70) 62%,
        rgba(2, 8, 20, 0.52) 100%
      ),
      linear-gradient(
        180deg,
        rgba(2, 8, 20, 0.18) 0%,
        rgba(2, 8, 20, 0.66) 100%
      );
  }

  .mp-final-cta__content,
  .mp-final-cta__content p {
    max-width: 100%;
  }

  .mp-final-cta__content p {
    font-size: 14.5px;
  }

  .mp-final-cta__content .mp-final-cta__helper {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .mp-section {
    padding-top: 58px;
    padding-bottom: 62px;
  }
}

@media (max-width: 420px) {
  .mp-flow__stage {
    padding: 18px;
  }

  .mp-flow-step {
    padding: 17px;
  }

  .mp-flow-step h3 {
    font-size: 22px;
  }
}

/* =========================================================
   12. Motion Accessibility
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .mp-homepage *,
  .mp-homepage *::before,
  .mp-homepage *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .mp-hero__video {
    display: none;
  }

  .mp-flow-cube,
  .mp-flow__orbit {
    animation: none !important;
  }
}/* End custom CSS */