/* EcomCloud.ai mobile polish */
@media (max-width: 760px) {
  html.ec-mobile-polished,
  html.ec-mobile-polished body {
    overflow-x: hidden;
  }

  .ec-hero-title {
    font-size: clamp(38px, 10vw, 46px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.055em !important;
    max-width: 360px !important;
    margin-bottom: 14px !important;
  }

  .ec-hero-copy {
    font-size: clamp(17px, 4.2vw, 19px) !important;
    line-height: 1.45 !important;
    color: #3f4d63 !important;
    margin-bottom: 18px !important;
  }

  .ec-hero-note {
    font-size: 16.5px !important;
    line-height: 1.48 !important;
    padding: 18px 20px !important;
    border-radius: 22px !important;
  }

  .ec-workflow-intro {
    width: 100%;
    margin: 14px auto 14px !important;
    padding: 18px 18px 19px !important;
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 24px;
    background:
      radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.12), transparent 34%),
      linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  }

  .ec-workflow-intro__eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 9px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #eaf2ff;
    color: #2563eb;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .ec-workflow-intro__title {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.045em;
    font-weight: 900;
  }

  .ec-workflow-intro__text {
    margin: 0;
    color: #4b5870;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
  }

  .ec-workflow-visual-card {
    margin-top: 10px !important;
    padding-top: 18px !important;
    padding-bottom: 24px !important;
  }

  .ec-workflow-visual-card * {
    box-sizing: border-box;
  }

  .ec-workflow-visual-card .ec-flow-main-label {
    font-size: 15px !important;
    font-weight: 900 !important;
    color: #53627a !important;
  }

  .ec-workflow-visual-card .ec-flow-group-title {
    display: block !important;
    margin-bottom: 12px !important;
    font-size: 22px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.035em !important;
    font-weight: 900 !important;
  }

  .ec-workflow-visual-card .ec-flow-status-card {
    margin-top: 18px !important;
    border-radius: 22px !important;
  }

  .ec-workflow-visual-card .ec-flow-status-card,
  .ec-workflow-visual-card .ec-flow-status-card * {
    line-height: 1.35 !important;
  }
}

@media (max-width: 420px) {
  .ec-hero-title {
    font-size: 41px !important;
  }

  .ec-workflow-intro__title {
    font-size: 23px !important;
  }
}
