/* Mentorship landing (from marketplace-landing-page / ml-page) */

.ml-page {
  background: #06141F;
}
.ml-page #header {
  position: relative;
}
.ml-page .ml-hero {
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(104.04deg, #001229 0%, #042A3A 65%, #075143 100%);
}
@media (min-width: 992px) {
  .ml-page .ml-hero {
    display: flex;
    align-items: center;
    height: clamp(520px, 44.86vw, 646px);
  }
  /* Fill the 1440 banner; image bleeds to the banner's right edge */
  .ml-page .ml-hero > .container {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .ml-page .ml-hero .container,
  .ml-page .ml-hero .container-fluid,
  .ml-page .ml-hero .row,
  .ml-page .ml-hero__content-col,
  .ml-page .ml-hero__image-col,
  .ml-page .ml-hero__image-col .ml-hero__media {
    height: 100%;
  }
  .ml-page .ml-hero__content-col {
    flex: 0 0 43%;
    max-width: 43%;
  }
  .ml-page .ml-hero__image-col {
    flex: 0 0 57%;
    max-width: 57%;
    padding-right: 0;
  }
  .ml-page .ml-hero__image-col .ml-hero__media,
  .ml-page .ml-hero__image-col .ml-hero__img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .ml-page {
    background: #010913;
  }
  .ml-page .ml-hero {
    /* Figma Mentorship Mobile — deep navy (not charcoal #1E1E1E) */
    background: #010913;
  }
}
.ml-page .ml-hero__content {
  position: relative;
  z-index: 2;
  max-width: 635px;
  margin: 0 0 0 auto;
}
@media (max-width: 1400px) {
  .ml-page .ml-hero__content {
    max-width: 540px;
  }
}
@media (max-width: 1200px) {
  .ml-page .ml-hero__content {
    max-width: 450px;
  }
}
@media (max-width: 992px) {
  .ml-page .ml-hero__content {
    max-width: none;
    padding: 30px 40px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-hero__content {
    padding: 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .ml-page .ml-hero__content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(28px, 3.47vw, 50px) clamp(24px, 3.47vw, 50px) 28px;
    box-sizing: border-box;
  }
}
.ml-page .ml-hero__badge {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #55E5C0;
  border: 1px solid #168A76;
  border-radius: 50px;
  padding: 8px 25px;
  margin: 0 0 40px;
  background: rgba(22, 138, 118, 0.2196078431);
}
@media (max-width: 1700px) {
  .ml-page .ml-hero__badge {
    margin: 0 0 30px;
  }
}
@media (max-width: 1400px) {
  .ml-page .ml-hero__badge {
    margin: 0 0 20px;
  }
}
@media (max-width: 1280px) {
  .ml-page .ml-hero__badge {
    margin: 0 0 15px;
  }
}
@media (max-width: 1200px) {
  .ml-page .ml-hero__badge {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-hero__badge {
    margin: 0 auto 20px;
    font-size: 10px;
    line-height: 12px;
    padding: 0;
    border: 0;
    display: block;
    background: no-repeat;
    color: #00C79E;
  }
}
.ml-page .ml-hero h1 {
  font-size: 52px;
  line-height: 65px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 18px;
}
@media (max-width: 1700px) {
  .ml-page .ml-hero h1 {
    font-size: 42px;
    line-height: 50px;
    margin: 0 0 14px;
  }
}
@media (max-width: 1400px) {
  .ml-page .ml-hero h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .ml-page .ml-hero h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-hero h1 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 20px;
  }
}
@media (min-width: 1400px) {
  .ml-page .ml-hero__badge {
    margin-left: 28px;
  }
  .ml-page .ml-hero h1 {
    width: 620px;
    max-width: none;
    font-size: 52px;
    line-height: 65px;
    margin-bottom: 14px;
  }
}
.ml-page .ml-hero__lead {
  font-size: 18px;
  line-height: 28px;
  color: #C4D4DE;
  margin: 0 0 30px;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .ml-page .ml-hero__lead {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1280px) {
  .ml-page .ml-hero__lead {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-hero__lead {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 20px;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .ml-page .ml-hero__lead {
    max-width: 520px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.ml-page .ml-hero__actions {
  margin: 0 0 28px;
}
@media (max-width: 1280px) {
  .ml-page .ml-hero__actions {
    margin: 0 0 20px;
  }
}
@media (max-width: 1200px) {
  .ml-page .ml-hero__actions {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-hero__actions {
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
.ml-page .ml-hero__btn {
  border-radius: 10px;
  padding: 13px 22px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  min-width: 170px;
  text-align: center;
}
@media (max-width: 1280px) {
  .ml-page .ml-hero__btn {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1200px) {
  .ml-page .ml-hero__btn {
    padding: 10px 15px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-hero__btn {
    width: 100%;
    min-width: 0;
    min-height: 57px;
    padding: 17px 15px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 12px;
  }
}
@media (min-width: 1400px) {
  .ml-page .ml-hero__btn {
    min-width: 235px;
    min-height: 54px;
    padding: 14px 22px;
  }
}
.ml-page .ml-hero__btn--primary {
  background: #08BE9A;
  border: 1px solid #08BE9A;
  color: #fff;
}
@media (max-width: 575px) {
  .ml-page .ml-hero__btn--primary {
    margin: 0 0 14px;
  }
}
.ml-page .ml-hero__btn--primary:hover {
  background: #008F7A;
  border-color: #008F7A;
  color: #fff;
}
.ml-page .ml-hero__btn--outline {
  background: #061E34;
  border: 1px solid rgba(168, 183, 199, 0.55);
  color: #fff;
}
@media (max-width: 575px) {
  .ml-page .ml-hero__btn--outline {
    background: transparent;
    border-color: #00C79E;
  }
}
.ml-page .ml-hero__btn--outline:hover {
  border-color: #2AC5A6;
  color: #7EDFC8;
}
.ml-page .ml-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin: 0 0 50px;
  max-width: 560px;
}
@media (max-width: 1700px) {
  .ml-page .ml-hero__features {
    margin: 0 0 30px;
  }
}
@media (max-width: 1500px) {
  .ml-page .ml-hero__features {
    margin: 0 0 20px;
  }
}
@media (max-width: 1200px) {
  .ml-page .ml-hero__features {
    margin: 0 0 15px;
  }
}
.ml-page .ml-hero__features li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: #E8EEF4;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .ml-page .ml-hero__features li {
    font-size: 12px;
    line-height: 14px;
    gap: 4px;
  }
}
.ml-page .ml-hero__features li:before {
  display: none;
}
.ml-page .ml-hero__features li i {
  width: 16px;
  height: 16px;
  color: #A9BCC8;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .ml-page .ml-hero__features li i {
    width: 11px;
    height: 11px;
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-hero__features {
    gap: 8px 10px;
    margin: 0 0 20px;
    justify-content: center;
  }
  .ml-page .ml-hero__features li {
    font-size: 11px;
    line-height: 13px;
    color: #A9BCC8;
  }
}
.ml-page .ml-hero__proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1280px) {
  .ml-page .ml-hero__proof {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-hero__proof {
    font-size: 12px;
    line-height: 14px;
    justify-content: center;
  }
}
.ml-page .ml-hero__stars {
  display: inline-flex;
  gap: 2px;
  color: #F5B400;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .ml-page .ml-hero__stars {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-hero__stars {
    font-size: 12px;
  }
}
.ml-page .ml-hero__media {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .ml-page .ml-hero__media::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 1;
    width: clamp(90px, 13vw, 190px);
    background: linear-gradient(90deg, rgba(2, 14, 27, 0.88) 0%, rgba(2, 14, 27, 0) 100%);
    pointer-events: none;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-hero__media {
    height: auto;
    aspect-ratio: 380 / 266;
    margin-left: 14px;
    margin-right: 14px;
    border: 1px solid rgba(0, 199, 158, 0.65);
    border-radius: 20px;
  }
}
.ml-page .ml-hero__img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}
.ml-page .ml-hero__mentor-card {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  min-width: 290px;
  padding: 13px 16px 12px;
  color: #fff;
  background: rgba(3, 17, 31, 0.94);
  border: 1px solid #00C79E;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
.ml-page .ml-hero__mentor-card strong,
.ml-page .ml-hero__mentor-card > span {
  display: block;
}
.ml-page .ml-hero__mentor-card strong {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
.ml-page .ml-hero__mentor-card > span {
  color: #55E5C0;
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 575px) {
  .ml-page .ml-hero__mentor-card {
    right: 14px;
    bottom: 14px;
    left: 14px;
    min-width: 0;
    max-width: none;
    padding: 7px 12px;
    border-radius: 12px;
  }
  .ml-page .ml-hero__mentor-card strong {
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 16px;
  }
  .ml-page .ml-hero__mentor-card > span {
    font-size: 10px;
    line-height: 14px;
  }
}
.ml-page .ml-stats {
  background: #fff;
  padding: 20px 0;
}
@media (max-width: 575px) {
  .ml-page .ml-stats {
    background: #03111F;
    padding: 25px 0 20px;
  }
}
.ml-page .ml-stats__title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #607582;
  margin: 0;
}
@media (max-width: 1200px) {
  .ml-page .ml-stats__title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-stats__title {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #00C79E;
  }
}
.ml-page .ml-stats__card {
  height: 100%;
  background: #F3F6F8;
  border-radius: 16px;
  padding: 20px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1400px) {
  .ml-page .ml-stats__card {
    padding: 15px 10px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-stats__card {
    padding: 10px 10px;
    border-radius: 10px 10px;
    align-items: center;
    background: #010913;
  }
}
.ml-page .ml-stats__card strong {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #087A68;
  margin: 0 0 5px;
}
@media (max-width: 1200px) {
  .ml-page .ml-stats__card strong {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .ml-page .ml-stats__card strong {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 6px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-stats__card strong {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 2px;
    color: #00C79E;
  }
}
.ml-page .ml-stats__card span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #526876;
  text-align: left;
}
@media (max-width: 575px) {
  .ml-page .ml-stats__card span {
    font-size: 12px;
    line-height: 16px;
    color: #A8BDD1;
    font-weight: 400;
  }
}
.ml-page .ml-paths {
  background: #F3F7F8;
  padding: 60px 0 35px;
}
@media (max-width: 575px) {
  .ml-page .ml-paths {
    background: #010913;
    padding: 30px 0 20px;
  }
}
.ml-page .ml-paths__head {
  margin: 0 0 50px;
}
@media (max-width: 575px) {
  .ml-page .ml-paths__head {
    margin: 0 0 20px;
  }
}
.ml-page .ml-paths__head h2 {
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
  color: #09243A;
  margin: 0 0 10px;
}
@media (max-width: 1200px) {
  .ml-page .ml-paths__head h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .ml-page .ml-paths__head h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-paths__head h2 {
    font-size: 25px;
    line-height: 27px;
    color: #fff;
    margin: 0 0 7px;
  }
}
.ml-page .ml-paths__head p {
  font-size: 16px;
  line-height: 20px;
  color: #667B88;
  margin: 0;
}
@media (max-width: 575px) {
  .ml-page .ml-paths__head p {
    font-size: 13px;
    line-height: 17px;
    color: #A8BDD1;
    font-weight: 400;
  }
}
.ml-page .ml-paths__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #0B9D80;
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media (max-width: 575px) {
  .ml-page .ml-paths__label {
    margin: 0 0 10px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #00C79E;
  }
}
.ml-page .ml-paths__card {
  height: 100%;
  background: #061321;
  border-radius: 18px;
  padding: 28px 28px 28px;
  border: 2px solid #1F4761;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .ml-page .ml-paths__card {
    padding: 20px 20px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-paths__card {
    padding: 20px 20px;
  }
}
.ml-page .ml-paths__card--featured {
  border-color: #00D1A6;
  background: #061D38;
}
.ml-page .ml-paths__top {
  margin: 0 0 25px;
}
@media (max-width: 575px) {
  .ml-page .ml-paths__top {
    margin: 0 0 10px;
  }
}
@media (max-width: 1280px) {
  .ml-page .ml-paths__top {
    margin: 0 0 15px;
  }
}
.ml-page .ml-paths__heading {
  flex: 1;
  min-width: 0;
}
.ml-page .ml-paths__heading h3 {
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
@media (max-width: 1400px) {
  .ml-page .ml-paths__heading h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-paths__heading h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.ml-page .ml-paths__icon {
  width: 60px;
  height: 60px;
}
.ml-page .ml-paths__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.ml-page .ml-paths__eyebrow {
  display: block;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  color: #00B289;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.ml-page .ml-paths__eyebrow--blue {
  color: #65CFFF;
}
@media (max-width: 575px) {
  .ml-page .ml-paths__eyebrow {
    font-size: 10px;
    line-height: 12px;
    margin: 0 0 10px;
    color: #00C79E;
  }
}
.ml-page .ml-paths__copy {
  font-size: 14px;
  line-height: 22px;
  color: #C9D7DF;
  margin: 0 0 40px;
}
@media (max-width: 1280px) {
  .ml-page .ml-paths__copy {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-paths__copy {
    font-size: 13px;
    line-height: 19px;
    margin: 0 0 14px;
    color: #A8BDD1;
  }
}
.ml-page .ml-paths__list {
  margin: 0;
}
@media (max-width: 1200px) {
  .ml-page .ml-paths__list {
    margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-paths__list {
    margin: 0 0 10px;
  }
}
.ml-page .ml-paths__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 17px;
  color: #E0EBF0;
  margin: 0 0 10px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .ml-page .ml-paths__list li {
    font-size: 12px;
    line-height: 14px;
    color: #F3F6F8;
    font-weight: 500;
    align-items: center;
  }
}
.ml-page .ml-paths__list li:before {
  display: none;
}
.ml-page .ml-paths__list li:last-child {
  margin-bottom: 0;
}
.ml-page .ml-paths__list li i {
  color: #fff;
  font-size: 13px;
  margin-top: 2px;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .ml-page .ml-paths__list li i {
    font-size: 10px;
    margin: 0;
  }
}
.ml-page .ml-paths__action {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .ml-page .ml-paths__action {
    justify-content: center;
    width: 100%;
  }
}
.ml-page .ml-paths__btn {
  background: #08B995;
  border: 1px solid #08B995;
  border-radius: 15px 15px;
  padding: 18px 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  margin: -20px 0 0;
}
@media (max-width: 1400px) {
  .ml-page .ml-paths__btn {
    margin: 0;
  }
}
.ml-page .ml-paths__btn:hover {
  background: #009976;
  border-color: #009976;
}
.ml-page .ml-paths__btn--featured {
  background: #087A68;
  border-color: #39D6B5;
}
@media (max-width: 575px) {
  .ml-page .ml-paths__btn--featured {
    background: #00C79E;
    border-radius: 10px 10px;
    padding: 15px 15px;
    border: 0;
    font-weight: 600;
  }
}
.ml-page .ml-paths__btn--featured:hover {
  background: #085548;
  border-color: #2EC4A7;
}
@media (max-width: 575px) {
  .ml-page .ml-paths__btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.ml-page .ml-paths__banner {
  margin: 28px auto 0;
  max-width: 820px;
  text-align: center;
  background: #E3F3EF;
  border-radius: 50px;
  padding: 10px 28px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #215D53;
  border: 1px solid #B7DDD3;
}
@media (max-width: 767px) {
  .ml-page .ml-paths__banner {
    padding: 15px 10px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-paths__banner {
    margin: 20px auto 0;
    border-radius: 15px 15px;
    border: 1px solid #143D57;
    background: #051625;
    padding: 15px 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .ml-page .ml-paths__banner .box {
    width: 100%;
  }
  .ml-page .ml-paths__banner .box h4 {
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    margin: 0 0 5px;
    font-weight: 600;
    text-align: left;
  }
  .ml-page .ml-paths__banner .box p {
    font-size: 11px;
    line-height: 16px;
    color: #A8BDD1;
    margin: 0;
    text-align: left;
    font-weight: 400;
    width: 80%;
  }
  .ml-page .ml-paths__banner a {
    width: 100%;
    text-align: right;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    color: #00C79E;
    text-decoration: none;
    margin: -12px 0 0;
  }
  .ml-page .ml-paths__banner a:hover {
    color: #6EE7B7;
  }
}
.ml-page .ml-tools {
  background: #00152F;
  padding: 50px 0 30px;
}
.ml-page .ml-tools__head {
  margin: 0 0 50px;
}
.ml-page .ml-tools__head h2 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
@media (max-width: 1200px) {
  .ml-page .ml-tools__head h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .ml-page .ml-tools__head h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-tools__head h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.ml-page .ml-tools__head p {
  font-size: 15px;
  line-height: 17px;
  color: #AFC1CC;
  margin: 0;
}
@media (max-width: 575px) {
  .ml-page .ml-tools__head p {
    font-size: 14px;
    line-height: 22px;
  }
}
.ml-page .ml-tools__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #48DEB8;
  text-transform: uppercase;
  margin: 0 0 10px;
}
@media (max-width: 575px) {
  .ml-page .ml-tools__label {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 10px;
  }
}
.ml-page .ml-tools__card {
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  padding: 24px 22px;
  background: linear-gradient(160deg, rgba(12, 40, 48, 0.95) 0%, rgba(6, 18, 32, 0.98) 100%);
  border: 1px solid rgba(52, 211, 153, 0.22);
  box-shadow: inset 0 0 40px rgba(52, 211, 153, 0.06);
}
@media (max-width: 1200px) {
  .ml-page .ml-tools__card {
    padding: 15px 15px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-tools__card {
    gap: 12px;
    border-radius: 14px;
  }
}
.ml-page .ml-tools__card--teal {
  border-color: #15B494;
  background: #073A3D;
}
.ml-page .ml-tools__card--blue {
  border-color: #315E7C;
  background: #08243D;
}
.ml-page .ml-tools__card--active {
  border-color: #268CD1;
  background: #082B58;
}
.ml-page .ml-tools__icon {
  width: 45px;
  height: 45px;
}
.ml-page .ml-tools__body {
  flex: 1;
  min-width: 0;
}
.ml-page .ml-tools__body h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px;
}
@media (max-width: 575px) {
  .ml-page .ml-tools__body h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
.ml-page .ml-tools__body p {
  font-size: 12px;
  line-height: 18px;
  color: #BFD0D9;
  margin: 0 0 18px;
}
.ml-page .ml-tools__link {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #34D399;
  text-decoration: none;
}
.ml-page .ml-tools__link:hover {
  color: #6EE7B7;
}
/* Tax Office Plus offer banner — Figma 927:1038 (1440×620, pixel-locked) */
.ml-page .ml-offer {
  position: relative;
  overflow: hidden;
  background: #071B3D;
  font-family: Inter, system-ui, sans-serif;
}
.ml-page .ml-offer__wrap {
  container-type: inline-size;
  container-name: ml-offer;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  aspect-ratio: 1440 / 620;
  position: relative;
  overflow: hidden;
}
.ml-page .ml-offer__wrap--mobile {
  display: none;
}
.ml-page .ml-offer__stage {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 620px;
  transform: scale(calc(100cqw / 1440));
  transform-origin: top left;
  background: #071B3D;
}
.ml-page .ml-offer__glow {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.ml-page .ml-offer__glow--teal {
  width: 607px;
  height: 615px;
  left: 809px;
  top: 9px;
  background: rgba(16, 214, 176, 0.18);
  border-radius: 380px;
}
.ml-page .ml-offer__glow--blue {
  width: 600px;
  height: 420px;
  left: -180px;
  top: 360px;
  background: rgba(22, 119, 255, 0.16);
  border-radius: 240px;
}
.ml-page .ml-offer__panel {
  position: absolute;
  width: 752px;
  height: 496px;
  left: 73px;
  top: 169px;
  background: rgba(12, 43, 88, 0.82);
  border-radius: 28px;
  z-index: 1;
}
.ml-page .ml-offer__title {
  position: absolute;
  left: 47px;
  top: 29px;
  margin: 0;
  width: 630px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #FFFFFF;
  z-index: 3;
}
.ml-page .ml-offer__badge {
  box-sizing: border-box;
  position: absolute;
  width: 520px;
  height: 34px;
  left: 78px;
  top: 104px;
  background: rgba(48, 247, 200, 0.13);
  border: 1px solid rgba(48, 247, 200, 0.45);
  border-radius: 17px;
  z-index: 3;
}
.ml-page .ml-offer__badge-text {
  position: absolute;
  left: 38px;
  top: 7px;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #30F7C8;
  white-space: nowrap;
}
.ml-page .ml-offer__card {
  position: absolute;
  left: 32px;
  top: 207px;
  width: 365px;
  height: 271px;
  background: #FFFFFF;
  border-radius: 11px;
  z-index: 4;
  overflow: hidden;
}
.ml-page .ml-offer__plan {
  position: absolute;
  left: 120px;
  top: 221px;
  margin: 0;
  width: 250px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: #10233D;
  z-index: 5;
}
.ml-page .ml-offer__amount {
  position: absolute;
  left: 70px;
  top: 31px;
  margin: 0;
  font-size: 74px;
  line-height: 90px;
  font-weight: 700;
  color: #0A2E61;
  white-space: nowrap;
}
.ml-page .ml-offer__period {
  position: absolute;
  left: 227px;
  top: 82px;
  margin: 0;
  width: 90px;
  height: 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #B8CFEB;
}
.ml-page .ml-offer__shield {
  position: absolute;
  left: 26px;
  top: 132px;
  width: 52px;
  height: 52px;
  object-fit: cover;
  display: block;
}
.ml-page .ml-offer__trial-title {
  position: absolute;
  left: 96px;
  top: 140px;
  margin: 0;
  width: 240px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #0B1F3A;
}
.ml-page .ml-offer__trial-copy {
  position: absolute;
  left: 96px;
  top: 166px;
  margin: 0;
  width: 240px;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  color: #607388;
}
.ml-page .ml-offer__guarantees {
  position: absolute;
  left: 88px;
  top: 204px;
  width: 250px;
}
.ml-page .ml-offer__guarantees p {
  margin: 0;
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
  color: #14796F;
}
.ml-page .ml-offer__features {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 620px;
  z-index: 3;
  pointer-events: none;
}
.ml-page .ml-offer__feat-h {
  position: absolute;
  margin: 0;
  width: 450px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #8CFFC7;
}
.ml-page .ml-offer__feat-h--1 { left: 441px; top: 192px; }
.ml-page .ml-offer__feat-h--2 { left: 441px; top: 327px; }
.ml-page .ml-offer__feat-h--3 { left: 441px; top: 465px; }
.ml-page .ml-offer__check {
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
}
.ml-page .ml-offer__check img {
  position: absolute;
  inset: 0;
  width: 16px;
  height: 16px;
  display: block;
}
.ml-page .ml-offer__check i {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: #007D6B;
  font-family: Inter, system-ui, sans-serif;
}
.ml-page .ml-offer__check--1 { left: 441px; top: 222px; }
.ml-page .ml-offer__check--2 { left: 441px; top: 253px; }
.ml-page .ml-offer__check--3 { left: 441px; top: 284px; }
.ml-page .ml-offer__check--4 { left: 441px; top: 357px; }
.ml-page .ml-offer__check--5 { left: 441px; top: 388px; }
.ml-page .ml-offer__check--6 { left: 441px; top: 419px; }
.ml-page .ml-offer__check--7 { left: 441px; top: 495px; }
.ml-page .ml-offer__check--8 { left: 441px; top: 526px; }
.ml-page .ml-offer__check--9 { left: 441px; top: 557px; }
.ml-page .ml-offer__feat {
  position: absolute;
  margin: 0;
  width: 425px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #FFFFFF;
}
.ml-page .ml-offer__feat--1 { left: 466px; top: 219px; }
.ml-page .ml-offer__feat--2 { left: 466px; top: 250px; }
.ml-page .ml-offer__feat--3 { left: 466px; top: 281px; }
.ml-page .ml-offer__feat--4 { left: 466px; top: 354px; }
.ml-page .ml-offer__feat--5 { left: 466px; top: 385px; }
.ml-page .ml-offer__feat--6 { left: 466px; top: 416px; }
.ml-page .ml-offer__feat--7 { left: 466px; top: 492px; }
.ml-page .ml-offer__feat--8 { left: 466px; top: 523px; }
.ml-page .ml-offer__feat--9 { left: 466px; top: 554px; }
.ml-page .ml-offer__laptop {
  position: absolute;
  left: 790px;
  top: 76px;
  width: 616px;
  height: 432px;
  z-index: 2;
}
.ml-page .ml-offer__laptop img {
  display: block;
  width: 616px;
  height: 432px;
  object-fit: fill;
}
.ml-page .ml-offer__laptop-base {
  position: absolute;
  left: 790px;
  top: 504px;
  width: 621px;
  height: 20px;
  background: #A8BAD4;
  border-radius: 10px;
  z-index: 2;
}
.ml-page .ml-offer__phone {
  position: absolute;
  left: 1168px;
  top: 106px;
  width: 234px;
  height: 434px;
  z-index: 6;
}
.ml-page .ml-offer__phone img {
  display: block;
  width: 234px;
  height: 434px;
  object-fit: fill;
}
.ml-page .ml-offer__cta {
  position: absolute;
  left: 71px;
  top: 505px;
  width: 214px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #30F7C8;
  border-radius: 12px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  color: #051C38;
  text-decoration: none;
  z-index: 5;
  transition: background 0.2s ease;
}
.ml-page .ml-offer__cta:hover {
  color: #051C38;
  background: #5CFFD7;
}
.ml-page .ml-offer__note {
  position: absolute;
  left: 73px;
  top: 567px;
  margin: 0;
  width: 219px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #61788F;
  z-index: 5;
  white-space: nowrap;
}
@supports not (width: 1cqw) {
  .ml-page .ml-offer__wrap--desktop {
    overflow-x: auto;
    aspect-ratio: auto;
    height: 620px;
  }
  .ml-page .ml-offer__stage {
    transform: none;
    position: relative;
  }
}

/* Mobile vertical banner — Figma 927:1403 (390×844) */
@media (max-width: 767px) {
  .ml-page .ml-offer__wrap--desktop {
    display: none;
  }
  .ml-page .ml-offer__wrap--mobile {
    display: block;
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 390 / 844;
    container-type: inline-size;
    container-name: ml-offer-m;
    position: relative;
    overflow: hidden;
  }
  .ml-page .ml-offer__stage--mobile {
    position: absolute;
    left: 0;
    top: 0;
    width: 390px;
    height: 844px;
    transform-origin: top left;
    background: #071B3D;
    /* Fallback if container units fail: approximate for common phone widths */
    transform: scale(0.81);
  }
}

/* Scale absolute mobile banner to the wrap’s inline size (cqw must be in @container) */
@container ml-offer-m (min-width: 0px) {
  .ml-page .ml-offer__stage--mobile {
    transform: scale(calc(100cqw / 390));
  }
}
.ml-page .ml-offer-m__glow {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.ml-page .ml-offer-m__glow--teal {
  left: 34px;
  top: -4px;
  width: 360px;
  height: 360px;
  background: rgba(16, 214, 176, 0.22);
  border-radius: 180px;
}
.ml-page .ml-offer-m__glow--blue {
  left: -135px;
  top: 590px;
  width: 390px;
  height: 390px;
  background: rgba(22, 119, 255, 0.16);
  border-radius: 195px;
}
.ml-page .ml-offer-m__panel {
  position: absolute;
  left: 21px;
  top: 20px;
  width: 350px;
  height: 804px;
  background: rgba(12, 43, 88, 0.84);
  border-radius: 24px;
  z-index: 1;
}
.ml-page .ml-offer-m__eyebrow {
  position: absolute;
  left: 40px;
  top: 44px;
  width: 310px;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #30F7C8;
  text-align: center;
  z-index: 3;
}
.ml-page .ml-offer-m__title {
  position: absolute;
  left: 35px;
  top: 77px;
  width: 320px;
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  z-index: 3;
}
.ml-page .ml-offer-m__laptop {
  position: absolute;
  left: 35px;
  top: 177px;
  width: 318px;
  height: 220px;
  z-index: 2;
}
.ml-page .ml-offer-m__laptop img {
  display: block;
  width: 318px;
  height: 220px;
  object-fit: fill;
}
.ml-page .ml-offer-m__laptop-base {
  position: absolute;
  left: 22px;
  top: 395px;
  width: 344px;
  height: 12px;
  background: #A8BAD4;
  border-radius: 6px;
  z-index: 2;
}
.ml-page .ml-offer-m__phone {
  position: absolute;
  left: 208px;
  top: 198px;
  width: 163px;
  height: 309px;
  z-index: 6;
}
.ml-page .ml-offer-m__phone img {
  display: block;
  width: 163px;
  height: 309px;
  object-fit: fill;
}
.ml-page .ml-offer-m__cat {
  position: absolute;
  margin: 0;
  width: 335px;
  font-size: 10.42px;
  line-height: 13px;
  font-weight: 700;
  color: #8CFFC7;
  text-align: left;
  z-index: 7;
}
.ml-page .ml-offer-m__cat--1 { left: 30.74px; top: 430px; }
.ml-page .ml-offer-m__cat--2 { left: 30px; top: 452.33px; }
.ml-page .ml-offer-m__cat--3 { left: 30.74px; top: 474.66px; }
.ml-page .ml-offer-m__card {
  position: absolute;
  left: 26px;
  top: 503px;
  width: 331px;
  height: 210px;
  background: #FFFFFF;
  border-radius: 9.975px;
  overflow: hidden;
  z-index: 4;
}
.ml-page .ml-offer-m__plan {
  position: absolute;
  left: 111px;
  top: 513px;
  margin: 0;
  width: 250px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  color: #10233D;
  text-align: center;
  z-index: 5;
}
.ml-page .ml-offer-m__amount {
  position: absolute;
  left: 77px;
  top: 18px;
  margin: 0;
  font-size: 64px;
  line-height: 77px;
  font-weight: 700;
  color: #0A2E61;
  white-space: nowrap;
}
.ml-page .ml-offer-m__period {
  position: absolute;
  left: 210px;
  top: 57px;
  margin: 0;
  width: 82px;
  font-size: 21.764px;
  line-height: 22px;
  font-weight: 600;
  color: #B8CFEB;
}
.ml-page .ml-offer-m__shield {
  position: absolute;
  left: 22px;
  top: 94px;
  width: 47.16px;
  height: 47.16px;
  object-fit: cover;
  display: block;
}
.ml-page .ml-offer-m__trial-title {
  position: absolute;
  left: 85.48px;
  top: 101.25px;
  margin: 0;
  width: 220px;
  font-size: 13.603px;
  line-height: 16px;
  font-weight: 700;
  color: #0B1F3A;
}
.ml-page .ml-offer-m__trial-copy {
  position: absolute;
  left: 85.48px;
  top: 124.83px;
  margin: 0;
  width: 220px;
  font-size: 9.975px;
  line-height: 12px;
  font-weight: 400;
  color: #607388;
}
.ml-page .ml-offer-m__guarantees {
  position: absolute;
  left: 78.23px;
  top: 159.29px;
  width: 230px;
}
.ml-page .ml-offer-m__guarantees p {
  margin: 0;
  font-size: 9.975px;
  line-height: 12px;
  font-weight: 500;
  color: #14796F;
}
.ml-page .ml-offer-m__cta {
  position: absolute;
  left: 38px;
  top: 736px;
  width: 310px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #30F7C8;
  border-radius: 12px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #051C38;
  text-decoration: none;
  z-index: 5;
}
.ml-page .ml-offer-m__cta:hover {
  color: #051C38;
  background: #5CFFD7;
}
.ml-page .ml-offer-m__note {
  position: absolute;
  left: 90px;
  top: 800px;
  margin: 0;
  width: 219px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #61788F;
  text-align: center;
  z-index: 5;
  white-space: nowrap;
}

.ml-page .ml-roadmap {
  background: #F5F8FA;
  padding: 50px 0 20px;
}
@media (max-width: 575px) {
  .ml-page .ml-roadmap {
    padding: 30px 0 20px;
    background: #03111F;
  }
}
.ml-page .ml-roadmap__head {
  margin: 0 0 30px;
}
@media (max-width: 575px) {
  .ml-page .ml-roadmap__head {
    margin: 0 0 24px;
  }
}
.ml-page .ml-roadmap__head h2 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  color: #09243A;
}
@media (max-width: 767px) {
  .ml-page .ml-roadmap__head h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-roadmap__head h2 {
    font-size: 25px;
    line-height: 27px;
    color: #fff;
    margin: 0 0 7px;
  }
}
.ml-page .ml-roadmap__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #0A9E80;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media (max-width: 575px) {
  .ml-page .ml-roadmap__label {
    font-size: 10px;
    line-height: 12px;
    margin: 0 0 7px;
    color: #00C79E;
  }
}
@media (min-width: 992px) {
  .ml-page .ml-roadmap__steps {
    margin-left: -8px;
    margin-right: -8px;
  }
  .ml-page .ml-roadmap__steps > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.ml-page .ml-roadmap__item {
  position: relative;
  height: 100%;
  margin: 0 25px 0 0;
}
@media (min-width: 992px) {
  .ml-page .ml-roadmap__item {
    padding-right: 28px;
  }
}
@media (max-width: 992px) {
  .ml-page .ml-roadmap__item {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .ml-page .ml-roadmap__item:last-child {
    padding-right: 0;
  }
}
.ml-page .ml-roadmap__card {
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1px solid #D4E1E7;
  border-radius: 14px;
  padding: 20px 18px 20px;
}
@media (max-width: 1200px) {
  .ml-page .ml-roadmap__card {
    padding: 15px 15px;
  }
}
@media (max-width: 1200px) {
  .ml-page .ml-roadmap__card {
    padding: 30px 15px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-roadmap__card {
    gap: 10px;
    padding: 15px 12px 25px;
    border: 1px solid #143D57;
    background: #051625;
    border-radius: 10px 10px;
  }
}
.ml-page .ml-roadmap__num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 575px) {
  .ml-page .ml-roadmap__num {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
.ml-page .ml-roadmap__num--green {
  background: #087A68;
}
@media (max-width: 575px) {
  .ml-page .ml-roadmap__num--green {
    background: #00C79E;
  }
}
.ml-page .ml-roadmap__num--navy {
  background: #0A3A6C;
}
@media (max-width: 575px) {
  .ml-page .ml-roadmap__num--navy {
    background: #00C79E;
  }
}
.ml-page .ml-roadmap__body {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}
.ml-page .ml-roadmap__body h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #09243A;
  margin: 0 0 6px;
}
@media (max-width: 1200px) {
  .ml-page .ml-roadmap__body h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-roadmap__body h3 {
    font-size: 15px;
    line-height: 19px;
    color: #fff;
  }
}
.ml-page .ml-roadmap__body p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #617783;
  margin: 0;
}
@media (max-width: 575px) {
  .ml-page .ml-roadmap__body p {
    font-size: 12px;
    line-height: 16px;
    color: #A8BDD1;
    font-weight: 400;
  }
}
.ml-page .ml-roadmap__arrow {
  display: none;
}
@media (min-width: 992px) {
  .ml-page .ml-roadmap__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(50%, -50%);
    z-index: 2;
    width: 28px;
    height: 28px;
    color: #1D9A7C;
    pointer-events: none;
  }
}
.ml-page .ml-roadmap__arrow svg {
  display: block;
}
.ml-page .ml-roadmap__foot {
  margin: 25px 0 0;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  color: #59717E;
}
@media (max-width: 767px) {
  .ml-page .ml-roadmap__foot {
    margin-top: 22px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-roadmap__foot {
    font-size: 12px;
    line-height: 14px;
    margin: 20px 0 0;
    color: #00C79E;
    font-weight: 600;
  }
}
.ml-page .ml-execute {
  display: none;
  background: #010913;
  padding: 30px 0 30px;
}
@media (max-width: 574px) {
  .ml-page .ml-execute {
    display: block;
  }
}
.ml-page .ml-execute__head {
  margin: 0 0 30px;
}
.ml-page .ml-execute__head h2 {
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 7px;
}
.ml-page .ml-execute__head p {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #A8BDD1;
  margin: 0;
}
.ml-page .ml-execute__label {
  display: block;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  color: #00C79E;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.ml-page .ml-execute__card {
  height: 100%;
  background: #051625;
  border: 1px solid #143D57;
  border-radius: 14px;
  padding: 14px 14px;
}
.ml-page .ml-execute__card h3 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px;
}
.ml-page .ml-execute__card p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #A8BDD1;
  margin: 0;
}
.ml-page .ml-execute__check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #005247;
  color: #00C79E;
  margin: 0 0 12px;
}
.ml-page .ml-execute__check i {
  font-size: 12px;
  line-height: 1;
}
.ml-page .ml-execute__cta {
  background: #061F40;
  border: 0;
  border-radius: 14px 14px;
  padding: 15px 15px;
  margin: 15px 0 0;
}
.ml-page .ml-execute__cta h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 7px;
}
.ml-page .ml-execute__cta p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  color: #A8BDD1;
  margin: 0 0 12px;
}
.ml-page .ml-execute__link {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #00C79E;
  text-decoration: none;
}
.ml-page .ml-execute__link:hover {
  color: #55E5C0;
  text-decoration: none;
}
.ml-page .ml-listings {
  background: #fff;
  padding: 50px 0 55px;
}
@media (max-width: 767px) {
  .ml-page .ml-listings {
    padding: 40px 0 45px;
  }
}
.ml-page .ml-listings__head {
  margin: 0 0 35px;
}
.ml-page .ml-listings__head span {
  display: block;
  margin: 0 0 10px;
  color: #09243A;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.ml-page .ml-listings__head h2 {
  margin: 0;
  color: #101820;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .ml-page .ml-listings__head h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.ml-page .ml-listings__slider {
  position: relative;
}
.ml-page .ml-listings__slider .slick-list {
  margin: 0 -8px;
}
.ml-page .ml-listings__slider .slick-track {
  display: flex !important;
}
.ml-page .ml-listings__slider .slick-slide {
  padding: 0 8px;
  height: auto;
  display: flex !important;
}
.ml-page .ml-listings__slider .slick-slide > div {
  height: 100%;
  width: 100%;
}
.ml-page .ml-listings__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-decoration: none;
  border-radius: 18px;
  overflow: hidden;
  background: #EDFEFB;
  border: 1px solid #D7EEE9;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ml-page .ml-listings__card:hover {
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(6, 67, 55, 0.1);
  transform: translateY(-2px);
}
.ml-page .ml-listings__img {
  width: 100%;
  aspect-ratio: 16/11;
  overflow: hidden;
  background: #dce8e6;
}
.ml-page .ml-listings__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ml-page .ml-listings__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 14px 14px 16px;
  background: #EDFEFB;
}
@media (max-width: 575px) {
  .ml-page .ml-listings__body {
    padding: 12px 12px 14px;
  }
}
.ml-page .ml-listings__body h3 {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .ml-page .ml-listings__body h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-listings__body h3 {
    font-size: 15px;
    line-height: 18px;
  }
}
.ml-page .ml-listings__body > p {
  width: 100%;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  color: #626262;
  margin: 0 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .ml-page .ml-listings__body > p {
    font-size: 10px;
    line-height: 14px;
    margin: 0 0 10px;
  }
}
.ml-page .ml-listings__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 6px;
  margin: 0 0 8px;
}
.ml-page .ml-listings__rating span {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 575px) {
  .ml-page .ml-listings__rating span {
    font-size: 12px;
  }
}
.ml-page .ml-listings__stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.ml-page .ml-listings__stars i {
  font-size: 13px;
  color: #111;
}
.ml-page .ml-listings__stars i.active {
  color: #ff9800;
}
@media (max-width: 575px) {
  .ml-page .ml-listings__stars i {
    font-size: 11px;
  }
}
.ml-page .ml-listings__stars strong {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: #000;
  margin-left: 4px;
}
.ml-page .ml-listings__badges {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  width: 100%;
}
.ml-page .ml-listings__badges li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 7px 14px;
  min-height: 30px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #fff;
  background: #064337;
  border-radius: 50px;
}
@media (max-width: 575px) {
  .ml-page .ml-listings__badges li {
    font-size: 11px;
    padding: 6px 12px;
  }
}
.ml-page .ml-listings__badges li:before {
  display: none;
}
.ml-page .ml-listings__badges li i {
  font-size: 13px;
  color: #fff;
}
.ml-page .ml-listings__nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #C9D3DA;
  background: #fff;
  color: #1A2B36;
  box-shadow: 0 2px 8px rgba(10, 31, 48, 0.08);
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.ml-page .ml-listings__nav:before {
  display: none;
}
.ml-page .ml-listings__nav i {
  font-size: 14px;
  line-height: 1;
}
.ml-page .ml-listings__nav:hover {
  border-color: #1D9A7C;
  color: #1D9A7C;
  background: #fff;
}
.ml-page .ml-listings__nav:focus {
  border-color: #1D9A7C;
  color: #1D9A7C;
  background: #fff;
}
.ml-page .ml-listings__nav.slick-prev {
  left: -8px;
}
@media (min-width: 1200px) {
  .ml-page .ml-listings__nav.slick-prev {
    left: -22px;
  }
}
.ml-page .ml-listings__nav.slick-next {
  right: -8px;
}
@media (min-width: 1200px) {
  .ml-page .ml-listings__nav.slick-next {
    right: -22px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-listings__nav {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .ml-page .ml-listings__nav.slick-prev {
    left: 0;
  }
  .ml-page .ml-listings__nav.slick-next {
    right: 0;
  }
}
.ml-page .ml-mentor {
  background: #00152F;
  padding: 50px 0 40px;
}
@media (max-width: 991px) {
  .ml-page .ml-mentor {
    padding: 45px 0 50px;
  }
}
@media (max-width: 574px) {
  .ml-page .ml-mentor {
    padding: 30px 0 30px;
    background: #03111F;
  }
}
.ml-page .ml-mentor__mobile {
  display: none;
}
@media (max-width: 574px) {
  .ml-page .ml-mentor__mobile {
    display: block;
    margin: 0 0 28px;
  }
}
.ml-page .ml-mentor__mobile-label {
  display: block;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  color: #00C79E;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.ml-page .ml-mentor__mobile-title {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 15px;
}
.ml-page .ml-mentor__mobile-img {
  margin: 0 0 20px;
  border-radius: 20px;
  overflow: hidden;
}
.ml-page .ml-mentor__mobile-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.ml-page .ml-mentor__mobile-name {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 7px;
}
.ml-page .ml-mentor__mobile-meta {
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
  color: #00C79E;
  margin: 0 0 15px;
}
.ml-page .ml-mentor__mobile-quote {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px;
}
.ml-page .ml-mentor__mobile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  background: #03111F;
  border: 1px solid #00C79E;
  text-decoration: none;
}
.ml-page .ml-mentor__mobile-btn:hover {
  color: #fff;
  background: rgba(0, 194, 168, 0.12);
  border-color: #00C2A8;
}
.ml-page .ml-mentor__card {
  display: flex;
  flex-direction: column;
  background: #073A3D;
  border: 1px solid #178D7A;
  border-radius: 15px 15px;
  padding: 20px 20px;
}
@media (max-width: 767px) {
  .ml-page .ml-mentor__card {
    padding: 22px 20px;
    border-radius: 14px;
  }
}
.ml-page .ml-mentor__top {
  margin: 0 0 25px;
}
@media (max-width: 575px) {
  .ml-page .ml-mentor__top {
    margin: 0 0 18px;
  }
}
.ml-page .ml-mentor__avatar {
  position: relative;
  width: 82px;
  height: 82px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #44D8B5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575px) {
  .ml-page .ml-mentor__avatar {
    width: 68px;
    height: 68px;
  }
}
.ml-page .ml-mentor__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 12%;
     object-position: center 12%;
  display: block;
  transform: scale(1.08);
}
.ml-page .ml-mentor__avatar span {
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
}
@media (max-width: 575px) {
  .ml-page .ml-mentor__avatar span {
    font-size: 10px;
    bottom: 4px;
  }
}
.ml-page .ml-mentor__intro {
  flex: 1;
  min-width: 0;
}
.ml-page .ml-mentor__intro h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
.ml-page .ml-mentor__intro p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #A9D8CD;
  margin: 0;
}
@media (max-width: 575px) {
  .ml-page .ml-mentor__intro p {
    font-size: 11px;
    line-height: 15px;
  }
}
.ml-page .ml-mentor__label {
  display: block;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  color: #54E1BB;
  text-transform: uppercase;
  margin: 0 0 7px;
}
@media (max-width: 575px) {
  .ml-page .ml-mentor__label {
    font-size: 10px;
    line-height: 12px;
  }
}
.ml-page .ml-mentor__quote {
  flex: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #E5F0F2;
  margin: 0 0 24px;
}
@media (max-width: 575px) {
  .ml-page .ml-mentor__quote {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 18px;
  }
}
.ml-page .ml-mentor__link {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #4CE2BB;
  text-decoration: none;
  margin-top: auto;
}
.ml-page .ml-mentor__link:hover {
  color: #55E5C0;
  text-decoration: none;
}
.ml-page .ml-mentor__aside {
  display: flex;
  flex-direction: column;
}
.ml-page .ml-mentor__aside-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 18px;
}
@media (max-width: 1200px) {
  .ml-page .ml-mentor__aside-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .ml-page .ml-mentor__aside-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 14px;
  }
}
@media (max-width: 575px) {
  .ml-page .ml-mentor__aside-title {
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 45px;
  }
}
.ml-page .ml-mentor__testimonial {
  display: flex;
  flex-direction: column;
  background: #08243D;
  border: 1px solid #2D516A;
  border-radius: 15px;
  padding: 20px;
}
@media (max-width: 574px) {
  .ml-page .ml-mentor__testimonial {
    align-items: flex-start;
    background: #051625;
    border-color: #143D57;
    border-radius: 16px;
    padding: 18px 18px;
  }
}
.ml-page .ml-mentor__testimonial > p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #E5EEF2;
  margin: 0 0 10px;
}
@media (max-width: 574px) {
  .ml-page .ml-mentor__testimonial > p {
    order: 2;
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 25px;
  }
  .ml-page .ml-mentor__testimonial > p:before {
    content: "“";
  }
  .ml-page .ml-mentor__testimonial > p:after {
    content: "”";
  }
}
.ml-page .ml-mentor__mark {
  display: block;
  font-size: 35px;
  line-height: 25px;
  font-weight: 700;
  color: #43DEB8;
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
}
@media (max-width: 574px) {
  .ml-page .ml-mentor__mark {
    display: none;
  }
}
.ml-page .ml-mentor__stars {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0 0 10px;
}
.ml-page .ml-mentor__stars i {
  font-size: 13px;
  color: #F5B400;
}
@media (max-width: 574px) {
  .ml-page .ml-mentor__stars {
    order: 1;
    margin: 0 0 15px;
  }
  .ml-page .ml-mentor__stars i {
    font-size: 13px;
  }
}
.ml-page .ml-mentor__author {
  margin-top: auto;
}
.ml-page .ml-mentor__author strong {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px;
}
.ml-page .ml-mentor__author span {
  display: block;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #9DB1BF;
}
@media (max-width: 574px) {
  .ml-page .ml-mentor__author {
    order: 3;
    margin-top: 0;
  }
  .ml-page .ml-mentor__author strong {
    display: inline;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    color: #00C79E;
    margin: 0;
  }
  .ml-page .ml-mentor__author strong:after {
    content: " • ";
    color: #00C58D;
    font-weight: 600;
  }
  .ml-page .ml-mentor__author span {
    display: inline;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    color: #00C79E;
  }
}
.ml-page .ml-cta {
  background: linear-gradient(90deg, #082B58 0%, #08705F 100%);
  padding: 40px 0;
}
@media (max-width: 767px) {
  .ml-page .ml-cta {
    padding: 30px 0;
  }
}
@media (max-width: 574px) {
  .ml-page .ml-cta {
    background: #020E17;
    padding: 30px 0 30px;
  }
}
.ml-page .ml-cta__banner .row {
  --bs-gutter-y: 1rem;
}
@media (max-width: 574px) {
  .ml-page .ml-cta__banner .row {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
    --bs-gutter-y: 0;
  }
}
@media (max-width: 574px) {
  .ml-page .ml-cta__icon-col {
    width: 100%;
    max-width: 100%;
    margin: 0 0 18px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 574px) {
  .ml-page .ml-cta__copy-col {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    margin: 0 0 25px;
  }
}
@media (max-width: 574px) {
  .ml-page .ml-cta__actions-col {
    width: 100%;
    max-width: 100%;
  }
}
.ml-page .ml-cta__icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #0A5C50;
  box-shadow: inset 0 0 0 1px rgba(90, 220, 190, 0.28);
  color: #fff;
}
@media (max-width: 767px) {
  .ml-page .ml-cta__icon {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 574px) {
  .ml-page .ml-cta__icon {
    width: 56px;
    height: 56px;
    background: #0A3D38;
    color: #00E2AA;
    box-shadow: none;
  }
}
.ml-page .ml-cta__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .ml-page .ml-cta__icon svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 574px) {
  .ml-page .ml-cta__icon svg {
    width: 20px;
    height: 20px;
  }
}
.ml-page .ml-cta__copy h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
@media (max-width: 1400px) {
  .ml-page .ml-cta__copy h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .ml-page .ml-cta__copy h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .ml-page .ml-cta__copy h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 574px) {
  .ml-page .ml-cta__copy h2 {
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 15px;
  }
}
.ml-page .ml-cta__copy p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #C8DDE2;
  margin: 0;
  max-width: 560px;
}
@media (max-width: 574px) {
  .ml-page .ml-cta__copy p {
    font-size: 13px;
    line-height: 18px;
    color: #A8BDD1;
    max-width: none;
    margin: 0 auto;
  }
}
@media (max-width: 574px) {
  .ml-page .ml-cta__copy-extra {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ml-page .ml-cta__actions {
    width: 100%;
  }
}
@media (max-width: 574px) {
  .ml-page .ml-cta__actions {
    width: 100%;
  }
}
.ml-page .ml-cta__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 1199px) {
  .ml-page .ml-cta__btns {
    justify-content: flex-start;
  }
}
@media (max-width: 574px) {
  .ml-page .ml-cta__btns {
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .ml-page .ml-cta__btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ml-page .ml-cta__note--mobile {
    text-align: center;
  }
}
.ml-page .ml-cta__btn {
  border-radius: 10px;
  padding: 15px 18px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  min-width: 180px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 574px) {
  .ml-page .ml-cta__btn {
    width: 100%;
    min-width: 0;
    border-radius: 40px;
    padding: 15px 20px;
  }
}
.ml-page .ml-cta__btn--primary {
  gap: 5px;
  background: #09BF9B;
  border: 1px solid #09BF9B;
  color: #fff;
}
.ml-page .ml-cta__btn--primary span {
  display: inline;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
}
.ml-page .ml-cta__btn--primary:hover {
  background: #0FB492;
  border-color: #0FB492;
  color: #fff;
}
@media (max-width: 574px) {
  .ml-page .ml-cta__btn--primary {
    background: #00C79E;
    border-color: #00C79E;
    border-radius: 10px 10px;
    padding: 15px 15px;
  }
}
.ml-page .ml-cta__btn--outline {
  background: #062C38;
  border: 1px solid #56D9BC;
  color: #fff;
}
.ml-page .ml-cta__btn--outline:hover {
  border-color: #2AC5A6;
  background: #061E34;
  color: #fff;
}
@media (max-width: 574px) {
  .ml-page .ml-cta__btn--outline {
    display: none;
  }
}
.ml-page .ml-cta__note {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #B8D1D5;
  text-align: right;
}
@media (max-width: 1199px) {
  .ml-page .ml-cta__note {
    text-align: left;
  }
}
@media (max-width: 574px) {
  .ml-page .ml-cta__note--desktop {
    display: none;
  }
}
.ml-page .ml-cta__note--mobile {
  display: none;
}
@media (max-width: 574px) {
  .ml-page .ml-cta__note--mobile {
    display: block;
    margin: 14px 0 0;
    font-size: 10px;
    line-height: 12px;
    color: #A8BDD1;
    text-align: center;
  }
}
.ml-page #footer {
  border-radius: 0;
}
.ml-page #footer .top-area {
  background: none;
}

/* ---------------------------------------------------------------------------
   Responsive: tablets → phones → ~340px
   Prevent horizontal overflow and cramped section layouts
--------------------------------------------------------------------------- */
.ml-page,
.ml-page #wrapper {
  max-width: 100%;
  overflow-x: clip;
}

.ml-page img,
.ml-page svg,
.ml-page video {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .ml-page .ml-hero__content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ml-page .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ml-page .ml-offer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ml-page .ml-offer__wrap--mobile {
    max-width: min(390px, 100%);
  }
}

@media (max-width: 767.98px) {
  .ml-page .ml-hero__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ml-page .ml-hero h1,
  .ml-page .ml-paths__head h2,
  .ml-page .ml-roadmap__head h2,
  .ml-page .ml-stats__title,
  .ml-page .ml-execute__head h2,
  .ml-page .ml-mentor__aside-title {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .ml-page .ml-hero__btn,
  .ml-page .ml-cta__btn {
    white-space: normal;
  }

  .ml-page .ml-stats__card,
  .ml-page .ml-paths__card,
  .ml-page .ml-roadmap__card,
  .ml-page .ml-execute__card,
  .ml-page .ml-mentor__testimonial {
    min-width: 0;
  }
}

@media (max-width: 575.98px) {
  .ml-page .container,
  .ml-page .container-sm,
  .ml-page .container-md {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ml-page .ml-hero__content {
    padding: 24px 14px 18px;
  }

  .ml-page .ml-hero__badge {
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.35;
  }

  .ml-page .ml-hero__actions {
    width: 100%;
    margin: 0 0 20px;
    align-items: center;
    justify-content: center;
  }

  .ml-page .ml-hero__btn {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ml-page .ml-stats .row > [class*="col-"] {
    min-width: 0;
  }

  .ml-page .ml-stats__card span {
    overflow-wrap: anywhere;
  }

  .ml-page .ml-offer {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 18px;
  }

  .ml-page .ml-offer__wrap--mobile {
    max-width: 100%;
  }

  .ml-page .ml-cta .row {
    margin-left: 0;
    margin-right: 0;
  }

  .ml-page .ml-cta__icon-col {
    width: 100%;
    text-align: center;
  }

  .ml-page .ml-cta__actions-col {
    width: 100%;
    max-width: 100%;
  }
}

/* Extra-narrow phones (~340px) */
@media (max-width: 389.98px) {
  .ml-page .container,
  .ml-page .container-sm,
  .ml-page .container-md {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ml-page .ml-hero__content {
    padding: 20px 12px 16px;
  }

  .ml-page .ml-hero h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 14px;
  }

  .ml-page .ml-hero__lead {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
  }

  .ml-page .ml-hero__badge {
    font-size: 10px;
    line-height: 14px;
    padding: 7px 10px;
    letter-spacing: 0.02em;
  }

  .ml-page .ml-hero__btn {
    padding: 14px 12px;
    font-size: 14px;
  }

  .ml-page .ml-hero__features {
    gap: 8px;
  }

  .ml-page .ml-hero__mentor-card {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 8px 10px;
  }

  .ml-page .ml-hero__mentor-card strong {
    font-size: 12px;
    line-height: 15px;
  }

  .ml-page .ml-hero__mentor-card > span {
    font-size: 11px;
    line-height: 15px;
  }

  .ml-page .ml-stats {
    padding: 20px 0 16px;
  }

  .ml-page .ml-stats__title {
    font-size: 20px;
    line-height: 26px;
  }

  .ml-page .ml-stats__card {
    padding: 10px 8px;
  }

  .ml-page .ml-stats__card strong {
    font-size: 17px;
    line-height: 20px;
  }

  .ml-page .ml-stats__card span {
    font-size: 11px;
    line-height: 14px;
  }

  .ml-page .ml-paths {
    padding: 24px 0 16px;
  }

  .ml-page .ml-paths__head h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .ml-page .ml-paths__head p {
    font-size: 13px;
    line-height: 18px;
  }

  .ml-page .ml-paths__card {
    padding: 16px 12px;
  }

  .ml-page .ml-paths__heading h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .ml-page .ml-paths__list li {
    font-size: 13px;
    line-height: 18px;
  }

  .ml-page .ml-offer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ml-page .ml-roadmap {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .ml-page .ml-roadmap__head h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .ml-page .ml-roadmap__card {
    padding: 16px 14px;
  }

  .ml-page .ml-roadmap__body h3 {
    font-size: 17px;
    line-height: 22px;
  }

  .ml-page .ml-roadmap__body p {
    font-size: 13px;
    line-height: 18px;
  }

  /* Execute: one card per row so 2-up columns don't crush at 340px */
  .ml-page .ml-execute .row > [class*="col-6"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ml-page .ml-execute__head {
    margin-bottom: 18px;
  }

  .ml-page .ml-execute__head h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .ml-page .ml-execute__card {
    padding: 14px 12px;
  }

  .ml-page .ml-mentor__aside-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .ml-page .ml-mentor__testimonial {
    padding: 14px 12px;
  }

  .ml-page .ml-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .ml-page .ml-cta__btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    padding: 14px 12px;
    font-size: 14px;
  }
}

