@charset "utf-8";

#fc-mobile-customer {
  display: none;
}

/* The original Lebo page reused another customer's hero visual. */
#module11540 img {
  width: 100% !important;
  height: 409px !important;
  border-radius: 8px;
  object-fit: cover !important;
  background: #071a3c;
}

@media (max-width: 1050px) {
  html,
  body {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden !important;
    background: #fff !important;
  }

  body #web {
    display: none !important;
    zoom: 1 !important;
  }

  body .s_suspendserv_wrap,
  body #siteBackToTop_small_box {
    display: none !important;
  }

  #fc-mobile-customer {
    display: block;
    width: 100%;
    color: #172033;
    background: #fff;
    font-family: "Alibaba PuHuiTi 3", "Microsoft YaHei", "PingFang SC", sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  #fc-mobile-customer,
  #fc-mobile-customer * {
    box-sizing: border-box;
  }

  .fc-cm-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(225, 231, 240, .9);
    background: rgba(255, 255, 255, .95);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .fc-cm-logo {
    display: inline-flex;
    width: 118px;
  }

  .fc-cm-logo img {
    display: block;
    width: 118px;
    height: auto;
  }

  .fc-cm-header-cta,
  .fc-cm-button,
  .fc-cm-card,
  .fc-cm-back {
    text-decoration: none;
  }

  .fc-cm-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 36px;
    padding: 0 15px;
    border-radius: 8px;
    color: #fff;
    background: #3370ff;
    font-size: 14px;
    font-weight: 500;
  }

  .fc-cm-index-hero {
    padding: 58px 20px 54px;
    text-align: center;
    background:
      radial-gradient(circle at 90% 12%, rgba(97, 145, 255, .22), transparent 34%),
      linear-gradient(145deg, #f5f8ff, #eef4ff 58%, #f8fbff);
  }

  .fc-cm-kicker {
    margin: 0 0 12px;
    color: #3370ff;
    font-size: 14px;
    font-weight: 500;
  }

  .fc-cm-index-hero h1,
  .fc-cm-detail-hero h1 {
    margin: 0;
    color: #111827;
    font-weight: 600;
    letter-spacing: -.025em;
  }

  .fc-cm-index-hero h1 {
    font-size: 33px;
    line-height: 1.32;
  }

  .fc-cm-index-hero p:last-child {
    margin: 18px auto 0;
    max-width: 330px;
    color: #647087;
    font-size: 15px;
    line-height: 1.7;
  }

  .fc-cm-index-main {
    padding: 46px 20px 70px;
  }

  .fc-cm-index-main h2,
  .fc-cm-story h2,
  .fc-cm-bottom-cta h2 {
    margin: 0;
    color: #172033;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.015em;
  }

  .fc-cm-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .fc-cm-card {
    display: block;
    overflow: hidden;
    border: 1px solid #e4e9f2;
    border-radius: 10px;
    color: #172033;
    background: #fff;
    box-shadow: 0 10px 28px rgba(31, 53, 91, .07);
  }

  .fc-cm-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #eef3fb;
  }

  .fc-cm-card-copy {
    padding: 18px 18px 20px;
  }

  .fc-cm-card h3 {
    margin: 0;
    color: #20293a;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
  }

  .fc-cm-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-top: 14px;
    padding: 2px 10px;
    border-radius: 7px;
    color: #2864e8;
    background: #edf3ff;
    font-size: 12px;
    font-weight: 500;
  }

  .fc-cm-detail-hero {
    padding: 42px 20px 54px;
    background:
      radial-gradient(circle at 96% 6%, rgba(100, 149, 255, .21), transparent 34%),
      linear-gradient(150deg, #f6f8ff, #eef3ff 62%, #f8fbff);
  }

  .fc-cm-back {
    display: inline-flex;
    margin-bottom: 30px;
    color: #66758b;
    font-size: 14px;
    font-weight: 500;
  }

  .fc-cm-brand-mark {
    display: flex;
    align-items: center;
    min-height: 44px;
    margin-bottom: 22px;
  }

  .fc-cm-brand-mark img {
    display: block;
    width: auto;
    max-width: 132px;
    max-height: 44px;
    object-fit: contain;
  }

  .fc-cm-detail-hero h1 {
    font-size: 31px;
    line-height: 1.36;
  }

  .fc-cm-lead {
    margin: 18px 0 0;
    color: #5f6c80;
    font-size: 15px;
    line-height: 1.75;
  }

  .fc-cm-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 27px;
  }

  .fc-cm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    height: 44px;
    padding: 0 19px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
  }

  .fc-cm-button-primary {
    color: #fff;
    background: #2168ed;
    box-shadow: 0 10px 22px rgba(33, 104, 237, .2);
  }

  .fc-cm-button-secondary {
    border: 1px solid #cbd8f2;
    color: #2864e8;
    background: #fff;
  }

  .fc-cm-hero-image {
    display: block;
    width: 100%;
    max-height: 290px;
    margin-top: 38px;
    border: 1px solid rgba(220, 228, 241, .9);
    border-radius: 14px;
    object-fit: cover;
    background: #eaf0fa;
    box-shadow: 0 16px 34px rgba(37, 58, 94, .1);
  }

  .fc-cm-story {
    padding: 66px 20px 72px;
  }

  .fc-cm-story-tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-top: 18px;
    padding: 3px 10px;
    border-radius: 7px;
    color: #2864e8;
    background: #edf3ff;
    font-size: 13px;
    font-weight: 500;
  }

  .fc-cm-about {
    margin: 20px 0 0;
    color: #59667a;
    font-size: 15px;
    line-height: 1.78;
  }

  .fc-cm-pairs {
    display: grid;
    gap: 22px;
    margin-top: 38px;
  }

  .fc-cm-pair {
    display: grid;
    gap: 10px;
  }

  .fc-cm-narrative {
    padding: 20px 18px;
    border: 1px solid #e5eaf2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(37, 58, 94, .05);
  }

  .fc-cm-narrative.is-solution {
    border-color: #dbe6ff;
    background: #f6f9ff;
  }

  .fc-cm-narrative-label {
    margin: 0 0 10px;
    color: #526077;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
  }

  .fc-cm-narrative.is-solution .fc-cm-narrative-label {
    color: #2864e8;
  }

  .fc-cm-narrative p:last-child {
    margin: 0;
    color: #5d687a;
    font-size: 15px;
    line-height: 1.75;
  }

  .fc-cm-bottom-cta {
    margin: 0 20px 64px;
    padding: 38px 22px;
    border: 1px solid #dbe5f7;
    border-radius: 12px;
    text-align: center;
    background: linear-gradient(135deg, #edf3ff, #f7f9ff);
  }

  .fc-cm-bottom-cta p {
    margin: 14px 0 0;
    color: #6b7689;
    font-size: 15px;
    line-height: 1.65;
  }

  .fc-cm-bottom-cta .fc-cm-button-row {
    justify-content: center;
  }

  .fc-cm-footer {
    padding: 28px 20px 32px;
    border-top: 1px solid #e8edf4;
    color: #8994a6;
    background: #f8fafc;
    text-align: center;
    font-size: 12px;
    line-height: 1.7;
  }

  .fc-cm-footer-links {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom: 14px;
  }

  .fc-cm-footer a {
    color: #536077;
    text-decoration: none;
  }
}

@media (min-width: 769px) and (max-width: 1050px) {
  #fc-mobile-customer main {
    width: min(820px, 100%);
    margin: 0 auto;
    background: #fff;
  }

  .fc-cm-index-hero,
  .fc-cm-detail-hero {
    padding-right: 40px;
    padding-left: 40px;
  }

  .fc-cm-index-main,
  .fc-cm-story {
    padding-right: 40px;
    padding-left: 40px;
  }

  .fc-cm-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .fc-cm-bottom-cta {
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media (max-width: 360px) {
  .fc-cm-index-hero h1 { font-size: 30px; }
  .fc-cm-detail-hero h1 { font-size: 29px; }
  .fc-cm-button { min-width: 120px; padding-right: 16px; padding-left: 16px; }
}
