:root {
  --front-page-min-width: 1200px;
  --front-blue: #2378ff;
  --front-blue-dark: #0754df;
  --front-cyan: #10c7d8;
  --front-purple: #7167ff;
  --front-yellow: #ffba18;
  --front-orange: #ff8a2a;
  --front-ink: #111827;
  --front-muted: #667085;
  --front-line: #e6edf7;
  --front-soft: #f1f7ff;
  --front-navy: #111a33;
  --front-shadow: 0 18px 45px rgba(25, 93, 180, .13);
}

html {
  scroll-behavior: smooth;
  min-width: var(--front-page-min-width);
}
body{
  min-width: 1400px !important;
}
body.front-site {
  min-width: var(--front-page-min-width);
  color: var(--front-ink);
  background: #fff;
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
}

/* Shared desktop navigation, aligned with the active front-new site shell. */
.front-site .front-site-nav {
  position: sticky;
  z-index: 1100;
  top: 0;
  display: block;
  min-height: 78px;
  padding: 0;
  border-bottom: 1px solid rgba(219, 232, 250, .9);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 34px rgba(25, 73, 130, .08);
  backdrop-filter: blur(16px);
}

.front-site .front-site-nav .front-site-nav-inner {
  display: flex;
  width: 80%;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.front-site .front-site-nav .brand {
  display: inline-flex;
  align-items: center;
}

.front-site .front-site-nav .brand img {
  display: block;
  width: 154px;
  height: auto;
}

.front-site .front-site-nav .nav-links {
  display: contents;
}

.front-site .front-site-nav .nav-links a {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 999px;
  color: #40536d;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  transition: color .24s ease, background .24s ease, box-shadow .24s ease;
}

.front-site .front-site-nav .nav-links a::after {
  position: absolute;
  right: 18px;
  bottom: 7px;
  left: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(11, 116, 222, 0), rgba(11, 116, 222, .95), rgba(37, 184, 232, .9), rgba(11, 116, 222, 0));
  opacity: 0;
  transform: scaleX(.56);
  transition: opacity .28s ease, transform .28s ease;
  content: "";
}

.front-site .front-site-nav .nav-links a:hover,
.front-site .front-site-nav .nav-links a:focus-visible,
.front-site .front-site-nav .nav-links a.is-active,
.front-site .front-site-nav .nav-links a[aria-current="page"] {
  color: var(--front-blue);
  background: rgba(11, 116, 222, .08);
}

.front-site .front-site-nav .nav-links a.is-active,
.front-site .front-site-nav .nav-links a[aria-current="page"] {
  box-shadow: inset 0 0 0 1px rgba(11, 116, 222, .12), 0 10px 24px rgba(11, 116, 222, .12);
}

.front-site .front-site-nav .nav-links a.is-active::after,
.front-site .front-site-nav .nav-links a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.front-site .front-site-nav .nav-actions {
  display: flex;
  align-items: center;
}

.front-site .front-site-nav .nav-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: var(--front-blue);
  box-shadow: 0 12px 24px rgba(11, 116, 222, .22);
  font-size: 15px;
  font-weight: 800;
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}

.front-site .front-site-nav .nav-cta:hover,
.front-site .front-site-nav .nav-cta:focus-visible {
  color: #fff;
  background: var(--front-blue-dark);
  box-shadow: 0 16px 30px rgba(11, 116, 222, .28);
  outline: 0;
  transform: translateY(-2px);
}

.front-site a {
  text-decoration: none;
}

.front-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  min-height: 64px;
  padding: 0;
  background: #fff;
  border-bottom: 0;
  box-shadow: none;
}

html.phone-login-root {
  width: 100%;
  min-width: auto;
}

body.front-site.phone-login-page {
  width: 100%;
  min-width: auto !important;
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(229, 246, 255, .86) 0%, rgba(248, 252, 255, .96) 46%, #fff 100%),
    #f4f8ff;
}

.phone-login-screen {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 460px);
  gap: clamp(48px, 5vw, 96px);
  align-items: center;
  padding: clamp(30px, 4.4vw, 72px) clamp(32px, 5.8vw, 108px);
  background:
    linear-gradient(110deg, rgba(226, 246, 255, .72) 0%, rgba(244, 250, 255, .84) 54%, rgba(255, 255, 255, .96) 100%);
}

.phone-login-visual {
  position: relative;
  display: flex;
  min-height: min(780px, calc(100svh - clamp(60px, 8.8vw, 144px)));
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  color: var(--front-ink);
}

.phone-login-visual::after {
  position: absolute;
  right: max(-18px, -1.6vw);
  bottom: clamp(22px, 4vh, 54px);
  z-index: 1;
  width: min(54%, 600px);
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background: url("../images/generated/login-patent-hero.svg") center / cover no-repeat;
  box-shadow: 0 28px 70px rgba(35, 120, 255, .18);
  content: "";
  opacity: .92;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  animation: phoneLoginHeroFloat 8s ease-in-out infinite;
  will-change: transform;
}

@keyframes phoneLoginHeroFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

.phone-login-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: inline-flex;
  width: clamp(180px, 11.8vw, 226px);
  padding: 0;
}

.phone-login-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.phone-login-copy {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  padding-top: clamp(150px, 17vh, 190px);
}

.phone-login-copy span {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 10px 18px;
  border-radius: 4px;
  background: linear-gradient(90deg, #096fff 0%, #6f7aff 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.phone-login-copy h1 {
  margin: 0;
  max-width: 760px;
  color: #172033;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: clamp(40px, 3.15vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.phone-login-copy p {
  max-width: 520px;
  margin: 22px 0 0;
  color: #52627a;
  font-size: 18px;
  line-height: 1.85;
}

.phone-login-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.phone-login-tags b {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid rgba(35, 120, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 12px 32px rgba(33, 114, 242, .08);
  color: #1757d5;
  font-size: 16px;
  font-weight: 800;
}

.phone-login-panel {
  display: flex;
  min-height: auto;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
}

.phone-login-card {
  position: relative;
  width: min(100%, 430px);
  padding: 46px 42px 40px;
  border: 1px solid rgba(200, 220, 248, .92);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 28px 72px rgba(26, 93, 181, .14);
  backdrop-filter: blur(10px);
}

.phone-login-card::before {
  position: absolute;
  top: 0;
  left: 42px;
  width: 76px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, #006eff, #5d7cff);
  content: "";
}

.phone-login-title span {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #edf5ff;
  color: var(--front-blue);
  font-size: 13px;
  font-weight: 800;
}

.phone-login-title h2 {
  margin: 0;
  color: #14213d;
  font-size: 32px;
  font-weight: 900;
}

.phone-login-title p {
  margin: 10px 0 30px;
  color: #71809a;
  font-size: 14px;
}

.phone-login-card label {
  display: block;
  margin-bottom: 20px;
}

.phone-login-card label > span {
  display: block;
  margin-bottom: 10px;
  color: #24314d;
  font-size: 14px;
  font-weight: 800;
}

.phone-login-card input {
  width: 100%;
  height: 52px;
  border: 1px solid #d9e5f6;
  border-radius: 6px;
  padding: 0 16px;
  color: #14213d;
  background: #fbfdff;
  font-size: 15px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.phone-login-card input:focus {
  border-color: var(--front-blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(35, 120, 255, .12);
}

.phone-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 122px;
  gap: 10px;
}

.phone-code-row button,
.phone-login-submit {
  height: 52px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #006eff 0%, #386dff 100%);
  font-weight: 800;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.phone-code-row button {
  border: 1px solid #d6e6ff;
  background: #edf6ff;
  color: var(--front-blue);
}

.phone-login-submit {
  width: 100%;
  margin-top: 6px;
  box-shadow: 0 12px 28px rgba(35, 120, 255, .24);
}

.phone-code-row button:hover,
.phone-login-submit:hover {
  transform: translateY(-1px);
}

.phone-login-note {
  margin: 20px 0 0;
  color: #8a98ad;
  font-size: 12px;
  text-align: center;
}

.phone-login-home-link {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  margin: 14px auto 0;
  padding: 5px 4px;
  color: #5d6f89;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  transition: color .18s ease, transform .18s ease;
}

.phone-login-home-link:hover,
.phone-login-home-link:focus-visible {
  color: var(--front-blue);
  outline: 0;
  transform: translateX(-2px);
}

.phone-login-home-link i {
  font-size: 16px;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 991.98px) {
  .phone-login-screen {
    display: block;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 0;
    background: linear-gradient(180deg, #eff9ff 0%, #f7fcff 42%, #fff 42%, #fff 100%);
  }

  .phone-login-visual {
    min-height: 330px;
    padding: 82px 20px 26px;
  }

  .phone-login-visual::after {
    right: -92px;
    bottom: 26px;
    width: 300px;
    opacity: .34;
  }

  .phone-login-logo {
    top: 22px;
    left: 20px;
    width: 156px;
  }

  .phone-login-copy {
    padding-top: 0;
  }

  .phone-login-copy span {
    margin-bottom: 14px;
    padding: 7px 12px;
    font-size: 14px;
  }

  .phone-login-copy h1 {
    max-width: 286px;
    font-size: 30px;
    line-height: 1.22;
  }

  .phone-login-copy p {
    max-width: 260px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.7;
  }

  .phone-login-tags {
    gap: 8px;
    margin-top: 18px;
  }

  .phone-login-tags b {
    min-height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }

  .phone-login-panel {
    min-height: auto;
    padding: 0 16px 34px;
  }

  .phone-login-card {
    width: min(100%, 430px);
    margin: -4px auto 0;
    padding: 30px 22px 28px;
  }

  .phone-login-card::before {
    left: 22px;
  }

  .phone-code-row {
    grid-template-columns: minmax(0, 1fr) 106px;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 575.98px) {
  .phone-login-visual {
    min-height: 312px;
    padding-top: 78px;
  }

  .phone-login-visual::after {
    right: -112px;
    bottom: 24px;
    width: 280px;
  }

  .phone-login-copy h1 {
    max-width: 270px;
    font-size: 28px;
    word-break: break-all;
  }

  .phone-login-copy p {
    max-width: 250px;
  }

  .phone-login-tags {
    max-width: 260px;
  }

  .phone-login-card {
    margin-top: 0;
    box-shadow: 0 18px 48px rgba(26, 93, 181, .12);
  }

  .phone-login-title h2 {
    font-size: 28px;
  }

  .phone-login-card input,
  .phone-code-row button,
  .phone-login-submit {
    height: 50px;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 359.98px) {
  .phone-login-visual {
    min-height: 304px;
  }

  .phone-login-copy h1 {
    max-width: 240px;
    font-size: 26px;
  }

  .phone-login-copy p {
    max-width: 230px;
  }

  .phone-code-row {
    grid-template-columns: 1fr;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (prefers-reduced-motion: reduce) {
  .phone-login-visual::after {
    animation: none;
  }
}
*/

.front-site .vs-content {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.front-site .vs-list {
  width: max-content;
  max-width: 700px;
  --vs-row-min: 500px;
  --vs-row-max: 700px;
}

.front-site .vs-buy .vs-list {
  width: max-content;
  max-width: 700px;
  --vs-row-min: 500px;
  --vs-row-max: 700px;
}

.front-header .container-xl {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 130px;
}

.front-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--front-ink);
  font-weight: 900;
}

.front-logo-img {
  display: block;
  width: 164px;
  max-width: 42vw;
  height: auto;
}

.front-brand-mark {
  position: relative;
  display: grid;
  width: 42px;
  height: 34px;
  place-items: center;
  color: #fff;
  font-size: 21px;
  font-style: italic;
  font-weight: 900;
}

.front-brand-mark::before {
  position: absolute;
  inset: 4px 5px;
  border-radius: 50% 45% 50% 45%;
  background: linear-gradient(135deg, #ffb92d, var(--front-blue));
  transform: rotate(-24deg);
  content: "";
}

.front-brand-mark span {
  position: relative;
  z-index: 1;
}

.front-brand-text {
  display: grid;
  line-height: 1.05;
}

.front-brand-text strong {
  font-size: 20px;
}

.front-brand-text small {
  margin-top: 4px;
  color: #222b3b;
  font-size: 11px;
  font-weight: 700;
}

.front-header .front-nav .navbar-nav .nav-link {
  display: flex;
  position: relative;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
}

.front-header .front-nav .navbar-nav .nav-link.active {
  color: var(--front-blue);
}

.front-header .front-nav .navbar-nav .nav-link:hover {
  color: var(--front-blue);
}

.front-header .front-nav .navbar-nav .nav-link.active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: var(--front-blue);
  content: "";
  transform: translateX(-50%);
}

.login-btn {
  min-width: 86px;
  height: 32px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.mobile-login-btn {
  display: none;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (min-width: 992px) {
  .front-header .front-nav {
    display: flex !important;
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
  }

  .front-header .front-nav .navbar-nav {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    margin-right: 46px !important;
    margin-left: 0 !important;
  }

  .front-header .front-nav .navbar-nav .nav-item {
    flex: 0 0 auto;
  }

  .front-header .login-btn {
    flex: 0 0 auto;
  }
}
*/

.front-main {
  overflow: hidden;
}

.banner-section {
  position: relative;
  overflow: hidden;
  background: #eaf6ff;
}

.banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.banner-consult-btn {
  position: absolute;
  left: 11%;
  top: 65.5%;
  z-index: 2;
  display: inline-flex;
  width: 120px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
  background: #ffb800;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(255, 184, 0, .22);
}

.banner-consult-btn:hover {
  color: #fff;
  background: #ffa800;
}

.banner-cover {
  display: block;
  width: 100%;
  height: clamp(260px, 34vw, 650px);
  object-fit: cover;
  object-position: center;
}

.home-trust {
  position: relative;
  z-index: 2;
  margin-top: -30px;
}

.trust-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 18px 30px;
  border: 1px solid rgba(205, 223, 246, .86);
  border-radius: 4px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 26px rgba(31, 94, 171, .12);
  backdrop-filter: blur(12px);
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #22314c;
  font-size: 14px;
  font-weight: 800;
}

.trust-icon,
.guarantee-icon,
.service-icon,
.benefit-icon,
.process-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(135deg, var(--front-blue), var(--front-cyan));
  box-shadow: 0 10px 24px rgba(35, 120, 255, .2);
}

.trust-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 20px;
}

.asset-icon {
  color: inherit;
  background: transparent !important;
  box-shadow: none !important;
}

.asset-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  font-size: 28px;
}

.section-block {
  padding: 76px 0;
}

.section-block.bg-soft {
  background: linear-gradient(180deg, #eef7ff 0%, #f7fbff 100%);
}

.section-block.bg-lavender {
  background: #f2f3ff;
}

#services {
  padding: 80px 0 96px;
  background: #fff;
}

#services .container-xl {
  width: 1780px;
  max-width: none;

  padding-right: 0;
  padding-left: 0;
}

#services .section-head {
  margin-bottom: 52px;
}

#services .section-title {
  font-size: 46px;
  line-height: 1.1;
}

#services .row {
  display: flex;
  justify-content: space-between;

}

#services .row > .col-md-4 {
  width: auto;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.reason-section .container-xl {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  width: 100% !important;
}

.section-head {
  margin-bottom: 38px;
  text-align: center;
}

.section-title {
  margin: 0;
  color: #151f35;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.22;
}

.section-title .accent {
  color: var(--front-blue);
}

.section-title .accent-purple {
  color: var(--front-purple);
}

.section-subtitle {
  max-width: 620px;
  margin: 12px auto 0;
  color: var(--front-muted);
  font-size: 16px;
}

.design-slice-section {
  overflow: hidden;
  background: #fff;
}

.design-slice-img {
  display: block;
  width: 100%;
  height: auto;
}

.service-card {
  position: relative;
  height: 500px;
  min-height: 500px;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  box-shadow: none;
}

.service-card.apply {
  background: linear-gradient(135deg, #e3e5ff 0%, #b9b7ff 100%);
}

.service-card.buy {
  background: linear-gradient(135deg, #d5eaff 0%, #9bd3ff 100%);
}

.service-card.project {
  background: linear-gradient(135deg, #fff7df 0%, #ffe792 100%);
}

.service-card .card-body {
  position: relative;
  z-index: 1;
  padding: 52px 40px;
}

.service-card h3 {
  margin: 0 0 20px;
  color: #151f35;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
}

.service-tags {
  display: inline-flex;
  width: auto;
  max-width: calc(100% - 20px);
  height: 42px;
  align-items: center;
  /* justify-content: center; */
  overflow: hidden;
  padding: 0 22px;
  margin-bottom: 16px;
  border-radius: 21px;
  background: linear-gradient(90deg, rgba(92, 180, 255, .96) 0%, rgba(92, 180, 255, .78) 58%, rgba(92, 180, 255, .08) 100%);
  box-shadow: none;
}

.service-tags span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  font-family: "Microsoft YaHei", "MicrosoftYaHei", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-tags span + span {
  border-left: 0;
}

.service-card.apply .service-tags {
  width: 390px;
  background: linear-gradient(90deg, rgba(139, 146, 255, .96) 0%, rgba(139, 146, 255, .74) 58%, rgba(139, 146, 255, 0) 100%);
}

.service-card.buy .service-tags {
  width: 390px;
  background: linear-gradient(90deg, rgba(92, 180, 255, .96) 0%, rgba(92, 180, 255, .76) 58%, rgba(92, 180, 255, 0) 100%);
}

.service-card.project .service-tags {
  width: 460px;
  max-width: none;
  background: linear-gradient(90deg, rgba(255, 189, 47, .96) 0%, rgba(255, 189, 47, .78) 58%, rgba(255, 189, 47, 0) 100%);
}

.service-card p {
  max-width: 340px;
  margin: 0 0 20px;
  color: #4d5b73;
  font-size: 17px;
  line-height: 2.05;
}

.service-card .btn {
  display: inline-flex;
  width: 126px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-color: rgba(30, 37, 52, .82);
  border-radius: 10px;
  color: #1f2937;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  background: transparent;
}

.service-illus {
  position: absolute;
  right: 12px;
  bottom: 0;
  width: min(74%, 390px);
  height: auto;
  background: transparent;
}

.service-card.apply .service-illus {
  right: 12px;
  bottom: 16px;
  width: min(58%, 300px);
}

.service-card.buy .service-illus {
  right: 8px;
  bottom: 8px;
  width: min(75%, 390px);
}

.service-card.project .service-illus {
  right: 6px;
  bottom: 8px;
  width: min(75%, 390px);
}

.service-illus img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1899.98px) {
  #services .container-xl {
    width: min(calc(100% - 32px), 1616px);
    margin-right: auto;
    margin-left: auto;
  }

  #services .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 38px;
  }

  .service-card {
    height: 410px;
    min-height: 410px;
  }

  .service-card .card-body {
    padding: 40px 46px;
  }

  .service-card.apply .service-tags,
  .service-card.buy .service-tags,
  .service-card.project .service-tags {
    width: auto;
    max-width: calc(100% - 20px);
  }
}
*/

.benefit-card,
.front-card {
  height: 100%;
  border: 1px solid var(--front-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(25, 93, 180, .08);
}

.benefit-card {
  position: relative;
  min-height: 240px;
  padding: 32px 28px 26px;
  overflow: hidden;
}

.benefit-num,
.benefit-icon {
  display: none;
}

.benefit-num-img {
  position: absolute;
  top: 34px;
  left: 28px;
  width: auto;
  height: 96px;
  pointer-events: none;
}

.benefit-icon-img {
  position: absolute;
  top: 28px;
  right: 28px;
  width: auto;
  max-width: 36%;
  max-height: 132px;
  height: auto;
  pointer-events: none;
}

.benefit-card h3 {
  position: relative;
  margin-top: 96px;
  margin-bottom: 12px;
  color: #16213a;
  font-size: 22px;
  font-weight: 900;
}

.benefit-card p {
  position: relative;
  margin: 0;
  max-width: 64%;
  color: var(--front-muted);
  font-size: 14px;
  line-height: 1.7;
}

.benefit-more {
  position: absolute;
  right: 28px;
  bottom: 26px;
  min-width: 96px;
  padding: 8px 18px;
  border: 1px solid #96b9ff;
  border-radius: 8px;
  color: #5f8dff;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.vs-section .container-xl {
  width: 80%;
  max-width: 80%;
  padding-right: 0;
  padding-left: 0;
}

.vs-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1700 / 730;
  min-height: 0;
  margin: 0 auto;
  overflow: visible;
  border-radius: 0;
  color: #fff;
  background: transparent;
}

.vs-col {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  min-height: 0;
  padding: 90px 86px 78px;
}

.vs-apply {
  left: 0;
  width: 56.55%;
  z-index: 1;
}

.vs-buy {
  right: 0;
  width: 54.92%;
  z-index: 0;
}

.vs-bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

.vs-content {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
}

.vs-apply .vs-content {
  padding-right: 150px;
}

.vs-buy .vs-content {
  padding-left: 160px;
}

.vs-col h3 {
  width: 100%;
  margin: 0 auto 34px;
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: 900;
}

.vs-buy h3 {
  width: 100%;
}

.vs-col h3::after {
  display: block;
  width: 100%;
  height: 1px;
  margin: 20px auto 0;
  background: rgba(255, 255, 255, .85);
  content: "";
}

.vs-list {
  display: grid;
  width: max-content;
  max-width: 700px;
  --vs-row-height: 56px;
  --vs-row-min: 500px;
  --vs-row-max: 700px;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  /* width: 100%; */
}

.vs-list li {
  display: block;
  box-sizing: border-box;
  width: fit-content;
  width: 100%;
  height: var(--vs-row-height);
  overflow: hidden;
  padding: 0 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  font-size: 15px;
  line-height: var(--vs-row-height);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vs-list strong {
  color: #fff;
}

.vs-buy .vs-list {
  width: max-content;
  max-width: 700px;
  --vs-row-min: 500px;
  --vs-row-max: 700px;
  margin-left: auto;
}

.vs-center {
  position: absolute;
  top: 50%;
  left: 50.6%;
  z-index: 2;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
}

.vs-center::before {
  display: none;
}

.vs-badge {
  position: relative;
  z-index: 1;
  display: grid;
  width: 152px;
  height: 152px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--front-blue);
  background: transparent;
  font-size: 30px;
  font-weight: 900;
  box-shadow: none;
}

.vs-cta {
  display: flex;
  width: 250px;
  height: 65px;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #ffbd16;
  font-weight: 900;
  font-size: 22px;
}

.vs-cta:hover {
  color: #fff;
  background: #ffad00;
}

.vs-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reason-layout {
  position: relative;
  display: grid;
  width: min(100%, 1920px);
  min-height: 0;
  margin: 22px auto 0;
  background: #f5f7ff;
}

.reason-list {
  display: grid;
  gap: clamp(44px, 6.2vw, 104px);
}

.reason-bg-img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.reason-left,
.reason-right {
  position: absolute;
  z-index: 1;
  top: 32%;
  width: min(22vw, 330px);
}

.reason-left {
  left: 12.4%;
}

.reason-right {
  right: 9.6%;
  width: min(24vw, 360px);
}

.reason-item h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #151f35;
  font-size: clamp(20px, 1.55vw, 30px);
  font-weight: 900;
}

.reason-item h3::before {
  display: none;
}

.reason-item h3 img {
  width: clamp(34px, 3.1vw, 60px);
  height: clamp(34px, 3.1vw, 60px);
  object-fit: contain;
}

.reason-item ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: #536179;
  list-style: none;
  font-size: clamp(13px, .95vw, 18px);
}

.reason-item li::before {
  margin-right: 8px;
  color: var(--front-blue);
  font-family: "tabler-icons";
  content: "\ea5e";
}

.reason-note {
  position: absolute;
  bottom: 6.4%;
  left: 12.4%;
  z-index: 1;
  margin: 0;
  color: #57657d;
  font-size: clamp(10px, .72vw, 13px);
}

.reason-orbit {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 22%, #e5f2ff 23% 38%, transparent 39%);
}

.reason-orbit.reason-art {
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.reason-orbit.reason-art::before,
.reason-orbit.reason-art::after {
  display: none;
}

.reason-art img {
  display: block;
  width: min(100%, 560px);
  max-width: none;
  height: auto;
  margin: 0 auto;
}

.reason-orbit::before,
.reason-orbit::after {
  position: absolute;
  border: 1px dashed rgba(35, 120, 255, .28);
  border-radius: 50%;
  content: "";
}

.reason-orbit::before {
  inset: 38px;
}

.reason-orbit::after {
  inset: 82px;
}

.reason-core {
  position: relative;
  z-index: 1;
  display: grid;
  width: 128px;
  height: 128px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--front-blue), #7dafff);
  font-size: 64px;
  box-shadow: 0 20px 40px rgba(35, 120, 255, .22);
}

.orbit-tag {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--front-blue);
  box-shadow: 0 12px 30px rgba(35, 120, 255, .18);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.orbit-tag.one {
  top: 12px;
}

.orbit-tag.two {
  bottom: 56px;
  left: 44px;
  background: #18cc9a;
}

.orbit-tag.three {
  right: 40px;
  bottom: 58px;
  background: #1685ff;
}

.guarantee-bar {
  padding: 20px 0;
  background: #dceeff;
}

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.guarantee-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.guarantee-icon {
  width: 52px;
  height: 60px;
  border-radius: 16px;
  font-size: 27px;
}

.guarantee-item strong {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
}

.guarantee-item span {
  color: var(--front-muted);
  font-size: 12px;
}

.front-footer {
  padding: 24px 0;
  color: rgba(255, 255, 255, .55);
  background: var(--front-navy);
  text-align: center;
  font-size: 12px;
}

.float-tools {
  position: fixed;
  right: 22px;
  top: 50%;
  z-index: 90;
  display: grid;
  transform: translateY(-50%);
}

.float-tools a,
.float-tools button {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 0;
  border-bottom: 1px solid rgba(206, 224, 247, .85);
  color: #52647f;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 70, 140, .12);
  font-size: 12px;
}

.float-tools a:first-child,
.float-tools button:first-child {
  border-radius: 999px 999px 0 0;
  color: #fff;
  background: linear-gradient(135deg, var(--front-blue), #52b4ff);
}

.float-tools a:last-child,
.float-tools button:last-child {
  border-bottom: 0;
  border-radius: 0 0 999px 999px;
}

.float-tools i {
  display: block;
  font-size: 21px;
}

.float-tools img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.product-card {
  height: 100%;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(47, 94, 168, .13);
}

.product-card .card-body {
  padding: 24px;
}

.product-card h3 {
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 900;
}

.product-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 10px;
  margin: 14px 0;
  padding: 0;
  color: #41506a;
  list-style: none;
  font-size: 12px;
}

.product-features li::before {
  margin-right: 5px;
  color: var(--front-blue);
  font-family: "tabler-icons";
  content: "\ea5e";
}

.price {
  color: var(--front-orange);
  font-size: 22px;
  font-weight: 900;
}

.category-section {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
}

.category-label {
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(180deg, #03c5ff, #006fff);
  font-size: 24px;
  font-weight: 900;
  writing-mode: vertical-rl;
}

.apply-scenario-card {
  position: relative;
  min-height: 176px;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #edf5ff, #eef4ff);
  box-shadow: 0 10px 24px rgba(47, 94, 168, .08);
}

.row > div:nth-child(2n) .apply-scenario-card {
  background: linear-gradient(135deg, #e8fbff, #eef5ff);
}

.row > div:nth-child(3n) .apply-scenario-card {
  background: linear-gradient(135deg, #eef5ff, #f3efff);
}

.apply-scenario-card .scenario-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
  width: 46%;
  height: 74%;
  place-items: end;
  background: transparent;
}

.apply-scenario-card .scenario-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}

.apply-scenario-card .card-body {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 54%;
  max-width: none;
  min-height: 176px;
  padding: 24px;
}

.apply-scenario-card h3 {
  margin-bottom: 14px;
  color: #14213d;
  font-size: 18px;
  font-weight: 900;
}

.apply-scenario-card p {
  margin: 0;
  line-height: 1.75;
}

.advantage-band {
  color: #fff;
  background: linear-gradient(135deg, #5f73ff, #0aa7ff);
}

.advantage-card {
  height: 100%;
  padding: 34px 24px;
  border: 0;
  border-radius: 0;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 28px rgba(20, 70, 140, .12);
}

.advantage-card i {
  color: var(--front-blue);
  font-size: 48px;
}

.advantage-icon {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  object-fit: contain;
}

.stats-strip {
  color: #fff;
  background: linear-gradient(90deg, #7463ff, #079aff);
}

.stat-item {
  padding: 20px 14px;
  text-align: center;
}

.stat-item strong {
  display: block;
  font-size: 25px;
  font-weight: 900;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(var(--process-cols, 5), minmax(0, 1fr));
  gap: 20px;
}

.process-step {
  position: relative;
  text-align: center;
}

.process-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 16px;
  border-radius: 50%;
  color: var(--front-blue);
  background: #e7f0ff;
  box-shadow: none;
  font-size: 36px;
}

.process-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.process-step h3 {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 900;
}

.process-step p {
  margin: 0 auto;
  max-width: 150px;
  color: var(--front-muted);
  font-size: 12px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 44px;
}

.faq-tabs {
  display: grid;
  gap: 0;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(180deg, #02c5ff, #1467ff);
  padding: 14px;
}

.faq-tabs button {
  min-height: 48px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  font-weight: 800;
  text-align: left;
}

.faq-tabs button.active {
  color: var(--front-blue);
  background: #fff;
}

.faq-panel {
  padding: 34px;
  border-radius: 8px;
  background: #fff;
}

.faq-panel h3 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 900;
}

.faq-panel p,
.faq-panel li {
  color: var(--front-muted);
  font-size: 14px;
}

.buy-hero {
  min-height: 300px;
  padding: 30px 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .82) 0 48%, rgba(255, 255, 255, 0) 48%),
    url("../images/banner/zlgm.jpg") center / cover no-repeat;
}

.filter-card {
  width: min(100%, 575px);
  border: 0;
  border-radius: 0;
  box-shadow: 0 10px 28px rgba(25, 93, 180, .1);
}

.filter-card .card-body {
  padding: 24px 30px;
}

.filter-card .form-label {
  min-width: 70px;
  margin: 0;
  color: #1f2937;
  font-size: 14px;
  font-weight: 800;
}

.filter-row {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.filter-row .form-control,
.filter-row .form-select {
  min-height: 34px;
  font-size: 13px;
}

.filter-search {
  display: grid;
  grid-template-columns: 1fr 42px;
}

.filter-search .form-control {
  border-radius: 4px 0 0 4px;
}

.filter-search .btn {
  min-height: 34px;
  padding: 0;
  border-radius: 0 4px 4px 0;
}

.filter-chip-group,
.filter-price-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.filter-chip {
  border: 0;
  color: #32435c;
  background: transparent;
  font-size: 13px;
  line-height: 1;
}

.filter-chip.active {
  padding: 5px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--front-blue);
}

.filter-price-input {
  width: 96px;
  min-height: 34px;
}

.filter-date-range {
  display: grid;
  grid-template-columns: 1fr 16px 1fr;
  gap: 8px;
  align-items: center;
}

.filter-date-range span {
  color: #9aa8bc;
  text-align: center;
}

.buy-table-card {
  border: 0;
  border-radius: 0;
}

.buy-asset-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 28px;
  align-items: center;
}

.buy-bot-img {
  width: 180px;
  max-width: 100%;
  margin-left: auto;
  object-fit: contain;
}

.front-table thead th {
  padding: 18px;
  color: #fff;
  background: linear-gradient(90deg, #0779ff, #0fc7cf);
  border: 0;
  text-align: center;
}

.front-table tbody td {
  padding: 18px;
  background: #f0f5ff;
  border-top: 12px solid #fff;
  text-align: center;
  vertical-align: middle;
}

.front-table tbody tr:nth-child(even) td {
  background: #f7fbff;
}

.patent-name {
  text-align: left !important;
}

.patent-name .badge {
  color: #d98512;
  background: #fff3d6;
}

.mobile-patent-list {
  display: none;
}

.project-tile {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--front-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(47, 94, 168, .1);
}

.project-cover {
  display: grid;
  height: 132px;
  place-items: center;
  background: #e9f1ff;
  font-size: 0;
}

.project-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-service-icon {
  display: block;
  width: 96px;
  height: 96px;
  margin-bottom: 18px;
  object-fit: contain;
}

.project-tile .card-body {
  padding: 16px 18px 20px;
  text-align: center;
}

.project-tile h3 {
  display: grid;
  min-height: 38px;
  margin-bottom: 14px;
  place-items: center;
  color: #16213a;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.project-tile .btn {
  min-height: 32px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 800;
}

.agency-hero {
  position: relative;
  min-height: clamp(438px, 33.85vw, 650px);
  background: #0d4a87 url("../images/banner/jmdl.jpg") center top / cover no-repeat;
}

.vs-content {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.vs-list {
  width: 100%;
  --vs-row-min: 500px;
  --vs-row-max: 700px;
}

.vs-buy .vs-list {
  width: max-content;
  max-width: 700px;
  --vs-row-min: 500px;
  --vs-row-max: 700px;
  margin-left: auto;
}

.agency-hero .container-xl {
  min-height: clamp(438px, 33.85vw, 650px);
}

.agency-form {
  width: min(348px, 100%);
  box-sizing: border-box;
  padding: 30px 30px 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(5, 36, 84, .24);
}

.agency-form h1 {
  margin-bottom: 24px;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
  white-space: nowrap;
}

.agency-form .form-control {
  height: 48px;
  border: 0;
  border-radius: 0;
  background: #f4f6fb;
  font-size: 14px;
}

.agency-form .form-control:focus {
  box-shadow: 0 0 0 2px rgba(35, 120, 255, .16);
}

.agency-submit {
  height: 48px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: linear-gradient(90deg, #ffaf31, #ff8d1f);
  font-weight: 900;
}

.agency-submit:hover,
.agency-submit:focus {
  color: #fff;
  background: linear-gradient(90deg, #ff9f1a, #ff7d12);
}

.agency-form-note {
  margin: 16px 0 0;
  color: #8995aa;
  font-size: 12px;
  line-height: 1.75;
}

.agency-about-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .96)),
    url("../images/lanhu/ui/agency-bg.png") center bottom / cover no-repeat;
}

.agency-about-copy {
  max-width: 650px;
  margin-bottom: 28px;
}

.agency-about-copy h3 {
  margin: 0 0 22px;
  color: #2378ff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}

.agency-about-copy p {
  margin: 0 0 16px;
  color: #4b5a72;
  font-size: 15px;
  line-height: 2;
}

.about-visual {
  min-height: 0;
  background: transparent;
}

.about-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.round-feature {
  width: min(132px, 100%);
  height: auto;
  background: transparent;
  box-shadow: none;
}

.round-feature img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.agency-step-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.agency-step {
  position: relative;
  min-height: 112px;
  padding: 24px 24px 24px 84px;
  color: #fff;
  background: linear-gradient(135deg, #087aff, #7667ff);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 50%, calc(100% - 34px) 100%, 0 100%, 34px 50%);
}

.agency-step-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.agency-step-copy {
  position: relative;
  z-index: 1;
}

.agency-step:first-child {
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 50%, calc(100% - 34px) 100%, 0 100%);
}

.agency-step i {
  position: absolute;
  top: 28px;
  left: 38px;
  font-size: 28px;
}

.agency-step .agency-step-bg + .agency-step-copy {
  padding-left: 0;
}

.agency-step strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}

.agency-step span {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
}

.testimonial-card {
  height: 100%;
  padding: 28px;
  border: 9px solid #eef4ff;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.avatar-circle {
  display: grid;
  width: 76px;
  height: 76px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #7bb7ff, #7369ff);
  font-size: 36px;
}

.avatar-circle.asset-icon {
  width: 86px;
  height: 86px;
}

.agency-design-wrap {
  width:80%;
  margin: 0 auto;
}

.agency-section-head {
  margin: 0 0 74px;
  text-align: center;
}

.agency-section-head h2 {
  margin: 0;
  color: #1f2329;
  font-family: "Microsoft YaHei", "MicrosoftYaHei", Arial, sans-serif;
  font-size: clamp(38px, 2.85vw, 54px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.agency-section-head span {
  color: #2378ff;
  background: linear-gradient(0deg, #006eff 19.9462890625%, #5d7cff 60.888671875%, #8b65ff 99.4873046875%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.agency-about-section {
  min-height: 900px;
  padding: 106px 0 72px;
  background: #fff url("../images/lanhu/agency/02-组-1-1920x900.png") center bottom / cover no-repeat;
}

.agency-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(0, 825px);
  align-items: center;
  gap: 96px;
}

.agency-about-copy {
  max-width: none;
  margin: 0;
}

.agency-about-copy h3 {
  display: inline-block;
  min-width: 410px;
  margin: 0 0 28px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(45, 127, 255, .38);
  color: #1777ff;
  font-family: "Microsoft YaHei", "MicrosoftYaHei", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.agency-about-copy p {
  margin: 0 0 18px;
  color: #33445f;
  font-size: 14px;
  line-height: 2.08;
}

.agency-about-badges {
  display: grid;
  grid-template-columns: repeat(4, 150px);
  gap: 24px;
  margin-top: 26px;
}

.agency-about-badges img {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.agency-about-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.agency-money-section {
  padding: 126px 0 124px;
  background: #fff;
}

.agency-money-section .agency-section-head {
  margin-bottom: 78px;
}

.agency-money-row {
  display: grid;
  grid-template-columns: 426fr 426fr 426fr 436fr;
  min-height: 160px;
}

.agency-money-step {
  position: relative;
  min-height: 160px;
  padding: 43px 36px 28px 138px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.agency-money-step:nth-child(1) {
  background-image: url("../images/lanhu/agency/09-组-1-426x160.png");
}

.agency-money-step:nth-child(2) {
  background-image: url("../images/lanhu/agency/10-组-2-426x160.png");
  padding-left: 160px;
}

.agency-money-step:nth-child(3) {
  background-image: url("../images/lanhu/agency/11-组-3-426x160.png");
  padding-left: 160px;
}

.agency-money-step:nth-child(4) {
  background-image: url("../images/lanhu/agency/12-组-4-436x160.png");
  padding-left: 160px;
}

.agency-money-step strong {
  display: block;
  margin: 0 0 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.agency-money-step p {
  max-width: 210px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  line-height: 1.65;
}

.agency-reason-section {
  overflow: hidden;
  padding: 104px 0 112px;
  background: #f1f4ff;
}

.agency-reason-section .agency-section-head {
  margin-bottom: 32px;
}

.agency-reason-board {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 365px) minmax(520px, 823px) minmax(0, 365px);
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.agency-reason-visual {
  display: flex;
  justify-content: center;
}

.agency-reason-visual img {
  display: block;
  width: min(100%, 823px);
  height: auto;
}

.agency-reason-copy {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.agency-reason-left {
  padding-left: 38px;
}

.agency-reason-right {
  padding-right: 38px;
}

.agency-reason-copy article {
  max-width: 330px;
}

.agency-reason-copy h3 {
  margin: 0 0 12px;
  color: #4e83ff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.agency-reason-copy p {
  margin: 0;
  color: #6d7d99;
  font-size: 13px;
  line-height: 1.85;
}

.agency-reason-copy em {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  margin-top: 10px;
  color: #fff;
  background: #ff9919;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.agency-voices-section {
  padding: 104px 0 112px;
  background: #fff;
}

.agency-voice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

.agency-voice-card {
  min-height: 520px;
  padding: 44px 36px 34px;
  border: 16px solid #f0f5ff;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.agency-voice-card > img,
.agency-voice-avatar {
  display: grid;
  width: 135px;
  height: 135px;
  margin: 0 auto 24px;
  place-items: center;
  border-radius: 50%;
  object-fit: cover;
}

.agency-voice-avatar {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
}

.agency-voice-avatar-woman {
  background: linear-gradient(135deg, #7fb8ff, #f2b181);
}

.agency-voice-avatar-boss {
  background: linear-gradient(135deg, #6837d9, #c8873b);
}

.agency-voice-avatar-dark {
  background: linear-gradient(135deg, #171820, #6b717f);
}

.agency-voice-card h3 {
  margin: 0 0 8px;
  color: #263145;
  font-size: 20px;
  font-weight: 900;
}

.agency-voice-card small {
  display: block;
  margin-bottom: 18px;
  color: #77859b;
  font-size: 13px;
}

.agency-voice-card strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin-bottom: 24px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #0578ff, #7b66ff);
  font-size: 13px;
  font-weight: 900;
}

.agency-voice-card p {
  margin: 0;
  color: #6b7588;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1399.98px) {
  .agency-design-wrap {
    width: min(1200px, calc(100% - 40px));
  }

  .agency-about-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
    gap: 52px;
  }

  .agency-about-badges {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .agency-about-badges img {
    width: 100%;
    height: auto;
  }

  .agency-money-step {
    padding-left: 118px;
  }

  .agency-money-step strong {
    font-size: 19px;
  }

  .agency-reason-board {
    grid-template-columns: minmax(0, 300px) minmax(460px, 660px) minmax(0, 300px);
    gap: 18px;
  }

  .agency-reason-left,
  .agency-reason-right {
    padding: 0;
  }

  .agency-voice-grid {
    gap: 24px;
  }

  .agency-voice-card {
    padding-right: 24px;
    padding-left: 24px;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .agency-about-section {
    min-height: 0;
  }

  .agency-about-layout {
    grid-template-columns: 1fr;
  }

  .agency-about-visual {
    max-width: 760px;
    margin: 0 auto;
  }

  .agency-money-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .agency-money-step {
    overflow: hidden;
    border-radius: 10px;
    background-size: cover;
  }

  .agency-reason-board {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .agency-reason-visual {
    order: -1;
  }

  .agency-reason-copy {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .agency-reason-copy article {
    max-width: none;
  }

  .agency-voice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .agency-design-wrap {
    width: min(100% - 28px, 560px);
  }

  .agency-section-head {
    margin-bottom: 34px;
  }

  .agency-section-head h2 {
    font-size: 30px;
    line-height: 1.25;
  }

  .agency-about-section,
  .agency-money-section,
  .agency-reason-section,
  .agency-voices-section {
    padding: 58px 0 68px;
  }

  .agency-about-copy h3 {
    min-width: 0;
    font-size: 16px;
  }

  .agency-about-copy p {
    font-size: 13px;
    line-height: 1.8;
  }

  .agency-about-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agency-about-badges img {
    max-width: 150px;
    margin: 0 auto;
  }

  .agency-money-row,
  .agency-reason-copy,
  .agency-voice-grid {
    grid-template-columns: 1fr;
  }

  .agency-money-step {
    min-height: 132px;
    padding: 34px 24px 28px 112px;
  }

  .agency-money-step strong {
    font-size: 18px;
  }

  .agency-money-step p {
    font-size: 13px;
  }

  .agency-reason-copy {
    gap: 26px;
  }

  .agency-reason-copy h3 {
    font-size: 20px;
  }

  .agency-reason-visual img {
    width: min(100%, 420px);
  }

  .agency-voice-card {
    min-height: 0;
    padding: 34px 24px 28px;
    border-width: 10px;
  }
}
*/

.modal .form-control {
  min-height: 44px;
}

body.front-site .modal-backdrop {
  z-index: 1190;
}

body.front-site .modal {
  z-index: 1200;
}

.front-consult-modal .modal-backdrop,
.front-consult-modal {
  --front-consult-blue: #4f78ff;
}

.front-consult-dialog {
  max-width: 820px;
}

.front-consult-card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 50, 120, .22);
}

.front-consult-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 275px;
  height: 116px;
  background:
    radial-gradient(circle at 72% 30%, rgba(255, 255, 255, .72) 0 9px, transparent 10px),
    linear-gradient(135deg, rgba(132, 179, 255, .16), rgba(255, 255, 255, 0));
  content: "";
  pointer-events: none;
}

.front-consult-card::after {
  position: absolute;
  top: 12px;
  right: 58px;
  width: 106px;
  height: 82px;
  border: 4px solid rgba(136, 169, 226, .22);
  border-top-width: 12px;
  border-radius: 13px;
  color: rgba(103, 139, 200, .16);
  content: "预约";
  font-size: 31px;
  font-weight: 900;
  line-height: 70px;
  text-align: center;
  transform: rotate(-10deg);
  pointer-events: none;
}

.front-consult-close {
  position: absolute;
  top: 30px;
  right: 22px;
  z-index: 5;
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0;
  color: #8993a8;
  background: transparent;
  font-size: 24px;
}

.front-consult-close:hover {
  color: #3869ef;
}

.front-consult-head {
  min-height: 112px;
  padding: 30px 38px 22px;
  background: linear-gradient(105deg, #d9e8ff 0%, #eef6ff 66%, #f8fbff 100%);
}

.front-consult-head h5 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #4274f7;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.25;
}

.front-consult-head h5 span {
  display: inline-block;
  width: 6px;
  height: 31px;
  border-radius: 8px;
  background: #3f73ff;
}

.front-consult-head p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0 30px;
  color: #67758e;
  font-size: 16px;
}

.front-consult-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 42px;
  padding: 34px 58px 25px 30px;
}

.front-consult-form {
  display: grid;
  gap: 14px;
}

.front-consult-form label {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  margin: 0;
  color: #1f2937;
  font-size: 16px;
  font-weight: 500;
}

.front-consult-form label span {
  padding-left: 28px;
  white-space: nowrap;
}

.front-consult-form em {
  color: #f23d3d;
  font-style: normal;
}

.front-consult-form input,
.front-consult-form textarea {
  width: 100%;
  min-height: 40px;
  border: 1px solid #e2e7f0;
  border-radius: 0;
  outline: 0;
  color: #333b4f;
  background: #fff;
  font-size: 14px;
}

.front-consult-form input {
  padding: 0 14px;
}

.front-consult-form input[readonly] {
  border-color: #f0f1f6;
  background: #f2f1fa;
  color: #9aa0ad;
}

.front-consult-form textarea {
  padding: 11px 14px;
  resize: none;
}

.front-consult-form input::placeholder,
.front-consult-form textarea::placeholder {
  color: #9aa4b3;
}

.front-consult-form small {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: -10px;
  margin-left: 104px;
  color: #15b887;
  font-size: 12px;
}

.float-tools a::before,
.float-tools button::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  display: block;
  min-width: 116px;
  padding: 9px 12px;
  border-radius: 6px;
  color: #fff;
  background: rgba(17, 26, 51, .92);
  box-shadow: 0 10px 28px rgba(20, 70, 140, .18);
  content: attr(data-tip);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translate(8px, -50%);
  transition: opacity .16s ease, transform .16s ease;
  white-space: nowrap;
}

.float-tools a:hover::before,
.float-tools button:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.float-tools [data-qr]::after {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  display: block;
  width: 148px;
  height: 148px;
  padding: 10px;
  border-radius: 10px;
  background: #fff url("../images/home-slices/guarantee-3@2x.png") center / 92px 92px no-repeat;
  box-shadow: 0 14px 35px rgba(20, 70, 140, .2);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: opacity .16s ease, transform .16s ease;
}

.float-tools [data-qr]:hover::before {
  opacity: 0;
}

.float-tools [data-qr]:hover::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.front-consult-form button {
  width: calc(100% - 104px);
  height: 50px;
  margin-left: 104px;
  border: 0;
  color: #fff;
  background: #5278f7;
  font-size: 17px;
  font-weight: 700;
}

.front-consult-form button:hover {
  background: #2f63ec;
}

.front-consult-status {
  min-height: 18px;
  margin-left: 104px;
  font-size: 13px;
}

.front-consult-benefits {
  padding-top: 42px;
}

.front-consult-benefits strong {
  display: block;
  margin-bottom: 18px;
  color: #1d2433;
  font-size: 18px;
  font-weight: 900;
}

.front-consult-benefits ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.front-consult-benefits li {
  position: relative;
  padding-left: 27px;
  color: #7b8496;
  font-size: 16px;
  line-height: 1.4;
}

.front-consult-benefits li::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border: 1px solid #b8c0ce;
  border-radius: 50%;
  color: #98a2b3;
  content: "✓";
  font-size: 11px;
  line-height: 1;
}

.front-consult-note {
  margin: 0;
  padding: 0 30px 26px;
  color: #a5adbb;
  font-size: 13px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .front-header .front-nav .navbar-nav .nav-link {
    padding: 0;
  }

  .front-header .front-nav .navbar-nav .nav-link.active::after {
    left: 50%;
    width: 24px;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 991.98px) {
  .front-header {
    min-height: 60px;
    z-index: 1100;
  }

  .front-header .container-xl {
    position: relative;
    min-height: 60px;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .mobile-login-btn {
    display: inline-flex;
    min-width: 64px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
  }

  .front-header .navbar-toggler {
    flex: 0 0 auto;
    margin-left: 0;
  }

  .front-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    z-index: 20;
    padding: 18px 18px 20px;
    border: 1px solid rgba(205, 221, 245, .9);
    border-radius: 12px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 45px rgba(18, 76, 156, .16);
  }

  .front-header .front-nav .navbar-nav .nav-link {
    min-height: 46px;
    padding: 0;
  }

  .front-nav .login-btn {
    display: none;
  }

  .front-header .front-nav .navbar-nav .nav-link.active::after {
    display: none;
  }

  .front-consult-dialog {
    max-width: calc(100% - 28px);
  }

  .front-consult-head {
    min-height: auto;
    padding: 24px 24px 18px;
  }

  .front-consult-head h5 {
    padding-right: 36px;
    font-size: 21px;
  }

  .front-consult-head p {
    margin-left: 0;
    font-size: 14px;
  }

  .front-consult-body {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }

  .front-consult-benefits {
    padding-top: 0;
  }

  .front-consult-benefits ul {
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
  }

  .front-consult-note {
    padding: 0 24px 24px;
  }

  .banner-cover {
    height: 320px;
    object-position: 32% center;
  }

  .trust-panel,
  .guarantee-grid,
  .reason-layout,
  .faq-layout,
  .agency-step-row {
    grid-template-columns: 1fr;
  }

  .home-trust {
    margin-top: 0;
  }

  .trust-panel {
    border-radius: 0;
  }

  .vs-box {
    display: grid;
    width: 100%;
    aspect-ratio: auto;
    min-height: auto;
    gap: 18px;
  }

  .vs-col {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    min-height: 420px;
    padding: 54px 36px 46px;
  }

  .vs-apply,
  .vs-buy {
    width: 100%;
  }

  .vs-apply .vs-content {
    padding-right: 0;
    padding-left: 0;
  }

  .vs-buy .vs-content {
    padding-right: 0;
    padding-left: clamp(52px, 12vw, 86px);
  }

  .vs-list,
  .vs-buy .vs-list {
    width: 100%;
    max-width: none;
    --vs-row-min: 0;
    --vs-row-max: 100%;
  }

  .vs-list li {
    width: 100%;
  }

  .vs-center {
    position: relative;
    top: auto;
    left: auto;
    min-height: 92px;
    transform: none;
  }

  .vs-center::before {
    display: none;
  }

  .reason-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    min-height: auto;
    padding-bottom: 30px;
  }

  .reason-bg-img {
    position: relative;
    display: block;
    grid-column: 1 / -1;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .reason-left,
  .reason-right,
  .reason-note {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    padding: 0 22px;
  }

  .reason-left,
  .reason-right {
    gap: 28px;
    grid-row: 2;
    margin-top: 28px;
  }

  .reason-left {
    grid-column: 1;
  }

  .reason-right {
    grid-column: 2;
  }

  .reason-note {
    grid-column: 1 / -1;
    margin-top: 24px;
    font-size: 11px;
  }

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

  .category-section {
    grid-template-columns: 1fr;
  }

  .category-label {
    min-height: 44px;
    writing-mode: initial;
  }

  .buy-hero {
    background:
      linear-gradient(rgba(238, 247, 255, .86), rgba(238, 247, 255, .86)),
      url("../images/banner/zlgm.jpg") center / cover no-repeat;
  }

  .filter-card {
    max-width: none;
  }

  .desktop-patent-table {
    display: none;
  }

  .mobile-patent-list {
    display: grid;
    gap: 14px;
  }

  .float-tools {
    right: 14px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .float-tools a,
  .float-tools button {
    width: 48px;
    height: 48px;
    border-radius: 999px !important;
    border-bottom: 0;
    font-size: 11px;
  }

  .float-tools a:not(:first-child),
  .float-tools button:not(:first-child) {
    display: grid;
    margin-top: 8px;
  }

  .float-tools img {
    width: 21px;
    height: 21px;
  }

  .float-tools a::before,
  .float-tools button::before,
  .float-tools [data-qr]::after {
    display: none;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .front-brand-text strong {
    font-size: 18px;
  }

  .front-brand-text small {
    display: none;
  }

  .banner-cover {
    height: 270px;
    object-position: 27% center;
  }

  .banner-img {
    height: 230px;
    object-fit: cover;
    object-position: left center;
  }

  .banner-consult-btn {
    left: 6%;
    top: 66%;
    width: 96px;
    height: 36px;
    font-size: 13px;
  }

  .section-block {
    padding: 52px 0;
  }

  .section-title {
    font-size: 28px;
  }

  .service-card {
    min-height: 280px;
  }

  .service-card .card-body,
  .vs-col,
  .faq-panel {
    padding: 24px;
  }

  .benefit-card h3 {
    margin-top: 48px;
  }

  .benefit-card p {
    max-width: 100%;
  }

  .benefit-icon-img {
    max-width: 42%;
    max-height: 124px;
  }

  .guarantee-grid {
    gap: 12px;
  }

  .guarantee-item {
    align-items: flex-start;
  }

  .product-features {
    grid-template-columns: 1fr;
  }

  .agency-channel-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .filter-row {
    grid-template-columns: 1fr;
  }

  .apply-scenario-card {
    min-height: 164px;
  }

  .apply-scenario-card .card-body {
    min-height: 164px;
    width: 58%;
    padding: 20px;
  }

  .apply-scenario-card .scenario-img {
    width: 42%;
    height: 76%;
  }

  .agency-hero,
  .agency-hero .container-xl {
    min-height: 620px;
  }

  .agency-hero {
    background-color: #0d4a87;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .agency-form {
    margin-top: 220px;
  }

  .about-visual {
    min-height: 220px;
    box-shadow: 10px 10px 0 #dae9ff;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 575.98px) {
  .banner-img {
    height: 205px;
  }

  .banner-cover {
    height: 230px;
  }

  .trust-panel {
    padding: 16px;
  }

  .trust-item {
    justify-content: flex-start;
  }

  .reason-left,
  .reason-right,
  .reason-note {
    padding: 0 14px;
  }

  .reason-left,
  .reason-right {
    gap: 22px;
  }

  .reason-item h3 {
    gap: 8px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .reason-item h3 img {
    width: 36px;
    height: 36px;
  }

  .reason-item ul {
    gap: 8px;
    font-size: 12px;
    line-height: 1.45;
  }

  .process-line {
    grid-template-columns: 1fr;
  }

  .agency-step {
    clip-path: none !important;
    border-radius: 10px;
  }

  .agency-hero .container-xl {
    display: block !important;
    justify-content: center !important;
    padding-top: 250px;
    padding-right: 18px;
    padding-left: 18px;
    align-items: flex-start !important;
  }

  .agency-form {
    width: min(320px, calc(100vw - 36px));
    max-width: 320px;
    margin: 0;
  }

  .agency-form h1 {
    font-size: 20px;
    white-space: normal;
  }

  .agency-channel-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 34px;
  }

  .agency-channel-card {
    min-height: 110px;
  }
}
*/

/* Patent apply design restoration */
.patent-apply-page {
  background: #fff;
}

.pa-design-wrap {
  width: max(1120px, 80%);
  margin: 0 auto;
}

.pa-section-head {
  margin-bottom: 54px;
  text-align: center;
}

.pa-section-head h2 {
  margin: 0;
  color: #151f35;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.2;
}

.pa-section-head h2 span {
  color: #3578ff;
}

.pa-section-head p {
  margin: 16px 0 0;
  color: #6f7890;
  font-size: 16px;
}

.pa-products-section {
  padding: 76px 0;
  background: #f4f7fc;
}

.pa-products-head {
  margin-bottom: 54px;
}

.pa-products-head h2 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0;
  color: #1f2329;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.pa-products-head .pa-title-plain {
  color: #1f2329;
}

.pa-products-head .pa-title-gradient {
  background: linear-gradient(0deg, #1866ed 19.9462890625%, #7e6df9 60.888671875%, #f79d97 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pa-products-head p {
  margin-top: 18px;
  color: #6f7890;
  font-size: 18px;
}

.pa-product-group {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}

.pa-product-group + .pa-product-group {
  margin-top: 32px;
}

.pa-group-label {
  position: relative;
  display: grid;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  min-height: 100%;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: url("../images/patent-apply-slices/group-label-cardbg.jpg") center / 100% 100% no-repeat;
}

.pa-group-label img {
  display: none;
}

.pa-group-label span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.35;
  writing-mode: vertical-rl;
}

.pa-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.pa-product-card {
  position: relative;
  display: flex;
  min-height: 386px;
  flex-direction: column;
  padding: 38px 28px 34px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(64, 107, 182, .08);
}

.pa-product-card h3 {
  margin: 0 0 16px;
  color: #080b12;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
}

.pa-product-card p {
  min-height: 48px;
  margin: 0 0 20px;
  color: #8a94a8;
  font-size: 15px;
  line-height: 1.75;
}

.pa-product-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.pa-product-card li {
  position: relative;
  padding-left: 24px;
  color: #1e2430;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.pa-product-card li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: #346fff;
  font-family: "tabler-icons";
  font-size: 18px;
  content: "\ea5e";
}

.pa-price {
  margin-top: auto;
  color: #ff850c;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.pa-price span {
  margin-right: 10px;
  font-size: 17px;
}

.pa-price-free {
  font-size: 30px;
}

.pa-card-btn {
  display: inline-flex;
  width: min(100%, 260px);
  height: 52px;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  border: 0;
  color: #111827;
  background: url("../images/patent-apply-slices/card-button.png") center / 100% 100% no-repeat;
  font-size: 16px;
  font-weight: 900;
}

.pa-card-btn i {
  display: none;
}

.pa-recommend {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 82px;
  height: auto;
  pointer-events: none;
}

.pa-scope-section {
  padding: 92px 0 84px;
  background: #fff;
}

.pa-scope-section .pa-section-head h2 {
  color: #1f2329;
  font-family: "Microsoft YaHei", "MicrosoftYaHei", Arial, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.pa-scope-section .pa-section-head h2 span {
  display: inline-block;
  background: linear-gradient(0deg, #1866ed 19.9462890625%, #7e6df9 60.888671875%, #f79d97 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pa-scope-section .pa-design-wrap {
  width: 80%;
  min-width: 960px;
  max-width: 1698px;
}

.pa-scope-grid {
  display: grid;
  grid-template-columns: minmax(0, 490fr) repeat(2, minmax(0, 580fr));
  grid-template-rows: 225px 225px;
  gap: 20px 24px;
  width: 100%;
}

.pa-scope-card {
  position: relative;
  display: block;
  width: 100%;
  height: 225px;
  min-height: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px calc(min(30%, 160px) + 40px) 28px 32px;
  border-radius: 20px;
  background: linear-gradient(104deg, #e7f8ff 0%, #c8f5ff 100%);
}

.pa-scope-card:not(.pa-scope-card-main) {
  background: linear-gradient(104deg, #e7f8ff 0%, #c8f5ff 100%);
}

.pa-scope-card:nth-child(3) {
  background: linear-gradient(90deg, #f2faff 0%, #b0dcf1 100%);
}

.pa-scope-card:nth-child(4) {
  background: linear-gradient(117deg, #e9ebfa 0%, #c4b9f5 100%);
}

.pa-scope-card:nth-child(5) {
  background: linear-gradient(122deg, #e9f1ff 0%, #a9cbfd 100%);
}

.pa-scope-card-main {
  width: 100%;
  height: 470px;
  grid-row: span 2;
  padding: 30px 32px 28px;
  background: linear-gradient(180deg, #eaf1ff 0%, #aacbfd 100%);
}

.pa-scope-card:not(.pa-scope-card-main) > div,
.pa-scope-card-main > div {
  position: relative;
  z-index: 1;
}

.pa-scope-card h3 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}

.pa-scope-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: #546279;
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
}

.pa-scope-card li::before {
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-right: 8px;
  background: url("../images/patent-apply-slices/scope-arrow.png") center / contain no-repeat;
  content: "";
  transform: translateY(1px);
}

.pa-scope-card img {
  position: absolute;
  right: 20px;
  bottom: 5px;
  display: block;
  width: auto;
  max-width: min(30%, 160px);
  max-height: 150px;
  height: auto;
  object-fit: contain;
}

.pa-scope-card-main img {
  right: 20px;
  bottom: 5px;
  width: min(86%, 420px);
  max-width: none;
  max-height: none;
}

.pa-scope-card:not(.pa-scope-card-main) h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.pa-scope-card:not(.pa-scope-card-main) ul {
  gap: 8px;
  font-size: 13px;
  line-height: 1.45;
}

.pa-advantage-section {
  position: relative;
  padding: 92px 0 0;
  overflow: visible;
  background: transparent;
}

.pa-advantage-section::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 803px;
  background: url("../images/patent-apply-slices/advantage-section-bg.jpg") center top / cover no-repeat;
  content: "";
  pointer-events: none;
}

.pa-advantage-section .pa-design-wrap {
  position: relative;
  z-index: 1;
}

.pa-section-head-light h2,
.pa-section-head-light p {
  color: #fff;
}

.pa-section-head-light p {
  opacity: .82;
}

.pa-advantage-grid {
  display: flex;

  justify-content: space-around;
}

.pa-advantage-grid article {
  position: relative;
  width: 395px;
  height: 350px;
  min-height: 350px;
  overflow: hidden;
  padding: 56px 36px 38px;
  background: transparent;
  text-align: center;
}

.pa-advantage-grid article::before {
  position: absolute;
  inset: 0;
  background: #fff;
  content: "";
  opacity: .3;
  pointer-events: none;
}

.pa-advantage-grid article > * {
  position: relative;
  z-index: 1;
}

.pa-advantage-grid img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.pa-advantage-grid h3 {
  margin: 30px 0 14px;
  color: #1f2937;
  font-size: 20px;
  font-weight: 900;
}

.pa-advantage-grid p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.9;
}

.pa-stat-bar {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  height: 170px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 124px auto -85px;
  padding: 32px 40px;
  border-radius: 20px;
  background: linear-gradient(90deg, #806efa 0%, #0486f6 100%);
  color: #fff;
}

.pa-stat-bar div {
  display: grid;
  grid-template-columns: 70px 132px;
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: start;
  gap: 4px 16px;
}

.pa-stat-bar span {
  display: grid;
  width: 62px;
  height: 62px;
  grid-row: 1 / 3;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
}

.pa-stat-bar span img {
  max-width: 36px;
  max-height: 36px;
}

.pa-stat-bar span i {
  font-size: 34px;
}

.pa-stat-bar strong {
  display: block;
  align-self: end;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.pa-stat-bar sup,
.pa-stat-bar small {
  margin-left: 3px;
  font-size: 16px;
}

.pa-stat-bar em {
  display: block;
  align-self: start;
  margin-top: 0;
  font-size: 14px;
  font-style: normal;
  opacity: .9;
  white-space: nowrap;
}

.pa-process-section {
  padding: 108px 0 92px;
  background: #fff;
}

.pa-process-section .pa-section-head {
  margin-bottom: 68px;
  margin-top: 68px;
}

.pa-process-section .pa-section-head h2 {
  color: #1f2329;
  font-size: 54px;
  line-height: 1.15;
}

.pa-process-section .pa-section-head h2 span {
  background: linear-gradient(0deg, #1866ed 19.95%, #7e6df9 60.89%, #f79d97 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pa-process-section .pa-section-head p {
  margin-top: 18px;
  color: #6f7890;
  font-size: 18px;
}

.pa-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.pa-process-line::before {
  display: none;
}

.pa-process-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.pa-process-step:not(:last-child)::after {
  position: absolute;
  top: 34px;
  left: calc(50% + 48px);
  width: 59px;
  height: 22px;
  background: url("../images/patent-apply-slices/process-connector.png") center / contain no-repeat;
  content: "";
}

.pa-process-step b {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border-radius: 50%;
  background: #eef3ff;
}

.pa-process-step b img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.pa-process-step-cert b i {
  color: #5f79ff;
  font-size: 44px;
}

.pa-process-step strong {
  color: #1f2329;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.pa-process-step span {
  min-height: 44px;
  color: #7c879b;
  font-size: 14px;
  line-height: 1.55;
}

.pa-process-step em {
  display: block;
  width: 36px;
  height: 72px;
  margin-top: 2px;
  font-size: 0;
  line-height: 0;
}

.pa-process-step em img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pa-primary-btn {
  display: inline-flex;
  width: 300px;
  height: 60px;
  margin: 58px auto 0;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(90deg, #7b5cff, #168dff);
  font-size: 18px;
  font-weight: 900;
}

.pa-process-section .pa-primary-btn {
  display: flex;
}

.pa-process-section-new {
  padding: 92px 0 92px;
  background:
    radial-gradient(circle at 14% 18%, rgba(35, 120, 255, .12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(18, 185, 129, .1), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%);
}

.pa-new-process-head {
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.pa-new-process-head h2 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #1f2329;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.pa-new-process-head .pa-title-plain {
  color: #1f2329;
}

.pa-new-process-head .pa-title-gradient {
  background: linear-gradient(0deg, #1866ed 19.9462890625%, #7e6df9 60.888671875%, #f79d97 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pa-new-process-head p {
  margin: 18px 0 0;
  color: #6f7890;
  font-size: 18px;
  line-height: 1.7;
}

.pa-process-runway {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pa-process-runway::before {
  position: absolute;
  top: 48px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(11, 116, 222, .34), transparent);
  content: "";
}

.pa-process-runway article {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 190px;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(207, 226, 246, .86);
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 10%, rgba(35, 120, 255, .12), transparent 32%),
    rgba(255, 255, 255, .9);
  box-shadow: 0 20px 58px rgba(18, 92, 168, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pa-process-runway article:hover {
  border-color: rgba(35, 120, 255, .32);
  box-shadow: 0 26px 66px rgba(18, 92, 168, .13);
  transform: translateY(-4px);
}

.pa-process-runway img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.pa-process-runway b {
  color: #0b74de;
  font-size: 13px;
  font-weight: 900;
}

.pa-process-runway strong {
  margin: 0;
  color: #061a35;
  font-size: 20px;
  font-weight: 900;
}

.pa-process-runway p {
  margin: 0;
  color: #5f6f86;
  font-size: 14px;
  line-height: 1.65;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .pa-process-runway {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .pa-process-section-new {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .pa-new-process-head {
    margin-bottom: 28px;
  }

  .pa-new-process-head h2 {
    font-size: 30px;
    line-height: 1.2;
    flex-wrap: wrap;
  }

  .pa-new-process-head p {
    margin-top: 12px;
    font-size: 15px;
  }

  .pa-process-runway {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pa-process-runway::before {
    display: none;
  }

  .pa-process-runway article {
    min-height: 0;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 8px 14px;
    padding: 20px;
  }

  .pa-process-runway img {
    grid-row: 1 / 4;
  }
}
*/

.pa-faq-section {
  padding: 88px 0 80px;
  background: #f3f6fb;
}

.pa-faq-section .pa-section-head h2 {
  color: #1f2329;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}

.pa-faq-section .pa-section-head h2 span {
  background: linear-gradient(0deg, #1866ed 19.9462890625%, #7e6df9 60.888671875%, #f79d97 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pa-faq-box {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 50px;
  align-items: center;
}

.pa-faq-menu {
  display: grid;
  height: 400px;
  margin: 0;
  padding: 34px 28px;
  align-content: start;
  gap: 0;
  overflow: hidden;
  border-radius: 12px;
  background: url("../images/patent-apply-slices/faq-menu-bg.png") center / 100% 100% no-repeat;
  list-style: none;
}

.pa-faq-menu li {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 18px;
  padding: 0 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.pa-faq-menu li span {
  min-width: 16px;
  color: inherit;
  font-size: 16px;
}

.pa-faq-menu li.is-active {
  position: relative;
  color: #1987ff;
  background: #effaff;
}

.pa-faq-menu li.is-active::after {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 12px;
  height: 18px;
  background: #effaff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
  content: "";
}

.pa-faq-content {
  display: flex;
  height: 400px;
  align-items: center;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
}

.pa-faq-answer {
  width: 100%;
  min-height: 300px;
  padding: 30px 40px;
  border-radius: 10px;
  background: #f3f7ff;
}

.pa-faq-answer h3 {
  display: flex;
  margin: 0 0 24px;
  align-items: center;
  gap: 18px;
  color: #1f2329;
  font-size: 20px;
  font-weight: 900;
}

.pa-faq-answer h3 span,
.pa-faq-answer p span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.pa-faq-answer h3 span {
  background: #4c72ff;
}

.pa-faq-answer p {
  display: flex;
  margin: 0;
  gap: 18px;
  color: #7d8798;
  font-size: 13px;
  line-height: 1.85;
}

.pa-faq-answer p + p {
  margin-top: 10px;
  padding-left: 42px;
}

.pa-faq-answer p span {
  background: #42c991;
}

.pa-faq-answer p + p span {
  display: none;
}

.pa-faq-answer p + p {
  display: block;
}

.pa-faq-content details,
.pa-faq-content summary,
.pa-faq-content > p {
  margin: 0;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .pa-design-wrap {
    width: min(100% - 28px, 1080px);
  }

  .pa-product-group {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 22px;
  }

  .pa-group-label {
    width: 74px;
    min-width: 74px;
    max-width: 74px;
  }

  .pa-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .pa-scope-grid,
  .pa-faq-box {
    grid-template-columns: 1fr;
  }

  .pa-scope-grid {
    grid-auto-rows: auto;
  }

  .pa-scope-card {
    height: auto;
    min-height: 250px;
  }

  .pa-scope-card-main {
    min-height: 525px;
    grid-row: auto;
  }

  .pa-advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 395px));
    justify-content: center;
  }

  .pa-advantage-grid article {
    width: 100%;
  }

  .pa-stat-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }

  .pa-process-line {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 42px;
  }

  .pa-process-step:not(:last-child)::after {
    display: none;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .pa-products-section,
  .pa-scope-section,
  .pa-advantage-section,
  .pa-process-section,
  .pa-faq-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .pa-section-head h2 {
    font-size: 30px;
  }

  .pa-scope-section .pa-section-head h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .pa-faq-section .pa-section-head h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .pa-product-group {
    display: block;
  }

  .pa-group-label {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 64px;
    margin-bottom: 18px;
    border-radius: 12px;
  }

  .pa-group-label span {
    font-size: 24px;
    letter-spacing: 0;
    writing-mode: initial;
  }

  .pa-products-grid,
  .pa-advantage-grid,
  .pa-stat-bar {
    grid-template-columns: 1fr;
  }

  .pa-product-card {
    min-height: auto;
    padding: 30px 24px;
  }

  .pa-scope-card {
    height: auto;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .pa-scope-card-main {
    min-height: auto;
  }

  .pa-scope-card img,
  .pa-scope-card-main img {
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .pa-advantage-grid article {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 46px 28px;
  }

  .pa-advantage-section::before {
    height: 100%;
  }

  .pa-stat-bar {
    left: auto;
    width: 100%;
    height: auto;
    margin: 46px auto 0;
    padding: 28px;
    transform: none;
  }

  .pa-faq-menu {
    height: auto;
    min-height: 320px;
    padding: 22px 18px;
  }

  .pa-faq-menu li {
    min-height: 46px;
    padding: 0 16px;
    font-size: 14px;
  }

  .pa-faq-content {
    min-height: auto;
    padding: 14px;
  }

  .pa-faq-answer {
    min-height: auto;
    padding: 24px 18px;
  }

  .pa-faq-answer h3 {
    align-items: flex-start;
    font-size: 17px;
  }

  .pa-faq-answer p {
    font-size: 13px;
  }

  .pa-faq-answer p + p {
    padding-left: 0;
  }

  .pa-process-section {
    padding-top: 78px;
  }

  .pa-process-section .pa-section-head {
    margin-bottom: 44px;
  }

  .pa-process-section .pa-section-head h2 {
    font-size: 32px;
  }

  .pa-process-section .pa-section-head p {
    font-size: 15px;
  }

  .pa-process-line {
    width: min(100%, 560px);
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 14px;
  }

  .pa-process-line::before {
    display: none;
  }

  .pa-process-step {
    gap: 10px;
  }

  .pa-process-step b {
    width: 74px;
    height: 74px;
  }

  .pa-process-step b img {
    width: 38px;
    height: 38px;
  }

  .pa-process-step-cert b i {
    font-size: 38px;
  }

  .pa-process-step strong {
    font-size: 14px;
  }

  .pa-process-step span {
    display: none;
  }

  .pa-process-step em {
    width: 28px;
    height: 56px;
    margin-top: 0;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 430px) {
  .pa-process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }
}
*/

/* Patent buy page, rebuilt against Lanhu slices */
.patent-buy-page {
  --pb-wrap: 1190px;
  background: #fff;
}

.pb-design-wrap {
  width:80%;
  margin: 0 auto;
}

.pb-hero {
  display: flex;
  min-height: 470px;
  height: 470px;
  padding: 0;
  align-items: center;
  background: url("../images/banner/zlgm.jpg") center / cover no-repeat;
}

.pb-hero-inner {
  display: flex;
  height: 100%;
  align-items: center;
}

.pb-filter-card {
  width: min(100%, 600px);
  padding: 32px 42px 28px;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.pb-filter-row {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

.pb-filter-row label,
.pb-filter-row > span {
  margin: 0;
  white-space: nowrap;
}

.pb-filter-card input,
.pb-filter-card textarea {
  width: 100%;
  border: 1px solid #dce6f2;
  outline: 0;
  color: #20304a;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
}

.pb-filter-card input::placeholder {
  color: #a8b4c5;
}

.pb-search-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
}

.pb-search-box input {
  height: 44px;
  padding: 0 16px;
}

.pb-search-box button {
  display: grid;
  height: 44px;
  place-items: center;
  border: 0;
  color: #fff;
  background: #4779f5;
  font-size: 22px;
}

.pb-chip-group,
.pb-price-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  align-items: center;
}

.pb-price-group {
  gap: 8px 14px;
}

.pb-filter-chip {
  display: inline-flex;
  min-width: 52px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 0;
  border-radius: 14px;
  color: #253349;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
}

.pb-filter-chip.is-active,
.pb-filter-chip.active {
  color: #fff;
  background: #4779f5;
}

.pb-sale-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #253349;
  font-weight: 400;
  white-space: nowrap;
}

.pb-sale-check input {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  accent-color: #4779f5;
}

.pb-price-group input {
  width: 150px;
  height: 34px;
  padding: 0 14px;
}

.pb-price-group em {
  color: #9aa8bc;
  font-style: normal;
  font-weight: 400;
}

.pb-date-range {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.pb-date-range input {
  height: 34px;
  padding: 0 34px 0 14px;
  background: #fff url("../images/patent-buy-slices/calendar.png") right 14px center / 14px 13px no-repeat;
  cursor: pointer;
  caret-color: transparent;
}

.pb-date-range span {
  color: #9aa8bc;
  text-align: center;
  font-weight: 400;
}

.front-date-picker {
  position: absolute;
  z-index: 1300;
  width: 292px;
  padding: 14px;
  border: 1px solid #d9e4f2;
  background: #fff;
  box-shadow: 0 16px 36px rgba(26, 59, 115, .16);
}

.front-date-picker[hidden] {
  display: none;
}

.front-date-head {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  gap: 8px;
}

.front-date-head button {
  display: grid;
  width: 34px;
  height: 32px;
  place-items: center;
  border: 1px solid #e3ebf6;
  color: #40516a;
  background: #f8fbff;
  font-size: 18px;
}

.front-date-head strong {
  color: #172033;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.front-date-week,
.front-date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.front-date-week {
  margin-top: 12px;
}

.front-date-week span {
  height: 26px;
  color: #98a2b3;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
}

.front-date-grid button {
  height: 32px;
  border: 0;
  color: #253349;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
}

.front-date-grid button:hover {
  color: #176fff;
  background: #eef5ff;
}

.front-date-grid button.is-muted {
  color: #c0c8d3;
}

.front-date-grid button.is-today {
  color: #176fff;
  background: #eef5ff;
}

.front-date-grid button.is-selected {
  color: #fff;
  background: #4779f5;
}

.front-date-foot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eef2f7;
}

.front-date-foot button {
  min-width: 58px;
  height: 30px;
  border: 1px solid #d9e4f2;
  color: #40516a;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.front-date-foot button:last-child {
  border-color: #4779f5;
  color: #fff;
  background: #4779f5;
}

.pb-filter-status {
  min-height: 18px;
  margin: -4px 0 0 96px;
  color: #4779f5;
  font-size: 13px;
  font-weight: 400;
}

.pb-list-section {
  padding: 64px 0 74px;
  background: #fff;
}

.pb-list-wrap {
  position: relative;
}

.pb-table-head,
.pb-patent-row {
  display: grid;
  grid-template-columns: 3.15fr .95fr .82fr .78fr .88fr .78fr .9fr;
  align-items: center;
  column-gap: 18px;
}

.pb-table-head {
  min-height: 55px;
  padding: 0 42px;
  color: #fff;
  background: linear-gradient(90deg, #0975f6 0%, #006edb 45%, #07c6cb 100%);
  font-size: 16px;
  font-weight: 400;
}

.pb-table-head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  white-space: nowrap;
}

.pb-table-head > span:first-child {
  justify-content: flex-start;
  padding-left: 104px;
}

.pb-table-sort {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 0;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: color .18s ease;
}

.pb-sort-arrows {
  position: relative;
  display: inline-grid;
  width: 10px;
  height: 16px;
  flex: 0 0 10px;
  min-width: 10px;
  padding-left: 0;
  place-items: center;
}

.pb-sort-arrows::before,
.pb-sort-arrows::after {
  display: block;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  transition: border-color .18s ease, transform .18s ease;
}

.pb-sort-arrows::before {
  align-self: end;
  margin-bottom: 2px;
  border-bottom: 5px solid rgba(255, 255, 255, .52);
}

.pb-sort-arrows::after {
  align-self: start;
  border-top: 5px solid rgba(255, 255, 255, .52);
}

.pb-table-sort:hover,
.pb-table-sort:focus-visible {
  color: #fff;
  outline: 0;
}

.pb-table-sort:hover .pb-sort-arrows::before,
.pb-table-sort:hover .pb-sort-arrows::after,
.pb-table-sort:focus-visible .pb-sort-arrows::before,
.pb-table-sort:focus-visible .pb-sort-arrows::after {
  border-top-color: rgba(255, 255, 255, .74);
  border-bottom-color: rgba(255, 255, 255, .74);
}

.pb-table-sort.is-active:not(.is-desc) .pb-sort-arrows::before {
  border-bottom-color: #fff;
  transform: translateY(-1px);
}

.pb-table-sort.is-active.is-desc .pb-sort-arrows::after {
  border-top-color: #fff;
  transform: translateY(1px);
}

.pb-patent-list {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

.pb-patent-row {
  min-height: 78px;
  padding: 12px 42px;
  color: #2c3445;
  background: #f1f5ff;
  font-size: 15px;
}

.pb-patent-row:nth-child(even) {
  background: #fff;
}

.pb-patent-row > span,
.pb-patent-row > button,
.pb-patent-row > a,
.pb-patent-row > em {
  justify-self: center;
}

.pb-patent-title {
  min-width: 0;
  color: #28334a;
  line-height: 1.5;
}

.pb-patent-title strong {
  margin-left: 8px;
  color: #424b5f;
  font-size: 14px;
  font-weight: 400;
}

.pb-patent-title p {
  overflow: hidden;
  margin: 4px 0 0;
  color: #2f374a;
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pb-tag {
  display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 2px;
  color: #c27a14;
  background: #fff0cf;
  font-size: 13px;
  font-weight: 400;
}

.pb-tag-orange {
  color: #c27517;
  background: #fff1d5;
}

.pb-patent-row button,
.pb-patent-row .pb-preview-btn {
  display: inline-flex;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 0;
  border-radius: 2px;
  color: #1886ff;
  background: #eaf5ff;
  font-size: 14px;
  line-height: 28px;
}

.pb-patent-row .pb-view-btn {
  color: #20ad75;
  background: #eafff4;
}

.pb-patent-row em {
  color: #e89b23;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.pb-patent-row .pb-buy-btn {
  min-width: 86px;
  height: 34px;
  color: #fff;
  background: #4779f5;
  line-height: 34px;
}

.pb-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  color: #2f3a4d;
  font-size: 14px;
}

.pb-pagination button {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #e3e8f2;
  color: #303a4d;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.pb-pagination button:disabled {
  color: #c9d3e1;
  background: #fafcff;
}

.pb-pagination button.is-active {
  border-color: #4779f5;
  color: #4779f5;
}

.pb-pagination label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 0 10px;
  color: #536078;
  font-weight: 400;
}

.pb-pagination input {
  width: 66px;
  height: 40px;
  border: 1px solid #e3e8f2;
  color: #1f2937;
  text-align: center;
}

.pb-pagination button:last-child {
  width: 54px;
}

.pb-bot-entry {
  position: absolute;
  right: -92px;
  bottom: 72px;
  z-index: 2;
  width: 96px;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  transition: transform .2s ease;
}

.pb-bot-entry:hover {
  transform: translateY(-4px);
}

.pb-bot-entry img {
  display: block;
  width: 100%;
  height: auto;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1399.98px) {
  .pb-bot-entry {
    position: static;
    display: block;
    width: 96px;
    margin: 28px auto 0;
  }
}
*/

.pb-process-section {
  position: relative;
  padding: 94px 0 104px;
  background: url("../images/patent-buy-slices/process-bg.png") center top / cover no-repeat;
}

.pb-section-head {
  text-align: center;
}

.pb-section-head h2 {
  margin: 0;
  color: #1f2329;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.15;
}

.pb-section-head h2 span {
  margin-left: 4px;
  background: linear-gradient(90deg, #117eff 0%, #03bed4 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pb-section-head p {
  margin: 18px 0 0;
  color: #6b7484;
  font-size: 17px;
}

.pb-section-head-light h2,
.pb-section-head-light p {
  color: #fff;
}

.pb-section-head-light p {
  opacity: .9;
}

.pb-process-panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 268px;
  margin-top: 58px;
  padding: 54px 78px 42px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.pb-process-panel::before {
  position: absolute;
  top: 74px;
  right: 172px;
  left: 172px;
  height: 1px;
  background: #e9edf4;
  content: "";
}

.pb-process-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: start;
  color: #1f2329;
  text-align: center;
}

.pb-process-step:not(:last-child)::after {
  position: absolute;
  top: 58px;
  right: -10px;
  width: 18px;
  height: 20px;
  background: #f6c527;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 28% 50%);
  content: "";
}

.pb-process-step:nth-child(2)::after {
  background: #097df5;
}

.pb-process-step:nth-child(3)::after {
  background: #ff3c78;
}

.pb-process-step img {
  width: 96px;
  height: 90px;
  object-fit: contain;
}

.agency-channel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 62px;
}

.agency-channel-card {
  display: grid;
  min-height: 126px;
  align-content: center;
  grid-template-columns: 56px 1fr;
  column-gap: 18px;
  padding: 22px 24px;
  color: #fff;
  background: linear-gradient(120deg, #087aff 0%, #246fff 56%, #7763ff 100%);
  box-shadow: 0 18px 34px rgba(34, 112, 255, .18);
}

.agency-channel-card span {
  display: grid;
  width: 56px;
  height: 56px;
  grid-row: 1 / span 2;
  place-items: center;
  border-radius: 50%;
  color: #2378ff;
  background: #fff;
  font-size: 30px;
}

.agency-channel-card strong {
  align-self: end;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.agency-channel-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.6;
}

.pb-process-step b {
  display: block;
  margin-top: 20px;
  color: rgba(22, 128, 255, .12);
  font-size: 64px;
  font-weight: 300;
  line-height: .7;
}

.pb-process-step strong {
  display: block;
  margin-top: -8px;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
}

.pb-process-step small {
  display: block;
  margin-top: 8px;
  color: #b5bdcc;
  font-size: 10px;
  text-transform: uppercase;
}

.pb-process-step p {
  margin: 18px 0 0;
  color: #686f7d;
  font-size: 15px;
  line-height: 1.75;
}

.pb-faq-section {
  padding: 104px 0 92px;
  background: #fff;
}

.pb-faq-box {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 50px;
  align-items: stretch;
  margin-top: 64px;
}

.pb-faq-menu {
  display: grid;
  height: 330px;
  align-content: start;
  padding: 30px 26px;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(180deg, #02c8d0 0%, #057bff 100%);
}

.pb-faq-menu button {
  position: relative;
  display: flex;
  height: 55px;
  align-items: center;
  gap: 18px;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 17px;
  font-weight: 900;
  text-align: left;
}

.pb-faq-menu button span {
  width: 20px;
  text-align: center;
}

.pb-faq-menu button.active {
  padding: 0 20px;
  color: #0a89ff;
  background: #effaff;
}

.pb-faq-menu button.active::after {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 18px;
  height: 22px;
  background: #effaff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
  content: "";
}

.pb-faq-content {
  display: flex;
  min-height: 330px;
  align-items: center;
  padding: 28px 42px;
  background: #eef8ff;
}

.pb-faq-answer {
  width: 100%;
  min-height: 236px;
  padding: 32px 42px;
  border-radius: 12px;
  background: #fff;
}

.pb-faq-answer h3 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 24px;
  color: #1f2329;
  font-size: 19px;
  font-weight: 900;
}

.pb-faq-answer h3 span,
.pb-faq-answer p span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.pb-faq-answer h3 span {
  background: #2179f5;
}

.pb-faq-answer p span {
  background: #02c7c9;
}

.pb-faq-answer p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #788294;
  font-size: 13px;
  line-height: 1.85;
}

.pb-faq-answer p + p {
  margin-top: 3px;
  padding-left: 34px;
}

.pb-faq-answer p + p span {
  display: none;
}

.pb-faq-answer p i {
  display: inline-block;
  width: 18px;
  height: 17px;
  flex: 0 0 18px;
  margin-top: 4px;
  background: url("../images/patent-buy-slices/faq-star.png") center / contain no-repeat;
}

.pb-guarantee-bar {
  padding: 26px 0;
  background: #dcebff;
}

.pb-guarantee-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.pb-guarantee-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.pb-guarantee-item img {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  object-fit: contain;
}

.pb-guarantee-item strong,
.pb-guarantee-item span {
  display: block;
}

.pb-guarantee-item strong {
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.pb-guarantee-item span {
  margin-top: 8px;
  color: #667085;
  font-size: 13px;
  line-height: 1.3;
}

.pb-consult-dialog {
  max-width: 420px;
}

.pb-consult-content {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(140deg, #057bff 0%, #05ced2 100%);
  box-shadow: 0 24px 60px rgba(0, 61, 140, .32);
}

.pb-modal-close {
  position: absolute;
  top: -8px;
  right: -38px;
  z-index: 4;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(148, 153, 163, .92);
  font-size: 20px;
}

.pb-modal-bot {
  position: absolute;
  top: -36px;
  right: -6px;
  z-index: 2;
  width: 126px;
  height: 112px;
  object-fit: cover;
  object-position: top center;
}

.pb-consult-content form {
  position: relative;
  z-index: 1;
  padding: 24px 20px 16px;
}

.pb-modal-title {
  min-height: 88px;
  color: #fff;
}

.pb-modal-title span {
  display: inline-flex;
  height: 28px;
  align-items: center;
  padding: 0 22px;
  border-radius: 14px;
  color: #0a88ff;
  background: #fff;
  font-size: 17px;
  font-weight: 900;
}

.pb-modal-title strong {
  display: block;
  margin-top: 12px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.pb-modal-fields {
  display: grid;
  gap: 10px;
  padding: 22px 22px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #e5f9ff 0%, #f8fdff 100%);
}

.pb-modal-fields textarea,
.pb-modal-fields input {
  width: 100%;
  border: 1px solid #d6e7f4;
  border-radius: 7px;
  outline: 0;
  color: #243248;
  background: #fff;
  font-size: 14px;
}

.pb-modal-fields textarea {
  height: 78px;
  resize: none;
  padding: 14px 16px;
}

.pb-modal-fields input {
  height: 42px;
  padding: 0 16px;
}

.pb-modal-fields ::placeholder {
  color: #a6b3c4;
}

.pb-modal-fields small {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: -3px;
  color: #3287d6;
  font-size: 12px;
}

.pb-modal-fields button {
  height: 46px;
  margin-top: 6px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: #ffc20f;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(255, 194, 15, .25);
}

.pb-modal-status {
  min-height: 18px;
  font-size: 13px;
  text-align: center;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1500px) {
  .pb-filter-card {
    width: 500px;
    padding: 28px 30px 24px;
  }

  .pb-filter-row {
    gap: 16px;
    margin-bottom: 16px;
  }

  .pb-chip-group {
    gap: 10px 12px;
  }

  .pb-filter-chip {
    padding: 0 10px;
  }

  .pb-price-group {
    gap: 8px 12px;
  }

  .pb-price-group input {
    width: 120px;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .pb-table-head,
  .pb-patent-row {
    grid-template-columns: 2.3fr .8fr .7fr .65fr .75fr .7fr .85fr;
    column-gap: 12px;
  }

  .pb-table-head,
  .pb-patent-row {
    padding-right: 24px;
    padding-left: 24px;
  }

  .pb-table-head > span:first-child {
    padding-left: 72px;
  }

  .pb-bot-entry {
    position: static;
    display: block;
    width: 96px;
    margin: 28px auto 0;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 991.98px) {
  .pb-hero {
    height: auto;
    min-height: 470px;
    padding: 42px 0;
    background-position: 58% center;
  }

  .pb-filter-card {
    width: 100%;
    background: #fff;
  }

  .pb-table-head {
    display: none;
  }

  .pb-patent-list {
    gap: 14px;
    margin-top: 0;
  }

  .pb-patent-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px 18px;
    padding: 20px;
  }

  .pb-patent-title {
    grid-column: 1 / -1;
  }

  .pb-patent-row > span,
  .pb-patent-row > button,
  .pb-patent-row > em {
    justify-self: start;
  }

  .pb-patent-row .pb-buy-btn {
    justify-self: end;
  }

  .pb-bot-entry {
    position: static;
    display: block;
    width: 108px;
    margin: 22px auto 0;
  }

  .pb-pagination {
    flex-wrap: wrap;
  }

  .pb-process-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 20px;
  }

  .pb-process-panel::before,
  .pb-process-step::after {
    display: none;
  }

  .pb-faq-box,
  .pb-guarantee-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pb-faq-content {
    padding: 22px;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .front-consult-dialog.modal-dialog-centered {
    min-height: calc(100% - 16px);
    align-items: flex-start;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .front-consult-card {
    max-height: calc(100vh - 16px);
    overflow-y: auto;
  }

  .front-consult-card::after {
    opacity: .45;
  }

  .front-consult-form label {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .front-consult-form label span {
    padding-left: 0;
  }

  .front-consult-form small,
  .front-consult-form button,
  .front-consult-status {
    width: 100%;
    margin-left: 0;
  }

  .front-consult-benefits ul {
    grid-template-columns: 1fr;
  }

  .pb-section-head h2 {
    font-size: 32px;
  }

  .pb-section-head p {
    font-size: 15px;
  }

  .pb-filter-card {
    padding: 24px 20px;
  }

  .pb-filter-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pb-filter-status {
    margin-left: 0;
  }

  .pb-price-group input {
    width: calc(50% - 18px);
  }

  .pb-process-section,
  .pb-faq-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .pb-process-panel,
  .pb-faq-box,
  .pb-guarantee-grid {
    grid-template-columns: 1fr;
  }

  .pb-process-panel {
    padding: 34px 24px;
  }

  .pb-faq-menu {
    height: auto;
  }

  .pb-faq-answer {
    padding: 24px 20px;
  }

  .pb-faq-answer p {
    display: block;
  }

  .pb-faq-answer p span,
  .pb-faq-answer p i {
    display: inline-grid;
    margin-right: 8px;
    vertical-align: middle;
  }

  .pb-faq-answer p + p {
    padding-left: 0;
  }

  .pb-consult-dialog {
    max-width: calc(100% - 34px);
    margin-right: auto;
    margin-left: auto;
  }

  .pb-modal-close {
    right: -4px;
    top: -38px;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 575.98px) {
  .pb-date-range {
    grid-template-columns: 1fr;
  }

  .pb-date-range span {
    display: none;
  }

  .pb-price-group input {
    width: 100%;
  }

  .pb-patent-row {
    grid-template-columns: 1fr;
  }

  .pb-patent-row .pb-buy-btn {
    justify-self: start;
  }

  .pb-pagination label {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
}
*/

/* Project apply page rebuilt against Lanhu slices */
.project-apply-page {
  background: #fff;
}

.project-hero-section {
  overflow: hidden;
  background: #fff;
}

.project-hero-section img {
  display: block;
  width: 100%;
  height: clamp(320px, 28.5vw, 546px);
  object-fit: cover;
  object-position: top center;
}

.project-design-wrap {
  width: 80%;
  margin: 0 auto;
}

.project-program-section {
  padding: 86px 0 96px;
  background: #fff;
}

.project-program-section-soft {
  padding: 92px 0 110px;
  background: #f0f3ff;
}

.project-section-head {
  margin-bottom: 52px;
  text-align: center;
}

.project-section-head h1,
.project-section-head h2 {
  margin: 0;
  color: #1f2329;
  font-family: "Microsoft YaHei", "MicrosoftYaHei", Arial, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.project-section-head span {
  display: inline-block;
  background: linear-gradient(0deg, #006eff 19.9462890625%, #5d7cff 60.888671875%, #6a52ff 99.4873046875%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.project-section-head p {
  margin: 16px 0 0;
  color: #8a92a4;
  font-size: 16px;
}

.project-card-grid {
  display: grid;
  gap: 28px;
}

.project-card-grid-primary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.project-card-grid-more {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px 36px;
}

.project-program-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #eef3ff;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(36, 93, 176, .12);
}

.project-card-cover {
  position: relative;
  height: 166px;
  overflow: hidden;
  background: #155ee9;
}

.project-card-cover::after {
  display: none;
}

.project-program-card.tone-purple .project-card-cover::after {
  background: linear-gradient(90deg, rgba(109, 72, 243, .76), rgba(155, 63, 229, .62));
}

.project-program-card.tone-cyan .project-card-cover::after {
  background: linear-gradient(90deg, rgba(0, 143, 213, .76), rgba(33, 116, 255, .6));
}

.project-program-card.tone-indigo .project-card-cover::after {
  background: linear-gradient(90deg, rgba(66, 89, 204, .78), rgba(111, 47, 210, .64));
}

.project-card-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card-cover strong {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 2px 8px rgba(17, 40, 112, .24);
}

.project-card-body {
  display: flex;
  min-height: 244px;
  flex-direction: column;
  padding: 26px 30px 30px;
}

.project-card-body h2 {
  margin: 0 0 16px;
  color: #05070c;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.28;
}

.project-card-body ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: #8b96aa;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.project-card-body li {
  position: relative;
  padding-left: 14px;
}

.project-card-body li::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: 4px;
  height: 4px;
  background: #5d8dff;
  content: "";
}

.project-card-body button {
  width: 100%;
  height: 42px;
  margin-top: auto;
  border: 0;
  color: #176fff;
  background: linear-gradient(90deg, #e7e8ff, #d8efff);
  font-size: 15px;
  font-weight: 800;
}

.project-card-body button:hover {
  color: #fff;
  background: #176fff;
}

.project-program-card-small .project-card-cover {
  height: 145px;
}

.project-program-card-small .project-card-cover strong {
  font-size: 0;
}

.project-program-card-small .project-card-body {
  min-height: 118px;
  padding: 19px 22px 22px;
  text-align: center;
}

.project-program-card-small .project-card-body h2 {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 20px;
}

.project-program-card-small .project-card-body button {
  border: 1px solid #176fff;
  background: #fff;
}

.project-program-card-small .project-card-body button:hover {
  background: #176fff;
}

.project-declare-section {
  padding: 94px 0;
  background: #fff;
}

.project-declare-panel {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(360px, .72fr);
  gap: 58px;
  align-items: center;
  overflow: hidden;
  min-height: 420px;
  padding: 58px 72px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(232, 242, 255, .96), rgba(241, 246, 255, .98)),
    url("../images/banner/zlgm.jpg") right center / cover no-repeat;
  box-shadow: 0 18px 46px rgba(39, 98, 199, .12);
}

.project-declare-copy > span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 18px;
  margin-bottom: 18px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(90deg, #006eff, #6a52ff);
  font-size: 18px;
  font-weight: 800;
}

.project-declare-copy h2 {
  max-width: 720px;
  margin: 0;
  color: #1f2329;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25;
}

.project-declare-copy p {
  max-width: 760px;
  margin: 20px 0 0;
  color: #657188;
  font-size: 16px;
  line-height: 1.9;
}

.project-declare-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  color: #324258;
  font-size: 16px;
  list-style: none;
}

.project-declare-copy li {
  position: relative;
  padding-left: 24px;
}

.project-declare-copy li::before {
  position: absolute;
  top: .45em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #006eff, #6a52ff);
  content: "";
}

.project-declare-copy button {
  width: 190px;
  height: 48px;
  margin-top: 34px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(90deg, #006eff, #6a52ff);
  font-size: 17px;
  font-weight: 800;
}

.project-declare-visual {
  justify-self: center;
  width: min(100%, 420px);
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 20px 42px rgba(34, 95, 204, .16);
}

.project-declare-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.project-process-section {
  padding: 96px 0 102px;
  background: #f0f3ff;
}

.project-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.project-process-grid article {
  position: relative;
  min-height: 286px;
  padding: 36px 30px 32px;
  border: 1px solid rgba(215, 225, 250, .9);
  border-radius: 16px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 28px rgba(35, 80, 180, .09);
}

.project-process-grid article:not(:last-child)::after {
  position: absolute;
  top: 94px;
  right: -24px;
  z-index: 2;
  color: #2975ff;
  font-family: "tabler-icons";
  font-size: 28px;
  content: "\ea61";
}

.project-process-grid img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.project-process-grid strong {
  display: block;
  margin: 20px 0 12px;
  color: #1f2329;
  font-size: 22px;
  font-weight: 900;
}

.project-process-grid p {
  margin: 0;
  color: #708098;
  font-size: 15px;
  line-height: 1.7;
}

.project-faq-section {
  padding: 96px 0 102px;
  background: #fff;
}

.project-faq-list {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  gap: 18px;
}

.project-faq-item {
  overflow: hidden;
  border: 1px solid #e3ecff;
  border-radius: 12px;
  background: #f8fbff;
  box-shadow: 0 10px 24px rgba(39, 98, 199, .06);
}

.project-faq-question {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 66px;
  align-items: center;
  padding: 0 64px 0 28px;
  border: 0;
  color: #1f2329;
  background: transparent;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  text-align: left;
}

.project-faq-question::after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #006eff, #6a52ff);
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  transform: translateY(-50%);
  content: "+";
}

.project-faq-item.is-open .project-faq-question::after {
  line-height: 24px;
  content: "-";
}

.project-faq-list p {
  display: none;
  margin: 0;
  padding: 0 28px 26px;
  color: #6f7d95;
  font-size: 15px;
  line-height: 1.85;
}

.project-faq-item.is-open p {
  display: block;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1399.98px) {
  .project-design-wrap {
    width: min(1200px, calc(100% - 40px));
  }

  .project-card-grid-more {
    gap: 28px;
  }

  .project-card-body {
    padding-right: 24px;
    padding-left: 24px;
  }

  .project-program-card-small .project-card-body h2 {
    font-size: 18px;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .project-card-grid-primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-card-grid-more {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-declare-panel {
    grid-template-columns: 1fr;
    padding: 48px;
  }

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

  .project-process-grid article:not(:last-child)::after {
    display: none;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .project-hero-section img {
    height: 300px;
    object-position: left top;
  }

  .project-design-wrap {
    width: min(100% - 28px, 560px);
  }

  .project-program-section,
  .project-program-section-soft {
    padding: 58px 0 68px;
  }

  .project-declare-section,
  .project-process-section,
  .project-faq-section {
    padding: 58px 0 68px;
  }

  .project-section-head {
    margin-bottom: 34px;
  }

  .project-section-head h1,
  .project-section-head h2 {
    font-size: 30px;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  .project-section-head span {
    max-width: 100%;
  }

  .project-card-grid-primary,
  .project-card-grid-more {
    grid-template-columns: 1fr;
  }

  .project-declare-panel {
    gap: 32px;
    min-height: 0;
    padding: 34px 24px;
    border-radius: 14px;
  }

  .project-declare-copy h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .project-declare-copy p,
  .project-declare-copy ul {
    font-size: 14px;
  }

  .project-declare-copy button {
    width: 100%;
  }

  .project-process-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .project-process-grid article {
    min-height: auto;
    padding: 30px 24px;
  }

  .project-faq-list {
    gap: 14px;
  }

  .project-faq-question {
    min-height: 0;
    padding: 18px 54px 18px 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .project-faq-question::after {
    right: 18px;
  }

  .project-faq-list p {
    padding: 0 20px 20px;
    font-size: 14px;
  }
}
*/

/* Project application content pass */
.project-apply-page .project-card-grid-primary {
  gap: 34px 30px;
}

.project-apply-page .project-card-cover {
  height: 166px;
}

.project-apply-page .project-card-cover strong {
  font-size: clamp(20px, 1.45vw, 26px);
  letter-spacing: 0;
}

.project-apply-page .project-card-body {
  min-height: 242px;
}

.project-apply-page .project-card-body h2 {
  min-height: 30px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.project-apply-page .project-card-body li {
  color: #8390a6;
}

.project-apply-page .project-program-card-small .project-card-cover {
  height: 145px;
}

.project-apply-page .project-program-card-small .project-card-cover img {
  object-position: center;
}

.project-apply-page .project-program-card-small .project-card-body {
  min-height: 124px;
}

.project-benefit-section {
  position: relative;
  overflow: hidden;
  padding: 0 0 98px;
  background: #eef2ff;
}

.project-benefit-section::before {
  position: absolute;
  top: -62px;
  right: -8vw;
  left: -8vw;
  height: 280px;
  border-radius: 0 0 50% 50%;
  background:
    linear-gradient(132deg, rgba(111, 91, 255, .9) 0%, rgba(38, 128, 246, .96) 48%, rgba(126, 78, 255, .92) 100%);
  content: "";
}

.project-benefit-section::after {
  position: absolute;
  top: 0;
  left: 28%;
  width: 210px;
  height: 280px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, 0));
  content: "";
  transform: skewX(-28deg);
}

.project-benefit-section .project-design-wrap {
  position: relative;
  z-index: 1;
}

.project-benefit-head {
  min-height: 238px;
  display: grid;
  align-content: center;
  justify-items: center;
  color: #fff;
  text-align: center;
}

.project-benefit-head h2 {
  margin: 0;
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.15;
}

.project-benefit-head p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  font-weight: 700;
}

.project-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 78px);
  min-height: 320px;
  align-items: start;
  margin-top: -22px;
  padding: 70px clamp(38px, 5vw, 78px) 58px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(42, 88, 184, .08);
}

.project-benefit-grid article {
  min-width: 0;
  text-align: center;
}

.project-benefit-grid img {
  display: block;
  width: 86px;
  height: 86px;
  object-fit: contain;
  margin: 0 auto 28px;
}

.project-benefit-grid h3 {
  margin: 0 0 14px;
  color: #1f2329;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.28;
}

.project-benefit-grid p {
  max-width: 260px;
  margin: 0 auto;
  color: #7b8496;
  font-size: 14px;
  line-height: 1.85;
}

.project-apply-page .project-process-section {
  padding: 96px 0 104px;
  background: #eef2ff;
}

.project-apply-page .project-process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 58px);
}

.project-apply-page .project-process-grid article {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.project-apply-page .project-process-grid article:not(:last-child)::after {
  top: 74px;
  right: calc(-1 * clamp(27px, 2.9vw, 44px));
  width: 26px;
  height: 18px;
  background: url("../images/lanhu/project/11-组-9-25x16.png") center / contain no-repeat;
  color: transparent;
  font-size: 0;
  content: "";
}

.project-process-icon {
  position: relative;
  display: grid;
  width: 156px;
  max-width: 100%;
  aspect-ratio: 1;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #dee2ff;
}

.project-process-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.project-process-ticket i {
  color: #1977ff;
  font-size: 58px;
}

.project-apply-page .project-process-grid strong {
  margin: 0 0 12px;
  color: #1f2329;
  font-size: 21px;
}

.project-apply-page .project-process-grid p {
  color: #7b8496;
  font-size: 14px;
  line-height: 1.8;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1399.98px) {
  .project-apply-page .project-card-grid-primary {
    gap: 28px;
  }

  .project-benefit-grid {
    gap: 34px;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .project-apply-page .project-card-grid-primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .project-apply-page .project-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
  }

  .project-apply-page .project-process-grid article:not(:last-child)::after {
    display: none;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .project-benefit-section {
    padding-bottom: 66px;
  }

  .project-benefit-section::before {
    height: 230px;
  }

  .project-benefit-head {
    min-height: 200px;
  }

  .project-benefit-head h2 {
    font-size: 30px;
  }

  .project-benefit-head p {
    font-size: 14px;
  }

  .project-benefit-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: -10px;
    padding: 42px 22px 36px;
  }

  .project-benefit-grid img {
    width: 76px;
    height: 76px;
    margin-bottom: 18px;
  }

  .project-benefit-grid h3 {
    font-size: 20px;
  }

  .project-apply-page .project-card-grid-primary {
    grid-template-columns: 1fr;
  }

  .project-apply-page .project-card-body {
    min-height: 220px;
  }

  .project-apply-page .project-process-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .project-process-icon {
    width: 128px;
  }

  .project-apply-page .project-process-grid strong {
    font-size: 20px;
  }
}
*/

.personal-orders-page {
  min-height: calc(100vh - 68px);
  background: #f5f7fb;
}

.orders-hero {
  padding: 34px 0 24px;
  background:
    radial-gradient(circle at 78% 22%, rgba(35, 120, 255, .14), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #eef6ff 58%, #fff8f0 100%);
}

.orders-hero-inner {
  display: flex;
  min-height: 138px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.orders-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #176fff;
  font-size: 14px;
  font-weight: 800;
}

.orders-hero h1 {
  margin: 0;
  color: #172033;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.18;
}

.orders-hero p {
  max-width: 600px;
  margin: 12px 0 0;
  color: #667085;
  font-size: 15px;
}

.orders-hero-stats {
  display: grid;
  width: min(420px, 40vw);
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #e6edf7;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 34px rgba(23, 111, 255, .09);
}

.orders-hero-stats div {
  padding: 22px 18px;
  text-align: center;
}

.orders-hero-stats div + div {
  border-left: 1px solid #edf1f7;
}

.orders-hero-stats strong {
  display: block;
  color: #176fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.orders-hero-stats span {
  display: block;
  margin-top: 8px;
  color: #6b7588;
  font-size: 13px;
}

.orders-workspace {
  padding: 28px 0 74px;
}

.orders-layout {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.orders-side,
.orders-main,
.order-summary-card,
.order-progress-card,
.order-todo-card,
.order-state-card,
.order-section-card {
  border: 1px solid #e7edf6;
  background: #fff;
  box-shadow: 0 14px 35px rgba(31, 61, 118, .07);
}

.orders-side {
  position: sticky;
  top: 90px;
  padding: 16px;
}

.orders-side-title {
  margin-bottom: 12px;
  color: #1d2738;
  font-size: 16px;
  font-weight: 900;
}

.orders-side-link {
  display: grid;
  width: 100%;
  min-height: 44px;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border: 0;
  color: #475467;
  background: transparent;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}

.orders-side-link i {
  color: #98a2b3;
  font-size: 18px;
}

.orders-side-link em {
  min-width: 24px;
  height: 22px;
  border-radius: 999px;
  color: #697586;
  background: #f0f3f8;
  font-style: normal;
  line-height: 22px;
  text-align: center;
}

.orders-side-link.is-active {
  color: #176fff;
  background: #edf5ff;
}

.orders-side-link.is-active i,
.orders-side-link.is-active em {
  color: #176fff;
}

.orders-main {
  overflow: hidden;
}

.orders-main-toolbar {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 22px;
  border-bottom: 1px solid #edf1f7;
}

.orders-type-tabs {
  display: flex;
  min-width: 0;
  gap: 26px;
  overflow-x: auto;
}

.orders-type-tabs button,
.order-detail-tabs button {
  position: relative;
  border: 0;
  color: #1d2738;
  background: transparent;
  white-space: nowrap;
  font-weight: 900;
}

.orders-type-tabs button {
  min-height: 76px;
  padding: 0;
  font-size: 18px;
}

.orders-type-tabs button::after,
.order-detail-tabs button::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #176fff;
  content: "";
  transition: width .18s ease;
}

.orders-type-tabs button.is-active,
.order-detail-tabs button.is-active {
  color: #176fff;
}

.orders-type-tabs button.is-active::after,
.order-detail-tabs button.is-active::after {
  width: 100%;
}

.orders-search {
  display: flex;
  width: min(280px, 36vw);
  flex: 0 0 auto;
  border: 1px solid #dfe6f0;
  background: #fff;
}

.orders-search input {
  min-width: 0;
  flex: 1;
  height: 36px;
  border: 0;
  padding: 0 12px;
  outline: 0;
  color: #1d2738;
  font-size: 14px;
}

.orders-search button {
  width: 42px;
  border: 0;
  color: #667085;
  background: #fff;
  font-size: 19px;
}

.orders-table-head {
  display: grid;
  grid-template-columns: 180px minmax(330px, 1fr) 190px 220px 150px;
  align-items: center;
  min-height: 42px;
  padding: 0 22px;
  color: #6f7888;
  background: #fafafa;
  font-size: 15px;
}

.orders-item {
  border-top: 1px solid #edf1f7;
  background: #fff;
}

.orders-item[hidden] {
  display: none;
}

.orders-item-meta {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(220px, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 40px;
  padding: 0 22px;
  color: #667085;
  background: #fbfcfe;
  font-size: 13px;
}

.orders-item-meta b {
  justify-self: start;
  padding: 2px 7px;
  color: #fff;
  background: #176fff;
  font-size: 12px;
  line-height: 1.35;
}

.orders-item-grid {
  display: grid;
  grid-template-columns: minmax(330px, 1fr) 190px 220px 150px;
  align-items: stretch;
  min-height: 156px;
}

.orders-item-grid > div {
  padding: 22px;
}

.orders-item-grid > div + div {
  border-left: 1px solid #edf1f7;
}

.orders-item-detail {
  display: flex;
  gap: 16px;
  align-items: center;
}

.orders-item-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
  color: #176fff;
  background: #eff6ff;
  font-size: 28px;
}

.orders-item-detail h2 {
  margin: 0 0 10px;
  color: #1f2937;
  font-size: 17px;
  font-weight: 900;
}

.orders-item-detail p {
  margin: 4px 0 0;
  color: #667085;
  font-size: 13px;
}

.orders-money,
.orders-status,
.orders-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.orders-money span {
  color: #98a2b3;
  font-size: 14px;
}

.orders-money strong {
  margin-top: 8px;
  color: #176fff;
  font-size: 15px;
}

.order-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 800;
}

.order-badge-warning {
  color: #b54708;
  background: #fff4e5;
}

.order-badge-primary {
  color: #176fff;
  background: #eef5ff;
}

.order-badge-success {
  color: #079455;
  background: #e9fbf2;
}

.order-badge-muted {
  color: #667085;
  background: #f1f3f6;
}

.orders-status small {
  margin-top: 10px;
  color: #667085;
  font-size: 13px;
}

.orders-pay-btn,
.orders-detail-link {
  display: inline-flex;
  width: fit-content;
  min-width: 86px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.orders-pay-btn {
  color: #fff;
  background: #176fff;
}

.orders-pay-btn:hover {
  color: #fff;
  background: #0754df;
}

.orders-detail-link {
  margin-top: 12px;
  color: #1d2738;
}

.orders-detail-link:hover {
  color: #176fff;
}

.orders-empty {
  display: grid;
  min-height: 190px;
  place-items: center;
  color: #98a2b3;
  text-align: center;
}

.orders-empty i {
  font-size: 42px;
}

.orders-empty p {
  margin: 10px 0 0;
}

.orders-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 28px 0 30px;
}

.orders-pagination button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #d9e2f0;
  color: #1d2738;
  background: #fff;
  font-weight: 700;
}

.orders-pagination button.is-active {
  border-color: #176fff;
  color: #176fff;
}

.orders-pagination button:disabled {
  color: #c0c8d3;
  background: #f7f9fc;
}

.order-detail-top {
  padding: 26px 0 28px;
  background: #f1f5fb;
}

.order-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  color: #667085;
  font-weight: 800;
}

.order-back-link:hover {
  color: #176fff;
}

.order-summary-card {
  padding: 28px 30px 22px;
}

.order-summary-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.order-summary-title h1 {
  margin: 0;
  color: #1d2738;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}

.order-summary-title p {
  margin: 10px 0 0;
  color: #667085;
  font-size: 16px;
}

.order-summary-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.order-summary-tags span {
  min-height: 28px;
  padding: 4px 12px;
  border: 1px solid #8cb6ff;
  color: #176fff;
  background: #eef5ff;
  font-size: 13px;
  font-weight: 800;
}

.order-summary-tags span:first-child {
  border-color: #176fff;
  color: #fff;
  background: #176fff;
}

.order-customer-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.order-customer-line span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  color: #176fff;
  background: #eef5ff;
  font-size: 14px;
  font-weight: 800;
}

.order-progress-card {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  margin-top: 18px;
  padding: 28px 54px;
}

.order-progress-step {
  display: grid;
  gap: 10px;
  justify-items: center;
  color: #98a2b3;
  font-size: 14px;
}

.order-progress-step i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #d9dee8;
  font-size: 16px;
}

.order-progress-step.is-done,
.order-progress-step.is-active {
  color: #176fff;
}

.order-progress-step.is-done i,
.order-progress-step.is-active i {
  background: #176fff;
}

.order-progress-line {
  height: 4px;
  background: #e8ebf0;
}

.order-progress-line.is-done,
.order-progress-line.is-active {
  background: #176fff;
}

.order-todo-card {
  margin-top: 18px;
  padding: 26px 30px;
}

.order-todo-card h2 {
  margin: 0;
  color: #1d2738;
  font-size: 22px;
  font-weight: 900;
}

.order-todo-card h2::before,
.order-section-title span {
  display: inline-block;
  width: 4px;
  height: 26px;
  margin-right: 12px;
  background: #176fff;
  vertical-align: middle;
  content: "";
}

.order-todo-card p {
  margin: 8px 0 0 16px;
  color: #667085;
}

.order-todo-message {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
  padding: 20px 24px;
  background: #f1f7ff;
}

.order-todo-message i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #176fff;
  font-size: 20px;
}

.order-todo-message span {
  color: #1f2937;
  font-size: 16px;
}

.order-todo-message a {
  display: inline-flex;
  min-width: 96px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #176fff;
  font-weight: 900;
}

.order-state-card {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-top: 18px;
  padding: 22px 26px;
}

.order-state-card div {
  padding: 0 18px;
}

.order-state-card div + div {
  border-left: 1px solid #edf1f7;
}

.order-state-card strong,
.order-info-grid strong {
  display: block;
  color: #1d2738;
  font-size: 14px;
  font-weight: 900;
}

.order-state-card span,
.order-info-grid span {
  display: block;
  margin-top: 9px;
  color: #667085;
  font-size: 15px;
}

.order-detail-content {
  padding: 22px 0 72px;
}

.order-detail-tabs {
  display: flex;
  gap: 48px;
  overflow-x: auto;
  border-bottom: 1px solid #e1e7f0;
  background: #fff;
  padding: 0 30px;
}

.order-detail-tabs button {
  min-height: 68px;
  padding: 0;
  font-size: 18px;
}

.order-detail-panel {
  display: none;
}

.order-detail-panel.is-active {
  display: block;
}

.order-section-card {
  margin-top: 18px;
  padding: 28px 30px 32px;
}

.order-section-title {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.order-section-title h2 {
  margin: 0;
  color: #1d2738;
  font-size: 22px;
  font-weight: 900;
}

.order-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.order-info-grid div {
  min-height: 78px;
  padding: 15px 18px;
  border: 1px solid #e4eaf3;
  background: #fbfcff;
}

.order-info-grid .is-wide {
  grid-column: span 3;
}

.order-data-table {
  border: 1px solid #e6ebf3;
  overflow-x: auto;
}

.order-data-head,
.order-data-row {
  display: grid;
  grid-template-columns: 1.4fr .9fr .9fr 1.2fr .9fr .8fr;
  min-width: 780px;
}

.order-data-table-six .order-data-head,
.order-data-table-six .order-data-row {
  grid-template-columns: 1.1fr .9fr .9fr 1fr .8fr 1fr;
}

.order-data-head {
  color: #1d2738;
  background: #f4f4f4;
  font-size: 14px;
  font-weight: 900;
}

.order-data-head span,
.order-data-row span,
.order-data-row a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-right: 1px solid #eceff4;
  border-bottom: 1px solid #eceff4;
  text-align: center;
}

.order-data-row span:first-child {
  justify-content: flex-start;
  text-align: left;
}

.order-data-row a {
  color: #176fff;
  font-weight: 800;
}

.order-file-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.order-file-row {
  display: grid;
  min-height: 58px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid #e4eaf3;
  background: #fbfcff;
}

.order-file-row span {
  color: #1d2738;
  font-size: 15px;
  font-weight: 800;
}

.order-file-row em {
  color: #667085;
  font-size: 13px;
  font-style: normal;
}

.order-file-row a {
  display: inline-flex;
  min-width: 54px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  color: #176fff;
  font-size: 13px;
  font-weight: 900;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .orders-table-head {
    display: none;
  }

  .orders-item-grid {
    grid-template-columns: minmax(0, 1fr) 180px 180px 128px;
  }

  .order-state-card {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 18px;
  }

  .order-state-card div:nth-child(4) {
    border-left: 0;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 991.98px) {
  .orders-hero-inner,
  .order-summary-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .orders-hero-stats {
    width: 100%;
  }

  .orders-layout {
    grid-template-columns: 1fr;
  }

  .orders-side {
    position: static;
    display: grid;
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    overflow-x: auto;
  }

  .orders-side-title {
    display: none;
  }

  .orders-main-toolbar {
    align-items: stretch;
    flex-direction: column;
    padding: 16px;
  }

  .orders-type-tabs button {
    min-height: 42px;
    font-size: 16px;
  }

  .orders-search {
    width: 100%;
  }

  .orders-item-grid {
    grid-template-columns: 1fr 1fr;
  }

  .orders-item-grid > div + div {
    border-left: 0;
    border-top: 1px solid #edf1f7;
  }

  .orders-item-grid > div:nth-child(2n) {
    border-left: 1px solid #edf1f7;
  }

  .order-progress-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px;
  }

  .order-progress-line {
    width: 4px;
    height: 24px;
    justify-self: center;
  }

  .order-info-grid,
  .order-file-grid {
    grid-template-columns: 1fr;
  }

  .order-info-grid .is-wide {
    grid-column: auto;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .orders-hero {
    padding: 24px 0 18px;
  }

  .orders-hero h1 {
    font-size: 30px;
  }

  .orders-workspace {
    padding: 22px 0 52px;
  }

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

  .orders-hero-stats div + div {
    border-top: 1px solid #edf1f7;
    border-left: 0;
  }

  .orders-side {
    grid-template-columns: repeat(4, 150px);
    padding: 10px;
  }

  .orders-item-meta {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 16px;
  }

  .orders-item-grid {
    grid-template-columns: 1fr;
  }

  .orders-item-grid > div:nth-child(2n) {
    border-left: 0;
  }

  .orders-item-grid > div {
    padding: 18px 16px;
  }

  .orders-item-detail {
    align-items: flex-start;
  }

  .orders-actions {
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
  }

  .orders-detail-link {
    margin-top: 0;
  }

  .order-summary-card,
  .order-todo-card,
  .order-section-card {
    padding: 22px 18px;
  }

  .order-summary-title h1 {
    font-size: 25px;
  }

  .order-todo-message {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .order-todo-message a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .order-state-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .order-state-card div {
    padding: 12px 0;
  }

  .order-state-card div + div {
    border-top: 1px solid #edf1f7;
    border-left: 0;
  }

  .order-detail-tabs {
    gap: 26px;
    padding: 0 18px;
  }

  .order-detail-tabs button {
    min-height: 54px;
    font-size: 16px;
  }
}
*/

.front-site .service-tags {
  gap: 0;
  margin-bottom: 16px;
}

.front-site .service-tags span {
  padding: 0;
}

.front-site .vs-content {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.front-site .vs-list {
  width: 100%;
  /* max-width: 100%; */
  --vs-row-min: 500px;
  --vs-row-max: 700px;
}

.front-site .vs-buy .vs-list {
  width: 100%;
  --vs-row-min: 500px;
  --vs-row-max: 700px;
  margin-left: auto;
}
.container-xl{
  width: 80% !important;
  max-width: 80%;
}

.section-head-rich {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 0 14px;
  border: 1px solid rgba(35, 120, 255, .16);
  border-radius: 999px;
  color: #176fff;
  background: #eef6ff;
  font-size: 13px;
  font-weight: 900;
}

.vs-section {
  position: relative;
  padding: 84px 0 92px;
  background:
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.vs-section .container-xl,
.reason-section .container-xl {
  width: min(1500px, calc(100% - 48px)) !important;
  max-width: 1500px;
  padding-right: 0;
  padding-left: 0;
}

.vs-compare-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 172px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 44px;
}

.vs-path {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 42px;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 24px 54px rgba(29, 84, 197, .18);
  transition: transform .22s ease, box-shadow .22s ease;
}

.vs-path:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 62px rgba(29, 84, 197, .23);
}

.vs-path-apply {
  background: linear-gradient(135deg, #1f69ff 0%, #6d95ff 100%);
}

.vs-path-buy {
  background: linear-gradient(135deg, #565fff 0%, #7a78ff 100%);
}

.vs-path-head {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 18px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .32);
}

.vs-path-icon {
  display: grid;
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 34px;
}

.vs-path-head em {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.vs-path-head h3 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}

.vs-feature-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.vs-feature-list li {
  display: grid;
  min-width: 0;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .92);
  font-size: 15px;
  line-height: 1.65;
}

.vs-feature-list i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #176fff;
  background: #fff;
  font-size: 16px;
}

.vs-feature-list strong {
  color: #fff;
  font-weight: 900;
}

.vs-action {
  display: inline-flex;
  width: fit-content;
  min-height: 50px;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 0 28px;
  border-radius: 8px;
  color: #172033;
  background: #ffbd16;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(255, 189, 22, .24);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.vs-action:hover {
  color: #172033;
  background: #ffcf3d;
  box-shadow: 0 18px 34px rgba(255, 189, 22, .3);
  transform: translateX(3px);
}

.vs-decision {
  align-self: center;
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 26px 18px;
  border: 1px solid rgba(207, 222, 246, .92);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 42px rgba(25, 93, 180, .12);
  text-align: center;
}

.vs-mark {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 8px solid #eef6ff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #2378ff, #46b4ff);
  font-size: 33px;
  font-style: italic;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(35, 120, 255, .22);
}

.vs-decision p {
  margin: 0;
  color: #24314d;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.55;
}

.vs-decision-tags {
  display: grid;
  gap: 8px;
  width: 100%;
}

.vs-decision-tags b {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #176fff;
  background: #edf6ff;
  font-size: 13px;
}

.reason-section {
  position: relative;
  padding: 86px 0 92px;
  background:
    linear-gradient(180deg, #f6f9ff 0%, #eef6ff 100%);
}

.reason-showcase {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 42px;
}

.reason-hub,
.reason-card {
  border: 1px solid rgba(207, 222, 246, .86);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 44px rgba(25, 93, 180, .1);
}

.reason-hub {
  display: grid;
  align-content: space-between;
  min-width: 0;
  overflow: hidden;
  padding: 38px 34px 30px;
}

.reason-hub-copy span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #176fff;
  background: #edf6ff;
  font-size: 13px;
  font-weight: 900;
}

.reason-hub-copy strong {
  display: block;
  margin-top: 18px;
  color: #16213a;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.18;
}

.reason-hub-copy p {
  max-width: 380px;
  margin: 14px 0 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.75;
}

.reason-hub-assets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
  margin-top: 34px;
}

.reason-hub-assets img {
  display: block;
  width: 100%;
  min-width: 0;
  height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(35, 120, 255, .12));
  transition: transform .22s ease;
}

.reason-hub:hover .reason-hub-assets img:nth-child(1) {
  transform: translateY(-5px);
}

.reason-hub:hover .reason-hub-assets img:nth-child(2) {
  transform: translateY(-9px);
}

.reason-hub:hover .reason-hub-assets img:nth-child(3) {
  transform: translateY(-4px);
}

.reason-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.reason-card {
  position: relative;
  min-width: 0;
  padding: 30px 28px 28px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.reason-card:hover {
  border-color: rgba(35, 120, 255, .28);
  box-shadow: 0 24px 54px rgba(25, 93, 180, .14);
  transform: translateY(-4px);
}

.reason-card-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #2378ff, #25b4e8);
  font-size: 28px;
  box-shadow: 0 12px 24px rgba(35, 120, 255, .18);
}

.reason-card h3 {
  margin: 20px 0 14px;
  color: #151f35;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
}

.reason-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: #536179;
  font-size: 15px;
  line-height: 1.55;
  list-style: none;
}

.reason-card li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
}

.reason-card li::before {
  color: #176fff;
  font-family: "tabler-icons";
  content: "\ea5e";
  line-height: 1.55;
}

.reason-section .reason-note {
  position: static;
  margin: 22px 0 0;
  color: #6f7d95;
  font-size: 12px;
  text-align: left;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .vs-section .container-xl,
  .reason-section .container-xl {
    width: min(100% - 40px, 1100px) !important;
  }

  .vs-compare-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vs-decision {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }

  .vs-decision-tags {
    display: flex;
    width: auto;
    flex-wrap: wrap;
  }

  .reason-showcase {
    grid-template-columns: 1fr;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .vs-section,
  .reason-section {
    padding: 58px 0 64px;
  }

  .vs-section .container-xl,
  .reason-section .container-xl {
    width: min(100% - 28px, 640px) !important;
  }

  .section-head-rich {
    max-width: none;
  }

  .section-kicker {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .section-head-rich .section-subtitle {
    font-size: 14px;
    line-height: 1.7;
  }

  .vs-compare-grid,
  .reason-showcase {
    margin-top: 30px;
  }

  .vs-path {
    padding: 26px 20px 22px;
  }

  .vs-path-head {
    gap: 14px;
    padding-bottom: 20px;
  }

  .vs-path-icon {
    width: 50px;
    height: 50px;
    font-size: 26px;
  }

  .vs-path-head em {
    font-size: 12px;
  }

  .vs-path-head h3 {
    font-size: 25px;
  }

  .vs-feature-list {
    gap: 10px;
    margin-top: 20px;
  }

  .vs-feature-list li {
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.58;
  }

  .vs-action {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    margin-top: 22px;
    font-size: 16px;
  }

  .vs-decision {
    padding: 18px 16px;
    text-align: left;
  }

  .vs-mark {
    width: 64px;
    height: 64px;
    border-width: 5px;
    font-size: 23px;
  }

  .vs-decision p {
    flex: 1 1 140px;
    font-size: 14px;
  }

  .vs-decision-tags {
    display: none;
  }

  .reason-hub {
    padding: 26px 20px 22px;
  }

  .reason-hub-copy strong {
    font-size: 26px;
  }

  .reason-hub-assets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }

  .reason-hub-assets img {
    height: 112px;
  }

  .reason-hub-assets img:nth-child(3) {
    grid-column: 1 / -1;
    width: 58%;
    margin: -8px auto 0;
  }

  .reason-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .reason-card {
    padding: 24px 20px;
  }

  .reason-card-icon {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }

  .reason-card h3 {
    margin-top: 16px;
    font-size: 21px;
  }

  .reason-card ul {
    font-size: 14px;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 399.98px) {
  .vs-path-head {
    align-items: flex-start;
  }

  .vs-feature-list li {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .reason-hub-assets img:nth-child(3) {
    width: 72%;
  }
}
*/

/* Homepage service comparison and reasons: responsive production pass */
.vs-section {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(64px, 6.5vw, 104px) 0 clamp(70px, 7vw, 112px);
  background:
    radial-gradient(circle at 50% 64%, rgba(35, 120, 255, .08) 0 22%, transparent 46%),
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.vs-section .container-xl,
.reason-section .container-xl {
  /* width: min(1440px, calc(100% - 48px)) !important; */
  /* max-width: 1440px; */
}

.section-head-rich {
  max-width: 760px;
  text-align: center;
}

.section-head-rich .section-title {
  margin-bottom: 12px;
  color: #071833;
  font-weight: 900;
  letter-spacing: 0;
}

.section-head-rich .section-subtitle {
  max-width: 680px;
  margin: 0 auto;
  color: #52647e;
}

.section-kicker {
  min-height: 28px;
  padding: 0 14px;
  border-color: rgba(35, 120, 255, .18);
  background: #eef7ff;
  color: #1474ff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .76);
}

.vs-compare-grid {
  grid-template-columns: minmax(0, 1fr) minmax(124px, 156px) minmax(0, 1fr);
  gap: clamp(18px, 2.1vw, 34px);
  align-items: center;
  max-width: 1220px;
  margin: clamp(34px, 4vw, 54px) auto 0;
}

.vs-path {
  min-height: 458px;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, .28);
  box-shadow: 0 28px 70px rgba(33, 89, 195, .18);
}

.vs-path::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, .28), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .14), transparent 48%);
  content: "";
}

.vs-path > * {
  position: relative;
  z-index: 1;
}

.vs-path-apply {
  background: linear-gradient(145deg, #236cff 0%, #78a0ff 100%);
}

.vs-path-buy {
  background: linear-gradient(145deg, #575cff 0%, #7771ff 100%);
}

.vs-path-head {
  min-height: 94px;
  padding-bottom: 24px;
}

.vs-path-head h3 {
  font-size: clamp(27px, 2.2vw, 36px);
  letter-spacing: 0;
}

.vs-feature-list {
  gap: 12px;
}

.vs-feature-list li {
  min-height: 52px;
  align-items: center;
  padding: 12px 16px;
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
}

.vs-action {
  min-width: 148px;
  margin-top: 22px;
  justify-content: center;
}

.vs-decision {
  position: relative;
  min-height: 248px;
  padding: 24px 16px;
  border-color: rgba(190, 213, 246, .96);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 251, 255, .95));
  box-shadow: 0 24px 58px rgba(17, 89, 190, .14);
}

.vs-decision::before,
.vs-decision::after {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 34px;
  background: linear-gradient(180deg, transparent, rgba(23, 111, 255, .32), transparent);
  content: "";
}

.vs-decision::before {
  top: -34px;
}

.vs-decision::after {
  bottom: -34px;
}

.vs-mark {
  width: 86px;
  height: 86px;
  border: 7px solid #f3f8ff;
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 255, 255, .34), transparent 31%),
    linear-gradient(145deg, #176fff, #36b4ff);
}

.vs-section-foot {
  display: flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  margin: clamp(38px, 5vw, 60px) auto 0;
  padding: 0 18px;
  border: 1px solid rgba(35, 120, 255, .18);
  border-radius: 999px;
  color: #1474ff;
  background: rgba(238, 247, 255, .86);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(35, 120, 255, .08);
}

.reason-section {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(64px, 6.4vw, 94px) 0 clamp(70px, 7vw, 104px);
  background:
    radial-gradient(circle at 50% 88%, rgba(35, 120, 255, .08) 0 22%, transparent 42%),
    linear-gradient(180deg, #f4f8ff 0%, #eef6ff 100%);
}

.reason-section::before {
  position: absolute;
  z-index: -1;
  top: 150px;
  left: 50%;
  width: min(1180px, 86vw);
  aspect-ratio: 1 / .58;
  border: 90px solid rgba(35, 120, 255, .045);
  border-radius: 50%;
  transform: translateX(-50%);
  content: "";
}

.reason-showcase {
  grid-template-columns: minmax(420px, .92fr) minmax(0, 1.28fr);
  gap: clamp(22px, 2.2vw, 28px);
  /* max-width: 1220px; */
  margin: clamp(34px, 4vw, 50px) auto 0;
}

.reason-hub,
.reason-card {
  border-color: rgba(196, 216, 244, .9);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 48px rgba(31, 90, 177, .08);
}

.reason-hub {
  min-height: 420px;
  padding: clamp(28px, 3vw, 42px);
}

.reason-hub-copy span {
  min-height: 28px;
  background: #eef7ff;
  color: #1474ff;
}

.reason-hub-copy strong {
  font-size: clamp(28px, 2.7vw, 40px);
  letter-spacing: 0;
}

.reason-hub-assets {
  align-items: end;
  gap: clamp(10px, 1.4vw, 18px);
}

.reason-hub-assets img {
  height: clamp(118px, 11vw, 164px);
}

.reason-card-grid {
  gap: clamp(18px, 2vw, 24px);
}

.reason-card {
  min-height: 198px;
  padding: clamp(26px, 2.5vw, 34px);
}

.reason-card-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(145deg, #1574ff, #26b7e8);
}

.reason-card h3 {
  color: #071833;
  letter-spacing: 0;
}

.reason-card ul {
  color: #334867;
}

.reason-section .reason-note {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .vs-compare-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .vs-path {
    min-height: auto;
  }

  .vs-decision {
    min-height: auto;
  }

  .vs-decision::before,
  .vs-decision::after {
    display: none;
  }

  .reason-showcase {
    grid-template-columns: 1fr;
    max-width: 860px;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .vs-section .container-xl,
  .reason-section .container-xl {
    width: min(100% - 28px, 640px) !important;
  }

  body.front-site {
    padding-bottom: 74px;
  }

  .float-tools {
    right: 14px;
    bottom: 12px;
    left: 14px;
    top: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(197, 217, 245, .82);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 42px rgba(21, 72, 150, .18);
    transform: none;
    backdrop-filter: blur(12px);
  }

  .float-tools a,
  .float-tools button,
  .float-tools a:not(:first-child),
  .float-tools button:not(:first-child) {
    display: grid;
    width: auto;
    height: 48px;
    margin-top: 0;
    border: 0;
    border-radius: 12px !important;
    box-shadow: none;
  }

  .vs-compare-grid,
  .reason-showcase {
    margin-top: 28px;
  }

  .vs-path {
    padding: 24px 18px;
  }

  .vs-path-head {
    min-height: 0;
  }

  .vs-feature-list li {
    min-height: 0;
  }

  .vs-section-foot {
    width: 100%;
    min-height: 34px;
    padding: 4px 14px;
    text-align: center;
  }

  .reason-section::before {
    top: 210px;
    width: 740px;
    border-width: 54px;
  }

  .reason-hub {
    min-height: 0;
  }

  .reason-hub-assets {
    grid-template-columns: repeat(3, minmax(82px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .reason-hub-assets img,
  .reason-hub-assets img:nth-child(3) {
    grid-column: auto;
    width: 100%;
    min-width: 82px;
    height: 112px;
    margin: 0;
  }

  .reason-card {
    min-height: 0;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (prefers-reduced-motion: reduce) {
  .vs-path,
  .vs-action,
  .reason-card,
  .reason-hub-assets img {
    transition: none;
  }
}
*/

/* Old homepage service and comparison refinement */
#services .row {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(22px, 2.1vw, 38px);
  align-items: stretch;
  margin-right: 0;
  margin-left: 0;
}

#services .row > .col-md-4 {
  flex: 1 1 0;
  width: auto;
  max-width: none;
  min-width: 0;
  padding-right: 0;
  padding-left: 0;
}

#services .service-card {
  width: 100%;
}

.vs-route-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(118px, 150px) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: stretch;
  max-width: 1280px;
  margin: clamp(34px, 4vw, 54px) auto 0;
}

.vs-route-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 430px;
  grid-template-columns: minmax(0, 1fr) minmax(156px, .72fr);
  gap: clamp(18px, 2vw, 28px);
  overflow: hidden;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(193, 215, 247, .92);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 26px 64px rgba(31, 90, 177, .12);
}

.vs-route-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .74), transparent 42%),
    radial-gradient(circle at 86% 14%, rgba(35, 120, 255, .13), transparent 28%);
  content: "";
}

.vs-route-card > * {
  position: relative;
  z-index: 1;
}

.vs-route-apply {
  background:
    linear-gradient(140deg, #fff 0%, #f7faff 46%, #eef4ff 100%);
}

.vs-route-buy {
  background:
    linear-gradient(140deg, #fff 0%, #f6fcff 42%, #ebf8ff 100%);
}

.vs-route-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.vs-route-label {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(35, 120, 255, .18);
  border-radius: 999px;
  color: #176fff;
  background: rgba(238, 247, 255, .9);
  font-size: 13px;
  font-weight: 900;
}

.vs-route-buy .vs-route-label {
  border-color: rgba(20, 184, 166, .2);
  color: #087e8b;
  background: rgba(236, 253, 255, .92);
}

.vs-route-copy h3 {
  margin: 18px 0 12px;
  color: #071833;
  font-size: clamp(30px, 2.5vw, 40px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.16;
}

.vs-route-copy p {
  margin: 0;
  color: #45566f;
  font-size: 15px;
  line-height: 1.85;
}

.vs-route-facts {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
}

.vs-route-facts div {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(203, 220, 244, .72);
  border-radius: 10px;
  background: rgba(255, 255, 255, .72);
}

.vs-route-facts dt {
  margin-bottom: 4px;
  color: #176fff;
  font-size: 13px;
  font-weight: 900;
}

.vs-route-buy .vs-route-facts dt {
  color: #087e8b;
}

.vs-route-facts dd {
  margin: 0;
  color: #25324a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.vs-route-card .vs-action {
  min-width: 144px;
  min-height: 46px;
  margin-top: 24px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #176fff, #36a9ff);
  box-shadow: 0 14px 30px rgba(35, 120, 255, .2);
}

.vs-route-buy .vs-action {
  background: linear-gradient(135deg, #087e8b, #2ec4b6);
  box-shadow: 0 14px 30px rgba(8, 126, 139, .18);
}

.vs-route-card .vs-action:hover {
  color: #fff;
  background: linear-gradient(135deg, #075ce0, #208eff);
}

.vs-route-buy .vs-action:hover {
  background: linear-gradient(135deg, #046d78, #16ad9e);
}

.vs-route-visual {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 320px;
  align-self: stretch;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .32)),
    radial-gradient(circle at 50% 68%, rgba(35, 120, 255, .18), transparent 48%);
}

.vs-route-buy .vs-route-visual {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .32)),
    radial-gradient(circle at 50% 68%, rgba(46, 196, 182, .2), transparent 48%);
}

.vs-route-visual::before,
.vs-route-visual::after {
  position: absolute;
  inset: auto 20px 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(35, 120, 255, .32), transparent);
  content: "";
}

.vs-route-visual::after {
  inset: 36px 46px auto;
  opacity: .6;
}

.vs-route-visual img {
  display: block;
  width: min(105%, 320px);
  max-height: 252px;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(35, 120, 255, .15));
}

.vs-route-visual span,
.vs-route-visual b {
  position: absolute;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #176fff;
  background: rgba(255, 255, 255, .88);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(31, 90, 177, .1);
}

.vs-route-visual span {
  top: 22px;
  left: 18px;
}

.vs-route-visual b {
  right: 18px;
  bottom: 22px;
  color: #0f766e;
}

.vs-route-decision {
  position: relative;
  align-self: center;
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  padding: 20px 14px;
  border: 1px solid rgba(200, 220, 248, .96);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 48px rgba(31, 90, 177, .11);
  text-align: center;
}

.vs-route-decision img {
  display: block;
  width: min(100%, 100px);
  height: auto;
  filter: drop-shadow(0 16px 20px rgba(35, 120, 255, .14));
}

.vs-route-decision strong {
  color: #071833;
  font-size: 18px;
  font-weight: 900;
}

.vs-route-decision p {
  margin: 0;
  color: #52647e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.vs-route-note {
  display: flex;
  width: fit-content;
  max-width: min(100%, 760px);
  min-height: 42px;
  align-items: center;
  gap: 10px;
  margin: clamp(28px, 3.6vw, 42px) auto 0;
  padding: 8px 18px;
  border: 1px solid rgba(35, 120, 255, .16);
  border-radius: 999px;
  color: #27405f;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 16px 34px rgba(35, 120, 255, .08);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}

.vs-route-note i {
  color: #176fff;
  font-size: 20px;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .vs-route-stage {
    grid-template-columns: 1fr;
    max-width: 820px;
  }

  .vs-route-decision {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    text-align: left;
  }

  .vs-route-decision img {
    width: 72px;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 991.98px) {
  #services .row {
    flex-wrap: wrap;
  }

  #services .row > .col-md-4 {
    flex: 1 1 calc(50% - 14px);
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  #services .row {
    flex-direction: column;
  }

  #services .row > .col-md-4 {
    flex: 1 1 auto;
    width: 100%;
  }

  .vs-route-card {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .vs-route-visual {
    min-height: 210px;
  }

  .vs-route-visual img {
    width: min(92%, 260px);
    max-height: 190px;
  }

  .vs-route-decision {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .vs-route-note {
    width: 100%;
    align-items: flex-start;
    border-radius: 12px;
    text-align: left;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 399.98px) {
  .vs-route-decision {
    display: grid;
    justify-items: start;
  }

  .vs-route-decision img {
    width: 64px;
  }
}
*/

/* 0625 feedback integration: old front + selected new modules */
.front-header {
  border-bottom: 1px solid rgba(219, 232, 250, .92);
  box-shadow: 0 10px 28px rgba(20, 73, 130, .06);
}

.front-header .container-xl {
  gap: clamp(28px, 5vw, 96px);
}

.front-nav-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 18px;
}

.front-nav-phone {
  color: var(--front-blue);
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.front-nav-phone:hover {
  color: var(--front-blue-dark);
}

.front-footer {
  padding: 22px 0;
  color: #52657d;
  background: linear-gradient(180deg, #eef7ff 0%, #e4f2ff 100%);
  text-align: left;
}

.front-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.front-footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.front-footer-brand img {
  width: 142px;
  height: auto;
}

.front-footer-brand span {
  color: #1b2d45;
  font-size: 13px;
  font-weight: 800;
}

.front-footer-meta {
  display: grid;
  gap: 4px;
  justify-items: end;
  color: #6b7c92;
  font-size: 12px;
  line-height: 1.5;
}

.float-tools {
  border: 1px solid rgba(207, 226, 246, .92);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(20, 70, 140, .16);
}

.float-tools a,
.float-tools button {
  box-shadow: none;
}

.float-tools i {
  color: currentColor;
}

.agency-money-row {
  counter-reset: agency-step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  min-height: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}


.agency-money-step:nth-child(1) {
  counter-increment: agency-step;
  min-height: 150px;
  padding: 34px 34px 30px 104px;
  background:url(../images/lanhu/agency/09-组-1-426x160.png) no-repeat center center;
  background-size: 100% 100%;
}

.agency-money-step:nth-child(2) {
  counter-increment: agency-step;
  min-height: 150px;
  padding: 34px 34px 30px 150px;
  background:url(../images/lanhu/agency/10-组-2-426x160.png) no-repeat center center;
  background-size: 100% 100%;
}

.agency-money-step:nth-child(3) {
  counter-increment: agency-step;
  min-height: 150px;
  padding: 34px 34px 30px 150px;
  background:url(../images/lanhu/agency/11-组-3-426x160.png) no-repeat center center;
  background-size: 100% 100%;
}

.agency-money-step:nth-child(4) {
  counter-increment: agency-step;
  min-height: 150px;
  padding: 34px 34px 30px 150px;
  background:url(../images/lanhu/agency/12-组-4-436x160.png) no-repeat center center;
  background-size: 100% 100%;
}
/* .agency-money-step:hover {
  box-shadow: 0 24px 54px rgba(35, 112, 255, .24);
  transform: translateY(-4px);
} */

/* .agency-money-step::before {
  position: absolute;
  top: 42px;
  left: 34px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  color: #176fff;
  background: #fff;
  content: "0" counter(agency-step);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(16, 78, 185, .2);
} */

.agency-money-step:not(:last-child)::after {
  display: none;
}

.agency-money-step strong {
  font-size: 20px;
}

.agency-money-step p {
  max-width: 260px;
}

.agency-reason-copy em {
  display: none;
}

.agency-voice-card {
  min-height: 600px;
  border-width: 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 8%, rgba(35, 120, 255, .1), transparent 30%),
    #fff;
  box-shadow: 0 18px 48px rgba(31, 90, 177, .09);
  text-align: left;
}

.agency-voice-card > img,
.agency-voice-avatar {
  margin-right: 0;
  margin-left: 0;
}

.agency-voice-avatar {
  width: 72px;
  height: 72px;
  margin-bottom: 26px;
  border: 8px solid #eaf3ff;
  background: linear-gradient(135deg, #5da2ff, #b0c8ff);
  font-size: 26px;
  box-shadow: 0 14px 30px rgba(35, 120, 255, .16);
}

.agency-voice-avatar-student {
  background: linear-gradient(135deg, #5b8cff, #7ee3f1);
}

.agency-voice-avatar {
  position: relative;
  overflow: hidden;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(170, 207, 255, .86);
  color: transparent;
  background:
    radial-gradient(circle at 26% 20%, rgba(255, 255, 255, .9), transparent 28%),
    linear-gradient(135deg, var(--avatar-primary, #2c8cff), var(--avatar-secondary, #8fcaff));
  box-shadow: 0 18px 34px rgba(25, 103, 216, .16);
  font-size: 0;
  transition: transform .24s ease, box-shadow .24s ease;
}

.agency-voice-card:hover .agency-voice-avatar {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(25, 103, 216, .2);
}

.agency-voice-avatar svg {
  display: block;
  width: 100%;
  height: 100%;
}

.agency-voice-avatar .avatar-backdrop {
  fill: rgba(255, 255, 255, .16);
}

.agency-voice-avatar .avatar-grid {
  fill: none;
  stroke: rgba(255, 255, 255, .34);
  stroke-width: 1;
}

.agency-voice-avatar .avatar-face {
  fill: #ffd9c2;
}

.agency-voice-avatar .avatar-hair,
.agency-voice-avatar .avatar-hair-side {
  fill: var(--avatar-hair, #183661);
}

.agency-voice-avatar .avatar-body {
  fill: var(--avatar-suit, #1b6fff);
}

.agency-voice-avatar .avatar-helmet,
.agency-voice-avatar .avatar-cap,
.agency-voice-avatar .avatar-book,
.agency-voice-avatar .avatar-badge,
.agency-voice-avatar .avatar-scarf,
.agency-voice-avatar .avatar-spark {
  fill: var(--avatar-detail, #e9f6ff);
}

.agency-voice-avatar .avatar-tie {
  fill: var(--avatar-primary, #2c8cff);
}

.agency-voice-avatar .avatar-helmet-line,
.agency-voice-avatar .avatar-tool,
.agency-voice-avatar .avatar-cap-line,
.agency-voice-avatar .avatar-glass,
.agency-voice-avatar .avatar-jacket,
.agency-voice-avatar .avatar-badge-line {
  fill: none;
  stroke: rgba(255, 255, 255, .92);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.agency-voice-avatar .avatar-glass {
  stroke: #17345d;
  stroke-width: 2.4;
}

.agency-avatar-engineer {
  --avatar-primary: #137dff;
  --avatar-secondary: #63d1ff;
  --avatar-hair: #19375f;
  --avatar-suit: #0d63d7;
  --avatar-detail: #d8f5ff;
}

.agency-avatar-student {
  --avatar-primary: #5c86ff;
  --avatar-secondary: #82e5f4;
  --avatar-hair: #162c58;
  --avatar-suit: #285dca;
  --avatar-detail: #eff7ff;
}

.agency-avatar-owner {
  --avatar-primary: #1c7fff;
  --avatar-secondary: #96b7ff;
  --avatar-hair: #1d2b4b;
  --avatar-suit: #112b66;
  --avatar-detail: #7de0ff;
}

.agency-avatar-parent {
  --avatar-primary: #6d94ff;
  --avatar-secondary: #7fe1d4;
  --avatar-hair: #243064;
  --avatar-suit: #4f77e8;
  --avatar-detail: #fff1c8;
}

.agency-voice-card strong {
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  margin-bottom: 16px;
  border-radius: 0;
  color: #111a33;
  background: transparent;
  font-size: 18px;
  line-height: 1.45;
}

.agency-voice-card p {
  color: #5c6c84;
  line-height: 1.86;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .front-header .container-xl {
    gap: 24px;
  }

  .front-nav-actions {
    gap: 12px;
  }

  .agency-money-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    background: transparent;
  }

  .agency-money-step:not(:last-child)::after {
    display: none;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 991.98px) {
  .front-nav-actions {
    align-items: stretch;
    padding: 10px 0 14px;
  }

  .front-nav-phone {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
  }

  .front-footer-inner {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .front-footer-meta {
    justify-items: center;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .float-tools {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .agency-money-row {
    grid-template-columns: 1fr;
  }

  .agency-money-step,
  .agency-money-step:nth-child(1),
  .agency-money-step:nth-child(2),
  .agency-money-step:nth-child(3),
  .agency-money-step:nth-child(4) {
    min-height: 126px;
    padding: 30px 22px 26px 92px;
  }

  .agency-money-step::before {
    top: 34px;
    left: 24px;
  }

  .agency-voice-card {
    min-height: 0;
  }
}
*/

.pb-filter-card {
  width: 620px;
  max-width: 100%;
  border: 1px solid rgba(213, 227, 246, .82);
  border-radius: 4px;
  box-shadow: 0 18px 46px rgba(34, 87, 170, .08);
}

.front-accordion-list {
  display: grid;
  max-width: 1180px;
  margin: 54px auto 0;
  gap: 16px;
}

.front-accordion-item {
  overflow: hidden;
  border: 1px solid #e3ecff;
  border-radius: 12px;
  background: #f8fbff;
  box-shadow: 0 10px 24px rgba(39, 98, 199, .06);
}

.front-accordion-question {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 66px;
  align-items: center;
  padding: 0 64px 0 28px;
  border: 0;
  color: #1f2329;
  background: transparent;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  text-align: left;
}

.front-accordion-question::after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #006eff, #6a52ff);
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  transform: translateY(-50%);
  content: "+";
}

.front-accordion-item.is-open .front-accordion-question::after {
  line-height: 24px;
  content: "-";
}

.front-accordion-answer {
  display: none;
  padding: 0 28px 26px;
  color: #6f7d95;
  font-size: 15px;
  line-height: 1.85;
}

.front-accordion-item.is-open .front-accordion-answer {
  display: block;
}

.front-accordion-answer p {
  margin: 0;
}

.pb-accordion-list {
  margin-top: 48px;
}

.pb-guarantee-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .pb-filter-card {
    width: min(68vw, 620px);
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .pb-filter-card {
    width: 100%;
    padding: 24px 18px;
  }

  .pb-filter-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pb-filter-status {
    margin-left: 0;
  }

  .front-accordion-list {
    gap: 12px;
    margin-top: 30px;
  }

  .front-accordion-question {
    min-height: 0;
    padding: 18px 54px 18px 20px;
    font-size: 16px;
  }

  .front-accordion-question::after {
    right: 18px;
  }

  .front-accordion-answer {
    padding: 0 20px 20px;
    font-size: 14px;
  }

  .pb-guarantee-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
*/

.project-apply-page .project-program-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  border-color: #e7eefb;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(36, 93, 176, .1);
}

.project-apply-page .project-card-cover::before {
  display: none;
}

.project-apply-page .project-card-cover img {
  opacity: 1;
  filter: none;
  transform: none;
}

.project-apply-page .project-card-cover strong {
  display: none;
}

.project-apply-page .project-card-body {
  flex: 1;
  padding-top: 24px;
}

.project-apply-page .project-card-grid-primary .project-card-body {
  min-height: 268px;
}

.project-apply-page .project-card-grid-primary .project-card-body ul {
  min-height: 98px;
  align-content: start;
}

.project-apply-page .project-card-body button {
  height: 44px;
  border-radius: 0;
  background: linear-gradient(90deg, #e8eaff, #dff2ff);
}

.project-apply-page .project-program-card-small .project-card-cover strong {
  font-size: clamp(16px, 1.2vw, 21px);
}

.project-apply-page .project-program-card-small .project-card-body h2 {
  min-height: 48px;
  align-items: flex-start;
  text-align: left;
}

.pa-products-section {
  background: linear-gradient(180deg, #f5f9ff 0%, #eef6ff 100%);
}

.pa-product-group {
  gap: 0;
  overflow: hidden;
  border: 1px solid #d6e5f6;
  border-radius: 22px;
  background: #fff;
}

.pa-product-group + .pa-product-group {
  margin-top: 26px;
}

.pa-group-label {
  border-radius: 0;
  background:
    radial-gradient(circle at 80% 90%, rgba(35, 120, 255, .12), transparent 34%),
    linear-gradient(180deg, #dff8ff 0%, #f6fbff 100%);
}

.pa-group-label span {
  color: #006edb;
  font-size: 24px;
  letter-spacing: 0;
  writing-mode: horizontal-tb;
}

.pa-products-grid {
  gap: 0;
  border-left: 1px solid #d6e5f6;
}

.pa-product-card {
  min-height: 292px;
  padding: 28px 30px 26px;
  border-right: 1px solid #d6e5f6;
  border-bottom: 1px solid #d6e5f6;
  border-radius: 0;
  box-shadow: none;
}

.pa-product-card h3 {
  margin-bottom: 10px;
  color: #061a35;
  font-size: 22px;
}

.pa-product-card p {
  min-height: 52px;
  margin-bottom: 14px;
  color: #40536d;
  font-size: 14px;
}

.pa-product-card ul {
  gap: 8px 14px;
  margin-bottom: 16px;
}

.pa-product-card li {
  color: #27405f;
  font-size: 13px;
  font-weight: 800;
}

.pa-product-card li::before {
  color: #0b74de;
  font-size: 15px;
}

.pa-price,
.pa-price-free {
  color: #006edb;
  font-size: 29px;
}

.pa-card-btn {
  width: 98px;
  height: 32px;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #0b74de, #2494ff);
  box-shadow: 0 10px 22px rgba(11, 116, 222, .18);
  font-size: 13px;
}

.pa-card-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #0754df, #1685f3);
}

.pa-recommend {
  width: 58px;
}

.pa-advantage-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.pa-advantage-grid article {
  width: auto;
  height: auto;
  min-height: 250px;
  padding: 42px 30px 34px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 4px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 20px 48px rgba(41, 88, 184, .12);
}

.pa-advantage-grid article::before {
  display: none;
}

.pa-advantage-grid img {
  margin: 0 auto;
}

.pa-advantage-grid h3 {
  margin-top: 24px;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .pa-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pa-advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .project-apply-page .project-program-card-small .project-card-body h2 {
    min-height: 0;
    text-align: center;
  }

  .pa-product-group {
    grid-template-columns: 1fr;
  }

  .pa-group-label {
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 72px;
  }

  .pa-products-grid {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .pa-product-card {
    min-height: 0;
  }

  .pa-advantage-grid {
    grid-template-columns: 1fr;
  }
}
*/

.home-service-mosaic {
  padding-top: clamp(68px, 6vw, 96px);
  background: #fff;
}

.home-service-mosaic .container-xl {
  /* width: min(1440px, calc(100% - 48px)) !important;
  max-width: 1440px; */
}
.container-xl{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .86fr);
  gap: 28px;
  align-items: stretch;
}

.home-service-stack {
  display: grid;
  gap: 28px;
}

.home-service-tile {
  position: relative;
  display: grid;
  min-height: 236px;
  grid-template-columns: minmax(0, 1fr) minmax(156px, 260px);
  gap: 18px;
  align-items: center;
  overflow: hidden;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(205, 223, 246, .88);
  border-radius: 18px;
  background:
    radial-gradient(circle at 86% 22%, rgba(35, 120, 255, .16), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #eaf5ff 100%);
  box-shadow: 0 24px 58px rgba(31, 90, 177, .12);
}

.home-service-tile::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .72), transparent 52%),
    linear-gradient(rgba(35, 120, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 120, 255, .04) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  content: "";
}

.home-service-tile > * {
  position: relative;
  z-index: 1;
}

.home-service-tile-large {
  min-height: 500px;
  grid-template-columns: minmax(0, .86fr) minmax(260px, .84fr);
}

.home-service-tile.buy {
  background:
    radial-gradient(circle at 88% 18%, rgba(46, 196, 182, .18), transparent 34%),
    linear-gradient(135deg, #f8fcff 0%, #e9f9ff 100%);
}

.home-service-tile.project {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 186, 24, .18), transparent 34%),
    linear-gradient(135deg, #fffdf6 0%, #fff4d6 100%);
}

.home-service-tile span {
  display: inline-flex;
  max-width: 100%;
  min-height: 30px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #176fff, rgba(23, 111, 255, .24));
  font-size: 13px;
  font-weight: 800;
}

.home-service-tile.buy span {
  background: linear-gradient(90deg, #0f9db1, rgba(15, 157, 177, .2));
}

.home-service-tile.project span {
  background: linear-gradient(90deg, #f2a000, rgba(242, 160, 0, .2));
}

.home-service-tile h3 {
  margin: 18px 0 12px;
  color: #071833;
  font-size: clamp(30px, 2.5vw, 44px);
  font-weight: 900;
}

.home-service-tile p {
  max-width: 220px;
  margin: 0;
  color: #4d5f78;
  font-size: 16px;
  line-height: 1.8;
}

.home-service-tile a {
  display: inline-flex;
  min-width: 104px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border-radius: 999px;
  color: #fff;
  background: #176fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(23, 111, 255, .18);
}

.home-service-tile.buy a {
  background: #0f9db1;
}

.home-service-tile.project a {
  background: #f2a000;
}

.home-service-tile img {
  justify-self: end;
  width: min(100%, 300px);
  max-height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(35, 120, 255, .14));
}

.home-service-tile-large img {
  width: min(100%, 380px);
  max-height: 330px;
}

.vs-title-note {
  display: grid;
  gap: 8px;
}

.vs-title-note strong {
  color: #071833;
  font-size: 19px;
  font-weight: 900;
}

.vs-title-note span {
  color: #52647e;
}

.home-reason-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 56px);
  border: 1px solid rgba(205, 223, 246, .88);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 8%, rgba(35, 120, 255, .14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 252, 255, .94));
  box-shadow: 0 24px 64px rgba(31, 90, 177, .1);
}

.home-reason-copy span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(35, 120, 255, .18);
  border-radius: 999px;
  color: #176fff;
  background: #eef7ff;
  font-size: 13px;
  font-weight: 900;
}

.home-reason-copy h2 {
  margin: 18px 0 0;
  color: #071833;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.18;
}

.home-reason-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
}

.home-reason-grid article {
  min-width: 0;
  min-height: 242px;
  padding: 26px 24px 24px;
  border-left: 1px solid rgba(205, 223, 246, .72);
}

.home-reason-grid img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.home-reason-grid b {
  display: block;
  margin-top: 16px;
  color: #176fff;
  font-size: 12px;
  font-weight: 900;
}

.home-reason-grid h3 {
  margin: 8px 0 10px;
  color: #071833;
  font-size: 21px;
  font-weight: 900;
}

.home-reason-grid p {
  margin: 0;
  color: #60758e;
  font-size: 14px;
  line-height: 1.75;
}

.compare-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(72px, 6vw, 96px);
  padding-bottom: clamp(76px, 6vw, 104px);
  background:
    radial-gradient(ellipse at 18% 16%, rgba(255, 186, 24, .1), transparent 42%),
    radial-gradient(ellipse at 82% 22%, rgba(16, 199, 216, .14), transparent 42%),
    linear-gradient(180deg, #f9fcff, #edf7ff);
}

.compare-section .container-xl {
  position: relative;
  z-index: 1;
  /* max-width: 1220px; */
}

.compare-section .section-head.centered {
  display: grid;
  justify-items: center;
  text-align: center;
}

.compare-section .eyebrow {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(35, 120, 255, .22);
  border-radius: 999px;
  color: var(--front-blue);
  background: rgba(238, 247, 255, .9);
  font-size: 13px;
  font-weight: 900;
}

.compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 44px;
}

.compare-card,
.compare-suggestion {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(194, 219, 244, .9);
  border-radius: 28px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 24px 70px rgba(18, 92, 168, .1);
  backdrop-filter: blur(10px);
}

.compare-card {
  display: grid;
  align-content: start;
  min-height: 420px;
  padding: clamp(26px, 3vw, 36px);
  transition: transform .28s ease, box-shadow .28s ease;
}

.compare-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .68) 42%, transparent 64%);
  opacity: 0;
  transform: translateX(-45%);
  transition: opacity .28s ease, transform .55s ease;
  content: "";
}

.compare-card:hover {
  box-shadow: 0 30px 82px rgba(18, 92, 168, .14);
  transform: translateY(-5px);
}

.compare-card:hover::before {
  opacity: 1;
  transform: translateX(42%);
}

.compare-card > * {
  position: relative;
  z-index: 1;
}

.compare-tag {
  color: var(--front-blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.6;
}

.compare-card h3 {
  margin: 12px 0 0;
  color: #061a35;
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 900;
}

.compare-card ul {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.compare-card li {
  position: relative;
  padding-left: 22px;
  color: #384d66;
  font-size: 15px;
  line-height: 1.75;
}

.compare-card li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--front-blue);
  content: "";
}

.compare-card.buy li::before {
  background: #12b981;
}

.compare-card a {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  padding: 0 20px;
  border-radius: 999px;
  color: var(--front-blue);
  background: rgba(35, 120, 255, .1);
  font-size: 14px;
  font-weight: 900;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.compare-card.buy a {
  color: #0f9b84;
  background: rgba(18, 185, 129, .1);
}

.compare-card a:hover {
  color: #fff;
  background: var(--front-blue);
  transform: translateY(-2px);
}

.compare-card.buy a:hover {
  background: #12b981;
}

.compare-suggestion {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 420px;
  padding: 30px 20px;
  background:
    radial-gradient(circle at 50% 24%, rgba(35, 120, 255, .16), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(236, 248, 255, .76));
  text-align: center;
}

.compare-suggestion img {
  width: 92px;
  height: auto;
  margin-bottom: 20px;
}

.compare-suggestion strong {
  color: #061a35;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
}

.compare-suggestion p {
  margin: 14px 0 0;
  color: #627286;
  font-size: 14px;
  line-height: 1.7;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .home-service-layout {
    grid-template-columns: 1fr;
  }

  .home-service-tile-large {
    min-height: 360px;
  }

  .home-reason-panel {
    grid-template-columns: 1fr;
  }

  .home-reason-grid article:first-child {
    border-left: 0;
  }

  .compare-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .compare-card,
  .compare-suggestion {
    min-height: 0;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .banner-img {
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .home-service-mosaic .container-xl {
    width: min(100% - 28px, 640px) !important;
  }

  .home-service-tile,
  .home-service-tile-large {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .home-service-tile img {
    justify-self: center;
    width: min(80%, 260px);
  }

  .home-reason-panel {
    padding: 28px 20px;
  }

  .home-reason-grid {
    grid-template-columns: 1fr;
  }

  .home-reason-grid article {
    min-height: 0;
    padding: 22px 0;
    border-top: 1px solid rgba(205, 223, 246, .72);
    border-left: 0;
  }

  .compare-section .container-xl {
    width: min(100% - 28px, 640px) !important;
  }

  .compare-grid {
    gap: 16px;
    margin-top: 30px;
  }

  .compare-card,
  .compare-suggestion {
    border-radius: 20px;
  }

  .compare-card {
    padding: 24px 20px;
  }

  .compare-card h3 {
    font-size: 28px;
  }

  .compare-card li {
    font-size: 14px;
  }

  .compare-suggestion {
    padding: 24px 20px;
  }
}
*/

.home-agent-entry {
  padding: 28px 0 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(35, 120, 255, .08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f6fbff 100%);
}

.home-agent-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  padding: 24px 28px;
  border: 1px solid rgba(200, 223, 250, .9);
  border-radius: 22px;
  color: #061a35;
  background:
    radial-gradient(circle at 84% 50%, rgba(35, 120, 255, .16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(235, 248, 255, .92));
  box-shadow: 0 22px 58px rgba(20, 92, 168, .1);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.home-agent-card:hover {
  border-color: rgba(35, 120, 255, .42);
  color: #061a35;
  box-shadow: 0 28px 72px rgba(20, 92, 168, .16);
  transform: translateY(-3px);
}

.home-agent-icon {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #2378ff, #8d8cff);
  box-shadow: 0 16px 34px rgba(35, 120, 255, .24);
}

.home-agent-icon i {
  font-size: 34px;
}

.home-agent-copy {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.home-agent-copy b {
  color: var(--front-blue);
  font-size: 14px;
  font-weight: 900;
}

.home-agent-copy strong {
  color: #061a35;
  font-size: clamp(23px, 2.1vw, 32px);
  font-weight: 900;
  line-height: 1.25;
}

.home-agent-copy em {
  color: #617089;
  font-size: 15px;
  font-style: normal;
  line-height: 1.65;
}

.home-agent-action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--front-blue);
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(35, 120, 255, .2);
}

body.front-site.agent-chat-page {
  min-height: 100svh;
  color: #101828;
  background: #f6f9fd;
}

.agent-chat-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #e6edf7;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}

.agent-chat-topbar-inner {
  display: grid;
  width: min(100% - 40px, 1180px);
  min-height: 78px;
  align-items: center;
  margin: 0 auto;
  grid-template-columns: minmax(150px, auto) minmax(0, 1fr) minmax(150px, auto);
  gap: 18px;
}

.agent-chat-back,
.agent-chat-upload label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #667085;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.agent-chat-back:hover,
.agent-chat-upload label:hover {
  color: var(--front-blue);
}

.agent-chat-back i,
.agent-chat-upload i {
  font-size: 22px;
}

.agent-chat-title {
  display: grid;
  min-width: 0;
  gap: 3px;
  padding-left: 24px;
  border-left: 1px solid #e6edf7;
}

.agent-chat-title strong {
  color: #061a35;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.1;
}

.agent-chat-title span,
.agent-chat-upload span {
  overflow: hidden;
  color: #8a96a8;
  font-size: 14px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agent-chat-upload {
  display: grid;
  justify-items: end;
  gap: 4px;
}

.agent-chat-upload label {
  cursor: pointer;
}

.agent-chat-shell {
  min-height: calc(100svh - 78px);
  padding: 86px 20px 180px;
}

.agent-empty-state {
  display: grid;
  width: min(100%, 640px);
  justify-items: center;
  margin: 0 auto;
  text-align: center;
}

.agent-empty-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 22px;
  color: #4c6fff;
  background: #eef4ff;
  box-shadow: inset 0 0 0 1px rgba(35, 120, 255, .04);
}

.agent-empty-icon i {
  font-size: 38px;
}

.agent-empty-state h1 {
  margin: 32px 0 10px;
  color: #111827;
  font-size: clamp(24px, 2.3vw, 32px);
  font-weight: 900;
  line-height: 1.2;
}

.agent-empty-state p {
  margin: 0;
  color: #7a8798;
  font-size: 17px;
  line-height: 1.7;
}

.agent-prompt-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.agent-prompt-chip {
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid #e2eaf5;
  border-radius: 12px;
  color: #344054;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.agent-prompt-chip:hover,
.agent-prompt-chip:focus-visible {
  border-color: rgba(35, 120, 255, .38);
  box-shadow: 0 12px 28px rgba(35, 120, 255, .09);
  outline: 0;
  transform: translateY(-2px);
}

.agent-prompt-chip-wide {
  grid-column: 1 / -1;
}

.agent-message-panel {
  display: grid;
  width: min(100%, 1040px);
  gap: 28px;
  margin: 22px auto 0;
}

.agent-message-panel[hidden] {
  display: none;
}

.agent-message {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.agent-message-user {
  flex-direction: row-reverse;
}

.agent-message-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #2378ff, #776dff);
  box-shadow: 0 10px 24px rgba(35, 120, 255, .2);
}

.agent-message-agent .agent-message-avatar {
  background: linear-gradient(135deg, #5a6cff, #45d0ff);
}

.agent-message-bubble {
  max-width: min(780px, calc(100% - 52px));
  padding: 20px 24px;
  border: 1px solid #e2eaf5;
  border-radius: 18px;
  color: #26344a;
  background: #fff;
  box-shadow: 0 14px 40px rgba(31, 75, 128, .06);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  white-space: pre-wrap;
  word-break: break-word;
}

.agent-message-user .agent-message-bubble {
  max-width: min(480px, calc(100% - 52px));
  border-color: transparent;
  border-radius: 18px 18px 4px 18px;
  color: #fff;
  background: #4c6fff;
  box-shadow: 0 14px 34px rgba(76, 111, 255, .22);
}

.agent-composer-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  border-top: 1px solid #e6edf7;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}

.agent-composer {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
  padding: 18px 0 20px;
}

.agent-composer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  gap: 14px;
  align-items: end;
}

.agent-composer textarea {
  min-height: 58px;
  max-height: 138px;
  padding: 17px 20px;
  border: 1px solid #e2eaf5;
  border-radius: 15px;
  color: #26344a;
  background: #f9fbff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  outline: 0;
  resize: none;
}

.agent-composer textarea:focus {
  border-color: rgba(35, 120, 255, .44);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(35, 120, 255, .08);
}

.agent-composer button {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 0;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #8da0ff, #4c6fff);
  box-shadow: 0 14px 30px rgba(76, 111, 255, .25);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.agent-composer button:hover {
  box-shadow: 0 18px 36px rgba(76, 111, 255, .3);
  transform: translateY(-2px);
}

.agent-composer button i {
  font-size: 28px;
}

.agent-composer p {
  margin: 12px 0 0;
  color: #98a2b3;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 991.98px) {
  .home-agent-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .home-agent-action {
    grid-column: 2;
    width: fit-content;
  }

  .agent-chat-topbar-inner {
    width: min(100% - 28px, 760px);
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 12px 0;
  }

  .agent-chat-title {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-left: 0;
    border-left: 0;
  }

  .agent-chat-upload {
    align-self: start;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .home-agent-entry {
    padding: 20px 0 0;
  }

  .home-agent-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 18px;
  }

  .home-agent-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }

  .home-agent-copy strong {
    font-size: 23px;
  }

  .home-agent-action {
    grid-column: auto;
    width: 100%;
  }

  .agent-chat-back,
  .agent-chat-upload label {
    font-size: 14px;
  }

  .agent-chat-title strong {
    font-size: 19px;
  }

  .agent-chat-title span,
  .agent-chat-upload span {
    font-size: 12px;
  }

  .agent-chat-shell {
    padding: 54px 15px 160px;
  }

  .agent-empty-state {
    justify-items: stretch;
    text-align: center;
  }

  .agent-empty-icon {
    justify-self: center;
  }

  .agent-empty-state h1 {
    margin-top: 24px;
  }

  .agent-empty-state p {
    font-size: 15px;
  }

  .agent-prompt-grid {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .agent-prompt-chip {
    min-height: 52px;
    font-size: 14px;
  }

  .agent-message-panel {
    gap: 18px;
  }

  .agent-message {
    gap: 10px;
  }

  .agent-message-avatar {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .agent-message-bubble {
    max-width: calc(100% - 44px);
    padding: 15px 16px;
    border-radius: 15px;
    font-size: 15px;
    line-height: 1.7;
  }

  .agent-composer {
    width: min(100% - 24px, 620px);
    padding: 12px 0 14px;
  }

  .agent-composer-row {
    grid-template-columns: minmax(0, 1fr) 50px;
    gap: 10px;
  }

  .agent-composer textarea {
    min-height: 50px;
    padding: 14px 14px;
    border-radius: 13px;
    font-size: 14px;
  }

  .agent-composer button {
    width: 50px;
    height: 50px;
    border-radius: 13px;
  }

  .agent-composer button i {
    font-size: 24px;
  }

  .agent-composer p {
    font-size: 12px;
  }
}
*/

/* Agent chat polish: history sidebar + focused drafting workspace */
body.front-site.agent-chat-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(35, 120, 255, .12), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(16, 199, 216, .12), transparent 26%),
    linear-gradient(180deg, #f6f9fd 0%, #eef5ff 100%);
}

.agent-chat-page .agent-chat-topbar {
  box-shadow: 0 12px 34px rgba(28, 76, 138, .06);
}

.agent-chat-layout {
  display: grid;
  width: min(100% - 40px, 1180px);
  min-height: calc(100svh - 244px);
  grid-template-columns: 304px minmax(0, 1fr);
  gap: 24px;
  margin: 0 auto;
}

.agent-chat-page .agent-chat-shell {
  min-height: calc(100svh - 78px);
  padding: 28px 0 164px;
}

.agent-history-panel,
.agent-chat-workspace {
  border: 1px solid rgba(210, 226, 246, .88);
  border-radius: 26px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 22px 70px rgba(28, 88, 158, .09);
  backdrop-filter: blur(14px);
}

.agent-history-panel {
  position: sticky;
  top: 102px;
  align-self: start;
  display: grid;
  gap: 18px;
  max-height: calc(100svh - 130px);
  overflow: hidden;
  padding: 18px;
}

.agent-history-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 4px 2px 0;
}

.agent-history-head div {
  display: grid;
  gap: 4px;
}

.agent-history-head span {
  color: #7a8798;
  font-size: 13px;
  font-weight: 800;
}

.agent-history-head strong {
  color: #061a35;
  font-size: 22px;
  font-weight: 900;
}

.agent-history-head button {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #2378ff, #756bff);
  box-shadow: 0 12px 26px rgba(35, 120, 255, .24);
}

.agent-history-list {
  display: grid;
  gap: 10px;
  min-height: 0;
  overflow: auto;
  padding-right: 3px;
}

.agent-history-item {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 18px;
  color: #344054;
  background: transparent;
  text-align: left;
  transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.agent-history-item:hover,
.agent-history-item:focus-visible,
.agent-history-item.is-active {
  border-color: rgba(35, 120, 255, .18);
  background: linear-gradient(135deg, rgba(239, 247, 255, .96), rgba(255, 255, 255, .92));
  box-shadow: 0 14px 30px rgba(31, 100, 188, .08);
  outline: 0;
  transform: translateY(-1px);
}

.agent-history-item.is-active::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2378ff, #10c7d8);
  content: "";
}

.agent-history-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: var(--front-blue);
  background: #edf5ff;
}

.agent-history-icon i {
  font-size: 22px;
}

.agent-history-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.agent-history-copy b {
  overflow: hidden;
  color: #061a35;
  font-size: 15px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agent-history-copy em {
  overflow: hidden;
  color: #758399;
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agent-history-item time {
  align-self: start;
  color: #9aa7b8;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.agent-history-tip {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px dashed rgba(35, 120, 255, .24);
  border-radius: 18px;
  background: rgba(237, 246, 255, .75);
}

.agent-history-tip i {
  color: var(--front-blue);
  font-size: 22px;
}

.agent-history-tip p {
  margin: 0;
  color: #68778f;
  font-size: 12px;
  line-height: 1.7;
}

.agent-chat-workspace {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  padding: 24px;
  background:
    radial-gradient(circle at 86% 10%, rgba(16, 199, 216, .11), transparent 28%),
    radial-gradient(circle at 14% 18%, rgba(35, 120, 255, .1), transparent 30%),
    rgba(255, 255, 255, .72);
}

.agent-chat-workspace::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(35, 120, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 120, 255, .045) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  pointer-events: none;
}

.agent-chat-workspace > * {
  position: relative;
  z-index: 1;
}

.agent-chat-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(213, 229, 247, .82);
  border-radius: 20px;
  background: rgba(255, 255, 255, .78);
}

.agent-chat-hero span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--front-blue);
  background: rgba(35, 120, 255, .1);
  font-size: 12px;
  font-weight: 900;
}

.agent-chat-hero strong {
  color: #061a35;
  font-size: 16px;
  font-weight: 900;
  text-align: right;
}

.agent-chat-page .agent-empty-state {
  width: min(100%, 680px);
  padding: 74px 0 28px;
}

.agent-chat-page .agent-empty-icon {
  width: 86px;
  height: 86px;
  border: 1px solid rgba(35, 120, 255, .1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, .9), transparent 28%),
    linear-gradient(135deg, #eff6ff, #e9edff);
  box-shadow: 0 20px 48px rgba(35, 120, 255, .12);
}

.agent-chat-page .agent-empty-state h1 {
  margin-top: 26px;
  font-size: clamp(30px, 3vw, 42px);
}

.agent-chat-page .agent-empty-state p {
  max-width: 540px;
  margin: 0 auto;
}

.agent-chat-page .agent-prompt-grid {
  gap: 14px;
}

.agent-chat-page .agent-prompt-chip {
  min-height: 58px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 30px rgba(28, 88, 158, .06);
}

.agent-chat-page .agent-message-panel {
  width: min(100%, 850px);
  margin-top: 34px;
}

.agent-chat-page .agent-message-bubble {
  box-shadow: 0 16px 44px rgba(31, 75, 128, .08);
}

.agent-chat-page .agent-message-agent .agent-message-bubble {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(35, 120, 255, .38), rgba(16, 199, 216, .28)) border-box;
  border: 1px solid transparent;
}

.agent-chat-page .agent-message-user .agent-message-bubble {
  background: linear-gradient(135deg, #2378ff, #6d72ff);
}

.agent-composer-shell {
  display: grid;
  width: min(100% - 40px, 1180px);
  grid-template-columns: 304px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin: 0 auto;
  padding: 16px 0 18px;
}

.agent-composer-status {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(35, 120, 255, .15);
  border-radius: 999px;
  color: #65748b;
  background: rgba(242, 248, 255, .85);
  font-size: 13px;
  font-weight: 900;
}

.agent-composer-status i {
  color: var(--front-blue);
  font-size: 18px;
}

.agent-chat-page .agent-composer {
  width: 100%;
  padding: 0;
}

.agent-chat-page .agent-composer textarea {
  background: #fff;
  box-shadow: 0 14px 40px rgba(28, 88, 158, .08);
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .agent-chat-layout,
  .agent-composer-shell {
    width: min(100% - 32px, 980px);
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 18px;
  }

  .agent-chat-workspace {
    padding: 20px;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 991.98px) {
  .agent-chat-layout,
  .agent-composer-shell {
    grid-template-columns: 1fr;
  }

  .agent-history-panel {
    position: static;
    max-height: none;
  }

  .agent-history-list {
    grid-template-columns: repeat(4, minmax(210px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .agent-history-tip,
  .agent-composer-status {
    display: none;
  }

  .agent-chat-workspace {
    min-height: 620px;
  }

  .agent-chat-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .agent-chat-hero strong {
    text-align: left;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .agent-chat-layout,
  .agent-composer-shell {
    width: min(100% - 24px, 620px);
    gap: 14px;
  }

  .agent-chat-page .agent-chat-shell {
    padding-top: 14px;
    padding-bottom: 142px;
  }

  .agent-history-panel,
  .agent-chat-workspace {
    border-radius: 20px;
  }

  .agent-history-panel {
    padding: 14px;
  }

  .agent-history-head strong {
    font-size: 19px;
  }

  .agent-history-list {
    grid-template-columns: repeat(4, minmax(188px, 1fr));
    gap: 8px;
  }

  .agent-history-item {
    min-height: 70px;
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 10px;
  }

  .agent-history-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .agent-history-item time {
    display: none;
  }

  .agent-chat-workspace {
    min-height: 520px;
    padding: 14px;
  }

  .agent-chat-hero {
    padding: 14px;
    border-radius: 16px;
  }

  .agent-chat-page .agent-empty-state {
    padding-top: 46px;
  }

  .agent-chat-page .agent-empty-icon {
    width: 76px;
    height: 76px;
    border-radius: 24px;
  }

  .agent-chat-page .agent-empty-state h1 {
    font-size: 28px;
  }

  .agent-chat-page .agent-message-panel {
    margin-top: 22px;
  }
}
*/

/* Agent chat old-front tone-down */
body.front-site.agent-chat-page {
  background: linear-gradient(180deg, #f3f9ff 0%, #eef6ff 100%);
}

.agent-chat-page .agent-chat-topbar {
  box-shadow: 0 8px 24px rgba(20, 73, 130, .05);
}

.agent-chat-page .agent-chat-topbar-inner {
  width: min(100% - 40px, 1120px);
}

.agent-chat-page .agent-chat-back,
.agent-chat-page .agent-chat-upload label {
  font-size: 15px;
}

.agent-chat-page .agent-chat-title strong {
  font-size: 20px;
}

.agent-chat-page .agent-chat-title span {
  font-size: 13px;
}

.agent-chat-layout {
  width: min(100% - 40px, 1120px);
  min-height: calc(100svh - 228px);
  grid-template-columns: 288px minmax(0, 1fr);
  gap: 18px;
}

.agent-chat-page .agent-chat-shell {
  padding-top: 24px;
}

.agent-history-panel,
.agent-chat-workspace {
  border-color: #d7e6f7;
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 36px rgba(36, 93, 176, .08);
  backdrop-filter: none;
}

.agent-history-panel {
  top: 94px;
  gap: 14px;
  padding: 16px;
}

.agent-history-head strong {
  font-size: 20px;
}

.agent-history-head span {
  font-size: 12px;
}

.agent-history-head button {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  border-radius: 10px;
  background: var(--front-blue);
  box-shadow: 0 10px 20px rgba(35, 120, 255, .18);
}

.agent-history-item {
  min-height: 68px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  padding: 10px;
  border-radius: 12px;
}

.agent-history-item:hover,
.agent-history-item:focus-visible,
.agent-history-item.is-active {
  border-color: #cfe2fb;
  background: #f6fbff;
  box-shadow: none;
  transform: none;
}

.agent-history-item.is-active::before {
  top: 14px;
  bottom: 14px;
  background: var(--front-blue);
}

.agent-history-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #edf6ff;
}

.agent-history-icon i {
  font-size: 20px;
}

.agent-history-copy b {
  font-size: 14px;
}

.agent-history-copy em,
.agent-history-item time {
  font-size: 12px;
}

.agent-history-tip {
  padding: 14px;
  border-color: #cfe2fb;
  border-radius: 12px;
  background: #f7fbff;
}

.agent-history-tip i {
  font-size: 20px;
}

.agent-chat-workspace {
  min-height: 620px;
  padding: 22px;
  background: rgba(255, 255, 255, .94);
}

.agent-chat-workspace::before {
  background-size: 42px 42px;
  opacity: .62;
}

.agent-chat-hero {
  padding: 12px 14px;
  border-color: #d7e6f7;
  border-radius: 12px;
  background: #fff;
}

.agent-chat-hero span {
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
}

.agent-chat-hero strong {
  font-size: 15px;
}

.agent-chat-page .agent-empty-state {
  width: min(100%, 620px);
  padding-top: 64px;
}

.agent-chat-page .agent-empty-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(35, 120, 255, .1);
}

.agent-chat-page .agent-empty-icon i {
  font-size: 34px;
}

.agent-chat-page .agent-empty-state h1 {
  margin-top: 22px;
  font-size: clamp(26px, 2.3vw, 34px);
}

.agent-chat-page .agent-empty-state p {
  font-size: 15px;
}

.agent-chat-page .agent-prompt-grid {
  gap: 12px;
  margin-top: 28px;
}

.agent-chat-page .agent-prompt-chip {
  min-height: 52px;
  border-color: #dfeaf7;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: none;
}

.agent-chat-page .agent-message-panel {
  width: min(100%, 780px);
  gap: 22px;
}

.agent-message-avatar {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

.agent-message-avatar i {
  font-size: 17px;
}

.agent-chat-page .agent-message-bubble {
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: none;
  font-size: 15px;
  line-height: 1.75;
}

.agent-chat-page .agent-message-agent .agent-message-bubble {
  border-color: #cfe2fb;
  background: #fff;
}

.agent-chat-page .agent-message-user .agent-message-bubble {
  background: var(--front-blue);
}

.agent-composer-shell {
  width: min(100% - 40px, 1120px);
  grid-template-columns: 288px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0 14px;
}

.agent-chat-page .agent-composer {
  grid-column: 2;
}

.agent-composer-status {
  display: none;
}

.agent-composer-row {
  grid-template-columns: minmax(0, 1fr) 52px;
}

.agent-chat-page .agent-composer textarea {
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 10px;
  box-shadow: none;
  font-size: 15px;
}

.agent-composer button {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: var(--front-blue);
  box-shadow: 0 12px 24px rgba(35, 120, 255, .18);
}

.agent-composer button i {
  font-size: 24px;
}

.agent-composer p {
  margin-top: 9px;
  font-size: 12px;
}

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 1199.98px) {
  .agent-chat-layout,
  .agent-composer-shell {
    width: min(100% - 32px, 980px);
    grid-template-columns: 268px minmax(0, 1fr);
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 991.98px) {
  .agent-chat-layout,
  .agent-composer-shell {
    width: min(100% - 24px, 620px);
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .agent-chat-page .agent-composer {
    grid-column: auto;
  }
}
*/

/* Disabled @media rule for fixed-width desktop layout.
@media (max-width: 767.98px) {
  .agent-chat-page .agent-chat-shell {
    padding-top: 12px;
  }

  .agent-history-panel,
  .agent-chat-workspace {
    border-radius: 14px;
  }

  .agent-history-head strong {
    font-size: 18px;
  }

  .agent-chat-workspace {
    min-height: 500px;
    padding: 12px;
  }

  .agent-chat-page .agent-empty-state {
    padding-top: 36px;
  }

  .agent-chat-page .agent-empty-state h1 {
    font-size: 26px;
  }

  .agent-chat-page .agent-empty-state p {
    font-size: 14px;
  }

  .agent-chat-page .agent-prompt-chip,
  .agent-chat-page .agent-message-bubble,
  .agent-chat-page .agent-composer textarea {
    font-size: 14px;
  }
}
*/

/* 0715 front-site visual QA: desktop-first refinements. */
.front-site .front-site-nav .nav-links {
  gap: 2px;
}

.front-site .front-site-nav .nav-links a {
  padding-right: 11px;
  padding-left: 11px;
  font-size: 14px;
}

.home-service-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-service-tile,
.home-service-tile-large {
  min-height: 320px;
  grid-template-columns: 1fr;
  padding: 32px;
}

.home-service-tile > div {
  max-width: 70%;
}

.home-service-tile h3 {
  margin: 15px 0 10px;
  font-size: 31px;
}

.home-service-tile p {
  font-size: 14px;
  line-height: 1.72;
}

.home-service-tile span {
  min-height: 28px;
  padding: 0 11px;
  font-size: 12px;
}

.home-service-tile a {
  min-height: 36px;
  margin-top: 18px;
}

.home-service-tile img,
.home-service-tile-large img {
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: min(43%, 178px);
  max-height: 176px;
}

.pa-advantage-grid article {
  min-height: 276px;
  padding: 0 18px 22px;
  background: transparent;
  box-shadow: none;
}

.pa-advantage-grid article::before {
  display: block;
  top: auto;
  height: 174px;
  border: 1px solid rgba(217, 231, 250, .9);
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 30px rgba(39, 98, 199, .09);
}

.pa-advantage-grid img {
  width: 74px;
  height: 74px;
}

.pa-advantage-grid h3 {
  margin: 16px 0 10px;
  font-size: 19px;
}

.pa-advantage-grid p {
  max-width: 236px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.72;
}

.pa-stat-bar {
  /* margin: 64px auto 0; */
}

/* Patent-apply advantage cards: BlueLake two-layer panel construction. */
.pa-advantage-section .pa-design-wrap {
  width: 80%;
  max-width: none;
}

.pa-advantage-grid {
  grid-template-columns: repeat(4, 395px);
  gap: 40px;
}

.pa-advantage-grid > div {
  position: relative;
  width: 395px;
  height: 350px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .3);
}

.pa-advantage-grid article {
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 15px;
  display: flex;
  /* width: 365px; */
  height: 320px;
  min-height: 320px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 42px 30px 34px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  text-align: center;
}

.pa-advantage-grid article::before {
  display: none;
}

.pa-advantage-grid img {
  width: 80px;
  height: 80px;
}

.pa-advantage-grid h3 {
  margin: 24px 0 14px;
  font-size: 20px;
}

.pa-advantage-grid p {
  max-width: 290px;
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

/* Persistent desktop navigation: full-width surface with an 80% content area. */
.front-site .front-site-nav {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: max(100%, var(--front-page-min-width));
  min-height: 78px;
  box-sizing: border-box;
  padding: 0;
}

.front-site .front-main {
  padding-top: 78px;
  scroll-margin-top: 92px;
}

.pa-process-section-new {
  padding-top: 80px;
}

.pa-faq-section .front-accordion-answer p {
  margin-bottom: 10px;
}

.pa-faq-section .front-accordion-answer p:last-child {
  margin-bottom: 0;
}

.pb-hero-inner {
  padding-right: 0;
  padding-left: 0;
}

.pb-list-wrap {
  width: 80%;
}

.pb-filter-card {
  margin-left: 0;
}

.pb-table-sort {
  width: auto !important;
  gap: 6px;
}

.pb-sort-arrows {
  display: inline-flex;
  width: 8px;
  height: 14px;
  flex: 0 0 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.pb-sort-arrows::before,
.pb-sort-arrows::after {
  align-self: auto;
  margin: 0;
}

.project-program-section-soft {
  content-visibility: auto;
  contain-intrinsic-size: auto 980px;
}

.project-apply-page .project-card-grid-primary .project-card-body {
  min-height: 276px;
}

.project-apply-page .project-card-body h2,
.project-apply-page .project-program-card-small .project-card-body h2 {
  min-height: 0;
  overflow: hidden;
  font-size: 19px;
  line-height: 1.35;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-apply-page .project-card-grid-primary .project-card-body ul {
  min-height: 94px;
}

.project-card-cover strong {
  right: 16px;
  left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-program-card-small .project-card-cover img {
  object-fit: contain;
  background: #eef5ff;
}

.project-process-section .project-section-head {
  margin-bottom: 58px;
}

.project-process-icon b {
  position: absolute;
  top: -10px;
  right: -6px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #1977ff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(25, 119, 255, .24);
}

.project-faq-list p + p {
  margin-top: -14px;
  padding-top: 0;
  padding-bottom: 14px;
}

.project-faq-list p:last-child {
  padding-bottom: 26px;
}

.agency-money-row {
  gap: 0;
  overflow: visible;
}

.agency-money-step,
.agency-money-step:nth-child(1),
.agency-money-step:nth-child(2),
.agency-money-step:nth-child(3),
.agency-money-step:nth-child(4) {
  border-width: 1px 0 1px 1px;
  border-radius: 0;
}

.agency-money-step:first-child {
  border-radius: 12px 0 0 12px;
}





.agency-money-step strong,
.agency-money-step p,
.agency-money-step::before {
  z-index: 3;
}

.agency-reason-copy p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.agency-voice-card {
  min-height: 456px;
  padding: 32px 30px 28px;
}

.agency-voice-card strong {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agency-voice-card p {
  font-size: 13px;
  line-height: 1.78;
}

.personal-orders-page .orders-table-head,
.personal-orders-page .orders-item {
  grid-template-columns: 1.15fr 1.55fr .82fr .92fr 1.28fr .85fr .9fr;
}

.personal-orders-page .orders-table-head {
  display: grid;
  min-height: 48px;
  padding: 0 18px;
  color: #53627a;
  background: #f4f8ff;
  font-weight: 800;
}

.personal-orders-page .orders-table-head span {
  min-width: 0;
  padding: 0 10px;
  text-align: center;
}

.personal-orders-page .orders-item {
  display: grid;
  align-items: stretch;
  min-height: 94px;
  padding: 0 18px;
}

.personal-orders-page .orders-item-meta,
.personal-orders-page .orders-item-grid {
  display: contents;
}

.personal-orders-page .orders-item-meta > span,
.personal-orders-page .orders-item-meta > b,
.personal-orders-page .orders-item-grid > div {
  display: flex;
  grid-row: 1;
  min-width: 0;
  min-height: 94px;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  border: 0;
  border-left: 1px solid #edf1f7;
  color: #42526a;
  font-size: 13px;
  text-align: center;
}

.personal-orders-page .orders-item-meta > span:first-child {
  grid-column: 1;
  border-left: 0;
}

.personal-orders-page .orders-item-detail {
  grid-column: 2;
  justify-content: flex-start !important;
  text-align: left;
}

.personal-orders-page .orders-item-meta > b {
  grid-column: 3;
  justify-self: center;
  align-self: center;
  min-height: auto;
  padding: 5px 9px;
  border: 0;
  color: #176fff;
  background: #edf6ff;
}

.personal-orders-page .orders-status {
  grid-column: 4;
}

.personal-orders-page .orders-item-meta > span:nth-child(2) {
  grid-column: 5;
}

.personal-orders-page .orders-money {
  grid-column: 6;
}

.personal-orders-page .orders-actions {
  grid-column: 7;
}

.personal-orders-page .orders-item-icon,
.personal-orders-page .orders-item-detail p,
.personal-orders-page .orders-status small,
.personal-orders-page .orders-money span {
  display: none;
}

.personal-orders-page .orders-item-detail h2 {
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.personal-orders-page .orders-money strong {
  color: #f28c00;
  font-size: 14px;
}

.personal-orders-page .orders-actions {
  gap: 8px;
}

/* Agency testimonials: BlueLake two-layer panel construction. */
.agency-voices-section {
  padding: 96px 0 112px;
  background: #fff;
}

.agency-voices-section .agency-design-wrap {
  width: min(1600px, calc(100% - 80px));
}

.agency-voice-grid {
  gap: 30px;
}

.agency-voice-card {
  position: relative;
  display: flex;
  min-height: 500px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 38px 32px 32px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(90deg, #ebf4ff 0%, #f0f5ff 100%);
  box-shadow: none;
  text-align: center;
}

.agency-voice-card::before {
  position: absolute;
  z-index: 0;
  inset: 16px;
  display: block;
  border-radius: 18px;
  background: #fff;
  content: "";
}

.agency-voice-card > * {
  position: relative;
  z-index: 1;
}

.agency-voice-card > img,
.agency-voice-avatar {
  width: 90px;
  height: 90px;
  margin: 0 auto 14px;
}

.agency-voice-card h3 {
  margin: 0 0 4px;
  color: #263145;
  font-size: 20px;
  line-height: 1.4;
}

.agency-voice-card small {
  margin-bottom: 14px;
  color: #77859b;
  font-size: 13px;
  line-height: 1.5;
}

.agency-voice-card strong {
  display: inline-flex;
  width: 230px;
  height: 40px;
  min-height: 40px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  padding: 0 8px;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(90deg, #006eff 0%, #5d7cff 52%, #6a52ff 100%);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agency-voice-card p {
  margin: 0;
  color: #71809a;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}

.agency-voice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(45, 104, 202, .12);
}

/* Feedback 0728: logged-in navigation, month filters and order details. */
.front-site .front-site-nav .nav-user {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 0 13px 0 7px;
  border: 1px solid #cfe3ff;
  border-radius: 999px;
  color: #18345c;
  background: #f5f9ff;
  box-shadow: 0 10px 24px rgba(11, 116, 222, .12);
  font-size: 14px;
  font-weight: 800;
}

.front-site .front-site-nav .nav-user:hover,
.front-site .front-site-nav .nav-user:focus-visible {
  border-color: #86baff;
  color: #086dcc;
  background: #edf6ff;
  outline: 0;
}

.front-site .front-site-nav .nav-user-avatar {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0b74de;
  font-size: 14px;
}

.front-site .front-site-nav .nav-user i {
  color: #7890af;
  font-size: 14px;
}

.pb-date-range input[type="month"] {
  min-width: 0;
  padding: 0 10px 0 14px;
  color: #53627a;
  background: #fff;
  caret-color: auto;
}

.pb-date-range input[type="month"]::-webkit-calendar-picker-indicator {
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: .62;
}

.pb-case-dialog {
  width: 440px;
  max-width: 440px;
}

.pb-case-content {
  position: relative;
  overflow: hidden;
  padding: 34px 38px 36px;
  border: 1px solid #cfe3ff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(35, 83, 146, .2);
}

.pb-case-content::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #0877ee, #17bed1);
  content: "";
}

.pb-case-label {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  border-radius: 13px;
  color: #0877ee;
  background: #edf6ff;
  font-size: 12px;
  font-weight: 800;
}

.pb-case-content h2 {
  margin: 16px 0 18px;
  color: #142743;
  font-size: 24px;
  font-weight: 900;
}

.pb-case-summary {
  display: grid;
  gap: 10px;
}

.pb-case-summary p {
  position: relative;
  margin: 0;
  padding-left: 19px;
  color: #50617a;
  font-size: 15px;
  line-height: 1.7;
}

.pb-case-summary p::before {
  position: absolute;
  top: 10px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0b74de;
  content: "";
}

.patent-preview-page {
  min-height: calc(100vh - 80px);
  background: #f3f7fc;
}

.patent-preview-shell {
  padding: 34px 0 72px;
}

.patent-preview-toolbar {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border: 1px solid #e0e8f3;
  color: #68778d;
  background: #fff;
  font-size: 14px;
}

.patent-preview-toolbar a,
.patent-preview-toolbar span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.patent-preview-toolbar a {
  color: #2e405a;
  font-weight: 800;
}

.patent-preview-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 24px;
  margin-top: 18px;
  align-items: start;
}

.patent-preview-meta,
.patent-preview-document {
  border: 1px solid #e0e8f3;
  background: #fff;
}

.patent-preview-meta {
  padding: 26px 24px;
}

.patent-preview-meta h1 {
  margin: 16px 0 22px;
  color: #17243a;
  font-size: 22px;
  line-height: 1.45;
}

.patent-preview-meta dl {
  margin: 0;
}

.patent-preview-meta dl div {
  padding: 13px 0;
  border-top: 1px solid #edf1f6;
}

.patent-preview-meta dt {
  color: #8a97aa;
  font-size: 12px;
}

.patent-preview-meta dd {
  margin: 5px 0 0;
  color: #34445d;
  font-size: 14px;
  font-weight: 800;
}

.patent-preview-meta > button {
  width: 100%;
  height: 42px;
  margin-top: 22px;
  border: 0;
  color: #fff;
  background: #0b74de;
  font-size: 14px;
  font-weight: 800;
}

.patent-preview-document {
  min-height: 820px;
  padding: 58px 72px;
  box-shadow: 0 18px 42px rgba(45, 77, 120, .08);
}

.patent-preview-document header {
  padding-bottom: 30px;
  border-bottom: 2px solid #1d2a3d;
  text-align: center;
}

.patent-preview-document header span,
.patent-preview-document header p {
  color: #69778b;
  font-size: 13px;
}

.patent-preview-document h2 {
  margin: 12px 0;
  color: #111d30;
  font-size: 30px;
}

.patent-preview-document section {
  margin-top: 34px;
}

.patent-preview-document h3 {
  margin: 0 0 12px;
  color: #17243a;
  font-size: 18px;
}

.patent-preview-document section p {
  margin: 0;
  color: #46566d;
  font-size: 15px;
  line-height: 2;
}

.patent-preview-placeholder {
  display: grid;
  min-height: 270px;
  margin-top: 42px;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: 1px dashed #b9cbe2;
  color: #7c8ea7;
  background: #f6f9fd;
}

.patent-preview-placeholder i {
  color: #4e91ea;
  font-size: 56px;
}

.personal-orders-page .orders-item-detail h2 {
  overflow: visible;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
}

.personal-orders-page .orders-money strong {
  margin: 0;
  color: #111827;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.personal-orders-page .orders-actions {
  gap: 0;
}

.personal-orders-page .orders-detail-link {
  margin-top: 0;
}

.order-detail-content {
  min-height: calc(100vh - 80px);
  padding: 32px 0 72px;
  background: #f4f7fb;
}

.order-detail-context {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: center;
  min-height: 112px;
  margin-bottom: 18px;
  padding: 20px 30px;
  border: 1px solid #e1e8f2;
  background: #fff;
}

.order-detail-context .order-back-link {
  margin: 0;
}

.order-detail-context > div {
  padding-left: 28px;
  border-left: 1px solid #e5ebf3;
}

.order-detail-context > div > span {
  color: #0b74de;
  font-size: 13px;
  font-weight: 800;
}

.order-detail-context h1 {
  margin: 5px 0 0;
  color: #17243a;
  font-size: 24px;
  font-weight: 900;
}

.order-detail-context p {
  margin: 5px 0 0;
  color: #728097;
  font-size: 13px;
}

.order-detail-page .order-detail-tabs,
.order-detail-page .order-section-card {
  border: 1px solid #e1e8f2;
  background: #fff;
}

.order-detail-page .order-detail-tabs button:focus,
.order-detail-page .order-detail-tabs button:focus-visible {
  outline: 0;
  box-shadow: none;
}

.order-detail-page [data-order-file-sections] > .order-section-card:first-child {
  margin-top: 18px;
}

/* Feedback 0805: service grouping, account menu and purchase/order interactions. */
.nav-user-menu {
  position: relative;
}

.front-site .front-site-nav .nav-user {
  border: 1px solid #cfe3ff;
  cursor: pointer;
}

.front-site .front-site-nav .nav-user .ti-chevron-down {
  transition: transform .18s ease;
}

.front-site .front-site-nav .nav-user .ti-chevron-down.is-open {
  transform: rotate(180deg);
}

.nav-user-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 1200;
  width: 156px;
  overflow: hidden;
  border: 1px solid #dce8f6;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(30, 72, 128, .16);
}

.nav-user-dropdown[hidden] {
  display: none;
}

.nav-user-dropdown a,
.nav-user-dropdown button {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 0;
  color: #31445f;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.nav-user-dropdown a:hover,
.nav-user-dropdown button:hover,
.nav-user-dropdown a:focus-visible,
.nav-user-dropdown button:focus-visible {
  color: #0877e9;
  background: #f1f7ff;
  outline: 0;
}

.nav-user-dropdown button {
  border-top: 1px solid #edf2f8;
}

.front-month-picker {
  position: absolute;
  z-index: 1300;
  width: 304px;
  padding: 16px;
  border: 1px solid #d7e5f4;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(32, 75, 134, .18);
}

.front-month-picker[hidden] {
  display: none;
}

.front-month-picker-head {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf2f8;
}

.front-month-picker-head button,
.front-month-picker-head span {
  display: grid;
  width: 34px;
  height: 32px;
  place-items: center;
}

.front-month-picker-head button {
  border: 1px solid #e0e9f5;
  border-radius: 4px;
  color: #40516a;
  background: #f8fbff;
}

.front-month-picker-head button:hover,
.front-month-picker-head button:focus-visible {
  border-color: #80b5ff;
  color: #0877e9;
  outline: 0;
}

.front-month-picker-head strong {
  color: #17243a;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.front-month-year-grid,
.front-month-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding-top: 14px;
}

.front-month-year-grid button,
.front-month-grid button {
  height: 38px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #344760;
  background: #f6f9fd;
  font-size: 13px;
  font-weight: 700;
}

.front-month-year-grid button:hover,
.front-month-grid button:hover,
.front-month-year-grid button:focus-visible,
.front-month-grid button:focus-visible,
.front-month-grid button.is-selected {
  border-color: #72adff;
  color: #0877e9;
  background: #eaf4ff;
  outline: 0;
}

.pb-date-range input[data-year-picker] {
  color: #53627a;
  caret-color: transparent;
}

/* 0823 document alignment: consistent module headings and supporting copy */
#services.home-service-mosaic .section-title,
.benefits-section .section-title,
.compare-section .section-title,
.reason-section .section-title {
  font-size: 54px;
  line-height: 1;
}

.home-service-mosaic .section-head,
.benefits-section .section-head,
.compare-section .section-head,
.reason-section .section-head {
  margin-bottom: 52px;
}

.reason-section .reason-showcase {
  margin-top: 0;
}

/* Keep the reasons module aligned with the shared desktop content width. */
.reason-section .container-xl {
  width: 80% !important;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.agency-section-head p {
  margin: 16px 0 0;
  color: #8a92a4;
  font-size: 16px;
  line-height: 1.6;
}

.pa-products-section .pa-product-group {
  grid-template-columns: 150px minmax(0, 1fr);
}

.pa-products-section .pa-group-label {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 20px 14px;
}

.pa-products-section .pa-group-label span {
  max-width: 100%;
  font-size: 21px;
  line-height: 1.4;
  text-align: center;
}

.pa-products-section .pa-product-group-two .pa-products-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pa-products-section .pa-product-card {
  min-height: 310px;
}

.agency-voice-card p {
  width: 100%;
  text-align: left;
}

.pb-guarantee-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.pb-bot-entry {
  position: fixed;
  right: 102px;
  bottom: 92px;
  z-index: 1035;
  width: 96px;
}

.pb-modal-bot {
  top: -42px;
  right: 8px;
  width: 112px;
  height: auto;
  object-fit: contain;
}

.pb-modal-title {
  padding-right: 122px;
}

.pb-modal-title span,
.pb-modal-title strong {
  position: relative;
  z-index: 3;
  white-space: nowrap;
}

.personal-orders-page .orders-table-head,
.personal-orders-page .orders-item {
  grid-template-columns: 1.15fr 1.83fr .82fr .92fr 1fr .85fr .9fr;
}

.personal-orders-page .orders-table-head span + span {
  border-left: 1px solid #e2eaf5;
}

.personal-orders-page .orders-item-meta > b {
  width: 100%;
  min-height: 94px;
  justify-self: stretch;
  padding: 16px 10px;
  border-left: 1px solid #edf1f7;
  color: #176fff;
  background: transparent;
}

.personal-orders-page .orders-item-meta > b span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  border-radius: 4px;
  background: #edf6ff;
}

.personal-orders-page.orders-is-compact .orders-layout {
  grid-template-columns: minmax(0, 1fr);
}

.personal-orders-page.orders-is-compact .orders-side {
  display: none;
}

.personal-orders-page.orders-is-compact .orders-main {
  width: min(100%, 1480px);
  margin: 0 auto;
}

/* Feedback 0818: content emphasis, tighter section rhythm and desktop interactions. */
.home-agent-entry {
  padding: 24px 0 12px;
  background: #fff;
}

.service-card.project .service-tags {
  width: 520px;
  max-width: none;
  white-space: nowrap;
}

.home-service-tile.project span {
  width: max-content;
  max-width: none;
  white-space: nowrap;
}

.compare-suggestion {
  border-color: #507afe;
  background: #507afe;
  box-shadow: 0 24px 70px rgba(42, 91, 220, .24);
}

.compare-suggestion strong {
  color: #fff;
}

.compare-suggestion p {
  color: rgba(255, 255, 255, .84);
}

.compare-suggestion img {
  filter: drop-shadow(0 10px 18px rgba(20, 50, 150, .22));
}

.pa-price,
.pa-price-free {
  color: #ff8800;
}

.reason-section {
  padding-top: 48px;
  padding-bottom: 52px;
}

.reason-section .section-head {
  margin-bottom: 0;
}

.reason-section .reason-showcase {
  margin-top: 26px;
}

.pb-process-section {
  padding-bottom: 66px;
}

.pb-faq-section {
  padding-top: 58px;
}

.project-benefit-section {
  padding-bottom: 52px;
}

.project-apply-page .project-process-section {
  padding-top: 58px;
}

.agency-money-section {
  padding-top: 64px;
}

.agency-money-section .agency-section-head {
  margin-bottom: 44px;
}

.project-apply-page .project-program-card-small .project-card-body h2 {
  display: -webkit-box;
  min-height: 44px;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pb-pagination-pages {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pb-pagination button:not(:disabled):hover,
.pb-pagination button:not(:disabled):focus-visible {
  border-color: #4779f5;
  color: #4779f5;
  outline: 0;
}

.orders-workspace .container-xl {
  margin-right: auto;
  margin-left: auto;
}

.reason-section .section-head {
  margin-bottom: 52px;
}

.reason-section .reason-showcase {
  margin-top: 0;
}
