@charset "utf-8";

.fc-desktop-customer-detail {
  display: none;
}

@media (min-width: 769px) {
  body.fc-customer-detail-polished {
    color: #172033;
    background: #fff;
    font-family: "Alibaba PuHuiTi 3", "Alibaba PuHuiTi", "PingFang SC", "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  body.fc-customer-detail-polished #web {
    height: auto !important;
    min-height: 100vh !important;
  }

  body.fc-customer-detail-polished #fullmeasureTopForms {
    display: none !important;
  }

  body.fc-customer-detail-polished .s_suspendserv_wrap,
  body.fc-customer-detail-polished #siteBackToTop_small_box,
  body.fc-customer-detail-polished #absForms {
    display: none !important;
  }

  .fc-desktop-customer-detail,
  .fc-desktop-customer-detail * {
    box-sizing: border-box;
  }

  .fc-desktop-customer-detail {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #172033;
    background: #fff;
  }

  .fc-dp-shell {
    width: min(1200px, calc(100% - 64px));
    margin: 0 auto;
  }

  .fc-dp-hero {
    padding: 32px 0 84px;
    background:
      radial-gradient(circle at 92% 10%, rgba(82, 132, 255, .16), transparent 31%),
      linear-gradient(145deg, #f8faff 0%, #f1f5ff 58%, #f8fbff 100%);
  }

  .fc-dp-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
    align-items: center;
    gap: 64px;
    padding-top: 48px;
  }

  .fc-dp-breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    color: #69778d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
  }

  .fc-dp-breadcrumb::before {
    width: 7px;
    height: 7px;
    border-bottom: 1.5px solid currentColor;
    border-left: 1.5px solid currentColor;
    content: "";
    transform: rotate(45deg);
  }

  .fc-dp-breadcrumb:hover {
    color: #2168ed;
  }

  .fc-dp-brand {
    display: flex;
    align-items: center;
    min-height: 46px;
    margin-bottom: 24px;
  }

  .fc-dp-brand img {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 46px;
    object-fit: contain;
  }

  .fc-dp-hero h1 {
    max-width: 590px;
    margin: 0;
    color: #111827;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.34;
    letter-spacing: -.025em;
  }

  .fc-dp-lead {
    max-width: 590px;
    margin: 24px 0 0;
    color: #5d6a7f;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85;
  }

  .fc-dp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
  }

  .fc-dp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 46px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  .fc-dp-button:hover {
    transform: translateY(-2px);
  }

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

  .fc-dp-button-primary:hover {
    box-shadow: 0 15px 30px rgba(33, 104, 237, .28);
  }

  .fc-dp-button-secondary {
    border-color: #bfd0ec;
    color: #2864e8;
    background: rgba(255, 255, 255, .88);
  }

  .fc-dp-button-secondary:hover {
    border-color: #86a9e6;
    background: #fff;
  }

  .fc-dp-visual {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid #c5d7ed;
    border-radius: 18px;
    background: #eaf0f8;
    box-shadow: none;
  }

  .fc-dp-visual::after {
    position: absolute;
    inset: 0;
    border: 0;
    border-radius: inherit;
    content: "";
    pointer-events: none;
  }

  .fc-dp-visual img {
    display: block;
    width: 100%;
    height: 430px;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
  }

  .fc-dp-story {
    padding: 104px 0 112px;
    background: #fff;
  }

  .fc-dp-about {
    padding-bottom: 72px;
    border-bottom: 1px solid #e8edf4;
  }

  .fc-dp-title-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }

  .fc-dp-about h2,
  .fc-dp-practice-head h2,
  .fc-dp-cta h2 {
    margin: 0;
    color: #172033;
    font-weight: 600;
    letter-spacing: -.02em;
  }

  .fc-dp-about h2 {
    font-size: 36px;
    line-height: 1.4;
  }

  .fc-dp-industry-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 3px 11px;
    border: 1px solid #d7e3fb;
    border-radius: 8px;
    color: #2864e8;
    background: #edf3ff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
  }

  .fc-dp-industry-tag[data-tone="food"] {
    border-color: #f6d79d;
    color: #a25b00;
    background: #fff7e7;
  }

  .fc-dp-industry-tag[data-tone="service"] {
    border-color: #c9eaf3;
    color: #087a9d;
    background: #eaf8fc;
  }

  .fc-dp-industry-tag[data-tone="manufacturing"] {
    border-color: #dfd2fb;
    color: #6941c6;
    background: #f3eeff;
  }

  .fc-dp-about p {
    max-width: none;
    margin: 24px 0 0;
    color: #59667a;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
  }

  .fc-dp-practice-head {
    max-width: none;
    margin: 72px 0 40px;
  }

  .fc-dp-kicker {
    display: block;
    margin-bottom: 10px;
    color: #2864e8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
  }

  .fc-dp-practice-head h2 {
    font-size: 34px;
    line-height: 1.42;
  }

  .fc-dp-practice-head p {
    margin: 16px 0 0;
    color: #6a7689;
    font-size: 16px;
    line-height: 1.75;
  }

  .fc-dp-pairs {
    display: grid;
    gap: 24px;
  }

  .fc-dp-pair {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
    align-items: stretch;
    gap: 18px;
  }

  .fc-dp-case-card {
    min-height: 220px;
    padding: 28px 30px 30px;
    border: 1px solid #e2e8f1;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(37, 58, 94, .06);
  }

  .fc-dp-case-card.is-challenge {
    border-color: #e8e4df;
    background: linear-gradient(145deg, #fff 0%, #fcfbfa 100%);
  }

  .fc-dp-case-card.is-solution {
    border-color: #dbe6fb;
    background: linear-gradient(145deg, #fff 0%, #f7faff 100%);
  }

  .fc-dp-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 17px;
  }

  .fc-dp-card-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    color: #a45d18;
    background: #fff2df;
    font-size: 13px;
    font-weight: 700;
  }

  .is-solution .fc-dp-card-index {
    color: #2864e8;
    background: #eaf1ff;
  }

  .fc-dp-card-head h3 {
    margin: 0;
    color: #273246;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
  }

  .is-solution .fc-dp-card-head h3 {
    color: #2159bd;
  }

  .fc-dp-case-card > p {
    margin: 0;
    color: #566276;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.82;
  }

  .fc-dp-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #87aaf0;
    font-size: 31px;
    font-weight: 400;
  }

  .fc-dp-cta-wrap {
    padding: 0 0 104px;
    background: #fff;
  }

  .fc-dp-cta {
    padding: 64px 48px;
    border: 1px solid #dbe5f7;
    border-radius: 24px;
    text-align: center;
    background:
      radial-gradient(circle at 86% 0%, rgba(91, 166, 255, .18), transparent 35%),
      linear-gradient(135deg, #eef3ff, #f9fbff);
    box-shadow: 0 20px 50px rgba(37, 58, 94, .08);
  }

  .fc-dp-cta h2 {
    font-size: 36px;
    line-height: 1.45;
  }

  .fc-dp-cta p {
    margin: 16px 0 0;
    color: #68758a;
    font-size: 16px;
    line-height: 1.75;
  }

  .fc-dp-cta .fc-dp-actions {
    justify-content: center;
    margin-top: 30px;
  }
}

/* The visible header axis is not centered inside the legacy 1250px canvas:
   it runs from the logo's left edge to the consultation CTA's right edge.
   Match every desktop customer-detail shell to that exact 1223px span. */
@media (min-width: 1265px) {
  .fc-dp-shell {
    width: 1223px;
    max-width: 1223px;
    margin-left: calc(50% - 625px);
    margin-right: 0;
  }
}

@media (min-width: 769px) and (max-width: 1050px) {
  .fc-dp-shell {
    width: min(760px, calc(100% - 48px));
  }

  .fc-dp-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .fc-dp-hero h1,
  .fc-dp-lead {
    max-width: none;
  }

  .fc-dp-visual img {
    height: auto;
    max-height: 520px;
  }

  .fc-dp-pair {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fc-dp-flow {
    height: 24px;
    transform: rotate(90deg);
  }
}

@media (max-width: 768px) {
  .fc-desktop-customer-detail {
    display: none !important;
  }
}
