body:has(.custom-development-page),
.custom-development-page {
  --custom-development-accent: #13ae67;
  --custom-development-dark: #071218;
  --custom-development-ink: #eef5f2;
  --custom-development-muted: #a9bcc0;
  --custom-development-light: #edf3f0;
  --custom-development-light-ink: #102126;
  --custom-development-light-muted: #52656a;
  --custom-development-focus-on-light: #075c3a;
  --page-content-max: 96rem;
  --page-safe-gutter: clamp(1rem, 4vw, 4.5rem);
  --page-inline: max(var(--page-safe-gutter), calc((100% - var(--page-content-max)) / 2));
  color: var(--custom-development-ink);
  background: var(--custom-development-dark);
}

.custom-development-page {
  overflow-x: clip;
}

.custom-development-page .container {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding-inline: var(--page-inline);
}

body:has(.custom-development-page) {
  --brand-blue: #13ae67;
  --brand-green: #13ae67;
  --link: #13ae67;
  --header-height: 68px;
  color: var(--custom-development-ink);
  background: var(--custom-development-dark);
  color-scheme: dark;
}

body:has(.custom-development-page) .site-header,
body:has(.custom-development-page) .site-header.header--transparent,
body:has(.custom-development-page) .site-header.header--dark {
  height: var(--header-height);
  color: var(--custom-development-ink);
  border-bottom: 1px solid rgb(238 245 242 / 0.1);
  background: rgb(7 18 24 / 0.9);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  backdrop-filter: blur(18px) saturate(120%);
}

body:has(.custom-development-page) .site-header.header--scrolled,
body:has(.custom-development-page) .site-header.header--menu-open {
  background: rgb(7 18 24 / 0.98);
}

body:has(.custom-development-page) .header__inner {
  width: min(100%, 96rem);
  padding-inline: clamp(1.25rem, 4vw, 4.5rem);
}

body:has(.custom-development-page) .header__logo {
  display: flex;
  width: 10rem;
  height: 2.65rem;
}

body:has(.custom-development-page) .header__logo-img--reverse {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none !important;
}

body:has(.custom-development-page) .header__nav,
body:has(.custom-development-page) .header__menu-link,
body:has(.custom-development-page) .header__menu-trigger {
  color: var(--custom-development-ink);
}

.custom-development-page :where(h1, h2, h3, p, figure, ol) {
  margin: 0;
}

.custom-development-page :where(img) {
  display: block;
  max-width: 100%;
}

.custom-development-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.custom-development-hero {
  position: relative;
  display: grid;
  align-items: center;
  height: 100dvh;
  min-height: 44rem;
  isolation: isolate;
  overflow: hidden;
}

.custom-development-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: var(--custom-development-dark);
}

.custom-development-hero__media::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgb(1 6 10 / 0.72) 0%, rgb(1 6 10 / 0.42) 40%, transparent 64%);
}

.custom-development-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.custom-development-hero__content {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 1.7rem;
  width: 100%;
  min-height: 100%;
  padding-top: calc(var(--header-height) + clamp(2rem, 5vw, 5rem));
  padding-bottom: clamp(3rem, 6vw, 6rem);
  text-shadow: 0 0.12rem 0.65rem rgb(1 10 15 / 0.38);
}

.custom-development-hero h1 {
  max-width: 15ch;
  font-size: clamp(2.2rem, 2.65vw, 3.3rem);
  font-weight: 400;
  letter-spacing: -0.022em;
  line-height: 1.1;
  text-wrap: pretty;
}

.custom-development-hero__content > p {
  max-width: 30rem;
  color: #fff;
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  line-height: 1.6;
}

.custom-development-page .custom-development-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 3.55rem;
  padding: 0.78rem 1.38rem;
  border: 2px solid var(--custom-development-accent);
  border-radius: 999px;
  color: var(--custom-development-ink);
  background: transparent;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.custom-development-page .custom-development-button:link,
.custom-development-page .custom-development-button:visited {
  color: var(--custom-development-ink);
}

.custom-development-page .custom-development-capabilities .custom-development-button:link,
.custom-development-page .custom-development-capabilities .custom-development-button:visited,
.custom-development-page .custom-development-slogan .custom-development-button:link,
.custom-development-page .custom-development-slogan .custom-development-button:visited {
  color: var(--custom-development-light-ink);
}

.custom-development-page .custom-development-use-case .custom-development-button:link,
.custom-development-page .custom-development-use-case .custom-development-button:visited {
  color: #f4f8f6;
}

.custom-development-button span {
  font-size: 1.42em;
  font-weight: 400;
  line-height: 0.65;
  transition: transform 180ms ease;
}

.custom-development-page .custom-development-button:hover {
  color: var(--custom-development-dark);
  background: var(--custom-development-accent);
  transform: translateX(0.2rem);
}

.custom-development-button:hover span {
  transform: translateX(0.12rem);
}

.custom-development-button:active {
  transform: translateX(0.2rem) scale(0.98);
}

.custom-development-button:focus-visible,
.custom-development-function-card a:focus-visible {
  outline: 3px solid var(--custom-development-accent);
  outline-offset: 4px;
}

.custom-development-capabilities .custom-development-button:focus-visible,
.custom-development-slogan .custom-development-button:focus-visible {
  outline-color: var(--custom-development-focus-on-light);
}

.custom-development-capabilities {
  padding: clamp(6.5rem, 10vw, 10rem) 0 clamp(6.8rem, 10vw, 10.5rem);
  color: #2d3441;
  background: #fff;
}

.custom-development-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2.5rem, 6vw, 7rem);
}

.custom-development-capability {
  display: grid;
  justify-items: center;
  text-align: center;
}

.custom-development-capability__icon {
  display: block;
  width: clamp(4.4rem, 5.8vw, 5.8rem);
  aspect-ratio: 1;
  margin-bottom: clamp(2.25rem, 3.4vw, 3.25rem);
  background-image: url("/img/pages/products-custom-development/custom-development-capability-icons-v2.webp");
  background-repeat: no-repeat;
  background-size: 300% 100%;
}

.custom-development-capability__icon--delivery {
  background-position: 0 center;
}

.custom-development-capability__icon--scheduling {
  background-position: 50% center;
}

.custom-development-capability__icon--industry {
  background-position: 100% center;
}

.custom-development-capability h3 {
  color: #2d3441;
  font-size: clamp(1.32rem, 1.7vw, 1.72rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.28;
}

.custom-development-capability p {
  max-width: 21rem;
  margin-top: 1.05rem;
  color: #53616e;
  font-size: clamp(0.94rem, 1.04vw, 1.06rem);
  line-height: 1.72;
}

.custom-development-capabilities__action {
  display: grid;
  justify-items: center;
  margin-top: clamp(3.5rem, 6vw, 5.75rem);
}

.custom-development-page .custom-development-button--light {
  color: var(--custom-development-light-ink);
}

.custom-development-showcase {
  position: relative;
  display: flex;
  box-sizing: border-box;
  height: calc(100dvh - var(--header-height));
  min-height: min(46rem, calc(100dvh - var(--header-height)));
  padding: clamp(5rem, 6vw, 6.5rem) 0 clamp(3rem, 4vw, 4.5rem);
  overflow: hidden;
  isolation: isolate;
  color: #f4f8f6;
  background:
    linear-gradient(90deg, rgb(1 5 8 / 0.86) 0%, rgb(1 5 8 / 0.45) 42%, rgb(1 5 8 / 0.35) 100%),
    linear-gradient(0deg, rgb(1 5 8 / 0.76) 0%, rgb(1 5 8 / 0.08) 48%),
    url("/img/pages/products-custom-development/custom-development-process-showcase-v2.webp") center / cover no-repeat,
    #010508;
}

.custom-development-showcase > .container {
  width: 100%;
  min-height: 100%;
}

.custom-development-showcase__heading,
.custom-development-functions__heading,
.custom-development-use-cases__heading {
  display: grid;
  justify-items: center;
  gap: 1.25rem;
  text-align: center;
}

.custom-development-showcase__heading h2,
.custom-development-functions__heading h2,
.custom-development-use-cases__heading h2 {
  margin: 0;
  font-size: clamp(1.95rem, 2.2vw, 2.7rem);
  font-weight: 400;
  letter-spacing: -0.022em;
  line-height: 1.15;
  text-wrap: pretty;
}

.custom-development-showcase__heading p {
  max-width: 46rem;
  color: rgb(238 245 242 / 0.78);
  font-size: clamp(1rem, 1.32vw, 1.18rem);
  line-height: 1.65;
}

.custom-development-functions {
  padding: clamp(5rem, 7.5vw, 7.75rem) 0 clamp(5.25rem, 8vw, 8rem);
  color: #2d3441;
  background: #f6f9f7;
}

.custom-development-functions__heading {
  max-width: none;
}

.custom-development-functions__heading h2 {
  color: #2d3441;
}

.custom-development-functions__heading p {
  max-width: 52rem;
  color: #53616e;
  font-size: clamp(1rem, 1.28vw, 1.16rem);
  line-height: 1.65;
}

.custom-development-functions__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.4vw, 1.45rem);
  margin-top: clamp(3rem, 4.2vw, 4rem);
}

.custom-development-function-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  background: #28313e;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.custom-development-function-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.custom-development-function-card__body {
  display: grid;
  grid-template-rows: minmax(2.4em, auto) minmax(6.2em, auto) auto;
  align-content: start;
  gap: 0.82rem;
  padding: clamp(1.15rem, 1.42vw, 1.45rem);
}

.custom-development-function-card h3 {
  color: #fff;
  font-size: clamp(1.15rem, 1.3vw, 1.42rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.custom-development-function-card p {
  color: rgb(238 245 242 / 0.78);
  font-size: clamp(0.85rem, 0.86vw, 0.94rem);
  line-height: 1.58;
}

.custom-development-function-card a {
  width: fit-content;
  margin-top: 0.4rem;
  color: var(--custom-development-accent);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.custom-development-function-card a span {
  display: inline-block;
  margin-left: 0.35rem;
  font-size: 1.25em;
  transition: transform 180ms ease;
}

.custom-development-function-card:hover {
  transform: translateY(-0.22rem);
}

.custom-development-function-card:hover > img {
  transform: scale(1.025);
}

.custom-development-function-card a:hover {
  color: #56df9c;
}

.custom-development-function-card a:hover span {
  transform: translateX(0.18rem);
}

.custom-development-use-cases {
  padding: clamp(5.75rem, 8vw, 8.5rem) 0 clamp(6rem, 9vw, 9rem);
  color: #f4f8f6;
  background: #010508;
}

.custom-development-use-cases__heading h2 {
  color: #fff;
}

.custom-development-use-cases__heading p {
  max-width: 48rem;
  color: rgb(238 245 242 / 0.78);
  font-size: clamp(1rem, 1.28vw, 1.16rem);
  line-height: 1.68;
}

.custom-development-use-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 3.25vw, 3.5rem);
  margin-top: clamp(3.5rem, 6vw, 5.7rem);
}

.custom-development-use-case {
  display: grid;
  min-width: 0;
  text-align: center;
}

.custom-development-use-case > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.custom-development-use-case:hover > img {
  transform: scale(1.018);
}

.custom-development-use-case__body {
  display: grid;
  justify-items: center;
  align-content: start;
  padding: clamp(1.85rem, 3vw, 2.8rem) clamp(0.4rem, 1.6vw, 1.3rem) 0;
}

.custom-development-use-case h3 {
  color: #fff;
  font-size: clamp(1.08rem, 1.12vw, 1.18rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.custom-development-use-case p {
  max-width: 21rem;
  margin-top: 1.15rem;
  color: rgb(238 245 242 / 0.78);
  font-size: clamp(0.96rem, 1.02vw, 1.05rem);
  line-height: 1.72;
}

.custom-development-use-case .custom-development-button {
  min-height: 3.15rem;
  margin-top: 1.75rem;
  padding: 0.7rem 1.1rem;
  color: #f4f8f6;
}

.custom-development-slogan {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(24rem, 1.08fr);
  align-items: center;
  min-height: 100dvh;
  padding-block: clamp(7rem, 10vw, 10rem);
  padding-inline: var(--page-inline);
  overflow: hidden;
  color: var(--custom-development-light-ink);
  background:
    linear-gradient(120deg, rgb(19 174 103 / 0.055), transparent 42%),
    var(--custom-development-light);
}

.custom-development-slogan__copy {
  z-index: 2;
  max-width: 43rem;
}

.custom-development-slogan h2 {
  max-width: none;
  color: var(--custom-development-light-ink);
  font-size: clamp(2.25rem, 2.8vw, 3.3rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.custom-development-slogan__copy > p {
  max-width: 34rem;
  margin-top: 1.6rem;
  color: var(--custom-development-light-muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.75;
}

.custom-development-slogan__copy .custom-development-button {
  margin-top: 2rem;
  color: var(--custom-development-light-ink);
}

.custom-development-slogan__visual {
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 0;
}

.custom-development-slogan__visual img {
  display: block;
  width: min(100%, 42rem);
  max-height: 76dvh;
  object-fit: contain;
  filter: drop-shadow(0 2.2rem 2.5rem rgb(16 27 34 / 0.14));
}

body:has(.custom-development-page) .footer.footer[data-ui="app-footer"] {
  --footer-ink: var(--custom-development-ink);
  --footer-muted: var(--custom-development-muted);
  --footer-line: rgb(238 245 242 / 0.13);
  color: var(--custom-development-muted) !important;
  background: var(--custom-development-dark) !important;
  background-image: linear-gradient(180deg, var(--custom-development-dark), #09151d) !important;
}

body:has(.custom-development-page) .footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(3rem, 8vw, 8rem);
  padding-top: clamp(4.5rem, 8vw, 7.5rem);
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
}

body:has(.custom-development-page) .footer__links {
  min-width: 0;
}

body:has(.custom-development-page) .footer__section h2,
body:has(.custom-development-page) .footer__group h3 {
  color: var(--custom-development-ink);
}

body:has(.custom-development-page) .footer__section h2,
body:has(.custom-development-page) .footer__bottom,
body:has(.custom-development-page) .footer__social {
  border-color: var(--footer-line);
}

body:has(.custom-development-page) .footer__section a,
body:has(.custom-development-page) .footer__legal a,
body:has(.custom-development-page) .footer__legal p {
  color: var(--custom-development-muted);
}

body:has(.custom-development-page) .footer__social {
  align-self: start;
  min-width: 18rem;
  padding-left: 0;
}

body:has(.custom-development-page) .footer__social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.05rem;
  transform: none;
}

body:has(.custom-development-page) .footer__social-trigger {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0.35rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: transform 180ms ease;
}

body:has(.custom-development-page) .footer__social-trigger img {
  width: 1.9rem;
  height: 1.9rem;
  object-fit: contain;
  opacity: 0.76;
  filter: grayscale(1) brightness(0) invert(1);
  transition: opacity 180ms ease, transform 180ms ease;
}

body:has(.custom-development-page) .footer__social-trigger[title="今日头条"] {
  width: 4rem;
}

body:has(.custom-development-page) .footer__social-trigger[title="今日头条"] img {
  width: 3.65rem;
  height: 1.05rem;
}

body:has(.custom-development-page) .footer__social-item {
  position: relative;
}

body:has(.custom-development-page) .footer__social-popover {
  width: 12.5rem;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  color: var(--custom-development-ink);
  border: 1px solid var(--footer-line);
  border-radius: 0;
  background: #10212b;
  box-shadow: 0 26px 70px rgb(1 7 11 / 0.54);
  transform: translate(-50%, 0.75rem);
  transition: opacity 180ms ease, visibility 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

body:has(.custom-development-page) .footer__social-popover img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  background: var(--custom-development-light);
}

body:has(.custom-development-page) .footer__social-item:hover .footer__social-popover,
body:has(.custom-development-page) .footer__social-item:focus-within .footer__social-popover {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

body:has(.custom-development-page) .footer__social-item:hover .footer__social-trigger,
body:has(.custom-development-page) .footer__social-item:focus-within .footer__social-trigger {
  background: transparent;
  transform: translateY(-2px);
}

body:has(.custom-development-page) .footer__social-item:hover .footer__social-trigger img,
body:has(.custom-development-page) .footer__social-item:focus-within .footer__social-trigger img {
  opacity: 1;
  transform: scale(1.06);
}

body:has(.custom-development-page) .footer__bottom {
  background: rgb(13 24 33 / 0.66);
}

body:has(.custom-development-page) .footer__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  min-height: 3.5rem;
}

body:has(.custom-development-page) .site-shell__main {
  overflow-x: clip;
  overflow-y: visible;
}

@media (min-width: 1181px) {
  .custom-development-hero h1 {
    max-width: none;
    white-space: nowrap;
  }

  .custom-development-showcase__heading h2,
  .custom-development-functions__heading h2,
  .custom-development-use-cases__heading h2,
  .custom-development-slogan h2 {
    max-width: none;
    white-space: nowrap;
  }
}

@media (min-width: 1281px) {
  .custom-development-hero__content > p,
  .custom-development-use-case p,
  .custom-development-slogan__copy > p {
    width: max-content;
    max-width: none;
    white-space: nowrap;
  }
}

@media (max-width: 1280px) {
  .custom-development-functions__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body:has(.custom-development-page) .footer__main {
    grid-template-columns: 1fr;
  }

  body:has(.custom-development-page) .footer__social {
    min-width: 0;
    padding-top: 2.5rem;
    padding-left: 0;
    border-top: 1px solid var(--footer-line);
    border-left: 0;
  }
}

@media (max-width: 900px) {
  .custom-development-hero {
    height: auto;
    min-height: max(42rem, 100dvh);
  }

  .custom-development-capabilities__grid,
  .custom-development-use-cases__grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .custom-development-capability p,
  .custom-development-use-case p {
    max-width: 35rem;
  }

  .custom-development-functions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-development-use-cases__grid {
    max-width: 34rem;
    margin-inline: auto;
  }

  .custom-development-slogan {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  body:has(.custom-development-page) .header__inner {
    padding-inline: 1rem;
  }

  .custom-development-hero {
    min-height: 100dvh;
  }

  .custom-development-hero__media::after {
    background: linear-gradient(180deg, rgb(1 6 10 / 0.78) 0%, rgb(1 6 10 / 0.42) 35%, rgb(1 6 10 / 0.04) 58%, rgb(1 6 10 / 0.48) 100%);
  }

  .custom-development-hero__media img {
    object-position: center bottom;
  }

  .custom-development-hero__content {
    align-content: start;
    gap: 1.05rem;
    padding-top: calc(var(--header-height) + clamp(2rem, 7vh, 3.5rem));
    padding-bottom: 2.5rem;
  }

  .custom-development-hero h1 {
    max-width: 15ch;
    white-space: normal;
    font-size: clamp(2.05rem, 9vw, 3rem);
    line-height: 1.1;
  }

  .custom-development-hero__content > p {
    max-width: 19rem;
    font-size: 1rem;
  }

  .custom-development-hero__content > p,
  .custom-development-use-case p,
  .custom-development-slogan__copy > p {
    width: auto;
    white-space: normal;
  }

  .custom-development-capabilities,
  .custom-development-functions,
  .custom-development-use-cases {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }

  .custom-development-showcase {
    height: auto;
    min-height: 100dvh;
    padding-top: 6rem;
    padding-bottom: 4rem;
    background-position: 54% center;
  }

  .custom-development-functions__grid {
    grid-template-columns: 1fr;
  }

  .custom-development-function-card__body {
    grid-template-rows: none;
  }

  .custom-development-showcase__heading h2,
  .custom-development-functions__heading h2,
  .custom-development-use-cases__heading h2 {
    max-width: 15ch;
    white-space: normal;
  }

  .custom-development-slogan {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    min-height: 100dvh;
    padding-block: calc(var(--header-height) + 3rem) 3rem;
    padding-inline: var(--page-inline);
  }

  .custom-development-slogan h2 {
    max-width: 15ch;
    white-space: normal;
    font-size: clamp(2.05rem, 9vw, 3rem);
  }

  .custom-development-slogan__visual {
    justify-items: start;
  }

  .custom-development-slogan__visual img {
    width: min(100%, 23rem);
    max-height: 45dvh;
  }

  body:has(.custom-development-page) .footer__legal {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .custom-development-page *,
  .custom-development-page *::before,
  .custom-development-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
