:root {
  --page-bg: #f7fbff;
  --surface: #ffffff;
  --surface-soft: #eef6ff;
  --surface-blue: #e8f2ff;
  --text-main: #0f1f3d;
  --text-muted: #56657f;
  --text-soft: #71819d;
  --text-dim: #56657f;
  --line: #d9e6f7;
  --line-strong: #bdd4f0;
  --brand: #0b63f6;
  --brand-dark: #063b9d;
  --cyan: #18b9e6;
  --accent-cyan: #18b9e6;
  --accent-blue: #0b63f6;
  --teal: #18b98f;
  --green: #20b870;
  --amber: #f5a524;
  --shadow: 0 18px 48px rgba(28, 80, 145, 0.12);
  --shadow-soft: 0 10px 28px rgba(28, 80, 145, 0.09);
  --radius: 8px;
  --font-heading: "Inter", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Enterprise digital foundation homepage */
.foundation-home {
  background: #ffffff;
  color: #142843;
}

.foundation-home::before {
  display: none;
}

.foundation-home .container,
.foundation-home .footer {
  width: min(1180px, calc(100% - 48px));
}

.foundation-text-brand .brand-name {
  color: #102544;
  font-size: 1.48rem;
  font-weight: 750;
}

.foundation-home .section-block {
  padding: 94px 0;
}

.foundation-hero {
  padding: 26px 0 42px;
  background:
    linear-gradient(180deg, #eef5ff 0%, #f8fbff 72%, #ffffff 100%);
}

.foundation-hero-grid {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid #d8e4f2;
  background: #f7faff;
  box-shadow: 0 22px 60px rgba(31, 68, 112, 0.12);
  isolation: isolate;
}

.foundation-hero-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(250, 252, 255, 0.98) 0%, rgba(250, 252, 255, 0.94) 37%, rgba(250, 252, 255, 0.5) 53%, rgba(250, 252, 255, 0.02) 76%);
}

.foundation-hero-copy {
  position: relative;
  z-index: 3;
  width: 55%;
  padding: 82px 0 68px 58px;
}

.foundation-hero-copy-probe {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: -1 !important;
  height: auto !important;
  min-height: 0 !important;
  visibility: hidden;
  pointer-events: none;
}

.foundation-kicker,
.foundation-section-label {
  color: #1768bd;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.foundation-hero h1 {
  max-width: 630px;
  margin-top: 20px;
  color: #0c213f;
  font-size: clamp(2.55rem, 4.2vw, 4rem);
  line-height: 1.13;
  font-weight: 760;
  letter-spacing: -0.035em;
}

html[lang="en"] .foundation-hero-copy:not(.foundation-hero-copy-probe) h1 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
}

.foundation-hero-copy > p:not(.foundation-kicker) {
  max-width: 610px;
  margin-top: 26px;
  color: #42556e;
  font-size: 1rem;
  line-height: 1.85;
  font-weight: 500;
}

.foundation-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.foundation-hero-path {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  color: #425b78;
  font-size: 0.78rem;
  font-weight: 700;
}

.foundation-hero-path span {
  padding: 6px 9px;
  border: 1px solid rgba(177, 199, 223, 0.75);
  background: rgba(255, 255, 255, 0.76);
}

.foundation-hero-path i {
  color: #77a3d1;
  font-size: 0.62rem;
}

html[lang="en"] .foundation-hero-copy:not(.foundation-hero-copy-probe) > p:not(.foundation-kicker) {
  margin-top: 20px;
  line-height: 1.6;
}

html[lang="en"] .foundation-hero-copy:not(.foundation-hero-copy-probe) .foundation-hero-actions {
  margin-top: 24px;
}

html[lang="en"] .foundation-hero-copy:not(.foundation-hero-copy-probe) .foundation-hero-path {
  margin-top: 24px;
}

.foundation-hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.foundation-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.foundation-hero-animation {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.foundation-visual-caption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  gap: 3px;
  padding: 11px 14px;
  border: 1px solid rgba(191, 209, 229, 0.82);
  background: rgba(255, 255, 255, 0.88);
  color: #2a4668;
  box-shadow: 0 10px 28px rgba(34, 72, 116, 0.1);
}

.foundation-visual-caption span {
  color: #1d6fc7;
  font-size: 0.68rem;
  font-weight: 800;
}

.foundation-visual-caption strong {
  font-size: 0.74rem;
  font-weight: 650;
}

.foundation-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 46px;
}

.foundation-heading h2,
.foundation-method-intro h2,
.foundation-belief-copy h2 {
  max-width: 760px;
  margin-top: 12px;
  color: #102544;
  font-size: 2.24rem;
  line-height: 1.3;
  font-weight: 720;
  letter-spacing: -0.02em;
}

.foundation-heading > p,
.foundation-method-intro > p,
.foundation-belief-copy > p:not(.foundation-section-label) {
  color: #64738a;
  line-height: 1.8;
  font-weight: 500;
}

.foundation-pain-section {
  background: #f5f8fb;
}

.foundation-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #d9e3ed;
  border-left: 1px solid #d9e3ed;
}

.foundation-pain-grid article {
  position: relative;
  min-height: 164px;
  padding: 30px 28px 28px 76px;
  border-right: 1px solid #d9e3ed;
  border-bottom: 1px solid #d9e3ed;
  background: #ffffff;
}

.foundation-pain-grid article > span {
  position: absolute;
  top: 19px;
  right: 20px;
  color: #a0afc0;
  font-size: 0.65rem;
  font-weight: 800;
}

.foundation-pain-grid i {
  position: absolute;
  top: 34px;
  left: 29px;
  color: #2b70c5;
  font-size: 1.25rem;
}

.foundation-pain-grid p {
  color: #263c58;
  font-size: 0.96rem;
  line-height: 1.75;
  font-weight: 650;
}

.foundation-capability-section {
  background: #102544;
}

.foundation-heading-light h2 {
  color: #ffffff;
}

.foundation-heading-light > p {
  color: #bac8d8;
}

.foundation-heading-light .foundation-section-label {
  color: #72b6ff;
}

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

.foundation-capability-card {
  position: relative;
  min-height: 400px;
  padding: 32px 34px 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(3, 15, 33, 0.18);
}

.foundation-capability-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 5px;
  background: #2b73c8;
}

.foundation-layer-system::before {
  background: #1b9b9a;
}

.foundation-layer-industry::before {
  background: #e29337;
}

.foundation-layer-modern::before {
  background: #6974c9;
}

.foundation-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2a70c5;
}

.foundation-card-head span {
  color: #9aaaBC;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.foundation-card-head i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d9e5f1;
  background: #f2f7fc;
  font-size: 1.05rem;
}

.foundation-capability-card h3 {
  margin-top: 24px;
  color: #142b48;
  font-size: 1.35rem;
  font-weight: 720;
}

.foundation-capability-card > p {
  margin-top: 8px;
  color: #6a788b;
  font-size: 0.9rem;
}

.foundation-capability-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin-top: 24px;
  border-top: 1px solid #dfe7ef;
  list-style: none;
}

.foundation-capability-card li {
  position: relative;
  padding: 12px 0 12px 17px;
  border-bottom: 1px solid #e5ebf1;
  color: #3f536c;
  font-size: 0.84rem;
  font-weight: 600;
}

.foundation-capability-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 5px;
  height: 5px;
  background: #4380c5;
}

.foundation-scenario-section {
  background: #ffffff;
}

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

.foundation-scenario-grid article {
  position: relative;
  min-height: 340px;
  padding: 34px 36px 32px 104px;
  border: 1px solid #dce5ef;
  background: #ffffff;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.foundation-scenario-grid article:hover {
  transform: translateY(-3px);
  border-color: #adc7e2;
  box-shadow: 0 18px 38px rgba(35, 72, 113, 0.1);
}

.foundation-scenario-icon {
  position: absolute;
  top: 34px;
  left: 34px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #cbdced;
  background: #eef5fc;
  color: #226ec3;
  font-size: 1.12rem;
}

.foundation-scenario-grid article > span {
  color: #2b70c5;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.foundation-scenario-grid h3 {
  margin-top: 10px;
  color: #172f4c;
  font-size: 1.28rem;
  font-weight: 720;
}

.foundation-scenario-grid article > p {
  margin-top: 12px;
  color: #66758a;
  font-size: 0.88rem;
  line-height: 1.75;
}

.foundation-scenario-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  list-style: none;
}

.foundation-scenario-grid li {
  padding: 7px 10px;
  border: 1px solid #d7e2ed;
  background: #f7f9fb;
  color: #435a73;
  font-size: 0.74rem;
  font-weight: 650;
}

.foundation-method-section {
  background: #f4f7fa;
}

.foundation-method-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
  gap: 64px;
  align-items: end;
}

.foundation-method-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 50px;
  border-top: 1px solid #cfdbe7;
  border-left: 1px solid #cfdbe7;
  list-style: none;
}

.foundation-method-list li {
  position: relative;
  min-height: 290px;
  padding: 28px 23px 26px;
  border-right: 1px solid #cfdbe7;
  border-bottom: 1px solid #cfdbe7;
  background: #ffffff;
}

.foundation-method-list li > span {
  color: #8799ad;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.foundation-method-list i {
  display: block;
  margin-top: 38px;
  color: #2770c3;
  font-size: 1.3rem;
}

.foundation-method-list h3 {
  margin-top: 18px;
  color: #203954;
  font-size: 1rem;
  font-weight: 720;
}

.foundation-method-list p {
  margin-top: 10px;
  color: #6b798c;
  font-size: 0.8rem;
  line-height: 1.7;
}

.foundation-belief-section {
  overflow: hidden;
  background: #102544;
}

.foundation-belief-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 72px;
  align-items: center;
}

.foundation-belief-copy .foundation-section-label {
  color: #72b6ff;
}

.foundation-belief-copy h2 {
  color: #ffffff;
}

.foundation-belief-copy > p:not(.foundation-section-label) {
  margin-top: 24px;
  color: #bcc9d8;
}

.foundation-belief-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  color: #80bcff;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.foundation-belief-quotes {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.foundation-belief-quotes blockquote {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 22px;
  align-items: start;
  padding: 27px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.foundation-belief-quotes span {
  color: #6eaef4;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.foundation-belief-quotes p {
  color: #ffffff;
  font-size: 1.22rem;
  line-height: 1.55;
  font-weight: 650;
}

.foundation-contact-section {
  padding-top: 54px !important;
  background: #ffffff;
}

@media (max-width: 1080px) {
  .foundation-hero-copy {
    width: 62%;
    padding-left: 42px;
  }

  .foundation-capability-card {
    padding: 30px;
  }

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

  .foundation-method-list li:nth-child(4),
  .foundation-method-list li:nth-child(5) {
    min-height: 245px;
  }
}

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

  .foundation-home .section-block {
    padding: 70px 0;
  }

  .foundation-hero {
    padding: 18px 0 28px;
  }

  .foundation-hero-grid {
    min-height: auto;
  }

  .foundation-hero-grid::after {
    display: none;
  }

  .foundation-hero-copy {
    width: 100%;
    padding: 58px 34px 38px;
  }

  .foundation-hero-visual {
    position: relative;
    height: 480px;
    border-top: 1px solid #dbe5ef;
  }

  .foundation-hero-visual img {
    object-fit: cover;
    object-position: 62% center;
  }

  .foundation-hero-animation {
    opacity: 0.82;
  }

  .foundation-heading,
  .foundation-method-intro,
  .foundation-belief-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .foundation-capability-grid,
  .foundation-scenario-grid {
    grid-template-columns: 1fr;
  }

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

  .foundation-method-list li,
  .foundation-method-list li:nth-child(4),
  .foundation-method-list li:nth-child(5) {
    min-height: 245px;
  }
}

@media (max-width: 560px) {
  .foundation-text-brand .brand-name {
    font-size: 1.2rem;
  }

  .foundation-hero-copy {
    padding: 42px 22px 32px;
  }

  .foundation-hero h1 {
    font-size: 2.28rem;
  }

  html[lang="en"] .foundation-hero-copy:not(.foundation-hero-copy-probe) {
    padding-bottom: 24px;
  }

  html[lang="en"] .foundation-hero-copy:not(.foundation-hero-copy-probe) h1 {
    font-size: 1.8rem;
  }

  .foundation-hero-copy > p:not(.foundation-kicker) {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .foundation-hero-actions .btn {
    width: 100%;
  }

  .foundation-hero-path {
    gap: 7px;
  }

  .foundation-hero-path i {
    display: none;
  }

  .foundation-hero-visual {
    height: 330px;
  }

  .foundation-visual-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .foundation-hero-animation {
    opacity: 0.72;
  }

  .foundation-heading h2,
  .foundation-method-intro h2,
  .foundation-belief-copy h2 {
    font-size: 1.68rem;
  }

  .foundation-pain-grid,
  .foundation-method-list {
    grid-template-columns: 1fr;
  }

  .foundation-pain-grid article {
    min-height: 132px;
    padding: 27px 24px 24px 65px;
  }

  .foundation-pain-grid i {
    left: 24px;
    top: 31px;
  }

  .foundation-capability-card {
    min-height: auto;
    padding: 26px 24px 28px;
  }

  .foundation-capability-card ul {
    grid-template-columns: 1fr;
  }

  .foundation-scenario-grid article {
    min-height: auto;
    padding: 92px 24px 28px;
  }

  .foundation-scenario-icon {
    top: 25px;
    left: 24px;
  }

  .foundation-method-list li,
  .foundation-method-list li:nth-child(4),
  .foundation-method-list li:nth-child(5) {
    min-height: auto;
    padding: 24px;
  }

  .foundation-method-list i {
    margin-top: 26px;
  }

  .foundation-belief-layout {
    gap: 40px;
  }

  .foundation-belief-quotes p {
    font-size: 1rem;
  }
}

@media (max-width: 360px) {
  html[lang="en"] .foundation-hero-copy:not(.foundation-hero-copy-probe) .foundation-kicker {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  html[lang="en"] .foundation-hero-copy:not(.foundation-hero-copy-probe) h1 {
    margin-top: 16px;
    font-size: 1.65rem;
    line-height: 1.08;
  }

  html[lang="en"] .foundation-hero-copy:not(.foundation-hero-copy-probe) > p:not(.foundation-kicker) {
    margin-top: 16px;
    font-size: 0.86rem;
    line-height: 1.55;
  }

  html[lang="en"] .foundation-hero-copy:not(.foundation-hero-copy-probe) .foundation-hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  html[lang="en"] .foundation-hero-copy:not(.foundation-hero-copy-probe) .foundation-hero-path {
    gap: 5px;
    margin-top: 20px;
    font-size: 0.7rem;
  }

  html[lang="en"] .foundation-hero-copy:not(.foundation-hero-copy-probe) .foundation-hero-path span {
    padding: 5px 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .foundation-hero-animation {
    display: none;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(230, 242, 255, 0.9), rgba(247, 251, 255, 0) 520px),
    radial-gradient(circle at 82% 8%, rgba(24, 185, 230, 0.12), transparent 260px),
    var(--page-bg);
  color: var(--text-main);
  font-family: var(--font-body);
  line-height: 1.65;
  letter-spacing: 0;
  font-weight: 500;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  z-index: -1;
  height: 780px;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(11, 99, 246, 0.08) 1px, transparent 1.5px),
    linear-gradient(90deg, rgba(11, 99, 246, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 99, 246, 0.04) 1px, transparent 1px);
  background-position: 0 0, 0 0, 0 0;
  background-size: 26px 26px, 96px 96px, 96px 96px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 72%);
  contain: paint;
}

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

a {
  color: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid rgba(11, 99, 246, 0.5);
  outline-offset: 3px;
}

button,
input,
textarea {
  font: inherit;
}

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

header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(205, 222, 244, 0.78);
}

.header-container {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.logo-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  text-decoration: none;
}

.brand-logo {
  width: 180px;
  height: auto;
}

.brand-mark {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(11, 99, 246, 0.18));
}

.brand-name {
  color: var(--brand);
  font-family: var(--font-heading);
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 800;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex: 1 1 auto;
}

nav a {
  position: relative;
  color: #12244a;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 650;
  white-space: nowrap;
  transition: color 0.2s ease;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

nav a:hover,
nav a.active {
  color: var(--brand);
}

nav a.active::after,
nav a:hover::after {
  transform: scaleX(1);
}

.mobile-contact-link {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.language-switch,
.mobile-lang-switch {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f5f9ff;
}

.mobile-lang-switch {
  display: none;
}

.lang-btn {
  min-width: 34px;
  height: 30px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
}

.lang-btn.active {
  background: var(--brand);
  color: #ffffff;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #126dff 0%, #0758e9 100%);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(11, 99, 246, 0.22);
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 110;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  cursor: pointer;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 18px;
  height: 2px;
  background: var(--text-main);
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.25s ease;
}

.hamburger {
  top: 19px;
}

.hamburger::before {
  top: -7px;
}

.hamburger::after {
  top: 7px;
}

.menu-toggle.active .hamburger {
  background: transparent;
}

.menu-toggle.active .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle.active .hamburger::after {
  top: 0;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  padding: 68px 0 44px;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 250, 255, 0.94) 45%, rgba(230, 242, 255, 0.96) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 34%, rgba(11, 99, 246, 0.12), transparent 360px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.54) 46%, rgba(244, 250, 255, 0.18) 100%),
    linear-gradient(180deg, transparent 74%, var(--page-bg) 100%);
}

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

.hero-copy {
  padding: 24px 0 20px;
}

.eyebrow,
.section-kicker,
.panel-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e9f3ff;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 700;
}

html[lang="zh-CN"] .section-kicker {
  display: none;
}

html[lang="zh-CN"] .section-heading h2 {
  margin-top: 0;
}

.hero h1 {
  max-width: 620px;
  margin-top: 24px;
  color: #071a3f;
  font-family: var(--font-heading);
  font-size: 3.3rem;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0.01em;
}

html[lang="en"] .hero h1 {
  font-size: 3rem;
}

.hero p {
  max-width: 600px;
  margin-top: 22px;
  color: #243958;
  font-size: 1.08rem;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(180deg, #126dff 0%, #0758e9 100%);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(11, 99, 246, 0.22);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.92);
  color: #0b2d69;
  border-color: var(--line-strong);
  box-shadow: var(--shadow-soft);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-top: 36px;
}

.hero-proof div {
  min-height: 82px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 8px 20px rgba(28, 80, 145, 0.08);
}

.hero-proof strong {
  display: block;
  color: var(--brand);
  font-size: 1.35rem;
  line-height: 1.1;
  font-weight: 800;
}

.hero-proof span {
  display: block;
  margin-top: 7px;
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 500px;
}

.hero-dashboard-art {
  position: absolute;
  right: -52px;
  top: -10px;
  width: min(860px, 128%);
  height: auto;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 20px 28px rgba(56, 116, 196, 0.11)) saturate(1.04) contrast(1.01);
  -webkit-mask-image: radial-gradient(ellipse 70% 64% at 50% 50%, #000 62%, rgba(0, 0, 0, 0.72) 78%, transparent 100%);
  mask-image: radial-gradient(ellipse 70% 64% at 50% 50%, #000 62%, rgba(0, 0, 0, 0.72) 78%, transparent 100%);
}

.dashboard-window {
  position: absolute;
  right: 0;
  top: 22px;
  width: min(580px, 100%);
  padding: 20px;
  border: 1px solid #cfe0f5;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 70px rgba(24, 88, 180, 0.16);
  transform: perspective(1100px) rotateY(-7deg) rotateX(3deg);
}

.window-bar {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 16px;
}

.window-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1b72ff;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
}

.metric-ring,
.chart-card,
.bars-card,
.security-card {
  min-height: 132px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.metric-ring {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
}

.metric-ring::before {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background:
    conic-gradient(var(--brand) 0 72%, #d9e8fb 72% 100%);
  position: absolute;
}

.metric-ring::after {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
}

.metric-ring span,
.metric-ring small {
  position: relative;
  z-index: 1;
  display: block;
}

.metric-ring span {
  color: #0f2a56;
  font-size: 1.25rem;
  font-weight: 900;
}

.metric-ring small {
  margin-top: 52px;
  color: var(--text-soft);
  font-size: 0.75rem;
  font-weight: 700;
}

.chart-card {
  padding: 18px;
}

.chart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #17335f;
  font-size: 0.82rem;
  font-weight: 800;
}

.chart-title small {
  color: var(--text-soft);
  font-size: 0.68rem;
}

.line-chart {
  display: flex;
  align-items: end;
  gap: 12px;
  height: 76px;
  margin-top: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dce9f7;
}

.line-chart span {
  flex: 1;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, #0f6cff 0%, #8fc6ff 100%);
}

.line-chart span:nth-child(1) { height: 38px; }
.line-chart span:nth-child(2) { height: 58px; }
.line-chart span:nth-child(3) { height: 44px; }
.line-chart span:nth-child(4) { height: 66px; }
.line-chart span:nth-child(5) { height: 42px; }

.bars-card {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 10px;
  padding: 22px 18px;
}

.bars-card span {
  width: 16px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #0f6cff 0%, #8cc5ff 100%);
}

.bars-card span:nth-child(1) { height: 48px; }
.bars-card span:nth-child(2) { height: 72px; }
.bars-card span:nth-child(3) { height: 40px; }
.bars-card span:nth-child(4) { height: 82px; }
.bars-card span:nth-child(5) { height: 58px; }
.bars-card span:nth-child(6) { height: 70px; }

.security-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 14px;
  padding: 22px;
}

.security-card i {
  grid-row: span 2;
  width: 62px;
  height: 62px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--radius);
  background: #e9fbf5;
  color: var(--teal);
  font-size: 1.8rem;
}

.security-card strong {
  color: var(--cyan);
  font-size: 2rem;
  line-height: 1;
}

.security-card span {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.cloud-node {
  position: absolute;
  left: 0;
  bottom: 98px;
  z-index: 2;
  width: 120px;
  height: 116px;
  display: grid;
  place-items: center;
  border: 1px solid #cfe0f5;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  color: #3f8cff;
  font-size: 3.3rem;
}

.cloud-node span {
  position: absolute;
  right: 20px;
  bottom: 16px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  color: #ffffff;
  font-size: 0.92rem;
}

.visual-orbit {
  position: absolute;
  right: 18px;
  bottom: 12px;
  display: flex;
  gap: 14px;
}

.visual-orbit i {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--brand);
  box-shadow: var(--shadow-soft);
}

.section-block {
  padding: 86px 0;
  scroll-margin-top: 92px;
}

.section-compact {
  padding-top: 30px;
}

.overview-heading {
  margin-bottom: 24px;
}

.section-soft {
  background: linear-gradient(180deg, rgba(232, 242, 255, 0.72), rgba(247, 251, 255, 0.2));
  border-top: 1px solid rgba(217, 230, 247, 0.7);
  border-bottom: 1px solid rgba(217, 230, 247, 0.7);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading h2,
.summary-group h2 {
  color: #0b1d42;
  font-family: var(--font-heading);
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.section-heading h2 {
  margin-top: 12px;
}

.section-heading p {
  color: var(--text-muted);
  font-weight: 600;
}

.summary-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.summary-group {
  padding: 26px 22px;
}

.summary-group + .summary-group {
  border-left: 1px solid var(--line);
}

.summary-group h2 {
  font-size: 1rem;
  color: #0f2a56;
  font-weight: 800;
}

.summary-items {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.summary-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 4px 14px;
  align-items: start;
}

.icon-3d {
  grid-row: span 2;
  width: 58px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(28, 80, 145, 0.12));
}

.summary-item strong {
  color: #0d244d;
  font-size: 0.96rem;
  font-weight: 760;
  line-height: 1.3;
}

.summary-item span {
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.55;
  font-weight: 500;
}

.service-grid,
.client-grid,
.blog-grid {
  display: grid;
  gap: 18px;
}

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

.service-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: #9ec2f3;
  box-shadow: 0 18px 42px rgba(28, 80, 145, 0.15);
}

.service-card {
  min-height: 250px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-icon-img,
.client-icon-img,
.about-icon-img {
  width: 88px;
  height: 74px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: drop-shadow(0 10px 12px rgba(28, 80, 145, 0.13));
}

.service-card h3,
.tech-layout h3,
.client-card h3,
.blog-title {
  color: #0c234b;
  font-size: 1.18rem;
  line-height: 1.35;
  font-weight: 800;
}

.service-card ul,
.ai-panel ul {
  list-style: none;
  margin-top: 18px;
}

.service-card li,
.ai-panel li {
  position: relative;
  margin-top: 10px;
  padding-left: 18px;
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 500;
}

.service-card li::before,
.ai-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand);
}

.service-card-link {
  color: inherit;
  text-decoration: none;
}

.service-card-featured {
  border-color: #a9cdf7;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 247, 255, 0.9));
}

.service-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--brand);
  font-size: 0.9rem;
  font-weight: 800;
}

.tech-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.9fr) minmax(220px, 0.58fr);
  gap: 18px;
}

.tech-stack,
.ai-panel,
.ops-panel {
  padding: 28px;
}

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

.tech-logo-card {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  color: #17335f;
  box-shadow: 0 8px 18px rgba(28, 80, 145, 0.07);
  text-align: center;
}

.tech-logo-card img {
  width: 104px;
  max-width: 100%;
  height: 28px;
  object-fit: contain;
}

.tech-logo-card span {
  color: #243958;
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1.2;
}

.tech-logo-card.logo-pair {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.tech-logo-card.logo-pair img {
  width: 42px;
  height: 26px;
}

.tech-logo-card.logo-pair span {
  flex-basis: 100%;
}

.tech-logo-card.logo-wide img {
  width: 118px;
  height: 28px;
}

.api-mark strong {
  color: var(--brand);
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 800;
}

.api-mark span {
  color: #2c64c8;
  font-size: 0.88rem;
}

.ai-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(235, 248, 255, 0.86)),
    url("../assets/matrix-720.jpg") center / cover no-repeat;
}

.ai-panel::after {
  content: "\f544";
  position: absolute;
  right: 22px;
  bottom: 14px;
  color: rgba(11, 99, 246, 0.12);
  font-family: "Font Awesome 6 Free";
  font-size: 7rem;
  font-weight: 900;
}

.ai-panel > * {
  position: relative;
  z-index: 1;
}

.ai-panel h3 {
  margin-top: 18px;
}

.ops-panel {
  display: grid;
  align-content: center;
  gap: 18px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96) 0%, rgba(235, 247, 255, 0.94) 58%, rgba(227, 245, 251, 0.92) 100%);
  color: #0c234b;
  border-color: #c7def5;
}

.ops-panel div {
  padding: 18px;
  border: 1px solid #cfe2f7;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 251, 255, 0.9));
  box-shadow: 0 8px 18px rgba(28, 80, 145, 0.07);
}

.ops-panel strong {
  display: block;
  color: var(--brand);
  font-size: 1.85rem;
  line-height: 1.05;
  font-weight: 800;
}

.ops-panel span {
  display: block;
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.client-card {
  min-height: 188px;
  padding: 24px;
}

.client-icon-img {
  width: 82px;
  height: 70px;
  margin-bottom: 14px;
}

.client-card p {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 500;
}

.about-section {
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.2), rgba(232, 242, 255, 0.72));
  border-top: 1px solid rgba(217, 230, 247, 0.7);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 0.75fr));
  gap: 18px;
}

.about-story,
.about-card {
  padding: 28px;
}

.about-story {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.about-story .about-icon-img {
  width: 110px;
  height: 92px;
  margin-bottom: 0;
}

.about-card {
  min-height: 230px;
}

.about-card .about-icon-img {
  width: 84px;
  height: 72px;
}

.about-story h3,
.about-card h3 {
  color: #0c234b;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 800;
}

.about-story p,
.about-card p {
  margin-top: 12px;
  color: var(--text-muted);
  font-weight: 500;
}

.blog-container {
  display: grid;
  gap: 24px;
}

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

.blog-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: #9ec2f3;
  box-shadow: 0 18px 42px rgba(28, 80, 145, 0.15);
}

.blog-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.blog-category,
.blog-source {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  max-width: 48%;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.blog-category {
  color: #075fb0;
  background: #eaf5ff;
}

.blog-source {
  justify-content: flex-end;
  overflow: hidden;
  color: #177a6a;
  background: #eaf8f4;
  text-overflow: ellipsis;
}

.blog-card-header::before {
  content: "";
  width: 62px;
  height: 52px;
  display: block;
  margin-bottom: 14px;
  background: url("../assets/icons-3d/modernization.png") center / contain no-repeat;
  filter: drop-shadow(0 8px 10px rgba(28, 80, 145, 0.12));
}

.blog-excerpt {
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 600;
}

.blog-meta div {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.blog-loading {
  grid-column: 1 / -1;
  min-height: 160px;
  display: grid;
  place-items: center;
  gap: 14px;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  color: var(--text-muted);
  font-weight: 700;
}

.loading-spinner {
  width: 34px;
  height: 34px;
  border: 3px solid #d8e7fa;
  border-top-color: var(--brand);
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.blog-pagination {
  display: flex;
  justify-content: center;
}

.pagination-btn {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--brand);
  cursor: pointer;
  font-weight: 800;
}

.pagination-btn:disabled {
  cursor: not-allowed;
  color: var(--text-soft);
  background: #f1f6fc;
}

.contact-section {
  padding-bottom: 56px;
}

.contact-card {
  position: relative;
  overflow: hidden;
  padding: 38px 42px;
  border: 1px solid #b8d3f6;
  border-radius: var(--radius);
  background:
    linear-gradient(95deg, rgba(232, 244, 255, 0.96) 0%, rgba(247, 251, 255, 0.96) 54%, rgba(218, 238, 255, 0.96) 100%),
    url("../assets/video-poster-720.jpg") right center / 44% auto no-repeat;
  box-shadow: var(--shadow);
}

.contact-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 80%;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0 62%, rgba(11, 99, 246, 0.13) 62% 66%, transparent 66%),
    linear-gradient(90deg, transparent 0 16%, rgba(11, 99, 246, 0.16) 16% 19%, transparent 19% 28%, rgba(24, 185, 230, 0.12) 28% 32%, transparent 32% 42%, rgba(11, 99, 246, 0.14) 42% 45%, transparent 45% 100%);
  opacity: 0.62;
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.8fr);
  gap: 38px;
  align-items: center;
}

.contact-info h3 {
  color: #0b1d42;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.contact-info p {
  max-width: 620px;
  margin-top: 12px;
  color: var(--text-muted);
  font-weight: 500;
}

.contact-meta {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #183661;
  font-weight: 700;
}

.meta-item i {
  color: var(--brand);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

footer {
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.footer {
  width: min(1160px, calc(100% - 48px));
  min-height: 62px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  color: var(--text-soft);
  font-size: 0.86rem;
  font-weight: 700;
}

.wechat-modal,
.blog-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(6, 20, 45, 0.52);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.wechat-modal-content,
.blog-modal-content {
  width: min(720px, 100%);
  max-height: min(84vh, 860px);
  overflow: auto;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(2, 16, 38, 0.25);
}

.wechat-modal-content {
  width: min(380px, 100%);
  padding: 28px;
  text-align: center;
}

.wechat-modal-content h3 {
  color: #0b1d42;
  font-size: 1.45rem;
}

.wechat-qr-container img {
  width: 220px;
  height: 220px;
  object-fit: contain;
  margin: 22px auto 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.wechat-number {
  color: #0b1d42;
  font-weight: 800;
}

.wechat-desc {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.wechat-close-btn,
.blog-modal-close {
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
}

.wechat-close-btn {
  min-height: 42px;
  margin-top: 20px;
  padding: 0 24px;
  background: var(--brand);
  color: #ffffff;
  font-weight: 800;
}

.blog-modal-content {
  position: relative;
  padding: 34px;
}

.blog-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  background: #eef6ff;
  color: #17335f;
  font-size: 1.4rem;
  line-height: 1;
}

.blog-modal-header {
  padding-right: 44px;
}

.blog-modal-title {
  color: #0b1d42;
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 800;
}

.blog-modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
  color: var(--text-soft);
  font-size: 0.86rem;
  font-weight: 700;
}

.blog-modal-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.blog-modal-body {
  margin-top: 28px;
  color: #243958;
}

.blog-modal-body p + p,
.rich-text-content p + p {
  margin-top: 14px;
}

.blog-modal-body a,
.rich-text-content a {
  color: var(--brand);
  font-weight: 800;
}

.blog-modal-loading {
  min-height: 280px;
  display: grid;
  place-items: center;
  gap: 18px;
  color: var(--text-muted);
  font-weight: 800;
}

.external-modal-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 0 12px;
  border: 1px solid #bfe0ff;
  border-radius: 999px;
  background: #eef7ff;
  color: #075fb0;
  font-size: 0.78rem;
  font-weight: 800;
}

.article-source-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 16px 18px;
  border: 1px solid #d4e5f6;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(234, 247, 255, 0.95), rgba(239, 249, 244, 0.95));
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.article-source-panel strong {
  color: #0c234b;
  font-weight: 800;
}

.external-article-summary {
  color: #203854;
  font-size: 1rem;
  line-height: 1.8;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid #d7e5f6;
  border-radius: 999px;
  background: #f8fbff;
  color: #2d496d;
  font-size: 0.78rem;
  font-weight: 700;
}

.external-link-container {
  margin-top: 26px;
  padding: 20px;
  border: 1px solid #cbdff6;
  border-radius: var(--radius);
  background: #f8fbff;
}

.external-link-container p {
  margin-bottom: 16px;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.external-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tech-loading-container {
  position: relative;
  width: 78px;
  height: 78px;
}

.tech-loading-ring {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(11, 99, 246, 0.14);
  border-top-color: var(--brand);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.tech-loading-ring:nth-child(2) {
  inset: 10px;
  animation-duration: 1.4s;
}

.tech-loading-ring:nth-child(3) {
  inset: 20px;
  animation-duration: 1.8s;
}

.tech-loading-center {
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  background: var(--brand);
}

.managed-page {
  background:
    linear-gradient(180deg, rgba(230, 242, 255, 0.9), rgba(247, 251, 255, 0) 520px),
    radial-gradient(circle at 82% 8%, rgba(24, 185, 230, 0.12), transparent 260px),
    var(--page-bg);
}

.managed-hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  padding: 68px 0 44px;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 250, 255, 0.94) 45%, rgba(230, 242, 255, 0.96) 100%);
}

.managed-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 34%, rgba(11, 99, 246, 0.12), transparent 360px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.54) 46%, rgba(244, 250, 255, 0.18) 100%),
    linear-gradient(180deg, transparent 74%, var(--page-bg) 100%);
}

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

.managed-hero-copy h1 {
  max-width: 680px;
  margin-top: 24px;
  color: #071a3f;
  font-family: var(--font-heading);
  font-size: 3.15rem;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0.01em;
}

html[lang="en"] .managed-hero-copy h1 {
  font-size: 2.78rem;
}

.managed-lead {
  max-width: 700px;
  margin-top: 22px;
  color: #243958;
  font-size: 1.08rem;
  font-weight: 500;
}

.managed-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}

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

.managed-proof-grid div {
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 20px rgba(28, 80, 145, 0.08);
}

.managed-proof-grid strong {
  display: block;
  color: #0c234b;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
}

.managed-proof-grid span {
  display: block;
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.45;
  font-weight: 600;
}

.managed-hero-visual {
  position: relative;
  width: 100%;
  min-height: 500px;
}

.managed-dashboard-img {
  position: absolute;
  right: -42px;
  top: 8px;
  width: min(860px, 128%);
  height: auto;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 20px 28px rgba(56, 116, 196, 0.1)) saturate(1.03) contrast(1.01);
  -webkit-mask-image: radial-gradient(ellipse 72% 66% at 50% 50%, #000 64%, rgba(0, 0, 0, 0.72) 82%, transparent 100%);
  mask-image: radial-gradient(ellipse 72% 66% at 50% 50%, #000 64%, rgba(0, 0, 0, 0.72) 82%, transparent 100%);
}

.pain-grid,
.fit-grid,
.managed-service-grid,
.package-grid,
.case-grid {
  display: grid;
  gap: 18px;
}

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

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

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

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

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

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

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

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

.pain-card,
.fit-card,
.managed-service-item,
.package-card,
.case-card {
  padding: 24px;
}

.pain-card,
.managed-service-item,
.package-card {
  min-height: 250px;
}

.pain-card-emphasis {
  border-color: #a9cdf7;
  background: linear-gradient(180deg, #ffffff, #edf7ff);
}

.mini-3d-icon {
  width: 72px;
  height: 62px;
  object-fit: contain;
  margin-bottom: 16px;
  filter: drop-shadow(0 8px 10px rgba(28, 80, 145, 0.12));
}

.pain-card h3,
.fit-card h3,
.managed-service-item h3,
.package-card h3,
.case-card h3 {
  color: #0c234b;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 800;
}

.pain-card p,
.fit-card p,
.managed-service-item p,
.package-card p,
.case-card p {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.65;
  font-weight: 500;
}

.fit-card {
  min-height: 220px;
}

.fit-card i {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid #cfe2f7;
  border-radius: var(--radius);
  background: #eef7ff;
  color: var(--brand);
  font-size: 1.1rem;
}

.package-card {
  display: flex;
  flex-direction: column;
}

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

.ops-product-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.ops-product-card-primary {
  border-color: #86bdf8;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(231, 244, 255, 0.96));
  box-shadow: 0 20px 48px rgba(28, 80, 145, 0.15);
}

.ops-product-card h3 {
  color: #0c234b;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 800;
}

.ops-product-card > p {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.65;
  font-weight: 500;
}

.service-mode-card,
.specialist-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.service-mode-card-primary {
  border-color: #86bdf8;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(231, 244, 255, 0.96));
  box-shadow: 0 20px 48px rgba(28, 80, 145, 0.15);
}

.service-mode-card h3,
.specialist-card h3 {
  color: #0c234b;
  font-size: 1.12rem;
  line-height: 1.35;
  font-weight: 800;
}

.service-mode-card p,
.specialist-card p {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
  font-weight: 500;
}

.ops-product-meta {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.ops-product-meta div {
  display: grid;
  gap: 6px;
}

.ops-product-meta dt {
  color: #0c234b;
  font-size: 0.78rem;
  line-height: 1.35;
  font-weight: 800;
}

.ops-product-meta dd {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.58;
  font-weight: 500;
}

.ops-price {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: var(--brand);
  font-size: 0.94rem;
  line-height: 1.45;
  font-weight: 800;
}

.ops-price-note {
  display: block;
  margin-top: 4px;
  color: var(--text-soft);
  font-size: 0.78rem;
  line-height: 1.45;
  font-weight: 600;
}

.pricing-note {
  margin: 18px 0 0;
  padding: 12px 16px;
  border: 1px solid #cfe2f7;
  border-radius: 8px;
  background: rgba(244, 249, 255, 0.86);
  color: #52627a;
  font-size: 0.86rem;
  line-height: 1.6;
  font-weight: 600;
}

.service-boundary-note {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  margin-top: 20px;
  padding: 20px 22px;
  border: 1px solid #cfe2f7;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.service-boundary-note strong {
  display: block;
  color: #0c234b;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 800;
}

.service-boundary-note p,
.service-boundary-note li {
  color: #52627a;
  font-size: 0.86rem;
  line-height: 1.6;
  font-weight: 600;
}

.service-boundary-note p {
  margin-top: 7px;
}

.service-boundary-note ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.package-card-recommended {
  border-color: #83b8f8;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(231, 244, 255, 0.96));
  box-shadow: 0 20px 48px rgba(28, 80, 145, 0.15);
}

.package-label {
  width: max-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 11px;
  border: 1px solid #bfe0ff;
  border-radius: 999px;
  background: #eef7ff;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
}

.package-card ul {
  list-style: none;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.package-card li {
  position: relative;
  margin-top: 10px;
  padding-left: 18px;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
}

.package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand);
}

.package-price {
  margin-top: 8px !important;
  color: var(--brand) !important;
  font-size: 1.08rem !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.outcome-table-wrap,
.service-matrix-wrap {
  overflow-x: auto;
  border: 1px solid #cfe2f7;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.outcome-table,
.service-matrix {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--text-main);
}

.outcome-table {
  min-width: 640px;
}

.outcome-table th,
.outcome-table td,
.service-matrix th,
.service-matrix td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 0.88rem;
  line-height: 1.55;
}

.outcome-table th,
.service-matrix th {
  background: #eef7ff;
  color: #0c234b;
  font-weight: 800;
}

.outcome-table td:first-child,
.service-matrix td:first-child {
  color: #0c234b;
  font-weight: 800;
}

.outcome-table tr:last-child td,
.service-matrix tr:last-child td {
  border-bottom: 0;
}

.service-matrix-wrap {
  margin-top: 22px;
}

.service-matrix {
  min-width: 760px;
}

.service-matrix th,
.service-matrix td {
  text-align: center;
}

.service-matrix th:first-child,
.service-matrix td:first-child {
  text-align: left;
  min-width: 150px;
}

.boundary-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.boundary-card,
.addon-card {
  padding: 28px;
}

.boundary-card h3,
.addon-card h3 {
  color: #0c234b;
  font-size: 1.14rem;
  line-height: 1.35;
  font-weight: 800;
}

.boundary-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.boundary-list li {
  position: relative;
  padding-left: 20px;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.58;
  font-weight: 500;
}

.boundary-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6d91bf;
}

.addon-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.addon-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f7fbff;
}

.addon-list strong {
  color: #0c234b;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 800;
}

.addon-list span {
  color: var(--brand);
  font-size: 0.88rem;
  line-height: 1.4;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

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

.process-steps-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-step {
  position: relative;
  min-height: 210px;
  padding: 22px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: var(--brand);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
}

.process-step h3 {
  color: #0c234b;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 800;
}

.process-step p {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.6;
  font-weight: 500;
}

.case-card {
  min-height: 220px;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.case-icon-img {
  width: 86px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(28, 80, 145, 0.12));
}

.case-story-card {
  grid-template-columns: 74px minmax(0, 1fr);
  min-height: 300px;
}

.case-story-card .case-icon-img {
  width: 74px;
  height: 64px;
}

.case-story-card p {
  margin-top: 8px;
}

.case-story-card strong {
  color: #0c234b;
  font-weight: 800;
}

@media (max-width: 1080px) {
  .header-container {
    gap: 14px;
  }

  nav {
    gap: 12px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .managed-hero-grid {
    grid-template-columns: 1fr;
  }

  .managed-hero-visual {
    min-height: 430px;
    max-width: 760px;
    margin: 0 auto;
  }

  .managed-dashboard-img {
    right: 50%;
    width: min(780px, 100%);
    transform: translateX(50%);
  }

  .hero-visual {
    min-height: 460px;
  }

  .hero-dashboard-art {
    right: 50%;
    width: min(780px, 100%);
    transform: translateX(50%);
  }

  .dashboard-window {
    left: 120px;
    right: auto;
  }

  .summary-board {
    grid-template-columns: 1fr;
  }

  .summary-group + .summary-group {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .service-grid,
  .service-grid-four,
  .pain-grid,
  .managed-service-grid,
  .ops-product-grid,
  .service-mode-grid,
  .specialist-grid,
  .package-grid,
  .case-grid,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .service-boundary-note {
    grid-template-columns: 1fr;
    gap: 14px;
  }

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

  .about-story {
    grid-column: 1 / -1;
  }

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

  .ops-panel {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 860px) {
  .container,
  .footer {
    width: min(100% - 32px, 1160px);
  }

  .header-container {
    min-height: 66px;
  }

  .menu-toggle {
    display: block;
    order: 3;
  }

  .desktop-only,
  .nav-cta {
    display: none;
  }

  nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 92px 26px 28px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    background: #ffffff;
    box-shadow: -24px 0 60px rgba(12, 35, 75, 0.16);
    transform: translateX(100%);
    transition: transform 0.25s ease;
  }

  body nav.active {
    left: 0;
    right: auto;
    transform: none !important;
  }

  nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }

  .mobile-contact-link {
    display: block;
  }

  nav a::after {
    display: none;
  }

  .mobile-lang-switch {
    display: flex;
    margin-top: 20px;
    width: max-content;
  }

  .hero {
    min-height: auto;
    padding: 46px 0 32px;
  }

  .managed-hero {
    min-height: auto;
    padding: 46px 0 40px;
  }

  .hero h1 {
    font-size: 2.55rem;
  }

  .managed-hero-copy h1 {
    font-size: 2.48rem;
  }

  html[lang="en"] .hero h1,
  html[lang="en"] .managed-hero-copy h1 {
    font-size: 2.35rem;
  }

  .hero-proof,
  .managed-proof-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .managed-hero-visual {
    min-height: 420px;
  }

  .hero-dashboard-art,
  .managed-dashboard-img {
    top: 0;
    width: min(640px, 112%);
  }

  .dashboard-window {
    left: 42px;
    width: calc(100% - 42px);
    transform: none;
  }

  .cloud-node {
    bottom: 54px;
    width: 96px;
    height: 96px;
  }

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

  .section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tech-layout,
  .service-grid,
  .service-grid-four,
  .pain-grid,
  .fit-grid,
  .managed-service-grid,
  .ops-product-grid,
  .service-mode-grid,
  .specialist-grid,
  .package-grid,
  .process-steps,
  .case-grid,
  .blog-grid,
  .client-grid,
  .about-grid,
  .ops-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .case-card {
    grid-template-columns: 1fr;
  }

  .case-story-card {
    min-height: auto;
  }

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

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-name {
    font-size: 1.2rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .managed-hero-copy h1 {
    font-size: 1.95rem;
  }

  html[lang="en"] .hero h1,
  html[lang="en"] .managed-hero-copy h1 {
    font-size: 1.85rem;
  }

  .hero p,
  .managed-lead {
    font-size: 1rem;
  }

  .hero-actions,
  .managed-actions,
  .contact-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-visual,
  .managed-hero-visual {
    min-height: 300px;
  }

  .hero-dashboard-art,
  .managed-dashboard-img {
    width: 126%;
    right: 50%;
    top: 0;
    transform: translateX(50%);
  }

  .dashboard-window {
    left: 0;
    width: 100%;
    padding: 14px;
  }

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

  .cloud-node {
    left: 14px;
    bottom: 24px;
  }

  .visual-orbit {
    right: 8px;
    bottom: 40px;
    gap: 8px;
  }

  .visual-orbit i {
    width: 44px;
    height: 44px;
  }

  .summary-group,
  .service-card,
  .pain-card,
  .fit-card,
  .ops-product-card,
  .managed-service-item,
  .package-card,
  .process-step,
  .case-card,
  .boundary-card,
  .addon-card,
  .tech-stack,
  .ai-panel,
  .ops-panel,
  .client-card,
  .about-story,
  .about-card,
  .blog-card,
  .contact-card {
    padding: 22px;
  }

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

  .about-story .about-icon-img {
    width: 96px;
    height: 80px;
  }

  .section-heading h2,
  .contact-info h3 {
    font-size: 1.65rem;
  }

  .contact-card::after {
    display: none;
  }
}

/* Managed IT consulting redesign */
.managed-consulting-page {
  background: #ffffff;
  color: #10213f;
  font-weight: 500;
}

.managed-consulting-page::before {
  display: none;
}

.managed-consulting-page .container {
  width: min(1180px, calc(100% - 48px));
}

.managed-consulting-page header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: #e4eaf2;
}

.managed-text-brand .brand-name {
  color: #0b1f43;
  font-size: 1.48rem;
  font-weight: 750;
}

.managed-consulting-page nav a {
  color: #12244a;
  font-size: 0.94rem;
  font-weight: 650;
}

.managed-consulting-page nav a:hover,
.managed-consulting-page nav a.active {
  color: var(--brand);
}

.managed-consulting-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #f7fafc;
}

.managed-consulting-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.managed-consulting-hero-shade {
  display: none;
}

.managed-consulting-hero-content {
  position: relative;
  z-index: 1;
  min-height: 610px;
  display: flex;
  align-items: center;
}

.managed-consulting-hero-copy {
  width: min(570px, 48%);
  padding: 56px 0 48px;
}

.managed-consulting-hero h1 {
  max-width: 560px;
  color: #081a39;
  font-family: var(--font-heading);
  font-size: clamp(2.75rem, 3.2vw, 3.2rem);
  line-height: 1.16;
  font-weight: 760;
  letter-spacing: -0.025em;
}

html[lang="en"] .managed-consulting-hero h1 {
  max-width: 500px;
  font-size: 2.3rem;
}

html[lang="en"] .managed-consulting-hero-copy {
  width: 45%;
}

.managed-consulting-subtitle {
  margin-bottom: 20px;
  color: #174e9d;
  font-size: 0.76rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.managed-consulting-lead {
  max-width: 540px;
  margin-top: 14px;
  color: #4b5b73;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
}

.managed-consulting-page .managed-actions {
  margin-top: 28px;
}

.managed-consulting-page .btn {
  min-height: 48px;
  border-radius: 6px;
  font-weight: 800;
}

.managed-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid #dce5ef;
}

.managed-trust-row div {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 8px;
  align-items: center;
}

.managed-trust-row i {
  grid-row: 1 / span 2;
  color: var(--brand);
  font-size: 1.12rem;
}

.managed-trust-row strong {
  color: #142846;
  font-size: 0.88rem;
  line-height: 1.4;
  font-weight: 650;
}

.managed-trust-row span {
  color: #6a7689;
  font-size: 0.72rem;
  line-height: 1.45;
}

.managed-consulting-page .section-block {
  padding: 84px 0;
}

.managed-centered-heading {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

.managed-centered-heading h2,
.managed-section-heading h2,
.managed-report-copy h2 {
  color: #0b1f43;
  font-size: 2.24rem;
  line-height: 1.3;
  font-weight: 720;
  letter-spacing: -0.02em;
}

.managed-centered-heading p {
  margin-top: 12px;
  color: #637087;
  font-size: 0.98rem;
}

.managed-section-heading {
  align-items: end;
  margin-bottom: 34px;
}

.managed-section-heading p {
  color: #637087;
  font-weight: 500;
}

.managed-story-section {
  background: #f6f9fc;
}

.managed-story-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
  align-items: center;
}

.managed-story-panel {
  overflow: hidden;
  border: 1px solid #e0e7f0;
  border-radius: 6px;
  background: #ffffff;
}

.managed-story-panel-current {
  border-color: #bad5f7;
}

.managed-story-label {
  padding: 16px 20px;
  border-bottom: 1px solid #e5ebf2;
  color: #2d405e;
  font-weight: 650;
}

.managed-story-panel-current .managed-story-label {
  color: #0758d7;
}

.managed-story-panel img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.managed-story-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 20px 20px;
}

.managed-story-points span {
  position: relative;
  padding-left: 14px;
  color: #59677d;
  font-size: 0.79rem;
  line-height: 1.55;
}

.managed-story-points span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand);
}

.managed-story-arrow {
  display: grid;
  place-items: center;
  color: var(--brand);
  font-size: 1.35rem;
}

.managed-entry-section {
  background: #ffffff;
}

.managed-entry-list {
  border-top: 1px solid #dce4ee;
}

.managed-entry-row {
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr) 220px;
  gap: 28px;
  align-items: center;
  min-height: 184px;
  padding: 26px 20px;
  border-bottom: 1px solid #dce4ee;
}

.managed-entry-row-primary {
  background: #f5f9ff;
}

.managed-entry-row > img {
  width: 112px;
  height: 96px;
  object-fit: contain;
}

.managed-entry-index {
  display: block;
  margin-bottom: 4px;
  color: #8ba3c3;
  font-size: 0.78rem;
  font-weight: 700;
}

.managed-entry-row h3 {
  color: #102442;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 720;
}

.managed-entry-row p {
  max-width: 680px;
  margin-top: 8px;
  color: #5d6b80;
  font-size: 0.92rem;
  line-height: 1.65;
}

.managed-entry-price {
  justify-self: end;
  text-align: right;
}

.managed-entry-price strong {
  display: block;
  color: var(--brand);
  font-size: 1.45rem;
  line-height: 1.3;
  font-weight: 700;
}

.managed-entry-price span,
.managed-entry-price a {
  display: inline-block;
  margin-top: 8px;
  color: #66768f;
  font-size: 0.8rem;
  text-decoration: none;
}

.managed-entry-price a {
  color: var(--brand);
  font-weight: 600;
}

.managed-package-section {
  background: #f6f9fc;
}

.managed-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.managed-package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #dce4ee;
  border-radius: 6px;
  background: #ffffff;
}

.managed-package-recommended {
  border: 2px solid var(--brand);
  padding: 29px;
  box-shadow: 0 16px 36px rgba(11, 99, 246, 0.1);
}

.managed-recommended-label {
  position: absolute;
  top: -1px;
  right: 22px;
  padding: 7px 14px;
  border-radius: 0 0 5px 5px;
  background: var(--brand);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 650;
}

.managed-package-head > span {
  color: #263953;
  font-size: 1rem;
  font-weight: 720;
}

.managed-package-head > strong {
  display: block;
  margin-top: 12px;
  color: #092650;
  font-size: 1.85rem;
  line-height: 1.25;
  font-weight: 700;
}

.managed-package-recommended .managed-package-head > strong {
  color: var(--brand);
}

.managed-package-head > p {
  min-height: 48px;
  margin-top: 9px;
  color: #67758a;
  font-size: 0.84rem;
  line-height: 1.55;
}

.managed-package-card dl {
  margin-top: 24px;
  padding: 16px 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.managed-package-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
}

.managed-package-card dt {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #596980;
  font-size: 0.8rem;
}

.managed-package-card dt i {
  width: 16px;
  color: #426da7;
}

.managed-package-card dd {
  color: #203754;
  font-size: 0.8rem;
  font-weight: 650;
  white-space: nowrap;
}

.managed-package-service {
  margin-top: 18px;
}

.managed-package-service strong {
  color: #314760;
  font-size: 0.8rem;
  font-weight: 650;
}

.managed-package-service p {
  margin-top: 7px;
  color: #647287;
  font-size: 0.8rem;
  line-height: 1.65;
}

.managed-agreement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
  border-top: 1px solid #d9e3ef;
  border-bottom: 1px solid #d9e3ef;
  background: #eef5fd;
}

.managed-agreement-grid > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px 28px;
}

.managed-agreement-grid > div + div {
  border-left: 1px solid #cddced;
}

.managed-agreement-grid i {
  color: var(--brand);
  font-size: 1.42rem;
}

.managed-agreement-grid p {
  color: #40536d;
  font-size: 0.86rem;
  line-height: 1.6;
  font-weight: 500;
}

.managed-specialist-section {
  background: #ffffff;
}

.managed-specialist-visual {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  border: 1px solid #dce5f0;
  border-radius: 6px;
  background: #f7faff;
}

.managed-specialist-visual > img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.managed-specialist-offer {
  position: absolute;
  bottom: 24px;
  width: 300px;
  padding: 18px 20px;
  border: 1px solid rgba(184, 211, 244, 0.9);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 26px rgba(25, 69, 126, 0.1);
}

.managed-specialist-offer-left {
  left: 24px;
}

.managed-specialist-offer-right {
  right: 24px;
}

.managed-specialist-offer span,
.managed-specialist-offer strong,
.managed-specialist-offer small {
  display: block;
}

.managed-specialist-offer span {
  color: #1a304e;
  font-size: 0.9rem;
  font-weight: 650;
}

.managed-specialist-offer strong {
  margin-top: 5px;
  color: var(--brand);
  font-size: 1.35rem;
  font-weight: 700;
}

.managed-specialist-offer small {
  margin-top: 5px;
  color: #6d7b8f;
  font-size: 0.72rem;
}

.managed-report-section {
  background: #f6f9fc;
}

.managed-report-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  gap: 56px;
  align-items: center;
}

.managed-report-copy > p {
  margin-top: 14px;
  color: #637087;
  line-height: 1.75;
}

.managed-report-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  margin-top: 30px;
  list-style: none;
}

.managed-report-copy li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
}

.managed-report-copy li > i {
  color: var(--brand);
  font-size: 1.12rem;
}

.managed-report-copy li span,
.managed-report-copy li strong,
.managed-report-copy li small {
  display: block;
}

.managed-report-copy li strong {
  color: #243a58;
  font-size: 0.88rem;
  font-weight: 700;
}

.managed-report-copy li small {
  margin-top: 3px;
  color: #6e7c90;
  font-size: 0.75rem;
  line-height: 1.45;
}

.managed-report-visual {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 20px 44px rgba(35, 69, 110, 0.12);
}

.managed-report-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.managed-process-section {
  background: #ffffff;
}

.managed-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  list-style: none;
}

.managed-process-line::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 20px;
  height: 1px;
  background: #9fc5f5;
}

.managed-process-line li {
  position: relative;
  text-align: center;
}

.managed-process-line li > span {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #8ebbf2;
  border-radius: 50%;
  background: #ffffff;
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 700;
}

.managed-process-line strong,
.managed-process-line small {
  display: block;
}

.managed-process-line strong {
  margin-top: 14px;
  color: #253a57;
  font-size: 0.86rem;
  font-weight: 700;
}

.managed-process-line small {
  margin-top: 5px;
  padding: 0 7px;
  color: #748196;
  font-size: 0.7rem;
  line-height: 1.45;
}

.managed-contact-section {
  padding-top: 40px !important;
  background: #ffffff;
}

.managed-contact-card {
  position: relative;
  padding: 42px 46px;
  border-color: #bcd4f2;
  background: #f4f9ff;
  box-shadow: none;
}

.managed-contact-card::after {
  display: none;
}

.managed-contact-skyline {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: 64%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  pointer-events: none;
}

.managed-contact-card .contact-grid {
  position: relative;
  z-index: 1;
}

.managed-contact-card .contact-info {
  max-width: 590px;
}

.managed-contact-card .contact-info h3 {
  font-weight: 720;
}

.managed-contact-actions {
  position: static;
  justify-content: flex-end;
}

.managed-wechat-button {
  border: 1px solid #38b96d;
  background: #ffffff;
  color: #15934b;
}

.managed-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 96px;
  padding: 18px 0;
}

.footer-logo-link {
  flex: 0 0 auto;
  text-decoration: none;
}

.footer-logo {
  width: 156px;
  height: auto;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  text-align: right;
}

.filing-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  color: #71819d;
  font-size: 0.78rem;
  font-weight: 600;
}

.filing-info a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.filing-info a:hover {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1080px) {
  .brand-logo {
    width: 154px;
  }

  .managed-consulting-hero {
    min-height: 560px;
  }

  .managed-consulting-hero-content {
    min-height: 560px;
  }

  .managed-consulting-hero-copy {
    width: 56%;
  }

  .managed-consulting-hero h1 {
    font-size: 2.65rem;
  }

  html[lang="en"] .managed-consulting-hero-copy {
    width: 52%;
  }

  html[lang="en"] .managed-consulting-hero h1 {
    font-size: 2.2rem;
  }

  .managed-story-points {
    grid-template-columns: 1fr;
  }

  .managed-package-card {
    padding: 24px;
  }

  .managed-package-recommended {
    padding: 23px;
  }

  .managed-report-grid {
    gap: 32px;
  }
}

@media (max-width: 860px) {
  .managed-consulting-page .container,
  .managed-consulting-page .footer {
    width: min(100% - 32px, 1180px);
  }

  .managed-consulting-hero {
    min-height: auto;
    padding-top: 330px;
    background: #ffffff;
  }

  .managed-consulting-hero-image {
    height: 330px;
    object-position: 64% center;
  }

  .managed-consulting-hero-content {
    min-height: auto;
    background: #ffffff;
  }

  .managed-consulting-hero-copy {
    width: 100%;
    padding: 38px 0 44px;
  }

  html[lang="en"] .managed-consulting-hero-copy {
    width: 100%;
  }

  .managed-consulting-hero h1,
  html[lang="en"] .managed-consulting-hero h1 {
    max-width: 680px;
    font-size: 2.25rem;
  }

  .managed-trust-row {
    max-width: 680px;
  }

  .managed-consulting-page .section-block {
    padding: 64px 0;
  }

  .managed-story-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .managed-story-arrow {
    transform: rotate(90deg);
  }

  .managed-entry-row {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .managed-entry-price {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  .managed-package-grid,
  .managed-report-grid {
    grid-template-columns: 1fr;
  }

  .managed-package-card {
    min-height: auto;
  }

  .managed-agreement-grid {
    grid-template-columns: 1fr;
  }

  .managed-agreement-grid > div + div {
    border-left: 0;
    border-top: 1px solid #cddced;
  }

  .managed-specialist-visual,
  .managed-specialist-visual > img {
    height: 520px;
  }

  .managed-specialist-visual > img {
    object-position: center top;
  }

  .managed-specialist-offer {
    width: calc(50% - 34px);
  }

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

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

  .managed-contact-actions {
    justify-content: flex-start;
  }

  .managed-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-meta {
    align-items: flex-start;
    text-align: left;
  }

  .filing-info {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .brand-logo,
  .footer-logo {
    width: 146px;
  }

  .filing-info {
    flex-direction: column;
    gap: 6px;
  }

  .managed-text-brand .brand-name {
    font-size: 1.2rem;
  }

  .managed-consulting-hero {
    padding-top: 245px;
  }

  .managed-consulting-hero-image {
    height: 245px;
    object-position: 63% center;
  }

  .managed-consulting-hero h1,
  html[lang="en"] .managed-consulting-hero h1 {
    font-size: 2.1rem;
  }

  .managed-consulting-subtitle {
    font-size: 0.76rem;
  }

  .managed-trust-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .managed-centered-heading,
  .managed-section-heading {
    text-align: left;
  }

  .managed-centered-heading h2,
  .managed-section-heading h2,
  .managed-report-copy h2 {
    font-size: 1.68rem;
  }

  .managed-story-label {
    padding: 14px 16px;
  }

  .managed-story-points {
    padding: 16px;
  }

  .managed-entry-row {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    padding: 24px 0;
  }

  .managed-entry-row > img {
    width: 72px;
    height: 66px;
  }

  .managed-entry-price strong {
    font-size: 1.25rem;
  }

  .managed-package-head > strong {
    font-size: 1.55rem;
  }

  .managed-agreement-grid > div {
    padding: 18px;
  }

  .managed-specialist-visual {
    display: grid;
    gap: 12px;
    height: auto;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .managed-specialist-visual > img {
    height: 260px;
    border: 1px solid #dce5f0;
    border-radius: 6px;
  }

  .managed-specialist-offer {
    position: static;
    width: 100%;
    box-shadow: none;
  }

  .managed-report-copy ul {
    grid-template-columns: 1fr;
  }

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

  .managed-contact-card {
    padding: 26px 22px;
  }

  .managed-contact-skyline {
    position: static;
    width: calc(100% + 44px);
    height: 190px;
    margin: -26px -22px 24px;
    object-position: 66% center;
  }
}

/* Reliability-led homepage */
.reliability-home {
  background: #ffffff;
  color: #132640;
}

.reliability-home::before {
  display: none;
}

.reliability-home .container,
.reliability-home .footer {
  width: min(1180px, calc(100% - 48px));
}

.reliability-text-brand .brand-name {
  color: #102544;
  font-size: 1.48rem;
  font-weight: 750;
}

.reliability-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  padding: 0 0 32px;
  background: #edf5ff;
}

.reliability-hero-grid {
  position: relative;
  z-index: 2;
  min-height: 480px;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.reliability-hero-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
  pointer-events: none;
}

.reliability-hero-copy {
  position: relative;
  z-index: 2;
  width: min(650px, 58%);
  padding: 72px 0 58px;
}

.reliability-hero-kicker,
.reliability-belief-kicker,
.managed-boundary-kicker {
  color: #1765c1;
  font-size: 0.84rem;
  font-weight: 700;
}

.reliability-hero h1 {
  max-width: 650px;
  margin-top: 18px;
  color: #0c213f;
  font-size: clamp(2.7rem, 4.2vw, 4.15rem);
  line-height: 1.14;
  font-weight: 750;
}

html[lang="en"] .reliability-hero h1 {
  font-size: 3rem;
}

.reliability-hero-copy > p:not(.reliability-hero-kicker) {
  max-width: 630px;
  margin-top: 24px;
  color: #42546c;
  font-size: 1.02rem;
  line-height: 1.85;
}

.reliability-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.reliability-hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.reliability-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
}

.reliability-values {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #d5e2f0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(38, 72, 112, 0.1);
}

.reliability-values article {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 136px;
  padding: 22px 28px;
}

.reliability-values article + article {
  border-left: 1px solid #dbe5f0;
}

.reliability-values img {
  width: 82px;
  height: 72px;
  object-fit: contain;
}

.reliability-values strong {
  color: #102544;
  font-size: 1.28rem;
  font-weight: 700;
}

.reliability-values p {
  margin-top: 4px;
  color: #64748a;
  font-size: 0.84rem;
  line-height: 1.6;
}

.reliability-home .section-block {
  padding: 92px 0;
}

.reliability-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 46px;
}

.reliability-heading h2,
.reliability-approach-copy h2,
.reliability-belief-copy h2,
.reliability-tools-layout h2 {
  color: #102544;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
}

.reliability-heading > p,
.reliability-approach-copy > p,
.reliability-belief-copy > p,
.reliability-tools-layout p {
  color: #627086;
  line-height: 1.8;
}

.reliability-pain-section {
  background: #f5f8fb;
}

.reliability-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #d9e2ec;
  border-left: 1px solid #d9e2ec;
}

.reliability-pain-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  min-height: 132px;
  align-items: start;
  padding: 28px;
  border-right: 1px solid #d9e2ec;
  border-bottom: 1px solid #d9e2ec;
  background: #ffffff;
}

.reliability-pain-grid i {
  color: #2b6fc1;
  font-size: 1.3rem;
}

.reliability-pain-grid p {
  color: #2c405d;
  font-size: 0.95rem;
  line-height: 1.7;
  font-weight: 600;
}

.reliability-approach-section {
  background: #ffffff;
}

.reliability-approach-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 64px;
  align-items: center;
}

.reliability-approach-copy > p {
  margin-top: 16px;
}

.reliability-steps {
  margin-top: 34px;
  list-style: none;
  border-top: 1px solid #dce5ef;
}

.reliability-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #dce5ef;
}

.reliability-steps li > span {
  color: #2670c6;
  font-size: 0.78rem;
  font-weight: 700;
}

.reliability-steps strong {
  color: #203652;
  font-size: 1rem;
  font-weight: 700;
}

.reliability-steps p {
  margin-top: 4px;
  color: #6b788b;
  font-size: 0.84rem;
}

.reliability-approach-visual {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 22px 52px rgba(39, 71, 108, 0.13);
}

.reliability-approach-visual img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.reliability-difference-section {
  background: #102544;
}

.reliability-difference-section .reliability-heading h2 {
  color: #ffffff;
}

.reliability-difference-section .reliability-heading p {
  color: #b9c7d8;
}

.reliability-compare {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.reliability-compare > div {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.reliability-compare span,
.reliability-compare strong {
  padding: 18px 24px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.reliability-compare span {
  color: #b5c3d4;
}

.reliability-compare strong {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-weight: 600;
}

.reliability-compare-head span {
  color: #72b5ff;
  font-weight: 700;
}

.reliability-services-section {
  background: #ffffff;
}

.reliability-service-list {
  border-top: 1px solid #dce4ed;
}

.reliability-service-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 240px;
  gap: 34px;
  align-items: center;
  min-height: 188px;
  padding: 24px 10px;
  border-bottom: 1px solid #dce4ed;
  color: inherit;
  text-decoration: none;
}

.reliability-service-row > img {
  width: 110px;
  height: 94px;
  object-fit: contain;
}

.reliability-service-row h3 {
  color: #152b49;
  font-size: 1.35rem;
  font-weight: 700;
}

.reliability-service-row p {
  margin-top: 7px;
  color: #647287;
  line-height: 1.7;
}

.reliability-service-row > div > span {
  display: block;
  margin-bottom: 5px;
  color: #2570c7;
  font-size: 0.75rem;
  font-weight: 700;
}

.reliability-service-row > strong,
.reliability-service-row > small {
  justify-self: end;
  color: #607188;
  font-size: 0.82rem;
  line-height: 1.6;
  text-align: right;
}

.reliability-service-primary {
  background: #f2f7fd;
}

.reliability-service-primary > strong {
  color: #0b63f6;
}

.reliability-belief-section {
  background: #f4f7fa;
}

.reliability-belief-layout {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(0, 0.95fr);
  gap: 64px;
  align-items: center;
}

.reliability-belief-image {
  overflow: hidden;
  border-radius: 6px;
}

.reliability-belief-image img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: 66% center;
}

.reliability-belief-copy h2 {
  margin-top: 12px;
}

.reliability-belief-copy > p:not(.reliability-belief-kicker) {
  margin-top: 18px;
}

.reliability-belief-copy blockquote {
  margin-top: 26px;
  padding-left: 20px;
  border-left: 3px solid #2c74c8;
  color: #183553;
  font-size: 1.28rem;
  font-weight: 700;
}

.reliability-culture {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.reliability-culture span {
  padding: 7px 11px;
  border: 1px solid #cfdae7;
  border-radius: 4px;
  background: #ffffff;
  color: #476078;
  font-size: 0.75rem;
}

.reliability-tools-section {
  background: #ffffff;
}

.reliability-tools-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  gap: 68px;
  align-items: center;
}

.reliability-tools-layout p {
  margin-top: 14px;
}

.reliability-logo-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #dce5ee;
  border-left: 1px solid #dce5ee;
}

.reliability-logo-strip img {
  width: 100%;
  height: 84px;
  padding: 22px 16px;
  border-right: 1px solid #dce5ee;
  border-bottom: 1px solid #dce5ee;
  object-fit: contain;
  background: #ffffff;
}

.reliability-blog-section {
  background: #f5f8fb;
}

.reliability-contact-section {
  background: #ffffff;
}

/* Managed IT responsibility narrative */
.managed-human-note {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  max-width: 650px;
  margin-top: 20px;
  padding: 13px 15px;
  border: 1px solid rgba(142, 174, 211, 0.58);
  background: rgba(255, 255, 255, 0.78);
}

.managed-responsibility-page .managed-consulting-hero h1 {
  font-size: clamp(2.75rem, 3.2vw, 3.2rem);
}

.managed-responsibility-page .managed-consulting-hero-copy {
  width: min(610px, 50%);
}

.managed-human-note i {
  color: #176bc7;
  margin-top: 3px;
}

.managed-human-note p {
  color: #4b607a;
  font-size: 0.78rem;
  line-height: 1.6;
}

.managed-fit-section {
  background: #f5f8fb;
}

.managed-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid #d9e2ec;
  border-left: 1px solid #d9e2ec;
}

.managed-fit-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  min-height: 126px;
  padding: 26px;
  border-right: 1px solid #d9e2ec;
  border-bottom: 1px solid #d9e2ec;
  background: #ffffff;
}

.managed-fit-grid i {
  color: #2b70c5;
  font-size: 1.22rem;
}

.managed-fit-grid p {
  color: #2e435f;
  font-size: 0.91rem;
  line-height: 1.65;
  font-weight: 600;
}

.managed-responsibility-section {
  background: #ffffff;
}

.managed-responsibility-layout {
  display: grid;
  grid-template-columns: minmax(400px, 0.95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: start;
}

.managed-responsibility-visual {
  position: sticky;
  top: 104px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(29, 65, 108, 0.12);
}

.managed-responsibility-visual img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.managed-responsibility-grid {
  border-top: 1px solid #dce4ee;
}

.managed-responsibility-grid article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 19px 0;
  border-bottom: 1px solid #dce4ee;
}

.managed-responsibility-grid i {
  color: #2a70c5;
  font-size: 1.12rem;
  margin-top: 3px;
}

.managed-responsibility-grid h3 {
  color: #243b58;
  font-size: 1rem;
  font-weight: 720;
}

.managed-responsibility-grid p {
  margin-top: 4px;
  color: #6b788b;
  font-size: 0.82rem;
  line-height: 1.6;
}

.managed-deliverables-section .managed-report-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
}

.managed-deliverable-list {
  gap: 16px 20px !important;
}

.managed-package-includes {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #e0e7ef;
  list-style: none;
}

.managed-package-includes li {
  position: relative;
  padding-left: 18px;
  color: #52647a;
  font-size: 0.78rem;
  line-height: 1.5;
}

.managed-package-includes li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  color: #2671c8;
  font-family: "Font Awesome 6 Free";
  font-size: 0.68rem;
  font-weight: 900;
}

.managed-ai-section {
  background: #f5f8fb;
}

.managed-ai-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  background: #dce5ef;
  border: 1px solid #dce5ef;
}

.managed-ai-grid article {
  min-height: 250px;
  padding: 30px 26px;
  background: #ffffff;
}

.managed-ai-grid i {
  color: #2670c6;
  font-size: 1.35rem;
}

.managed-ai-grid h3 {
  margin-top: 22px;
  color: #203754;
  font-size: 1rem;
  font-weight: 720;
}

.managed-ai-grid p {
  margin-top: 10px;
  color: #69778b;
  font-size: 0.82rem;
  line-height: 1.7;
}

.managed-ai-boundary-section {
  background: #102544;
}

.managed-ai-boundary-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: 70px;
  align-items: center;
}

.managed-ai-boundary-layout h2 {
  margin-top: 12px;
  color: #ffffff;
  font-size: 2.15rem;
  line-height: 1.35;
  font-weight: 720;
}

.managed-ai-boundary-layout > div > p:last-child {
  margin-top: 20px;
  color: #bdc9d8;
  line-height: 1.8;
}

.managed-boundary-kicker {
  color: #78b6ff;
}

.managed-boundary-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

.managed-boundary-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 13px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #eef5fc;
  font-size: 0.88rem;
  line-height: 1.55;
}

.managed-boundary-list i {
  color: #70b5ff;
  margin-top: 3px;
}

@media (max-width: 1080px) {
  .reliability-hero-copy {
    width: 64%;
  }

  .reliability-values article {
    grid-template-columns: 64px 1fr;
    padding: 20px;
  }

  .reliability-values img {
    width: 64px;
    height: 60px;
  }

  .reliability-approach-layout,
  .reliability-belief-layout,
  .managed-responsibility-layout {
    gap: 38px;
  }

  .reliability-tools-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

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

  .reliability-hero {
    min-height: auto;
  }

  .reliability-hero::before {
    display: none;
  }

  .reliability-hero-grid {
    min-height: 560px;
  }

  .reliability-hero-grid::before {
    background: rgba(255, 255, 255, 0.8);
  }

  .reliability-hero-copy {
    width: 82%;
    padding: 64px 0;
  }

  .reliability-values {
    grid-template-columns: 1fr;
  }

  .reliability-values article + article {
    border-left: 0;
    border-top: 1px solid #dbe5f0;
  }

  .reliability-home .section-block {
    padding: 68px 0;
  }

  .reliability-heading,
  .reliability-approach-layout,
  .reliability-belief-layout,
  .managed-responsibility-layout,
  .managed-ai-boundary-layout {
    grid-template-columns: 1fr;
  }

  .reliability-heading {
    gap: 18px;
  }

  .reliability-pain-grid,
  .managed-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reliability-service-row {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .reliability-service-row > img {
    width: 82px;
    height: 74px;
  }

  .reliability-service-row > strong,
  .reliability-service-row > small {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

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

  .managed-responsibility-visual {
    position: static;
  }

  .managed-responsibility-page .managed-consulting-hero-copy {
    width: 100%;
  }

  .managed-responsibility-page .managed-consulting-hero h1 {
    font-size: 2.25rem;
  }

  .reliability-approach-visual img,
  .reliability-belief-image img,
  .managed-responsibility-visual img {
    height: 420px;
  }

  .managed-deliverables-section .managed-report-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .reliability-text-brand .brand-name {
    font-size: 1.2rem;
  }

  .reliability-hero-grid {
    min-height: 600px;
  }

  .reliability-hero-copy {
    width: 100%;
    padding: 50px 0;
  }

  .reliability-hero h1 {
    font-size: 2.35rem;
  }

  html[lang="en"] .reliability-hero h1 {
    font-size: 2.15rem;
  }

  .reliability-hero-copy > p:not(.reliability-hero-kicker) {
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .reliability-hero-visual img {
    object-position: 72% center;
  }

  .reliability-approach-visual img,
  .reliability-belief-image img,
  .managed-responsibility-visual img {
    height: 290px;
  }

  .reliability-values article {
    grid-template-columns: 58px 1fr;
    min-height: 118px;
    padding: 18px;
  }

  .reliability-values img {
    width: 58px;
    height: 52px;
  }

  .reliability-heading h2,
  .reliability-approach-copy h2,
  .reliability-belief-copy h2,
  .reliability-tools-layout h2,
  .managed-ai-boundary-layout h2 {
    font-size: 1.65rem;
  }

  .reliability-pain-grid,
  .managed-fit-grid {
    grid-template-columns: 1fr;
  }

  .reliability-pain-grid article,
  .managed-fit-grid article {
    min-height: auto;
    padding: 22px;
  }

  .reliability-compare span,
  .reliability-compare strong {
    padding: 15px 12px;
    font-size: 0.78rem;
  }

  .reliability-service-row {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 0;
  }

  .reliability-service-row > img {
    width: 64px;
    height: 58px;
  }

  .reliability-service-row h3 {
    font-size: 1.05rem;
  }

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

  .managed-human-note {
    grid-template-columns: 24px 1fr;
  }

  .managed-responsibility-page .managed-consulting-hero h1 {
    font-size: 2.1rem;
  }

  html[lang="en"] .managed-responsibility-page .managed-consulting-hero h1 {
    font-size: 1.9rem;
  }

  .managed-responsibility-page .managed-consulting-hero {
    padding-top: 210px;
  }

  .managed-responsibility-page .managed-consulting-hero-image {
    height: 210px;
  }

  .managed-responsibility-page .managed-consulting-hero-copy {
    padding: 30px 0 28px;
  }

  .managed-responsibility-page .managed-consulting-lead {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .managed-responsibility-page .managed-actions {
    gap: 12px;
    margin-top: 22px;
  }

  .managed-responsibility-page .managed-human-note {
    display: none;
  }

  .managed-ai-grid {
    grid-template-columns: 1fr;
  }

  .managed-ai-grid article {
    min-height: auto;
    padding: 24px;
  }
}
