/**
 * Mobile Money Agent landing page styles.
 * Loaded only on /mobile-money-agent — do not put Sales Book styles here.
 * Add all future MMA landing-page styles to this file only.
 */

/* Header — Chat on WhatsApp (right CTA) */

@media (min-width: 1400px) {
  .container:not(.max-w-1548px), .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1350px;
  }
  .mma-staff-portal__content{ margin-top: -20px;}
}

.btn-secondary-hover-white:hover, .btn-secondary-hover-white:focus, .btn-secondary-hover-white:active {
	background-color: #fff !important;
	border-color: #fff !important;color: #36c !important;
}

.max-w-560{ max-width: 560px;}
.max-w-1240px{ max-width: 1240px;}
.font-64px{ font-size: 64px;}
.font-54px{ font-size: 54px;}
.font-52px{ font-size: 52px;}
.font-48px{ font-size: 48px;}
.font-44px{ font-size: 44px;}
.font-38px{ font-size: 38px;}
.font-34px{ font-size: 34px;}
.font-30px{ font-size: 30px;}
.font-28px{ font-size: 28px;}
.font-24px{ font-size: 24px;}
.font-22px{ font-size: 22px;}
.font-20px{ font-size: 20px;}
.font-18px{ font-size: 18px;}
.font-16px{ font-size: 16px;}
.sales-book-page .mma-header-whatsapp {
  border: 1px solid #313131 !important;
  color: #313131 !important;
  background-color: #fff !important;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sales-book-page .mma-header-whatsapp:hover,
.sales-book-page .mma-header-whatsapp:focus {
  border-color: #38B000 !important;
  color: #313131 !important;
  background-color: #f0faeb !important;
  box-shadow: none;
}

.sales-book-page .mma-header-whatsapp__icon {
  flex-shrink: 0;
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* Header ≤1199px: logo left, Login right + dropdown fully visible */
@media (max-width: 1199.98px) {
  .sales-book-page.app-header,
  .sales-book-page .header_second,
  .sales-book-page .app-header-row,
  .sales-book-page .sales-book-header-brand,
  .sales-book-page .sales-book-header-xs,
  .sales-book-page .sales-book-header-xs > .headerRight,
  .sales-book-page .sales-book-header-xs > .headerRight > .d-flex {
    overflow: visible !important;
  }

  .sales-book-page .sales-book-header-xs {
    justify-content: space-between !important;
    align-items: center;
    position: relative;
  }

  .sales-book-page .sales-book-header-xs .sales-book-header-brand-inner {
    justify-content: flex-start !important;
    width: auto !important;
    flex: 0 1 auto;
    min-width: 0;
  }

  .sales-book-page .sales-book-header-xs > .headerRight {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    pointer-events: auto !important;
    margin-left: auto;
    justify-content: flex-end !important;
    flex: 0 0 auto;
  }

  .sales-book-page .sales-book-header-xs > .headerRight > .d-flex {
    margin-left: 0 !important;
    justify-content: flex-end;
    position: relative;
  }

  .sales-book-page .sales-book-header-xs .login-dropdown.on-mobile {
    position: static;
    pointer-events: auto;
    z-index: 1000;
  }

  .sales-book-page .sales-book-header-xs .login-dropdown.on-mobile .login-dropdown-toggle {
    margin-right: 0 !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  /* Click-only open/close on mobile — hover was keeping it open */
  .sales-book-page .sales-book-header-xs .login-dropdown.on-mobile:hover .login-dropdown-menu {
    display: none !important;
  }

  .sales-book-page .sales-book-header-xs .login-dropdown.on-mobile.is-open .login-dropdown-menu,
  .sales-book-page .sales-book-header-xs .login-dropdown.on-mobile.is-open:hover .login-dropdown-menu {
    display: block !important;
    position: fixed !important;
    top: 56px !important;
    right: 12px !important;
    left: auto !important;
    inset: 56px 12px auto auto !important;
    width: calc(100vw - 24px) !important;
    max-width: 320px !important;
    min-width: 260px !important;
    z-index: 1000001 !important;
    margin: 0 !important;
    transform: none !important;
  }
}

/* Hero */


.mma-hero .mma-hero__desc {
  max-width: 640px;
}

.mma-hero .mma-hero__chat-btn {
  border-radius: 100px;
  border: 2px solid #fff;
  background-color: #fff;
  color: #3366cc;
  padding: 20px 24px;
}

.mma-hero .mma-hero__chat-btn:hover,
.mma-hero .mma-hero__chat-btn:focus {
  background-color: #fff;
  border-color: #fff;
  color: #3366cc;
}

.mma-hero .mma-hero__verify-icon {
  line-height: 0;
}

.mma-hero .mma-hero__verify-icon svg {
  display: block;
}

.mma-hero .mma-hero__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Keep hero image visible below 1200px (shared utility hides it ≤991) */
@media (max-width: 1199.98px) {
  .mma-hero .row {
    align-items: center;
  }

  .mma-hero .max-width-991-d-none {
    display: block !important;
    max-width: 50%;
    flex: 0 0 50%;
    width: 50%;
    padding-top: 40px;
  }

  .mma-hero .row > [class*="col-"]:first-child {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  .mma-hero .mma-hero__image {
    max-width: 100% !important;
    height: auto !important;
  }

  .mma-hero .mma-hero__note {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .mma-hero .row > [class*="col-"]:first-child,
  .mma-hero .max-width-991-d-none {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .mma-hero .max-width-991-d-none {
    display: block !important;
    padding-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .mma-hero .mma-hero__image {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .mma-hero .sales-book-banner-btns {
    flex-wrap: wrap;
    gap: 4px !important;
    row-gap: 4px !important;
  }

  .mma-hero .sales-book-banner-btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }

  .mma-hero .mma-hero__chat-btn.mt-mobile {
    margin-top: 0 !important;
  }

  .mma-hero .pt-60px {
    padding-top: 32px !important;
  }

  .mma-hero .pt-xl-5 {
    padding-top: 0 !important;
  }

  .mma-hero .mma-hero__title,
  .mma-hero .font-64px {
    font-size: 26px !important;
  }
}

/* CTA above footer */
.mma-cta-card .mma-cta__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 28px;
  max-width: 1100px;
}

.mma-cta-card .mma-cta__feature {
  color: #fff;
}

.mma-cta-card .mma-cta__tick {
  line-height: 0;
}

.mma-cta-card .mma-cta__tick svg {
  display: block;
}

.mma-cta-card .sales-book-cta-btn {
  height: 75px;
  min-height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mma-cta-card .mma-cta__whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mma-cta-card .mma-cta__whatsapp-btn svg {
  flex-shrink: 0;
  display: block;
}

.mma-cta-card .mma-cta__whatsapp-btn:hover svg path,
.mma-cta-card .mma-cta__whatsapp-btn:focus svg path {
  fill: #fff;
}

.mma-cta-card .mma-cta__subtext {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}


@media (min-width:1600px) {
.mma-hero.upgrade-banner-shop{ padding-bottom: 0;}
}



@media (max-width: 1610px) {
  .banner-img.mma-hero.upgrade-banner-shop {
    background-size: cover;
    
  }
}

@media (max-width: 767.98px) {
  .mma-cta-card .mma-cta__features {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-width: 360px;
  }
}

/* Problem section (after hero) */
.mma-problem {
  padding-bottom: 80px;
}

.mma-problem__panel {
  position: relative;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 40px 30px 0;
  overflow: visible;
}

/* Pink bg covers ~90% of card height; bottom ~10% hangs onto the page */
.mma-problem__panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 190px;
  background: #FFF5F5;
  border: 1px solid #FFDBDE;
  border-radius: 30px;
  z-index: 0;
  pointer-events: none;
}

.mma-problem__panel > * {
  position: relative;
  z-index: 1;
}

.mma-problem__title {
  color: #FF0012;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.mma-problem__intro {
  color: #313131;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.mma-problem__list-box {
  max-width: 786px;
  background: #fff;
  border: 2px solid #FF0012;
  border-radius: 15px;
  overflow: hidden;
}

.mma-problem__list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 48px;
  padding: 30px 40px 30px;
}

.mma-problem__list {
  list-style: none;
}

.mma-problem__list-item {
  color: #313131;
  margin-bottom: 19px;
}

.mma-problem__list-item:last-child {
  margin-bottom: 0;
}

.mma-problem__alert-icon,
.mma-problem__timer-icon {
  line-height: 0;
}

.mma-problem__alert-icon img,
.mma-problem__timer-icon img {
  display: block;
}

.mma-problem__list-footer {
  background: #FFF2F2;
  padding: 14px 20px;
  color: #313131;
}

.mma-problem__trust {
  color: #313131;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.mma-problem__cards {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 0;
}

.mma-problem__card-slide {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}

.mma-problem__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 2px solid #FFDBDE; border-bottom-width:5px ;
  border-radius: 15px;
  box-shadow: none;
  padding: 22px 15px 20px;
  text-align: center;
}

.mma-problem__cards.slick-initialized {
  display: block;
  padding-bottom: 48px;
}

.mma-problem__cards.slick-initialized .slick-track {
  display: flex !important;
  align-items: stretch;
}

.mma-problem__cards.slick-initialized .slick-slide {
  height: auto;
}

.mma-problem__cards.slick-initialized .mma-problem__card-slide {
  padding: 0 8px;
  height: auto;
}

.mma-problem__cards.slick-initialized .mma-problem__card {
  height: 100%;
}

.mma-problem__cards .mma-problem__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
}

.mma-problem__cards .mma-problem__arrow.slick-prev {
  left: -8px;
}

.mma-problem__cards .mma-problem__arrow.slick-next {
  right: -8px;
}

.mma-problem__cards .mma-problem__arrow::before {
  display: none;
}

.mma-problem__cards .mma-problem__arrow svg {
  display: block;
}

.mma-problem__cards .slick-dots {
  bottom: 0;
}

.mma-problem__cards .slick-dots li button:before {
  color: #EF626C;
  opacity: 0.35;
  font-size: 10px;
}

.mma-problem__cards .slick-dots li.slick-active button:before {
  color: #EF626C;
  opacity: 1;
}

.mma-problem__card-icon {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background: #ef626c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.mma-problem__card-icon--asset {
  background: transparent;
  padding: 0;
}

.mma-problem__card-icon--asset img {
  display: block;
  width: 71px;
  height: 71px;
  object-fit: contain;
}

.mma-problem__card-title {
  color: #ef626c;
  margin-left: auto;
  margin-right: auto;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mma-problem__card-divider {
  display: block;
  margin: 0 auto 12px;
  line-height: 0;
}

.mma-problem__card-divider svg {
  display: block;
  margin: 0 auto;
}

.mma-problem__card-text {
  color: #313131;
}

@media (max-width: 1705px) {
  .mma-problem__title{ max-width: 820px;}
  .font-22 {
	font-size: 20px !important;
}
}

@media (max-width: 1199.98px) {
  .mma-problem {
    padding-bottom: 36px;
  }

  .mma-problem__panel::before {
    bottom: 100px;
  }

  .mma-problem__cards.slick-initialized {
    padding-bottom: 28px;
  }

  .mma-problem__cards.slick-initialized .mma-problem__card-slide {
    padding: 0 6px;
  }

  .mma-problem__card {
    padding: 16px 12px 14px;
  }

  .mma-problem__card-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
  }

  .mma-problem__card-icon--asset img {
    width: 56px;
    height: 56px;
  }

  .mma-problem__card-title {
    min-height: 48px;
    font-size: 18px !important;
  }

  .mma-problem__card-text {
    font-size: 16px !important;
  }

  .mma-problem__cards:not(.slick-initialized) {
    flex-wrap: wrap;
  }

  .mma-problem__cards:not(.slick-initialized) .mma-problem__card-slide {
    flex: 1 1 calc(33.333% - 8px);
  }
}

@media (max-width: 991.98px) {
  .mma-problem {
    padding-bottom: 40px;
  }

  .mma-problem__panel {
    padding: 40px 20px 0;
  }

  .mma-problem__panel::before {
    bottom: 28px;
  }

  .mma-problem__cards {
    margin-bottom: 0;
  }

  .mma-problem__card-title {
    min-height: 0;
  }

  .mma-problem__list-grid {
    gap: 10px 24px;
    padding: 22px 20px 18px;
  }
}

@media (max-width: 767.98px) {
  .mma-problem {
    padding-bottom: 4px;
  }

  .mma-problem__panel {
    padding: 36px 16px 0;
  }

  .mma-problem__panel::before {
    bottom: 24px;
    border-radius: 24px;
  }

  .mma-problem__cards.slick-initialized {
    padding-bottom: 28px;
  }

  .mma-problem__cards:not(.slick-initialized) .mma-problem__card-slide {
    flex: 1 1 100%;
  }

  .mma-problem__list-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 16px 14px 14px;
  }

  .mma-problem__list-item {
    gap: 6px !important;
    margin-bottom: 8px;
  }

  .mma-problem__list:last-child .mma-problem__list-item:last-child {
    margin-bottom: 0;
  }

  .mma-problem__alert-icon img {
    width: 18px;
    height: 18px;
  }

  .mma-problem__timer-icon img {
    width: 32px;
    height: 32px;
  }

  .mma-problem__list-footer {
    flex-direction: column;
  }

  .mma-problem__card-title {
    max-width: none;
  }
}

/* Control book section */
.mma-control {
  background: linear-gradient(180deg, #F0F5FF 0%, #FFFFFF 100%);
  padding-top: 70px;
  padding-bottom: 80px;
  margin-top: 0;
}

.mma-control__title {
  color: #313131;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.mma-control__subtitle {
  color: #000000;
  max-width: none;
  line-height: 36px;
  white-space: nowrap;
}

.mma-control__card {
  background: #fff;
  border:2px solid #CEDEFF;
  border-radius: 15px;
  box-shadow: 0 4px 18px rgba(51, 102, 204, 0.06);
  overflow: hidden;
  text-align: left;
}

.mma-control__card-head {
  background: #ECF2FF;
  min-height: 78px;
  padding: 15px 30px;
}

.mma-control__card-icon {
  display: block;
  width: 52px;
  height: 52px;
  line-height: 0;
}

.mma-control__card-icon img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.mma-control__card-title {
  color: #000000;
}

.mma-control__card-body {
  padding:8px 30px 10px;
}

.mma-control__list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
}

.mma-control__list {
  list-style: none;
}

.mma-control__list-item {
  color: #000000;
  line-height: 48px;
  margin-bottom: 0;
  min-height: 48px;
}

.mma-control__list-item:last-child {
  margin-bottom: 0;
}

.mma-control__check {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.mma-control__footer {
  max-width: none;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: nowrap;
}

.mma-control__footer-icon {
  line-height: 0;
}

.mma-control__footer-icon img {
  display: block;
  width: 57px;
  height: 57px;
  object-fit: contain;
}

.mma-control__footer-text {
  color: #000000;
  line-height: 36px;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .mma-control__subtitle {
    white-space: normal;
  }

  .mma-control__card-head {
    padding: 16px 20px;
  }

  .mma-control__card-body {
    padding: 22px 20px 24px;
  }

  .mma-control__list-grid {
    gap: 12px 20px;
  }
}

@media (max-width: 767.98px) {
  .mma-control__list-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mma-control__footer {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px !important;
    width: auto;
    max-width: 100%;
    text-align: left;
  }

  .mma-control__footer-icon {
    flex-shrink: 0;
    margin-top: 2px;
  }

  .mma-control__footer-icon img {
    width: 40px;
    height: 40px;
  }

  .mma-control__footer-text {
    white-space: normal;
    text-align: left;
    line-height: 1.35 !important;
    flex: 1 1 auto;
    min-width: 0;
  }
}

/* Built for owners section */
.mma-owners {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 80px;
}

.mma-owners__title {
  color: #313131;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.mma-owners__card {
  background: #fff;
  border: 2px solid #CEDEFF;
  border-radius: 15px;
  box-shadow: 0 4px 18px rgba(51, 102, 204, 0.06);
  overflow: hidden;
  text-align: left;
}


.mma-owners__card-head {
  background: #ECF2FF;
  min-height: 78px;
  padding: 15px 30px;
}

.mma-owners__card-icon {
  display: block;
  width: 52px;
  height: 52px;
  line-height: 0;
}

.mma-owners__card-icon img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.mma-owners__card-title {
  color: #000000;
}

.mma-owners__card-body {
  padding: 14px 30px 18px;
}

.mma-owners__list {
  list-style: none;
}

.mma-owners__list-item {
  color: #000000;
  line-height: 42px;
  margin-bottom: 0;
  min-height: 42px;
}

.mma-owners__list-item:last-child {
  margin-bottom: 0;
}

.mma-owners__check {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.mma-owners__visual {
  position: relative;
}

.mma-owners__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .mma-owners {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mma-owners__card-head {
    padding: 16px 20px;
  }

  .mma-owners__card-body {
    padding: 14px 20px 18px;
  }

  .mma-owners__list-item {
    line-height: 36px;
    min-height: 36px;
  }
}

@media (max-width: 767.98px) {
  .mma-owners {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mma-owners__list-item {
    align-items: flex-start;
    line-height: 1.4;
    min-height: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mma-owners__check {
    margin-top: 2px;
  }
}

/* How it works / flow section */
.mma-flow {
  background-color: #3366CC;
  background-image: url("../img/blue-bg-4.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 80px; border-radius: 100px 100px 0 0;
  padding-bottom: 90px;
}

.mma-flow__title {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.mma-flow__steps {
  max-width: 786px;
}

.mma-flow__card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(17, 44, 104, 0.18);
  overflow: hidden;
  text-align: left;
  padding: 0;
}

.mma-flow__card-top {
  padding:20px 20px 13px 20px;
  border-bottom: 1px solid #E6E6E6;
}

.mma-flow__badge {
  min-height: 34px;
  padding: 6px 18px;
  border-radius: 100px;
  background: #EF626C;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1;
}

.mma-flow__card-title {
  color: #3366CC;
}

.mma-flow__card-icon {
  display: block;
  width: 56px;
  height: 56px;
  line-height: 0;
}

.mma-flow__card-icon img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.mma-flow__card-body {
  margin-top: 0;
  padding:15px 20px 30px;
}

.mma-flow__label {
  color: #000000;
}

.mma-flow__list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}

.mma-flow__list {
  list-style: none;
}

.mma-flow__list-item {
  color: #000000;
line-height: 40px;
  min-height: 40px;
  margin-bottom: 0;
}

.mma-flow__check {
  display: block;
width: 22px;
  height: 22px;
  object-fit: contain;
}

.mma-flow__connector {
margin-top: -20px;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
  line-height: 0;
}

.mma-flow__connector img {
  display: block;
  width: 41px;
  height: 41px;
}

@media (max-width: 991.98px) {
  .mma-flow {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .mma-flow__card {
    padding: 0;
  }

  .mma-flow__card-top {
    padding: 24px 24px 20px;
  }

  .mma-flow__card-body {
    padding: 20px 24px 26px;
  }

  .mma-flow__list-grid {
    gap: 0 24px;
  }
}

@media (max-width: 767.98px) {
  .mma-flow {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .mma-flow__card {
    border-radius: 16px;
  }

  .mma-flow__card-top {
    align-items: flex-start !important;
    padding: 14px 18px 20px;
  }

  .mma-flow__badge {
    min-height: 24px;
    padding: 4px 12px;
    font-size: 12px !important;
  }

  .mma-flow__card-title {
    margin-top: 2px !important;
    line-height: 1.2 !important;
  }

  .mma-flow__card-body {
    padding: 18px 18px 24px;
  }

  .mma-flow__card-icon {
    width: 48px;
    height: 48px;
  }

  .mma-flow__card-icon img {
    width: 48px;
    height: 48px;
  }

  .mma-flow__list-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mma-flow__list-item {
    align-items: flex-start;
    line-height: 1.4;
    min-height: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mma-flow__check {
    margin-top: 2px;
  }

  .mma-flow__connector {
    margin-top: -4px;
    margin-bottom: -4px;
  }
}

/* See every outlet from your phone */
.mma-outlets {
  padding-bottom: 90px;
  overflow: hidden;
}

.mma-outlets__card {
  background-color: #FFFFFF;
  background-image: url("../img/background-1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
  border-top: 5px solid #3366CC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding:70px 80px;
}

.mma-outlets__title {
  color: #313131;
  max-width: 560px;
}

.mma-outlets__bar {
  min-height: 58px;max-width: 534px;
  border-radius: 10px;
}

.mma-outlets__bar--one {
  background: #3366CC;
}

.mma-outlets__bar-icon {
  display: block;
  line-height: 0;
}

.mma-outlets__bar-icon img {
  display: block;
  width: auto;
  height: 30px;
  object-fit: contain;
}

.mma-outlets__bar--many .mma-outlets__bar-icon img {
  height: 31px;
}

.mma-outlets__list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
}

.mma-outlets__list {
  list-style: none;
}

.mma-outlets__list-item {
  color: #000000;
  line-height: 42px;
  min-height: 42px;
  margin-bottom: 0;
}

.mma-outlets__check {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.mma-outlets__footer-icon {
  line-height: 0;
}

.mma-outlets__footer-icon img {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.mma-outlets__footer-text {
  max-width: 560px;
}

.mma-outlets__media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 506px;
  margin-left: 55px;
  margin-right: auto;
}

.mma-outlets__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .mma-outlets {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .mma-outlets__card {
    padding: 28px 24px;
  }

  .mma-outlets__content {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .mma-outlets__list-grid {
    gap: 0 20px;
  }

  .mma-outlets__media {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .mma-outlets {
    padding-top: 20px;
    padding-bottom: 48px;
  }

  .mma-outlets__card {
    padding: 24px 16px;
  }

  .mma-outlets__title {
    font-size: 32px !important;
  }

  .mma-outlets__list-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mma-outlets__list-item {
    align-items: flex-start;
    line-height: 1.4;
    min-height: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mma-outlets__check {
    margin-top: 2px;
  }

  .mma-outlets__footer {
    align-items: flex-start;
  }

  .mma-outlets__footer-text {
    max-width: none;
  }

  .mma-outlets__media {
    margin-top: 8px;
  }

  .mma-outlets__image {
    max-width: 320px;
  }
}

/* Staff only tap what they need */
.mma-staff-portal {
  background-color: #3366CC;
  background-image: url("../img/blue-bg-4.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 100px 100px 0 0;
  padding-top: 80px;
  padding-bottom: 90px;
  overflow: hidden;
}

.mma-staff-portal__media {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.mma-staff-portal__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mma-staff-portal__title {
  max-width: 520px;
}

.mma-staff-portal__card {
  background: #ffffff;
  border-radius: 15px;max-width: 484px;
  box-shadow: 0 10px 30px rgba(17, 44, 104, 0.18);
  overflow: hidden;
}

.mma-staff-portal__card-body {
  padding:22px 30px 22px;
}

.mma-staff-portal__card-title {
  color: #000000;
}

.mma-staff-portal__list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
}

.mma-staff-portal__list {
  list-style: none;
}

.mma-staff-portal__list-item {
  color: #000000;
  line-height: 42px;
  min-height: 42px;
  margin-bottom: 0;
}

.mma-staff-portal__check {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.mma-staff-portal__card-footer {
  background: #1446A9;
  min-height: 52px;
  padding: 12px 10px;
}

.mma-staff-portal__assure {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0) 91.63%);
  border-radius: 15px 0px 0px 15px;
padding: 20px 20px;
  max-width: 494px;
}

.mma-staff-portal__assure-icon {
  line-height: 0;
}

.mma-staff-portal__assure-icon img {
  display: block;
  width: 34px;
  height: 42px;
  object-fit: contain;
}

.mma-staff-portal__assure-text {
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  .mma-staff-portal {
    border-radius: 60px 60px 0 0;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .mma-staff-portal__content {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .mma-staff-portal__card-body {
    padding: 22px 20px 18px;
  }

  .mma-staff-portal__list-grid {
    gap: 0 20px;
  }

  .mma-staff-portal__assure {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .mma-staff-portal {
    border-radius: 40px 40px 0 0;
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .mma-staff-portal__title {
    font-size: 32px !important;
  }

  .mma-staff-portal__list-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mma-staff-portal__list-item {
    align-items: flex-start;
    line-height: 1.4;
    min-height: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mma-staff-portal__check {
    margin-top: 2px;
  }

  .mma-staff-portal__card-footer p {
    font-size: 16px !important;
    line-height: 1.4;
  }

  .mma-staff-portal__assure {
    padding: 10px 14px;
    gap: 10px !important;
  }

  .mma-staff-portal__assure-icon img {
    width: 28px;
    height: 34px;
  }

  .mma-staff-portal__assure-text {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }
}

/* Daily money control visual section */
.mma-control-visual {
  background-image: url("../img/wavw-white.webp");
  background-repeat: no-repeat;
  background-position: center top -200px;
  background-size: 100% auto;
  padding-top: 80px;
  padding-bottom: 50px;
  overflow: hidden;
}

.mma-control-visual--no-bg {
  background-image: none;
  background-color: #ffffff;
}

.mma-control-visual__media {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.mma-control-visual__image {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}


.mma-control-visual__title,
.mma-control-visual__subtitle,
.mma-control-visual__list-item {
  color: #000000;
}

.mma-control-visual__list {
	list-style: none;
	gap: 5px;
	display: flex;
	flex-direction: column;
}
.mma-control-visual__list-item {
  line-height: 42px;
  min-height: 42px;
  margin-bottom: 0;
}

.mma-control-visual__check {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.mma-control-visual__cta {
  min-width: 220px;
  color: #ffffff !important;
}

@media (min-width: 992px) {
  .mma-control-visual__media {
   
    margin-right: 0;
  }

  .mma-control-visual__content {
    padding-left: 12px;
  }
}

@media (min-width: 1200px) {
.mma-provider__visual {
	width: calc(100% + 30px);
	margin-left: -17px;
}
.mma-provider__card--mid{ width: 278px;}
}

/* Fit the 3-col provider row between 1200–1599 without clipping the right card */
@media (max-width: 1599.98px) and (min-width: 1200px) {
  .mma-provider__panel {
    padding: 36px 24px 72px;
  }

  .mma-provider__row {
    gap: 10px;
  }

  .mma-provider__card--left,
  .mma-provider__card--right {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: 310px;
  }

  .mma-provider__mid-wrap {
    flex: 0 0 230px;
    width: 230px;
    max-width: 230px;
  }

  .mma-provider__card--mid {
    width: 100%;
  }

  .mma-provider__connector {
    flex: 0 0 36px;
    min-width: 28px;
    max-width: 40px;
  }

  .mma-provider__mid-circle {
    width: 400px;
    height: 400px;
  }

  .mma-provider__right-head {
    padding: 12px 14px;
  }

  .mma-provider__right-title {
    font-size: 17px;
    line-height: 1.25;
  }

  .mma-provider__list {
    padding: 14px 18px 16px;
  }

  .mma-provider__visual {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .mma-control-visual {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .mma-control-visual__content {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .mma-control-visual__list-item {
    line-height: 36px;
    min-height: 36px;
  }
}

@media (max-width: 767.98px) {
  .mma-control-visual {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .mma-control-visual__title {
    font-size: 32px !important;
  }

  .mma-control-visual__subtitle {
    line-height: 1.4 !important;
  }

  .mma-control-visual__list-item {
    align-items: flex-start;
    line-height: 1.4;
    min-height: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mma-control-visual__check {
    margin-top: 2px;
  }

  .mma-control-visual__cta {
    width: 100%;
    min-width: 0;
  }
}

/* Simple price for serious control */
.mma-pricing {
  background: linear-gradient(180deg, #F0F5FF 0%, #FFFFFF 100%) !important;
  padding-bottom:90px !important;
  margin-bottom: 0 !important;
}

.mma-pricing .container {
  max-width: 1264px;
}

.mma-pricing .sales-book-pricing-card {
  border-width: 1px;
}

.mma-pricing .sales-book-pricing-headernews {
  border-width: 1px !important;
}

.mma-pricing .price {
  font-size: 48px;
  line-height: 1.15;
}



.mma-pricing__card-header {
  min-height: 78px;
}
.mt-35px {
	margin-top: 35px;
}
.mma-pricing__includes {
  background: #ffffff;
  border: none;
  border:1px solid #3366CC; border-top-width: 4px;
  border-radius: 20px;
  padding:20px 30px 20px;
  max-width: 100%;
  overflow: hidden;
}

.mma-pricing__includes-title {
  color: #000000;
}

.mma-pricing__includes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}

.mma-pricing__list {
 list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mma-pricing__list-item {
  color: #000000;
  line-height: 42px;
  min-height: 42px;
  margin-bottom: 0;
}

.mma-pricing__check {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.mma-pricing__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mma-pricing__note {
  color: #000000;
  max-width: 780px;
}

@media (max-width: 991.98px) {
  .mma-pricing__includes {
    padding: 24px 20px 20px;
  }

  .mma-pricing__includes-grid {
    gap: 0 24px;
  }
}

@media (max-width: 767.98px) {
  .mma-pricing__includes-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mma-pricing__list-item {
    align-items: flex-start;
    line-height: 1.4;
    min-height: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mma-pricing__check {
    margin-top: 2px;
  }

  .mma-pricing .price {
    font-size: 32px;
    line-height: 1.2;
  }

  .mma-pricing .price span {
    display: inline;
    font-size: 20px;
  }

  .mma-pricing__card-header h4 {
    font-size: 24px;
  }

  .mma-pricing > .container > h2 {
    margin-bottom: 20px !important;
  }

  .mma-pricing .g_40px {
    --bs-gutter-y: 16px;
  }

  .mma-pricing .sales-book-pricing-body {
    padding: 12px 0 6px !important;
  }

  .mma-pricing .priceDesc,
  .mma-pricing .sales-book-pricing-desc {
    padding-top: 0 !important;
    padding-bottom: 12px !important;
  }

  .mma-pricing__card-header {
    min-height: 48px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}

/* If one shortage is stopped — ROI */
.mma-roi {
  background-color: #3366CC;
  background-image: url("../img/blue-bg-4.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 100px 100px 0 0;
  padding-top: 80px;
  padding-bottom: 105px;
  overflow: hidden;
}

.mma-roi .container {
  max-width: 1240px;
}

.mma-roi__title {
  max-width: 920px;
}

.mma-roi__cards {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.mma-roi__card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(17, 44, 104, 0.18);
  padding:48px 22px 42px;
  flex: 0 0 332px;
  width: 332px;
  max-width: 332px;
}

.mma-roi__icon img {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.mma-roi__label,
.mma-roi__meta {
  color: #000000;
  line-height: 1.3;
}

.mma-roi__amount {
  line-height: 1.15;
}

.mma-roi__eq {
  width: 70px;
  height: 70px;
}

.mma-roi__eq img {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.mma-roi__note {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 15px;
  padding:23px 30px;
  width: max-content;
  max-width: none;
  white-space: nowrap;
}

.mma-roi__note-text {
  margin: 0;
  line-height: 1.3;
  white-space: nowrap !important;
  flex-shrink: 0;
}

.mma-roi__note-icon {
  flex-shrink: 0;
  line-height: 0;
}

.mma-roi__note-icon img {
  display: block;
  width: 46px;
  height: 47px;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .mma-roi {
    border-radius: 60px 60px 0 0;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .mma-roi__card {
    flex: 0 0 auto;
    width: 100%;
    max-width: 332px;
    margin-left: auto;
    margin-right: auto;
  }

  .mma-roi__eq {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

@media (max-width: 767.98px) {
  .mma-roi {
    border-radius: 40px 40px 0 0;
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .mma-roi__title {
    font-size: 32px;
  }

  .mma-roi__amount {
    font-size: 36px;
  }

  .mma-roi__card {
    padding: 24px 18px 22px;
  }

  .mma-roi__note {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 14px 16px;
    width: 100%;
    max-width: 100%;
    gap: 10px !important;
    overflow: visible;
    white-space: normal;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    box-sizing: border-box;
  }

  .mma-roi__note-text {
    font-size: 16px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    text-align: left;
    flex: 1 1 auto;
    min-width: 0;
  }

  .mma-roi__note-icon {
    margin-top: 2px;
  }

  .mma-roi__note-icon img {
    width: 28px;
    height: 28px;
  }
}

/* You do not need a complicated system */
.mma-simple-system {
  background: linear-gradient(180deg, #F0F5FF 0%, #FFFFFF 100%) !important;
  padding-top: 70px;
  padding-bottom: 70px;
}


.mma-simple-system__title {
  color: #000000;
  max-width: 560px;
}


.mma-simple-system__card {
  background: #3366CC;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(17, 44, 104, 0.12);
  overflow: hidden;
}

.mma-simple-system__card-top {
  background: #ffffff;
  border: 1px solid #B1CCFF;
  border-radius: 30px;
  padding: 37px;
}

.mma-simple-system__card-bottom {
  background: #3366CC;
  padding: 37px;
}

.mma-simple-system__steps {
  gap: 20px;
}

.mma-simple-system__step {
  flex: 1 1 0;
  min-width: 0;
  background: #FFFFFF;
  border: 1px solid #B1CCFF;
  box-shadow: 0px 0px 11.3651px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding:16px 16px 16px;
}

.mma-simple-system__step-num {
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #EBF3FD;
  line-height: 1;
}

.mma-simple-system__step-label {
  color: #000000;
  line-height: 1.15;
}

.mma-simple-system__features {
  gap: 8px;
}

.mma-simple-system__feature {
  flex: 0 0 auto;
  min-width: 0;
}

.mma-simple-system__feature-icon img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.mma-simple-system__feature .font-18px {
  line-height: 1.25;
}

.mma-simple-system__visual {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.mma-simple-system__image {
  display: block;
  height: auto;
  object-fit: contain;
}


@media (max-width: 991.98px) {
  .mma-simple-system {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mma-simple-system__card {
    max-width: none;
  }

  .mma-simple-system__title {
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .mma-simple-system {
    padding-top: 40px;
    padding-bottom: 12px;
  }

  .mma-simple-system__title {
    font-size: 32px;
  }

  .mma-simple-system__card-top,
  .mma-simple-system__card-bottom {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mma-simple-system__steps {
    flex-wrap: wrap;
  }

  .mma-simple-system__step {
    flex: 1 1 calc(50% - 8px);
  }

  .mma-simple-system__features {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .mma-simple-system__feature {
    flex: 1 1 calc(33.333% - 8px);
    max-width: 120px;
  }

  .mma-simple-system__step-label,
  .mma-simple-system__card-heading {
    font-size: 16px;
  }
}

/* Delytt does not replace your Mobile Money Provider */
.mma-provider {
  background: #FFFFFF;
}

.mma-provider .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mma-provider__panel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px 70px 88px;
  border: 1px solid #B1CCFF;
  border-radius: 30px;
  background-color: #FFFFFF;
  background-image: url("../img/bg-01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.mma-provider__title {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}

.mma-provider__row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: stretch;
  justify-content: space-between;
}

.mma-provider__row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px dashed #3366CC;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.mma-provider__card {
  background: #ffffff;
  border: 1px solid #B1CCFF;
  border-radius: 30px;
  box-shadow: 0px 0px 11.3651px rgba(0, 0, 0, 0.05);
}

.mma-provider__card--left {
  flex: 0 0 358px;
  width: 358px;
  max-width: 358px;
  min-width: 0;
  padding: 37px 28px 28px;
  display: flex;
  flex-direction: column;
  height: auto;
  align-self: stretch;
  position: relative;
  z-index: 2;
}

.mma-provider__card-title {
  color: #000000;
}

.mma-provider__visual {
  flex: 1 1 auto;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mma-provider__visual-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.mma-provider__secure {
  background: #EEF4FF;
  border: 1.13651px solid #B1CCFF;
  border-radius: 17.0476px;
  padding:20px 20px;
  margin-top: auto;
}

.mma-provider__secure-icon img {
  display: block;
  width: 23px;
  height: 30px;
}

.mma-provider__mid-wrap {
  position: relative;
  flex: 0 0 278px;
  width: 278px;
  max-width: 278px;
  align-self: center;
}

.mma-provider__mid-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 543px;
  height: 543px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(180deg, #DDE8FB 0%, #F7F9FD 100%);
  z-index: 0;
  pointer-events: none;
}

.mma-provider__card--mid {
  position: relative;
  z-index: 2;
  padding: 48px 22px 28px;
  background: #ffffff;
}

.mma-provider__gear {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
}

.mma-provider__gear img {
  display: block;
  width: 72px;
  height: 72px;
}

.mma-provider__mid-title {
  color: #000000;
}

.mma-provider__mid-text {
  color: #313131;
}

.mma-provider__connector {
  flex: 1 1 0;
  min-width: 48px;
  max-width: 90px;
  color: #3366CC;
  align-self: stretch;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.mma-provider__connector img {
  display: block;
  width: 30px;
  height: 25px;
  background: transparent;
  position: relative;
  z-index: 2;
}

.mma-provider__card--right {
  flex: 0 0 358px;
  width: 358px;
  max-width: 358px;
  min-width: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  position: relative;
  z-index: 2;
}

.mma-provider__right-head {
  background: #3366CC;
  border-radius: 30px 30px 0 0;
  padding: 13px 24px;
}

.mma-provider__list {
  padding: 17px 30px 20px;
}

.mma-provider__list-item {
  padding: 12px 0;
  border-bottom: 1px solid #E6EAF2;
  color: #000000;
}

.mma-provider__list-item:last-child {
  border-bottom: none;
}

.mma-provider__list-icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.mma-provider__banner {
  width: 100%;
  max-width: 820px;
  margin-top: -36px;
  margin-bottom: 0;
  background: #F4F7FE;
  border: 1px solid #B1CCFF;
  border-radius: 19px;
padding:27px 30px;
  z-index: 2;
  max-width: 644px;

}

.mma-provider__banner-icon img {
  display: block;
  width: 33px;
  height: 40px;
}

.mma-provider__banner-text {
  color: #000000;
}

@media (max-width: 1199.98px) {
  .mma-provider__panel {
    padding: 32px 24px 56px;
  }

  /* Keep the designed flow readable: stack below desktop instead of crushing the 3-col row */
  .mma-provider__row {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .mma-provider__row::before {
    display: none;
  }

  .mma-provider__connector {
    display: none !important;
  }

  .mma-provider__card--left,
  .mma-provider__mid-wrap,
  .mma-provider__card--right {
    flex: 0 0 auto;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .mma-provider__mid-wrap {
margin-top: 58px;
    margin-bottom: 28px;
  }

  .mma-provider__mid-circle {
    width: min(480px, 100vw);
    height: min(480px, 100vw);
  }
}

@media (max-width: 991.98px) {
  .mma-provider {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mma-provider__row {
    flex-direction: column;
    align-items: stretch;
  }

  .mma-provider__row::before {
    display: none;
  }

  .mma-provider__card--left,
  .mma-provider__mid-wrap,
  .mma-provider__card--right {
    flex: 0 0 auto;
    max-width: 520px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }


  .mma-provider__mid-circle {
    width: min(543px, 120vw);
    height: min(543px, 120vw);
  }

  .mma-provider__title {
    font-size: 36px;
  }
  .mma-control__footer-icon img {
	display: block;
	width: 42px;
	height: 42px;
	object-fit: contain;
}
}

@media (max-width: 767.98px) {
  .mma-provider {
    padding-top: 12px;
    padding-bottom: 40px;
  }

  .mma-provider__panel {
    padding: 20px 14px 40px;
    border-radius: 24px;
  }

  .mma-provider__title {
    font-size: 28px;
  }

  .mma-provider__card--left {
    padding: 24px 18px 20px;
  }

  .mma-provider__right-title {
    font-size: 16px;
  }

  .mma-provider__banner {
    flex-direction: column;
    text-align: center;
    padding: 20px 18px;
    margin-top: -28px;
    max-width: calc(100% - 24px);
  }

  .mma-provider__banner-text {
    text-align: center;
  }
}

/* ==========================================================================
   Responsive — below 1600px only (do not alter ≥1600px desktop)
   ========================================================================== */

   @media (max-width: 1640px) {
    .mma-hero.upgrade-banner-shop {
	background-size: 140%;
  
}
.mma-control__list-item {
	line-height: 38px;
	min-height: 38px;
}
   }
@media (max-width: 1500px) {

   .mma-hero.upgrade-banner-shop .container{ padding-left: 40px; padding-right: 40px;}
}

@media (max-width: 1399.98px) {
    .mma-hero.upgrade-banner-shop{ padding-bottom: 0;}
    .mma-control__list-item {
	line-height: 110%;align-items: start !important;
	min-height: inherit;
}
.mma-control__check{ margin-top: 2px;}
.font-44px {
	font-size: 38px;
}
.mma-control__list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
  .mma-pricing .price {
	font-size: 41px;
	line-height: 1.15;
}
  .sales-book-page,
  .mma-simple-system,
  .mma-roi,
  .mma-pricing,
  .mma-flow,
  .mma-staff-portal,
  .mma-outlets,
  .mma-control-visual,
  .mma-control,
  .mma-owners,
  .mma-problem {
    overflow-x: clip;
  }

  .mma-roi {
    overflow-x: visible;
  }

  .font-64px { font-size: 52px; }
  .font-54px,
  .font-54 { font-size: 44px; }
  .font-52px { font-size: 42px; }
  .font-48px { font-size: 40px; }
  .font-38px { font-size: 34px; }

  .mma-problem { padding-bottom: 70px; }
  .mma-control { padding-top: 70px; padding-bottom: 70px; }
  .mma-owners { padding-top: 0; padding-bottom: 70px; }
  .mma-flow {
    padding-top: 70px;
    padding-bottom: 70px;
    border-radius: 80px 80px 0 0;
  }
  .mma-outlets { padding-top: 0; padding-bottom: 70px; }
  .mma-staff-portal {
    padding-top: 70px;
    padding-bottom: 70px;
    border-radius: 80px 80px 0 0;
  }

  /* App sections (#DailyControl / #Shortages) — match desktop 80px rhythm, balanced */
  .mma-control-visual,
  .mma-control-visual--no-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mma-outlets__card { padding: 56px 48px; }
  .mma-outlets__media {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .mma-pricing {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .mma-roi {
    padding-top: 70px;
    padding-bottom: 70px;
    border-radius: 80px 80px 0 0;
  }
  .mma-simple-system { padding-top: 70px; padding-bottom: 70px; }


  .cta-section.businesses-pagesSection-mt-70px { margin-top: 70px; }
  .mma-cta-card { padding-top: 48px; padding-bottom: 48px; }

  .mma-control__subtitle,
  .mma-control__footer-text {
    white-space: normal;
  }
  .mma-control__footer {
    width: auto;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mma-outlets__image,
  .mma-staff-portal__image,
  .mma-control-visual__image,
  .mma-owners__image,
  .mma-simple-system__image,
  .mma-provider__visual-img {
    max-width: 100%;
    height: auto;
  }

  .mma-provider__panel { padding: 36px 48px 72px; }
  .mma-provider__banner { margin-top: -40px; padding: 24px 32px; }

  .mma-roi__note {
    max-width: 100%;
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
  }
  .mma-roi__note-text {
    white-space: normal !important;
    text-align: center;
  }
}



@media (max-width: 1365.98px) {
  .font-64px { font-size: 46px; }
  .font-54px,
  .font-54 { font-size: 40px; }

  .mma-control-visual,
  .mma-control-visual--no-bg {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .mma-outlets__card { padding: 48px 36px; }

  .mma-provider__panel { padding: 32px 36px 64px; }
  .mma-provider__list-item .font-24px { font-size: 20px; }
  .mma-provider__list { padding: 14px 20px 18px; }

  .mma-flow,
  .mma-staff-portal,
  .mma-roi { border-radius: 60px 60px 0 0; }

  .mma-simple-system__steps { gap: 14px; }
  .mma-simple-system__step { padding: 14px 12px; }

  .mma-roi__card {
	padding: 38px 18px 32px;
	flex: 0 0 302px;
	width: 302px;
	max-width: 302px;
}
.font-26 {
	font-size: 22px !important;
}
.mma-provider__card--right,
.mma-provider__card--left{flex: 0 0 308px;
  width:308px;
  max-width: 308px;}
}



@media (max-width: 1199.98px) {
  .mma-problem__title {
	max-width: 620px;
}
  .font-64px { font-size: 42px; }
  .font-54px,
  .font-54 { font-size: 36px; }
  .font-30px,
  .font-28px { font-size: 24px; }
  .font-22px { font-size: 20px; }

  .mma-control-visual__list {
    gap: 0;
  }

  .mma-pricing__list {
    gap: 0;
  }

  .mma-provider__list-icon img {
    width: 32px;
    height: 32px;
  }

  /* Tighten list line-height when text wraps */
  .mma-control__list-item,
  .mma-owners__list-item,
  .mma-outlets__list-item,
  .mma-staff-portal__list-item,
  .mma-control-visual__list-item,
  .mma-pricing__list-item,
  .mma-flow__list-item {
    line-height: 1.35 !important;
    min-height: 0;
    align-items: flex-start;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .mma-control__check,
  .mma-owners__check,
  .mma-outlets__check,
  .mma-staff-portal__check,
  .mma-control-visual__check,
  .mma-pricing__check,
  .mma-flow__check {
    margin-top: 2px;
  }

  .mma-control,
  .mma-simple-system,
  .mma-provider {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mma-control {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mma-simple-system {
    padding-bottom: 28px;
  }
  .mma-provider {
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .mma-provider__panel {
    padding-top: 28px;
  }
  .mma-provider__title {
    margin-bottom: 20px !important;
  }

  /* Tighten gap after provider banner → FAQ */
  #faqs.businesses-pagesSection-mt-70px {
    margin-top: 20px !important;
  }

  .mma-provider__banner {
    margin-top: -28px;
    margin-bottom: 0;
  }
  .mma-owners { padding-top: 0; padding-bottom: 60px; }
  .mma-outlets { padding-top: 0; padding-bottom: 60px; }
  .mma-control-visual,
  .mma-control-visual--no-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mma-flow,
  .mma-staff-portal,
  .mma-roi {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mma-pricing {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .mma-outlets__card { padding: 40px 28px; }

  .mma-provider__card-title { font-size: 20px; }
  .mma-provider__mid-text { font-size: 16px; }
  .mma-provider__right-title { font-size: 16px; }
  .mma-provider__secure .font-18px { font-size: 16px; }

  .mma-roi__cards {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: stretch;
    gap: 12px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 4px 4px 12px;
    scrollbar-width: thin;
  }

  .mma-roi__card {
    flex: 0 0 260px !important;
    width: 260px !important;
    max-width: 260px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 28px 16px 24px;
  }

  .mma-roi__icon img {
    width: 72px;
    height: 72px;
  }

  .mma-roi__eq {
    width: 48px;
    height: 48px;
    margin: 0 4px !important;
    align-self: center !important;
  }

  .mma-roi__eq img {
    width: 48px;
    height: 48px;
  }

  .mma-roi__label,
  .mma-roi__meta {
    font-size: 16px !important;
  }

  .mma-roi__amount {
    font-size: 32px !important;
  }

  .mma-roi__note {
    padding: 14px 20px;
    gap: 10px !important;
  }

  .mma-roi__note-text {
    font-size: 22px !important;
    white-space: normal !important;
  }

  .mma-roi__note-icon img {
    width: 32px;
    height: 32px;
  }

  .mma-simple-system__title { font-size: 34px; }
  .mma-simple-system__steps {
    flex-wrap: wrap;
    gap: 10px;
  }
  .mma-simple-system__step {
    flex: 1 1 calc(50% - 10px);
  }

  /* Fix owner features clipping inside blue card */
  .mma-simple-system__card {
    overflow: hidden;
    max-width: 100%;
  }

  .mma-simple-system__card-top,
  .mma-simple-system__card-bottom {
    padding: 24px 18px;
    box-sizing: border-box;
    max-width: 100%;
  }

  .mma-simple-system__card-heading {
    font-size: 22px !important;
  }

  .mma-simple-system__features {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 12px;
    width: 100%;
    max-width: 100%; justify-content: start !important;
    min-width: 0;
  }

  .mma-simple-system__feature {
    flex: 0 0 calc(33.333% - 12px);
    max-width: calc(33.333% - 12px);
    min-width: 0;
    padding: 0;
  }

  .mma-simple-system__feature-icon {
    max-width: 100%;
  }

  .mma-simple-system__feature-icon img {
    width: 48px;
    height: 48px;
  }

  .faqSection .accordion_site .accordion-button {
    font-size: 22px;
  }
.mma-hero.upgrade-banner-shop .container {
	padding-left: 20px;
	padding-right: 20px;
}
  .mma-simple-system__feature .font-18px {
    font-size: 16px !important;
    line-height: 1.3 !important;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }
  .mma-cta-card .sales-book-cta-btn {
    height: 64px;
    min-height: 64px;
  }

  .mma-cta-card .mt-40px {
    margin-top: 30px;
  }

  .sales-book-page .mma-header-whatsapp {
    display: none !important;
  }

  .mma-hero .sales-book-banner-btn.h-58px,
  .mma-hero .mma-hero__chat-btn {
height: 44px !important;
    min-height: 44px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 18px !important;
  }

  .mma-flow__list-grid,
  .mma-control__list-grid {
    gap: 0 20px;
  }

  /* Problem cards slider — 3-up, smaller icons, tighter bottom space */
  .mma-problem {
    padding-bottom: 12px;
  }
  .mma-problem__panel::before {
    bottom: 56px;
  }
  .mma-problem__cards.slick-initialized {
    padding-bottom: 40px;
  }
  .mma-problem__card {
    padding: 16px 10px 14px;
  }
  .mma-problem__card-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 8px;
  }
  .mma-problem__card-icon--asset img {
    width: 52px;
    height: 52px;
  }
  .mma-problem__card-title {
    min-height: 44px;
    font-size: 17px !important;
  }
  .mma-problem__card-text {
    font-size: 16px !important;
  }

  /* Slider arrows — bottom center so they don’t overlay cards */
  .mma-problem__cards .mma-problem__arrow {
    top: auto;
    bottom: -8px;
    transform: none;
    width: 36px;
    height: 36px;
  }

  .mma-problem__cards .mma-problem__arrow svg {
    width: 36px;
    height: 36px;
  }

  .mma-problem__cards .mma-problem__arrow.slick-prev {
    left: calc(50% - 44px);
    right: auto;
  }

  .mma-problem__cards .mma-problem__arrow.slick-next {
    left: calc(50% + 8px);
    right: auto;
  }

  .mma-problem__cards .slick-dots {
    bottom: 48px;
    display: none !important;
  }

  .mma-control {
    padding-top: 28px;
  }

  /* Built for owners — denser card + balanced image below 1200 */
  .mma-owners {
    padding-top: 8px;
    padding-bottom: 40px;
  }

  .mma-owners__title {
    font-size: 34px !important;
    max-width: 640px;
  }

  .mma-owners__row {
    align-items: flex-start !important;
    --bs-gutter-x: 1.25rem;
  }

  .mma-owners__row > [class*="col-"] {
    display: flex;
  }

  .mma-owners__card {
    width: 100%;
    border-radius: 14px;
  }

  .mma-owners__card-head {
    min-height: 0;
    padding: 12px 18px;
    gap: 10px !important;
  }

  .mma-owners__card-icon,
  .mma-owners__card-icon img {
    width: 40px;
    height: 40px;
  }

  .mma-owners__card-title {
    font-size: 20px !important;
  }

  .mma-owners__card-body {
    padding: 10px 18px 12px;
  }

  .mma-owners__list-item {
    align-items: flex-start;
    line-height: 1.35;
    min-height: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px !important;
  }

  .mma-owners__check {
    width: 18px;
    height: 18px;
    margin-top: 2px;
  }.mma-provider__card--right, .mma-provider__card--left {
	flex: auto;
	width: 308px;
	max-width: 308px;
}
  .mma-owners__visual {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
  }

  .mma-owners__image {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  /* Outlets — reduce "Iko sawa?" footer */
  .mma-outlets__footer {
    gap: 12px !important;
    align-items: flex-start;
  }

  .mma-outlets__footer-icon img {
    width: 56px;
    height: 56px;
  }

  .mma-outlets__footer-text {
    font-size: 28px !important;
    line-height: 1.25 !important;
    max-width: 420px;
  }

  /* Pricing cards — smaller price font */
  .mma-pricing .price {
    font-size: 32px !important;
    line-height: 1.2;
  }

  .mma-pricing .price span,
  .mma-pricing .price .font-34px {
    font-size: 20px !important;
  }

  .mma-pricing .priceDesc,
  .mma-pricing .sales-book-pricing-desc {
    font-size: 16px !important;
  }

  .mma-pricing__card-header {
    min-height: 56px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .mma-pricing__card-header h4 {
    font-size: 24px !important;
  }
}

@media (max-width: 991.98px) {
  .font-64px { font-size: 36px; }
  .font-54px,
  .font-54 { font-size: 32px; }
  .font-52px,
  .font-48px { font-size: 34px; }
  .font-26,
  .font-26px { font-size: 20px; }
  .font-24px,
  .font-24 { font-size: 20px; }

  .mma-control,
  .mma-simple-system,
  .mma-provider {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mma-simple-system {
    padding-bottom: 24px;
  }
  .mma-provider {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .mma-provider__panel {
    padding-top: 24px;
  }
  .mma-provider__title {
    margin-bottom: 20px !important;
  }
  .mma-owners { padding-top: 0; padding-bottom: 40px; }
  .mma-outlets { padding-top: 20px; padding-bottom: 50px; }
  .mma-control-visual,
  .mma-control-visual--no-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mma-flow,
  .mma-staff-portal,
  .mma-roi {
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 40px 40px 0 0;
  }

  .mma-roi__note {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 14px 16px;
    gap: 10px !important;
    max-width: 100%;
    width: 100%;
    overflow: visible;
    white-space: normal;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    box-sizing: border-box;
  }

  .mma-roi__note-text {
    font-size: 16px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    text-align: left;
    flex: 1 1 auto;
    min-width: 0;
  }

  .mma-roi__note-icon {
    margin-top: 2px;
  }

  .mma-roi__note-icon img {
    width: 28px;
    height: 28px;
  }

  .mma-pricing {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .cta-section.businesses-pagesSection-mt-70px { margin-top: 50px; }
  .mma-cta-card { padding-top: 40px; padding-bottom: 40px; }

  .mma-hero .sales-book-banner-btn,
  .mma-hero .mma-hero__chat-btn {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .mma-hero.upgrade-banner-shop {
    padding-bottom: 40px !important;
  }

  .mma-hero .pt-60px {
    padding-bottom: 8px;
  }

  .mma-hero .mma-hero__note {
    margin-bottom: 0;
  }

  /* Daily control / shortages image — smaller on tablet/mobile */
  .mma-control-visual__media {
    max-width: 220px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .mma-control-visual__image {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  #Shortages .mma-control-visual__media {
    max-width: 200px;
  }

  /* Outlets phone image — 50% size */
  .mma-outlets__media {
    max-width: 50%;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .mma-outlets__image {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  /* Staff portal image — 50% size */
  .mma-staff-portal__media {
    max-width: 50%;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .mma-staff-portal__image {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  /* Simple system visual — reduce size */
  .mma-simple-system__visual {
    max-width: 50%;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .mma-simple-system__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  /* Problem section — tighten space above/below pink panel */
  .mma-problem.mt-100px,
  .mma-problem.mt-mobile-100px,
  .mma-problem.businesses-pagesSection-mt-70px {
    margin-top: 40px !important;
  }

  .mma-problem {
    padding-bottom: 16px;
  }

  .mma-problem__panel {
    padding-top: 28px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mma-problem__panel::before {
    bottom: 70px;
  }

  .mma-problem__title {
    margin-bottom: 12px !important;
  }

  .mma-problem__cards.mt-40px {
    margin-top: 24px !important;
  }

  .mma-problem__cards.slick-initialized {
    padding-bottom: 40px;
  }

  .mma-outlets__card { padding: 28px 24px; }

  /* Owners stacked: card first, image centered below */
  .mma-owners__title {
    font-size: 30px !important;
    margin-bottom: 4px;
    line-height: 1.2 !important;
  }

  .mma-owners__row {
    --bs-gutter-y: 1rem;
  }

  .mma-owners__row > [class*="col-"] {
    display: block;
  }

  .mma-owners__card {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .mma-owners__visual {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
  }

  .mma-owners__image {
    max-width: 480px;
  }

  .mma-provider__panel { padding: 24px 20px 48px; }
  .mma-provider__card--left,
  .mma-provider__card--right {
    max-width: 520px;
    width: 100%;
    flex: 0 0 auto;
  }
  .mma-provider__mid-wrap {
    max-width: 520px;
    width: 100%;
  }
  .mma-provider__mid-circle {
    width: min(420px, 90vw);
    height: min(420px, 90vw);
  }

  .mma-provider__visual {
    min-height: 0;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mma-provider__visual-img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .mma-provider__banner {
    margin-top: -32px;
    max-width: min(820px, calc(100% - 16px));
  }

  .mma-simple-system__steps { gap: 12px; }
  .mma-simple-system__card-top,
  .mma-simple-system__card-bottom { padding: 28px 20px; }
  .mma-simple-system__features {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .mma-pricing__includes-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .mma-control__list-grid,
  .mma-outlets__list-grid,
  .mma-staff-portal__list-grid,
  .mma-flow__list-grid {
    grid-template-columns: 1fr;
  }

  .mma-control-visual__list-item {
    line-height: 1.45;
    min-height: 0;
  }
  .mma-staff-portal__card{ max-width: 100%;}
}

@media (max-width: 767.98px) {
  .font-64px { font-size: 26px; }
  .font-54px,
  .font-54 { font-size: 28px; }
  .font-52px,
  .font-48px,
  .font-44px { font-size: 28px; }
  .font-38px,
  .font-34px,
  .font-30px { font-size: 22px; }
  .font-28px,
  .font-26,
  .font-26px,
  .font-24px,
  .font-24 { font-size: 18px; }
  .font-22px,
  .font-20px { font-size: 16px; }

  .mma-control,
  .mma-simple-system,
  .mma-provider {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mma-control {
    padding-top: 20px;
  }
  .mma-simple-system {
    padding-bottom: 0px !important;
  }
  .mma-provider {
    padding-top: 12px;
    padding-bottom: 12px !important;
  }
  .mma-provider__panel {
    padding-top: 20px;
  }
  .mma-provider__title {
    margin-bottom: 16px !important;
  }
  .mma-simple-system__visual {
    margin-bottom: 0;
  }
  .mma-owners { padding-top: 0; padding-bottom: 40px; }
  .mma-owners__title {
    line-height: 1.15 !important;font-size: 26px !important; max-width: 220px;
  }
  .mma-outlets { padding-top: 16px; padding-bottom: 40px; }
  .mma-control-visual,
  .mma-control-visual--no-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mma-flow,
  .mma-staff-portal,
  .mma-roi {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 28px 28px 0 0;
  }
  .mma-pricing {
    padding-top: 24px !important;
    padding-bottom: 40px !important;
  }
  .mma-pricing > .container > h2 {
    margin-bottom: 20px !important;
  }
  #Shortages.mma-control-visual--no-bg {
    padding-bottom: 20px;
  }
  .mma-pricing .g_40px {
    --bs-gutter-y: 16px;
  }
  .mma-pricing .sales-book-pricing-body {
    padding: 12px 0 6px !important;
  }
  .mma-pricing .priceDesc,
  .mma-pricing .sales-book-pricing-desc {
    padding-top: 0 !important;
    padding-bottom: 12px !important;
  }
  .mma-pricing__card-header {
    min-height: 48px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .mma-problem {
    padding-bottom: 4px;
  }
  .mma-problem__cards.slick-initialized {
    padding-bottom: 28px;
  }
  .mma-problem__cards .mma-problem__arrow {
    bottom:-18px;
    width: 32px;
    height: 32px;
  }
  .mma-problem__cards .mma-problem__arrow svg {
    width: 32px;
    height: 32px;
  }
  .mma-problem__cards .mma-problem__arrow.slick-prev {
    left: calc(50% - 30px);
  }
  .mma-problem__cards .mma-problem__arrow.slick-next {
    left: calc(50% + 12px);
  }

  .mma-control__card-icon {
    width: 42px;
    height: 42px;
  }

  .mma-control__card-icon img {
    width: 42px;
    height: 42px;
  }

  .mma-control__footer {
    flex-direction: row;
    flex-wrap: nowrap !important;
    align-items: flex-start;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: auto;
    max-width: 100%;
    text-align: left;
  }

  .mma-control__footer-icon img {
    width: 40px;
    height: 40px;
  }

  .mma-control__footer-text {
    white-space: normal;
    text-align: left;
    line-height: 1.35 !important;
    flex: 1 1 auto;
    min-width: 0;
  }

  .mma-outlets__bar-icon img {
    height: 24px;
  }

  .mma-outlets__bar--many .mma-outlets__bar-icon img {
    height: 24px;
  }

  .mma-staff-portal__assure {
    padding: 10px 14px;
    gap: 10px !important;
  }

  .mma-staff-portal__assure-icon img {
    width: 28px;
    height: 34px;
  }

  .mma-staff-portal__assure-text {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  .cta-section.businesses-pagesSection-mt-70px { margin-top: 40px; }
  .mma-cta-card { padding-top: 32px; padding-bottom: 32px; }
  .mma-cta-card .mma-cta__subtext,
  .mma-cta-card .mma-cta__subtext.font-30 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
  .mma-cta-card .sales-book-cta-btn {
    width: 100%;
    height: 56px;
    min-height: 56px;
    font-size: 18px;
  }

  .mma-outlets__card { padding:16px 20px; }

  .mma-outlets__footer-icon img {
    width: 44px;
    height: 44px;
  }

  .mma-outlets__footer-text {
    font-size: 22px !important;
  }

  .mma-provider__panel {
    padding:19px 20px 42px;
    border-radius: 22px;
  }
  .mma-provider__card--left { padding: 22px 16px 18px; }
  .mma-provider__secure { padding: 14px 14px; }
  .mma-provider__mid-circle {
    width: min(300px, 92vw);
    height: min(300px, 92vw);
  }
  .mma-provider__gear,
  .mma-provider__gear img {
    width: 56px;
    height: 56px;
  }
  .mma-provider__card--mid {
    padding: 40px 16px 20px;
  }
  .mma-provider__mid-title {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mma-provider__banner {
    margin-top: -24px;
    padding: 18px 16px;
    gap: 12px;
  }
  .mma-provider__banner .font-24px { font-size: 18px; }
  .mma-provider__list { padding: 6px 16px 16px; }
  .mma-provider__list-item { padding: 10px 0; }

  .mma-simple-system__card-top,
  .mma-simple-system__card-bottom { padding: 22px 14px; }
  .mma-simple-system__steps { gap: 10px; }
  .mma-simple-system__features {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px 10px;
    width: 100%;
  }
  .mma-simple-system__feature {
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    min-width: 0;
    padding: 0;
  }
  .mma-simple-system__feature-icon img {
    width: 44px;
    height: 44px;
  }
  .mma-simple-system__feature .font-18px {
    font-size: 16px !important;
    line-height: 1.3 !important;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

  .mma-roi__card { max-width: 100%; }
  .mma-roi__note {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 14px 16px;
    gap: 10px !important;
    overflow: visible !important;
    white-space: normal;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    box-sizing: border-box;
  }
  .mma-roi__note-text {
    white-space: normal !important;
    text-align: left;
    font-size: 16px !important;
    line-height: 1.35 !important;
    flex: 1 1 auto;
    min-width: 0;
  }
  .mma-roi__note-icon img {
    width: 28px;
    height: 28px;
  }
  .mma-hero .mma-hero__chat-btn { padding: 14px 18px; }
  .sales-book-page .mma-header-whatsapp { white-space: normal; }

  .mma-control-visual__title {
    font-size: 28px !important;
  }
  .mma-control-visual__subtitle {
    line-height: 1.4 !important;
  }
  .font-26 {
	font-size: 18px !important;
}
}

@media (max-width: 767.98px) {
  .mma-provider__title,
  .mma-simple-system__title,
  .mma-roi__title,
  .mma-control-visual__title,
  .mma-staff-portal__title,
  .mma-outlets__title { font-size: 26px !important; }

  .mma-control,
  .mma-simple-system,
  .mma-provider,
  .mma-flow,
  .mma-staff-portal,
  .mma-roi {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .mma-owners { padding-top: 0; padding-bottom: 36px; }
  .mma-outlets { padding-top: 12px; padding-bottom: 36px; }
  .mma-control-visual,
  .mma-control-visual--no-bg {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .mma-pricing {
    padding-top: 25px !important;
    padding-bottom: 36px !important;
  }

  .mma-provider__right-head { padding: 16px 14px; }
  .mma-provider__card--mid { padding: 40px 16px 22px; }
  .mma-simple-system__step {
    flex: 1 1 100%;
  }
  .mma-hero .pt-60px {
	padding-bottom: 0;
}
.mma-problem__panel {
	padding-top: 22px;
	padding-left: 16px;
	padding-right: 16px;
}
.mma-problem__list {
	margin-bottom: 7px !important;
}
.mma-control__list{ gap: 0px;}
.font-22 {
	font-size: 18px !important;
}
.mma-control__card-head {
	padding: 9px 20px;
	min-height: inherit;
}
.mma-control__card-body {
	padding: 12px 20px 14px;
}
.mma-owners__list-item{ align-items: start !important;}
.mma-owners__check{ margin-top: 3px;}
.mma-flow__check {
	width: 19px;
	height: 19px;
}
.mma-control-visual__media {
	max-width: 320px;
	width: 79%;
	margin-left: auto;
	margin-right: auto;
}
.mma-outlets__title {
	max-width: 260px;
}
.mma-control-visual {
	padding-top: 18px;
}
.mma-pricing__note {
	max-width: 280px;
}
.faqSection .accordion_site .accordion-button {
	font-size: 20px;
}
}

