.mo-page {
  --bg: #f4f6fb;
  --ink: #1b1f2a;
  --muted: #6b7280;
  --mo-primary: #3b82f6;
  --mo-primary-2: #7c3aed;
  --card: #ffffff;
  --line: #e5e7eb;
}

.mo-page * { box-sizing: border-box; }

.index-six-slid__text {
  font-size: 16px!important;
}

.ecosystem .pro-fourteen-box {
  background: linear-gradient(90deg, var(--Blue-light-400, #13bcfe) 0%, var(--Deep-purple-300, #9575cd) 100%);
}

.pro-fourteen-box {
  display: flex;
  justify-content: space-between;
  padding: 48px;
  border-radius: 50px;
  background: linear-gradient(90deg, var(--Blue-light-400, #13bcfe) 0%, var(--Deep-purple-300, #9575cd) 100%);
}

.ecosystem-seven-item__text {
  min-height: 68px!important;
}

.title-eco {
max-width: 630px;
margin: 0 auto;
}

.title-eco h5{
  font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 115%; /* 46px */
text-align: center;
margin-bottom: 20px;
}

.title-eco span {
  background: var(---text, linear-gradient(137deg, #13BCFE 0.01%, #4285F4 50.01%, #A274DB 100.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;

}

.title-eco p {
  font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 135%; /* 24.3px */
text-align: center;
margin-bottom: 50px;
}

.mo-page {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: #fff;
}

.mo-page h4 {
margin: 0 auto;
}

.mo-container {
  max-width: 1210px;
  margin: 0 auto;
  padding: 24px 0 20px;
}

.mo-topbar {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 8px 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.mo-logo {
  font-weight: 800;
  color: var(--mo-primary);
}

.mo-nav {
  display: flex;
  gap: 16px;
  flex: 1;
  font-size: 14px;
}

.mo-nav a { text-decoration: none; color: #2c2f36; }

.mo-actions { display: flex; align-items: center; gap: 12px; font-size: 14px; }

.mo-phone { font-weight: 600; }

.mo-btn {
  border: none;
  padding: 10px 18px;
  border-radius: 24px;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mo-btn.mo-primary {
  border-radius: var(--Radius-Absolute, 9999px);
background: var(---Default, linear-gradient(90deg, var(--Blue-light-400, #13BCFE) 0%, var(--Deep-purple-300, #9575CD) 100%));
padding: 11px 22px;
  color: white;
  
}

.mo-btn.mo-outline {
  background: transparent;
  border-radius: var(--Radius-Absolute, 9999px);
border: 1px solid var(--Black-M, #080A33);
color: #080A33;

}

.mo-btn.mo-outline::after {
  content: "";
  width: 14px;
  height: 14px;
  background: center / 14px 14px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M4 2.5L8.5 7L4 11.5' stroke='%23080A33' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mo-btn.mo-primary::after {
  content: "";
  width: 14px;
  height: 14px;
  background: center / 14px 14px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M4 2.5L8.5 7L4 11.5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mo-btn.mo-link {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 11px 0;
  color: #111b45;
  font-weight: 600;
  box-shadow: none;
}

.mo-btn.mo-link::after {
  content: "";
  width: 14px;
  height: 14px;
  background: center / 14px 14px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M4 2.5L8.5 7L4 11.5' stroke='%23111b45' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mo-btn.mo-ghost {
  background: white;
  border: 1px solid #d8dce6;
}

.mo-hero {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
	background: radial-gradient(circle at 30% 30%, #9ee8ff, #78c7ff 40%, #7c88ff 70%, #bba6ff 100%); 
	  background-size: cover;
  background: url("img/hero-bg.png") no-repeat;
  min-height: 280px;
  background-size: cover;
  margin: 80px 10px 24px 10px;
}

.mo-hero-bg {
  position: absolute;
  inset: 0;

  
  filter: saturate(110%);
}

.mo-hero-inner {
  position: relative;
 padding: 60px 56px 90px;
}

.mo-hero-content {
  text-align: center;
  margin: 0 auto;
}

.mo-title {
  
  font-size: clamp(28px, 3.2vw, 40px);
  margin: 0 0 30px;
}

.mo-subtitle {
  margin: 0 0 18px;
  color: #1f2937;
}

.mo-hero-tabs {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.mo-tab {
  border: 1px solid #333;
  padding: 10px 18px;
  border-radius: 18px;
  background: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1f2937;
  
}

.mo-tab.mo-is-active {
  background: white;
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
  border: 1px solid white;
}

.mo-tab.mo-is-disabled {
  opacity: 0.55;
  cursor: default;
}

.mo-tab-mo-icon {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  display: inline-block;
  background: #cbd5f5;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
}

.mo-tab-mo-icon.blue { background: #b6d6ff; }
.mo-tab-mo-icon.violet { background: #d6c3ff; }
.mo-tab-mo-icon.orange { background: #ffc59d; }
.mo-tab-mo-icon.gray { background: #d1d5db; }

.mo-tab-icon-img {
  width: 24px;
  height: 24px;

  object-fit: cover;
  flex: 0 0 22px;
}

.mo-tab-badge {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #cfe7ff;
  color: #2463eb;
  padding: 2px 6px;
  border-radius: 999px;
  font-weight: 700;
}

.mo-product {
  margin-bottom: 50px;
}

.mo-product-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 34px;
  padding: 0 30px;
}

.mo-pill {
  border: none;
  background: #fff;
  padding: 13px 20px;
  border-radius: 999px;
  font-size: 16px;
  cursor: pointer;
color: #080A33;
}

.mo-pill.mo-is-active { border: 1px solid #000; }

.mo-product-card {
  display: grid;
  grid-template-columns: 1.1fr 0.6fr;
  gap: 24px;
  align-items: center;
  align-items: stretch;

}

.mo-product-card,
.mo-feature-grid {
  transition: opacity 0.2s ease, transform 0.22s ease, filter 0.22s ease;
  will-change: opacity, transform, filter;
}

.mo-product-card.mo-is-switch-out,
.mo-feature-grid.mo-is-switch-out {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(1px);
}

.mo-product-card.mo-is-switch-in,
.mo-feature-grid.mo-is-switch-in {
  opacity: 0;
  transform: translateY(8px);
}

.mo-product-card.mo-is-switch-in.mo-is-switch-in-active,
.mo-feature-grid.mo-is-switch-in.mo-is-switch-in-active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.mo-product-info {
padding: 48px 48px 20px 48px;
background: #EFF4FF;
border-radius: var(--Radius-Large-Large-1920, 32px);

}

.mo-product-info p {

font-family: var(--Font-Family-Default, Manrope);
font-size: var(--Body-Medium-Medium-1920, 16px);
font-style: normal;
font-weight: var(--Body-Medium, 500);
line-height: 135%; /* 21.6px */

}

.mo-product-info h2 { font-family: var(--Font-Family-Default, Manrope);
font-size: var(--Heading-Large-XXLarge-1920, 40px);
font-style: normal;
font-weight: var(--Heading-Bold, 700);
line-height: 115%;  margin: 0 0 8px;  }

.mo-cta-row { display: flex; gap: 30px; margin: 20px 0; }

.mo-cta-row .mo-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mo-benefits {
  background: #fff;
  border-radius: 16px;
  padding: 25px 16px;
  margin-bottom: 20px;
}
.mo-benefits h4 {
font-size: var(--Heading-Medium-Medium-1920, 20px);
font-style: normal;
font-weight: var(--Heading-SemiBold, 600);
line-height: 120%;
}


.mo-benefits ul { font-size: var(--Body-Medium-Medium-1920, 16px);
font-style: normal;
font-weight: var(--Body-Medium, 500);
line-height: 135%; margin: 8px 0 0; padding-left: 18px; }

.mo-store-badges {
  margin: 14px 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
}

.mo-store-badges.mo-is-hidden {
  display: none;
}

.mo-store-badge-img {
 height:100%;
  object-fit: contain;
  border-radius: 8px;

  display: block;
}

.mo-store-badge-link {
  display: block;
  text-decoration: none;
}

.mo-registry-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #475467;
  font-size: 14px;
  font-weight: 500;
}

.mo-registry-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.mo-product-visual {
  position: relative;
  border-radius: 18px;
 /* background: linear-gradient(160deg, #e0f2ff, #efe1ff);  */
  overflow: hidden;
  display: grid;
  place-items: start;
}

.mo-product-image {
  width: 100%;

  object-fit: contain;

}

.mo-section-head h3 {
  margin: 0 0 14px;
  font-size: 22px;
}

.mo-section-head.mo-center { text-align: center; }

.mo-features {
  margin-bottom: 28px;
}

.mo-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.mo-feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  display: grid;
  gap: 10px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

.mo-feature-card .mo-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #e0f2ff;
  display: grid;
  place-items: center;
  font-size: 16px;
}

.mo-reviews { margin-bottom: 26px; }

.mo-review-card {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: inset 0 0 0 1px #e5e7eb;
}

.mo-quote { font-size: 16px; line-height: 1.5; margin: 0 0 16px; }

.mo-author { display: flex; gap: 12px; align-items: center; }

.mo-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
}

.mo-ecosystem {
  margin: 42px 32px;
  padding: 24px 0 74px 0;
  border-radius: 48px;
  background: linear-gradient(90deg, #b9e6fe 0%, #d1c4e9 100%);
}

.mo-ecosystem-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 16px 0 18px;
  flex-wrap: wrap;
}

.mo-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.eco-card {
  background: white;
  border-radius: 14px;
  padding: 16px;
  min-height: 160px;
}

.eco-mo-title { font-weight: 700; margin-bottom: 8px; }

.eco-card ul { margin: 0; padding-left: 18px; color: #374151; }

.lead { margin-bottom: 28px; }

.lead-card {
  background: linear-gradient(135deg, #40c6ff, #7d6dff);
  border-radius: 18px;
  padding: 22px;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 18px;
}

.lead-text h3 { margin: 0 0 10px; }

.lead-form {
  display: grid;
  gap: 10px;
}

.lead-form input,
.lead-form select {
  border: none;
  border-radius: 16px;
  padding: 10px 14px;
  font-size: 14px;
}

.lead-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.check { display: flex; gap: 8px; align-items: center; font-size: 12px; }

.footer {
  background: #eef2ff;
  border-radius: 20px;
  padding: 22px 26px;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 18px;
}

.footer-mo-title { font-weight: 700; margin-bottom: 8px; }

.footer ul { list-style: none; padding: 0; margin: 0; color: #4b5563; }

.footer-bottom { border-top: 1px solid #d9def0; padding-top: 12px; color: #6b7280; }

@media (max-width: 1190px) {
  .ecosystem-seven-items, .ecosystem-seven-desctop {display: flex!important;}
}

@media (max-width: 767px) {
  .ecosystem .pro-fourteen-box {flex-direction: column; align-items: center;}
  .ecosystem .pro-fourteen-box {gap: 24px;}
}

@media (max-width: 980px) {
  .title-eco h5 {font-size: 20px;}
.mo-features {padding: 20px;}
.mo-pill {font-size: 14px;}
	.mo-product-info {padding: 20px 20px; margin: 0 10px;}
  .mo-topbar { display: none; flex-wrap: wrap; }
  .mo-nav { flex-wrap: wrap; }
  .mo-product-card,
  .lead-card { grid-template-columns: 1fr; }
  .mo-feature-grid,
  .mo-ecosystem-grid,
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mo-store-badges { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mo-hero-tabs {gap:25px;}
}

@media (max-width: 640px) {
  .title-eco h5 {font-size: 20px;}
.mo-features {padding: 20px;}
.mo-pill {font-size: 14px;}
	.mo-product-info {padding: 20px 20px; margin: 0 10px;}
  .mo-hero-inner { padding: 28px 20px; }
  .mo-product {  }
  .mo-feature-grid,
  .mo-ecosystem-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .lead-form .row { grid-template-columns: 1fr; }
 .mo-btn {
 font-size: 12px;
 }
 .mo-product-info h2 {
 font-size: 32px;
 }
 .mo-hero-tabs {
 gap:25px
 }
}
