@charset "UTF-8";
.mmc-industry-single {
  --g: #7AB53D;
  --gd: #4A7C29;
  --gl: #B8DC78;
  --gll: #D4F0A0;
  --o: #F37121;
  --ol: #FF9445;
  --b: #1A6FD4;
  --bd: #0F4A9C;
  --ink: #0A1206;
  --ink2: #182010;
  --card: #FFFFFF;
  --bg: #F4F8EE;
  --bg2: #EAF2D8;
  --border: #D8EAB8;
  --t1: #3D7A1C;
  --t1bg: #EBF8D4;
  --t2: #0F5FA8;
  --t2bg: #E0EEFA;
  --t3: #C45A00;
  --t3bg: #FFF0E0;
  --shadow: 0 2px 8px rgba(10, 18, 6, 0.07), 0 8px 32px rgba(10, 18, 6, 0.08);
  --shadow-lg: 0 8px 40px rgba(10, 18, 6, 0.14), 0 2px 10px rgba(10, 18, 6, 0.08);
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.mmc-industry-single h1, .mmc-industry-single h2, .mmc-industry-single h3, .mmc-industry-single h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.mmc-industry-single img {
  max-width: 100%;
  display: block;
}
.mmc-industry-single .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: 0.25s;
  font-family: inherit;
  text-decoration: none;
}
.mmc-industry-single .btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(10, 18, 6, 0.16);
}
.mmc-industry-single .btn-ghost:hover {
  background: var(--ink);
  color: #fff;
}
.mmc-industry-single .btn-ghost.is-on-dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.mmc-industry-single .btn-primary {
  background: var(--o);
  color: #fff;
  box-shadow: 0 4px 14px rgba(243, 113, 33, 0.32);
}
.mmc-industry-single .btn-primary:hover {
  background: var(--ol);
  transform: translateY(-1px);
  color: #fff;
}
.mmc-industry-single .btn-lg {
  padding: 15px 26px;
  font-size: 15.5px;
}
.mmc-industry-single .hero {
  position: relative;
  background: var(--ink);
  color: #fff;
  padding: 120px 32px 100px;
  overflow: hidden;
}
.mmc-industry-single .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(122, 181, 61, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(122, 181, 61, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  animation: mmc-is-drift 18s linear infinite;
}
.mmc-industry-single .hero::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 181, 61, 0.18), transparent 70%);
  top: -200px;
  right: -150px;
  animation: mmc-is-float 9s ease-in-out infinite;
}
.mmc-industry-single .hero-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.mmc-industry-single .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.02);
}
.mmc-industry-single .hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 18, 6, 0.55) 0%, rgba(10, 18, 6, 0.72) 100%);
  z-index: 1;
}
.mmc-industry-single .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}
.mmc-industry-single .orb-1 {
  width: 380px;
  height: 380px;
  background: rgba(26, 111, 212, 0.16);
  top: 60%;
  left: -100px;
  animation: mmc-is-float 11s ease-in-out infinite;
}
.mmc-industry-single .orb-2 {
  width: 420px;
  height: 420px;
  background: rgba(243, 113, 33, 0.12);
  bottom: -180px;
  right: -80px;
  animation: mmc-is-float 13s ease-in-out infinite reverse;
}
.mmc-industry-single .hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
.mmc-industry-single .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 100px;
  background: rgba(122, 181, 61, 0.12);
  border: 1px solid rgba(122, 181, 61, 0.3);
  color: var(--gl);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 28px;
}
.mmc-industry-single .pill .pd {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--g);
  box-shadow: 0 0 0 0 rgba(122, 181, 61, 0.6);
  animation: mmc-is-pd 1.6s ease-in-out infinite;
}
.mmc-industry-single .hero h1 {
  font-size: clamp(40px, 6vw, 76px);
  color: #fff;
  margin-bottom: 22px;
}
.mmc-industry-single .hero h2 {
  color: #fff;
}
.mmc-industry-single .grad {
  background: linear-gradient(135deg, var(--g), var(--gl));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mmc-industry-single .hero-sub {
  font-size: clamp(16px, 1.6vw, 20px);
  color: rgba(255, 255, 255, 0.7);
  max-width: 780px;
  margin: 0 auto 36px;
  font-weight: 300;
}
.mmc-industry-single .hero-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.mmc-industry-single .statstrip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
  max-width: 980px;
  margin: -50px auto 0;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.04);
}
.mmc-industry-single .statstrip .s {
  padding: 22px 18px;
  text-align: center;
  background: rgba(10, 18, 6, 0.35);
}
.mmc-industry-single .statstrip .n {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 34px;
  color: var(--gl);
  line-height: 1;
  margin-bottom: 6px;
}
.mmc-industry-single .statstrip .l {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.mmc-industry-single .section {
  padding: 110px 32px;
  position: relative;
}
.mmc-industry-single .section.light {
  background: var(--bg);
}
.mmc-industry-single .section.dark {
  background: var(--ink);
  color: #fff;
}
.mmc-industry-single .section.dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(122, 181, 61, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(122, 181, 61, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.6;
}
.mmc-industry-single .section.dark .container {
  position: relative;
  z-index: 2;
}
.mmc-industry-single .section.dark .section-title {
  color: #fff;
}
.mmc-industry-single .section.dark .eyebrow {
  color: var(--gl);
}
.mmc-industry-single .container {
  max-width: 1240px;
  margin: 0 auto;
}
.mmc-industry-single .is-section-head {
  margin-bottom: 60px;
}
.mmc-industry-single .is-section-head.is-center {
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.mmc-industry-single .is-section-head.is-center .section-sub {
  margin-left: auto;
  margin-right: auto;
}
.mmc-industry-single .eyebrow {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--gd);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
}
.mmc-industry-single .section-title {
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 18px;
  color: var(--ink);
}
.mmc-industry-single .section-sub {
  font-size: 17px;
  color: rgba(10, 18, 6, 0.65);
  max-width: 680px;
  margin-bottom: 0;
  font-weight: 300;
}
.mmc-industry-single .section.dark .section-sub {
  color: rgba(255, 255, 255, 0.65);
}
.mmc-industry-single .tier {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.mmc-industry-single .tier.is-green {
  background: linear-gradient(90deg, var(--g), var(--gl));
}
.mmc-industry-single .tier.is-blue {
  background: linear-gradient(90deg, var(--b), #90BCEC);
}
.mmc-industry-single .tier.is-orange {
  background: linear-gradient(90deg, var(--o), #FFB070);
}
.mmc-industry-single .feature-grid,
.mmc-industry-single .feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.mmc-industry-single .feature-grid.is-cols-4,
.mmc-industry-single .feat-grid.is-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.mmc-industry-single .feature-grid.is-mt,
.mmc-industry-single .feat-grid.is-mt {
  margin-top: 40px;
}
.mmc-industry-single .feat {
  position: relative;
  background: var(--card);
  border-radius: 18px;
  padding: 32px 28px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: 0.35s;
  overflow: hidden;
}
.mmc-industry-single .feat::before, .mmc-industry-single .feat::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 1px solid var(--border);
  transition: 0.35s;
  pointer-events: none;
  z-index: -1;
}
.mmc-industry-single .feat::before {
  transform: translate(6px, 8px);
  opacity: 0.5;
  background: var(--card);
}
.mmc-industry-single .feat::after {
  transform: translate(12px, 16px);
  opacity: 0.25;
  background: var(--card);
}
.mmc-industry-single .feat:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(122, 181, 61, 0.18);
}
.mmc-industry-single .feat .is-icon {
  display: block;
  margin-bottom: 16px;
}
.mmc-industry-single .feat .is-icon--mod {
  margin-bottom: 12px;
}
.mmc-industry-single .feat .is-icon--split {
  margin-bottom: 14px;
}
.mmc-industry-single .feat .is-icon--suite {
  margin-bottom: 12px;
}
.mmc-industry-single .feat .is-icon--bundle {
  margin-bottom: 14px;
}
.mmc-industry-single .feat .is-icon--pitch {
  margin: 0 auto 16px;
}
.mmc-industry-single .feat .is-icon--row {
  margin-bottom: 0;
}
.mmc-industry-single .feat img.is-icon,
.mmc-industry-single .feat img.is-icon--mod {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.mmc-industry-single .feat img.is-icon--split,
.mmc-industry-single .feat img.is-icon--bundle,
.mmc-industry-single .feat img.is-icon--row {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.mmc-industry-single .feat img.is-icon--suite {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.mmc-industry-single .feat img.is-icon--pitch {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.mmc-industry-single .feat img.is-icon:not([class*=is-icon--]) {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.mmc-industry-single .feat .feat .is-icon {
  margin-bottom: 16px;
}
.mmc-industry-single .feat h3 {
  font-size: 19px;
  color: #000000;
  margin-bottom: 10px;
}
.mmc-industry-single .feat p {
  font-size: 14px;
  color: rgba(10, 18, 6, 0.65);
  margin: 0;
}
.mmc-industry-single .modules {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.mmc-industry-single .mod {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 24px;
  backdrop-filter: blur(20px);
  transition: 0.3s;
}
.mmc-industry-single .mod:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-4px);
}
.mmc-industry-single .mod .is-icon {
  margin-bottom: 12px;
  display: block;
}
.mmc-industry-single .mod h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}
.mmc-industry-single .mod p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  margin: 0;
}
.mmc-industry-single .proofband {
  background: linear-gradient(135deg, var(--bg2), var(--bg));
  padding: 50px;
  border-radius: 18px;
  border: 1px solid var(--border);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.mmc-industry-single .proofband .n {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: var(--b);
  line-height: 1;
}
.mmc-industry-single .proofband .l {
  font-size: 12.5px;
  color: var(--ink2);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 6px;
}
.mmc-industry-single .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 30px;
}
.mmc-industry-single .split-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 32px;
  box-shadow: var(--shadow);
  transition: 0.35s;
  position: relative;
  overflow: hidden;
}
.mmc-industry-single .split-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.mmc-industry-single .split-card .is-icon {
  margin-bottom: 14px;
  display: block;
}
.mmc-industry-single .split-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.mmc-industry-single .split-card p {
  font-size: 14px;
  color: rgba(10, 18, 6, 0.65);
  margin-bottom: 18px;
}
.mmc-industry-single .split-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--ink2);
}
.mmc-industry-single .split-card li {
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mmc-industry-single .split-card li::before {
  content: "→";
  color: var(--g);
  font-weight: 700;
}
.mmc-industry-single .badges {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.mmc-industry-single .badges .badge {
  padding: 14px 22px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 10px;
}
.mmc-industry-single .badges .badge::before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--g);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
}
.mmc-industry-single .codebox {
  background: #0d1808;
  border: 1px solid rgba(122, 181, 61, 0.2);
  border-radius: 14px;
  padding: 24px;
  font-family: "Courier New", monospace;
  font-size: 13.5px;
  color: #a8d888;
  max-width: 780px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
  overflow-x: auto;
}
.mmc-industry-single .codebox pre,
.mmc-industry-single .codebox code {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: inherit;
}
.mmc-industry-single .codebox p:last-child,
.mmc-industry-single .codebox pre:last-child {
  margin-bottom: 0;
}
.mmc-industry-single .codebox p:first-child,
.mmc-industry-single .codebox pre:first-child {
  margin-top: 0;
}
.mmc-industry-single .timeline {
  max-width: 720px;
  margin: 0 auto;
  border-left: 2px solid var(--border);
  padding-left: 28px;
}
.mmc-industry-single .tl-item {
  position: relative;
  margin-bottom: 32px;
}
.mmc-industry-single .tl-item::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--g);
  border: 3px solid var(--bg);
}
.mmc-industry-single .tl-item .tl-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--gd);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.mmc-industry-single .tl-item h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.mmc-industry-single .tl-item p {
  font-size: 14px;
  color: rgba(10, 18, 6, 0.65);
  margin: 0;
}
.mmc-industry-single .portfolio {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  box-shadow: var(--shadow-lg);
  max-width: 680px;
  margin: 0 auto;
}
.mmc-industry-single .portfolio__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.mmc-industry-single .portfolio__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.mmc-industry-single .portfolio__live {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--g);
  font-weight: 600;
}
.mmc-industry-single .portfolio__live span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--g);
  display: inline-block;
}
.mmc-industry-single .portfolio-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px dashed var(--border);
}
.mmc-industry-single .portfolio-row:last-child {
  border-bottom: none;
}
.mmc-industry-single .portfolio-row .name {
  font-weight: 600;
  font-size: 14px;
}
.mmc-industry-single .portfolio-row .meta {
  font-size: 12px;
  color: var(--ink2);
  margin-top: 3px;
}
.mmc-industry-single .portfolio-row .badge {
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.mmc-industry-single .portfolio-row .badge.ok {
  background: var(--t1bg);
  color: var(--t1);
}
.mmc-industry-single .portfolio-row .badge.warn {
  background: var(--t3bg);
  color: var(--t3);
}
.mmc-industry-single .portfolio-row .badge.cold {
  background: var(--t2bg);
  color: var(--t2);
}
.mmc-industry-single .leaderboard {
  max-width: 820px;
  margin: 0 auto;
}
.mmc-industry-single .lb-row {
  display: grid;
  grid-template-columns: 40px 1fr 120px 60px;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed var(--border);
}
.mmc-industry-single .lb-row:last-child {
  border-bottom: none;
}
.mmc-industry-single .lb-row .rank {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: var(--gd);
}
.mmc-industry-single .lb-row .rank.g {
  color: var(--g);
}
.mmc-industry-single .lb-row .rank.o {
  color: var(--o);
}
.mmc-industry-single .lb-row .rank.b {
  color: var(--b);
}
.mmc-industry-single .lb-row .name {
  font-weight: 600;
  font-size: 14px;
}
.mmc-industry-single .lb-row .meta {
  font-size: 12px;
  color: var(--ink2);
  margin-top: 3px;
}
.mmc-industry-single .lb-row .bar {
  height: 8px;
  background: var(--bg2);
  border-radius: 4px;
  overflow: hidden;
}
.mmc-industry-single .lb-row .bar > div {
  height: 100%;
  border-radius: 4px;
}
.mmc-industry-single .lb-row .bar > div.is-bar-green {
  background: linear-gradient(90deg, var(--g), var(--gl));
}
.mmc-industry-single .lb-row .bar > div.is-bar-orange {
  background: linear-gradient(90deg, var(--o), #FFB070);
}
.mmc-industry-single .lb-row .bar > div.is-bar-blue {
  background: linear-gradient(90deg, var(--b), #90BCEC);
}
.mmc-industry-single .lb-row .val {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  text-align: right;
}
.mmc-industry-single .testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.mmc-industry-single .tm {
  background: var(--card);
  border-radius: 18px;
  padding: 28px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  position: relative;
}
.mmc-industry-single .tm::before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 60px;
  color: var(--g);
  opacity: 0.2;
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 1;
}
.mmc-industry-single .tm .quote {
  font-size: 15px;
  color: var(--ink);
  margin-bottom: 20px;
  line-height: 1.55;
}
.mmc-industry-single .tm-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px dashed var(--border);
  padding-top: 16px;
}
.mmc-industry-single .tm-author img.is-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.mmc-industry-single .tm-author .name {
  font-weight: 600;
  font-size: 14px;
}
.mmc-industry-single .tm-author .role {
  font-size: 12.5px;
  color: var(--ink2);
}
.mmc-industry-single .roi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.mmc-industry-single .roi-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
.mmc-industry-single .roi-stat {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px;
}
.mmc-industry-single .roi-stat__value {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1;
}
.mmc-industry-single .roi-stat__value.is-green {
  color: var(--g);
}
.mmc-industry-single .roi-stat__value.is-orange {
  color: var(--o);
}
.mmc-industry-single .roi-stat__value.is-blue {
  color: var(--b);
}
.mmc-industry-single .roi-stat__value.is-dark {
  color: var(--gd);
}
.mmc-industry-single .roi-stat__label {
  font-size: 13.5px;
  color: var(--ink2);
  margin-top: 6px;
}
.mmc-industry-single .roi-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 32px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.mmc-industry-single .roi-card::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 181, 61, 0.15), transparent 70%);
  top: -100px;
  right: -100px;
}
.mmc-industry-single .roi-card__header {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--gd);
  margin-bottom: 18px;
  position: relative;
}
.mmc-industry-single .roi-panel {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 12px;
  border: 1px solid var(--border);
  position: relative;
}
.mmc-industry-single .roi-panel__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--ink2);
}
.mmc-industry-single .roi-panel__row strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--g);
}
.mmc-industry-single .roi-panel__bar {
  height: 6px;
  background: var(--bg2);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 8px;
}
.mmc-industry-single .roi-panel__bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--g), var(--gl));
}
.mmc-industry-single .roi-panel__alert {
  font-size: 13px;
  font-weight: 700;
  color: var(--t3);
}
.mmc-industry-single .bundle {
  background: linear-gradient(135deg, var(--bg2), var(--bg));
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 50px;
  margin-bottom: 60px;
  position: relative;
  overflow: visible;
}
.mmc-industry-single .bundle::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 181, 61, 0.15), transparent 70%);
  top: -100px;
  right: -100px;
  pointer-events: none;
}
.mmc-industry-single .bundle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
.mmc-industry-single .bundle-card {
  position: relative;
  background: var(--card);
  border-radius: 14px;
  padding: 24px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: 0.35s;
  text-align: center;
}
.mmc-industry-single .bundle-card.is-highlighted {
  border-color: var(--g);
  background: #fff;
  box-shadow: var(--shadow);
}
.mmc-industry-single .bundle-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--g);
  color: #fff;
  padding: 4px 14px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-transform: uppercase;
}
.mmc-industry-single .bundle-card .is-icon,
.mmc-industry-single .bundle-card img.is-icon--bundle {
  display: block;
  margin: 0 auto 12px;
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.mmc-industry-single .bundle-card h4 {
  font-size: 16px;
  margin-bottom: 6px;
}
.mmc-industry-single .bundle-card p {
  font-size: 13px;
  color: var(--ink2);
  margin: 0;
}
.mmc-industry-single .bundle-card__value {
  margin-top: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.1;
}
.mmc-industry-single .bundle-card__value.is-green {
  color: var(--g);
}
.mmc-industry-single .bundle-card__value.is-orange {
  color: var(--o);
}
.mmc-industry-single .feat-grid.is-mt {
  margin-top: 0;
}
.mmc-industry-single .wl-pitch {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 48px 40px;
  box-shadow: var(--shadow);
}
.mmc-industry-single .wl-pitch .wl-pitch .is-icon--pitch {
  margin-bottom: 16px;
}
.mmc-industry-single .wl-pitch h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.mmc-industry-single .wl-pitch p {
  font-size: 15px;
  color: rgba(10, 18, 6, 0.65);
  margin-bottom: 20px;
}
.mmc-industry-single .arpucard {
  max-width: 560px;
  margin: 0 auto;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 40px;
  box-shadow: var(--shadow-lg);
  text-align: center;
}
.mmc-industry-single .arpucard__label {
  font-size: 13px;
  font-weight: 700;
  color: var(--gd);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.mmc-industry-single .arpucard__stat {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 56px;
  color: var(--g);
  line-height: 1;
  margin-bottom: 8px;
}
.mmc-industry-single .arpucard__subtitle {
  font-size: 15px;
  color: rgba(10, 18, 6, 0.65);
  margin-bottom: 24px;
}
.mmc-industry-single .arpucard__subs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border-top: 1px dashed var(--border);
  padding-top: 24px;
}
.mmc-industry-single .arpucard__sub-value {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: var(--ink);
}
.mmc-industry-single .arpucard__sub-label {
  font-size: 12px;
  color: var(--ink2);
  margin-top: 4px;
}
.mmc-industry-single .feat-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.mmc-industry-single .feat-row .feat {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 28px 26px;
  overflow: visible;
}
.mmc-industry-single .feat-row .feat::before, .mmc-industry-single .feat-row .feat::after {
  display: none;
}
.mmc-industry-single .feat-row .feat:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(122, 181, 61, 0.16);
}
.mmc-industry-single .feat-row .feat h3 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 8px;
}
.mmc-industry-single .feat-row .feat p {
  font-size: 14.5px;
  line-height: 1.55;
}
.mmc-industry-single .feat-row .feat .is-icon,
.mmc-industry-single .feat-row .feat img.is-icon--row {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  object-fit: contain;
}
.mmc-industry-single .suite {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.mmc-industry-single .sc {
  position: relative;
  background: var(--card);
  border-radius: 16px;
  padding: 26px 22px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: 0.35s;
  overflow: hidden;
}
.mmc-industry-single .sc::before, .mmc-industry-single .sc::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 1px solid var(--border);
  transition: 0.35s;
  pointer-events: none;
  z-index: -1;
}
.mmc-industry-single .sc::before {
  transform: translate(5px, 7px);
  opacity: 0.5;
  background: var(--card);
}
.mmc-industry-single .sc::after {
  transform: translate(10px, 14px);
  opacity: 0.25;
  background: var(--card);
}
.mmc-industry-single .sc:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(26, 111, 212, 0.18);
}
.mmc-industry-single .sc .is-icon {
  margin-bottom: 12px;
  display: block;
}
.mmc-industry-single .sc h4 {
  font-size: 16px;
  margin-bottom: 8px;
}
.mmc-industry-single .sc p {
  font-size: 13px;
  color: rgba(10, 18, 6, 0.65);
  margin: 0;
}
.mmc-industry-single .sc.t2 .tier.is-blue, .mmc-industry-single .sc.t2 .tier {
  background: linear-gradient(90deg, var(--b), #90BCEC);
}
.mmc-industry-single .sc.t3 .tier.is-orange, .mmc-industry-single .sc.t3 .tier {
  background: linear-gradient(90deg, var(--o), #FFB070);
}
.mmc-industry-single .apibar {
  background: var(--ink2);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  border-top: 1px solid rgba(122, 181, 61, 0.15);
  border-bottom: 1px solid rgba(122, 181, 61, 0.15);
}
.mmc-industry-single .apibar-text {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
.mmc-industry-single .tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.mmc-industry-single .tag {
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(122, 181, 61, 0.12);
  border: 1px solid rgba(122, 181, 61, 0.3);
  color: var(--gl);
  font-size: 12.5px;
  font-weight: 600;
}
.mmc-industry-single .finalcta {
  background: var(--ink);
  color: #fff;
  padding: 130px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mmc-industry-single .finalcta::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 181, 61, 0.18), transparent 70%);
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
}
.mmc-industry-single .finalcta .container {
  position: relative;
}
.mmc-industry-single .finalcta h2 {
  font-size: clamp(36px, 5vw, 56px);
  color: #fff;
  margin-bottom: 18px;
}
.mmc-industry-single .finalcta__subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 640px;
  margin: 20px auto 0;
}
.mmc-industry-single .finalcta--simple .hero-ctas {
  margin-bottom: 0;
}
.mmc-industry-single .checks {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  margin: 40px 0 50px;
  position: relative;
}
.mmc-industry-single .check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.85);
}
.mmc-industry-single .check::before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--g);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
}
.mmc-industry-single .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.mmc-industry-single .reveal.in {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 960px) {
  .mmc-industry-single .feature-grid,
  .mmc-industry-single .feat-grid,
  .mmc-industry-single .modules,
  .mmc-industry-single .suite {
    grid-template-columns: 1fr 1fr;
  }
  .mmc-industry-single .feat-row {
    grid-template-columns: 1fr;
  }
  .mmc-industry-single .split,
  .mmc-industry-single .roi,
  .mmc-industry-single .testimonials {
    grid-template-columns: 1fr;
  }
  .mmc-industry-single .bundle-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mmc-industry-single .bundle {
    padding: 32px 24px;
  }
  .mmc-industry-single .proofband {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .mmc-industry-single .statstrip {
    grid-template-columns: 1fr 1fr;
  }
  .mmc-industry-single .hero,
  .mmc-industry-single .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mmc-industry-single .lb-row {
    grid-template-columns: 32px 1fr 60px;
  }
  .mmc-industry-single .lb-row .bar {
    display: none;
  }
  .mmc-industry-single .arpucard__subs {
    grid-template-columns: 1fr;
  }
}

@keyframes mmc-is-drift {
  to {
    background-position: 44px 44px;
  }
}
@keyframes mmc-is-float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.05);
  }
}
@keyframes mmc-is-pd {
  50% {
    box-shadow: 0 0 0 8px rgba(122, 181, 61, 0);
  }
}

/*# sourceMappingURL=industry-single.css.map */
