:root {
  --ml-navy: #071b55;
  --ml-blue: #0865d8;
  --ml-blue-dark: #064aab;
  --ml-blue-light: #dceefd;
  --ml-pale: #f4f9ff;
  --ml-yellow: #ffc928;
  --ml-text: #0b1c4f;
  --ml-muted: #425171;
  --ml-white: #ffffff;
  --ml-border: #dce6f3;
  --ml-shadow: 0 12px 36px rgba(6, 51, 126, 0.08);
}

body.matludek-visual-page,
.elementor-editor-active {
  overflow-x: hidden;
}

.matludek-visual-page .elementor,
.elementor-editor-active .elementor {
  font-family: "Poppins", Arial, sans-serif;
  color: var(--ml-text);
}

.ml-section,
.ml-header-root,
.ml-footer-contact-root,
.ml-footer-bottom-root {
  position: relative;
  width: 100%;
}

.ml-section > .e-con-inner,
.ml-section-inner,
.ml-header-inner,
.ml-footer-contact-row,
.ml-footer-bottom-inner {
  width: min(1160px, calc(100% - 48px));
  max-width: 1160px;
  margin-inline: auto;
}

.ml-section-inner,
.ml-header-inner,
.ml-footer-contact-row,
.ml-footer-bottom-inner {
  display: flex;
}

/* Header */
.ml-header-root {
  min-height: 78px;
  background: #fff;
  border-bottom: 1px solid #e5ebf3;
  z-index: 99;
}

.ml-header-inner {
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.ml-header-logo {
  width: 205px;
  flex: 0 0 205px;
}

.ml-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.ml-header-nav {
  flex: 1 1 auto;
}

.ml-header-nav .elementor-nav-menu--main {
  justify-content: center;
}

.ml-header-nav .elementor-nav-menu {
  gap: 26px;
}

.ml-header-nav .elementor-item {
  color: var(--ml-navy) !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 29px 2px 27px !important;
}

.ml-header-nav .elementor-item::after {
  background-color: var(--ml-blue) !important;
  height: 2px !important;
}

.ml-header-nav .elementor-item:hover,
.ml-header-nav .elementor-item.elementor-item-active,
.ml-header-nav .current-menu-item > .elementor-item {
  color: var(--ml-blue) !important;
}

.ml-header-cta {
  width: 126px;
  flex: 0 0 126px;
}

/* Shared text */
.ml-kicker .elementor-heading-title {
  margin: 0;
  color: var(--ml-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
}

.ml-section-title .elementor-heading-title {
  margin: 7px 0 0;
  color: var(--ml-navy);
  font-size: 29px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.ml-section-title .elementor-heading-title span {
  color: var(--ml-blue);
}

.ml-button-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 18px;
}

.ml-button .elementor-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 24px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.ml-button .elementor-button:hover,
.ml-button.is-focused .elementor-button {
  transform: translateY(-2px);
  box-shadow: 0 9px 22px rgba(5, 83, 185, .18);
}

.ml-button .elementor-button-icon {
  font-size: 12px;
}

.ml-button-primary .elementor-button {
  color: #fff;
  border: 1px solid var(--ml-blue);
  background: var(--ml-blue);
}

.ml-button-primary .elementor-button:hover {
  border-color: var(--ml-blue-dark);
  background: var(--ml-blue-dark);
}

.ml-button-outline .elementor-button {
  color: var(--ml-blue);
  border: 1px solid var(--ml-blue);
  background: #fff;
}

.ml-button-outline .elementor-button:hover {
  color: #fff;
  background: var(--ml-blue);
}

.ml-button-yellow .elementor-button {
  color: #071b55;
  border: 1px solid var(--ml-yellow);
  background: var(--ml-yellow);
}

.ml-button-yellow .elementor-button:hover {
  color: #071b55;
  background: #ffd654;
}

.ml-button-light-outline .elementor-button {
  color: #fff;
  border: 1px solid rgba(255,255,255,.85);
  background: transparent;
}

.ml-button-light-outline .elementor-button:hover {
  color: var(--ml-blue);
  background: #fff;
}

/* Decorative gears */
.ml-gears-bg::after,
.ml-gears-bg::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-image: url("../images/gear.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .9;
}

.ml-gears-bg::after {
  width: 400px;
  height: 400px;
  right: -88px;
  top: 42px;
}

.ml-gears-bg::before {
  width: 180px;
  height: 180px;
  right: 142px;
  top: -28px;
}

.ml-gears-bg > .e-con-inner,
.ml-gears-bg > .elementor-element,
.ml-gears-bg > .ml-section-inner {
  position: relative;
  z-index: 1;
}

/* Home hero */
.ml-home-hero {
  min-height: 468px;
  overflow: hidden;
  background: #fff;
}

.ml-home-hero-inner {
  min-height: 468px;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
}

.ml-home-hero-left {
  width: 43%;
  padding: 28px 0 18px;
}

.ml-home-hero-right {
  width: 48%;
  align-items: center;
  justify-content: center;
}

.ml-hero-title .elementor-heading-title {
  margin: 0;
  color: var(--ml-navy);
  font-size: clamp(54px, 5.2vw, 74px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.035em;
}

.ml-hero-title .elementor-heading-title span {
  color: var(--ml-blue);
}

.ml-hero-copy {
  max-width: 390px;
  margin-top: 28px;
}

.ml-hero-copy p,
.ml-about-hero-copy p {
  margin: 0;
  color: var(--ml-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.ml-home-hero-left .ml-button-row {
  margin-top: 27px;
}

.ml-home-robot {
  width: 455px;
  max-width: 100%;
  transform: translateX(-6px);
}

.ml-home-robot img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Home features */
.ml-features-section {
  padding: 29px 0 33px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.ml-features-inner {
  flex-direction: column;
  align-items: stretch;
}

.ml-features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 62px;
  row-gap: 25px;
  margin-top: 27px;
}

.ml-feature-item .elementor-icon-box-wrapper {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 18px;
  align-items: start;
  text-align: left;
}

.ml-feature-item .elementor-icon-box-icon {
  margin: 0 !important;
}

.ml-feature-item .elementor-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #0b70dc, #07499f);
  box-shadow: 0 7px 18px rgba(0, 85, 188, .16);
  font-size: 21px;
}

.ml-feature-item .elementor-icon-box-title {
  margin: 0 0 8px;
  color: var(--ml-navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.ml-feature-item .elementor-icon-box-description {
  color: var(--ml-muted);
  font-size: 12px;
  line-height: 1.65;
}

/* Home split section */
.ml-home-about-section {
  padding: 26px 0 37px;
  background: #fff;
}

.ml-home-about-inner {
  align-items: center;
  gap: 44px;
}

.ml-home-about-photo-col,
.ml-home-about-copy-col {
  width: 50%;
}

.ml-home-about-photo-col {
  position: relative;
}

.ml-home-about-photo-col::after,
.ml-home-about-photo-col::before {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 50%;
}

.ml-home-about-photo-col::before {
  width: 57px;
  height: 57px;
  left: -25px;
  bottom: -15px;
  background: var(--ml-yellow);
}

.ml-home-about-photo-col::after {
  width: 70px;
  height: 70px;
  left: 16px;
  bottom: -28px;
  background: rgba(8, 101, 216, .9);
}

.ml-home-about-photo {
  position: relative;
  z-index: 1;
}

.ml-home-about-photo img {
  display: block;
  width: 100%;
  height: 260px;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
}

.ml-home-about-title .elementor-heading-title {
  margin: 0 0 14px;
  color: var(--ml-navy);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.ml-home-about-list .elementor-icon-list-item {
  align-items: flex-start;
  margin-bottom: 7px;
}

.ml-home-about-list .elementor-icon-list-icon {
  margin-top: 3px;
  color: var(--ml-blue);
  font-size: 15px;
}

.ml-home-about-list .elementor-icon-list-text {
  padding-left: 11px;
  color: var(--ml-text);
  font-size: 11.5px;
  line-height: 1.55;
}

.ml-home-about-copy-col > .ml-button {
  margin-top: 10px;
}

/* Home CTA */
.ml-home-cta-section {
  min-height: 178px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 43, 104, .97), rgba(6, 80, 172, .88)),
    url("../images/zajecia-rodzina.jpg") center 52% / cover no-repeat;
}

.ml-home-cta-section::after {
  content: "⚙";
  position: absolute;
  right: 38px;
  bottom: -29px;
  color: rgba(10, 106, 218, .9);
  font-size: 120px;
  line-height: 1;
}

.ml-home-cta-inner {
  min-height: 178px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.ml-home-cta-title .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.ml-home-cta-title .elementor-heading-title span {
  color: var(--ml-yellow);
}

.ml-cta-buttons {
  justify-content: center;
}

.ml-cta-buttons .ml-button {
  min-width: 142px;
}

/* About hero */
.ml-about-hero {
  min-height: 380px;
  overflow: hidden;
  background: #fff;
}

.ml-about-hero::before {
  right: auto;
  left: -92px;
  top: 250px;
  width: 170px;
  height: 170px;
}

.ml-about-hero-inner {
  min-height: 380px;
  align-items: center;
  justify-content: space-between;
  gap: 62px;
}

.ml-about-hero-left {
  position: relative;
  width: 45%;
  min-height: 300px;
  justify-content: center;
  padding: 15px 0 18px;
}

.ml-about-hero-right {
  width: 49%;
}

.ml-about-hero-title .elementor-heading-title {
  margin: 0;
  color: #111;
  font-size: clamp(45px, 4.7vw, 62px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.025em;
}

.ml-about-hero-title .elementor-heading-title span {
  color: var(--ml-blue);
  font-weight: 700;
}

.ml-about-hero-copy {
  max-width: 355px;
  margin-top: 24px;
}

.ml-about-hero-robot {
  position: absolute;
  width: 158px;
  right: 8px;
  bottom: 0;
}

.ml-about-hero-photo img {
  display: block;
  width: 100%;
  height: 270px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}

/* About bio */
.ml-about-bio {
  padding: 0 0 28px;
  background: #fff;
}

.ml-about-bio-inner {
  min-height: 278px;
  align-items: center;
  gap: 58px;
  border-radius: 20px;
  padding: 28px 34px;
  background: linear-gradient(125deg, #f2f8ff 0%, #ffffff 60%, #f7fbff 100%);
  box-shadow: 0 9px 35px rgba(4, 70, 154, .06);
}

.ml-about-bio-photo-col {
  width: 37%;
}

.ml-about-bio-copy-col {
  width: 63%;
}

.ml-about-bio-photo img {
  display: block;
  width: 100%;
  height: 245px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center 25%;
}

.ml-about-bio-name .elementor-heading-title {
  margin: 0;
  color: var(--ml-navy);
  font-size: 31px;
  font-weight: 700;
  line-height: 1.15;
}

.ml-about-bio-role .elementor-heading-title {
  margin: 4px 0 14px;
  color: var(--ml-navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.ml-about-bio-copy p {
  margin: 0 0 12px;
  color: var(--ml-text);
  font-size: 11.5px;
  line-height: 1.6;
}

.ml-about-bio-copy-col > .ml-button {
  margin-top: 5px;
}

/* About approach */
.ml-about-approach {
  padding: 18px 0 30px;
  background: #fff;
}

.ml-about-approach-inner {
  flex-direction: column;
}

.ml-approach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.ml-approach-card .elementor-icon-box-wrapper {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #edf1f7;
  border-radius: 12px;
  padding: 19px 16px 17px;
  text-align: center;
  background: #fff;
  box-shadow: var(--ml-shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}

.ml-approach-card .elementor-icon-box-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 34px rgba(6, 60, 139, .12);
}

.ml-approach-card .elementor-icon-box-icon {
  margin: 0 0 12px !important;
}

.ml-approach-card .elementor-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--ml-yellow);
  background: linear-gradient(145deg, #0b70dc, #06459a);
  font-size: 26px;
}

.ml-approach-card .elementor-icon-box-title {
  margin: 0 0 10px;
  color: var(--ml-navy);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.ml-approach-card .elementor-icon-box-description {
  color: var(--ml-muted);
  font-size: 11px;
  line-height: 1.55;
}

/* Aids */
.ml-about-aids {
  padding: 6px 0 25px;
  background: #fff;
}

.ml-aids-inner {
  flex-direction: column;
}

.ml-aids-heading .elementor-heading-title span {
  color: var(--ml-blue);
}

.ml-aids-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.ml-aid-card {
  min-height: 270px;
  align-items: center;
  border-radius: 13px;
  padding: 14px 16px 17px;
  text-align: center;
  background: #eef7ff;
}

.ml-aid-image {
  width: 100%;
}

.ml-aid-image img {
  display: block;
  width: 100%;
  height: 128px;
  border-radius: 8px;
  object-fit: contain;
  background: #eef7ff;
}

.ml-aid-title .elementor-heading-title {
  margin: 8px 0 7px;
  color: var(--ml-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.ml-aid-copy p {
  margin: 0;
  color: var(--ml-muted);
  font-size: 11px;
  line-height: 1.55;
}

/* Stats */
.ml-about-stats {
  padding: 4px 0 24px;
  background: #fff;
}

.ml-stats-inner {
  flex-direction: column;
  align-items: stretch;
}

.ml-stats-equation .elementor-heading-title {
  margin: 0;
  color: var(--ml-blue);
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}

.ml-stats-equation .elementor-heading-title span {
  color: var(--ml-yellow);
}

.ml-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  margin-top: 19px;
}

.ml-stat-item {
  min-height: 72px;
  display: grid;
  grid-template-columns: 50px auto;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 14px;
  padding: 0 25px;
  border-right: 1px solid #d9e2ee;
}

.ml-stat-item:last-child {
  border-right: 0;
}

.ml-stat-icon {
  grid-row: 1 / span 2;
  align-self: center;
}

.ml-stat-icon .elementor-icon {
  color: var(--ml-blue);
  font-size: 37px;
}

.ml-stat-number .elementor-heading-title {
  margin: 0;
  color: var(--ml-blue);
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}

.ml-stat-label p {
  margin: 4px 0 0;
  color: var(--ml-text);
  font-size: 9px;
  line-height: 1.35;
}

/* About CTA */
.ml-about-cta {
  padding: 0 0 30px;
  background: #fff;
}

.ml-about-cta-inner {
  min-height: 156px;
  position: relative;
  align-items: center;
  overflow: hidden;
  border-radius: 13px;
  padding: 24px 48px;
  background: linear-gradient(105deg, #0870e0 0%, #0755c2 50%, #0763d6 100%);
}

.ml-about-cta-copy {
  width: 42%;
}

.ml-about-cta-buttons {
  width: 35%;
  justify-content: center;
}

.ml-about-cta-robot-col {
  width: 23%;
  align-self: flex-end;
}

.ml-about-cta-title .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.22;
}

.ml-about-cta-title .elementor-heading-title span {
  color: var(--ml-yellow);
}

.ml-about-cta-text p {
  max-width: 330px;
  margin: 9px 0 0;
  color: #fff;
  font-size: 11px;
  line-height: 1.55;
}

.ml-about-cta-buttons .ml-button {
  min-width: 128px;
}

.ml-about-cta-robot {
  width: 210px;
  max-width: 100%;
  margin-left: auto;
  transform: translateY(23px);
}

/* Footer */
.ml-footer-contact-root {
  padding: 27px 0 24px;
  background: #fff;
}

.ml-footer-contact-row {
  display: grid;
  grid-template-columns: 1.1fr .85fr 1.2fr;
  gap: 64px;
  align-items: start;
}

.ml-footer-box .elementor-icon-box-wrapper {
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 13px;
  align-items: start;
  text-align: left;
}

.ml-footer-box .elementor-icon-box-icon {
  margin: 1px 0 0 !important;
}

.ml-footer-box .elementor-icon {
  color: var(--ml-blue);
  font-size: 20px;
}

.ml-footer-box .elementor-icon-box-title {
  margin: 0 0 7px;
  color: var(--ml-blue);
  font-size: 14px;
  font-weight: 600;
}

.ml-footer-box .elementor-icon-box-description,
.ml-footer-box .elementor-icon-box-description a {
  color: var(--ml-text);
  font-size: 11px;
  line-height: 1.7;
  text-decoration: none;
}

.ml-footer-bottom-root {
  min-height: 45px;
  background: linear-gradient(90deg, #073370, #084a9a);
}

.ml-footer-bottom-inner {
  min-height: 45px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ml-footer-copy p {
  margin: 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.ml-footer-facebook {
  position: absolute;
  right: 0;
}

.ml-footer-facebook .elementor-icon {
  color: #fff;
  font-size: 17px;
}

/* Elementor editor parity */
.elementor-editor-active .ml-header-root,
.elementor-editor-active .ml-footer-contact-root,
.elementor-editor-active .ml-footer-bottom-root,
.elementor-editor-active .ml-section {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 1200px) {
  .ml-section > .e-con-inner,
  .ml-section-inner,
  .ml-header-inner,
  .ml-footer-contact-row,
  .ml-footer-bottom-inner {
    width: min(100% - 44px, 1080px);
  }

  .ml-header-nav .elementor-nav-menu {
    gap: 18px;
  }

  .ml-header-logo {
    width: 185px;
    flex-basis: 185px;
  }

  .ml-home-hero-left {
    width: 47%;
  }

  .ml-home-hero-right {
    width: 47%;
  }

  .ml-features-grid {
    column-gap: 38px;
  }
}

@media (max-width: 1024px) {
  .ml-header-root,
  .ml-header-inner {
    min-height: 72px;
  }

  .ml-header-nav {
    order: 3;
    flex: 0 0 auto;
  }

  .ml-header-nav .elementor-menu-toggle {
    display: flex;
    color: var(--ml-blue);
    background: #eef6ff;
    border-radius: 7px;
  }

  .ml-header-nav .elementor-nav-menu--dropdown {
    position: absolute;
    top: 72px;
    right: 22px;
    left: 22px;
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(2, 30, 77, .17);
  }

  .ml-header-nav .elementor-nav-menu--dropdown .elementor-item {
    padding: 15px 20px !important;
    font-size: 13px;
  }

  .ml-header-cta {
    margin-left: auto;
  }

  .ml-home-hero,
  .ml-home-hero-inner {
    min-height: 430px;
  }

  .ml-hero-title .elementor-heading-title {
    font-size: 54px;
  }

  .ml-home-robot {
    width: 390px;
  }

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

  .ml-home-about-photo img {
    height: 300px;
  }

  .ml-about-hero-robot {
    width: 135px;
    right: -2px;
  }

  .ml-approach-grid,
  .ml-aids-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ml-aid-card {
    min-height: 260px;
  }

  .ml-about-cta-inner {
    padding: 24px 30px;
  }

  .ml-about-cta-copy {
    width: 45%;
  }

  .ml-about-cta-buttons {
    width: 36%;
  }

  .ml-about-cta-robot-col {
    width: 19%;
  }
}

@media (max-width: 768px) {
  .ml-section > .e-con-inner,
  .ml-section-inner,
  .ml-header-inner,
  .ml-footer-contact-row,
  .ml-footer-bottom-inner {
    width: min(100% - 34px, 680px);
  }

  .ml-header-logo {
    width: 164px;
    flex-basis: 164px;
  }

  .ml-header-cta {
    display: none;
  }

  .ml-home-hero {
    padding: 35px 0 20px;
  }

  .ml-home-hero-inner {
    min-height: auto;
    flex-direction: column;
    gap: 16px;
  }

  .ml-home-hero-left,
  .ml-home-hero-right {
    width: 100%;
  }

  .ml-home-hero-left {
    padding: 0;
    text-align: center;
  }

  .ml-hero-title .elementor-heading-title {
    font-size: 51px;
  }

  .ml-hero-copy {
    max-width: 560px;
    margin: 21px auto 0;
  }

  .ml-home-hero-left .ml-button-row {
    justify-content: center;
  }

  .ml-home-robot {
    width: 355px;
    margin-inline: auto;
  }

  .ml-gears-bg::after {
    width: 250px;
    height: 250px;
    right: -100px;
    top: 145px;
  }

  .ml-gears-bg::before {
    width: 120px;
    height: 120px;
    right: -35px;
  }

  .ml-section-title .elementor-heading-title {
    font-size: 26px;
  }

  .ml-features-section {
    padding: 34px 0;
  }

  .ml-features-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-inline: auto;
  }

  .ml-home-about-inner {
    flex-direction: column;
    gap: 37px;
  }

  .ml-home-about-photo-col,
  .ml-home-about-copy-col {
    width: 100%;
  }

  .ml-home-about-copy-col {
    text-align: left;
  }

  .ml-home-cta-title .elementor-heading-title {
    font-size: 30px;
  }

  .ml-about-hero {
    padding: 30px 0 24px;
  }

  .ml-about-hero-inner {
    min-height: auto;
    flex-direction: column;
    gap: 28px;
  }

  .ml-about-hero-left,
  .ml-about-hero-right {
    width: 100%;
  }

  .ml-about-hero-left {
    min-height: 290px;
    align-items: flex-start;
  }

  .ml-about-hero-title .elementor-heading-title {
    font-size: 50px;
  }

  .ml-about-hero-robot {
    width: 160px;
    right: 40px;
  }

  .ml-about-hero-photo img {
    height: 330px;
  }

  .ml-about-bio-inner {
    flex-direction: column;
    gap: 28px;
    padding: 25px;
  }

  .ml-about-bio-photo-col,
  .ml-about-bio-copy-col {
    width: 100%;
  }

  .ml-about-bio-photo img {
    height: 420px;
  }

  .ml-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 25px;
  }

  .ml-stat-item:nth-child(2) {
    border-right: 0;
  }

  .ml-about-cta-inner {
    min-height: auto;
    flex-wrap: wrap;
    gap: 20px;
    padding: 28px;
  }

  .ml-about-cta-copy {
    width: calc(60% - 10px);
  }

  .ml-about-cta-buttons {
    width: calc(40% - 10px);
    flex-direction: column;
    align-items: stretch;
  }

  .ml-about-cta-robot-col {
    display: none;
  }

  .ml-footer-contact-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 430px) {
  .ml-section > .e-con-inner,
  .ml-section-inner,
  .ml-header-inner,
  .ml-footer-contact-row,
  .ml-footer-bottom-inner {
    width: calc(100% - 28px);
  }

  .ml-header-root,
  .ml-header-inner {
    min-height: 66px;
  }

  .ml-header-logo {
    width: 152px;
    flex-basis: 152px;
  }

  .ml-header-nav .elementor-nav-menu--dropdown {
    top: 66px;
    right: 14px;
    left: 14px;
  }

  .ml-home-hero {
    padding-top: 26px;
  }

  .ml-hero-title .elementor-heading-title {
    font-size: 43px;
  }

  .ml-hero-copy p,
  .ml-about-hero-copy p {
    font-size: 13px;
  }

  .ml-button-row {
    flex-direction: column;
    align-items: stretch;
    gap: 11px;
  }

  .ml-button .elementor-button {
    width: 100%;
  }

  .ml-home-robot {
    width: 300px;
  }

  .ml-kicker .elementor-heading-title {
    font-size: 11px;
  }

  .ml-section-title .elementor-heading-title {
    font-size: 22px;
  }

  .ml-feature-item .elementor-icon-box-wrapper {
    grid-template-columns: 50px 1fr;
    column-gap: 13px;
  }

  .ml-feature-item .elementor-icon {
    width: 43px;
    height: 43px;
    font-size: 18px;
  }

  .ml-feature-item .elementor-icon-box-title {
    font-size: 13px;
  }

  .ml-feature-item .elementor-icon-box-description {
    font-size: 11px;
  }

  .ml-home-about-photo img {
    height: 220px;
  }

  .ml-home-about-title .elementor-heading-title {
    font-size: 23px;
  }

  .ml-home-cta-inner {
    min-height: 210px;
    padding: 28px 0;
  }

  .ml-home-cta-title .elementor-heading-title {
    font-size: 27px;
  }

  .ml-about-hero-title .elementor-heading-title {
    font-size: 43px;
  }

  .ml-about-hero-left {
    min-height: 265px;
  }

  .ml-about-hero-robot {
    width: 135px;
    right: 5px;
  }

  .ml-about-hero-photo img {
    height: 245px;
  }

  .ml-about-bio-inner {
    border-radius: 14px;
    padding: 19px;
  }

  .ml-about-bio-photo img {
    height: 315px;
  }

  .ml-about-bio-name .elementor-heading-title {
    font-size: 27px;
  }

  .ml-approach-grid,
  .ml-aids-grid {
    grid-template-columns: 1fr;
  }

  .ml-approach-card .elementor-icon-box-wrapper {
    min-height: 190px;
  }

  .ml-aid-card {
    min-height: 250px;
  }

  .ml-aid-image img {
    height: 135px;
  }

  .ml-stats-equation .elementor-heading-title {
    font-size: 23px;
  }

  .ml-stats-grid {
    grid-template-columns: 1fr;
  }

  .ml-stat-item,
  .ml-stat-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #d9e2ee;
    padding: 13px 18px;
  }

  .ml-stat-item:last-child {
    border-bottom: 0;
  }

  .ml-about-cta-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px;
  }

  .ml-about-cta-copy,
  .ml-about-cta-buttons {
    width: 100%;
  }

  .ml-about-cta-title .elementor-heading-title {
    font-size: 24px;
  }

  .ml-footer-bottom-inner {
    justify-content: flex-start;
  }

  .ml-footer-copy p {
    text-align: left;
  }
}

/* ==========================================================
   Elementor container normalization — v1.1.0
   Elementor's generated .e-con rules are more specific than a
   single custom class. These selectors make the intended Flexbox
   and Grid structure deterministic without flattening the editor.
   ========================================================== */
.elementor .e-con.ml-header-inner,
.elementor .e-con.ml-home-hero-inner,
.elementor .e-con.ml-home-about-inner,
.elementor .e-con.ml-about-hero-inner,
.elementor .e-con.ml-about-bio-inner,
.elementor .e-con.ml-about-cta-inner,
.elementor .e-con.ml-footer-bottom-inner,
.elementor .e-con.ml-button-row {
  flex-direction: row !important;
}

.elementor .e-con.ml-features-inner,
.elementor .e-con.ml-home-cta-inner,
.elementor .e-con.ml-about-approach-inner,
.elementor .e-con.ml-aids-inner,
.elementor .e-con.ml-stats-inner,
.elementor .e-con.ml-home-hero-left,
.elementor .e-con.ml-home-hero-right,
.elementor .e-con.ml-home-about-photo-col,
.elementor .e-con.ml-home-about-copy-col,
.elementor .e-con.ml-about-hero-left,
.elementor .e-con.ml-about-hero-right,
.elementor .e-con.ml-about-bio-photo-col,
.elementor .e-con.ml-about-bio-copy-col,
.elementor .e-con.ml-about-cta-copy,
.elementor .e-con.ml-about-cta-robot-col,
.elementor .e-con.ml-aid-card,
.elementor .e-con.ml-stat-item {
  flex-direction: column !important;
}

.elementor .e-con.ml-features-grid,
.elementor .e-con.ml-approach-grid,
.elementor .e-con.ml-aids-grid,
.elementor .e-con.ml-stats-grid,
.elementor .e-con.ml-footer-contact-row {
  display: grid !important;
  width: 100% !important;
  --width: 100% !important;
}

.elementor .e-con.ml-section-inner,
.elementor .e-con.ml-header-inner,
.elementor .e-con.ml-footer-contact-row,
.elementor .e-con.ml-footer-bottom-inner {
  width: min(1160px, calc(100% - 48px)) !important;
  max-width: 1160px !important;
  --width: min(1160px, calc(100% - 48px)) !important;
  margin-inline: auto !important;
}

.elementor .e-con.ml-home-hero-left { width: 43% !important; --width: 43% !important; }
.elementor .e-con.ml-home-hero-right { width: 48% !important; --width: 48% !important; }
.elementor .e-con.ml-home-about-photo-col,
.elementor .e-con.ml-home-about-copy-col { width: 50% !important; --width: 50% !important; }
.elementor .e-con.ml-about-hero-left { width: 45% !important; --width: 45% !important; }
.elementor .e-con.ml-about-hero-right { width: 49% !important; --width: 49% !important; }
.elementor .e-con.ml-about-bio-photo-col { width: 37% !important; --width: 37% !important; }
.elementor .e-con.ml-about-bio-copy-col { width: 63% !important; --width: 63% !important; }
.elementor .e-con.ml-about-cta-copy { width: 42% !important; --width: 42% !important; }
.elementor .e-con.ml-about-cta-buttons { width: 35% !important; --width: 35% !important; }
.elementor .e-con.ml-about-cta-robot-col { width: 23% !important; --width: 23% !important; }

/* Widget classes in 1.0.0 were not consistently emitted by all Elementor versions. */
.elementor .ml-button .elementor-button {
  background-color: inherit;
}
.elementor .ml-button-primary .elementor-button {
  color: #fff !important;
  border-color: var(--ml-blue) !important;
  background: var(--ml-blue) !important;
}
.elementor .ml-button-outline .elementor-button {
  color: var(--ml-blue) !important;
  border-color: var(--ml-blue) !important;
  background: #fff !important;
}
.elementor .ml-button-yellow .elementor-button {
  color: #071b55 !important;
  border-color: var(--ml-yellow) !important;
  background: var(--ml-yellow) !important;
}
.elementor .ml-button-light-outline .elementor-button {
  color: #fff !important;
  border-color: rgba(255,255,255,.85) !important;
  background: transparent !important;
}

.elementor .ml-home-robot img,
.elementor .ml-about-hero-robot img,
.elementor .ml-about-cta-robot img,
.elementor .ml-home-about-photo img,
.elementor .ml-about-hero-photo img,
.elementor .ml-about-bio-photo img,
.elementor .ml-aid-image img {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 1200px) {
  .elementor .e-con.ml-section-inner,
  .elementor .e-con.ml-header-inner,
  .elementor .e-con.ml-footer-contact-row,
  .elementor .e-con.ml-footer-bottom-inner {
    width: min(100% - 44px, 1080px) !important;
    --width: min(100% - 44px, 1080px) !important;
  }
}

@media (max-width: 1024px) {
  .elementor .e-con.ml-home-hero-left,
  .elementor .e-con.ml-home-hero-right {
    width: 47% !important;
    --width: 47% !important;
  }

  .elementor .e-con.ml-about-cta-copy { width: 45% !important; --width: 45% !important; }
  .elementor .e-con.ml-about-cta-buttons { width: 36% !important; --width: 36% !important; }
  .elementor .e-con.ml-about-cta-robot-col { width: 19% !important; --width: 19% !important; }
}

@media (max-width: 768px) {
  .elementor .e-con.ml-section-inner,
  .elementor .e-con.ml-header-inner,
  .elementor .e-con.ml-footer-contact-row,
  .elementor .e-con.ml-footer-bottom-inner {
    width: min(100% - 34px, 680px) !important;
    --width: min(100% - 34px, 680px) !important;
  }

  .elementor .e-con.ml-home-hero-inner,
  .elementor .e-con.ml-home-about-inner,
  .elementor .e-con.ml-about-hero-inner,
  .elementor .e-con.ml-about-bio-inner {
    flex-direction: column !important;
  }

  .elementor .e-con.ml-home-hero-left,
  .elementor .e-con.ml-home-hero-right,
  .elementor .e-con.ml-home-about-photo-col,
  .elementor .e-con.ml-home-about-copy-col,
  .elementor .e-con.ml-about-hero-left,
  .elementor .e-con.ml-about-hero-right,
  .elementor .e-con.ml-about-bio-photo-col,
  .elementor .e-con.ml-about-bio-copy-col {
    width: 100% !important;
    --width: 100% !important;
  }
}

@media (max-width: 620px) {
  .elementor .e-con.ml-about-cta-inner {
    flex-direction: column !important;
  }

  .elementor .e-con.ml-about-cta-copy,
  .elementor .e-con.ml-about-cta-buttons,
  .elementor .e-con.ml-about-cta-robot-col {
    width: 100% !important;
    --width: 100% !important;
  }

  .elementor .e-con.ml-about-cta-buttons,
  .elementor .e-con.ml-button-row {
    justify-content: center !important;
  }
}
