:root {
  --scale: 1.6666667;
  --blue: #065cf8;
  --blue-dark: #003bbd;
  --text: #0c1b3f;
  --muted: #5c6b86;
  --line: #dbe7fb;
  --soft: #f4f9ff;
  --container: 1200px;
  --upgrade-notice-display: block;
}

/* Enterprise contact page */
.enterprise-contact-page {
  background: #f4f8ff;
}

.enterprise-contact {
  --ec-primary: #061735;
  --ec-secondary: #243b63;
  --ec-muted: #5d6f90;
  --ec-border: #d7e5ff;
  --ec-soft-border: #e8f0ff;
  --ec-surface: #ffffff;
  --ec-soft: #f4f8ff;
  --ec-accent: #065cf8;
  --ec-accent-strong: #004ad6;
  --ec-accent-deep: #063a9d;
  --ec-accent-soft: #eaf2ff;
  --ec-success: #0f8a7a;
  --ec-error: #b91c1c;
  overflow: hidden;
  background: var(--ec-soft);
  color: var(--ec-primary);
  font-size: 16px;
  line-height: 1.65;
}

.enterprise-contact svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.enterprise-contact a {
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.enterprise-contact a:focus-visible {
  outline: 3px solid rgba(6, 92, 248, 0.26);
  outline-offset: 3px;
}

.enterprise-contact-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e8f0fb;
  background:
    linear-gradient(90deg, rgba(244, 249, 255, 0.99) 0%, rgba(244, 249, 255, 0.92) 38%, rgba(244, 249, 255, 0.46) 68%, rgba(244, 249, 255, 0.12) 100%),
    url("./assets/images/contact-hero-bg.webp?v=20260804-image-opt") center right / cover no-repeat;
}

.enterprise-contact-hero::before {
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(6, 92, 248, 0.24) 0%, rgba(77, 155, 255, 0.14) 48%, rgba(219, 234, 254, 0) 100%);
  content: "";
}

.enterprise-contact-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 720px);
  align-items: center;
  min-height: calc(214px * var(--scale));
  padding-top: calc(42px * var(--scale));
  padding-bottom: calc(42px * var(--scale));
}

.enterprise-contact-hero-copy {
  max-width: calc(440px * var(--scale));
}

.enterprise-contact-hero h1 {
  margin: calc(14px * var(--scale)) 0 calc(12px * var(--scale));
  color: #0a1739;
  font-size: calc(30px * var(--scale));
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.enterprise-contact-hero-copy p {
  max-width: calc(440px * var(--scale));
  margin: 0;
  color: #203049;
  font-size: calc(10px * var(--scale));
  line-height: 1.9;
  font-weight: 700;
}

.enterprise-contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: calc(16px * var(--scale));
  margin-top: calc(20px * var(--scale));
}

.enterprise-contact-primary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.enterprise-contact-primary {
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
  box-shadow: 0 calc(8px * var(--scale)) calc(18px * var(--scale)) rgba(0, 92, 248, 0.18);
}

.enterprise-contact-primary {
  padding: 0 28px;
}

.enterprise-contact-primary:hover {
  border-color: var(--ec-accent-strong);
  background: var(--ec-accent-strong);
  transform: translateY(-1px);
}

.enterprise-contact-main-section,
.enterprise-contact-assurance {
  padding: 72px 0;
}

.enterprise-contact-main-section {
  background: linear-gradient(180deg, #f4f8ff 0%, #edf4ff 100%);
}

.enterprise-contact-main-grid {
  display: grid;
  grid-template-columns: 410px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.enterprise-contact-info-panel,
.enterprise-contact-map-panel {
  border: 1px solid var(--ec-border);
  border-radius: 0;
  background: #fff;
}

.enterprise-contact-info-panel {
  padding: 32px;
  border-right: 0;
}

.enterprise-contact-info-panel h2 {
  margin: 8px 0 12px;
  color: var(--ec-primary);
  font-size: 34px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}

.enterprise-contact-info-panel > p,
.enterprise-contact-map-overlay p {
  margin: 0;
  color: var(--ec-muted);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 650;
}

.enterprise-contact-channel-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.enterprise-contact-channel-list > a,
.enterprise-contact-channel-list > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  min-height: 72px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--ec-soft-border);
}

.enterprise-contact-channel-list > a {
  cursor: pointer;
}

.enterprise-contact-channel-list > a:hover em {
  color: var(--ec-accent);
}

.enterprise-contact-channel-list > a:last-child,
.enterprise-contact-channel-list > div:last-child {
  border-bottom: 0;
}

.enterprise-contact-channel-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--ec-accent);
}

.enterprise-contact-channel-list strong,
.enterprise-contact-channel-list em {
  display: block;
  font-style: normal;
}

.enterprise-contact-channel-list strong {
  color: var(--ec-muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
}

.enterprise-contact-channel-list em {
  margin-top: 4px;
  color: var(--ec-primary);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.enterprise-contact-map-panel {
  position: relative;
  min-height: 560px;
  border-left: 0;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(6, 36, 98, 0.08);
}

.enterprise-contact-map-frame {
  position: relative;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  background: #eef4ff;
}

.enterprise-contact-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.enterprise-contact-map-overlay {
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: 2;
  width: min(400px, calc(100% - 48px));
  padding: 20px 22px 18px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 38px rgba(6, 36, 98, 0.18);
  transform: translate(-50%, calc(-100% - 18px));
  pointer-events: none;
  backdrop-filter: blur(14px);
}

.enterprise-contact-map-overlay p {
  color: var(--ec-secondary);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 900;
}

.enterprise-contact-map-pin {
  position: absolute;
  left: 50%;
  bottom: -42px;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ec-accent);
  color: #fff;
  box-shadow: 0 10px 26px rgba(6, 92, 248, 0.34);
  transform: translateX(-50%);
}

.enterprise-contact-map-pin::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: var(--ec-accent);
  transform: translateX(-50%) rotate(45deg);
  content: "";
}

.enterprise-contact-map-pin svg {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
}

.enterprise-contact-assurance {
  padding-top: 46px;
  padding-bottom: 46px;
  background: linear-gradient(180deg, #052b73 0%, #065cf8 100%);
  color: #fff;
}

.enterprise-contact-assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(0, 25, 80, 0.18);
  backdrop-filter: blur(18px);
}

.enterprise-contact-assurance article {
  min-height: 118px;
  padding: 26px 28px;
  background: rgba(255, 255, 255, 0.16);
}

.enterprise-contact-assurance strong,
.enterprise-contact-assurance span {
  display: block;
}

.enterprise-contact-assurance strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.enterprise-contact-assurance span {
  margin-top: 8px;
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .enterprise-contact-hero-inner {
    min-height: 380px;
    padding-top: 58px;
    padding-bottom: 62px;
  }

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

  .enterprise-contact-info-panel {
    border-right: 1px solid var(--ec-border);
  }

  .enterprise-contact-map-panel {
    border-left: 1px solid var(--ec-border);
  }

  .enterprise-contact-map-panel,
  .enterprise-contact-map-frame {
    min-height: 500px;
  }
}

@media (max-width: 760px) {
  .enterprise-contact {
    font-size: 16px;
  }

  .enterprise-contact-hero {
    background:
      linear-gradient(180deg, rgba(244, 249, 255, 0.99) 0%, rgba(244, 249, 255, 0.94) 55%, rgba(244, 249, 255, 0.84) 100%),
      url("./assets/images/contact-hero-bg.webp?v=20260804-image-opt") bottom right / 92% auto no-repeat;
  }

  .enterprise-contact-hero-inner {
    min-height: 0;
    padding-top: 34px;
    padding-bottom: 150px;
  }

  .enterprise-contact-hero h1 {
    font-size: 38px;
  }

  .enterprise-contact-hero-copy p {
    font-size: 16px;
  }

  .enterprise-contact-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .enterprise-contact-primary {
    width: 100%;
    min-width: 0;
  }

  .enterprise-contact-main-section {
    padding: 44px 0;
  }

  .enterprise-contact-info-panel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .enterprise-contact-info-panel h2 {
    font-size: 27px;
  }

  .enterprise-contact-assurance-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-contact-channel-list > a,
  .enterprise-contact-channel-list > div {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .enterprise-contact-channel-icon {
    width: 44px;
    height: 44px;
  }

  .enterprise-contact-map-panel,
  .enterprise-contact-map-frame {
    min-height: 420px;
  }

  .enterprise-contact-map-overlay {
    top: 50%;
    width: min(300px, calc(100% - 36px));
    padding: 18px 18px 16px;
    transform: translate(-50%, calc(-100% - 14px));
  }

  .enterprise-contact-assurance {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .enterprise-contact-assurance article {
    min-height: 0;
    padding: 22px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .enterprise-contact a {
    transition: none;
  }

  .enterprise-contact-primary:hover {
    transform: none;
  }
}

/* Contact page visual reconstruction */
.contact-design-page {
  min-width: 320px;
  background: #021631;
}

.contact-page-main {
  --contact-scale: 1;
  --contact-shell: min(calc(100vw - 32px), 410px);
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 82% 6%, rgba(35, 118, 255, 0.2), transparent 35%),
    radial-gradient(ellipse at 34% 67%, rgba(0, 122, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #041b3d 0%, #031836 48%, #03152f 100%);
  color: #ecf5ff;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.contact-page-main a,
.contact-page-main button,
.contact-page-main input,
.contact-page-main textarea {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.contact-page-shell {
  position: relative;
  width: var(--contact-shell);
  margin: 0 auto;
}

.contact-page-hero {
  position: relative;
  min-height: calc(142px * var(--contact-scale));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(1, 22, 52, 0.94) 0%, rgba(2, 30, 68, 0.9) 46%, rgba(2, 28, 64, 0.72) 100%),
    repeating-linear-gradient(135deg, rgba(57, 136, 255, 0.04) 0 1px, transparent 1px 38px);
}

.contact-page-hero::before,
.contact-future::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.contact-page-hero::before {
  background-image:
    linear-gradient(138deg, transparent 0 31%, rgba(45, 126, 255, 0.28) 31.2% 31.6%, transparent 31.8%),
    linear-gradient(41deg, transparent 0 58%, rgba(51, 144, 255, 0.22) 58.2% 58.5%, transparent 58.8%),
    radial-gradient(circle at 52% 23%, rgba(69, 153, 255, 0.42) 0 1px, transparent 2px),
    radial-gradient(circle at 74% 62%, rgba(69, 153, 255, 0.34) 0 1px, transparent 2px);
  opacity: 0.8;
}

.contact-hero-inner {
  min-height: calc(142px * var(--contact-scale));
}

.contact-hero-copy {
  position: relative;
  z-index: 2;
  width: calc(185px * var(--contact-scale));
  padding-top: calc(43px * var(--contact-scale));
}

.contact-hero-copy h1 {
  margin: 0 0 calc(11px * var(--contact-scale));
  color: #ffffff;
  font-size: calc(22px * var(--contact-scale));
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.contact-hero-copy p {
  width: calc(184px * var(--contact-scale));
  margin: 0;
  color: rgba(218, 233, 255, 0.77);
  font-size: calc(6px * var(--contact-scale));
  line-height: 1.9;
  font-weight: 700;
}

.tech-map {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(12, 44, 90, 0.86), rgba(5, 27, 62, 0.93)),
    repeating-linear-gradient(0deg, transparent 0 calc(31px * var(--contact-scale)), rgba(73, 144, 230, 0.14) calc(32px * var(--contact-scale)) calc(33px * var(--contact-scale))),
    repeating-linear-gradient(90deg, transparent 0 calc(38px * var(--contact-scale)), rgba(73, 144, 230, 0.11) calc(39px * var(--contact-scale)) calc(40px * var(--contact-scale)));
}

.tech-map::before,
.tech-map::after {
  position: absolute;
  inset: calc(-28px * var(--contact-scale));
  pointer-events: none;
  content: "";
}

.tech-map::before {
  background:
    linear-gradient(44deg, transparent 0 19%, rgba(33, 123, 255, 0.5) 19.2% 19.8%, transparent 20%),
    linear-gradient(133deg, transparent 0 36%, rgba(83, 166, 255, 0.34) 36.2% 36.7%, transparent 36.9%),
    linear-gradient(55deg, transparent 0 55%, rgba(39, 123, 236, 0.42) 55.2% 55.8%, transparent 56%),
    linear-gradient(147deg, transparent 0 69%, rgba(65, 147, 255, 0.38) 69.2% 69.8%, transparent 70%),
    linear-gradient(25deg, transparent 0 79%, rgba(31, 107, 218, 0.32) 79.2% 79.8%, transparent 80%);
}

.tech-map::after {
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(101, 171, 255, 0.6) 0 calc(0.8px * var(--contact-scale)), transparent calc(1.2px * var(--contact-scale))),
    radial-gradient(circle, rgba(87, 151, 235, 0.34) 0 calc(0.8px * var(--contact-scale)), transparent calc(1.2px * var(--contact-scale)));
  background-position:
    calc(12px * var(--contact-scale)) calc(10px * var(--contact-scale)),
    calc(31px * var(--contact-scale)) calc(24px * var(--contact-scale));
  background-size:
    calc(52px * var(--contact-scale)) calc(36px * var(--contact-scale)),
    calc(68px * var(--contact-scale)) calc(48px * var(--contact-scale));
  opacity: 0.5;
}

.contact-hero-map {
  position: absolute;
  top: 0;
  right: calc(-1px * var(--contact-scale));
  width: calc(270px * var(--contact-scale));
  height: calc(142px * var(--contact-scale));
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.92;
}

.map-label {
  position: absolute;
  z-index: 2;
  color: rgba(194, 220, 255, 0.52);
  font-size: calc(4px * var(--contact-scale));
  line-height: 1;
  white-space: nowrap;
}

.contact-hero-map .label-a {
  top: 18%;
  left: 45%;
}

.contact-hero-map .label-b {
  top: 57%;
  left: 30%;
}

.contact-hero-map .label-c {
  right: 8%;
  bottom: 22%;
}

.map-pin {
  position: absolute;
  z-index: 3;
  width: calc(29px * var(--contact-scale));
  height: calc(29px * var(--contact-scale));
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(135deg, #35a6ff 0%, #0a5cff 72%);
  box-shadow:
    0 0 calc(10px * var(--contact-scale)) rgba(35, 136, 255, 0.95),
    0 0 calc(26px * var(--contact-scale)) rgba(17, 112, 255, 0.62);
  transform: rotate(-45deg);
}

.map-pin::before {
  position: absolute;
  inset: calc(8px * var(--contact-scale));
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 calc(10px * var(--contact-scale)) rgba(255, 255, 255, 0.8);
  content: "";
}

.map-pin::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(46px * var(--contact-scale));
  height: calc(46px * var(--contact-scale));
  border: calc(1px * var(--contact-scale)) solid rgba(55, 148, 255, 0.56);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
  animation: contactPulse 2.4s ease-out infinite;
}

.hero-map-pin {
  top: calc(68px * var(--contact-scale));
  left: calc(165px * var(--contact-scale));
}

.contact-page-body {
  position: relative;
  padding-bottom: calc(19px * var(--contact-scale));
}

.contact-info-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: calc(50px * var(--contact-scale));
  align-items: center;
  margin-top: calc(-1px * var(--contact-scale));
  border: calc(1px * var(--contact-scale)) solid rgba(35, 113, 215, 0.2);
  border-radius: calc(5px * var(--contact-scale));
  background: rgba(4, 39, 86, 0.84);
  box-shadow: 0 calc(14px * var(--contact-scale)) calc(36px * var(--contact-scale)) rgba(0, 8, 24, 0.2);
}

.contact-info-bar article {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: calc(8px * var(--contact-scale));
  padding: calc(11px * var(--contact-scale)) calc(7px * var(--contact-scale));
}

.contact-icon {
  display: inline-flex;
  width: calc(15px * var(--contact-scale));
  height: calc(15px * var(--contact-scale));
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #178aff;
}

.contact-icon svg,
.contact-social-list svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.contact-info-bar div {
  min-width: 0;
}

.contact-info-bar strong {
  display: block;
  margin-bottom: calc(4px * var(--contact-scale));
  color: #5ab0ff;
  font-size: calc(5px * var(--contact-scale));
  line-height: 1;
  font-weight: 900;
}

.contact-info-bar div > a,
.contact-info-bar div > span {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: rgba(231, 243, 255, 0.86);
  font-size: calc(5px * var(--contact-scale));
  line-height: 1.55;
  font-weight: 700;
  text-overflow: ellipsis;
}

.contact-info-bar div > a:hover,
.contact-info-bar div > a:focus-visible {
  color: #ffffff;
}

.contact-panel-grid {
  display: grid;
  grid-template-columns: calc(171px * var(--contact-scale)) minmax(0, 1fr);
  gap: calc(12px * var(--contact-scale));
  margin-top: calc(12px * var(--contact-scale));
}

.contact-message-card,
.contact-location-card {
  height: calc(260px * var(--contact-scale));
  min-height: 0;
  border: calc(1px * var(--contact-scale)) solid rgba(37, 104, 194, 0.22);
  border-radius: calc(5px * var(--contact-scale));
  background: rgba(5, 35, 78, 0.82);
  box-shadow: 0 calc(16px * var(--contact-scale)) calc(34px * var(--contact-scale)) rgba(0, 10, 30, 0.2);
}

.contact-message-card {
  display: flex;
  flex-direction: column;
  padding: calc(15px * var(--contact-scale)) calc(11px * var(--contact-scale)) calc(12px * var(--contact-scale));
}

.contact-message-card h2,
.contact-location-card h2,
.contact-follow h2,
.contact-future h2 {
  margin: 0;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.contact-message-card h2,
.contact-location-card h2 {
  font-size: calc(9px * var(--contact-scale));
}

.line-field {
  display: block;
  height: calc(26px * var(--contact-scale));
  min-height: 0;
  padding-top: calc(8px * var(--contact-scale));
  border-bottom: calc(1px * var(--contact-scale)) solid rgba(84, 132, 194, 0.28);
}

.line-field span,
.message-field span {
  display: block;
  color: rgba(217, 235, 255, 0.64);
  font-size: calc(5px * var(--contact-scale));
  line-height: 1;
  font-weight: 800;
}

.line-field input {
  display: block;
  width: 100%;
  height: calc(10px * var(--contact-scale));
  margin-top: calc(2px * var(--contact-scale));
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: calc(6px * var(--contact-scale));
  line-height: 1;
  outline: none;
  padding: 0;
}

.message-field {
  display: block;
  margin-top: calc(8px * var(--contact-scale));
}

.message-field textarea {
  width: 100%;
  height: calc(55px * var(--contact-scale));
  min-height: 0;
  margin-top: calc(7px * var(--contact-scale));
  border: calc(1px * var(--contact-scale)) solid rgba(55, 119, 207, 0.26);
  border-radius: calc(3px * var(--contact-scale));
  background: rgba(3, 31, 70, 0.42);
  color: #ffffff;
  font-size: calc(6px * var(--contact-scale));
  line-height: 1.5;
  outline: none;
  padding: calc(6px * var(--contact-scale));
  resize: vertical;
}

.line-field:focus-within,
.message-field:focus-within textarea {
  border-color: rgba(43, 142, 255, 0.84);
  box-shadow: 0 calc(4px * var(--contact-scale)) calc(12px * var(--contact-scale)) rgba(23, 113, 255, 0.1);
}

.contact-message-card button {
  display: inline-flex;
  width: 100%;
  height: calc(28px * var(--contact-scale));
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 0;
  border-radius: calc(3px * var(--contact-scale));
  background: linear-gradient(180deg, #2488ff 0%, #0763ff 100%);
  color: #ffffff;
  cursor: pointer;
  font-size: calc(7px * var(--contact-scale));
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 calc(8px * var(--contact-scale)) calc(18px * var(--contact-scale)) rgba(0, 96, 255, 0.34);
}

.contact-message-card button:hover,
.contact-message-card button:focus-visible {
  box-shadow:
    0 calc(10px * var(--contact-scale)) calc(22px * var(--contact-scale)) rgba(0, 96, 255, 0.4),
    0 0 0 calc(2px * var(--contact-scale)) rgba(85, 164, 255, 0.24);
  transform: translateY(calc(-1px * var(--contact-scale)));
}

.contact-message-card button:disabled {
  cursor: default;
  opacity: 0.65;
  transform: none;
}

.contact-location-card {
  padding: calc(12px * var(--contact-scale)) calc(8px * var(--contact-scale)) calc(8px * var(--contact-scale));
}

.contact-map-surface {
  position: relative;
  height: calc(216px * var(--contact-scale));
  margin-top: calc(9px * var(--contact-scale));
  border: calc(1px * var(--contact-scale)) solid rgba(73, 140, 228, 0.28);
  border-radius: calc(3px * var(--contact-scale));
  background: rgba(4, 28, 64, 0.88);
  overflow: hidden;
}

.contact-map-surface iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(1.08) contrast(1.02) brightness(0.88);
}

.contact-map-link {
  position: absolute;
  right: calc(8px * var(--contact-scale));
  bottom: calc(8px * var(--contact-scale));
  z-index: 2;
  display: inline-flex;
  min-height: calc(20px * var(--contact-scale));
  align-items: center;
  justify-content: center;
  padding: 0 calc(8px * var(--contact-scale));
  border: calc(1px * var(--contact-scale)) solid rgba(255, 255, 255, 0.28);
  border-radius: calc(3px * var(--contact-scale));
  background: rgba(2, 22, 50, 0.78);
  color: #ffffff;
  font-size: calc(5px * var(--contact-scale));
  line-height: 1;
  font-weight: 900;
  backdrop-filter: blur(calc(6px * var(--contact-scale)));
}

.contact-map-link:hover,
.contact-map-link:focus-visible {
  background: rgba(12, 98, 221, 0.9);
}

.contact-map-surface .label-a {
  top: 9%;
  left: 25%;
}

.contact-map-surface .label-b {
  top: 23%;
  right: 11%;
}

.contact-map-surface .label-c {
  top: 47%;
  left: 13%;
}

.contact-map-surface .label-d {
  right: 22%;
  bottom: 18%;
}

.contact-map-surface .label-e {
  left: 42%;
  bottom: 7%;
}

.location-map-pin {
  top: calc(87px * var(--contact-scale));
  left: calc(90px * var(--contact-scale));
}

.contact-follow {
  margin-top: calc(18px * var(--contact-scale));
  padding-left: calc(5px * var(--contact-scale));
}

.contact-follow h2 {
  font-size: calc(10px * var(--contact-scale));
}

.contact-follow p {
  margin: calc(10px * var(--contact-scale)) 0 calc(12px * var(--contact-scale));
  color: rgba(218, 233, 255, 0.58);
  font-size: calc(5px * var(--contact-scale));
  line-height: 1.7;
  font-weight: 700;
}

.contact-social-list {
  display: flex;
  gap: calc(15px * var(--contact-scale));
}

.social-button {
  display: inline-flex;
  width: calc(32px * var(--contact-scale));
  height: calc(32px * var(--contact-scale));
  align-items: center;
  justify-content: center;
  border: calc(1px * var(--contact-scale)) solid rgba(49, 125, 228, 0.17);
  border-radius: calc(4px * var(--contact-scale));
  background: rgba(7, 45, 99, 0.92);
  color: #168aff;
  box-shadow: inset 0 calc(1px * var(--contact-scale)) 0 rgba(255, 255, 255, 0.05);
}

.social-button svg {
  width: calc(17px * var(--contact-scale));
  height: calc(17px * var(--contact-scale));
}

.social-button:hover {
  color: #ffffff;
  background: rgba(10, 95, 207, 0.7);
}

.social-wechat {
  color: #6ee68b;
}

.social-wechat svg {
  fill: currentColor;
  stroke: none;
}

.contact-future {
  position: relative;
  min-height: calc(78px * var(--contact-scale));
  overflow: hidden;
  border-top: calc(1px * var(--contact-scale)) solid rgba(38, 115, 222, 0.28);
  background:
    linear-gradient(90deg, rgba(4, 31, 72, 0.97) 0%, rgba(3, 34, 81, 0.98) 52%, rgba(2, 39, 95, 0.95) 100%),
    repeating-linear-gradient(115deg, rgba(60, 137, 255, 0.06) 0 1px, transparent 1px calc(28px * var(--contact-scale)));
}

.contact-future::before {
  background:
    linear-gradient(131deg, transparent 0 44%, rgba(37, 135, 255, 0.3) 44.2% 44.5%, transparent 44.8%),
    linear-gradient(23deg, transparent 0 67%, rgba(37, 135, 255, 0.24) 67.2% 67.5%, transparent 67.8%),
    radial-gradient(circle at 70% 23%, rgba(81, 168, 255, 0.52) 0 calc(1px * var(--contact-scale)), transparent calc(1.5px * var(--contact-scale)));
}

.contact-future-inner {
  min-height: calc(78px * var(--contact-scale));
  display: flex;
  align-items: center;
}

.contact-future h2 {
  max-width: calc(258px * var(--contact-scale));
  font-size: calc(16px * var(--contact-scale));
}

.contact-future p {
  margin: calc(10px * var(--contact-scale)) 0 0;
  color: rgba(218, 233, 255, 0.7);
  font-size: calc(6px * var(--contact-scale));
  line-height: 1.5;
  font-weight: 800;
}

.digital-globe {
  position: absolute;
  right: calc(12px * var(--contact-scale));
  bottom: calc(-74px * var(--contact-scale));
  width: calc(180px * var(--contact-scale));
  height: calc(180px * var(--contact-scale));
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 33%, rgba(106, 225, 255, 0.95) 0 calc(2px * var(--contact-scale)), transparent calc(3px * var(--contact-scale))),
    radial-gradient(circle at 58% 48%, rgba(106, 225, 255, 0.85) 0 calc(2px * var(--contact-scale)), transparent calc(3px * var(--contact-scale))),
    radial-gradient(circle at 32% 62%, rgba(106, 225, 255, 0.72) 0 calc(1.5px * var(--contact-scale)), transparent calc(2.5px * var(--contact-scale))),
    radial-gradient(circle at 46% 46%, rgba(0, 137, 255, 0.42), rgba(0, 54, 143, 0.18) 34%, transparent 62%),
    repeating-radial-gradient(circle at 50% 50%, rgba(59, 159, 255, 0.34) 0 calc(1px * var(--contact-scale)), transparent calc(2px * var(--contact-scale)) calc(25px * var(--contact-scale)));
  box-shadow:
    inset 0 0 calc(25px * var(--contact-scale)) rgba(47, 154, 255, 0.55),
    0 0 calc(34px * var(--contact-scale)) rgba(0, 106, 255, 0.42);
}

.digital-globe::before,
.digital-globe::after {
  position: absolute;
  inset: 14%;
  border: calc(1px * var(--contact-scale)) solid rgba(65, 168, 255, 0.32);
  border-radius: 50%;
  content: "";
}

.digital-globe::before {
  transform: rotate(24deg) scaleX(0.46);
}

.digital-globe::after {
  transform: rotate(-33deg) scaleY(0.42);
}

.digital-globe span {
  position: absolute;
  width: calc(3px * var(--contact-scale));
  height: calc(3px * var(--contact-scale));
  border-radius: 50%;
  background: #6de1ff;
  box-shadow: 0 0 calc(9px * var(--contact-scale)) #39aaff;
  animation: globeBlink 2.8s ease-in-out infinite;
}

.digital-globe span:nth-child(1) {
  top: 28%;
  left: 42%;
}

.digital-globe span:nth-child(2) {
  top: 47%;
  left: 56%;
  animation-delay: 0.35s;
}

.digital-globe span:nth-child(3) {
  top: 61%;
  left: 33%;
  animation-delay: 0.7s;
}

.digital-globe span:nth-child(4) {
  top: 36%;
  left: 70%;
  animation-delay: 1.05s;
}

.digital-globe span:nth-child(5) {
  top: 73%;
  left: 50%;
  animation-delay: 1.4s;
}

@keyframes contactPulse {
  0% {
    opacity: 0.75;
    transform: translate(-50%, -50%) scale(0.55);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.45);
  }
}

@keyframes globeBlink {
  0%,
  100% {
    opacity: 0.35;
  }

  45% {
    opacity: 1;
  }
}

@media (max-width: 360px) {
  .contact-page-main {
    --contact-scale: 1;
    --contact-shell: calc(100vw - 24px);
  }

  .contact-hero-map {
    right: -120px;
    opacity: 0.45;
  }

  .contact-info-bar,
  .contact-panel-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-bar article {
    min-height: 48px;
  }

  .contact-message-card,
  .contact-location-card {
    min-height: 0;
  }

  .contact-map-surface {
    height: 220px;
  }

  .contact-social-list {
    gap: 12px;
  }
}

@media (min-width: 620px) {
  .contact-page-main {
    --contact-scale: 1.35;
    --contact-shell: min(calc(100vw - 48px), 553.5px);
  }
}

@media (min-width: 884px) {
  .contact-page-main {
    --contact-scale: 2;
    --contact-shell: 820px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .map-pin::after,
  .digital-globe span {
    animation: none;
  }

  .contact-page-main a,
  .contact-page-main button,
  .contact-page-main input,
  .contact-page-main textarea {
    transition: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: calc(320px * var(--scale));
  background: #fff;
  color: var(--text);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: calc(12px * var(--scale));
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

.container {
  width: min(var(--container), calc(100% - calc(32px * var(--scale))));
  margin: 0 auto;
}

.upgrade-notice {
  display: var(--upgrade-notice-display);
  position: sticky;
  top: 0;
  z-index: 1040;
  overflow: hidden;
  width: 100%;
  background: #ffd21e;
  color: #1f2937;
  border-bottom: 1px solid rgba(31, 41, 55, 0.12);
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
  white-space: nowrap;
}

.upgrade-notice-track {
  display: inline-flex;
  min-width: max-content;
  animation: upgrade-notice-marquee 28s linear infinite;
  will-change: transform;
}

.upgrade-notice-track span {
  padding-right: 64px;
}

@keyframes upgrade-notice-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.site-header {
  height: calc(44px * var(--scale));
  background: #fff;
  border-bottom: calc(1px * var(--scale)) solid #edf3fb;
}

.header-inner {
  height: calc(44px * var(--scale));
  display: flex;
  align-items: center;
}

.brand img {
  width: calc(112px * var(--scale));
  height: calc(31px * var(--scale));
  object-fit: contain;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: calc(18px * var(--scale));
  margin-left: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: calc(28px * var(--scale));
  margin-left: 0;
  color: #111b33;
  font-size: calc(10px * var(--scale));
  text-align: right;
}

.main-nav a {
  position: relative;
  padding: calc(17px * var(--scale)) 0 calc(16px * var(--scale));
}

.main-nav a.active {
  color: var(--blue);
}

.main-nav a.active::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(22px * var(--scale));
  height: calc(2px * var(--scale));
  background: var(--blue);
  border-radius: calc(2px * var(--scale));
  content: "";
  transform: translateX(-50%);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: calc(14px * var(--scale));
  margin-left: 0;
  font-size: calc(8px * var(--scale));
  font-weight: 700;
}

.hotline {
  display: inline-flex;
  align-items: center;
  gap: calc(5px * var(--scale));
  color: var(--blue);
  font-size: calc(10px * var(--scale));
  line-height: 1;
}

.hotline-icon {
  width: calc(11px * var(--scale));
  height: calc(11px * var(--scale));
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(54px * var(--scale));
  height: calc(24px * var(--scale));
  border-radius: calc(3px * var(--scale));
  background: var(--blue);
  color: #fff;
}

.mobile-menu {
  position: relative;
  display: none;
}

.mobile-menu summary {
  position: relative;
  z-index: 120;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #f4f8ff;
  color: var(--blue);
  cursor: pointer;
  list-style: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  touch-action: manipulation;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary:focus-visible {
  outline: 2px solid rgba(6, 92, 248, 0.36);
  outline-offset: 3px;
}

.mobile-menu[open] summary {
  background: #fff;
  box-shadow: 0 10px 28px rgba(12, 42, 86, 0.14);
  color: var(--blue-dark);
}

.mobile-menu-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.mobile-menu-icon {
  position: relative;
  display: flex;
  width: 22px;
  height: 18px;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-menu-icon span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: opacity 0.2s ease, transform 0.24s ease;
}

.mobile-menu[open] .mobile-menu-icon span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.mobile-menu[open] .mobile-menu-icon span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.2);
}

.mobile-menu[open] .mobile-menu-icon span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-menu-panel {
  position: fixed;
  z-index: 110;
  inset: 0;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  min-height: 100dvh;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  padding: max(82px, calc(58px + env(safe-area-inset-top))) 28px max(34px, calc(24px + env(safe-area-inset-bottom)));
  background: #fff;
  box-shadow: -18px 0 42px rgba(12, 42, 86, 0.16);
  animation: mobile-menu-panel-in 0.32s cubic-bezier(0.22, 0.86, 0.33, 1) both;
}

.mobile-menu-panel::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 248, 255, 0.98) 58%, rgba(231, 241, 255, 0.98) 100%),
    #fff;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  animation: mobile-menu-surface-in 0.36s cubic-bezier(0.22, 0.86, 0.33, 1) both;
}

.mobile-menu-panel a {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  border-bottom: 1px solid rgba(190, 207, 231, 0.58);
  border-radius: 0;
  color: #111b33;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  opacity: 0;
  transform: translateX(24px);
  animation: mobile-menu-link-in 0.32s cubic-bezier(0.22, 0.86, 0.33, 1) both;
}

.mobile-menu-panel a::after {
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  opacity: 0.45;
  transform: rotate(45deg);
}

.mobile-menu-panel a:hover,
.mobile-menu-panel a:focus-visible,
.mobile-menu-panel a.active {
  background: transparent;
  color: var(--blue);
}

.mobile-menu-panel a:nth-child(1) {
  animation-delay: 0.16s;
}

.mobile-menu-panel a:nth-child(2) {
  animation-delay: 0.2s;
}

.mobile-menu-panel a:nth-child(3) {
  animation-delay: 0.24s;
}

.mobile-menu-panel a:nth-child(4) {
  animation-delay: 0.28s;
}

.mobile-menu-panel a:nth-child(5) {
  animation-delay: 0.32s;
}

.mobile-menu-panel a:nth-child(6) {
  animation-delay: 0.36s;
}

.mobile-menu.is-closing .mobile-menu-panel {
  pointer-events: none;
  animation: mobile-menu-panel-out 0.26s cubic-bezier(0.67, 0, 0.83, 0.31) both;
}

.mobile-menu.is-closing .mobile-menu-panel::before {
  animation: mobile-menu-surface-out 0.26s cubic-bezier(0.67, 0, 0.83, 0.31) both;
}

.mobile-menu.is-closing .mobile-menu-panel a {
  animation: mobile-menu-link-out 0.18s ease-in both;
}

.mobile-menu.is-closing .mobile-menu-panel a:nth-child(6) {
  animation-delay: 0s;
}

.mobile-menu.is-closing .mobile-menu-panel a:nth-child(5) {
  animation-delay: 0.02s;
}

.mobile-menu.is-closing .mobile-menu-panel a:nth-child(4) {
  animation-delay: 0.04s;
}

.mobile-menu.is-closing .mobile-menu-panel a:nth-child(3) {
  animation-delay: 0.06s;
}

.mobile-menu.is-closing .mobile-menu-panel a:nth-child(2) {
  animation-delay: 0.08s;
}

.mobile-menu.is-closing .mobile-menu-panel a:nth-child(1) {
  animation-delay: 0.1s;
}

@keyframes mobile-menu-panel-in {
  from {
    opacity: 0;
    transform: translate3d(18%, 0, 0);
  }

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

@keyframes mobile-menu-panel-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes mobile-menu-surface-in {
  from {
    transform: scaleX(0);
  }

  72% {
    transform: scaleX(1.015);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes mobile-menu-surface-out {
  from {
    transform: scaleX(1);
  }

  to {
    transform: scaleX(0);
  }
}

@keyframes mobile-menu-link-in {
  from {
    opacity: 0;
    transform: translateX(24px);
  }

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

@keyframes mobile-menu-link-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(22px);
  }
}

.hero {
  aspect-ratio: 2172 / 724;
  min-height: calc(286px * var(--scale));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(245, 250, 255, 0.96) 0%, rgba(245, 250, 255, 0.78) 30%, rgba(245, 250, 255, 0) 52%),
    url("./assets/images/hero-banner.webp") center right / contain no-repeat;
}

.hero-inner {
  position: relative;
  height: 100%;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: calc(380px * var(--scale));
  padding-top: calc(48px * var(--scale));
}

.eyebrow {
  display: inline-flex;
  height: calc(22px * var(--scale));
  align-items: center;
  padding: 0 calc(14px * var(--scale));
  border: calc(1px * var(--scale)) solid #a9caff;
  border-radius: calc(999px * var(--scale));
  background: rgba(255, 255, 255, 0.48);
  color: var(--blue);
  font-size: calc(10px * var(--scale));
  font-weight: 700;
}

.hero h1 {
  margin: calc(13px * var(--scale)) 0 calc(9px * var(--scale));
  color: #0a1739;
  font-size: calc(29px * var(--scale));
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero p {
  width: calc(365px * var(--scale));
  margin: 0;
  color: #203049;
  font-size: calc(11px * var(--scale));
  line-height: 1.9;
  font-weight: 600;
}

.hero-buttons {
  display: flex;
  gap: calc(16px * var(--scale));
  margin-top: calc(19px * var(--scale));
}

.primary-button,
.secondary-button {
  display: inline-flex;
  width: calc(84px * var(--scale));
  height: calc(31px * var(--scale));
  align-items: center;
  justify-content: center;
  border-radius: calc(4px * var(--scale));
  font-size: calc(11px * var(--scale));
  font-weight: 800;
}

.primary-button {
  background: var(--blue);
  box-shadow: 0 calc(8px * var(--scale)) calc(18px * var(--scale)) rgba(0, 92, 248, 0.18);
  color: #fff;
}

.secondary-button {
  border: calc(1px * var(--scale)) solid var(--blue);
  background: rgba(255, 255, 255, 0.42);
  color: var(--blue);
}

.hero-metrics {
  display: flex;
  margin: calc(24px * var(--scale)) 0 0;
  padding: 0;
}

.hero-metrics div {
  min-width: calc(104px * var(--scale));
}

.hero-metrics div + div {
  border-left: calc(1px * var(--scale)) solid #c9d9ef;
  padding-left: calc(31px * var(--scale));
}

.hero-metrics dt {
  color: var(--blue);
  font-size: calc(23px * var(--scale));
  line-height: 1;
  font-weight: 900;
}

.hero-metrics dd {
  margin: calc(7px * var(--scale)) 0 0;
  color: #1d2a3f;
  font-size: calc(10px * var(--scale));
  font-weight: 600;
}

.partners {
  height: calc(81px * var(--scale));
  background: #fff;
}

.partners .container {
  display: flex;
  align-items: center;
  gap: calc(36px * var(--scale));
  height: 100%;
  overflow: hidden;
}

.partners h2 {
  flex: 0 0 calc(96px * var(--scale));
  margin: 0;
  font-size: calc(11px * var(--scale));
  line-height: 1.35;
  font-weight: 800;
}

.partners h2 span {
  display: inline-block;
  margin-bottom: calc(2px * var(--scale));
  color: var(--blue);
  font-size: calc(14px * var(--scale));
}

.partner-list {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.partner-track {
  display: flex;
  flex: 0 0 auto;
  width: max-content;
  animation: partner-scroll 28s linear infinite;
  will-change: transform;
}

.partner-list:hover .partner-track {
  animation-play-state: paused;
}

.partner-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: calc(48px * var(--scale));
  padding-right: calc(48px * var(--scale));
}

.partner-list img {
  flex: 0 0 auto;
  max-height: calc(35px * var(--scale));
  object-fit: contain;
}

@keyframes partner-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-33.333333%, 0, 0);
  }
}

.services {
  padding-bottom: calc(26px * var(--scale));
  background: #fff;
}

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

.section-title h2,
.why h2,
.process h2,
.news-heading h2,
.news-card-heading h3,
.honors h2,
.contact-info h2 {
  margin: 0;
  color: #121827;
  font-size: calc(16px * var(--scale));
  line-height: 1.1;
  font-weight: 900;
}

.section-title p {
  margin: calc(5px * var(--scale)) 0 0;
  color: #59667d;
  font-size: calc(10px * var(--scale));
}

.services .section-title {
  padding-top: calc(18px * var(--scale));
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(16px * var(--scale));
  margin-top: calc(17px * var(--scale));
}

.service-card {
  position: relative;
  height: calc(110px * var(--scale));
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: calc(8px * var(--scale));
  background: linear-gradient(180deg, #ffffff 0%, #f1f7ff 55%, #e7f0ff 100%);
  box-shadow: 0 calc(10px * var(--scale)) calc(28px * var(--scale)) rgba(20, 101, 208, 0.05);
}

.service-card,
.why-grid article,
.case-card,
.news-card,
.cert-grid figure {
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.service-card:hover,
.why-grid article:hover,
.case-card:hover,
.news-card:hover,
.cert-grid figure:hover {
  border-color: #d8e2ee;
  box-shadow: 0 calc(10px * var(--scale)) calc(28px * var(--scale)) rgba(18, 68, 128, 0.1);
  transform: translateY(calc(-3px * var(--scale)));
}

.service-card div {
  position: relative;
  z-index: 2;
  padding: calc(15px * var(--scale)) 0 0 calc(12px * var(--scale));
}

.service-card h3 {
  margin: 0 0 calc(14px * var(--scale));
  color: var(--blue);
  font-size: calc(12px * var(--scale));
  line-height: 1;
  font-weight: 900;
}

.service-card ul {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  grid-template-rows: repeat(2, auto);
  column-gap: calc(15px * var(--scale));
  row-gap: calc(1px * var(--scale));
  margin: 0;
  padding-left: calc(10px * var(--scale));
  color: #6a6a6a;
  font-size: calc(8px * var(--scale));
  line-height: 1.45;
}

.service-card li::marker {
  color: var(--blue);
}

.service-card-ai li {
  color: #59667d;
}

.service-card a {
  display: inline-block;
  margin: calc(20px * var(--scale)) 0 calc(10px * var(--scale));
  color: var(--blue);
  font-size: calc(7px * var(--scale));
  font-weight: 400;
}

.case-card a::after,
.news-heading a::after,
.news-card-more::after {
  content: " →";
}

.service-card img {
  position: absolute;
  right: calc(10px * var(--scale));
  bottom: calc(10px * var(--scale));
  width: calc(82px * var(--scale));
  height: calc(82px * var(--scale));
  object-fit: contain;
}

.why {
  position: relative;
  isolation: isolate;
  height: auto;
  overflow: hidden;
  padding-bottom: calc(60px * var(--scale));
  background: linear-gradient(180deg, #fbfdff 0%, #f2f7ff 54%, #ffffff 100%);
}

.why::before,
.why::after {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  content: "";
}

.why::before {
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 47%, rgba(6, 92, 248, 0.08) 47% 48%, transparent 48% 100%),
    repeating-linear-gradient(90deg, rgba(6, 92, 248, 0.04) 0 1px, transparent 1px calc(92px * var(--scale))),
    repeating-linear-gradient(0deg, rgba(6, 92, 248, 0.03) 0 1px, transparent 1px calc(64px * var(--scale)));
  opacity: 0.72;
}

.why::after {
  top: calc(8px * var(--scale));
  right: max(calc(-112px * var(--scale)), -12vw);
  width: min(54vw, calc(520px * var(--scale)));
  height: calc(100% - calc(16px * var(--scale)));
  background:
    linear-gradient(135deg, rgba(6, 92, 248, 0.1) 0%, rgba(77, 155, 255, 0.035) 62%, transparent 100%),
    repeating-linear-gradient(135deg, rgba(6, 92, 248, 0.1) 0 1px, transparent 1px calc(22px * var(--scale)));
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  opacity: 0.82;
}

.why > .container {
  position: relative;
  z-index: 1;
}

.why .section-title {
  padding-top: calc(17px * var(--scale));
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, calc(65px * var(--scale)));
  grid-auto-flow: column;
  gap: calc(12px * var(--scale)) calc(18px * var(--scale));
  margin-top: calc(18px * var(--scale));
}

.why-grid article {
  display: flex;
  height: calc(65px * var(--scale));
  align-items: center;
  gap: calc(12px * var(--scale));
  padding: 0 calc(12px * var(--scale));
  border: 1px solid #e5e7eb;
  border-radius: calc(7px * var(--scale));
  background: #fff;
}

.why-grid article > div {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: max-content minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: calc(6px * var(--scale));
}

.why-grid img {
  width: calc(36px * var(--scale));
  height: calc(40px * var(--scale));
  object-fit: contain;
  flex: 0 0 auto;
}

.why-grid h3 {
  grid-column: 1;
  margin: 0 0 calc(4px * var(--scale));
  color: var(--blue);
  font-size: calc(12px * var(--scale));
  line-height: 1;
  font-weight: 900;
}

.why-card-en {
  display: block;
  grid-column: 1;
  color: #8b9bb0;
  font-size: calc(8px * var(--scale));
}

.why-grid p {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  padding-left: calc(14px * var(--scale));
  border-left: 1px solid #e5e7eb;
  color: #4e5b70;
  font-size: calc(8px * var(--scale));
  line-height: 1.55;
  font-weight: 400;
}

.cases {
  min-height: calc(291px * var(--scale));
  margin: calc(18px * var(--scale)) 0;
  padding: calc(10px * var(--scale)) 0 calc(12px * var(--scale));
  background: #fff;
}

.section-title.compact {
  padding-top: calc(14px * var(--scale));
}

.tabs {
  display: flex;
  justify-content: center;
  gap: calc(12px * var(--scale));
  margin-top: calc(12px * var(--scale));
}

.tabs button {
  min-width: calc(44px * var(--scale));
  height: calc(22px * var(--scale));
  border: 0;
  border-radius: calc(5px * var(--scale));
  background: #f2f6fd;
  color: #4f5d74;
  font-size: calc(8px * var(--scale));
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.tabs button:hover,
.tabs button:focus-visible {
  background: #e7effd;
  color: #1b3f84;
  outline: none;
}

.tabs button:focus-visible {
  box-shadow: 0 0 0 calc(2px * var(--scale)) rgba(6, 92, 248, 0.16);
}

.tabs button.active {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 calc(8px * var(--scale)) calc(15px * var(--scale)) rgba(0, 92, 248, 0.16);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(14px * var(--scale));
  margin-top: calc(22px * var(--scale));
}

.case-card {
  height: calc(178px * var(--scale));
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: calc(6px * var(--scale));
  background: #fff;
  box-shadow: 0 calc(8px * var(--scale)) calc(24px * var(--scale)) rgba(25, 86, 164, 0.04);
}

.case-card > img {
  width: 100%;
  height: calc(84px * var(--scale));
  object-fit: cover;
  background: #edf5ff;
}

.case-card div {
  padding: calc(10px * var(--scale)) calc(11px * var(--scale)) 0;
}

.case-card h3 {
  margin: 0 0 calc(4px * var(--scale));
  color: #1b283e;
  font-size: calc(10px * var(--scale));
  line-height: 1.2;
  font-weight: 900;
}

.case-card span {
  display: block;
  color: #7c8798;
  font-size: calc(7px * var(--scale));
  font-weight: 800;
}

.case-card p {
  margin: calc(7px * var(--scale)) 0 calc(5px * var(--scale));
  color: #5a6678;
  font-size: calc(7px * var(--scale));
  line-height: 1.7;
  font-weight: 700;
}

.case-card a {
  color: #a3a3a3;
  font-size: calc(7px * var(--scale));
  font-weight: 900;
}

#home-case-grid .case-card > div,
#case-list-grid .case-card > div {
  display: flex;
  flex-direction: column;
  height: calc(94px * var(--scale));
  box-sizing: border-box;
  padding-bottom: calc(10px * var(--scale));
}

#home-case-grid .case-card h3,
#home-case-grid .case-card span,
#case-list-grid .case-card h3,
#case-list-grid .case-card span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#home-case-grid .case-card p,
#case-list-grid .case-card p {
  display: -webkit-box;
  max-height: 3.4em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
}

#home-case-grid .case-card a,
#case-list-grid .case-card a {
  align-self: flex-start;
  margin-top: auto;
}

.process {
  min-height: calc(150px * var(--scale));
  margin: calc(18px * var(--scale)) 0;
  padding: calc(10px * var(--scale)) 0 calc(12px * var(--scale));
  background: #fff;
}

.process h2 {
  text-align: center;
}

.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: calc(19px * var(--scale));
  --process-cycle: 20s;
}

.process-line::before {
  position: absolute;
  top: calc(21px * var(--scale));
  left: calc(72px * var(--scale));
  right: calc(72px * var(--scale));
  border-top: calc(2px * var(--scale)) dotted #94bdff;
  content: "";
}

.process-line::after {
  position: absolute;
  z-index: 1;
  top: calc(21px * var(--scale));
  left: calc(72px * var(--scale));
  right: calc(72px * var(--scale));
  height: calc(2px * var(--scale));
  border-radius: calc(999px * var(--scale));
  background: linear-gradient(90deg, #065cf8 0%, #3fb7ff 100%);
  box-shadow: 0 0 calc(10px * var(--scale)) rgba(6, 92, 248, 0.2);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  animation: process-line-progress var(--process-cycle) cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.process-line article {
  position: relative;
  z-index: 2;
  text-align: center;
}

.process-line article + article::before {
  position: absolute;
  top: calc(22px * var(--scale));
  left: 0;
  width: calc(8px * var(--scale));
  height: calc(8px * var(--scale));
  border-radius: 50%;
  background: #c4cfdd;
  content: "";
  opacity: 0.9;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  animation: process-connector-pass-1 var(--process-cycle) linear infinite;
}

.process-line span {
  display: inline-flex;
  width: calc(43px * var(--scale));
  height: calc(43px * var(--scale));
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #edf5ff, #dfeeff);
  color: var(--blue);
  font-size: calc(22px * var(--scale));
  font-weight: 900;
  box-shadow: inset 0 0 0 calc(8px * var(--scale)) #eef6ff;
  will-change: transform, box-shadow, background;
  transform-origin: center;
  animation: process-step-hold var(--process-cycle) ease-in-out infinite;
}

.process-line article:nth-child(2) span {
  animation-delay: 3.4s;
}

.process-line article:nth-child(3) span {
  animation-delay: 6.8s;
}

.process-line article:nth-child(4) span {
  animation-delay: 10.2s;
}

.process-line article:nth-child(5) span {
  animation-delay: 13.6s;
}

.process-line article:nth-child(6) span {
  animation-delay: 17s;
}

.process-line article:nth-child(2)::before {
  animation-name: process-connector-pass-1;
}

.process-line article:nth-child(3)::before {
  animation-name: process-connector-pass-2;
}

.process-line article:nth-child(4)::before {
  animation-name: process-connector-pass-3;
}

.process-line article:nth-child(5)::before {
  animation-name: process-connector-pass-4;
}

.process-line article:nth-child(6)::before {
  animation-name: process-connector-pass-5;
}

.process-line h3 {
  margin: calc(9px * var(--scale)) 0 calc(5px * var(--scale));
  color: #182337;
  font-size: calc(10px * var(--scale));
  line-height: 1;
  font-weight: 900;
}

.process-line p {
  margin: 0;
  color: #4d5d75;
  font-size: calc(7px * var(--scale));
  line-height: 1.65;
  font-weight: 400;
}

@keyframes process-step-hold {
  0%,
  12.5%,
  100% {
    background: linear-gradient(180deg, #edf5ff, #dfeeff);
    box-shadow: inset 0 0 0 calc(8px * var(--scale)) #eef6ff;
    transform: scale(1);
  }

  1.25%,
  11.25% {
    background: linear-gradient(180deg, #ffffff, #dceaff);
    box-shadow:
      inset 0 0 0 calc(8px * var(--scale)) #eef6ff,
      0 calc(8px * var(--scale)) calc(18px * var(--scale)) rgba(6, 92, 248, 0.22);
    transform: scale(1.16);
  }
}

@keyframes process-connector-pass-1 {
  0%,
  14.7%,
  100% {
    background: #c4cfdd;
    box-shadow: none;
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1);
  }

  14.8%,
  99.95% {
    background: var(--blue);
    box-shadow: none;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes process-connector-pass-2 {
  0%,
  31.7%,
  100% {
    background: #c4cfdd;
    box-shadow: none;
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1);
  }

  31.8%,
  99.95% {
    background: var(--blue);
    box-shadow: none;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes process-connector-pass-3 {
  0%,
  48.7%,
  100% {
    background: #c4cfdd;
    box-shadow: none;
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1);
  }

  48.8%,
  99.95% {
    background: var(--blue);
    box-shadow: none;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes process-connector-pass-4 {
  0%,
  65.7%,
  100% {
    background: #c4cfdd;
    box-shadow: none;
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1);
  }

  65.8%,
  99.95% {
    background: var(--blue);
    box-shadow: none;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes process-connector-pass-5 {
  0%,
  82.7%,
  100% {
    background: #c4cfdd;
    box-shadow: none;
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1);
  }

  82.8%,
  99.95% {
    background: var(--blue);
    box-shadow: none;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes process-line-progress {
  0%,
  12.5% {
    opacity: 1;
    transform: scaleX(0);
  }

  17%,
  29.5% {
    opacity: 1;
    transform: scaleX(0.2);
  }

  34%,
  46.5% {
    opacity: 1;
    transform: scaleX(0.4);
  }

  51%,
  63.5% {
    opacity: 1;
    transform: scaleX(0.6);
  }

  68%,
  80.5% {
    opacity: 1;
    transform: scaleX(0.8);
  }

  85%,
  97.5% {
    opacity: 1;
    transform: scaleX(1);
  }

  99% {
    opacity: 0;
    transform: scaleX(1);
  }

  100% {
    opacity: 0;
    transform: scaleX(0);
  }
}

.stats {
  margin: calc(18px * var(--scale)) 0;
  padding: calc(10px * var(--scale)) 0;
  background: #075df5 url("./assets/images/stats-bg.webp") center / cover no-repeat;
  color: #fff;
}

.stats-grid {
  display: grid;
  min-height: calc(75px * var(--scale));
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.stats-grid article {
  text-align: center;
}

.stats-grid article + article {
  border-left: calc(1px * var(--scale)) solid rgba(255, 255, 255, 0.22);
}

.stats-grid strong {
  display: block;
  font-size: calc(27px * var(--scale));
  line-height: 1;
  font-weight: 900;
}

.stats-grid span {
  display: block;
  margin-top: calc(7px * var(--scale));
  font-size: calc(9px * var(--scale));
  font-weight: 700;
}

.news {
  min-height: calc(260px * var(--scale));
  margin: calc(18px * var(--scale)) 0;
  padding: calc(10px * var(--scale)) 0 0;
  background: #fff;
}

.news > .container,
.page-news-section > .container {
  width: min(1200px, calc(100% - calc(32px * var(--scale))));
  max-width: 1200px;
}

.news-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: calc(18px * var(--scale));
}

.news-heading a,
.news-card-more {
  display: inline-flex;
  min-width: calc(42px * var(--scale));
  min-height: calc(20px * var(--scale));
  align-items: center;
  justify-content: center;
  color: #53647b;
  font-size: calc(7px * var(--scale));
  font-weight: 800;
}

.news-card-heading a {
  display: inline-flex;
  min-width: calc(42px * var(--scale));
  min-height: calc(20px * var(--scale));
  align-items: center;
  justify-content: center;
  color: #53647b;
  font-size: calc(7px * var(--scale));
}

.news-heading a {
  padding: 0 calc(10px * var(--scale));
  border: calc(1px * var(--scale)) solid #e1ebf8;
  border-radius: calc(999px * var(--scale));
}

.news-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.news-card-heading h3 {
  min-width: 0;
}

.news-card-heading a {
  flex: 0 0 auto;
  padding: 0 calc(10px * var(--scale));
  border: calc(1px * var(--scale)) solid #e1ebf8;
  border-radius: calc(999px * var(--scale));
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(22px * var(--scale));
  margin-top: calc(15px * var(--scale));
  width: 100%;
  max-width: 1200px;
}

.news-card-group {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: calc(10px * var(--scale));
}

.news-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  border-radius: calc(7px * var(--scale));
  background: #fff;
}

.news-card-thumb {
  display: block;
  background: #edf5ff;
}

.news-card-thumb img {
  width: 100%;
  height: calc(70px * var(--scale));
  object-fit: cover;
}

.news-card-body {
  padding: calc(9px * var(--scale)) calc(12px * var(--scale)) calc(10px * var(--scale));
}

.news-card-body time,
.news-card-list time {
  color: #718095;
  font-size: calc(7px * var(--scale));
  font-weight: 700;
}

.news-card-body time {
  display: block;
  margin-bottom: calc(3px * var(--scale));
}

.news-card-body h3 {
  min-width: 0;
  margin: 0 0 calc(4px * var(--scale));
  color: #1f2a3e;
  font-size: calc(10px * var(--scale));
  line-height: 1.35;
  font-weight: 900;
}

.news-card-body h3 a {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-card-body p {
  overflow: hidden;
  margin: 0;
  color: #69778e;
  font-size: calc(7px * var(--scale));
  line-height: 1.5;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-card-more {
  width: max-content;
  min-width: 0;
  min-height: 0;
  margin-top: calc(6px * var(--scale));
  color: var(--blue);
}

.news-card-list {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: calc(10px * var(--scale));
  margin: 0;
  padding: calc(0px * var(--scale)) calc(5px * var(--scale));
  border-radius: calc(7px * var(--scale));
  background: #fff;
  list-style: none;
  transition: none;
}

.news-card-list li {
  display: grid;
  grid-template-columns: calc(5px * var(--scale)) minmax(0, 1fr) calc(54px * var(--scale));
  gap: calc(7px * var(--scale));
  align-items: center;
}

.news-card-list li::before {
  content: "";
  width: calc(4px * var(--scale));
  height: calc(4px * var(--scale));
  border-radius: 50%;
  background: #aeb8c6;
}

.news-card-list time {
  justify-self: end;
  color: #9aa5b4;
  font-weight: 400;
  white-space: nowrap;
}

.news-card-list a {
  min-width: 0;
  overflow: hidden;
  color: #8d98a8;
  font-size: calc(8px * var(--scale));
  line-height: 1.65;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.honors {
  min-height: calc(136px * var(--scale));
  margin: calc(18px * var(--scale)) 0;
  padding: calc(18px * var(--scale)) 0 calc(22px * var(--scale));
  background: #fff;
}

.honors-inner {
  display: block;
}

.honors-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: calc(18px * var(--scale));
}

.honors h2 {
  padding: 0;
  margin: 0;
}

.honors-heading p {
  margin: calc(5px * var(--scale)) 0 0;
  color: #59667d;
  font-size: calc(10px * var(--scale));
}

.honors-more {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  gap: calc(5px * var(--scale));
  color: var(--blue);
  font-size: calc(8px * var(--scale));
  line-height: 1.4;
  font-weight: 900;
}

.honors-more span {
  font-size: 1.2em;
  transition: transform 0.2s ease;
}

.honors-more:hover span {
  transform: translateX(calc(2px * var(--scale)));
}

.honors-more:focus-visible,
.cert-item:focus-visible {
  outline: calc(2px * var(--scale)) solid rgba(6, 92, 248, 0.42);
  outline-offset: calc(3px * var(--scale));
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: calc(18px * var(--scale));
  min-width: 0;
  margin-top: calc(17px * var(--scale));
}

.cert-item {
  display: block;
  min-width: 0;
  border-radius: calc(6px * var(--scale));
  color: inherit;
}

.cert-grid figure {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  margin: 0;
  text-align: center;
}

.cert-media {
  display: flex;
  width: 100%;
  height: calc(96px * var(--scale));
  align-items: center;
  justify-content: center;
  padding: calc(9px * var(--scale));
  border: calc(1px * var(--scale)) solid #e1e9f5;
  border-radius: calc(6px * var(--scale));
  background: #f8fbff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cert-item:hover .cert-media,
.cert-item:focus-visible .cert-media {
  border-color: rgba(6, 92, 248, 0.32);
  box-shadow: 0 calc(10px * var(--scale)) calc(24px * var(--scale)) rgba(21, 74, 152, 0.1);
  transform: translateY(calc(-2px * var(--scale)));
}

.honors-scroll {
  overflow: hidden;
  min-width: 0;
  margin-top: calc(17px * var(--scale));
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.honors-track {
  display: flex;
  width: max-content;
  animation: honors-loop 34s linear infinite;
  will-change: transform;
}

.honors-scroll:hover .honors-track {
  animation-play-state: paused;
}

.honors-group {
  display: flex;
  flex: 0 0 auto;
  gap: calc(18px * var(--scale));
  padding-right: calc(18px * var(--scale));
}

.honors .cert-item {
  flex: 0 0 clamp(136px, calc(132px * var(--scale)), 220px);
  width: clamp(136px, calc(132px * var(--scale)), 220px);
  border-radius: 0;
}

.honors .cert-item figure {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  margin: 0;
  text-align: center;
}

.honors .cert-media {
  width: 100%;
  height: clamp(96px, calc(96px * var(--scale)), 160px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: none;
}

.honors .cert-item:hover .cert-media,
.honors .cert-item:focus-visible .cert-media {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.honors .cert-media img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.honors .cert-item figcaption {
  min-height: 2.9em;
  margin-top: calc(8px * var(--scale));
  color: #2b3445;
  font-size: clamp(13px, calc(8px * var(--scale)), 14px);
  line-height: 1.45;
  font-weight: 700;
  overflow-wrap: anywhere;
}

@keyframes honors-loop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .upgrade-notice {
    overflow-x: auto;
    line-height: 36px;
  }

  .upgrade-notice-track {
    animation: none;
  }

  .partner-track {
    animation: none;
  }

  .partner-list {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .honors-scroll {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .honors-track {
    animation: none;
  }

  .process-line::after,
  .process-line span,
  .process-line article + article::before {
    animation: none;
  }

  .process-line::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .process-line span {
    transform: scale(1);
  }

  .process-line article + article::before {
    opacity: 0.75;
    transform: translate(-50%, -50%) scale(1);
  }

  .service-card,
  .why-grid article,
  .case-card,
  .news-card,
  .cert-media,
  .mobile-menu-icon span,
  .honors-more span {
    transition: none;
  }

  .mobile-menu-panel,
  .mobile-menu-panel::before,
  .mobile-menu-panel a {
    animation: none;
  }

  .service-card:hover,
  .why-grid article:hover,
  .case-card:hover,
  .news-card:hover,
  .cert-item:hover .cert-media,
  .honors-more:hover span {
    transform: none;
  }
}

.cert-grid img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.cert-grid figcaption {
  min-height: 2.9em;
  margin-top: calc(8px * var(--scale));
  color: #2b3445;
  font-size: calc(8px * var(--scale));
  line-height: 1.45;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.cta {
  margin: calc(18px * var(--scale)) 0;
  padding: calc(10px * var(--scale)) 0 calc(12px * var(--scale));
  background: #fff;
}

.cta-panel {
  position: relative;
  min-height: calc(95px * var(--scale));
  overflow: hidden;
  border-radius: calc(7px * var(--scale));
  background:
    radial-gradient(circle at 78% 50%, rgba(99, 199, 255, 0.36), transparent 35%),
    linear-gradient(100deg, #0665ff 0%, #0056fb 57%, #007dff 100%);
  color: #fff;
}

.project-cta-panel {
  height: calc(150px * var(--scale));
  min-height: 0;
  aspect-ratio: auto;
  background:
    linear-gradient(90deg, rgba(0, 71, 214, 0.08) 0%, rgba(0, 102, 255, 0.04) 45%, rgba(0, 118, 255, 0) 100%),
    url("./assets/images/cta-project-bg.webp") center calc(50% + 30px) / 1200px auto no-repeat,
    linear-gradient(100deg, #0665ff 0%, #0056fb 57%, #007dff 100%);
}

.cta-panel > div {
  position: relative;
  z-index: 2;
  padding: calc(21px * var(--scale)) 0 0 calc(31px * var(--scale));
}

.project-cta-panel > div {
  max-width: calc(380px * var(--scale));
  padding-top: calc(38px * var(--scale));
  padding-left: calc(42px * var(--scale));
}

.cta-panel h2 {
  margin: 0;
  font-size: calc(21px * var(--scale));
  line-height: 1;
  font-weight: 900;
}

.cta-panel p {
  margin: calc(10px * var(--scale)) 0 calc(12px * var(--scale));
  font-size: calc(10px * var(--scale));
  font-weight: 700;
}

.cta-panel a {
  display: inline-flex;
  width: calc(60px * var(--scale));
  height: calc(21px * var(--scale));
  align-items: center;
  justify-content: center;
  border-radius: calc(5px * var(--scale));
  font-size: calc(8px * var(--scale));
  font-weight: 900;
}

.cta-panel a:first-child {
  background: #fff;
  color: var(--blue);
}

.cta-panel a + a {
  margin-left: calc(12px * var(--scale));
  border: calc(1px * var(--scale)) solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.cta-panel img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(332px * var(--scale));
  height: calc(97px * var(--scale));
  object-fit: cover;
}

.project-cta-panel img {
  display: none;
}

.contact {
  min-height: calc(240px * var(--scale));
  margin: calc(18px * var(--scale)) 0;
  padding: calc(18px * var(--scale)) 0 calc(18px * var(--scale));
  overflow: visible;
  border-top: calc(1px * var(--scale)) solid #edf2fa;
  background:
    linear-gradient(90deg, rgba(239, 247, 255, 0.85), rgba(255, 255, 255, 0.96) 30%, rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at right center, rgba(71, 145, 239, 0.12), transparent 26%);
}

.contact-inner {
  position: relative;
  display: grid;
  grid-template-columns: calc(290px * var(--scale)) minmax(0, 1fr);
  gap: calc(28px * var(--scale));
  min-height: calc(240px * var(--scale));
  align-items: stretch;
}

.contact-info {
  position: relative;
  display: flex;
  min-height: calc(240px * var(--scale));
  flex-direction: column;
  justify-content: center;
  padding: calc(20px * var(--scale)) 0;
}

.contact-info h2 {
  margin: 0 0 calc(16px * var(--scale));
  font-size: calc(16px * var(--scale));
}

.contact-info p {
  display: flex;
  align-items: flex-start;
  gap: calc(10px * var(--scale));
  margin: 0 0 calc(12px * var(--scale));
  color: #1e293b;
  font-size: calc(9px * var(--scale));
  line-height: 1.6;
  font-weight: 600;
}

.contact-info p span {
  display: inline-flex;
  width: calc(18px * var(--scale));
  height: calc(18px * var(--scale));
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: calc(9px * var(--scale));
}

.contact-info strong {
  min-width: calc(42px * var(--scale));
  color: #42526a;
  font-size: calc(8px * var(--scale));
  font-weight: 800;
  margin-right: calc(2px * var(--scale));
}

.socials {
  display: flex;
  gap: calc(8px * var(--scale));
  margin-left: calc(44px * var(--scale));
  margin-top: calc(-2px * var(--scale));
  flex-wrap: wrap;
}

.socials i {
  display: inline-flex;
  min-width: calc(22px * var(--scale));
  height: calc(22px * var(--scale));
  padding: 0 calc(7px * var(--scale));
  align-items: center;
  justify-content: center;
  border-radius: calc(999px * var(--scale));
  background: #eff5fd;
  color: #0f1b2f;
  font-size: calc(8px * var(--scale));
  font-style: normal;
  font-weight: 800;
}

.qr {
  position: absolute;
  top: calc(24px * var(--scale));
  right: 0;
  width: calc(64px * var(--scale));
  height: calc(64px * var(--scale));
  border-radius: calc(8px * var(--scale));
  box-shadow: 0 calc(8px * var(--scale)) calc(20px * var(--scale)) rgba(15, 27, 47, 0.08);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(14px * var(--scale)) calc(18px * var(--scale));
  padding: calc(22px * var(--scale));
  border: calc(1px * var(--scale)) solid #dfeaf8;
  border-radius: calc(14px * var(--scale));
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 calc(16px * var(--scale)) calc(36px * var(--scale)) rgba(0, 58, 130, 0.06);
}

.contact-form-head,
.contact-form-actions {
  grid-column: 1 / -1;
}

.contact-form-head {
  padding-bottom: calc(4px * var(--scale));
}

.contact-form-head h3 {
  margin: 0 0 calc(6px * var(--scale));
  color: #10213c;
  font-size: calc(12px * var(--scale));
  line-height: 1.3;
  font-weight: 900;
}

.contact-form-head p {
  margin: 0;
  color: #5f6f86;
  font-size: calc(8px * var(--scale));
  line-height: 1.65;
  font-weight: 600;
}

.contact-form label {
  display: flex;
  flex-direction: column;
}

.contact-form span {
  display: block;
  margin-bottom: calc(6px * var(--scale));
  color: #243044;
  font-size: calc(8px * var(--scale));
  line-height: 1.5;
  font-weight: 800;
}

.contact-form span::first-letter {
  color: inherit;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: calc(28px * var(--scale));
  border: calc(1px * var(--scale)) solid #d8e4f2;
  border-radius: calc(7px * var(--scale));
  background: #fff;
  color: #334155;
  font-size: calc(8px * var(--scale));
  line-height: 1.5;
  font-weight: 600;
  outline: none;
  padding: 0 calc(12px * var(--scale));
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #94a3b8;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #8cb8ff;
  box-shadow: 0 0 0 calc(2px * var(--scale)) rgba(6, 92, 248, 0.12);
}

.contact-form .wide {
  grid-column: 1 / span 2;
}

.contact-form textarea {
  min-height: calc(76px * var(--scale));
  resize: none;
  padding-top: calc(10px * var(--scale));
}

.contact-form button {
  min-width: calc(118px * var(--scale));
  height: calc(30px * var(--scale));
  border: 0;
  border-radius: calc(7px * var(--scale));
  background: var(--blue);
  color: #fff;
  font-size: calc(8px * var(--scale));
  font-weight: 900;
  box-shadow: 0 calc(8px * var(--scale)) calc(16px * var(--scale)) rgba(0, 92, 248, 0.2);
}

.contact-form-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: calc(2px * var(--scale));
}

.footer {
  min-height: calc(180px * var(--scale));
  background: linear-gradient(100deg, #132941 0%, #102239 46%, #0c1b31 100%);
  color: #edf5ff;
}

.footer-main {
  display: grid;
  grid-template-columns:
    minmax(calc(150px * var(--scale)), 1.35fr)
    repeat(3, minmax(calc(65px * var(--scale)), 0.65fr))
    minmax(calc(120px * var(--scale)), 1fr)
    calc(60px * var(--scale));
  gap: calc(20px * var(--scale));
  padding-top: calc(24px * var(--scale));
  padding-bottom: calc(22px * var(--scale));
  border-bottom: calc(1px * var(--scale)) solid rgba(226, 238, 255, 0.14);
}

.footer-brand img {
  width: calc(96px * var(--scale));
  height: calc(28px * var(--scale));
  object-fit: contain;
}

.footer p,
.footer a,
.footer address,
.footer span {
  color: rgba(237, 245, 255, 0.76);
  font-size: calc(7px * var(--scale));
  line-height: 1.85;
  font-style: normal;
}

.footer-brand p {
  max-width: calc(150px * var(--scale));
  margin: calc(12px * var(--scale)) 0 0;
}

.footer-socials {
  display: none;
  gap: calc(8px * var(--scale));
  margin-top: calc(15px * var(--scale));
}

.footer-socials span {
  display: inline-flex;
  width: calc(19px * var(--scale));
  height: calc(19px * var(--scale));
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: calc(7px * var(--scale));
  line-height: 1;
  font-weight: 800;
}

.footer-nav,
.footer-contact address,
.footer-legal {
  display: flex;
  flex-direction: column;
}

.footer h3 {
  margin: 0 0 calc(9px * var(--scale));
  color: #fff;
  font-size: calc(8px * var(--scale));
  line-height: 1;
  font-weight: 900;
}

.footer-nav {
  gap: calc(5px * var(--scale));
}

.footer-nav a,
.footer-contact a,
.footer-contact span,
.footer-legal a {
  transition: color 0.2s ease;
}

.footer-nav a:hover,
.footer-contact a:hover,
.footer-legal a:hover {
  color: #fff;
}

.footer-contact address {
  gap: calc(5px * var(--scale));
  font-size: calc(8px * var(--scale));
}

.footer-contact address a,
.footer-contact address span {
  font-size: calc(8px * var(--scale));
}

.footer-qr {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(8px * var(--scale));
  justify-self: end;
  text-align: center;
}

.footer-qr img {
  width: calc(58px * var(--scale));
  height: calc(58px * var(--scale));
  border-radius: calc(5px * var(--scale));
  background: #fff;
  object-fit: cover;
  padding: calc(4px * var(--scale));
}

.footer-qr strong {
  color: #fff;
  font-size: calc(7px * var(--scale));
  line-height: 1;
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(16px * var(--scale));
  padding-top: calc(11px * var(--scale));
  padding-bottom: calc(12px * var(--scale));
}

.footer-copyright {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4px * var(--scale)) calc(8px * var(--scale));
}

.copyright,
.footer-record {
  margin: 0;
  color: rgba(237, 245, 255, 0.58);
  font-size: calc(6px * var(--scale));
}

.footer-legal {
  flex-direction: row;
  gap: calc(13px * var(--scale));
}

.footer-legal a + a {
  position: relative;
}

.footer-legal a + a::before {
  position: absolute;
  left: calc(-7px * var(--scale));
  color: rgba(237, 245, 255, 0.28);
  content: "|";
}

@media (max-width: 760px) {
  :root {
    --scale: 1;
    --container: 100%;
  }

  .container {
    width: calc(100% - 28px);
  }

  .upgrade-notice {
    font-size: 13px;
    line-height: 36px;
  }

  .upgrade-notice-track span {
    padding-right: 40px;
  }

  .site-header,
  .hero,
  .partners,
  .services,
  .why,
  .cases,
  .process,
  .news,
  .honors,
  .cta,
  .contact {
    height: auto;
  }

  .hero {
    aspect-ratio: auto;
    min-height: clamp(500px, 132vw, 620px);
    background:
      linear-gradient(180deg, rgba(245, 250, 255, 0.99) 0%, rgba(245, 250, 255, 0.96) 44%, rgba(245, 250, 255, 0.52) 72%, rgba(245, 250, 255, 0.1) 100%),
      url("./assets/images/hero-banner.webp") 62% bottom / auto clamp(255px, 72vw, 330px) no-repeat;
  }

  .header-inner {
    height: 56px;
    gap: 16px;
  }

  .main-nav,
  .header-actions {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero-inner {
    min-height: 0;
    padding-bottom: clamp(205px, 56vw, 285px);
  }

  .hero-copy {
    width: 100%;
    padding-top: 30px;
  }

  .hero h1 {
    font-size: 30px;
    line-height: 1.14;
    white-space: normal;
  }

  .hero p {
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
  }

  .hero-buttons {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 45px;
  }

  .primary-button,
  .secondary-button {
    width: 104px;
    height: 44px;
    font-size: 15px;
  }

  .hero-metrics {
    width: min(100%, 360px);
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px auto 0;
    text-align: center;
  }

  .hero-metrics div {
    display: flex;
    min-width: 0;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
  }

  .hero-metrics div + div {
    padding-left: 0;
  }

  .hero-metrics dt {
    font-size: 25px;
  }

  .hero-metrics dd {
    font-size: 12px;
  }

  .partners .container {
    display: block;
    height: auto;
  }

  .partners h2 {
    padding-top: 17px;
  }

  .partner-list,
  .service-grid,
  .why-grid,
  .case-grid,
  .news-grid,
  .cert-grid,
  .process-line,
  .stats-grid,
  .contact-inner,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-rows: none;
    grid-auto-flow: row;
  }

  .why-grid article > div {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .why-card-en {
    margin-bottom: 6px;
    font-size: calc(12px * var(--scale));
  }

  .why-grid p {
    grid-column: 1;
    grid-row: auto;
    padding-left: 0;
    border-left: 0;
    font-size: calc(13px * var(--scale));
    line-height: 1.65;
  }

  .partner-list {
    margin-top: 15px;
    padding-bottom: 20px;
  }

  .partner-track {
    animation-duration: 22s;
  }

  .partner-group {
    gap: 24px;
    padding-right: 24px;
  }

  .services,
  .why,
  .cases,
  .process,
  .news,
  .honors {
    padding: 26px 0;
  }

  .news {
    padding-bottom: 0;
  }

  .honors-heading {
    align-items: flex-start;
    gap: 12px;
  }

  .honors-more {
    font-size: 14px;
  }

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

  .cert-media {
    height: 112px;
    padding: 10px;
  }

  .cert-grid figcaption {
    font-size: 13px;
  }

  .service-card,
  .case-card,
  .news-card {
    height: auto;
  }

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

  .service-card h3,
  .why-grid h3 {
    font-size: calc(18px * var(--scale));
  }

  .service-card ul {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    grid-template-rows: repeat(2, auto);
    column-gap: calc(35px * var(--scale));
    row-gap: calc(5px * var(--scale));
    margin: 0;
    padding-left: calc(16px * var(--scale));
    color: #6a6a6a;
    font-size: calc(13px * var(--scale));
    line-height: 1.45;
  }

  .service-card a {
    font-size: calc(14px * var(--scale));
  }

  .why-grid article {
    height: auto;
    min-height: 118px;
  }

  .process-line::before,
  .process-line::after,
  .process-line article + article::before {
    display: block;
  }

  .process-line {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 18px;
  }

  .process-line::before,
  .process-line::after {
    top: 16px;
    left: 28px;
    right: 28px;
  }

  .process-line::before {
    border-top-width: 1px;
  }

  .process-line::after {
    height: 2px;
  }

  .process-line article + article::before {
    top: 17px;
    width: 6px;
    height: 6px;
  }

  .process-line span {
    width: 34px;
    height: 34px;
    font-size: 14px;
    box-shadow: inset 0 0 0 6px #eef6ff;
  }

  .process-line h3 {
    min-height: 2.5em;
    margin: 7px 0 3px;
    font-size: 10px;
    line-height: 1.25;
  }

  .process-line p {
    font-size: 10px;
    line-height: 1.35;
  }

  .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: auto;
    min-height: 88px;
    gap: 0;
    padding: 18px 0;
  }

  .stats-grid article + article {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
  }

  .stats-grid strong {
    font-size: 24px;
  }

  .stats-grid span {
    margin-top: 6px;
    font-size: 12px;
  }

  .cta-panel {
    height: auto;
    padding-bottom: 100px;
  }

  .cta-panel img {
    width: 100%;
    height: auto;
    opacity: 0.78;
  }

  .project-cta-panel {
    aspect-ratio: auto;
    height: calc(124px * var(--scale));
    min-height: 0;
    padding-bottom: 0;
    background-position: 58% calc(50% + 30px);
    background-size: auto 100%, auto 100%, auto;
  }

  .project-cta-panel > div {
    width: 58%;
    max-width: none;
    padding-top: calc(18px * var(--scale));
    padding-left: calc(18px * var(--scale));
  }

  .project-cta-panel h2 {
    font-size: calc(14px * var(--scale));
    line-height: 1.12;
  }

  .project-cta-panel p {
    margin: calc(6px * var(--scale)) 0 calc(8px * var(--scale));
    font-size: calc(7px * var(--scale));
    line-height: 1.45;
  }

  .project-cta-panel a {
    width: calc(48px * var(--scale));
    height: calc(18px * var(--scale));
    font-size: calc(7px * var(--scale));
  }

  .contact-inner {
    height: auto;
    gap: 18px;
    padding: 24px 0;
  }

  .contact-info {
    height: auto;
    min-height: 0;
    padding: 0;
  }

  .contact-info p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .contact-info strong {
    min-width: 64px;
    font-size: 13px;
  }

  .socials {
    margin-left: 74px;
  }

  .socials i {
    min-width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .qr {
    position: static;
    width: 88px;
    height: 88px;
    margin-top: 8px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .contact-form-head h3 {
    font-size: 20px;
  }

  .contact-form-head p,
  .contact-form span,
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
  }

  .contact-form .wide {
    grid-column: auto;
  }

  .contact-form input,
  .contact-form select {
    min-height: 46px;
  }

  .contact-form textarea {
    min-height: 120px;
  }

  .contact-form button {
    width: 100%;
    min-width: 0;
    height: 46px;
    font-size: 16px;
  }

  .contact-form-actions {
    padding-top: 0;
  }

  .footer-main {
    gap: 20px;
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .footer-brand p {
    max-width: none;
  }

  .footer-nav {
    display: none;
  }

  .footer h3 {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .footer-contact address {
    flex-flow: row wrap;
    gap: 4px 12px;
  }

  .footer-contact address a,
  .footer-contact address span {
    font-size: 13px;
  }

  .footer-qr {
    justify-self: start;
    align-items: flex-start;
  }

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

  .footer-legal {
    flex-wrap: wrap;
  }
}

.page-home .main-nav .nav-home,
.page-services .main-nav .nav-services,
.page-cases .main-nav .nav-cases,
.page-news .main-nav .nav-news,
.page-about .main-nav .nav-about,
.page-contact .main-nav .nav-contact,
.page-home .mobile-menu-panel .nav-home,
.page-services .mobile-menu-panel .nav-services,
.page-cases .mobile-menu-panel .nav-cases,
.page-news .mobile-menu-panel .nav-news,
.page-about .mobile-menu-panel .nav-about,
.page-contact .mobile-menu-panel .nav-contact {
  color: var(--blue);
}

.page-home .mobile-menu-panel .nav-home,
.page-services .mobile-menu-panel .nav-services,
.page-cases .mobile-menu-panel .nav-cases,
.page-news .mobile-menu-panel .nav-news,
.page-about .mobile-menu-panel .nav-about,
.page-contact .mobile-menu-panel .nav-contact {
  background: transparent;
}

.page-home .main-nav .nav-home::after,
.page-services .main-nav .nav-services::after,
.page-cases .main-nav .nav-cases::after,
.page-news .main-nav .nav-news::after,
.page-about .main-nav .nav-about::after,
.page-contact .main-nav .nav-contact::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(22px * var(--scale));
  height: calc(2px * var(--scale));
  background: var(--blue);
  border-radius: calc(2px * var(--scale));
  content: "";
  transform: translateX(-50%);
}

.sub-page {
  background: #fff;
}

.sub-hero {
  min-height: calc(214px * var(--scale));
  overflow: hidden;
  border-bottom: calc(1px * var(--scale)) solid #e8f0fb;
  background:
    linear-gradient(90deg, rgba(244, 249, 255, 0.98) 0%, rgba(244, 249, 255, 0.92) 44%, rgba(244, 249, 255, 0.48) 100%),
    url("./assets/images/hero-banner.webp") center right / contain no-repeat;
}

.sub-hero.sub-hero-services {
  background:
    linear-gradient(90deg, rgba(244, 249, 255, 0.98) 0%, rgba(244, 249, 255, 0.9) 36%, rgba(244, 249, 255, 0.24) 62%, rgba(244, 249, 255, 0) 100%),
    url("./assets/images/page-heroes/services-hero-gpt-image-2.webp?v=20260804-image-opt") center right / contain no-repeat;
}

.sub-hero.sub-hero-cases {
  background:
    linear-gradient(90deg, rgba(244, 249, 255, 0.98) 0%, rgba(244, 249, 255, 0.9) 36%, rgba(244, 249, 255, 0.24) 62%, rgba(244, 249, 255, 0) 100%),
    url("./assets/images/page-heroes/cases-hero-gpt-image-2.webp?v=20260804-image-opt") center right / contain no-repeat;
}

.sub-hero-inner {
  max-width: var(--container);
  padding-top: calc(42px * var(--scale));
  padding-bottom: calc(42px * var(--scale));
}

.sub-hero h1 {
  margin: calc(14px * var(--scale)) 0 calc(12px * var(--scale));
  color: #0a1739;
  font-size: calc(30px * var(--scale));
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.sub-hero p {
  max-width: calc(440px * var(--scale));
  margin: 0;
  color: #203049;
  font-size: calc(10px * var(--scale));
  line-height: 1.9;
  font-weight: 700;
}

.sub-page .hero-buttons {
  margin-top: calc(20px * var(--scale));
}

.sub-page .primary-button,
.sub-page .secondary-button {
  width: auto;
  min-width: calc(92px * var(--scale));
  padding: 0 calc(16px * var(--scale));
}

.page-section {
  padding: calc(32px * var(--scale)) 0;
  background: #fff;
}

.page-section:nth-of-type(even) {
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.align-left {
  text-align: left;
}

.align-left p {
  max-width: calc(360px * var(--scale));
  line-height: 1.8;
}

.two-column {
  display: grid;
  grid-template-columns: calc(340px * var(--scale)) 1fr;
  gap: calc(42px * var(--scale));
  align-items: start;
}

.page-service-grid,
.page-case-grid {
  margin-top: calc(22px * var(--scale));
}

.solution-grid,
.topic-grid,
.contact-channel-grid {
  display: grid;
  gap: calc(16px * var(--scale));
}

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

.solution-grid article,
.topic-grid article,
.contact-channel-grid article {
  border: calc(1px * var(--scale)) solid #dfe8f6;
  border-radius: calc(7px * var(--scale));
  background: #fff;
  box-shadow: 0 calc(8px * var(--scale)) calc(24px * var(--scale)) rgba(25, 86, 164, 0.04);
}

.solution-grid article {
  min-height: calc(94px * var(--scale));
  padding: calc(16px * var(--scale));
}

.solution-grid span {
  display: inline-flex;
  min-width: calc(28px * var(--scale));
  height: calc(18px * var(--scale));
  align-items: center;
  justify-content: center;
  border-radius: calc(999px * var(--scale));
  background: #edf5ff;
  color: var(--blue);
  font-size: calc(8px * var(--scale));
  font-weight: 900;
}

.solution-grid h3,
.topic-grid h3,
.contact-channel-grid h3 {
  margin: calc(10px * var(--scale)) 0 calc(7px * var(--scale));
  color: #1b283e;
  font-size: calc(11px * var(--scale));
  line-height: 1.25;
  font-weight: 900;
}

.solution-grid p,
.topic-grid p,
.contact-channel-grid p,
.about-copy p {
  margin: 0;
  color: #5a6678;
  font-size: calc(8px * var(--scale));
  line-height: 1.75;
  font-weight: 700;
}

.page-process {
  min-height: 0;
  padding: calc(34px * var(--scale)) 0 calc(38px * var(--scale));
  background: #fff;
}

.page-stats {
  margin: 0;
}

.news-topics,
.contact-channels {
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.page-news-section {
  margin: 0;
  padding: calc(32px * var(--scale)) 0 calc(36px * var(--scale));
  background: linear-gradient(180deg, #f8fbff 0%, #fff 42%, #fff 100%);
}

.page-news-section .news-heading {
  padding-top: 0;
}

.news-list-cards {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: calc(14px * var(--scale));
  margin-top: calc(18px * var(--scale));
}

.news-list-card {
  display: grid;
  grid-template-columns: calc(188px * var(--scale)) minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  align-items: stretch;
  border: calc(1px * var(--scale)) solid #dfe8f6;
  border-radius: calc(8px * var(--scale));
  background: #fff;
  box-shadow: 0 calc(10px * var(--scale)) calc(28px * var(--scale)) rgba(25, 86, 164, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.news-list-card-thumb {
  display: block;
  min-height: calc(126px * var(--scale));
  overflow: hidden;
  background: #edf5ff;
}

.news-list-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.news-list-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: calc(16px * var(--scale)) calc(18px * var(--scale));
}

.news-list-card-meta {
  display: inline-flex;
  align-items: center;
  gap: calc(8px * var(--scale));
  color: #5f6f86;
  font-size: calc(7px * var(--scale));
  font-weight: 800;
}

.news-list-card-meta span {
  display: inline-flex;
  min-height: calc(18px * var(--scale));
  align-items: center;
  padding: 0 calc(8px * var(--scale));
  border-radius: calc(999px * var(--scale));
  background: #edf5ff;
  color: var(--blue);
}

.news-list-card-meta time {
  white-space: nowrap;
}

.news-list-card h3 {
  margin: calc(9px * var(--scale)) 0 calc(7px * var(--scale));
  color: #142036;
  font-size: calc(13px * var(--scale));
  line-height: 1.35;
  font-weight: 900;
}

.news-list-card h3 a {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-list-card p {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  color: #5c697c;
  font-size: calc(8px * var(--scale));
  line-height: 1.75;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-list-card-more {
  display: inline-flex;
  width: max-content;
  min-height: calc(22px * var(--scale));
  align-items: center;
  margin-top: auto;
  padding-top: calc(10px * var(--scale));
  color: var(--blue);
  font-size: calc(8px * var(--scale));
  font-weight: 900;
}

.news-list-card-more::after {
  content: " →";
}

.news-list-card:hover,
.news-list-card:focus-within {
  border-color: rgba(6, 92, 248, 0.28);
  box-shadow: 0 calc(14px * var(--scale)) calc(34px * var(--scale)) rgba(25, 86, 164, 0.09);
  transform: translateY(calc(-1px * var(--scale)));
}

.news-list-card-thumb:hover img,
.news-list-card-thumb:focus-visible img {
  transform: scale(1.035);
}

.news-list-card a:hover,
.news-list-card a:focus-visible {
  color: var(--blue);
}

.news-list-card a:focus-visible,
.news-pagination a:focus-visible {
  outline: calc(2px * var(--scale)) solid rgba(6, 92, 248, 0.32);
  outline-offset: calc(2px * var(--scale));
}

.news-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(8px * var(--scale));
  margin-top: calc(22px * var(--scale));
}

.news-pagination a,
.news-pagination span {
  display: inline-flex;
  min-width: calc(30px * var(--scale));
  min-height: calc(24px * var(--scale));
  align-items: center;
  justify-content: center;
  padding: 0 calc(10px * var(--scale));
  border: calc(1px * var(--scale)) solid #dce8f7;
  border-radius: calc(999px * var(--scale));
  background: #fff;
  color: #53647b;
  font-size: calc(7px * var(--scale));
  font-weight: 800;
}

.news-pagination a:hover,
.news-pagination a:focus-visible,
.news-pagination .page-num-current {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.news-empty {
  margin-top: calc(22px * var(--scale));
  padding: calc(28px * var(--scale));
  border: calc(1px * var(--scale)) solid #dfe8f6;
  border-radius: calc(8px * var(--scale));
  background: #fff;
  color: #5c697c;
  text-align: center;
  font-size: calc(9px * var(--scale));
  font-weight: 800;
}

.topic-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: calc(22px * var(--scale));
}

.topic-grid article {
  overflow: hidden;
}

.topic-grid img {
  width: 100%;
  height: calc(108px * var(--scale));
  object-fit: cover;
  background: #edf5ff;
}

.topic-grid h3,
.topic-grid p {
  margin-left: calc(14px * var(--scale));
  margin-right: calc(14px * var(--scale));
}

.topic-grid p {
  margin-bottom: calc(16px * var(--scale));
}

.about-copy {
  padding: calc(18px * var(--scale)) calc(22px * var(--scale));
  border-left: calc(3px * var(--scale)) solid var(--blue);
  background: #f8fbff;
}

.about-copy p + p {
  margin-top: calc(12px * var(--scale));
}

.page-why,
.page-honors {
  height: auto;
  min-height: 0;
  margin: 0;
}

.page-why {
  padding: calc(34px * var(--scale)) 0;
  background: #fff;
}

.page-honors {
  padding: calc(34px * var(--scale)) 0 calc(40px * var(--scale));
}

.page-honors .cert-grid {
  grid-column: 1 / -1;
}

.page-contact-section {
  min-height: 0;
  margin: 0;
  padding: calc(34px * var(--scale)) 0;
}

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

.contact-channel-grid article {
  min-height: calc(112px * var(--scale));
  padding: calc(18px * var(--scale));
}

.contact-channel-grid h3 {
  margin-top: 0;
}

.contact-channel-grid a,
.contact-channel-grid span {
  display: block;
  margin-top: calc(12px * var(--scale));
  color: var(--blue);
  font-size: calc(8px * var(--scale));
  line-height: 1.55;
  font-weight: 900;
}

.news-center-main {
  background: #f5f7fb;
  color: #111827;
}

.news-center-main a,
.news-center-main button {
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.news-center-hero {
  min-height: calc(240px * var(--scale));
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(2, 34, 104, 0.32) 0%, rgba(7, 92, 245, 0.08) 45%, rgba(7, 92, 245, 0) 100%), url("./assets/images/page-heroes/news-hero-gpt-image-2.webp?v=20260804-image-opt") -90px / cover no-repeat;
  background-color: #075cf5;
  color: #fff;
}

.news-center-hero.services-hero {
  background: url("./assets/images/page-heroes/services-hero-gpt-image-2.webp?v=20260804-image-opt") center right / cover no-repeat;
  background-color: #fff;
  color: #000;
}

.news-center-hero.cases-hero {
  background: url("./assets/images/page-heroes/cases-hero-gpt-image-2.webp?v=20260804-image-opt") 0 0 / cover no-repeat;
  background-color: #fff;
  color: #000;
}

.news-center-hero.services-hero .news-center-hero-inner,
.news-center-hero.cases-hero .news-center-hero-inner,
.news-center-hero.services-hero h1,
.news-center-hero.services-hero p,
.news-center-hero.cases-hero h1,
.news-center-hero.cases-hero p {
  color: #000;
}

.news-center-hero.services-hero .primary-button,
.news-center-hero.services-hero .secondary-button,
.news-center-hero.cases-hero .primary-button,
.news-center-hero.cases-hero .secondary-button {
  border-color: var(--blue);
  color: var(--blue);
}

.news-center-hero.contact-hero {
  background:
    linear-gradient(90deg, rgba(2, 24, 67, 0.86) 0%, rgba(7, 92, 245, 0.48) 46%, rgba(7, 92, 245, 0.16) 100%),
    url("./assets/images/contact-hero-bg.webp?v=20260804-image-opt") center right / cover no-repeat;
  background-color: #075cf5;
}

.news-center-hero-inner,
.news-center-container {
  width: min(1132px, calc(100% - 124px));
  max-width: 1132px;
  margin: 0 auto;
}

.news-center-hero-inner {
  padding-top: 0;
}

.news-center-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0;
}

.news-center-hero p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.news-center-hero.services-hero p,
.news-center-hero.cases-hero p {
  font-weight: 400;
}

.news-center-hero .hero-buttons {
  margin-top: 24px;
}

.news-center-hero .primary-button,
.news-center-hero .secondary-button {
  height: auto;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.76);
}

.news-center-hero .primary-button {
  background: #fff;
  color: #075cf5;
  box-shadow: 0 12px 28px rgba(0, 24, 72, 0.22);
}

.news-center-hero .secondary-button {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.news-center-hero .primary-button:hover,
.news-center-hero .secondary-button:hover {
  transform: translateY(-1px);
}

.news-center-hero .primary-button:hover {
  box-shadow: 0 16px 34px rgba(0, 24, 72, 0.26);
}

.news-center-hero .secondary-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.news-center-content {
  min-height: 830px;
  padding: 34px 0 20px;
  background:
    radial-gradient(circle at 24% 12%, rgba(255, 255, 255, 0.86) 0, rgba(255, 255, 255, 0) 32%),
    #f6f8fc;
}

.news-center-grid {
  display: grid;
  grid-template-columns: minmax(0, 774px) 337px;
  gap: 20px;
  align-items: start;
}

.news-center-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 774px) 337px;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.news-center-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.news-center-tabs a {
  display: inline-flex;
  min-width: 88px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #e5e9f1;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px rgba(17, 24, 39, 0.025);
  color: #5f6b7a;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

.news-center-tabs a.active,
.news-center-tabs a:hover,
.news-center-tabs a:focus-visible {
  border-color: #0b66f6;
  background: #0b66f6;
  box-shadow: 0 8px 18px rgba(11, 102, 246, 0.22);
  color: #fff;
}

.news-center-tabs a.active {
  min-width: 64px;
}

.news-main-list {
  min-width: 0;
}

.news-feature-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  height: 160px;
  min-height: 0;
  overflow: hidden;
  padding: 12px 20px 12px 14px;
  border: 1px solid #edf1f7;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(19, 37, 68, 0.045);
}

.news-feature-card + .news-feature-card {
  margin-top: 10px;
}

.news-feature-card:hover,
.news-feature-card:focus-within {
  border-color: rgba(11, 102, 246, 0.28);
  box-shadow: 0 16px 34px rgba(19, 37, 68, 0.075);
  transform: translateY(-1px);
}

.news-feature-thumb {
  display: block;
  width: 220px;
  height: 134px;
  overflow: hidden;
  border-radius: 4px;
  background: #071b49;
}

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

.news-feature-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2px;
}

.news-feature-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  color: #718096;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.news-feature-meta time {
  position: relative;
  padding-left: 18px;
  white-space: nowrap;
}

.news-feature-meta time::before,
.news-feature-meta time::after {
  position: absolute;
  content: "";
}

.news-feature-meta time::before {
  left: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  border: 1.5px solid #99a7b8;
  border-radius: 50%;
  transform: translateY(-50%);
}

.news-feature-meta time::after {
  left: 5px;
  top: 4px;
  width: 4px;
  height: 5px;
  border-left: 1.5px solid #99a7b8;
  border-bottom: 1.5px solid #99a7b8;
}

.news-feature-meta span {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  padding: 0 7px;
  border-radius: 3px;
  background: #f0f3f7;
  color: #718096;
}

.news-feature-card h2 {
  display: -webkit-box;
  overflow: hidden;
  margin: 9px 0 7px;
  color: #161d2a;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 800;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-feature-card h2 a:hover,
.news-feature-card h2 a:focus-visible,
.hot-news a:hover strong,
.hot-news a:focus-visible strong {
  color: #0b66f6;
}

.news-feature-card p {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.58;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-read-more {
  display: inline-flex;
  min-width: 86px;
  height: 28px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: auto;
  padding: 0 12px;
  border: 1px solid #0b66f6;
  border-radius: 4px;
  background: #fff;
  color: #0b66f6;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.news-read-more::after {
  content: "→";
  font-size: 15px;
  line-height: 1;
}

.news-read-more:hover,
.news-read-more:focus-visible {
  background: #0b66f6;
  color: #fff;
}

.news-sidebar {
  min-width: 0;
  padding-top: 0;
}

.news-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 6px;
  width: 100%;
}

.news-search input,
.news-subscribe input {
  width: 100%;
  min-width: 0;
  border: 1px solid #edf1f7;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  color: #202938;
  outline: 0;
}

.news-search input {
  height: 36px;
  padding: 0 14px;
  box-shadow: 0 8px 22px rgba(19, 37, 68, 0.04);
  font-size: 12px;
  font-weight: 600;
}

.news-search input::placeholder,
.news-subscribe input::placeholder {
  color: #b4bdca;
}

.news-search input:focus,
.news-subscribe input:focus {
  border-color: rgba(11, 102, 246, 0.5);
  box-shadow: 0 0 0 3px rgba(11, 102, 246, 0.12);
}

.news-search button {
  position: relative;
  display: inline-flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 5px;
  background: #0b66f6;
  box-shadow: 0 8px 18px rgba(11, 102, 246, 0.22);
  cursor: pointer;
}

.news-search button:hover,
.news-search button:focus-visible,
.news-subscribe button:hover,
.news-subscribe button:focus-visible {
  background: #0057df;
}

.news-search-icon {
  position: relative;
  width: 17px;
  height: 17px;
}

.news-search-icon::before,
.news-search-icon::after {
  position: absolute;
  content: "";
}

.news-search-icon::before {
  left: 1px;
  top: 1px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.news-search-icon::after {
  right: 1px;
  bottom: 1px;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: center;
}

.news-side-card {
  border: 1px solid #edf1f7;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(19, 37, 68, 0.045);
}

.hot-news {
  margin-top: 0;
  padding: 18px 17px 18px;
}

.news-side-card h2 {
  margin: 0;
  color: #111827;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0;
}

.hot-news ol {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hot-news li {
  min-width: 0;
}

.hot-news a {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  min-height: 60px;
  padding-left: 15px;
}

.hot-news img {
  width: 92px;
  height: 60px;
  border-radius: 4px;
  object-fit: cover;
  background: #071b49;
}

.hot-rank {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #166df6;
  box-shadow: 0 6px 14px rgba(11, 102, 246, 0.18);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.hot-news li:nth-child(n + 4) .hot-rank {
  background: #9aa6b2;
  box-shadow: none;
}

.hot-news-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.hot-news-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: #2d3748;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hot-news-copy time {
  color: #7a8797;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}

.news-subscribe,
.news-keyword-cloud {
  margin-top: 16px;
  padding: 18px 17px 19px;
}

.news-subscribe p {
  margin: 11px 0 17px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.news-subscribe form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px;
  gap: 8px;
}

.news-subscribe input {
  height: 34px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
}

.news-subscribe button {
  height: 34px;
  border: 0;
  border-radius: 4px;
  background: #0b66f6;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}

.keyword-cloud a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #dbe7fb;
  border-radius: 999px;
  background: #f7fbff;
  color: #46617f;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.keyword-cloud a:nth-child(3n + 1) {
  border-color: rgba(11, 102, 246, 0.2);
  background: rgba(11, 102, 246, 0.08);
  color: #0b66f6;
  font-size: 14px;
}

.keyword-cloud a:nth-child(4n) {
  background: #eef8ff;
  color: #0f77b8;
}

.keyword-cloud a:hover,
.keyword-cloud a:focus-visible {
  border-color: #0b66f6;
  background: #0b66f6;
  color: #fff;
}

.news-center-pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

.news-center-pagination a,
.news-center-pagination span {
  display: inline-flex;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #f0f3f7;
  color: #4b5563;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.news-center-pagination a.active,
.news-center-pagination .page-num-current,
.news-center-pagination a:hover,
.news-center-pagination a:focus-visible {
  background: #0b66f6;
  box-shadow: 0 8px 16px rgba(11, 102, 246, 0.2);
  color: #fff;
}

.news-center-pagination .next {
  font-size: 22px;
  font-weight: 500;
}

.news-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.news-center-main a:focus-visible,
.news-center-main button:focus-visible,
.news-center-main input:focus-visible {
  outline: 2px solid rgba(11, 102, 246, 0.42);
  outline-offset: 2px;
}

@media (max-width: 1180px) {
  .news-center-hero-inner,
  .news-center-container {
    width: min(100% - 48px, 1000px);
  }

  .news-center-toolbar,
  .news-center-grid {
    grid-template-columns: minmax(0, 1fr) 320px;
  }
}

@media (max-width: 920px) {
  .news-center-hero-inner,
  .news-center-container {
    width: min(100% - 32px, 720px);
  }

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

  .news-center-toolbar {
    grid-template-columns: 1fr;
  }

  .page-news .footer-main {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-news .footer-brand p {
    max-width: none;
  }

  .page-news .footer-qr {
    align-items: flex-start;
    justify-self: start;
  }

  .news-sidebar {
    padding-top: 0;
  }

  .hot-news {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .news-center-hero {
    min-height: calc(240px * var(--scale));
    background-position: left center, left center;
  }

  .news-center-hero h1 {
    font-size: 28px;
  }

  .news-center-hero p {
    font-size: 14px;
  }

  .news-center-content {
    padding: 24px 0 40px;
  }

  .news-center-tabs {
    gap: 10px;
  }

  .news-center-tabs a {
    min-width: 0;
    height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .news-feature-card {
    grid-template-columns: 1fr;
    gap: 12px;
    height: auto;
    padding: 12px;
  }

  .news-feature-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .news-feature-card h2 {
    font-size: 16px;
  }

  .news-center-pagination {
    flex-wrap: wrap;
    gap: 10px;
  }

  .hot-news a {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .hot-news img {
    width: 86px;
  }
}

.sub-page .footer {
  margin-top: 0;
}

@media (max-width: 760px) {
  .sub-hero {
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(244, 249, 255, 0.98) 0%, rgba(244, 249, 255, 0.9) 100%),
      url("./assets/images/hero-banner.webp") bottom right / 92% auto no-repeat;
  }

  .sub-hero.sub-hero-services {
    background:
      linear-gradient(180deg, rgba(244, 249, 255, 0.98) 0%, rgba(244, 249, 255, 0.9) 100%),
      url("./assets/images/page-heroes/services-hero-gpt-image-2.webp?v=20260804-image-opt") bottom right / 92% auto no-repeat;
  }

  .sub-hero.sub-hero-cases {
    background:
      linear-gradient(180deg, rgba(244, 249, 255, 0.98) 0%, rgba(244, 249, 255, 0.9) 100%),
      url("./assets/images/page-heroes/cases-hero-gpt-image-2.webp?v=20260804-image-opt") bottom right / 92% auto no-repeat;
  }

  .sub-hero-inner {
    max-width: none;
    padding-top: 34px;
    padding-bottom: 140px;
  }

  .sub-hero h1 {
    font-size: 34px;
    white-space: normal;
  }

  .sub-hero p,
  .align-left p {
    max-width: none;
  }

  .sub-page .primary-button,
  .sub-page .secondary-button {
    min-width: 0;
    width: auto;
  }

  .page-section,
  .page-process,
  .page-why,
  .page-honors,
  .page-news-section,
  .page-contact-section {
    padding: 28px 0;
  }

  .two-column,
  .solution-grid,
  .topic-grid,
  .contact-channel-grid {
    grid-template-columns: 1fr;
  }

  .two-column {
    gap: 20px;
  }

  .align-left {
    text-align: center;
  }

  .solution-grid article,
  .topic-grid article,
  .contact-channel-grid article {
    min-height: 0;
  }

  .topic-grid img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .about-copy {
    border-left: 0;
    border-top: 3px solid var(--blue);
  }

  .news-list-cards {
    gap: 14px;
    margin-top: 18px;
  }

  .news-list-card {
    grid-template-columns: 1fr;
    border-radius: 8px;
    box-shadow: none;
  }

  .news-list-card-thumb {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .news-list-card-body {
    padding: 16px;
  }

  .news-list-card-meta {
    gap: 8px;
    font-size: 12px;
  }

  .news-list-card-meta span {
    min-height: 28px;
    padding: 0 10px;
  }

  .news-list-card h3 {
    margin: 10px 0 8px;
    font-size: 18px;
  }

  .news-list-card p {
    font-size: 14px;
  }

  .news-list-card-more {
    min-height: 34px;
    padding-top: 10px;
    font-size: 14px;
  }

  .news-pagination {
    gap: 8px;
    margin-top: 20px;
  }

  .news-pagination a,
  .news-pagination span {
    min-width: 38px;
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .news-empty {
    padding: 24px 16px;
    font-size: 14px;
  }
}

/* About page */
.page-about {
  background: #fff;
}

.about-page {
  overflow: hidden;
  background: #fff;
  color: var(--text);
}

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

.about-hero {
  position: relative;
  min-height: calc(396px * var(--scale));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(1, 13, 36, 0.9) 0%, rgba(2, 20, 52, 0.7) 34%, rgba(2, 40, 84, 0.2) 66%, rgba(2, 40, 84, 0.04) 100%),
    url("./assets/images/about-hero-bg.webp?v=20260804-image-opt") center right / cover no-repeat,
    linear-gradient(135deg, #021538 0%, #06346f 56%, #0e73d3 100%);
}

.about-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 22%, rgba(63, 183, 255, 0.2), transparent 30%),
    repeating-linear-gradient(90deg, rgba(125, 194, 255, 0.07) 0 1px, transparent 1px calc(88px * var(--scale)));
  content: "";
  opacity: 0.38;
}

.about-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 15, 43, 0.26) 0%, rgba(2, 15, 43, 0.08) 44%, transparent 78%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0, transparent 38%);
  content: "";
}

.about-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(125, 194, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 194, 255, 0.08) 1px, transparent 1px);
  background-size: calc(44px * var(--scale)) calc(44px * var(--scale));
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
  opacity: 0.2;
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  min-height: calc(396px * var(--scale));
  padding-top: calc(58px * var(--scale));
  padding-bottom: calc(96px * var(--scale));
}

.about-hero-copy {
  position: relative;
  z-index: 3;
  max-width: calc(540px * var(--scale));
}

.about-hero-slogan {
  width: min(calc(520px * var(--scale)), 100%);
  height: auto;
  filter: drop-shadow(0 calc(16px * var(--scale)) calc(24px * var(--scale)) rgba(0, 13, 36, 0.4));
}

.about-hero-visual {
  display: none;
}

.about-building {
  position: absolute;
  bottom: 0;
  border: calc(1px * var(--scale)) solid rgba(144, 207, 255, 0.42);
  background:
    linear-gradient(115deg, rgba(13, 85, 169, 0.8), rgba(30, 136, 246, 0.18) 48%, rgba(191, 230, 255, 0.25) 100%),
    repeating-linear-gradient(0deg, rgba(209, 235, 255, 0.12) 0 calc(1px * var(--scale)), transparent calc(1px * var(--scale)) calc(26px * var(--scale))),
    repeating-linear-gradient(90deg, rgba(209, 235, 255, 0.16) 0 calc(1px * var(--scale)), transparent calc(1px * var(--scale)) calc(34px * var(--scale)));
  box-shadow:
    inset 0 0 calc(28px * var(--scale)) rgba(147, 211, 255, 0.18),
    0 calc(24px * var(--scale)) calc(54px * var(--scale)) rgba(0, 0, 0, 0.38);
  transform-origin: bottom center;
}

.about-building-main {
  right: calc(94px * var(--scale));
  width: calc(290px * var(--scale));
  height: calc(256px * var(--scale));
  border-radius: calc(2px * var(--scale)) calc(28px * var(--scale)) calc(4px * var(--scale)) calc(3px * var(--scale));
  transform: rotateY(-18deg) skewY(-8deg);
}

.about-building-back {
  right: calc(288px * var(--scale));
  width: calc(214px * var(--scale));
  height: calc(188px * var(--scale));
  opacity: 0.76;
  transform: rotateY(20deg) skewY(10deg);
}

.about-building-logo {
  position: absolute;
  top: calc(32px * var(--scale));
  right: calc(28px * var(--scale));
  color: #f4fbff;
  font-size: calc(10px * var(--scale));
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 calc(2px * var(--scale)) calc(10px * var(--scale)) rgba(0, 0, 0, 0.36);
}

.about-building-ledge {
  position: absolute;
  left: calc(42px * var(--scale));
  height: calc(2px * var(--scale));
  border-radius: calc(999px * var(--scale));
  background: rgba(187, 228, 255, 0.52);
  box-shadow: 0 0 calc(16px * var(--scale)) rgba(82, 177, 255, 0.5);
}

.ledge-one {
  top: calc(101px * var(--scale));
  width: calc(160px * var(--scale));
}

.ledge-two {
  top: calc(172px * var(--scale));
  width: calc(202px * var(--scale));
}

.about-stat-panel {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: calc(30px * var(--scale));
  display: grid;
  width: min(calc(1080px * var(--scale)), calc(100% - calc(36px * var(--scale))));
  min-height: calc(72px * var(--scale));
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: calc(1px * var(--scale)) solid rgba(144, 202, 255, 0.2);
  border-radius: calc(8px * var(--scale));
  box-shadow: 0 calc(22px * var(--scale)) calc(48px * var(--scale)) rgba(0, 8, 28, 0.32);
  backdrop-filter: blur(calc(16px * var(--scale)));
  transform: translateX(-50%);
}

.about-stat-panel article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-stat-panel article + article {
  border-left: calc(1px * var(--scale)) solid rgba(197, 225, 255, 0.13);
}

.about-stat-panel strong {
  display: block;
  color: #fff;
  font-size: calc(22px * var(--scale));
  line-height: 1;
  font-weight: 900;
}

.about-stat-panel span {
  display: block;
  margin-top: calc(7px * var(--scale));
  color: rgba(226, 241, 255, 0.76);
  font-size: calc(8px * var(--scale));
  line-height: 1.35;
  font-weight: 800;
}

.about-profile,
.about-growth,
.about-honors {
  position: relative;
}

.about-profile {
  padding: calc(46px * var(--scale)) 0 calc(44px * var(--scale));
  background:
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  color: var(--text);
}

.about-profile-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: calc(20px * var(--scale));
  padding-bottom: calc(18px * var(--scale));
  border-bottom: calc(1px * var(--scale)) solid #dfe8f6;
}

.about-profile-heading h2 {
  margin: 0;
  color: #0a1739;
  font-size: calc(22px * var(--scale));
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.about-profile-heading span {
  color: rgba(6, 92, 248, 0.16);
  font-size: calc(20px * var(--scale));
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
}

.about-profile-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) calc(310px * var(--scale));
  gap: calc(42px * var(--scale));
  align-items: start;
  margin-top: calc(28px * var(--scale));
}

.about-profile-content {
  position: relative;
  min-width: 0;
  padding-left: calc(18px * var(--scale));
}

.about-profile-content::before {
  position: absolute;
  top: calc(6px * var(--scale));
  bottom: calc(6px * var(--scale));
  left: 0;
  width: calc(3px * var(--scale));
  border-radius: calc(999px * var(--scale));
  background: linear-gradient(180deg, var(--blue), rgba(6, 92, 248, 0.16));
  content: "";
}

.about-profile-text,
.about-profile-text * {
  color: #33445f !important;
  font-family: inherit !important;
  font-size: calc(9px * var(--scale)) !important;
  line-height: 2 !important;
  background: transparent !important;
}

.about-profile-text p {
  margin: 0 0 calc(12px * var(--scale)) !important;
}

.about-profile-text p:last-child {
  margin-bottom: 0 !important;
}

.about-profile-text strong {
  color: #0a1739 !important;
  font-weight: 900 !important;
}

.about-profile-text img {
  height: auto;
  max-width: 100%;
  border-radius: calc(6px * var(--scale));
}

.about-profile-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(8px * var(--scale));
  align-items: center;
  justify-items: center;
  min-width: 0;
  padding: calc(6px * var(--scale)) 0;
}

.about-profile-highlights article {
  --bubble-size: calc(116px * var(--scale));
  --float-duration: 5.8s;
  --float-x: calc(4px * var(--scale));
  --float-y: calc(-6px * var(--scale));
  --float-x-mid: calc(-2px * var(--scale));
  --float-y-mid: calc(-3px * var(--scale));
  position: relative;
  display: flex;
  width: var(--bubble-size);
  aspect-ratio: 1;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(15px * var(--scale));
  overflow: hidden;
  border: calc(1px * var(--scale)) solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.48), transparent 30%),
    linear-gradient(135deg, #0668ff 0%, #12c5ff 100%);
  animation: about-highlight-float var(--float-duration) cubic-bezier(0.45, 0, 0.25, 1) infinite;
  box-shadow:
    inset 0 calc(1px * var(--scale)) calc(14px * var(--scale)) rgba(255, 255, 255, 0.24),
    0 calc(16px * var(--scale)) calc(34px * var(--scale)) rgba(6, 92, 248, 0.18);
  text-align: center;
  will-change: transform;
}

.about-profile-highlights article:nth-child(1) {
  --bubble-size: calc(128px * var(--scale));
  --float-duration: 6.4s;
  --float-x: calc(5px * var(--scale));
  --float-y: calc(-7px * var(--scale));
  --float-x-mid: calc(-3px * var(--scale));
  --float-y-mid: calc(-3px * var(--scale));
  justify-self: start;
}

.about-profile-highlights article:nth-child(2) {
  --bubble-size: calc(104px * var(--scale));
  --float-duration: 5.6s;
  --float-x: calc(-6px * var(--scale));
  --float-y: calc(-5px * var(--scale));
  --float-x-mid: calc(4px * var(--scale));
  --float-y-mid: calc(-2px * var(--scale));
  justify-self: end;
  margin-right: calc(50px * var(--scale));
  margin-top: calc(0px * var(--scale));
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.5), transparent 30%),
    linear-gradient(135deg, #7c3aed 0%, #f472b6 100%);
  box-shadow:
    inset 0 calc(1px * var(--scale)) calc(14px * var(--scale)) rgba(255, 255, 255, 0.24),
    0 calc(16px * var(--scale)) calc(34px * var(--scale)) rgba(124, 58, 237, 0.18);
  animation-delay: -1.2s;
}

.about-profile-highlights article:nth-child(3) {
  --bubble-size: calc(110px * var(--scale));
  --float-duration: 6.1s;
  --float-x: calc(7px * var(--scale));
  --float-y: calc(-4px * var(--scale));
  --float-x-mid: calc(2px * var(--scale));
  --float-y-mid: calc(3px * var(--scale));
  margin-top: calc(-12px * var(--scale));
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.48), transparent 30%),
    linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
  box-shadow:
    inset 0 calc(1px * var(--scale)) calc(14px * var(--scale)) rgba(255, 255, 255, 0.24),
    0 calc(16px * var(--scale)) calc(34px * var(--scale)) rgba(245, 158, 11, 0.18);
  animation-delay: -2.4s;
}

.about-profile-highlights article:nth-child(4) {
  --bubble-size: calc(136px * var(--scale));
  --float-duration: 7s;
  --float-x: calc(-4px * var(--scale));
  --float-y: calc(-8px * var(--scale));
  --float-x-mid: calc(-7px * var(--scale));
  --float-y-mid: calc(-2px * var(--scale));
  justify-self: end;
  margin-top: calc(-10px * var(--scale));
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.46), transparent 30%),
    linear-gradient(135deg, #0f9f6e 0%, #0ea5e9 100%);
  box-shadow:
    inset 0 calc(1px * var(--scale)) calc(14px * var(--scale)) rgba(255, 255, 255, 0.24),
    0 calc(16px * var(--scale)) calc(34px * var(--scale)) rgba(15, 159, 110, 0.18);
  animation-delay: -3.6s;
}

.about-profile-highlights article::after {
  position: absolute;
  right: 10%;
  bottom: 10%;
  width: 34%;
  height: 30%;
  border: calc(1px * var(--scale)) solid rgba(255, 255, 255, 0.26);
  border-radius: 58% 42% 52% 48% / 46% 60% 40% 54%;
  background: rgba(255, 255, 255, 0.12);
  content: "";
  transform: rotate(-12deg);
  transform-origin: center;
}

.about-profile-highlights article:nth-child(1)::after {
  right: 9%;
  bottom: 11%;
  width: 36%;
  height: 27%;
  border-radius: 68% 32% 58% 42% / 48% 66% 34% 52%;
  transform: rotate(-18deg);
}

.about-profile-highlights article:nth-child(2)::after {
  right: 12%;
  bottom: 8%;
  width: 38%;
  height: 24%;
  border-radius: 72% 28% 62% 38% / 62% 50% 50% 38%;
  transform: rotate(18deg);
}

.about-profile-highlights article:nth-child(3)::after {
  right: 8%;
  bottom: 12%;
  width: 28%;
  height: 39%;
  border-radius: 44% 56% 46% 54% / 62% 34% 66% 38%;
  transform: rotate(28deg);
}

.about-profile-highlights article:nth-child(4)::after {
  right: 13%;
  bottom: 9%;
  width: 33%;
  height: 29%;
  border-radius: 42% 58% 35% 65% / 44% 40% 60% 56%;
  transform: rotate(-34deg);
}

.about-profile-highlights strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  font-size: calc(16px * var(--scale));
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 calc(2px * var(--scale)) calc(8px * var(--scale)) rgba(0, 20, 70, 0.22);
}

.about-profile-highlights span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: calc(8px * var(--scale));
  max-width: 7em;
  color: rgba(255, 255, 255, 0.88);
  font-size: calc(8px * var(--scale));
  line-height: 1.45;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.about-profile .about-belief-grid {
  margin-top: calc(32px * var(--scale));
}

@keyframes about-highlight-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  36% {
    transform: translate3d(var(--float-x-mid), var(--float-y-mid), 0);
  }

  72% {
    transform: translate3d(var(--float-x), var(--float-y), 0);
  }
}

.about-growth {
  padding: calc(42px * var(--scale)) 0 calc(48px * var(--scale));
  background: #fff;
  color: var(--text);
}

.about-belief-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(22px * var(--scale));
}

.about-belief-grid article {
  display: grid;
  grid-template-columns: calc(44px * var(--scale)) minmax(0, 1fr);
  gap: calc(14px * var(--scale));
  min-height: calc(88px * var(--scale));
  padding: calc(18px * var(--scale));
  border: calc(1px * var(--scale)) solid #dfe8f6;
  border-radius: calc(8px * var(--scale));
  background: #fff;
  box-shadow: 0 calc(10px * var(--scale)) calc(28px * var(--scale)) rgba(25, 86, 164, 0.05);
}

.about-belief-icon {
  display: inline-flex;
  width: calc(38px * var(--scale));
  height: calc(38px * var(--scale));
  align-items: center;
  justify-content: center;
  border-radius: calc(10px * var(--scale));
  background: linear-gradient(180deg, #1f85ff, #075be1);
  box-shadow: 0 calc(10px * var(--scale)) calc(22px * var(--scale)) rgba(11, 105, 241, 0.32);
}

.about-belief-icon svg {
  width: calc(21px * var(--scale));
  height: calc(21px * var(--scale));
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.about-belief-grid h2 {
  margin: 0 0 calc(9px * var(--scale));
  color: #0a1739;
  font-size: calc(11px * var(--scale));
  line-height: 1.2;
  font-weight: 900;
}

.about-belief-grid p {
  margin: 0;
  color: #53647b;
  font-size: calc(7px * var(--scale));
  line-height: 1.85;
  font-weight: 700;
}

.about-growth-history {
  margin-top: calc(36px * var(--scale));
}

.about-growth-history h2,
.about-honors h2 {
  margin: 0;
  font-size: calc(15px * var(--scale));
  line-height: 1.2;
  font-weight: 900;
}

.about-growth-history h2 {
  color: #0a1739;
}

.about-honors h2 {
  color: #fff;
}

.about-honors-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(18px * var(--scale));
}

.about-honors-heading > a {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  gap: calc(5px * var(--scale));
  color: #d7e8ff;
  font-size: calc(8px * var(--scale));
  line-height: 1.4;
  font-weight: 900;
}

.about-honors-heading > a span {
  font-size: 1.2em;
  transition: transform 0.2s ease;
}

.about-honors-heading > a:hover span {
  transform: translateX(calc(2px * var(--scale)));
}

.about-honors-heading > a:focus-visible,
.about-honor-card:focus-visible {
  outline: calc(2px * var(--scale)) solid #73b4ff;
  outline-offset: calc(3px * var(--scale));
}

.about-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: calc(18px * var(--scale));
  margin-top: calc(34px * var(--scale));
}

.about-timeline::before {
  position: absolute;
  top: calc(18px * var(--scale));
  left: calc(28px * var(--scale));
  right: calc(28px * var(--scale));
  height: calc(2px * var(--scale));
  background: linear-gradient(90deg, #065cf8 0%, rgba(6, 92, 248, 0.18) 100%);
  content: "";
}

.about-timeline article {
  position: relative;
  min-width: 0;
  padding-top: calc(42px * var(--scale));
  text-align: center;
}

.about-timeline span {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  width: calc(36px * var(--scale));
  height: calc(36px * var(--scale));
  align-items: center;
  justify-content: center;
  border: calc(2px * var(--scale)) solid rgba(6, 92, 248, 0.22);
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-size: calc(8px * var(--scale));
  font-weight: 900;
  box-shadow: 0 0 0 calc(7px * var(--scale)) rgba(6, 92, 248, 0.08);
  transform: translateX(-50%);
}

.about-timeline strong {
  display: block;
  color: var(--blue);
  font-size: calc(12px * var(--scale));
  line-height: 1;
  font-weight: 900;
}

.about-timeline h3 {
  margin: calc(8px * var(--scale)) 0 calc(6px * var(--scale));
  color: #0a1739;
  font-size: calc(9px * var(--scale));
  line-height: 1.25;
  font-weight: 900;
}

.about-timeline p {
  margin: 0;
  color: #5c697c;
  font-size: calc(7px * var(--scale));
  line-height: 1.55;
  font-weight: 700;
}

.about-honors {
  isolation: isolate;
  overflow: hidden;
  padding: calc(26px * var(--scale)) 0 calc(54px * var(--scale));
  background:
    radial-gradient(circle at 82% 18%, rgba(27, 136, 255, 0.26), transparent 34%),
    radial-gradient(circle at 12% 82%, rgba(0, 210, 255, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(4, 31, 76, 0.98), rgba(3, 22, 52, 1));
}

.about-honors::before,
.about-honors::after {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  content: "";
}

.about-honors::before {
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 46%, rgba(98, 178, 255, 0.12) 46% 47%, transparent 47% 100%),
    repeating-linear-gradient(90deg, rgba(119, 190, 255, 0.09) 0 1px, transparent 1px calc(54px * var(--scale))),
    repeating-linear-gradient(0deg, rgba(119, 190, 255, 0.06) 0 1px, transparent 1px calc(42px * var(--scale)));
  opacity: 0.58;
}

.about-honors::after {
  right: max(calc(-118px * var(--scale)), -14vw);
  bottom: calc(-62px * var(--scale));
  width: min(56vw, calc(560px * var(--scale)));
  height: calc(170px * var(--scale));
  background: linear-gradient(90deg, rgba(4, 112, 255, 0), rgba(64, 168, 255, 0.22) 48%, rgba(255, 255, 255, 0.06) 100%);
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  transform: rotate(-8deg);
}

.about-honors > .container {
  position: relative;
  z-index: 1;
}

.about-honor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(24px * var(--scale));
  margin-top: calc(24px * var(--scale));
}

.about-honor-card {
  display: block;
  min-width: 0;
  border-radius: calc(6px * var(--scale));
  color: inherit;
}

.about-honor-grid figure {
  min-width: 0;
  margin: 0;
}

.about-honor-grid figure > span {
  display: flex;
  height: calc(110px * var(--scale));
  align-items: center;
  justify-content: center;
  padding: calc(16px * var(--scale));
  border: calc(1px * var(--scale)) solid rgba(110, 178, 255, 0.18);
  border-radius: calc(6px * var(--scale));
  background: rgba(9, 41, 88, 0.54);
  box-shadow: inset 0 0 calc(28px * var(--scale)) rgba(60, 151, 255, 0.08);
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.about-honor-card:hover figure > span,
.about-honor-card:focus-visible figure > span {
  border-color: rgba(115, 180, 255, 0.5);
  background: rgba(14, 55, 113, 0.72);
  box-shadow: inset 0 0 calc(28px * var(--scale)) rgba(60, 151, 255, 0.12), 0 calc(12px * var(--scale)) calc(26px * var(--scale)) rgba(0, 10, 30, 0.24);
  transform: translateY(calc(-2px * var(--scale)));
}

.about-honor-grid img {
  max-width: 100%;
  max-height: calc(78px * var(--scale));
  object-fit: contain;
  filter: drop-shadow(0 calc(8px * var(--scale)) calc(12px * var(--scale)) rgba(0, 0, 0, 0.25));
}

.about-honor-grid figcaption {
  margin-top: calc(12px * var(--scale));
  text-align: center;
}

.about-honor-grid strong {
  display: block;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: calc(9px * var(--scale));
  line-height: 1.35;
  font-weight: 900;
}

@media (prefers-reduced-motion: reduce) {
  .about-building,
  .about-profile-highlights article,
  .about-belief-grid article,
  .about-honor-grid figure > span,
  .about-honors-heading > a span {
    animation: none;
    transition: none;
  }

  .about-profile-highlights article,
  .about-honor-card:hover figure > span,
  .about-honors-heading > a:hover span {
    transform: none;
  }
}

@media (max-width: 760px) {
  .about-hero {
    min-height: 0;
  }

  .about-hero-inner {
    min-height: 0;
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .about-hero-copy {
    max-width: none;
  }

  .about-hero-slogan {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .about-hero-visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 260px;
    margin-top: 20px;
  }

  .about-building-main {
    right: 18px;
    width: 230px;
    height: 214px;
  }

  .about-building-back {
    right: 188px;
    width: 150px;
    height: 150px;
  }

  .about-building-logo {
    top: 28px;
    right: 22px;
    font-size: 10px;
  }

  .about-stat-panel {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    transform: none;
  }

  .about-stat-panel article {
    min-height: 82px;
  }

  .about-stat-panel article + article {
    border-left: 0;
  }

  .about-stat-panel article:nth-child(2n) {
    border-left: 1px solid rgba(197, 225, 255, 0.13);
  }

  .about-stat-panel article:nth-child(n + 3) {
    border-top: 1px solid rgba(197, 225, 255, 0.13);
  }

  .about-stat-panel strong {
    font-size: 28px;
  }

  .about-stat-panel span {
    font-size: 13px;
  }

  .about-profile {
    padding: 34px 0 32px;
  }

  .about-profile-heading {
    display: block;
    padding-bottom: 16px;
  }

  .about-profile-heading h2 {
    font-size: 28px;
  }

  .about-profile-heading span {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    text-align: left;
  }

  .about-profile-body {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 22px;
  }

  .about-profile-content {
    padding-left: 14px;
  }

  .about-profile-text,
  .about-profile-text * {
    font-size: 15px !important;
    line-height: 1.85 !important;
  }

  .about-profile-text p {
    margin-bottom: 12px !important;
  }

  .about-profile-highlights {
    gap: 10px;
    padding: 0;
  }

  .about-profile-highlights article {
    --bubble-size: 132px;
    width: var(--bubble-size);
    min-height: 0;
    padding: 14px;
  }

  .about-profile-highlights article:nth-child(1) {
    --bubble-size: 142px;
  }

  .about-profile-highlights article:nth-child(2) {
    --bubble-size: 122px;
    margin-right: 32px;
    margin-top: 0;
  }

  .about-profile-highlights article:nth-child(3) {
    --bubble-size: 130px;
    margin-top: -4px;
  }

  .about-profile-highlights article:nth-child(4) {
    --bubble-size: 150px;
    margin-top: -8px;
  }

  .about-profile-highlights strong {
    font-size: 23px;
  }

  .about-profile-highlights span {
    font-size: 13px;
  }

  .about-profile .about-belief-grid {
    margin-top: 22px;
  }

  .about-growth {
    padding: 28px 0 34px;
  }

  .about-belief-grid,
  .about-timeline,
  .about-honor-grid {
    grid-template-columns: 1fr;
  }

  .about-belief-grid {
    gap: 14px;
  }

  .about-belief-grid article {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 0;
    padding: 16px;
  }

  .about-belief-icon,
  .about-belief-icon svg {
    width: 38px;
    height: 38px;
  }

  .about-belief-icon svg {
    padding: 8px;
  }

  .about-belief-grid h2 {
    font-size: 17px;
  }

  .about-belief-grid p {
    font-size: 14px;
  }

  .about-growth-history {
    margin-top: 28px;
  }

  .about-growth-history h2,
  .about-honors h2 {
    font-size: 22px;
  }

  .about-honors-heading {
    align-items: flex-start;
  }

  .about-honors-heading > a {
    min-height: 32px;
    font-size: 14px;
  }

  .about-timeline {
    gap: 18px;
    margin-top: 22px;
  }

  .about-timeline::before {
    top: 0;
    bottom: 0;
    left: 18px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .about-timeline article {
    padding-top: 0;
    padding-left: 58px;
    text-align: left;
  }

  .about-timeline span {
    left: 0;
    width: 36px;
    height: 36px;
    transform: none;
  }

  .about-timeline strong {
    font-size: 18px;
  }

  .about-timeline h3 {
    font-size: 15px;
  }

  .about-timeline p {
    font-size: 13px;
  }

  .about-honors {
    padding: 26px 0 38px;
  }

  .about-honor-grid {
    gap: 18px;
  }

  .about-honor-grid figure > span {
    height: 144px;
  }

  .about-honor-grid img {
    max-height: 104px;
  }

.about-honor-grid strong {
    font-size: 15px;
  }

}

/* Honor list page */
.honor-list-main {
  overflow: hidden;
  background: #f6f8fc;
  color: #111827;
}

.honor-list-main a,
.honor-list-main button {
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.honor-list-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 22, 58, 0.92) 0%, rgba(5, 50, 110, 0.78) 48%, rgba(5, 50, 110, 0.2) 100%),
    url("./assets/images/about-hero-bg.webp?v=20260804-image-opt") center right / cover no-repeat,
    #071b49;
  color: #fff;
}

.honor-list-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  content: "";
}

.honor-list-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 360px;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 58px;
}

.honor-list-hero-copy {
  max-width: 600px;
}

.honor-list-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.honor-list-hero p {
  max-width: 540px;
  margin: 0;
  color: rgba(240, 247, 255, 0.9);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 650;
}

.honor-list-section {
  padding: 46px 0 54px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0) 32%),
    #f6f8fc;
}

.honor-list-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}

.honor-list-kicker {
  display: block;
  color: #0369a1;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.honor-list-toolbar h2 {
  margin: 10px 0 10px;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.honor-list-toolbar p {
  margin: 0;
  color: #526174;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 650;
}

.honor-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.honor-filter-tabs button {
  display: inline-flex;
  min-width: 84px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #dbe4f0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.94);
  color: #405066;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.honor-filter-tabs button.active,
.honor-filter-tabs button:hover,
.honor-filter-tabs button:focus-visible {
  border-color: #0b66f6;
  background: #0b66f6;
  box-shadow: 0 9px 18px rgba(11, 102, 246, 0.18);
  color: #fff;
}

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

.honor-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e4ebf5;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055);
}

.honor-card[hidden] {
  display: none;
}

.honor-card:hover,
.honor-card:focus-within {
  border-color: rgba(11, 102, 246, 0.32);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
  transform: translateY(-2px);
}

.honor-card-media {
  display: flex;
  width: 100%;
  flex: 0 0 200px;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: transparent;
}

.honor-card-media img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(15, 23, 42, 0.12));
}

.honor-card-body {
  display: flex;
  flex: 0 0 162px;
  height: 162px;
  min-height: 162px;
  max-height: 162px;
  flex-direction: column;
  padding: 18px;
}

.honor-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 750;
}

.honor-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 10px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.honor-card h3 a:hover,
.honor-card h3 a:focus-visible {
  color: #0b66f6;
}

.honor-card-link {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 14px;
  color: #0b66f6;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.honor-card-link::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.honor-card-link:hover,
.honor-card-link:focus-visible {
  color: #0057df;
}

.honor-filter-empty {
  margin-top: 22px;
  padding: 26px 18px;
  border: 1px dashed #c8d7ea;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.78);
  color: #526174;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}

.honor-pagination {
  margin-top: 30px;
}

.honor-trust-section {
  padding: 34px 0;
  background: #fff;
}

.honor-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #e4ebf5;
  border-radius: 7px;
  background: #e4ebf5;
}

.honor-trust-grid article {
  min-height: 118px;
  padding: 24px;
  background: #fff;
}

.honor-trust-grid strong,
.honor-trust-grid span {
  display: block;
}

.honor-trust-grid strong {
  color: #0f172a;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 900;
}

.honor-trust-grid span {
  margin-top: 10px;
  color: #526174;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 750;
}

.honor-list-main a:focus-visible,
.honor-list-main button:focus-visible {
  outline: 2px solid rgba(11, 102, 246, 0.42);
  outline-offset: 3px;
}

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

@media (max-width: 920px) {
  .honor-list-toolbar {
    grid-template-columns: 1fr;
  }

  .honor-filter-tabs {
    justify-content: flex-start;
  }

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

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

@media (max-width: 640px) {
  .honor-list-hero-inner {
    min-height: 0;
    padding-top: 42px;
    padding-bottom: 38px;
  }

  .honor-list-hero h1 {
    font-size: 34px;
  }

  .honor-list-hero p {
    font-size: 15px;
  }

  .honor-list-section {
    padding: 32px 0 40px;
  }

  .honor-list-toolbar {
    gap: 18px;
    margin-bottom: 20px;
  }

  .honor-list-toolbar h2 {
    font-size: 24px;
  }

  .honor-filter-tabs {
    gap: 9px;
  }

  .honor-filter-tabs button {
    min-width: 0;
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  .honor-card-grid,
  .honor-trust-grid {
    grid-template-columns: 1fr;
  }

  .honor-card-media {
    flex-basis: 190px;
    height: 190px;
    min-height: 190px;
    max-height: 190px;
  }

  .honor-card-body {
    flex-basis: 154px;
    height: 154px;
    min-height: 154px;
    max-height: 154px;
  }

  .honor-card h3 {
    font-size: 17px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .honor-list-main a,
  .honor-list-main button,
  .honor-card {
    transition: none;
  }

  .honor-card:hover {
    transform: none;
  }
}
