:root {
  --primary: #007aff;
  --secondary: #00a0e9;
  --ink: #102033;
  --muted: #667085;
  --light: #f5f9ff;
  --soft: #f5f9ff;
  --line: #e7eef7;
  --white: #fff;
  --shadow: 0 18px 45px rgba(0, 88, 180, .10);
  --shadow-soft: 0 10px 30px rgba(16, 45, 84, .07);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  background: #fbfdff;
}

a[href] {
  color: inherit;
  text-decoration: none;
}

a[href],
a[href] *,
button,
button *,
label,
label *,
select,
summary,
summary *,
[role="button"],
[role="button"] *,
[data-open-lead],
[data-open-lead] *,
[data-close-lead],
[data-close-lead] *,
[data-menu-toggle],
[data-menu-toggle] *,
.btn,
.btn *,
.text-link,
.text-link *,
.card-cover,
.card-cover *,
.card,
.card *,
.card-action,
.card-action *,
.portfolio-card,
.portfolio-card *,
.portfolio-visual,
.portfolio-visual *,
.portfolio-action,
.portfolio-action *,
.case-feature,
.case-feature *,
.case-feature-cover,
.case-feature-cover *,
.article-row,
.article-row *,
.solution-tile,
.solution-tile *,
.news-feature,
.news-feature *,
.contact-method,
.contact-method *,
.footer-cta,
.footer-cta *,
.float-contact a,
.float-contact a * {
  cursor: pointer;
}

button:disabled,
button:disabled *,
select:disabled,
[aria-disabled="true"],
[aria-disabled="true"] * {
  cursor: not-allowed !important;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.25;
  letter-spacing: 0;
}

p {
  margin: 0;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  color: #fff;
  background: linear-gradient(90deg, #0069dd, #00a0e9);
  font-size: 13px;
}

.topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topbar a {
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(223, 233, 246, .88);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 21px;
  font-weight: 800;
}

.brand-logo {
  width: auto;
  height: 42px;
  max-width: 176px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  margin-left: auto;
}

.header-tags {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  min-width: 0;
}

.header-tags span {
  color: #43566e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

.nav-links a,
.nav-links button {
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  color: #2f4058;
  background: transparent;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
}

.nav-links a:hover,
.nav-links a.active,
.nav-links button:hover {
  color: var(--primary);
  background: #edf6ff;
}

.nav-links .nav-cta {
  margin-left: 6px;
  padding: 9px 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 10px 22px rgba(0, 122, 255, .18);
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta.active {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.nav-icon {
  display: none;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

@media (max-width: 1360px) {
  .header-tags {
    gap: 12px;
  }

  .header-tags span {
    font-size: 12px;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 76px;
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 160, 233, .18), transparent 30%),
    linear-gradient(135deg, #f7fbff 0%, #eef7ff 46%, #fff 100%);
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 38px;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 72%);
  background-size: auto;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr);
  gap: 58px;
  align-items: center;
  text-align: left;
}

.home-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(38px, 4.45vw, 56px);
  font-weight: 860;
  line-height: 1.14;
}

.home-banner-title {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 4.45vw, 56px);
  font-weight: 860;
  line-height: 1.14;
}

.home-hero-copy > p:not(.eyebrow) {
  max-width: 640px;
  margin-right: 0;
  margin-left: 0;
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 30px;
}

.home-hero-stage {
  position: relative;
}

.banner-carousel {
  position: relative;
}

.banner-slide[hidden] {
  display: none;
}

.banner-slide.is-active {
  animation: bannerFade .28s ease;
}

@keyframes bannerFade {
  from {
    opacity: .72;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.banner-arrow,
.banner-dot {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.banner-arrow {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #dcecff;
  border-radius: 50%;
  color: var(--primary);
  background: #fff;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(0, 88, 180, .08);
}

.banner-arrow:hover {
  color: #fff;
  border-color: var(--primary);
  background: var(--primary);
}

.banner-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.banner-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  background: #c7d7ea;
}

.banner-dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: var(--primary);
}

.hero-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 34px;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #dcecff;
  position: relative;
  z-index: 2;
}

.hero-strip div {
  padding: 18px 20px;
  border: 0;
  border-radius: 0;
  background: rgba(255,255,255,.92);
  box-shadow: none;
}

.hero-strip strong {
  display: block;
  color: var(--primary);
  font-size: 20px;
  line-height: 1;
}

.hero-strip span {
  display: block;
  margin-top: 6px;
  color: #263b56;
  font-size: 14px;
  font-weight: 800;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -44% 44%;
  height: 520px;
  background: radial-gradient(circle, rgba(0, 122, 255, .13), transparent 62%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: 56px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 800;
}

.hero h1 {
  max-width: 780px;
  font-size: 40px;
  font-weight: 820;
}

.hero-desc {
  max-width: 690px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
}

.btn.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 14px 28px rgba(0, 122, 255, .22);
}

.btn:focus {
  outline: 0;
}

.btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, .18), 0 14px 28px rgba(0, 122, 255, .22);
}

.btn.ghost {
  color: var(--primary);
  border: 1px solid rgba(0, 122, 255, .20);
  background: #fff;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.metrics div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 12px 28px rgba(24, 67, 112, .06);
}

.metrics strong {
  display: block;
  color: var(--primary);
  font-size: 25px;
  line-height: 1.15;
}

.metrics span {
  color: var(--muted);
  font-size: 14px;
}

.hero-media {
  position: relative;
  overflow: hidden;
  width: min(920px, 100%);
  min-height: 440px;
  margin: 0 auto;
  border: 1px solid rgba(0, 122, 255, .13);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 24px 60px rgba(24, 67, 112, .13);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.hero-banner-media {
  display: grid;
  min-height: 430px;
  place-items: center;
  padding: 0;
  background: #f5f9ff;
}

.hero-banner-media img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.home-hero-stage.has-banner .hero-service-rail {
  display: none;
}

.hero-dashboard {
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(246, 251, 255, .96)),
    linear-gradient(135deg, #edf6ff, #fff);
}

.dashboard-top {
  display: flex;
  gap: 7px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.dashboard-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d8e6f5;
}

.dashboard-top span:first-child {
  background: var(--primary);
}

.dashboard-main {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 14px;
  margin-top: 18px;
}

.dashboard-main div {
  min-height: 158px;
  padding: 24px;
  border: 1px solid #dcecff;
  border-radius: 8px;
  background: #fff;
}

.dashboard-main div:first-child {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, #006edc, #00a0e9);
}

.dashboard-main strong {
  display: block;
  font-size: 22px;
  line-height: 1.35;
}

.dashboard-main p {
  margin-top: 8px;
  color: inherit;
  opacity: .78;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.dashboard-grid span {
  padding: 14px 8px;
  border-radius: 8px;
  color: #2468a9;
  background: #edf7ff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.hero-service-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(430px, calc(100% - 44px));
}

.hero-service-rail span {
  padding: 12px 14px;
  border: 1px solid rgba(0, 122, 255, .13);
  border-radius: 8px;
  color: #24405f;
  background: rgba(255, 255, 255, .92);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(16, 45, 84, .08);
}

.section {
  padding: 82px 0;
}

.case-listing-section {
  padding-top: 28px;
}

.section.soft {
  background: #f4f8fd;
}

.news-home-section {
  padding: 64px 0 72px;
}

.section-head {
  margin-bottom: 28px;
}

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

.section-head.center p {
  margin-right: auto;
  margin-left: auto;
}

.section-head h2,
.split h2 {
  font-size: 32px;
  font-weight: 820;
}

.section-head p,
.split p {
  max-width: 760px;
  margin-top: 10px;
  color: var(--muted);
}

.section-split-head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .62fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.section-split-head h2 {
  max-width: 680px;
  font-size: 36px;
  line-height: 1.18;
}

.section-split-head > p {
  color: var(--muted);
}

.section-action {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  min-height: 40px;
  padding: 0 14px 0 16px;
  border: 1px solid rgba(0, 122, 255, .22);
  border-radius: 8px;
  color: var(--primary);
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 45, 84, .06);
  font-size: 15px;
  font-weight: 820;
  line-height: 1;
  transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.section-action::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.section-action:hover {
  color: #fff;
  border-color: var(--primary);
  background: var(--primary);
  box-shadow: 0 14px 30px rgba(0, 122, 255, .18);
  transform: translateY(-1px);
}

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

.solution-tile {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

.solution-tile:nth-child(n) {
  grid-column: auto;
}

.solution-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 122, 255, .28);
  background: #f8fbff;
  box-shadow: var(--shadow);
}

.solution-image {
  overflow: hidden;
  margin: -10px -10px 22px;
  aspect-ratio: 5 / 3;
  border-radius: 8px;
  background: #edf5ff;
}

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

.solution-index {
  color: rgba(0, 122, 255, .30);
  font-size: 34px;
  font-weight: 850;
  line-height: 1;
}

.solution-tile span {
  margin-top: 18px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 850;
}

.solution-tile h3 {
  margin-top: 8px;
  font-size: 24px;
}

.solution-tile p {
  margin-top: 10px;
  color: var(--muted);
}

.solution-tile em {
  margin-top: auto;
  padding-top: 16px;
  color: #8a96a8;
  font-size: 13px;
  font-style: normal;
}

.case-showcase {
  background: linear-gradient(180deg, #fff, #f5f9ff);
}

.case-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: 20px;
  align-items: stretch;
}

.case-feature {
  overflow: hidden;
  display: grid;
  min-height: 0;
  grid-template-rows: minmax(260px, 1fr) auto;
  flex-direction: column;
  border: 1px solid #dcecff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 88, 180, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.case-feature:first-child {
  grid-row: span 3;
  min-height: 650px;
}

.case-feature:nth-child(n + 2) {
  grid-template-columns: 210px minmax(0, 1fr);
  grid-template-rows: 1fr;
  min-height: 204px;
}

.case-feature-cover {
  position: relative;
  display: grid;
  min-height: 260px;
  place-items: center;
  overflow: hidden;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(0, 122, 255, .10), rgba(0, 160, 233, .05)),
    #f5f9ff;
}

.case-feature:first-child .case-feature-cover {
  min-height: 0;
}

.case-feature:nth-child(n + 2) .case-feature-cover {
  min-height: 0;
  padding: 18px;
}

.case-feature-cover img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 380px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(15, 45, 82, .18));
  transition: transform .35s ease;
}

.case-feature:first-child .case-feature-cover img {
  max-height: 410px;
}

.case-feature:nth-child(n + 2) .case-feature-cover img {
  max-height: 185px;
}

.case-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 122, 255, .28);
  box-shadow: 0 26px 60px rgba(0, 88, 180, .14);
}

.case-feature:hover img {
  transform: translateY(-4px) scale(1.02);
}

.case-feature-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 176px;
  padding: 24px;
}

.case-feature:nth-child(n + 2) .case-feature-body {
  min-height: 0;
  padding: 22px;
}

.case-feature-body span,
.news-feature span {
  color: var(--primary);
  font-size: 13px;
  font-weight: 850;
}

.case-feature-body h3 {
  margin-top: 8px;
  font-size: 23px;
}

.case-feature:nth-child(n + 2) .case-feature-body h3 {
  font-size: 20px;
}

.case-feature-body p {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 10px;
  color: var(--muted);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.case-feature:nth-child(n + 2) .case-feature-body p {
  font-size: 14px;
  line-height: 1.65;
}

.case-type-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  min-width: 0;
}

.case-type-tags span {
  display: inline-flex;
  min-width: 0;
  min-height: 24px;
  align-items: center;
  overflow: hidden;
  padding: 3px 9px;
  border: 1px solid #dbeaf8;
  border-radius: 999px;
  color: #42647f;
  background: #f3f8fd;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  color: var(--primary);
  font-weight: 850;
}

.process-section {
  background: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
  gap: 42px;
  align-items: start;
}

.process-copy h2 {
  font-size: 36px;
  line-height: 1.18;
}

.process-copy p:not(.eyebrow) {
  margin-top: 12px;
  color: var(--muted);
}

.process-copy .btn {
  margin-top: 24px;
}

.process-list {
  display: grid;
  gap: 0;
  border-top: 1px solid #dcecff;
}

.process-list div {
  display: grid;
  grid-template-columns: 56px minmax(0, .7fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid #dcecff;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.process-list span {
  color: var(--primary);
  font-size: 22px;
  font-weight: 850;
}

.process-list strong {
  font-size: 18px;
}

.process-list p {
  color: var(--muted);
}

.news-home-grid {
  display: grid;
  gap: 28px;
  align-items: start;
}

.news-home-head {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
}

.news-home-head h2 {
  max-width: 720px;
  font-size: 36px;
  line-height: 1.18;
}

.news-home-head p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 10px;
  color: var(--muted);
}

.news-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.news-feature {
  min-height: 214px;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 88, 180, .07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.news-feature a {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 22px;
}

.news-feature:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 122, 255, .28);
  box-shadow: 0 22px 48px rgba(0, 88, 180, .12);
}

.news-feature h3 {
  margin-top: 10px;
  color: var(--primary);
  font-size: 21px;
  line-height: 1.34;
}

.news-feature p {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.7;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

.service-item {
  min-height: 178px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 67, 112, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-item:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 122, 255, .22);
  box-shadow: var(--shadow);
}

.service-item span {
  display: block;
  margin-bottom: 12px;
  color: var(--primary);
  font-size: 20px;
  font-weight: 820;
}

.service-item p {
  color: var(--muted);
}

.service-item em {
  display: block;
  margin-top: 14px;
  color: #8a96a8;
  font-size: 13px;
  font-style: normal;
}

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

.case-grid {
  align-items: stretch;
}

.card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(24, 67, 112, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 122, 255, .22);
  box-shadow: var(--shadow);
}

.card-cover {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #edf5ff;
}

.card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.card:hover .card-cover img {
  transform: scale(1.035);
}

.card-cover::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(10, 24, 42, .26));
}

.card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 24, 42, .72);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.card-body {
  display: flex;
  min-height: 244px;
  flex-direction: column;
  padding: 18px;
}

.card-kicker {
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
}

.card h3 {
  font-size: 20px;
  font-weight: 820;
  line-height: 1.35;
}

.card h3 a {
  display: block;
  overflow: hidden;
  min-height: 27px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card p {
  display: -webkit-box;
  overflow: hidden;
  min-height: 50px;
  margin-top: 10px;
  color: var(--muted);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

.case-tags span {
  padding: 4px 9px;
  border-radius: 999px;
  color: #2468a9;
  background: #edf7ff;
  font-size: 12px;
  font-weight: 800;
}

.card-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 14px;
  color: var(--primary);
  font-weight: 820;
}

.card-action span {
  font-size: 20px;
  line-height: 1;
  transition: transform .2s ease;
}

.card:hover .card-action span {
  transform: translateX(3px);
}

.article-list {
  display: grid;
  gap: 0;
  border-top: 1px solid #dcecff;
}

.article-row {
  border: 0;
  border-bottom: 1px solid #dcecff;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background .2s ease;
}

.article-row:hover {
  transform: none;
  border-color: #dcecff;
  background: #f8fbff;
  box-shadow: none;
}

.article-row a {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 58px;
  gap: 22px;
  align-items: center;
  padding: 24px 8px;
}

.article-row h3 {
  color: var(--ink);
  font-size: 22px;
  font-weight: 820;
}

.article-row p {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 7px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.article-row time {
  display: block;
  margin-top: 0;
  color: var(--primary);
  font-size: 13px;
  font-weight: 850;
}

.article-row a > span {
  justify-self: end;
  color: var(--primary);
  font-size: 13px;
  font-weight: 850;
}

.article-panel {
  padding: 28px 24px;
  border-radius: 14px;
  background: var(--light);
}

.article-panel h2 {
  margin-bottom: 22px;
  text-align: center;
  font-size: 21px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1fr);
  gap: 36px;
  align-items: start;
}

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

.adv-list div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(24, 67, 112, .06);
}

.adv-list strong {
  display: block;
  color: var(--primary);
  font-size: 20px;
}

.adv-list span {
  color: var(--muted);
}

.lead-form {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.lead-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.lead-head {
  margin-bottom: 18px;
  text-align: left;
}

.lead-copy {
  min-width: 0;
}

.lead-title-row {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.lead-badge {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--primary);
  background: #edf7ff;
  font-size: 12px;
  font-weight: 820;
}

.lead-title {
  font-size: 20px;
  font-weight: 850;
}

.lead-head p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.lead-grid {
  display: grid;
  gap: 12px;
}

.lead-grid input,
.lead-grid select {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  outline: 0;
  color: var(--ink);
  background: #fbfdff;
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.lead-grid input:focus,
.lead-grid select:focus {
  border-color: rgba(0, 122, 255, .54);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, .10);
}

.lead-grid button {
  height: 46px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(0, 122, 255, .22);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.lead-grid button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 122, 255, .26);
}

.lead-grid button:disabled {
  opacity: .65;
  cursor: not-allowed;
  transform: none;
}

.lead-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.lead-trust span {
  padding: 4px 9px;
  border-radius: 999px;
  color: #2468a9;
  background: #edf7ff;
  font-size: 12px;
  font-weight: 800;
}

.lead-tip {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.lead-tip a {
  color: var(--primary);
  font-weight: 800;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
  background:
    linear-gradient(90deg, rgba(0, 122, 255, .052) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 50% 0%, rgba(0, 122, 255, .04), transparent 56%),
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  background-size: 88px 88px, auto, auto;
}

.page-hero.compact {
  padding: 54px 0;
}

.detail-hero {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 122, 255, .04), transparent 56%),
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  background-size: auto, auto;
}

.page-hero .eyebrow {
  color: var(--primary);
}

.page-hero h1 {
  max-width: 880px;
  font-size: 42px;
  font-weight: 850;
  line-height: 1.16;
}

.page-hero p {
  max-width: 760px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
}

.listing-banner-section {
  padding: 42px 0 34px;
  background: transparent;
}

.listing-banner-carousel {
  overflow: hidden;
}

.listing-banner-slide {
  display: grid;
  gap: 22px;
  align-items: center;
  min-height: 0;
  padding: 6px 20px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.listing-banner-slide:hover {
  transform: translateY(-2px);
  border-color: transparent;
  box-shadow: none;
}

.listing-banner-slide.has-image {
  grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr);
  min-height: 240px;
}

.listing-banner-copy h1,
.page-banner-title {
  max-width: 820px;
  color: var(--ink);
  font-size: 42px;
  font-weight: 850;
  line-height: 1.16;
}

.listing-banner-copy p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
}

.listing-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 44px;
  margin-top: 24px;
}

.listing-banner-actions:empty {
  display: none;
}

.listing-banner-media {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background: #f5f9ff;
}

.listing-banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-intro-panel-section {
  padding: 38px 0 54px;
  background-color: #f7fbff;
  background-image:
    linear-gradient(rgba(0, 122, 255, .10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 122, 255, .10) 1px, transparent 1px);
  background-size: 72px 72px;
}

.page-intro-panel {
  padding: 52px 28px 34px;
  border: 1px solid #d4e8ff;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 122, 255, .11), rgba(255, 255, 255, .88) 26%, #fff 100%);
  text-align: center;
  box-shadow: 0 18px 46px rgba(0, 88, 180, .06);
}

.page-intro-panel h1,
.page-intro-panel h2 {
  margin-top: 18px;
  color: var(--ink);
  font-size: 42px;
  font-weight: 850;
  line-height: 1.16;
}

.page-intro-panel > p:not(.eyebrow) {
  max-width: 780px;
  margin: 18px auto 0;
  color: #596a80;
  font-size: 17px;
  line-height: 1.75;
}

.page-intro-panel .btn {
  min-height: 44px;
  margin-top: 24px;
  padding: 0 20px;
  border-radius: 8px;
}

@media (max-width: 720px) {
  .page-intro-panel-section {
    padding: 24px 0 38px;
    background-size: 48px 48px;
  }

  .page-intro-panel {
    padding: 34px 18px 28px;
  }

  .page-intro-panel h1,
  .page-intro-panel h2 {
    font-size: 30px;
    line-height: 1.18;
  }

  .page-intro-panel > p:not(.eyebrow) {
    font-size: 15px;
  }
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 38px;
  align-items: start;
}

.rich-content {
  min-width: 0;
  font-size: 18px;
  line-height: 1.88;
}

.rich-content h2,
.rich-content h3,
.rich-content h4 {
  margin: 26px 0 12px;
}

.rich-content p {
  margin-bottom: 14px;
  color: #2e3a4a;
}

.rich-content img {
  height: auto;
  margin: 20px auto;
  border-radius: 12px;
}

.rich-content ul,
.rich-content ol {
  padding-left: 22px;
}

.detail-content {
  padding: 42px;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.side-panel {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 18px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.tabs a {
  padding: 10px 16px;
  border: 1px solid #dcecff;
  border-radius: 8px;
  color: #2f4058;
  background: #fff;
  font-weight: 700;
}

.tabs a.active {
  color: #fff;
  border-color: var(--primary);
  background: var(--primary);
}

.case-listing-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px 150px;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 22px;
  padding: 24px;
  border: 1px solid #dcecff;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 67, 112, .06);
}

.case-masonry {
  display: grid;
  gap: 24px;
}

.portfolio-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 42%) minmax(0, 1fr);
  min-height: 350px;
  overflow: hidden;
  border: 1px solid #dcecff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 88, 180, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.portfolio-card::before {
  content: none;
}

.portfolio-card:nth-child(even) .portfolio-visual {
  order: 2;
}

.portfolio-card:nth-child(even) .portfolio-body {
  order: 1;
}

.portfolio-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 122, 255, .30);
  box-shadow: 0 28px 64px rgba(0, 88, 180, .14);
}

.portfolio-visual {
  position: relative;
  display: grid;
  min-height: 350px;
  place-items: center;
  overflow: hidden;
  padding: 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 160, 233, .14), transparent 34%),
    linear-gradient(135deg, #eef8ff, #fbfdff);
}

.portfolio-visual::after {
  content: none;
}

.portfolio-image {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: min(86%, 390px);
  max-height: 330px;
  border: 1px solid rgba(0, 122, 255, .14);
  border-radius: 14px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 18px 38px rgba(16, 45, 84, .14);
  transition: transform .35s ease;
}

.portfolio-fallback {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(78%, 320px);
  min-height: 210px;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 28px;
  border: 1px solid rgba(0, 122, 255, .16);
  border-radius: 8px;
  color: #102033;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 38px rgba(16, 45, 84, .10);
  text-align: center;
}

.portfolio-fallback::before {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  content: "";
}

.portfolio-fallback strong {
  font-size: 24px;
  line-height: 1.25;
}

.portfolio-fallback em {
  color: var(--primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.portfolio-card:hover .portfolio-image {
  transform: scale(1.02);
}

.portfolio-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 46px 38px;
}

.portfolio-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--primary);
  font-size: 13px;
  font-weight: 850;
}

.portfolio-topline time {
  color: #8a96a8;
  font-weight: 700;
}

.portfolio-body h3 {
  max-width: 640px;
  margin-top: 12px;
  font-size: 30px;
}

.portfolio-body p {
  display: -webkit-box;
  overflow: hidden;
  max-width: 680px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.portfolio-outcomes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.portfolio-outcomes div {
  padding: 14px 16px;
  border: 1px solid #e3f0ff;
  border-radius: 8px;
  background: #f8fbff;
}

.portfolio-outcomes strong {
  display: block;
  color: #233b58;
  font-size: 13px;
  line-height: 1.3;
}

.portfolio-outcomes span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.portfolio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.portfolio-tags span {
  padding: 5px 10px;
  border-radius: 999px;
  color: #2468a9;
  background: #edf7ff;
  font-size: 12px;
  font-weight: 800;
}

.portfolio-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px 0 16px;
  border: 1px solid rgba(0, 122, 255, .22);
  border-radius: 8px;
  color: var(--primary);
  background: #fff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(16, 45, 84, .06);
  transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.portfolio-action::after {
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.portfolio-action:hover {
  color: #fff;
  border-color: var(--primary);
  background: var(--primary);
  box-shadow: 0 14px 30px rgba(0, 122, 255, .18);
  transform: translateY(-1px);
}

.portfolio-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}

.news-center-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.news-center-aside {
  position: sticky;
  top: 112px;
  padding: 0 28px 0 0;
  border: 0;
  border-right: 1px solid #dcecff;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.news-center-aside h2 {
  font-size: 36px;
  line-height: 1.18;
}

.news-center-aside p:not(.eyebrow) {
  margin-top: 10px;
  color: var(--muted);
}

.news-topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.news-topic-tags span {
  padding: 8px 11px;
  border: 1px solid #dcecff;
  border-radius: 8px;
  color: #2468a9;
  background: #fff;
  font-size: 13px;
  font-weight: 850;
}

.case-listing-head span,
.panel-label {
  color: var(--primary);
  font-size: 12px;
  font-weight: 850;
}

.case-listing-head h2 {
  margin-top: 6px;
  font-size: 28px;
}

.case-listing-head p {
  max-width: 680px;
  margin-top: 8px;
  color: var(--muted);
}

.case-stats {
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid #e3f0ff;
  border-radius: 12px;
  background: #f8fbff;
}

.case-stats strong {
  color: var(--primary);
  font-size: 30px;
  line-height: 1;
}

.case-stats span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 20px 22px;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #fff;
}

.faq-item summary {
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}

.faq-item p {
  margin-top: 12px;
  color: var(--muted);
}

.related-box {
  padding: 22px;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.related-box h2 {
  margin-bottom: 12px;
  font-size: 20px;
}

.related-box ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.related-box li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.cta-band {
  overflow: hidden;
  padding: 64px 0;
  border-top: 1px solid #dcecff;
  border-bottom: 1px solid #dcecff;
  background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 36px;
  align-items: center;
  color: var(--ink);
}

.cta-copy .eyebrow {
  color: var(--primary);
}

.cta-inner h2 {
  max-width: 660px;
  color: var(--ink);
  font-size: 38px;
  line-height: 1.14;
}

.cta-inner p {
  max-width: 680px;
  margin-top: 12px;
  color: var(--muted);
}

.cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cta-points span {
  padding: 8px 12px;
  border: 1px solid #dcecff;
  border-radius: 8px;
  background: #fff;
  color: #2468a9;
  font-weight: 800;
}

.cta-band .lead-form {
  border-color: #cfe6ff;
  box-shadow: 0 24px 50px rgba(0, 88, 180, .12);
}

.contact-page {
  padding-top: 72px;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.about-hero {
  padding: 84px 0;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 54px;
  align-items: center;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-snapshot {
  padding: 32px;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.about-snapshot strong {
  display: block;
  color: var(--primary);
  font-size: 26px;
  line-height: 1.28;
}

.about-snapshot span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

.about-snapshot div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.about-snapshot em {
  padding: 8px 10px;
  border-radius: 8px;
  color: #2468a9;
  background: #edf7ff;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.about-section {
  background: #fff;
}

.about-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.about-values {
  display: grid;
  gap: 1px;
  overflow: hidden;
  position: sticky;
  top: 112px;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #dcecff;
}

.about-values div {
  padding: 24px;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.about-values strong {
  display: block;
  color: var(--primary);
  font-size: 18px;
}

.about-values span {
  color: var(--muted);
}

.about-content {
  padding: 42px;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.about-service-band {
  background: #f4f8fd;
}

.about-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #dcecff;
}

.about-service-grid div {
  padding: 30px;
  background: #fff;
}

.about-service-grid span {
  color: rgba(0, 122, 255, .35);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.about-service-grid strong {
  display: block;
  margin-top: 18px;
  font-size: 22px;
}

.about-service-grid p {
  margin-top: 10px;
  color: var(--muted);
}

.about-clean-page {
  min-height: calc(100vh - 220px);
  padding: 48px 0 74px;
  background: #f6f7f9;
}

.about-clean-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.about-clean-main,
.about-clean-brand,
.about-clean-values,
.about-clean-contact {
  border: 1px solid #dcecff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 45, 84, .08);
}

.about-clean-main {
  padding: 42px;
}

.about-clean-main h1,
.about-clean-main h2 {
  max-width: 720px;
  font-size: 36px;
  line-height: 1.16;
}

.about-clean-lead {
  max-width: 740px;
  margin-top: 16px;
  color: #53657a;
  font-size: 17px;
  line-height: 1.8;
}

.about-clean-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.about-clean-tags span {
  padding: 8px 12px;
  border: 1px solid #dcecff;
  border-radius: 8px;
  color: #2468a9;
  background: #f7fbff;
  font-size: 13px;
  font-weight: 850;
}

.about-clean-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.about-clean-content {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  box-shadow: none;
}

.about-clean-side {
  display: grid;
  gap: 16px;
}

.about-clean-brand {
  padding: 24px;
}

.about-clean-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.about-clean-brand span {
  display: block;
  margin-top: 16px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 850;
}

.about-clean-brand strong {
  display: block;
  margin-top: 6px;
  color: #111f33;
  font-size: 20px;
  line-height: 1.35;
}

.about-clean-brand p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.7;
}

.about-clean-values {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.about-clean-values div {
  padding: 16px;
  border-radius: 8px;
  background: #f7fbff;
}

.about-clean-values strong {
  display: block;
  color: #111f33;
  font-size: 16px;
}

.about-clean-values span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.about-clean-contact {
  padding: 20px;
}

.about-clean-contact span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.about-clean-contact a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--primary);
  font-size: 22px;
  font-weight: 900;
}

.consult-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 34px;
  align-items: start;
}

.consult-card,
.consult-form .lead-form {
  border: 1px solid #dcecff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 45, 84, .08);
}

.consult-card {
  padding: 42px;
}

.consult-card h2 {
  color: var(--primary);
  font-size: 28px;
  line-height: 1.2;
}

.consult-info-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
  color: #53657a;
  font-size: 16px;
  line-height: 1.75;
}

.consult-info-list p {
  margin: 0;
}

.consult-info-list strong {
  color: #4b5c70;
  font-weight: 850;
}

.consult-info-list span,
.consult-info-list a {
  color: #53657a;
  font-weight: 760;
}

.consult-info-list a:hover {
  color: var(--primary);
}

.consult-note {
  max-width: 680px;
  margin-top: 28px;
  color: #667085;
  font-size: 16px;
  font-weight: 760;
  line-height: 1.8;
}

.consult-form .lead-form {
  box-shadow: 0 16px 42px rgba(16, 45, 84, .08);
}

@media (max-width: 980px) {
  .about-clean-layout,
  .consult-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .about-clean-page {
    padding: 34px 0 46px;
  }

  .about-clean-main,
  .about-clean-brand,
  .about-clean-values,
  .about-clean-contact {
    box-shadow: 0 10px 26px rgba(16, 45, 84, .06);
  }

  .about-clean-main {
    padding: 24px;
  }

  .consult-card,
  .consult-form .lead-form {
    padding: 24px;
    box-shadow: 0 10px 26px rgba(16, 45, 84, .06);
  }

  .about-clean-main h1,
  .about-clean-main h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .about-clean-lead {
    font-size: 15px;
  }
}

.about-page-hero {
  padding: 70px 0 78px;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.about-page-hero .about-hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(430px, .74fr);
}

.about-hero-copy h1,
.about-hero-copy h2 {
  max-width: 760px;
  font-size: 42px;
  line-height: 1.14;
}

.about-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 18px;
  color: #516278;
  font-size: 17px;
  line-height: 1.8;
}

.about-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-hero-tags span {
  padding: 8px 12px;
  border: 1px solid #dcecff;
  border-radius: 8px;
  color: #2468a9;
  background: #fff;
  font-size: 13px;
  font-weight: 850;
}

.about-showcase {
  display: grid;
  gap: 14px;
}

.about-brand-panel {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid #dcecff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 45, 84, .09);
}

.about-brand-panel img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.about-brand-panel span {
  display: block;
  color: var(--primary);
  font-size: 13px;
  font-weight: 850;
}

.about-brand-panel strong {
  display: block;
  margin-top: 4px;
  color: #111f33;
  font-size: 18px;
  line-height: 1.35;
}

.about-case-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-case-card {
  overflow: hidden;
  min-height: 214px;
  border: 1px solid #dcecff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 45, 84, .08);
}

.about-case-card img {
  display: block;
  width: 100%;
  height: 154px;
  object-fit: contain;
  padding: 12px;
  background: #f6faff;
}

.about-case-card span {
  display: block;
  padding: 12px 14px 14px;
  color: #16263a;
  font-size: 14px;
  font-weight: 850;
}

.about-overview-section {
  background: #fff;
}

.about-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.about-overview-grid .about-values {
  position: static;
  display: grid;
  gap: 14px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.about-overview-grid .about-values div {
  min-height: 132px;
  padding: 24px;
  border: 1px solid #dcecff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 45, 84, .07);
}

.about-overview-grid .about-values strong {
  color: #111f33;
}

.about-overview-grid .about-values span {
  display: block;
  margin-top: 8px;
  line-height: 1.7;
}

.about-service-band {
  background: #f5f9ff;
}

.about-service-grid {
  gap: 16px;
  overflow: visible;
  border: 0;
  background: transparent;
}

.about-service-grid div {
  min-height: 238px;
  padding: 30px;
  border: 1px solid #dcecff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 45, 84, .07);
}

.about-process-section {
  background: #fff;
}

.about-process-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: center;
}

.about-process-grid h2 {
  max-width: 640px;
  font-size: 34px;
  line-height: 1.18;
}

.about-process-grid p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.about-process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-process-list span {
  display: grid;
  min-height: 82px;
  place-items: center;
  border: 1px solid #dcecff;
  border-radius: 8px;
  color: #2468a9;
  background: #f7fbff;
  font-weight: 850;
}

.about-cta-section {
  padding: 54px 0 70px;
  background: #f5f9ff;
}

.about-cta-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.about-cta-inner h2 {
  font-size: 30px;
  line-height: 1.2;
}

.about-cta-inner p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 10px;
  color: var(--muted);
}

@media (max-width: 980px) {
  .about-page-hero .about-hero-grid,
  .about-overview-grid,
  .about-process-grid {
    grid-template-columns: 1fr;
  }

  .about-overview-grid .about-values {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .about-page-hero {
    padding: 42px 0 48px;
  }

  .about-hero-copy h1,
  .about-hero-copy h2 {
    font-size: 30px;
    line-height: 1.18;
  }

  .about-overview-grid .about-values,
  .about-service-grid,
  .about-process-list {
    grid-template-columns: 1fr;
  }

  .about-case-preview {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .about-case-preview::-webkit-scrollbar {
    display: none;
  }

  .about-case-card {
    flex: 0 0 78vw;
    scroll-snap-align: start;
  }

  .about-content {
    padding: 24px;
  }

  .about-process-grid h2,
  .about-cta-inner h2 {
    font-size: 26px;
  }
}

.contact-redesign {
  align-items: stretch;
}

.contact-redesign .contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-redesign h1 {
  margin-top: 8px;
  font-size: 42px;
  line-height: 1.14;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 34px;
  align-items: start;
}

.contact-panel,
.contact-form-panel {
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.contact-panel {
  padding: 42px;
}

.contact-panel h2 {
  max-width: 760px;
  margin-top: 8px;
  font-size: 30px;
  line-height: 1.22;
}

.contact-panel > p {
  max-width: 740px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
}

.contact-hero-line {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #f8fbff;
}

.contact-hero-line strong {
  color: var(--primary);
  font-size: 28px;
  line-height: 1;
}

.contact-hero-line span {
  color: #40516a;
  font-weight: 800;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 26px;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #dcecff;
}

.contact-method {
  min-width: 0;
  padding: 20px;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.contact-method span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.contact-method strong {
  display: block;
  overflow-wrap: anywhere;
  margin-top: 6px;
  font-size: 16px;
}

.contact-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.contact-process span {
  padding: 10px 12px;
  border-radius: 8px;
  color: #2468a9;
  background: #edf7ff;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.contact-copy {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.contact-form-panel {
  position: sticky;
  top: 112px;
  padding: 18px;
}

.site-footer {
  padding: 0 0 22px;
  color: rgba(255, 255, 255, .82);
  background: var(--primary);
  border-top: 0;
}

.footer-top {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.footer-brand {
  margin-bottom: 8px;
  color: #fff;
  font-size: 26px;
  font-weight: 850;
  line-height: 1.25;
}

.site-footer p {
  margin: 8px 0;
  max-width: 620px;
}

.site-footer strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 16px;
}

.site-footer a,
.site-footer span {
  display: block;
  color: #fff;
  margin-top: 9px;
  line-height: 1.55;
}

.site-footer a {
  opacity: .92;
  transition: opacity .2s ease, transform .2s ease;
}

.site-footer a:hover {
  opacity: 1;
  transform: translateX(2px);
}

.footer-cta {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: var(--primary);
  background: #fff;
  font: inherit;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(0, 54, 140, .14);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: space-between;
  padding-top: 20px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.footer-bottom span {
  display: inline;
  margin: 0;
}

.float-contact {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 30;
  display: flex;
  gap: 8px;
  transform: none;
}

.float-contact a,
.float-contact button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  padding: 9px 13px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--primary);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  box-shadow: 0 12px 26px rgba(0, 122, 255, .24);
  cursor: pointer;
  appearance: none;
  writing-mode: horizontal-tb;
  opacity: .92;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 24px 16px;
  background: rgba(7, 25, 46, .58);
}

.lead-modal.open {
  display: grid;
}

.lead-modal-panel {
  position: relative;
  width: min(420px, 100%);
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
}

.lead-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 32px;
  height: 32px;
  border: 1px solid #dcecff;
  border-radius: 50%;
  color: #53657a;
  background: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(16, 45, 84, .10);
}

.lead-modal-panel .lead-form {
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  padding: 26px 24px 24px;
}

.lead-modal-panel .lead-head {
  padding-right: 42px;
}

.lead-modal-visible .float-contact {
  display: none;
}

@media (max-width: 980px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  .topbar-inner {
    justify-content: center;
  }

  .topbar-inner span {
    display: none;
  }

  .header-tags {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    min-height: 64px;
  }

  .brand-logo {
    height: 36px;
    max-width: 150px;
  }

  .nav-links {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px 18px;
    border-top: 1px solid var(--line);
    background: #fff;
  }

  .nav-links.open {
    display: flex;
  }

  .hero {
    padding: 46px 0 50px;
  }

  .hero-grid,
  .home-hero-grid,
  .split,
  .content-layout,
  .cta-inner,
  .contact-grid,
  .case-listing-head,
  .section-split-head,
  .case-feature-grid,
  .process-grid,
  .news-home-grid,
  .news-center-layout,
  .about-hero-grid,
  .about-layout {
    grid-template-columns: 1fr;
  }

  .section-action {
    justify-self: start;
  }

  .cta-inner {
    gap: 22px;
  }

  .cta-points {
    margin-top: 16px;
  }

  .footer-top {
    display: grid;
    gap: 16px;
    align-items: start;
    padding: 28px 0 22px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
    padding: 22px 0;
  }

  .news-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    font-size: 20px;
    line-height: 1.35;
  }

  .footer-cta {
    justify-self: start;
    min-height: 40px;
    padding: 0 18px;
  }

  .footer-bottom {
    display: grid;
    gap: 5px;
    justify-content: start;
    padding-top: 16px;
    font-size: 12px;
  }

  .site-footer {
    padding: 0 0 calc(82px + env(safe-area-inset-bottom));
  }

  .site-footer strong {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .site-footer a,
  .site-footer span {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .site-footer p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;
  }

  .footer-grid > div:last-child {
    grid-column: 1 / -1;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  .hero h1 {
    font-size: 32px;
  }

  .home-hero {
    padding: 30px 0 24px;
  }

  .home-hero-copy h1,
  .home-banner-title {
    font-size: 29px;
    line-height: 1.18;
  }

  .home-hero-copy > p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.62;
  }

  .home-actions {
    margin-top: 22px;
  }

  .home-hero-stage {
    order: 2;
    margin-top: 22px;
  }

  .hero-desc {
    font-size: 16px;
  }

  .hero-media,
  .hero-media img {
    min-height: 0;
  }

  .hero-banner-media {
    min-height: 0;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(24, 67, 112, .10);
  }

  .hero-banner-media img {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .hero-dashboard {
    padding: 16px;
  }

  .dashboard-main {
    grid-template-columns: 1fr;
  }

  .dashboard-main div {
    min-height: 112px;
    padding: 18px;
  }

  .dashboard-main div:nth-child(2) {
    display: none;
  }

  .hero-service-rail {
    position: static;
    width: 100%;
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-strip,
  .solution-grid,
  .case-masonry {
    grid-template-columns: 1fr;
  }

  .hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }

  .hero-strip div {
    padding: 13px 14px;
  }

  .hero-strip strong {
    font-size: 17px;
  }

  .hero-strip span {
    font-size: 13px;
  }

  .solution-tile:nth-child(n) {
    grid-column: auto;
  }

  .solution-tile {
    min-height: auto;
  }

  .case-feature,
  .case-feature:first-child,
  .portfolio-card {
    grid-template-columns: 1fr;
  }

  .listing-banner-slide,
  .listing-banner-slide.has-image {
    grid-template-columns: 1fr;
  }

  .listing-banner-slide {
    min-height: 0;
    padding: 24px;
  }

  .listing-banner-media {
    order: -1;
  }

  .case-feature:nth-child(n + 2) {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(220px, 1fr) auto;
    min-height: 0;
  }

  .case-feature:first-child .case-feature-cover,
  .case-feature:nth-child(n + 2) .case-feature-cover,
  .case-feature-cover,
  .portfolio-visual {
    min-height: 220px;
  }

  .case-feature:first-child {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }

  .case-feature:first-child .case-feature-cover img,
  .case-feature:nth-child(n + 2) .case-feature-cover img {
    max-height: 300px;
  }

  .portfolio-card:nth-child(even) .portfolio-visual,
  .portfolio-card:nth-child(even) .portfolio-body {
    order: initial;
  }

  .portfolio-visual {
    padding: 22px;
  }

  .portfolio-image {
    max-width: min(88%, 340px);
    max-height: 300px;
  }

  .portfolio-fallback {
    width: min(88%, 320px);
    min-height: 180px;
    padding: 24px;
  }

  .portfolio-body {
    padding: 22px;
  }

  .portfolio-body h3 {
    font-size: 22px;
  }

  .portfolio-outcomes {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
  }

  .portfolio-tags {
    gap: 7px;
  }

  .portfolio-footer {
    display: grid;
    gap: 14px;
    justify-items: start;
    margin-top: 18px;
  }

  .process-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .news-home-head,
  .news-center-aside,
  .about-values {
    position: static;
  }

  .news-home-head {
    display: grid;
    gap: 18px;
    align-items: start;
  }

  .news-home-head .btn {
    justify-self: start;
  }

  .news-feature-list {
    grid-template-columns: 1fr;
  }

  .news-feature {
    min-height: auto;
  }

  .metrics div {
    padding: 12px 10px;
  }

  .metrics strong {
    font-size: 20px;
  }

  .metrics span {
    font-size: 12px;
  }

  .dashboard-main strong {
    font-size: 18px;
  }

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

  .dashboard-grid span {
    padding: 8px;
  }

  .service-grid,
  .card-grid,
  .contact-methods,
  .contact-process {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 42px 0;
  }

  .case-listing-section {
    padding-top: 22px;
  }

  .news-home-section {
    padding: 42px 0;
  }

  .cta-band {
    padding: 38px 0 24px;
  }

  .page-hero,
  .page-hero.compact,
  .about-hero {
    padding: 36px 0;
  }

  .section-head h2,
  .split h2,
  .contact-panel h2,
  .cta-inner h2 {
    font-size: 26px;
  }

  .contact-redesign h1 {
    font-size: 28px;
    line-height: 1.18;
  }

  .contact-panel h2 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.28;
  }

  .contact-panel > p {
    font-size: 15px;
  }

  .contact-hero-line {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 20px;
    padding: 14px;
  }

  .contact-hero-line strong {
    font-size: 22px;
  }

  .contact-methods {
    margin-top: 16px;
  }

  .contact-method {
    padding: 14px;
  }

  .contact-method strong {
    font-size: 15px;
  }

  .contact-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
  }

  .contact-process span {
    padding: 8px 10px;
    font-size: 12px;
  }

  .page-hero h1,
  .page-banner-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .page-hero p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.62;
  }

  .about-snapshot {
    padding: 20px;
  }

  .about-snapshot strong {
    font-size: 20px;
  }

  .about-hero-actions {
    margin-top: 20px;
  }

  .side-panel,
  .contact-form-panel {
    position: static;
  }

  .contact-form-panel {
    padding: 0;
  }

  .contact-panel,
  .detail-content,
  .article-panel {
    padding: 18px;
  }

  .contact-copy {
    display: none;
  }

  .lead-form {
    padding: 20px;
  }

  .lead-head {
    margin-bottom: 14px;
  }

  .lead-title {
    font-size: 18px;
  }

  .case-stats {
    place-items: start;
  }

  .float-contact {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: none;
    gap: 10px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    border-top: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .float-contact a,
  .float-contact button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    min-width: 0;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    writing-mode: horizontal-tb;
    box-shadow: 0 8px 18px rgba(0, 122, 255, .18);
  }

  body {
    padding-bottom: 0;
  }
}

html.is-pointer-area,
html.is-pointer-area body,
html.is-pointer-area body * {
  cursor: pointer;
}

a[href],
a[href] *,
button:not(:disabled),
button:not(:disabled) *,
label,
label *,
select:not(:disabled),
summary,
summary *,
[role="button"],
[role="button"] *,
[role="link"],
[role="link"] *,
[data-open-lead],
[data-open-lead] *,
[data-close-lead],
[data-close-lead] *,
[data-menu-toggle],
[data-menu-toggle] *,
.btn,
.btn *,
.text-link,
.text-link *,
.card,
.card *,
.card-cover,
.card-cover *,
.card-action,
.card-action *,
.portfolio-card,
.portfolio-card *,
.portfolio-visual,
.portfolio-visual *,
.portfolio-action,
.portfolio-action *,
.case-feature,
.case-feature *,
.case-feature-cover,
.case-feature-cover *,
.article-row,
.article-row *,
.solution-tile,
.solution-tile *,
.news-feature,
.news-feature *,
a.contact-method,
a.contact-method *,
.footer-cta,
.footer-cta *,
.float-contact a,
.float-contact a *,
.float-contact button,
.float-contact button * {
  cursor: pointer;
}

button:disabled,
button:disabled *,
select:disabled,
[aria-disabled="true"],
[aria-disabled="true"] * {
  cursor: not-allowed !important;
}

/* Final demand-driven overrides. Keep these at the real end of the file. */
.topbar-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.topbar-tags span {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.home-hero {
  padding: 92px 0 84px;
}

.home-hero-center {
  max-width: 980px;
  text-align: center;
}

.home-hero-copy {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-hero-copy h1,
.home-banner-title {
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(36px, 4.2vw, 58px);
  text-align: center;
  word-break: keep-all;
  line-break: strict;
}

.home-hero-copy > p:not(.eyebrow) {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-hero-tags,
.case-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.home-hero-tags {
  justify-content: center;
  margin-top: 24px;
}

.case-feature-tags {
  justify-content: flex-start;
  margin-top: 10px;
}

.home-hero-tags span,
.case-feature-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border: 1px solid rgba(0, 122, 255, .12);
  border-radius: 6px;
  color: #4d6b8a;
  background: #f5f9ff;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

.home-actions {
  justify-content: center;
}

.section-head.center {
  max-width: 880px;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
  text-align: center;
}

.section-head.center .section-action,
.section-head.center .btn {
  margin-top: 20px;
}

.solution-grid,
.case-feature-grid,
.case-masonry,
.process-list,
.news-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.case-feature,
.case-feature:first-child,
.case-feature:nth-child(n + 2),
.portfolio-card,
.portfolio-card:nth-child(even) {
  display: flex;
  min-height: 0;
  grid-column: auto;
  grid-row: auto;
  grid-template-columns: none;
  grid-template-rows: none;
  flex-direction: column;
}

.case-feature-cover,
.case-feature:first-child .case-feature-cover,
.case-feature:nth-child(n + 2) .case-feature-cover,
.portfolio-visual {
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.case-feature-cover,
.case-feature:first-child .case-feature-cover,
.case-feature:nth-child(n + 2) .case-feature-cover {
  padding: 18px;
}

.case-feature-cover img,
.case-feature:first-child .case-feature-cover img,
.case-feature:nth-child(n + 2) .case-feature-cover img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

.case-feature-body,
.case-feature:nth-child(n + 2) .case-feature-body {
  min-height: 220px;
  padding: 22px;
}

.case-feature-body h3,
.case-feature:nth-child(n + 2) .case-feature-body h3 {
  font-size: 20px;
}

.process-list {
  border: 0;
}

.process-list div {
  display: block;
  min-height: 190px;
  padding: 26px;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.process-list span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-size: 16px;
}

.process-list strong {
  display: block;
  font-size: 20px;
}

.process-list p {
  margin-top: 10px;
  color: var(--muted);
}

.case-filter-panel {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: transparent;
  box-shadow: var(--shadow-soft);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.filter-row strong {
  min-width: 72px;
  color: #263b56;
  font-size: 14px;
}

.filter-row a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid #e0ebf7;
  border-radius: 999px;
  color: #43566e;
  background: #f9fbfe;
  font-size: 14px;
  font-weight: 750;
}

.filter-row a.active,
.filter-row a:hover {
  color: #fff;
  border-color: var(--primary);
  background: var(--primary);
}

[data-case-card][hidden] {
  display: none;
}

.case-empty {
  padding: 28px;
  border: 1px dashed #cfe0f3;
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  text-align: center;
  font-weight: 750;
}

.portfolio-card:nth-child(even) .portfolio-visual,
.portfolio-card:nth-child(even) .portfolio-body {
  order: initial;
}

.portfolio-body {
  justify-content: flex-start;
  min-height: 248px;
  padding: 22px 22px 20px;
}

.portfolio-topline em {
  color: #6f7f93;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.portfolio-card {
  border-color: #d9e9fb;
  box-shadow: 0 12px 30px rgba(0, 88, 180, .07);
}

.portfolio-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 88, 180, .11);
}

.portfolio-visual {
  padding: 16px 18px 18px;
  background: linear-gradient(180deg, #eaf8ff 0%, #f7fcff 100%);
}

.portfolio-image {
  position: absolute;
  top: 44px;
  left: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 58px);
  max-width: none;
  max-height: none;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

.portfolio-visual-tags {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 24px);
}

.portfolio-visual-tags span {
  padding: 5px 9px;
  border: 1px solid rgba(0, 122, 255, .14);
  border-radius: 999px;
  color: #1d70bd;
  background: rgba(255, 255, 255, .88);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.portfolio-topline,
.portfolio-outcomes,
.portfolio-tags {
  display: none;
}

.portfolio-body h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.34;
}

.portfolio-body p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.72;
  -webkit-line-clamp: 2;
}

.portfolio-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #edf4fc;
}

.portfolio-action {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--primary);
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  line-height: 1.4;
}

.portfolio-action::after {
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-width: 2px;
}

.portfolio-action:hover {
  color: #005fc7;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  transform: translateX(2px);
}

.article-row a {
  grid-template-columns: minmax(0, 1fr) auto;
}

.detail-hero .container {
  max-width: 960px;
}

.detail-publish-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 16px;
  color: #66788d;
  font-size: 14px;
  line-height: 1.6;
}

.detail-publish-meta + p {
  margin-top: 12px;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #edf4fc;
}

.detail-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid #dbeafa;
  border-radius: 999px;
  color: #385875;
  background: #f7fbff;
  font-size: 13px;
  font-weight: 800;
}

.detail-content {
  font-size: 19px;
  line-height: 1.92;
}

.detail-cover {
  overflow: hidden;
  margin: 0 0 28px;
  aspect-ratio: 16 / 10;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  background: #f5f9ff;
}

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

.case-detail-section {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.case-detail-card {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  padding: 36px;
  border: 1px solid #dcecff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(16, 45, 84, .08);
}

.case-detail-media {
  position: sticky;
  top: 100px;
  overflow: hidden;
  width: 100%;
  max-width: 320px;
  margin: 0;
  aspect-ratio: 4 / 5;
  border: 1px solid #e1eefc;
  border-radius: 10px;
  background: #f5f9ff;
}

.case-detail-media > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.case-detail-media.detail-gallery {
  aspect-ratio: auto;
}

.detail-gallery-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: var(--detail-gallery-ratio, 3 / 5);
  background: #f5f9ff;
  touch-action: pan-y;
}

.detail-gallery-track {
  display: flex;
  height: 100%;
  transform: translateX(0);
  transition: transform .28s ease;
  will-change: transform;
}

.detail-gallery-slide {
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-gallery-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.detail-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  color: #fff;
  background: rgba(16, 45, 84, .42);
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
}

.detail-gallery-arrow:hover {
  background: rgba(0, 122, 255, .82);
}

.detail-gallery-arrow.prev {
  left: 10px;
}

.detail-gallery-arrow.next {
  right: 10px;
}

.detail-gallery-thumbs {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 9px;
  border-top: 1px solid #e1eefc;
  background: #f8fbff;
  scrollbar-width: thin;
}

.detail-gallery-thumb {
  flex: 0 0 50px;
  width: 50px;
  height: 64px;
  overflow: hidden;
  padding: 2px;
  border: 2px solid #dce8f5;
  border-radius: 6px;
  background: #eef5ff;
  opacity: .76;
}

.detail-gallery-thumb.is-active,
.detail-gallery-thumb:hover {
  border-color: var(--primary);
  opacity: 1;
  background: #fff;
}

.detail-gallery-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  object-fit: cover;
}

.case-detail-copy {
  min-width: 0;
}

.case-detail-copy .detail-tags {
  margin: 0 0 20px;
}

.case-detail-copy .detail-content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.case-detail-copy .detail-content h2:first-child,
.case-detail-copy .detail-content h3:first-child,
.case-detail-copy .detail-content p:first-child {
  margin-top: 0;
}

.site-footer {
  padding: 42px 0 28px;
  background: linear-gradient(180deg, #256ff0, #123c88);
}

.footer-plain {
  text-align: center;
}

.footer-plain p {
  max-width: 920px;
  margin: 10px auto 0;
  color: rgba(255,255,255,.86);
}

.footer-plain p a {
  display: inline;
  color: #fff;
  font-weight: 800;
}

.footer-bottom {
  justify-content: center;
  margin-top: 18px;
  border-top-color: rgba(255,255,255,.16);
}

.float-wechat {
  position: relative;
}

.float-contact a,
.float-contact button {
  white-space: nowrap;
}

.float-contact .float-phone {
  white-space: normal;
}

.wechat-popover {
  position: absolute;
  right: calc(100% + 10px);
  bottom: 0;
  width: 222px;
  padding: 10px;
  border: 1px solid #dcecff;
  border-radius: var(--radius);
  opacity: 0;
  visibility: hidden;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow);
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
}

.float-wechat:hover .wechat-popover,
.float-wechat:focus .wechat-popover {
  opacity: 1;
  visibility: visible;
}

.wechat-popover img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.wechat-popover em {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.plain-page-head {
  max-width: 900px;
  text-align: center;
}

.about-simple {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.about-simple .about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-simple {
  align-items: start;
}

.contact-simple .contact-panel {
  padding: 34px;
}

.contact-simple h1,
.contact-simple h2 {
  font-size: 36px;
}

.listing-banner-slide:not(.has-image) {
  display: block;
  min-height: 0;
  text-align: center;
}

.listing-banner-slide:not(.has-image) .listing-banner-copy {
  max-width: 760px;
  margin: 0 auto;
}

.listing-banner-slide:not(.has-image) .listing-banner-actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .solution-grid,
  .case-feature-grid,
  .case-masonry,
  .process-list,
  .news-feature-list,
  .about-simple .about-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-body {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .topbar {
    min-height: 36px;
  }

  .topbar-inner {
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .topbar-tags {
    display: none;
  }

  .topbar a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    line-height: 1;
  }

  .home-hero {
    padding: 58px 0 56px;
  }

  .home-hero-copy h1,
  .home-banner-title {
    font-size: 30px;
  }

  .solution-grid,
  .case-feature-grid,
  .case-masonry,
  .process-list,
  .news-feature-list,
  .about-simple .about-values {
    grid-template-columns: 1fr;
  }

  .process-list div,
  .contact-simple .contact-panel {
    padding: 22px;
  }

  .filter-row strong {
    width: 100%;
  }

  .detail-content {
    font-size: 18px;
  }

  .wechat-popover {
    right: 0;
    bottom: calc(100% + 10px);
  }
}

.home-case-slider {
  position: relative;
}

.home-case-slider .case-feature-grid {
  display: flex;
  grid-template-columns: none;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 0 18px;
  scroll-padding-left: 2px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.home-case-slider .case-feature-grid::-webkit-scrollbar {
  display: none;
}

.home-case-slider .case-feature,
.home-case-slider .case-feature:first-child,
.home-case-slider .case-feature:nth-child(n + 2) {
  position: relative;
  flex: 0 0 min(292px, calc((100% - 54px) / 4));
  display: flex;
  min-width: 250px;
  min-height: 565px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 45, 84, .08);
  scroll-snap-align: start;
}

.home-case-slider .case-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(16, 45, 84, .12);
}

.home-case-slider .case-feature-body,
.home-case-slider .case-feature:nth-child(n + 2) .case-feature-body {
  display: flex;
  flex: 0 0 auto;
  min-height: 148px;
  flex-direction: column;
  padding: 22px 20px 10px;
}

.home-case-slider .case-feature-body h3,
.home-case-slider .case-feature:nth-child(n + 2) .case-feature-body h3 {
  overflow: hidden;
  margin: 0;
  color: #111f33;
  font-size: 20px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-case-slider .case-feature-body p {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 10px;
  color: #53657a;
  font-size: 13px;
  line-height: 1.7;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-case-slider .case-type-tags {
  margin-top: 14px;
  padding-top: 0;
}

.home-case-slider .case-type-tags span {
  max-width: calc((100% - 6px) / 2);
}

.home-case-slider .case-feature-cover,
.home-case-slider .case-feature:first-child .case-feature-cover,
.home-case-slider .case-feature:nth-child(n + 2) .case-feature-cover {
  position: relative;
  flex: 0 0 400px;
  height: 400px;
  min-height: 400px;
  overflow: hidden;
  padding: 0;
  place-items: start center;
  background: #f5f9ff;
  aspect-ratio: auto;
}

.home-case-slider .case-feature-cover img,
.home-case-slider .case-feature:first-child .case-feature-cover img,
.home-case-slider .case-feature:nth-child(n + 2) .case-feature-cover img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  filter: none;
}

.home-case-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.home-case-controls button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  border: 1px solid #d8e5f2;
  border-radius: 50%;
  color: #17263a;
  background: #fff;
  font-size: 0;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(16, 45, 84, .08);
  cursor: pointer;
}

.home-case-controls button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.home-case-controls button[data-home-case-prev]::before {
  transform: translateX(1px) rotate(-135deg);
}

.home-case-controls button[data-home-case-next]::before {
  transform: translateX(-1px) rotate(45deg);
}

.home-case-controls button:disabled {
  color: #a8b5c3;
  background: #f5f8fb;
  box-shadow: none;
}

.home-case-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 980px) {
  .home-case-slider .case-feature,
  .home-case-slider .case-feature:first-child,
  .home-case-slider .case-feature:nth-child(n + 2) {
    flex-basis: min(320px, calc((100% - 18px) / 2));
  }
}

@media (max-width: 720px) {
  .home-case-slider .case-feature,
  .home-case-slider .case-feature:first-child,
  .home-case-slider .case-feature:nth-child(n + 2) {
    flex-basis: 82vw;
    min-width: 260px;
  }
}

.news-home-section {
  overflow: hidden;
  color: #102033;
  background: linear-gradient(180deg, #f5f9ff, #fff);
}

.home-news-panel {
  padding: 0;
}

.home-news-head {
  max-width: none;
  margin-right: 0;
  margin-bottom: 28px;
  margin-left: 0;
}

.section-head.center.home-news-head {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.home-news-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 18px;
  text-align: left;
}

.home-news-tabs button {
  border: 1px solid #dcecff;
  padding: 6px 10px;
  border-radius: 999px;
  color: #43566e;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  outline: 0;
  cursor: pointer;
}

.home-news-tabs button:focus {
  outline: 0;
}

.home-news-tabs button:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 122, 255, .14);
}

.home-news-tabs button.active {
  color: #fff;
  border-color: var(--primary);
  background: var(--primary);
}

.news-home-section .news-feature-list {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.news-home-section .news-feature-list::-webkit-scrollbar {
  display: none;
}

.home-news-actions {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.news-home-section .news-feature {
  flex: 0 0 min(280px, calc((100% - 54px) / 4));
  min-height: 565px;
  overflow: hidden;
  border: 1px solid #dcecff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 88, 180, .08);
  scroll-snap-align: start;
}

.news-home-section .news-feature[hidden] {
  display: none;
}

.news-home-section .news-feature a {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 565px;
  flex-direction: column;
  padding: 0;
  color: #101828;
}

.news-feature-cover {
  display: block;
  overflow: hidden;
  height: 400px;
  background:
    radial-gradient(circle at 22% 24%, rgba(0, 122, 255, .18), transparent 34%),
    linear-gradient(135deg, #eef6ff, #ffffff);
}

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

.news-home-section .news-feature h3 {
  display: block;
  overflow: hidden;
  min-height: 25px;
  margin: 18px 16px 0;
  color: #101828;
  font-size: 18px;
  line-height: 1.36;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-home-section .news-feature p {
  display: -webkit-box;
  overflow: hidden;
  margin: 10px 16px 18px;
  color: #667085;
  font-size: 13px;
  line-height: 1.7;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-empty {
  padding: 30px;
  border: 1px dashed #cfe0f3;
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  text-align: center;
}

@media (max-width: 980px) {
  .news-home-section .news-feature {
    flex-basis: min(300px, calc((100% - 18px) / 2));
  }
}

@media (max-width: 720px) {
  .home-news-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-home-section .news-feature {
    flex-basis: 82vw;
  }
}

.news-listing-section {
  padding-top: 28px;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.case-listing-section {
  background: #f5f9ff;
}

.case-listing-section .case-masonry {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.case-listing-section .portfolio-card,
.case-listing-section .portfolio-card:nth-child(even) {
  position: relative;
  display: flex;
  min-height: 565px;
  overflow: hidden;
  flex-direction: column;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 45, 84, .08);
}

.case-listing-section [data-case-card][hidden] {
  display: none;
}

.case-listing-section .portfolio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(16, 45, 84, .10);
}

.case-listing-section .portfolio-body {
  order: 1;
  flex: 0 0 auto;
  justify-content: flex-start;
  min-height: 148px;
  padding: 22px 20px 10px;
}

.case-listing-section .portfolio-topline,
.case-listing-section .portfolio-outcomes,
.case-listing-section .portfolio-visual-tags {
  display: none;
}

.case-listing-section .portfolio-body h3 {
  overflow: hidden;
  max-width: none;
  margin: 0;
  color: #111f33;
  font-size: 20px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case-listing-section .portfolio-body h3 a {
  display: block;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case-listing-section .portfolio-body p {
  display: -webkit-box;
  overflow: hidden;
  max-width: none;
  margin-top: 10px;
  color: #4d6078;
  font-size: 13px;
  line-height: 1.7;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.case-listing-section .portfolio-body > .case-type-tags {
  position: static;
  max-width: none;
  margin-top: 14px;
}

.case-listing-section .portfolio-body > .case-type-tags span {
  max-width: calc((100% - 6px) / 2);
}

.case-listing-section .portfolio-visual {
  order: 2;
  display: grid;
  flex: 0 0 400px;
  height: 400px;
  min-height: 400px;
  overflow: hidden;
  place-items: start center;
  padding: 0;
  background: #f5f9ff;
  aspect-ratio: auto;
}

.case-listing-section .portfolio-card:nth-child(even) .portfolio-body {
  order: 1;
}

.case-listing-section .portfolio-card:nth-child(even) .portfolio-visual {
  order: 2;
}

.case-listing-section .portfolio-image {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: cover;
  box-shadow: none;
}

.case-listing-section .portfolio-fallback {
  width: 78%;
  min-height: 200px;
  margin-bottom: 8px;
  border: 0;
  box-shadow: none;
}

@media (max-width: 1180px) {
  .case-listing-section .case-masonry {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .case-listing-section .case-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .case-listing-section .case-masonry {
    grid-template-columns: 1fr;
  }

  .case-listing-section .portfolio-card,
  .case-listing-section .portfolio-card:nth-child(even) {
    min-height: 410px;
  }
}

.article-list-page {
  border-top: 1px solid #dcecff;
}

.news-listing-section .news-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.news-listing-section .article-card {
  display: flex;
  min-height: 565px;
  flex-direction: column;
  border-color: #dcecff;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 88, 180, .08);
}

.news-listing-section .article-card:hover {
  box-shadow: 0 18px 42px rgba(0, 88, 180, .11);
}

.news-listing-section .article-card .card-cover {
  flex: 0 0 400px;
  height: 400px;
  min-height: 400px;
  aspect-ratio: auto;
}

.news-listing-section .article-card .card-body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 18px;
}

.news-listing-section .article-card .card-action {
  padding-top: 12px;
}

@media (max-width: 1180px) {
  .news-listing-section .news-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .news-listing-section .news-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .news-listing-section .news-card-grid {
    grid-template-columns: 1fr;
  }

  .news-listing-section .article-card .card-cover {
    height: 400px;
  }
}

.article-list-page .article-row a {
  display: grid;
  grid-template-columns: 268px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 22px 0;
}

.article-list-page .article-row-cover {
  display: block;
  overflow: hidden;
  width: 268px;
  height: 118px;
  justify-self: start;
  border-radius: 8px;
  color: inherit;
  background: #eef6ff;
  font-size: inherit;
  font-weight: inherit;
}

.article-list-page .article-row-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-list-page .article-row h3 {
  overflow: hidden;
  font-size: 22px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-list-page .article-row p {
  -webkit-line-clamp: 2;
}

.article-list-page .article-row a > span:last-child {
  align-self: center;
}

@media (max-width: 720px) {
  .article-list-page .article-row a {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 0;
  }

  .article-list-page .article-row-cover {
    width: 160px;
    height: 100px;
  }

  .article-list-page .article-row h3 {
    font-size: 18px;
  }

  .article-list-page .article-row a > span:last-child {
    display: none;
  }
}

/* Homepage first screen */
.site-header {
  box-shadow: 0 8px 26px rgba(16, 45, 84, .06);
}

.topbar {
  background: linear-gradient(90deg, var(--primary), #00a0e9);
}

.topbar-inner {
  min-height: 30px;
}

.nav {
  min-height: 64px;
}

.home-hero {
  padding: 78px 0 58px;
}

.home-hero-copy h1,
.home-banner-title {
  max-width: 980px;
  color: var(--primary);
  font-weight: 900;
}

.home-hero-copy > p:not(.eyebrow) {
  max-width: 1040px;
  margin-top: 28px;
  color: #5f6875;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.8;
}

.home-hero-tags {
  display: none;
}

.home-actions {
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.home-actions .btn {
  min-height: 52px;
  padding: 0 30px;
  font-size: 16px;
}

@media (max-width: 720px) {
  .nav {
    min-height: 58px;
  }

  .home-hero {
    padding: 54px 0 36px;
  }

  .home-hero-copy h1,
  .home-banner-title {
    line-height: 1.22;
  }

  .home-hero-copy > p:not(.eyebrow) {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.72;
  }

  .home-actions .btn {
    min-height: 48px;
    padding: 0 22px;
  }
}

/* 官网修改文档对齐 */
.home-hero-copy h1,
.home-banner-title {
  max-width: 820px;
  color: var(--primary);
  font-size: clamp(32px, 3.2vw, 42px);
  font-weight: 880;
  line-height: 1.18;
}

.home-hero-copy > p:not(.eyebrow) {
  max-width: 920px;
  margin-top: 22px;
  color: #53657a;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.78;
}

.listing-banner-copy h1,
.page-banner-title {
  color: var(--primary);
}

.listing-banner-copy > p:not(.eyebrow) {
  font-weight: 400;
}

.home-actions:empty,
.listing-banner-actions:empty,
.section-head > .eyebrow,
.page-hero > .container > .eyebrow,
.listing-banner-copy > .eyebrow {
  display: none;
}

.home-case-slider .case-feature-grid {
  display: flex;
  grid-template-columns: none;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 0 18px;
  scroll-padding-left: 2px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.home-case-slider .case-feature,
.home-case-slider .case-feature:first-child,
.home-case-slider .case-feature:nth-child(n + 2) {
  flex: 0 0 calc((100% - 54px) / 4);
  min-width: 0;
  min-height: 565px;
  scroll-snap-align: start;
}

.home-case-slider .case-feature-cover,
.home-case-slider .case-feature:first-child .case-feature-cover,
.home-case-slider .case-feature:nth-child(n + 2) .case-feature-cover {
  flex: 0 0 auto;
  height: auto;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  background: #f5f9ff;
  aspect-ratio: 5 / 8;
}

.home-case-slider .case-feature-cover img,
.home-case-slider .case-feature:first-child .case-feature-cover img,
.home-case-slider .case-feature:nth-child(n + 2) .case-feature-cover img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

.home-case-controls {
  display: flex;
  justify-content: center;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border: 0;
}

.process-list div {
  min-height: 210px;
}

.case-listing-section .portfolio-visual-tags {
  display: flex;
}

.lead-grid textarea {
  width: 100%;
  min-height: 112px;
  padding: 12px 14px;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  outline: 0;
  resize: vertical;
  color: var(--ink);
  background: #fbfdff;
  font: inherit;
  line-height: 1.6;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.lead-grid textarea:focus {
  border-color: rgba(0, 122, 255, .54);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, .10);
}

.about-simple-layout {
  display: grid;
  gap: 36px;
}

.about-simple-block {
  padding: 46px 56px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 45, 84, .06);
}

.about-simple-block h2 {
  color: var(--primary);
  font-size: 32px;
  line-height: 1.25;
}

.about-simple-block .about-clean-values {
  border: 0;
  padding: 72px 40px 28px;
  background: transparent;
  box-shadow: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 86px 96px;
}

.about-intro-copy {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.about-intro-copy p {
  color: #40444d;
  font-size: 20px;
  line-height: 2.05;
}

.about-simple-block .about-clean-values div {
  padding: 0;
  background: transparent;
}

.about-simple-block .about-clean-values strong {
  color: #2c3038;
  font-size: 24px;
  line-height: 1.35;
}

.about-simple-block .about-clean-values span {
  margin-top: 12px;
  color: #4d515b;
  font-size: 20px;
  line-height: 1.75;
}

.float-contact {
  right: 18px;
  top: 50%;
  bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  transform: translateY(-50%);
}

.float-contact a,
.float-contact button {
  width: 136px;
  min-height: 58px;
  padding: 8px 10px;
  border-radius: 8px;
  line-height: 1.35;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background: var(--primary);
  box-shadow: 0 12px 26px rgba(0, 122, 255, .24);
}

.float-contact .float-phone {
  display: flex;
  flex-direction: column;
  white-space: normal;
}

.float-contact .float-phone span {
  display: block;
  font-size: 13px;
  font-weight: 850;
}

.float-contact a strong {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

.wechat-popover {
  top: 0;
  bottom: auto;
}

@media (max-width: 980px) {
  .home-case-slider .case-feature-grid,
  .process-list,
  .news-home-grid,
  .about-simple-block .about-clean-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-case-slider .case-feature,
  .home-case-slider .case-feature:first-child,
  .home-case-slider .case-feature:nth-child(n + 2) {
    flex-basis: calc((100% - 18px) / 2);
  }

  .about-simple-block {
    padding: 40px 34px;
  }

  .about-intro-copy p,
  .about-simple-block .about-clean-values span {
    font-size: 18px;
  }

  .about-simple-block .about-clean-values {
    gap: 42px;
    padding: 48px 8px 12px;
  }

  .case-detail-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .case-detail-media {
    position: static;
    aspect-ratio: 16 / 10;
    justify-self: center;
    max-width: min(100%, 320px);
  }

  .case-detail-media.detail-gallery {
    aspect-ratio: auto;
  }

  .detail-gallery-stage {
    max-height: min(576px, calc(100vh - 180px));
  }
}

@media (max-width: 720px) {
  .lead-modal {
    align-items: center;
    padding: 14px;
  }

  .lead-modal-panel {
    width: min(100%, 380px);
    max-height: calc(100vh - 28px);
    max-height: calc(100dvh - 28px);
  }

  .lead-modal-panel .lead-form {
    max-height: calc(100vh - 28px);
    max-height: calc(100dvh - 28px);
    padding: 22px 20px 20px;
  }

  .lead-modal-panel .lead-head {
    margin-bottom: 14px;
    padding-right: 38px;
  }

  .lead-modal-panel .lead-title {
    font-size: 18px;
  }

  .lead-modal-panel .lead-head p {
    font-size: 13px;
    line-height: 1.5;
  }

  .lead-modal-panel .lead-grid {
    gap: 10px;
  }

  .lead-modal-panel .lead-grid input {
    height: 42px;
  }

  .lead-modal-panel .lead-grid textarea {
    min-height: 92px;
  }

  .lead-modal-panel .lead-grid button {
    height: 44px;
  }

  .lead-modal-panel .lead-trust {
    margin-top: 12px;
  }

  .lead-modal-panel .lead-tip {
    margin-top: 10px;
    font-size: 13px;
  }

  .case-detail-card {
    gap: 22px;
    padding: 18px;
    border-radius: 10px;
  }

  .case-detail-media {
    aspect-ratio: 16 / 11;
    max-width: min(100%, 320px);
  }

  .case-detail-media.detail-gallery {
    aspect-ratio: auto;
  }

  .detail-gallery-stage {
    max-height: min(68vh, 576px);
  }

  .detail-gallery-arrow {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }

  .detail-gallery-thumb {
    flex-basis: 46px;
    width: 46px;
    height: 58px;
  }

  .case-detail-copy .detail-tags {
    margin-bottom: 16px;
    padding-bottom: 14px;
  }

  .case-detail-copy .detail-content {
    font-size: 18px;
    line-height: 1.86;
  }

  .home-hero-copy h1,
  .home-banner-title {
    font-size: 29px;
  }

  .home-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.72;
  }

  .home-case-slider .case-feature-grid,
  .process-list,
  .news-home-grid,
  .about-simple-block .about-clean-values {
    grid-template-columns: 1fr;
  }

  .about-simple-block {
    padding: 24px;
  }

  .about-simple-layout {
    gap: 18px;
  }

  .about-simple-block h2 {
    font-size: 26px;
  }

  .about-intro-copy {
    margin-top: 18px;
  }

  .about-intro-copy p {
    font-size: 16px;
    line-height: 1.85;
  }

  .about-simple-block .about-clean-values {
    gap: 28px;
    padding: 30px 0 0;
  }

  .about-simple-block .about-clean-values strong {
    font-size: 20px;
  }

  .about-simple-block .about-clean-values span {
    font-size: 16px;
    line-height: 1.7;
  }

  .home-case-slider .case-feature,
  .home-case-slider .case-feature:first-child,
  .home-case-slider .case-feature:nth-child(n + 2) {
    flex-basis: 82vw;
    min-width: 260px;
  }

  .float-contact {
    left: auto;
    right: 12px;
    top: 50%;
    bottom: auto;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
  }

  .float-contact a,
  .float-contact button {
    width: 126px;
    min-height: 44px;
  }

  .float-contact .float-phone {
    justify-content: center;
  }

  .float-contact .float-phone span {
    display: inline;
  }
}

@media (max-width: 720px) {
  .site-footer {
    padding-bottom: 28px;
  }

  .float-contact {
    right: 0;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: auto;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    backdrop-filter: none;
  }

  .float-contact a,
  .float-contact button {
    width: 100%;
    min-height: 44px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.25;
    color: #fff;
    background: var(--primary);
    box-shadow: 0 8px 18px rgba(0, 122, 255, .2);
  }

  .float-contact .float-phone {
    display: flex;
    min-width: 0;
    justify-content: center;
  }

  .float-contact .float-phone span,
  .float-contact .float-phone strong {
    display: block;
  }

  .float-contact .float-phone strong {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .wechat-popover {
    right: auto;
    bottom: calc(100% + 8px);
    left: 14px;
    top: auto;
  }
}

/* Mobile keeps the desktop canvas and only moves primary navigation to an app bar. */
html.mobile-pc-view,
html.mobile-pc-view body {
  min-width: 1024px;
}

.mobile-pc-view body {
  padding-bottom: calc(168px + env(safe-area-inset-bottom));
}

.mobile-pc-view .menu-toggle {
  display: none;
}

.mobile-pc-view .site-header {
  position: relative;
  top: auto;
  backdrop-filter: none;
}

.mobile-pc-view .nav-links,
.mobile-pc-view .nav-links.open {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: grid;
  overflow: hidden;
  width: auto;
  max-width: none;
  height: calc(168px + env(safe-area-inset-bottom));
  min-height: calc(168px + env(safe-area-inset-bottom));
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0 0 env(safe-area-inset-bottom);
  border-top: 1px solid #dbe6f2;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 -10px 24px rgba(16, 45, 84, .12);
  backdrop-filter: none;
}

.mobile-pc-view .nav-links a,
.mobile-pc-view .nav-links button {
  display: flex;
  height: 100%;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 4px;
  border-radius: 0;
  color: #667085;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.mobile-pc-view .nav-links a:hover,
.mobile-pc-view .nav-links a.active,
.mobile-pc-view .nav-links button:hover {
  color: var(--primary);
  background: #edf6ff;
}

.mobile-pc-view .nav-icon {
  display: block;
  width: 52px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-pc-view .site-footer {
  padding-bottom: 22px;
}

.mobile-pc-view .case-detail-card {
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  padding: 16px;
}

.mobile-pc-view .case-detail-media {
  position: static;
  top: auto;
  max-width: none;
  justify-self: center;
}

.mobile-pc-view .case-detail-copy {
  width: 100%;
  max-width: 960px;
  padding: 0 20px 20px;
  justify-self: center;
}

.mobile-pc-view .service-page .content-layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
}

.mobile-pc-view .service-page .side-panel {
  position: static;
  top: auto;
  width: 100%;
}

.mobile-pc-view .detail-gallery-arrow {
  width: 72px;
  height: 72px;
  border-width: 2px;
  background: rgba(16, 45, 84, .68);
  box-shadow: 0 10px 24px rgba(16, 45, 84, .22);
  font-size: 0;
}

.mobile-pc-view .detail-gallery-arrow::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

.mobile-pc-view .detail-gallery-arrow.prev {
  left: 20px;
}

.mobile-pc-view .detail-gallery-arrow.prev::before {
  transform: rotate(-135deg);
}

.mobile-pc-view .detail-gallery-arrow.next {
  right: 180px;
}

.mobile-pc-view .detail-gallery-arrow.next::before {
  transform: rotate(45deg);
}

.mobile-pc-view .detail-gallery-thumbs {
  gap: 12px;
  padding: 16px;
}

.mobile-pc-view .detail-gallery-thumb {
  flex: 0 0 100px;
  width: 100px;
  height: 124px;
  padding: 4px;
  border-width: 4px;
  border-radius: 10px;
}

.mobile-pc-view .solution-grid,
.mobile-pc-view .case-masonry,
.mobile-pc-view .process-list,
.mobile-pc-view .service-grid,
.mobile-pc-view .card-grid,
.mobile-pc-view .news-listing-section .news-card-grid,
.mobile-pc-view .about-simple .about-values,
.mobile-pc-view .about-simple-block .about-clean-values,
.mobile-pc-view .about-service-grid,
.mobile-pc-view .about-process-list,
.mobile-pc-view .contact-methods,
.mobile-pc-view .contact-process {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-pc-view .home-case-slider .case-feature,
.mobile-pc-view .home-case-slider .case-feature:first-child,
.mobile-pc-view .home-case-slider .case-feature:nth-child(n + 2),
.mobile-pc-view .news-home-section .news-feature {
  flex-basis: calc((100% - 18px) / 2);
}

html.mobile-contact-view,
html.mobile-contact-view body {
  min-width: 800px;
}

.mobile-contact-view body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.mobile-contact-view body > .site-footer {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
}

.mobile-contact-view .header-tags {
  display: flex;
}

.mobile-contact-view .consult-layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.mobile-contact-view .consult-card,
.mobile-contact-view .consult-form .lead-form {
  padding: 34px;
}

.mobile-contact-view .consult-card h2 {
  font-size: 30px;
}

.mobile-contact-view .consult-info-list {
  gap: 16px;
  font-size: 17px;
  line-height: 1.75;
}

.mobile-contact-view .consult-note {
  font-size: 17px;
}

.mobile-contact-view .consult-form .lead-title {
  font-size: 22px;
}

.mobile-contact-view .consult-form .lead-head p {
  font-size: 15px;
}

.mobile-contact-view .consult-form .lead-grid input,
.mobile-contact-view .consult-form .lead-grid textarea {
  font-size: 18px;
}

.mobile-contact-view .consult-form .lead-grid {
  gap: 16px;
}

.mobile-contact-view .consult-form .lead-grid input {
  height: 64px;
  padding: 0 18px;
}

.mobile-contact-view .consult-form .lead-grid textarea {
  min-height: 150px;
  padding: 16px 18px;
}

.mobile-contact-view .consult-form .lead-grid button {
  height: 60px;
}

.mobile-pc-view .lead-modal {
  padding: 20px;
}

.mobile-pc-view .lead-modal-panel {
  width: calc(100% - 40px);
  max-width: 960px;
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
}

.mobile-pc-view .lead-modal-panel .lead-form {
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  padding: 44px;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(16, 45, 84, .14);
}

.mobile-pc-view .lead-modal-close {
  top: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  border-width: 2px;
  font-size: 36px;
}

.mobile-pc-view .lead-modal-panel .lead-head {
  margin-bottom: 23px;
  padding-right: 82px;
}

.mobile-pc-view .lead-modal-panel .lead-title {
  font-size: 28px;
}

.mobile-pc-view .lead-modal-panel .lead-badge,
.mobile-pc-view .lead-modal-panel .lead-trust span {
  font-size: 16px;
}

.mobile-pc-view .lead-modal-panel .lead-head p {
  font-size: 19px;
}

.mobile-pc-view .lead-modal-panel .lead-grid {
  gap: 20px;
}

.mobile-pc-view .lead-modal-panel .lead-grid input {
  height: 82px;
  padding: 0 23px;
  font-size: 23px;
}

.mobile-pc-view .lead-modal-panel .lead-grid textarea {
  min-height: 192px;
  padding: 20px 23px;
  font-size: 23px;
}

.mobile-pc-view .lead-modal-panel .lead-grid button {
  height: 77px;
  font-size: 23px;
}

.mobile-pc-view .lead-modal-panel .lead-trust {
  gap: 12px;
  margin-top: 20px;
}

.mobile-pc-view .lead-modal-panel .lead-tip {
  margin-top: 16px;
  font-size: 18px;
}

.mobile-contact-view body {
  padding-bottom: calc(131px + env(safe-area-inset-bottom));
}

.mobile-contact-view .nav-links,
.mobile-contact-view .nav-links.open {
  height: calc(131px + env(safe-area-inset-bottom));
  min-height: calc(131px + env(safe-area-inset-bottom));
  box-shadow: 0 -8px 19px rgba(16, 45, 84, .12);
}

.mobile-contact-view .nav-links a,
.mobile-contact-view .nav-links button {
  gap: 8px;
  padding: 9px 3px;
  font-size: 23px;
}

.mobile-contact-view .nav-icon {
  width: 41px;
  height: 41px;
}

.mobile-pc-view .nav {
  min-height: 96px;
}

.mobile-pc-view .brand-logo {
  height: 64px;
  max-width: 220px;
}

.mobile-pc-view .header-tags {
  gap: 20px;
}

.mobile-pc-view .header-tags span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.mobile-pc-view .case-filter-panel {
  gap: 18px;
  padding: 28px;
}

.mobile-pc-view .case-filter-panel .filter-row {
  gap: 16px;
}

.mobile-pc-view .case-filter-panel .filter-row strong {
  min-width: 112px;
  font-size: 24px;
}

.mobile-pc-view .case-filter-panel .filter-row a {
  min-height: 64px;
  padding: 14px 24px;
  font-size: 24px;
}

.mobile-pc-view .page-hero.compact.listing-banner-section {
  padding: 64px 0 56px;
}

.mobile-pc-view .listing-banner-slide {
  padding: 12px 24px;
}

.mobile-pc-view .listing-banner-copy h1,
.mobile-pc-view .page-banner-title {
  font-size: 56px;
  line-height: 1.18;
}

.mobile-pc-view .listing-banner-copy p:not(.eyebrow) {
  margin-top: 18px;
  font-size: 22px;
  line-height: 1.7;
}

.mobile-contact-view .listing-banner-copy h1 {
  font-size: 48px;
}

.mobile-pc-view body {
  -webkit-text-size-adjust: 180%;
  text-size-adjust: 180%;
}

.mobile-pc-view .site-header,
.mobile-pc-view .home-hero,
.mobile-pc-view .hero,
.mobile-pc-view .page-hero,
.mobile-pc-view .page-intro-panel-section,
.mobile-pc-view .nav-links {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.mobile-pc-view .cta-inner {
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.mobile-pc-view .cta-band {
  padding: 48px 0;
  -webkit-text-size-adjust: 125%;
  text-size-adjust: 125%;
}

.mobile-pc-view .cta-copy,
.mobile-pc-view .cta-inner h2 {
  max-width: none;
  width: 100%;
}

.mobile-pc-view .cta-copy .eyebrow,
.mobile-pc-view .cta-points span {
  font-size: 28px;
  font-weight: 850;
}

.mobile-pc-view .cta-points {
  gap: 12px;
  margin-top: 20px;
}

.mobile-pc-view .cta-points span {
  padding: 10px 14px;
}

.mobile-pc-view .cta-band .lead-form {
  padding: 44px;
  border-radius: 10px;
  -webkit-text-size-adjust: 180%;
  text-size-adjust: 180%;
}

.mobile-pc-view .cta-band .lead-badge,
.mobile-pc-view .cta-band .lead-trust span {
  font-size: 16px;
}

.mobile-pc-view .cta-band .lead-title {
  font-size: 28px;
}

.mobile-pc-view .cta-band .lead-head p {
  font-size: 19px;
}

.mobile-pc-view .cta-band .lead-tip {
  font-size: 18px;
}

.mobile-pc-view .cta-band .lead-head {
  margin-bottom: 23px;
}

.mobile-pc-view .cta-band .lead-grid {
  gap: 20px;
}

.mobile-pc-view .cta-band .lead-grid input {
  height: 82px;
  padding: 0 23px;
}

.mobile-pc-view .cta-band .lead-grid textarea {
  min-height: 192px;
  padding: 20px 23px;
}

.mobile-pc-view .cta-band .lead-grid button {
  height: 77px;
}

.mobile-pc-view .cta-band .lead-grid input,
.mobile-pc-view .cta-band .lead-grid textarea,
.mobile-pc-view .cta-band .lead-grid button {
  font-size: 23px;
}

.mobile-pc-view .float-contact,
.mobile-contact-view .float-contact {
  position: fixed;
  top: 50%;
  right: 18px;
  bottom: auto;
  left: auto;
  z-index: 90;
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(-50%);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.mobile-pc-view .float-contact a,
.mobile-pc-view .float-contact button,
.mobile-contact-view .float-contact a,
.mobile-contact-view .float-contact button {
  width: 156px;
  min-height: 68px;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.mobile-pc-view .float-contact .float-phone,
.mobile-contact-view .float-contact .float-phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-pc-view .float-contact .float-phone strong,
.mobile-contact-view .float-contact .float-phone strong {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.1;
  white-space: nowrap;
}

.lead-modal-visible.mobile-pc-view .float-contact,
.lead-modal-visible.mobile-contact-view .float-contact {
  display: none;
}

.mobile-pc-view .home-case-slider .case-feature-cover,
.mobile-pc-view .home-case-slider .case-feature:first-child .case-feature-cover,
.mobile-pc-view .home-case-slider .case-feature:nth-child(n + 2) .case-feature-cover,
.mobile-pc-view .news-home-section .news-feature-cover,
.mobile-pc-view .case-listing-section .portfolio-visual,
.mobile-pc-view .news-listing-section .article-card .card-cover {
  flex: 0 0 auto;
  height: auto;
  min-height: 0;
  aspect-ratio: 7 / 10;
}

.mobile-pc-view .home-case-controls {
  gap: 16px;
  margin-top: 20px;
}

.mobile-pc-view .home-case-controls button {
  width: 72px;
  height: 72px;
  min-width: 72px;
  min-height: 72px;
  flex: 0 0 72px;
  padding: 0;
  border-width: 2px;
}

.mobile-pc-view .home-case-controls button::before {
  width: 18px;
  height: 18px;
  border-top-width: 4px;
  border-right-width: 4px;
}

.mobile-pc-view .home-case-actions,
.mobile-pc-view .home-news-actions {
  margin-top: 30px;
}

.mobile-pc-view .home-case-actions .section-action,
.mobile-pc-view .home-news-actions .section-action {
  min-height: 80px;
  padding: 0 30px 0 34px;
  border-radius: 10px;
  font-size: 22px;
}

.mobile-pc-view .home-case-actions .section-action::after,
.mobile-pc-view .home-news-actions .section-action::after {
  width: 12px;
  height: 12px;
  margin-left: 14px;
  border-top-width: 3px;
  border-right-width: 3px;
}

/* Keep bottom-tab page banners consistent with the case listing banner. */
.home-hero-copy h1,
.home-banner-title,
.listing-banner-copy h1,
.page-banner-title {
  max-width: 820px;
  font-size: 42px;
  font-weight: 850;
  line-height: 1.16;
}

.home-hero-copy > p:not(.eyebrow),
.listing-banner-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}

.mobile-pc-view .home-hero-copy h1,
.mobile-pc-view .home-banner-title,
.mobile-pc-view .listing-banner-copy h1,
.mobile-pc-view .page-banner-title,
.mobile-contact-view .listing-banner-copy h1 {
  font-size: 56px;
  line-height: 1.18;
}

.mobile-pc-view .home-hero-copy > p:not(.eyebrow),
.mobile-pc-view .listing-banner-copy > p:not(.eyebrow) {
  margin-top: 18px;
  color: #53657a;
  font-size: 29px;
  line-height: 1.65;
}

.mobile-pc-view .detail-hero .container {
  width: calc(100% - 40px);
  max-width: none;
}

.mobile-pc-view .detail-hero p:not(.eyebrow) {
  width: 100%;
  max-width: none;
  margin-top: 18px;
  color: #53657a;
  font-size: 29px;
  line-height: 1.65;
  text-align: left;
}

.mobile-pc-view .detail-publish-meta {
  gap: 10px 30px;
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.6;
}

.mobile-pc-view .section-head p {
  color: #53657a;
  font-size: 29px;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.mobile-pc-view .case-showcase {
  padding: 76px 0 92px;
}

.mobile-pc-view .case-showcase .section-head {
  margin-bottom: 34px;
}

.mobile-pc-view .home-case-slider .case-feature,
.mobile-pc-view .home-case-slider .case-feature:first-child,
.mobile-pc-view .home-case-slider .case-feature:nth-child(n + 2),
.mobile-pc-view .case-listing-section .portfolio-card {
  min-height: 1120px;
  box-shadow: 0 18px 42px rgba(16, 45, 84, .10);
}

.mobile-pc-view .home-case-slider .case-feature-body,
.mobile-pc-view .home-case-slider .case-feature:nth-child(n + 2) .case-feature-body,
.mobile-pc-view .case-listing-section .portfolio-body {
  min-height: 290px;
  padding: 30px 26px 18px;
}

.mobile-pc-view .home-case-slider .case-feature-body h3,
.mobile-pc-view .home-case-slider .case-feature:nth-child(n + 2) .case-feature-body h3,
.mobile-pc-view .case-listing-section .portfolio-body h3 {
  color: #111827;
  font-size: 26px;
  font-weight: 860;
  line-height: 1.3;
}

.mobile-pc-view .home-case-slider .case-feature-body p,
.mobile-pc-view .case-listing-section .portfolio-body p {
  margin-top: 12px;
  color: #374151;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.62;
  -webkit-line-clamp: 2;
}

.mobile-pc-view .home-case-slider .case-type-tags,
.mobile-pc-view .case-listing-section .portfolio-body > .case-type-tags {
  gap: 8px;
  margin-top: 16px;
}

.mobile-pc-view .home-case-slider .case-type-tags span,
.mobile-pc-view .case-listing-section .portfolio-body > .case-type-tags span {
  min-height: 28px;
  padding: 5px 9px;
  font-size: 14px;
  font-weight: 760;
}

.mobile-pc-view .home-case-slider .case-feature-cover,
.mobile-pc-view .home-case-slider .case-feature:first-child .case-feature-cover,
.mobile-pc-view .home-case-slider .case-feature:nth-child(n + 2) .case-feature-cover,
.mobile-pc-view .case-listing-section .portfolio-visual {
  aspect-ratio: 5 / 8;
}

.mobile-pc-view .case-listing-section .portfolio-image {
  object-fit: contain;
}

.home-case-slider .case-feature-body p,
.case-listing-section .portfolio-body p,
.news-home-section .news-feature p,
.news-listing-section .article-card .card-body p,
.article-list-page .article-row p {
  font-weight: 400;
}

.mobile-pc-view .home-case-slider .case-feature-body p,
.mobile-pc-view .case-listing-section .portfolio-body p,
.mobile-pc-view .news-home-section .news-feature p,
.mobile-pc-view .news-listing-section .article-card .card-body p,
.mobile-pc-view .article-list-page .article-row p {
  font-weight: 400;
}

.service-related-cases .case-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: visible;
  padding: 0;
  scroll-snap-type: none;
}

.service-related-cases .case-feature,
.service-related-cases .case-feature:first-child,
.service-related-cases .case-feature:nth-child(n + 2) {
  min-width: 0;
}

.mobile-pc-view .service-related-cases .case-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-pc-view .wechat-popover,
.mobile-contact-view .wechat-popover {
  width: 242px;
}

.mobile-pc-view .wechat-popover img,
.mobile-contact-view .wechat-popover img {
  width: 220px;
  height: 220px;
}
