.mm-home{
  --home-ink:#071533;
  --home-navy:#071f63;
  --home-blue:#0b58d0;
  --home-sky:#edf7ff;
  --home-soft:#f7fbff;
  --home-line:#d9e7f6;
  --home-muted:#5c6b84;
  --home-gold:#bd7a11;
  --home-shadow:0 24px 60px rgba(7,21,51,.10);
  --home-font:var(--mm-body-font, "Manrope", "Segoe UI", Arial, sans-serif);
  --home-heading:var(--mm-heading-font, "Manrope", "Segoe UI", Arial, sans-serif);
  color:var(--home-ink);
  font-family:var(--home-font);
  background:
    radial-gradient(circle at 82% 10%, rgba(214,234,255,.9), transparent 28%),
    radial-gradient(circle at 52% 22%, rgba(231,242,255,.8), transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f5fbff 44%,#ffffff 100%);
  overflow:hidden;
}

.mm-home *,
.mm-home *::before,
.mm-home *::after{
  box-sizing:border-box;
}

.mm-home .material-symbols-rounded{
  font-size:22px;
  line-height:1;
  font-variation-settings:"FILL" 0,"wght" 600,"GRAD" 0,"opsz" 24;
}

.mm-home .mm-container{
  width:min(100% - 80px, 1520px);
  margin:0 auto;
}

.mm-home a{
  color:inherit;
}

.mm-homeHero{
  position:relative;
  padding:78px 0 26px;
  isolation:isolate;
}

.mm-homeHero__bg{
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
}

.mm-homeHero__bg::before{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  right:28%;
  top:170px;
  border-radius:50%;
  border:1px solid rgba(11,88,208,.09);
  box-shadow:
    inset 0 0 0 58px rgba(11,88,208,.025),
    inset 0 0 0 116px rgba(11,88,208,.025),
    inset 0 0 0 174px rgba(11,88,208,.018);
}

.mm-homeHero__bg::after{
  content:"";
  position:absolute;
  right:72px;
  top:70px;
  width:160px;
  height:220px;
  background-image:radial-gradient(rgba(189,122,17,.38) 1px, transparent 1.5px);
  background-size:18px 18px;
  opacity:.75;
}

.mm-homeHero__top{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 390px;
  gap:80px;
  align-items:center;
  min-height:340px;
}

.mm-homeHero__content{
  max-width:780px;
}

.mm-homeHero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:18px;
  margin-bottom:22px;
  color:var(--home-navy);
  font-size:14px;
  font-weight:900;
  letter-spacing:.27em;
  text-transform:uppercase;
}

.mm-homeHero__eyebrow::after{
  content:"";
  width:52px;
  height:2px;
  background:linear-gradient(90deg,var(--home-gold),rgba(189,122,17,0));
}

.mm-homeHero h1{
  margin:0;
  max-width:760px;
  color:#091333;
  font-family:var(--home-heading);
  font-size:68px;
  line-height:1.06;
  letter-spacing:-.04em;
  font-weight:800;
}

.mm-homeHero h1 span{
  display:block;
  color:var(--home-gold);
}

.mm-homeHero p{
  max-width:720px;
  margin:26px 0 0;
  color:#4d5d77;
  font-size:20px;
  line-height:1.7;
}

.mm-homeHero__badges{
  display:flex;
  gap:44px;
  flex-wrap:wrap;
  margin-top:32px;
}

.mm-homeHero__badges div{
  display:grid;
  grid-template-columns:54px 1fr;
  align-items:center;
  column-gap:14px;
  min-width:190px;
}

.mm-homeHero__badges span{
  grid-row:1 / span 2;
  width:54px;
  height:54px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#0b58d0;
  background:#eef5ff;
}

.mm-homeHero__badges div:nth-child(1) span{
  color:#bd7a11;
  background:#fff4db;
}

.mm-homeHero__badges div:nth-child(3) span{
  color:#15803d;
  background:#e9f9ef;
}

.mm-homeHero__badges strong{
  font-size:15px;
  font-weight:950;
}

.mm-homeHero__badges small{
  color:#64748b;
  font-size:14px;
}

.mm-homeServices{
  position:relative;
  margin-top:42px;
  padding:34px 42px 40px;
  border:1px solid rgba(217,231,246,.95);
  border-radius:22px;
  background:rgba(255,255,255,.96);
  box-shadow:var(--home-shadow);
}

.mm-homeServices__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:28px;
}

.mm-homeServices h2,
.mm-homeTitle h2,
.mm-homeAbout h2{
  margin:0;
  color:#071533;
  font-family:var(--home-heading);
  font-size:34px;
  line-height:1.15;
  letter-spacing:-.025em;
}

.mm-homeServices__head span{
  display:block;
  width:52px;
  height:3px;
  margin-top:10px;
  background:var(--home-gold);
}

.mm-homeServices__arrows{
  display:flex;
  gap:16px;
}

.mm-homeServices__arrows button{
  width:52px;
  height:52px;
  border-radius:50%;
  border:1px solid var(--home-line);
  color:#082864;
  background:#fff;
  font-size:32px;
  line-height:1;
  cursor:default;
}

.mm-homeServices__arrows button:last-child{
  color:#fff;
  border-color:#062f8f;
  background:#062f8f;
}

.mm-homeServices__viewport{
  overflow-x:auto;
  overflow-y:visible;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  padding:2px 0 4px;
}

.mm-homeServices__viewport::-webkit-scrollbar{
  display:none;
}

.mm-homeServices__track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(210px, 1fr);
  gap:22px;
  min-width:100%;
}

.mm-homeService{
  position:relative;
  min-height:250px;
  padding:34px 24px 28px;
  border:1px solid rgba(217,231,246,.95);
  border-radius:14px;
  background:#fff;
  text-align:center;
  text-decoration:none;
  scroll-snap-align:start;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  box-shadow:0 16px 34px rgba(7,21,51,.05);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mm-homeService:hover{
  transform:translateY(-5px);
  border-color:rgba(11,88,208,.28);
  box-shadow:0 22px 44px rgba(7,21,51,.10);
}

.mm-homeService__tag{
  position:absolute;
  top:-1px;
  right:-1px;
  padding:8px 14px;
  border-radius:0 14px 0 14px;
  color:#fff;
  background:#082a7a;
  font-size:12px;
  font-weight:950;
}

.mm-homeService__icon{
  width:86px;
  height:86px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  background:#eaf8ef;
  color:#15904f;
}

.mm-homeService__icon .material-symbols-rounded{
  font-size:44px;
}

.mm-homeService strong{
  max-width:160px;
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#091333;
  font-size:22px;
  line-height:1.14;
  font-weight:950;
}

.mm-homeService small{
  min-height:50px;
  max-width:168px;
  margin-top:10px;
  color:#60708a;
  font-size:15px;
  line-height:1.45;
}

.mm-homeService__action{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#07823e;
  font-size:15px;
  font-weight:950;
}

.mm-homeService--orange .mm-homeService__icon{background:#fff0e5;color:#d05212;}
.mm-homeService--orange .mm-homeService__action{color:#d05212;}
.mm-homeService--pink .mm-homeService__icon{background:#fde8f4;color:#c01672;}
.mm-homeService--pink .mm-homeService__action{color:#c01672;}
.mm-homeService--gold .mm-homeService__icon{background:#fff3d9;color:#b76c00;}
.mm-homeService--gold .mm-homeService__action{color:#b76c00;}
.mm-homeService--blue .mm-homeService__icon{background:#e8f5ff;color:#0369a1;}
.mm-homeService--blue .mm-homeService__action{color:#0369a1;}
.mm-homeService--violet .mm-homeService__icon{background:#efe8ff;color:#6d28d9;}
.mm-homeService--violet .mm-homeService__action{color:#6d28d9;}
.mm-homeService--indigo .mm-homeService__icon{background:#e8edff;color:#3730a3;}
.mm-homeService--indigo .mm-homeService__action{color:#3730a3;}

.mm-homeService.is-featured{
  border-color:#3b63ff;
  box-shadow:0 22px 50px rgba(59,99,255,.13);
}

.mm-homeSupport{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  border:1px solid rgba(217,231,246,.95);
  border-radius:14px;
  overflow:hidden;
  background:#edf6ff;
}

.mm-homeSupport div{
  min-height:74px;
  padding:18px 24px;
  display:grid;
  grid-template-columns:44px 1fr;
  column-gap:14px;
  align-items:center;
  border-right:1px solid rgba(7,21,51,.13);
}

.mm-homeSupport div:last-child{
  border-right:0;
}

.mm-homeSupport span{
  grid-row:1 / span 2;
  color:#083b9f;
  font-size:34px;
}

.mm-homeSupport strong{
  font-size:15px;
  font-weight:950;
}

.mm-homeSupport small{
  color:#64748b;
  font-size:13px;
}

.mm-homeTitle{
  text-align:center;
  margin-bottom:32px;
}

.mm-homeTitle > span,
.mm-homeFaq__grid > div:first-child > span{
  display:block;
  color:#125bd3;
  font-size:12px;
  font-weight:950;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.mm-homeSteps,
.mm-homeWhy,
.mm-homeAbout,
.mm-homeNeeds,
.mm-homeHelp,
.mm-homeStats,
.mm-homeReviews,
.mm-homeBlogs,
.mm-homeFaq,
.mm-homeReady{
  padding:44px 0;
}

.mm-homeSteps__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:42px;
  max-width:1050px;
  margin:0 auto;
}

.mm-homeSteps article{
  position:relative;
  text-align:center;
  padding:0 12px;
}

.mm-homeSteps article:not(:last-child)::after{
  content:"";
  position:absolute;
  top:42px;
  left:70%;
  width:80%;
  border-top:2px dashed #c7dbf3;
}

.mm-homeSteps b{
  position:absolute;
  top:-8px;
  left:calc(50% + 28px);
  width:22px;
  height:22px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:#073b9f;
  font-size:12px;
  z-index:2;
}

.mm-homeSteps article > span{
  width:76px;
  height:76px;
  margin:0 auto 16px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#0b58d0;
  background:#eaf4ff;
  font-size:36px;
}

.mm-homeSteps strong,
.mm-homeWhy strong,
.mm-homeAbout__points strong,
.mm-homeNeeds strong,
.mm-homeReviews strong{
  display:block;
  color:#071533;
  font-size:16px;
  font-weight:950;
  line-height:1.25;
}

.mm-homeSteps small,
.mm-homeWhy small,
.mm-homeAbout__points small,
.mm-homeNeeds small,
.mm-homeReviews small{
  display:block;
  margin-top:8px;
  color:#64748b;
  font-size:13px;
  line-height:1.55;
}

.mm-homeWhy__grid{
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
  gap:20px;
}

.mm-homeWhy article{
  min-height:178px;
  padding:28px 20px;
  border:1px solid var(--home-line);
  border-radius:14px;
  background:#fff;
  text-align:center;
  box-shadow:0 14px 30px rgba(7,21,51,.04);
}

.mm-homeWhy article > span{
  width:62px;
  height:62px;
  margin:0 auto 18px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#0b58d0;
  background:#eef5ff;
  font-size:34px;
}

.mm-homeAbout__grid{
  display:grid;
  grid-template-columns:minmax(360px, 520px) minmax(0, 1fr);
  gap:56px;
  align-items:center;
}

.mm-homeAbout__art{
  min-height:300px;
  border-radius:28px;
  border:1px solid var(--home-line);
  background:
    radial-gradient(circle at 28% 28%, rgba(11,88,208,.14), transparent 26%),
    linear-gradient(135deg,#f4faff,#ffffff);
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
}

.mm-homeAbout__art::before{
  content:"";
  width:220px;
  height:220px;
  border-radius:50%;
  background:#e8f3ff;
}

.mm-homeAbout__art > span{
  position:absolute;
  width:82px;
  height:82px;
  border-radius:22px;
  display:grid;
  place-items:center;
  color:#0b58d0;
  background:#fff;
  box-shadow:0 18px 40px rgba(7,21,51,.10);
  font-size:42px;
}

.mm-homeAbout__art > span:nth-child(1){left:72px;bottom:54px;}
.mm-homeAbout__art > span:nth-child(2){right:78px;top:58px;color:#15803d;}
.mm-homeAbout__art > span:nth-child(3){right:130px;bottom:52px;color:#bd7a11;}

.mm-homeAbout p{
  max-width:850px;
  margin:18px 0 0;
  color:#52637f;
  font-size:17px;
  line-height:1.8;
}

.mm-homeAbout__points{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:22px;
  margin-top:30px;
}

.mm-homeAbout__points div{
  display:grid;
  grid-template-columns:48px 1fr;
  column-gap:14px;
  align-items:center;
}

.mm-homeAbout__points span{
  grid-row:1 / span 2;
  width:48px;
  height:48px;
  border-radius:16px;
  display:grid;
  place-items:center;
  color:#0b58d0;
  background:#eef5ff;
}

.mm-homeNeeds__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:22px;
}

.mm-homeNeeds a{
  position:relative;
  min-height:96px;
  padding:20px 56px 20px 78px;
  border:1px solid var(--home-line);
  border-radius:14px;
  background:#fff;
  text-decoration:none;
  box-shadow:0 12px 26px rgba(7,21,51,.04);
}

.mm-homeNeeds a > span:first-child{
  position:absolute;
  left:20px;
  top:22px;
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:#0b58d0;
  background:#eef5ff;
}

.mm-homeNeeds a > span:last-child{
  position:absolute;
  right:20px;
  top:34px;
  color:#092d82;
}

.mm-homeHelp__box,
.mm-homeReady__box{
  display:flex;
  align-items:center;
  gap:22px;
  padding:30px 36px;
  border:1px solid #cde3f8;
  border-radius:18px;
  background:linear-gradient(135deg,#eaf7ff,#ffffff 62%,#e8f4ff);
}

.mm-homeHelp__box div,
.mm-homeReady__box div{
  flex:1;
}

.mm-homeHelp span{
  display:block;
  color:#063b9f;
  font-size:13px;
  font-weight:950;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.mm-homeHelp strong,
.mm-homeReady strong{
  display:block;
  margin-top:8px;
  font-family:var(--home-heading);
  color:#071533;
  font-size:30px;
  line-height:1.15;
}

.mm-homeHelp small,
.mm-homeReady small{
  display:block;
  margin-top:10px;
  color:#5f6f86;
  font-size:15px;
}

.mm-homeHelp a,
.mm-homeReady a{
  min-width:190px;
  height:52px;
  padding:0 24px;
  border:1px solid #082a7a;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#fff;
  background:#082a7a;
  text-decoration:none;
  font-weight:950;
}

.mm-homeHelp a:last-child,
.mm-homeReady a:last-child{
  color:#082a7a;
  background:#fff;
}

.mm-homeHelp b{
  color:#64748b;
  font-size:14px;
}

.mm-homeStats__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:24px;
}

.mm-homeStats__grid div{
  padding:26px;
  border:1px solid var(--home-line);
  border-radius:14px;
  background:#f2f8ff;
  display:grid;
  grid-template-columns:58px 1fr;
  column-gap:16px;
  align-items:center;
}

.mm-homeStats span{
  grid-row:1 / span 2;
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#0b58d0;
  background:#fff;
}

.mm-homeStats strong{
  font-size:30px;
  line-height:1;
  font-weight:950;
}

.mm-homeStats small{
  color:#52637f;
  font-size:14px;
  line-height:1.35;
}

.mm-homeReviews__grid,
.mm-homeBlogs__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
}

.mm-homeReviews article,
.mm-homeBlogs article{
  border:1px solid var(--home-line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 14px 30px rgba(7,21,51,.04);
}

.mm-homeReviews article{
  padding:28px;
}

.mm-homeReviews article::before{
  content:"★★★★★";
  display:block;
  margin-bottom:16px;
  color:#f59e0b;
  letter-spacing:2px;
}

.mm-homeReviews p{
  margin:18px 0 0;
  color:#52637f;
  font-size:15px;
  line-height:1.7;
}

.mm-homeBlogs article{
  overflow:hidden;
}

.mm-homeBlogs__img{
  min-height:170px;
  padding:18px;
  background:
    radial-gradient(circle at 78% 20%, rgba(255,255,255,.7), transparent 24%),
    linear-gradient(135deg,#eaf7ff,#dff0ff);
  background-size:cover;
  background-position:center;
}

.mm-homeBlogs__img span{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  color:#073b9f;
  background:#fff;
  font-size:12px;
  font-weight:950;
}

.mm-homeBlogs article > div:last-child{
  padding:24px;
}

.mm-homeBlogs small{
  color:#64748b;
  font-size:13px;
}

.mm-homeBlogs h3{
  margin:10px 0;
  color:#071533;
  font-size:21px;
  line-height:1.25;
}

.mm-homeBlogs p{
  margin:0;
  color:#52637f;
  font-size:15px;
  line-height:1.65;
}

.mm-homeBlogs a{
  margin-top:18px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#0b58d0;
  text-decoration:none;
  font-weight:950;
}

.mm-homeFaq__grid{
  display:grid;
  grid-template-columns:330px 1fr;
  gap:36px;
  padding:34px;
  border:1px solid var(--home-line);
  border-radius:18px;
  background:#f6fbff;
}

.mm-homeFaq h2{
  margin:14px 0 12px;
  font-family:var(--home-heading);
  font-size:30px;
  line-height:1.15;
}

.mm-homeFaq p{
  color:#64748b;
  font-size:15px;
  line-height:1.65;
}

.mm-homeFaq__list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}

.mm-homeFaq details{
  border:1px solid var(--home-line);
  border-radius:10px;
  background:#fff;
}

.mm-homeFaq summary{
  min-height:48px;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#071533;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  list-style:none;
}

.mm-homeFaq summary::-webkit-details-marker{
  display:none;
}

.mm-homeFaq details p{
  margin:0;
  padding:0 16px 16px;
  font-size:14px;
}

.mm-homeReady__box{
  color:#fff;
  border-color:#072664;
  background:
    radial-gradient(circle at 85% 15%, rgba(49,130,255,.35), transparent 28%),
    linear-gradient(135deg,#061b49,#082d74);
}

.mm-homeReady strong,
.mm-homeReady small{
  color:#fff;
}

.mm-homeReady a:first-of-type{
  border-color:#f59e0b;
  background:#f59e0b;
}

.mm-homeReady a:last-child{
  color:#fff;
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.08);
}

@media (max-width:1200px){
  .mm-home .mm-container{
    width:min(100% - 48px, 1100px);
  }

  .mm-homeHero h1{
    font-size:54px;
  }

  .mm-homeHero__top{
    grid-template-columns:1fr 340px;
    gap:42px;
  }

  .mm-homeWhy__grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .mm-homeNeeds__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:900px){
  .mm-homeHero{
    padding:42px 0 20px;
  }

  .mm-homeHero__top,
  .mm-homeAbout__grid,
  .mm-homeFaq__grid{
    grid-template-columns:1fr;
  }

  .mm-homeSupport,
  .mm-homeSteps__grid,
  .mm-homeStats__grid,
  .mm-homeReviews__grid,
  .mm-homeBlogs__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .mm-homeSupport div:nth-child(2n){
    border-right:0;
  }

  .mm-homeSteps article:not(:last-child)::after{
    display:none;
  }

  .mm-homeHelp__box,
  .mm-homeReady__box{
    flex-wrap:wrap;
  }
}

@media (max-width:640px){
  .mm-home .mm-container{
    width:min(100% - 28px, 560px);
  }

  .mm-homeHero{
    padding-top:30px;
  }

  .mm-homeHero__eyebrow{
    font-size:11px;
    letter-spacing:.18em;
    margin-bottom:14px;
  }

  .mm-homeHero h1{
    font-size:39px;
    letter-spacing:-.03em;
  }

  .mm-homeHero p{
    margin-top:16px;
    font-size:16px;
  }

  .mm-homeHero__badges{
    gap:14px;
  }

  .mm-homeHero__badges div{
    min-width:100%;
  }

  .mm-homeServices{
    margin-top:26px;
    padding:22px 16px 24px;
    border-radius:18px;
  }

  .mm-homeServices__head{
    align-items:flex-start;
  }

  .mm-homeServices h2,
  .mm-homeTitle h2,
  .mm-homeAbout h2{
    font-size:28px;
  }

  .mm-homeServices__arrows{
    display:none;
  }

  .mm-homeServices__track{
    grid-auto-columns:78%;
    gap:14px;
  }

  .mm-homeService{
    min-height:226px;
    padding:28px 18px 24px;
  }

  .mm-homeService strong{
    font-size:20px;
  }

  .mm-homeSupport,
  .mm-homeSteps__grid,
  .mm-homeWhy__grid,
  .mm-homeAbout__points,
  .mm-homeNeeds__grid,
  .mm-homeStats__grid,
  .mm-homeReviews__grid,
  .mm-homeBlogs__grid,
  .mm-homeFaq__list{
    grid-template-columns:1fr;
  }

  .mm-homeSupport div{
    border-right:0;
    border-bottom:1px solid rgba(7,21,51,.13);
  }

  .mm-homeSupport div:last-child{
    border-bottom:0;
  }

  .mm-homeAbout__art{
    min-height:230px;
  }

  .mm-homeAbout__art > span{
    width:66px;
    height:66px;
    font-size:34px;
  }

  .mm-homeAbout__art > span:nth-child(1){left:34px;bottom:34px;}
  .mm-homeAbout__art > span:nth-child(2){right:36px;top:36px;}
  .mm-homeAbout__art > span:nth-child(3){right:88px;bottom:32px;}

  .mm-homeHelp__box,
  .mm-homeReady__box,
  .mm-homeFaq__grid{
    padding:24px 18px;
  }

  .mm-homeHelp strong,
  .mm-homeReady strong{
    font-size:25px;
  }

  .mm-homeHelp a,
  .mm-homeReady a{
    width:100%;
  }
}

/* Final homepage polish: compact first screen, working controls, stronger reviews */
.mm-homeHero{
  padding-top:36px;
  padding-bottom:20px;
}

.mm-homeHero__top{
  min-height:250px;
  gap:58px;
}

.mm-homeHero h1{
  max-width:690px;
  font-size:52px;
  line-height:1.03;
}

.mm-homeHero p{
  margin-top:16px;
  max-width:650px;
  font-size:17px;
  line-height:1.62;
}

.mm-homeHero__badges{
  margin-top:20px;
  gap:28px;
}

.mm-homeHero__badges span{
  width:46px;
  height:46px;
}

.mm-homeHero__badges div{
  grid-template-columns:46px 1fr;
  min-width:170px;
}

.mm-homeServices{
  margin-top:24px;
  padding:26px 34px 34px;
}

.mm-homeServices__head{
  margin-bottom:22px;
}

.mm-homeServices h2{
  font-size:36px;
}

.mm-homeServices__arrows[aria-hidden="true"]{
  display:none;
}

.mm-homeServices__track{
  grid-auto-columns:minmax(190px, 1fr);
  gap:18px;
}

.mm-homeService{
  min-height:220px;
  padding:28px 20px 24px;
}

.mm-homeService__icon{
  width:70px;
  height:70px;
  margin-bottom:18px;
}

.mm-homeService__icon .material-symbols-rounded{
  font-size:36px;
}

.mm-homeService strong{
  min-height:48px;
  font-size:20px;
}

.mm-homeService small{
  min-height:42px;
  font-size:14px;
}

.mm-homeAbout__art{
  min-height:330px;
  padding:0;
  overflow:hidden;
  background:#eef7ff;
}

.mm-homeAbout__art::before{
  display:none;
}

.mm-homeAbout__art img{
  width:100%;
  height:100%;
  min-height:330px;
  object-fit:cover;
  display:block;
}

.mm-homeNeeds__viewAll{
  background:linear-gradient(135deg,#082a7a,#0b58d0) !important;
  color:#fff;
  border-color:transparent !important;
}

.mm-homeNeeds__viewAll small,
.mm-homeNeeds__viewAll strong,
.mm-homeNeeds__viewAll > span:last-child{
  color:#fff;
}

.mm-homeNeeds__viewAll > span:first-child{
  color:#082a7a;
  background:#fff;
}

.mm-homeReviews .mm-homeTitle h2{
  margin-top:10px;
  font-size:36px;
}

.mm-homeReviews article{
  padding:34px;
}

.mm-homeReviews strong{
  font-size:22px;
}

.mm-homeReviews small{
  font-size:15px;
}

.mm-homeReviews p{
  font-size:17px;
  line-height:1.75;
}

@media (max-width:1200px){
  .mm-homeHero h1{
    font-size:44px;
  }

  .mm-homeHero__top{
    gap:34px;
  }
}

@media (max-width:640px){
  .mm-homeHero{
    padding-top:28px;
  }

  .mm-homeHero h1{
    font-size:35px;
  }

  .mm-homeServices h2,
  .mm-homeReviews .mm-homeTitle h2{
    font-size:28px;
  }

  .mm-homeServices__track{
    grid-auto-columns:82%;
  }

  .mm-homeAbout__art,
  .mm-homeAbout__art img{
    min-height:240px;
  }
}

/* Latest requested refinements */
.mm-homeNeeds__grid{
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:20px;
}

.mm-homeNeeds a{
  min-height:112px;
}

.mm-homeReviews{
  padding-top:18px;
}

.mm-homeReviews__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
  margin-bottom:22px;
}

.mm-homeReviews__head .mm-homeTitle{
  margin:0;
  text-align:left;
}

.mm-homeReviews__arrows{
  display:flex;
  gap:12px;
  flex:0 0 auto;
}

.mm-homeReviews__arrows button{
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid var(--home-line);
  background:#fff;
  color:#082a7a;
  font-size:30px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(7,21,51,.08);
}

.mm-homeReviews__arrows button:last-child{
  color:#fff;
  border-color:#082a7a;
  background:#082a7a;
}

.mm-homeReviews__viewport{
  overflow-x:auto;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  padding:4px 4px 18px;
}

.mm-homeReviews__viewport::-webkit-scrollbar{
  display:none;
}

.mm-homeReviews__grid{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 36px) / 3);
  grid-template-columns:none;
  gap:18px;
  min-width:100%;
}

.mm-homeReviews article{
  min-height:230px;
  padding:24px;
  scroll-snap-align:start;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg,rgba(11,88,208,.45),rgba(189,122,17,.35)) border-box;
  border:1px solid transparent;
  border-radius:18px;
  box-shadow:0 18px 42px rgba(7,21,51,.08);
}

.mm-homeReviews article::before{
  margin-bottom:18px;
  font-size:15px;
}

.mm-reviewUser{
  display:flex;
  align-items:center;
  gap:14px;
}

.mm-reviewUser > span{
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#082a7a;
  background:#edf6ff;
  font-size:15px;
  font-weight:950;
}

.mm-homeReviews .mm-reviewUser strong{
  font-size:18px;
}

.mm-homeReviews .mm-reviewUser small{
  margin-top:3px;
  font-size:13px;
}

.mm-homeReviews p{
  margin-top:18px;
  font-size:15px;
  line-height:1.7;
}

@media (max-width:900px){
  .mm-homeReviews__grid{
    grid-auto-columns:calc((100% - 18px) / 2);
  }
}

@media (max-width:640px){
  .mm-homeNeeds__grid{
    grid-template-columns:1fr;
  }

  .mm-homeReviews__head{
    align-items:flex-start;
    flex-direction:column;
  }

  .mm-homeReviews__grid{
    grid-auto-columns:88%;
  }
}

/* Premium homepage typography and non-EMI hero guidance card */
.mm-home{
  --home-heading:var(--mm-heading-font, "Manrope", "Segoe UI", Arial, sans-serif);
  font-feature-settings:"kern" 1, "liga" 1;
  text-rendering:optimizeLegibility;
}

.mm-homeHero__content{
  max-width:820px;
}

.mm-homeHero h1{
  max-width:760px;
  font-family:var(--home-heading);
  font-size:50px;
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:950;
}

.mm-homeHero h1 span{
  display:inline;
  color:var(--home-gold);
}

.mm-homeHero p{
  max-width:700px;
  color:#43536f;
  font-size:18px;
  font-weight:500;
}

.mm-homeServices h2,
.mm-homeTitle h2,
.mm-homeAbout h2,
.mm-homeHelp strong,
.mm-homeReady strong,
.mm-homeFaq h2{
  font-family:var(--home-heading);
  letter-spacing:-.04em;
  font-weight:950;
}

.mm-homeHero__assist{
  position:relative;
  width:100%;
  max-width:380px;
  margin-left:auto;
  padding:30px;
  border:1px solid rgba(217,231,246,.95);
  border-radius:26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(11,88,208,.12), transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,251,255,.94));
  box-shadow:0 26px 70px rgba(7,21,51,.12);
  overflow:hidden;
}

.mm-homeHero__assist::before{
  content:"";
  position:absolute;
  right:-44px;
  bottom:-54px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:rgba(11,88,208,.08);
}

.mm-homeHero__assistBadge{
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  color:#0b58d0;
  background:#eaf4ff;
  font-size:12px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.mm-homeHero__assist h2{
  position:relative;
  margin:18px 0 0;
  color:#071533;
  font-size:30px;
  line-height:1.14;
  letter-spacing:-.035em;
  font-weight:950;
}

.mm-homeHero__assist p{
  position:relative;
  margin:12px 0 0;
  color:#58677f;
  font-size:15px;
  line-height:1.65;
}

.mm-homeHero__notice{
  position:relative;
  margin-top:14px;
  padding:10px 12px;
  border-radius:12px;
  font-size:13px;
  font-weight:850;
  line-height:1.45;
}

.mm-homeHero__notice.is-success{
  color:#116329;
  background:#eaf9ef;
  border:1px solid #bdecc9;
}

.mm-homeHero__notice.is-error{
  color:#9f1239;
  background:#fff1f2;
  border:1px solid #fecdd3;
}

.mm-homeHero__form{
  position:relative;
  display:grid;
  gap:10px;
  margin-top:18px;
}

.mm-homeHero__form label{
  display:grid;
  gap:6px;
}

.mm-homeHero__form label span{
  color:#13233f;
  font-size:12px;
  font-weight:950;
}

.mm-homeHero__form input,
.mm-homeHero__form select,
.mm-homeHero__form textarea{
  width:100%;
  min-height:44px;
  border:1px solid #cfe0f2;
  border-radius:13px;
  background:#fff;
  color:#071533;
  font:inherit;
  font-size:14px;
  font-weight:650;
  outline:none;
  padding:0 14px;
  box-shadow:0 8px 20px rgba(7,21,51,.035);
  transition:border-color .18s ease, box-shadow .18s ease;
}

.mm-homeHero__form textarea{
  min-height:62px;
  padding-top:12px;
  resize:vertical;
}

.mm-homeHero__form input:focus,
.mm-homeHero__form select:focus,
.mm-homeHero__form textarea:focus{
  border-color:#0b58d0;
  box-shadow:0 0 0 4px rgba(11,88,208,.10);
}

.mm-homeHero__form button{
  height:50px;
  margin-top:4px;
  border:0;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(135deg,#0b58d0,#082a7a);
  box-shadow:0 16px 34px rgba(8,42,122,.18);
  font:inherit;
  font-size:15px;
  font-weight:950;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.mm-homeHero__hp{
  position:absolute !important;
  left:-9999px !important;
  opacity:0 !important;
  pointer-events:none !important;
}

.mm-homeHero__assistList{
  position:relative;
  display:grid;
  gap:12px;
  margin-top:22px;
}

.mm-homeHero__assistList span{
  min-height:42px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border:1px solid rgba(217,231,246,.95);
  border-radius:14px;
  color:#071533;
  background:#fff;
  font-size:14px;
  font-weight:850;
}

.mm-homeHero__assistList i{
  color:#0b58d0;
  font-style:normal;
}

.mm-homeHero__assist a{
  position:relative;
  height:50px;
  margin-top:22px;
  padding:0 20px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#fff;
  background:linear-gradient(135deg,#0b58d0,#082a7a);
  text-decoration:none;
  font-weight:950;
  box-shadow:0 16px 34px rgba(8,42,122,.18);
}

#mmEmiOpenBtn.mm-emi-toggle--home-hero-hidden{
  display:none !important;
}

.mm-homeService strong,
.mm-homeNeeds strong,
.mm-homeWhy strong,
.mm-homeSteps strong,
.mm-homeReviews .mm-reviewUser strong,
.mm-homeBlogs h3{
  letter-spacing:-.025em;
}

.mm-homeService small,
.mm-homeNeeds small,
.mm-homeWhy small,
.mm-homeSteps small,
.mm-homeBlogs p,
.mm-homeReviews p{
  color:#55667f;
  font-weight:500;
}

@media (max-width:1200px){
  .mm-homeHero h1{
    font-size:44px;
  }

  .mm-homeHero__assist{
    max-width:340px;
  }
}

@media (max-width:900px){
  .mm-homeHero__assist{
    max-width:none;
    margin-left:0;
  }
}

@media (max-width:640px){
  .mm-homeHero h1{
    font-size:34px;
    line-height:1.1;
  }

  .mm-homeHero h1 span{
    display:block;
  }

  .mm-homeHero p{
    font-size:16px;
  }

  .mm-homeHero__assist{
    padding:22px;
    border-radius:20px;
  }
}

/* Compact hero form layout */
.mm-homeHero__top{
  grid-template-columns:minmax(0, 1fr) minmax(390px, 440px);
  gap:48px;
  align-items:center;
}

.mm-homeHero__assist{
  max-width:440px;
  padding:22px;
  border-radius:22px;
}

.mm-homeHero__assistBadge{
  padding:6px 11px;
  font-size:11px;
}

.mm-homeHero__assist h2{
  margin-top:12px;
  font-size:24px;
  line-height:1.16;
}

.mm-homeHero__form{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:10px;
  margin-top:14px;
}

.mm-homeHero__form label:nth-of-type(3),
.mm-homeHero__form label:nth-of-type(4),
.mm-homeHero__form button{
  grid-column:1 / -1;
}

.mm-homeHero__form label{
  gap:5px;
}

.mm-homeHero__form label span{
  font-size:11px;
}

.mm-homeHero__form input,
.mm-homeHero__form select,
.mm-homeHero__form textarea{
  min-height:40px;
  border-radius:11px;
  font-size:13px;
  padding-inline:12px;
}

.mm-homeHero__form textarea{
  min-height:52px;
  padding-top:10px;
}

.mm-homeHero__form button{
  height:44px;
  border-radius:12px;
  font-size:14px;
}

.mm-homeHero__notice{
  margin-top:12px;
}

@media (max-width:1200px){
  .mm-homeHero__top{
    grid-template-columns:minmax(0, 1fr) minmax(360px, 400px);
    gap:30px;
  }

  .mm-homeHero__assist{
    max-width:400px;
  }
}

@media (max-width:900px){
  .mm-homeHero__top{
    grid-template-columns:1fr;
  }

  .mm-homeHero__assist{
    max-width:none;
  }
}

@media (max-width:640px){
  .mm-homeHero__form{
    grid-template-columns:1fr;
  }
}
