:root {
  --bg: #ffffff;
  --bg-muted: rgba(246, 249, 255, 0.90);
  --text: #1e2831;
  --text-soft: #585a73;
  --line: #efefef;
  --brand: #1366ec;
  --brand-deep: #4588f7;
  --footer: #151b26;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
  --radius: 12px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

body > iframe#xmChatIframe:not(.xmChatIframe) {
  position: fixed !important;
  right: 0;
  bottom: 0;
  display: block;
  width: 0 !important;
  height: 0 !important;
  border: 0;
}

@media (max-width: 768px) {
  body > iframe#xmChatIframe.xmChatIframe {
    right: 0 !important;
    bottom: 0 !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
    border-radius: 0 !important;
  }
}

body.modal-open {
  overflow: hidden;
}

body.reveal-ready [data-reveal] {
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, var(--reveal-distance, 36px), 0) scale(var(--reveal-scale, 0.98));
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

body.reveal-ready [data-reveal="left"] {
  transform: translate3d(-42px, 0, 0) scale(var(--reveal-scale, 0.98));
}

body.reveal-ready [data-reveal="right"] {
  transform: translate3d(42px, 0, 0) scale(var(--reveal-scale, 0.98));
}

body.reveal-ready [data-reveal="zoom"] {
  transform: translate3d(0, 26px, 0) scale(0.94);
}

body.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.reveal-ready [data-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

.pro-airobot-page {
  background: #fff;
  overflow-x: hidden;
}

.pro-airobot-hero {
  position: relative;
  overflow: hidden;
  min-height: 530px;
  padding: 96px 0 72px;
  background:
    radial-gradient(circle at 72% 30%, rgba(50, 140, 255, 0.2), transparent 30%),
    linear-gradient(110deg, #f8fbff 0%, #edf5ff 56%, #eaf4ff 100%);
}

/* .pro-airobot-hero::before {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -120px;
  height: 260px;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 50% 50% 0 0;
  transform: rotate(-2deg);
} */

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

.pro-airobot-hero-copy {
  max-width: 620px;
}

.pro-airobot-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  margin: 0 0 18px;
  padding: 5px 16px;
  border: 1px solid rgba(19, 102, 236, 0.16);
  border-radius: 999px;
  background: rgba(19, 102, 236, 0.08);
  color: var(--brand);
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.pro-airobot-hero h1 {
  margin: 0;
  color: var(--text);
  font-size: 56px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0;
}

.pro-airobot-hero p:not(.pro-airobot-kicker) {
  margin: 22px 0 0;
  color: #3f536d;
  font-size: 18px;
  line-height: 1.9;
}

.pro-aioutcall-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 18px;
  margin-top: 24px;
}

.pro-aioutcall-hero-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 14px;
  border: 1px solid rgba(32, 112, 224, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #33465d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  box-shadow: 0 5px 12px rgba(28, 64, 112, 0.13);
}

.pro-aioutcall-hero-tags i {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border: 2px solid #2187ff;
  border-radius: 50%;
}

.pro-aioutcall-hero-tags i::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 5px;
  height: 3px;
  border-left: 2px solid #2187ff;
  border-bottom: 2px solid #2187ff;
  transform: rotate(-45deg);
}

.pro-airobot-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 44px;
  margin-top: 30px;
  padding: 10px 28px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #1366ec, #4588f7);
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  box-shadow: 0 14px 30px rgba(19, 102, 236, 0.28);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.pro-airobot-hero-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(19, 102, 236, 0.34);
}

.pro-airobot-hero-visual {
  justify-self: end;
  width: min(100%, 620px);
}

.pro-airobot-hero-visual img {
  width: 100%;
  border-radius: 28px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 26px 42px rgba(38, 111, 220, 0.16));
}

.pro-airobot-section {
  padding: 88px 0;
}

.pro-crm-overview-section {
  background: linear-gradient(180deg, #fff 0%, #f6f9fe 100%);
}

.pro-400-overview-section {
  background: linear-gradient(180deg, #fff 0%, #f6f9fe 100%);
}

.pro-400-overview-section .pro-airobot-section-head {
  margin-bottom: 0;
}

body[data-page="pro-400"] .pro-airobot-feature-row {
  padding: 0;
}

.pro-crm-overview-section .pro-airobot-section-head {
  margin-bottom: 0;
}

/* .pro-airobot-function-section, */
.pro-airobot-scene-section {
  background: #f6f9fe;
}

.pro-airobot-section-head {
  margin: 0 auto 48px;
  text-align: center;
}

.pro-airobot-section-head h2 {
  margin: 0;
  color: var(--text);
  font-size: 34px;
  line-height: 1.35;
  font-weight: 650;
  letter-spacing: 0;
}

.pro-airobot-section-summary {
  max-width: 860px;
  margin: 16px auto 0;
  color: #4f6074;
  font-size: 16px;
  line-height: 1.8;
}

.pro-airobot-feature-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 72px;
  min-height: 420px;
  padding: 46px 0;
}

.pro-airobot-feature-row + .pro-airobot-feature-row {
  border-top: 1px solid rgba(19, 102, 236, 0.08);
}

.pro-airobot-feature-row-reverse .pro-airobot-feature-copy {
  order: 2;
}

.pro-airobot-feature-row-reverse .pro-airobot-feature-media {
  order: 1;
}

.pro-airobot-feature-copy {
  max-width: 560px;
}

.pro-airobot-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1366ec, #5fa6ff);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(19, 102, 236, 0.22);
}

.pro-airobot-feature-copy h3 {
  margin: 0 0 18px;
  color: var(--text);
  font-size: 28px;
  line-height: 1.4;
  font-weight: 650;
}

.pro-airobot-feature-copy p {
  margin: 0;
  color: #4b5c72;
  font-size: 17px;
  line-height: 1.95;
}

.pro-airobot-feature-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 54px rgba(37, 96, 163, 0.1);
}

.pro-airobot-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-airobot-advantage-section {
  background: linear-gradient(180deg, #dfefff 0%, #cde5ff 100%);
}

.pro-airobot-advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

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

.pro-workorder-advantage-grid .pro-airobot-card {
  min-height: auto;
}

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

.pro-shortmessage-advantage-grid .pro-airobot-card {
  min-height: auto;
}

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

.pro-scrm-advantage-grid .pro-airobot-card {
  min-height: auto;
}

.pro-airobot-card {
  min-height: 310px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 34px rgba(37, 96, 163, 0.08);
}

.pro-airobot-card h3,
.pro-airobot-scene-card h3 {
  margin: 0 0 4px;
  color: var(--text);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 650;
}

.pro-airobot-card p,
.pro-airobot-scene-card p {
  margin: 0;
  color: #4f6074;
  font-size: 15px;
  line-height: 1.85;
}

.pro-airobot-scene-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.pro-airobot-scene-card {
  padding: 18px 18px 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 42px rgba(39, 93, 154, 0.09);
}

.pro-airobot-scene-image {
  margin-bottom: 22px;
  border-radius: 8px;
  overflow: hidden;
  background: #edf5ff;
}

.pro-airobot-scene-image img {
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}

body[data-page="pro-aioutcall"] .pro-airobot-function-section {
  background: #fff;
}

.smart-qa-page {
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  color: var(--text);
}

.smart-qa-page button {
  font-family: inherit;
}

.smart-qa-hero {
  position: relative;
  overflow: hidden;
  min-height: 530px;
  padding: 96px 0 72px;
  background:
    radial-gradient(circle at 72% 30%, rgba(50, 140, 255, 0.2), transparent 30%),
    linear-gradient(110deg, #f8fbff 0%, #edf5ff 56%, #eaf4ff 100%);
}

.smart-qa-noise {
  display: none;
}

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

.smart-qa-hero-copy {
  max-width: 620px;
}

.smart-qa-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 32px;
  margin: 0 0 18px;
  padding: 5px 16px;
  border: 1px solid rgba(19, 102, 236, 0.16);
  border-radius: 999px;
  background: rgba(19, 102, 236, 0.08);
  color: var(--brand);
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.smart-qa-badge i {
  font-size: 16px;
}

.smart-qa-hero h1 {
  margin: 0;
  color: var(--text);
  font-size: 56px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0;
}

.smart-qa-hero h1 span {
  display: block;
  width: auto;
  margin-top: 8px;
  padding-left: 0;
  border-left: 0;
  color: var(--brand);
}

.smart-qa-hero-copy > p {
  margin: 22px 0 0;
  color: #3f536d;
  font-size: 18px;
  line-height: 1.9;
}

.smart-qa-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 18px;
  margin-top: 24px;
  margin-bottom: 0;
}

.smart-qa-hero-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 14px;
  border: 1px solid rgba(32, 112, 224, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #33465d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  box-shadow: 0 5px 12px rgba(28, 64, 112, 0.13);
}

.smart-qa-hero-tags i {
  color: #2187ff;
  font-size: 16px;
}

.smart-qa-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 128px;
  min-height: 44px;
  margin-top: 30px;
  padding: 10px 28px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #1366ec, #4588f7);
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(19, 102, 236, 0.28);
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.smart-qa-primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(19, 102, 236, 0.34);
}

.smart-qa-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  justify-self: end;
  width: min(100%, 620px);
}

.smart-qa-glow {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: linear-gradient(135deg, #60a5fa, #22d3ee);
  filter: blur(30px);
  opacity: 0.42;
  animation: smartQaPulse 2.2s ease-in-out infinite;
}

.smart-qa-hero-image {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 620px);
  height: auto;
  border-radius: 8px;
  filter: drop-shadow(0 24px 54px rgba(37, 96, 163, 0.12));
}

.smart-qa-dashboard {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  padding: 24px;
  border: 1px solid rgba(19, 102, 236, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(37, 96, 163, 0.1);
}

.smart-qa-dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(19, 102, 236, 0.08);
}

.smart-qa-dashboard-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.smart-qa-dashboard-title > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  color: #fff;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
}

.smart-qa-dashboard-title i {
  font-size: 20px;
}

.smart-qa-dashboard-title strong,
.smart-qa-dashboard-title em {
  display: block;
}

.smart-qa-dashboard-title strong {
  color: var(--text);
  font-size: 16px;
  line-height: 22px;
}

.smart-qa-dashboard-title em {
  margin-top: 2px;
  color: #7b8a9d;
  font-size: 10px;
  line-height: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.smart-qa-dashboard-head > b {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(20, 168, 113, 0.1);
  color: #14a871;
  font-size: 12px;
  line-height: 16px;
}

.smart-qa-dashboard-body {
  display: grid;
  gap: 16px;
  padding-top: 24px;
}

.smart-qa-rule-card {
  padding: 16px;
  border-radius: 8px;
}

.smart-qa-rule-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.smart-qa-rule-card span {
  color: #33465d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.smart-qa-rule-card-ok {
  border: 1px solid rgba(19, 102, 236, 0.08);
  background: #f6f9fe;
}

.smart-qa-rule-card-ok b {
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(19, 102, 236, 0.1);
  color: var(--brand);
  font-size: 12px;
  line-height: 16px;
}

.smart-qa-rule-card-ok > i {
  display: block;
  height: 6px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #dbe6f4;
}

.smart-qa-rule-card-ok > i::before {
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  background: var(--brand);
}

.smart-qa-rule-card-risk {
  border: 1px solid #fecdd3;
  background: #fff1f2;
}

.smart-qa-rule-card-risk b {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #ffe4e6;
  color: #e11d48;
  font-size: 12px;
  line-height: 16px;
}

.smart-qa-rule-card-risk p {
  display: -webkit-box;
  margin: 12px 0 0;
  overflow: hidden;
  color: rgba(159, 18, 57, 0.8);
  font-size: 12px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.smart-qa-section {
  padding: 88px 0;
}

.smart-qa-section-head {
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}

.smart-qa-section-head h2 {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 34px;
  line-height: 1.35;
  font-weight: 650;
  letter-spacing: 0;
}

.smart-qa-section-head p {
  margin: 0;
  color: #4f6074;
  font-size: 16px;
  line-height: 1.8;
}

.smart-qa-challenge-section {
  background: linear-gradient(180deg, #fff 0%, #f6f9fe 100%);
}

.smart-qa-challenge-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.smart-qa-challenge-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(19, 102, 236, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(37, 96, 163, 0.08);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.smart-qa-challenge-card:hover {
  transform: translateY(-6px);
  border-color: rgba(19, 102, 236, 0.16);
  background: #fff;
  box-shadow: 0 20px 42px rgba(39, 93, 154, 0.09);
}

.smart-qa-challenge-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1366ec, #5fa6ff);
  color: #fff;
  box-shadow: 0 12px 24px rgba(19, 102, 236, 0.22);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.smart-qa-challenge-card:hover > span {
  transform: scale(1.08);
}

.smart-qa-challenge-card i {
  font-size: 24px;
}

.smart-qa-challenge-card h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 650;
}

.smart-qa-challenge-card p {
  margin: 0;
  color: #4f6074;
  font-size: 15px;
  line-height: 1.85;
}

.smart-qa-capability-section {
  border-top: 0;
  border-bottom: 0;
  background: #fff;
}

.smart-qa-feature-stack {
  display: grid;
  gap: 0;
}

.smart-qa-feature-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 72px;
  min-height: 420px;
  padding: 46px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.smart-qa-feature-row + .smart-qa-feature-row {
  border-top: 1px solid rgba(19, 102, 236, 0.08);
}

.smart-qa-feature-row-reverse .smart-qa-feature-copy {
  order: 2;
}

.smart-qa-feature-row-reverse .smart-qa-feature-media {
  order: 1;
}

.smart-qa-feature-copy {
  max-width: 580px;
}

.smart-qa-feature-title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

.smart-qa-feature-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #1366ec, #5fa6ff);
  color: #fff;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

.smart-qa-feature-title i {
  font-size: 22px;
}

.smart-qa-feature-title h3 {
  margin: 0;
  color: var(--text);
  font-size: 28px;
  line-height: 1.4;
  font-weight: 650;
}

.smart-qa-feature-title p {
  margin: 8px 0 0;
  color: #4f6074;
  font-size: 16px;
  line-height: 1.6;
}

.smart-qa-feature-list {
  display: grid;
  gap: 16px;
}

.smart-qa-feature-list div {
  display: flex;
  gap: 16px;
}

.smart-qa-feature-list i {
  width: 7px;
  height: 7px;
  margin-top: 12px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(19, 102, 236, 0.36);
}

.smart-qa-feature-list p {
  margin: 0;
  color: #4b5c72;
  font-size: 17px;
  line-height: 1.95;
}

.smart-qa-feature-media {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(37, 96, 163, 0.1);
}

.smart-qa-feature-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.smart-qa-case-section {
  position: relative;
  background: #f6f9fe;
}

.smart-qa-case-wrap {
  position: relative;
  display: flex;
  max-width: 1120px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.smart-qa-case-card {
  display: flex;
  width: 100%;
  min-height: 480px;
  padding: 32px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 42px rgba(39, 93, 154, 0.09);
}

.smart-qa-case-copy {
  position: relative;
  display: flex;
  flex: 1 1 50%;
  min-height: 400px;
  flex-direction: column;
  padding: 48px;
}

.smart-qa-case-copy h3 {
  margin: 0 0 24px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.45;
  font-weight: 650;
}

.smart-qa-case-copy > p {
  margin: 0 0 24px;
  color: #4f6074;
  font-size: 14px;
  line-height: 1.85;
}

.smart-qa-case-copy strong {
  margin-bottom: 16px;
  color: var(--text);
  font-size: 15px;
  line-height: 22px;
}

.smart-qa-case-result {
  display: grid;
  gap: 16px;
  color: #4f6074;
  font-size: 14px;
  line-height: 1.85;
}

.smart-qa-case-result p {
  display: flex;
  gap: 8px;
  margin: 0;
}

.smart-qa-case-result span {
  flex: 0 0 auto;
}

.smart-qa-case-result em {
  font-style: normal;
}

.smart-qa-quote {
  margin-top: auto;
  color: rgba(19, 102, 236, 0.12);
  font-size: 42px;
}

.smart-qa-case-image {
  position: relative;
  flex: 1 1 50%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.smart-qa-case-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.smart-qa-case-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(19, 102, 236, 0.08);
  border-radius: 999px;
  background: #fff;
  color: var(--brand);
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  transform: translateY(-50%);
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.smart-qa-case-arrow:hover {
  border-color: rgba(19, 102, 236, 0.28);
  color: var(--brand-deep);
  transform: translateY(-50%) scale(1.04);
}

.smart-qa-case-arrow i {
  font-size: 34px;
}

.smart-qa-case-prev {
  left: -72px;
}

.smart-qa-case-next {
  right: -72px;
}

.smart-qa-case-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.smart-qa-case-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid var(--brand);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition:
    width 0.25s ease,
    background 0.25s ease;
}

.smart-qa-case-dots button.is-active {
  width: 32px;
  background: var(--brand);
}

@keyframes smartQaPulse {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(1);
  }

  50% {
    opacity: 0.72;
    transform: scale(1.08);
  }
}

@keyframes smartQaWave {
  from {
    transform: scaleY(0.72);
  }

  to {
    transform: scaleY(1.08);
  }
}

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

.pro-aioutcall-function-card {
  min-height: 500px;
  padding: 30px 28px 32px;
  border: 1px solid rgba(19, 102, 236, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(246, 250, 255, 0.86), rgba(255, 255, 255, 0.96) 34%),
    #fff;
  box-shadow: 0 20px 42px rgba(39, 93, 154, 0.09);
}

.pro-aioutcall-function-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(19, 102, 236, 0.14);
}

.pro-aioutcall-function-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pro-aioutcall-function-icon-blue {
  background: linear-gradient(135deg, #1366ec, #5fa6ff);
  color: #fff;
}

.pro-aioutcall-function-icon-green {
  background: linear-gradient(135deg, #1366ec, #5fa6ff);
  color: #fff;
}

.pro-aioutcall-function-icon-purple {
  background: linear-gradient(135deg, #1366ec, #5fa6ff);
  color: #fff;
}

.pro-aioutcall-function-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  line-height: 1.4;
  font-weight: 650;
  letter-spacing: 0;
}

.pro-aioutcall-function-card > p {
  margin: 16px 0 26px;
  color: #4b5c72;
  font-size: 15px;
  line-height: 1.9;
}

.pro-aioutcall-function-card ul {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pro-aioutcall-function-card li {
  position: relative;
  padding-left: 18px;
}

.pro-aioutcall-function-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(19, 102, 236, 0.26);
}

.pro-aioutcall-function-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 650;
}

.pro-aioutcall-function-card span {
  display: block;
  color: #4f6074;
  font-size: 14px;
  line-height: 1.85;
}

@media (max-width: 1100px) {
  .pro-airobot-hero-inner,
  .pro-airobot-feature-row {
    grid-template-columns: 1fr;
  }

  .pro-airobot-hero-visual {
    justify-self: center;
  }

  .pro-airobot-feature-row-reverse .pro-airobot-feature-copy,
  .pro-airobot-feature-row-reverse .pro-airobot-feature-media {
    order: initial;
  }

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

  .pro-aioutcall-function-grid {
    grid-template-columns: 1fr;
  }

  .pro-aioutcall-function-card {
    min-height: auto;
  }

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

  .smart-qa-hero-visual {
    min-height: auto;
  }

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

  .smart-qa-case-card {
    flex-direction: column;
  }

  .smart-qa-feature-row {
    grid-template-columns: 1fr;
  }

  .smart-qa-feature-row-reverse .smart-qa-feature-copy,
  .smart-qa-feature-row-reverse .smart-qa-feature-media {
    order: initial;
  }

  .smart-qa-case-copy,
  .smart-qa-case-image {
    width: 100%;
    flex-basis: auto;
  }

  .smart-qa-case-arrow {
    display: none;
  }

}

@media (max-width: 720px) {
  .pro-airobot-hero {
    min-height: auto;
    padding: 72px 0 56px;
  }

  .pro-airobot-hero-inner {
    gap: 34px;
  }

  .pro-airobot-hero h1 {
    font-size: 38px;
  }

  .pro-airobot-hero p:not(.pro-airobot-kicker) {
    font-size: 16px;
  }

  .pro-airobot-section {
    padding: 64px 0;
  }

  .pro-airobot-section-head {
    margin-bottom: 32px;
  }

  .pro-airobot-section-head h2 {
    font-size: 28px;
  }

  .pro-airobot-feature-row {
    gap: 28px;
    min-height: auto;
    padding: 34px 0;
  }

  .pro-airobot-feature-copy h3 {
    font-size: 24px;
  }

  .pro-airobot-feature-copy p {
    font-size: 16px;
  }

  .pro-airobot-advantage-grid,
  .pro-airobot-scene-grid {
    grid-template-columns: 1fr;
  }

  .pro-airobot-card {
    min-height: auto;
  }

  .smart-qa-hero {
    min-height: auto;
    padding: 88px 0 64px;
  }

  .smart-qa-hero h1 {
    font-size: 38px;
  }

  .smart-qa-hero-copy > p,
  .smart-qa-section-head p,
  .smart-qa-feature-list p {
    font-size: 16px;
  }

  .smart-qa-dashboard {
    padding: 18px;
    border-radius: 8px;
  }

  .smart-qa-dashboard-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .smart-qa-section {
    padding: 64px 0;
  }

  .smart-qa-section-head {
    margin-bottom: 36px;
  }

  .smart-qa-section-head h2 {
    font-size: 28px;
  }

  .smart-qa-challenge-grid {
    grid-template-columns: 1fr;
  }

  .smart-qa-challenge-card {
    min-height: auto;
    padding: 26px;
  }

  .smart-qa-feature-row {
    gap: 28px;
    min-height: auto;
    padding: 34px 0;
    border-radius: 0;
  }

  .smart-qa-feature-stack {
    gap: 0;
  }

  .smart-qa-feature-title {
    gap: 12px;
    margin-bottom: 22px;
  }

  .smart-qa-feature-title span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
  }

  .smart-qa-feature-title h3 {
    font-size: 24px;
  }

  .smart-qa-feature-media {
    border-radius: 8px;
  }

  .smart-qa-case-copy {
    padding: 28px;
  }

  .smart-qa-case-card {
    border-radius: 8px;
  }

  .smart-qa-primary-button {
    width: 100%;
  }
}

.online-service-page {
  overflow-x: hidden;
  background: #fff;
}

.online-service-hero {
  position: relative;
  overflow: hidden;
  min-height: 530px;
  padding: 96px 0 72px;
  background:
    radial-gradient(circle at 72% 30%, rgba(50, 140, 255, 0.2), transparent 30%),
    linear-gradient(110deg, #f8fbff 0%, #edf5ff 56%, #eaf4ff 100%);
}

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

.online-service-hero-copy {
  max-width: 620px;
}

.online-service-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 18px;
  padding: 5px 16px;
  border: 1px solid rgba(19, 102, 236, 0.16);
  border-radius: 999px;
  background: rgba(19, 102, 236, 0.08);
  color: var(--brand);
  font-size: 15px;
  line-height: 22px;
  font-weight: 650;
}

.online-service-hero h1 {
  margin: 0;
  color: var(--text);
  font-size: 56px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0;
}

.online-service-hero-copy > p:not(.online-service-kicker) {
  margin: 22px 0 0;
  color: #3f536d;
  font-size: 18px;
  line-height: 1.9;
}

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

.online-service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 26px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.online-service-button-primary {
  border: none;
  background: linear-gradient(135deg, #1366ec, #4588f7);
  color: #fff;
  box-shadow: 0 14px 30px rgba(19, 102, 236, 0.28);
}

.online-service-button-secondary {
  border: 1px solid rgba(19, 102, 236, 0.22);
  background: rgba(255, 255, 255, 0.8);
  color: var(--brand);
}

.online-service-button:hover {
  transform: translateY(-2px);
}

.online-service-button-primary:hover {
  box-shadow: 0 18px 34px rgba(19, 102, 236, 0.34);
}

.online-service-button-secondary:hover {
  border-color: rgba(19, 102, 236, 0.42);
  box-shadow: 0 14px 28px rgba(19, 102, 236, 0.12);
}

.online-service-hero-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 620px);
}

.online-service-hero-visual img,
.online-service-highlight-image img {
  display: block;
  width: 100%;
}

.online-service-hero-visual img {
  border-radius: 28px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 26px 42px rgba(38, 111, 220, 0.16));
}

.online-service-hero-badge {
  position: absolute;
  display: grid;
  gap: 2px;
  min-width: 138px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 36px rgba(37, 96, 163, 0.14);
  backdrop-filter: blur(12px);
}

.online-service-chat-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: min(360px, calc(100% - 48px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(37, 96, 163, 0.14);
  backdrop-filter: blur(12px);
}

.online-service-chat-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.online-service-chat-card strong {
  color: var(--text);
  font-size: 14px;
  line-height: 20px;
}

.online-service-chat-card div span {
  color: #14a871;
  font-size: 12px;
  line-height: 18px;
  font-weight: 650;
}

.online-service-chat-card p,
.online-service-chat-card em {
  display: block;
  margin: 8px 0 0;
  padding: 9px 10px;
  border-radius: 8px;
  color: #4f6074;
  font-size: 12px;
  line-height: 1.65;
  font-style: normal;
}

.online-service-chat-card p {
  background: #f3f7fc;
}

.online-service-chat-card em {
  background: #eaf4ff;
  color: #245c9d;
}

.online-service-chat-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-top: 10px;
  padding: 6px 12px;
  border: 0;
  border-radius: 999px;
  background: #d8e0ea;
  color: #7a8a9f;
  font: inherit;
  font-size: 12px;
  line-height: 18px;
  cursor: default;
}

.online-service-hero-badge-left {
  left: 24px;
  top: 28px;
}

.online-service-hero-badge-right {
  right: 20px;
  top: 28px;
}

.online-service-hero-badge strong,
.online-service-data-grid strong {
  color: #5a6a80;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.online-service-hero-badge span,
.online-service-data-grid span {
  color: var(--text);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 750;
}

.online-service-hero-badge em,
.online-service-data-grid em {
  color: #14a871;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-weight: 650;
}

.online-service-section {
  padding: 88px 0;
}

.online-service-scene-section,
.online-service-case-section {
  background: #f6f9fe;
}

.online-service-flow-section {
  background: #f6f9fe;
}

.online-service-data-section {
  background: linear-gradient(180deg, #dfefff 0%, #cde5ff 100%);
}

.online-service-section-head {
  max-width: 920px;
  margin: 0 auto 46px;
  text-align: center;
}

.online-service-section-head h2 {
  margin: 0;
  color: var(--text);
  font-size: 34px;
  line-height: 1.35;
  font-weight: 650;
  letter-spacing: 0;
}

.online-service-section-head p {
  margin: 14px 0 0;
  color: #4f6074;
  font-size: 16px;
  line-height: 1.8;
}

.online-service-pain-grid,
.online-service-scene-grid,
.online-service-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.online-service-card,
.online-service-highlight-card {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 36px rgba(37, 96, 163, 0.08);
}

.online-service-card {
  min-height: 246px;
  padding: 28px;
}

.online-service-card > i,
.online-service-highlight-card > i,
.online-service-highlight-copy > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1366ec, #5fa6ff);
  color: #fff;
  font-size: 24px;
  box-shadow: 0 12px 24px rgba(19, 102, 236, 0.18);
}

.online-service-card h3,
.online-service-highlight-card h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 650;
}

.online-service-card p,
.online-service-highlight-card p {
  margin: 0;
  color: #4f6074;
  font-size: 15px;
  line-height: 1.85;
}

.online-service-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.online-service-flow::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 39px;
  height: 1px;
  background: linear-gradient(90deg, rgba(19, 102, 236, 0), rgba(19, 102, 236, 0.32), rgba(19, 102, 236, 0));
}

.online-service-flow article {
  position: relative;
  z-index: 1;
  padding: 0 6px;
  text-align: center;
}

.online-service-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin-bottom: 18px;
  border: 8px solid #f7fbff;
  border-radius: 50%;
  background: linear-gradient(135deg, #1366ec, #5fa6ff);
  color: #fff;
  font-size: 28px;
  box-shadow: 0 18px 34px rgba(19, 102, 236, 0.22);
}

.online-service-flow h4 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 650;
}

.online-service-flow p {
  margin: 0;
  color: #5c6e83;
  font-size: 14px;
  line-height: 1.7;
}

.online-service-highlight-section {
  background: #fff;
}

.online-service-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.online-service-highlight-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-height: 430px;
  padding: 28px;
  overflow: hidden;
}

.online-service-highlight-image {
  margin-top: auto;
  border-radius: 8px;
  overflow: hidden;
  background: #edf5ff;
}

.online-service-highlight-image img {
  height: auto;
  object-fit: contain;
}

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

.online-service-data-inner {
  width: 100%;
}

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

.online-service-data-grid article {
  display: grid;
  gap: 4px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 34px rgba(37, 96, 163, 0.08);
}

.online-service-case-card {
  min-height: 290px;
}

.online-service-case-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1366ec, #5fa6ff);
  color: #fff;
  font-size: 14px;
  font-weight: 750;
}

@media (max-width: 1180px) {
  .online-service-hero-inner,
  .online-service-data-inner {
    grid-template-columns: 1fr;
  }

  .online-service-hero-visual {
    justify-self: center;
  }

  .online-service-pain-grid,
  .online-service-scene-grid,
  .online-service-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .online-service-flow::before {
    display: none;
  }

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

@media (max-width: 720px) {
  .online-service-hero {
    padding: 72px 0 56px;
  }

  .online-service-hero-inner,
  .online-service-data-inner {
    gap: 34px;
  }

  .online-service-hero h1 {
    font-size: 34px;
  }

  .online-service-hero-copy > p:not(.online-service-kicker) {
    font-size: 16px;
  }

  .online-service-actions {
    width: 100%;
  }

  .online-service-button {
    flex: 1 1 180px;
  }

  .online-service-hero-badge {
    position: static;
    display: inline-grid;
    margin: 12px 8px 0 0;
  }

  .online-service-chat-card {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .online-service-section {
    padding: 64px 0;
  }

  .online-service-section-head {
    margin-bottom: 32px;
  }

  .online-service-section-head h2 {
    font-size: 28px;
  }

  .online-service-pain-grid,
  .online-service-scene-grid,
  .online-service-case-grid,
  .online-service-highlight-grid,
  .online-service-flow,
  .online-service-data-grid {
    grid-template-columns: 1fr;
  }

  .online-service-card,
  .online-service-highlight-card,
  .online-service-scene-card,
  .online-service-case-card {
    min-height: auto;
  }
}

.intellcall-page {
  overflow-x: hidden;
  background: #f8fafc;
}

.intellcall-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 78px;
  border-bottom: 1px solid #eef2f7;
  background: linear-gradient(180deg, rgba(236, 246, 255, 0.86) 0%, #fff 100%);
}

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

.intellcall-hero-copy {
  max-width: 640px;
}

.intellcall-hero h1 {
  margin: 0;
  color: #0f172a;
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}

.intellcall-hero h1 span {
  display: block;
  margin-top: 14px;
  color: var(--brand);
}

.intellcall-hero-copy > p {
  margin: 22px 0 0;
  color: #52647a;
  font-size: 18px;
  line-height: 1.8;
}

.intellcall-hero-tags,
.intellcall-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.intellcall-hero-tags {
  margin-top: 28px;
}

.intellcall-hero-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 13px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.intellcall-hero-tags i {
  color: #3b82f6;
}

.intellcall-actions {
  margin-top: 30px;
}

.intellcall-primary,
.intellcall-secondary,
.intellcall-ghost {
  min-height: 48px;
  padding: 0 30px;
  border-radius: 12px;
  font: inherit;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.intellcall-primary {
  border: 0;
  background: #2563eb;
  color: #fff;
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.22);
}

.intellcall-secondary {
  border: 1px solid #bfdbfe;
  background: #fff;
  color: #2563eb;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.intellcall-ghost {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}

.intellcall-primary:hover,
.intellcall-secondary:hover,
.intellcall-ghost:hover {
  transform: translateY(-2px);
}

.intellcall-call-card,
.intellcall-preview > div {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 62px rgba(15, 23, 42, 0.14);
}

.intellcall-call-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid #eef2f7;
  background: rgba(248, 250, 252, 0.76);
}

.intellcall-customer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.intellcall-customer > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dbeafe;
  color: #2563eb;
}

.intellcall-customer strong,
.intellcall-profile strong,
.preview-head strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.intellcall-customer em,
.intellcall-duration span,
.intellcall-duration strong,
.record-head em {
  display: block;
  color: #64748b;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
}

.intellcall-duration {
  text-align: right;
}

.intellcall-duration strong {
  color: #334155;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
  font-weight: 800;
}

.intellcall-call-body {
  display: grid;
  gap: 18px;
  padding: 24px;
  background: #f8fafc;
}

.intellcall-profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  padding: 18px;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  background: #fff;
}

.intellcall-profile div {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.intellcall-profile span {
  padding: 3px 8px;
  border-radius: 6px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  line-height: 18px;
}

.intellcall-profile p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 22px;
}

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

.intellcall-quick-grid span {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 12px 6px;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  background: #fff;
  color: #2563eb;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.intellcall-section {
  padding: 80px 0;
}

.intellcall-white {
  background: #fff;
}

.intellcall-muted {
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
  background: #f8fafc;
}

.intellcall-section-head {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.intellcall-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 750;
  letter-spacing: 0;
}

.intellcall-section-head p {
  margin: 14px 0 0;
  color: #64748b;
  font-size: 18px;
  line-height: 30px;
}

.intellcall-challenge-grid,
.intellcall-highlight-grid,
.intellcall-metric-grid,
.intellcall-integration-grid {
  display: grid;
  gap: 22px;
}

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

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

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

.intellcall-challenge-grid article,
.intellcall-highlight-grid article,
.intellcall-metric-grid article,
.intellcall-integration-grid article {
  border: 1px solid #eef2f7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.04);
}

.intellcall-challenge-grid article {
  display: grid;
  justify-items: center;
  min-height: 210px;
  padding: 24px 20px;
  text-align: center;
}

.intellcall-challenge-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #eff6ff;
  color: #3b82f6;
  font-size: 23px;
}

.intellcall-challenge-grid h3,
.intellcall-highlight-grid h3,
.intellcall-integration-grid h3,
.intellcall-feature-list h4 {
  margin: 0;
  color: #0f172a;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
}

.intellcall-challenge-grid p,
.intellcall-highlight-grid p,
.intellcall-integration-grid p,
.intellcall-feature-list p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 24px;
}

.intellcall-highlight-grid article {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  min-height: 156px;
  padding: 24px;
}

.intellcall-highlight-grid span,
.intellcall-feature-list span,
.intellcall-integration-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 23px;
}

.intellcall-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 44px;
}

.intellcall-tabs button {
  min-height: 42px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #f8fafc;
  color: #475569;
  font: inherit;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
}

.intellcall-tabs button.is-active {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
}

.intellcall-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: center;
}

.intellcall-feature-list {
  display: grid;
  gap: 22px;
}

.intellcall-feature-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
}

.intellcall-feature-list span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 20px;
}

.intellcall-preview {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  border: 1px solid #eef2f7;
  border-radius: 22px;
  background: #f8fafc;
}

.intellcall-preview > div {
  width: min(100%, 390px);
}

.preview-dial > div:first-child {
  padding: 24px;
  background: #0f172a;
  color: #fff;
  text-align: center;
}

.preview-dial > div:first-child span,
.preview-dial > div:first-child strong {
  display: block;
}

.preview-dial > div:first-child span {
  color: #94a3b8;
  font-size: 14px;
  line-height: 22px;
}

.preview-dial > div:first-child strong {
  margin-top: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 24px;
  line-height: 32px;
}

.dial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 28px 46px;
  text-align: center;
}

.dial-grid span {
  color: #334155;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 22px;
  font-weight: 800;
}

.preview-dial footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0 0 28px;
}

.preview-dial button {
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #22c55e;
}

.preview-dial button:first-child {
  background: #f1f5f9;
  color: #64748b;
}

.preview-flow {
  display: grid;
  gap: 14px;
  padding: 24px;
  text-align: center;
}

.flow-root {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 16px;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  background: #f8fafc;
}

.flow-root i {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dbeafe;
  color: #2563eb;
}

.flow-line {
  width: 1px;
  height: 24px;
  margin: 0 auto;
  background: #cbd5e1;
}

.flow-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.flow-two span,
.flow-two strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px;
  border-radius: 8px;
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  line-height: 18px;
}

.flow-two strong {
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #334155;
}

.flow-blue strong {
  gap: 5px;
  background: #eff6ff;
  color: #1d4ed8;
}

.preview-agents,
.preview-record,
.preview-report,
.preview-api {
  padding: 18px;
}

.preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -18px -18px 14px;
  padding: 16px 18px;
  border-bottom: 1px solid #eef2f7;
  background: #f8fafc;
}

.preview-head span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 11px;
}

.preview-head b {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
}

.agent-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 8px;
  border-radius: 10px;
}

.agent-row > div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.agent-row > div > span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  font-weight: 800;
}

.agent-row p {
  margin: 0;
}

.agent-row strong,
.agent-row em {
  display: block;
  color: #334155;
  font-size: 13px;
  line-height: 18px;
  font-style: normal;
}

.agent-row em {
  color: #64748b;
  font-size: 12px;
}

.agent-row > p {
  display: grid;
  justify-items: end;
  color: #475569;
  font-size: 12px;
}

.agent-row i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
}

.agent-row i.green { background: #22c55e; }
.agent-row i.red { background: #ef4444; }
.agent-row i.orange { background: #fb923c; }
.agent-row i.gray { background: #cbd5e1; }

.record-head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.record-head span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #2563eb;
  color: #fff;
}

.record-head strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
}

.waveform {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 54px;
  margin-bottom: 18px;
  padding: 6px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.waveform i {
  width: 5px;
  border-radius: 999px;
  background: #3b82f6;
}

.waveform i.is-dot {
  width: 4px;
  height: 4px !important;
  opacity: 0.3;
}

.chat-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
}

.chat-row.right {
  flex-direction: row-reverse;
}

.chat-row.fade {
  opacity: 0.48;
}

.chat-row span {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #64748b;
  font-size: 10px;
  font-weight: 800;
}

.chat-row.right span {
  background: #dbeafe;
  color: #2563eb;
}

.chat-row p {
  margin: 0;
  padding: 10px;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  background: #f8fafc;
  color: #334155;
  font-size: 12px;
  line-height: 20px;
}

.chat-row.right p {
  background: #3b82f6;
  color: #fff;
}

.report-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.report-cards article {
  padding: 14px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #eff6ff;
}

.report-cards span,
.report-bars strong,
.report-bars span {
  color: #2563eb;
  font-size: 11px;
  font-weight: 700;
}

.report-cards strong {
  display: inline-block;
  margin-top: 6px;
  color: #0f172a;
  font-size: 20px;
}

.report-cards em {
  margin-left: 6px;
  color: #16a34a;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.report-bars {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  background: #f8fafc;
}

.report-bars div,
.report-bars p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.report-bars div {
  justify-content: space-between;
  margin-bottom: 16px;
}

.report-bars p {
  margin: 10px 0 0;
}

.report-bars p span {
  width: 58px;
  color: #475569;
}

.report-bars b {
  flex: 1;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}

.report-bars b i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #3b82f6;
}

.report-bars em {
  width: 42px;
  text-align: right;
  color: #64748b;
  font-size: 11px;
  font-style: normal;
}

.preview-api {
  background: #0f172a !important;
  color: #cbd5e1;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.preview-api > div,
.preview-api p,
.preview-api footer {
  display: flex;
  align-items: center;
}

.preview-api > div {
  gap: 6px;
  margin-bottom: 12px;
}

.preview-api > div span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.preview-api > div span:nth-child(1) { background: #ef4444; }
.preview-api > div span:nth-child(2) { background: #eab308; }
.preview-api > div span:nth-child(3) { background: #22c55e; }
.preview-api > div em {
  margin-left: auto;
  color: #64748b;
  font-size: 10px;
  font-style: normal;
}

.preview-api p {
  gap: 8px;
  margin: 0 0 12px;
  padding: 10px;
  border: 1px solid #334155;
  border-radius: 8px;
  background: #1e293b;
}

.preview-api strong {
  color: #f472b6;
  font-size: 11px;
}

.preview-api code {
  color: #4ade80;
  font-size: 11px;
}

.preview-api pre {
  overflow: auto;
  margin: 0;
  padding: 14px;
  border: 1px solid #1e293b;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.65;
}

.preview-api footer {
  justify-content: space-between;
  margin-top: 12px;
  color: #64748b;
  font-size: 11px;
}

.preview-api footer span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.preview-api footer i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
}

.preview-api footer em {
  padding: 2px 8px;
  border: 1px solid #334155;
  border-radius: 6px;
  background: #1e293b;
  font-style: normal;
}

.intellcall-metric-grid article {
  padding: 24px;
}

.intellcall-metric-grid span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
}

.intellcall-metric-grid i {
  color: #3b82f6;
  font-size: 18px;
}

.intellcall-metric-grid strong {
  display: block;
  margin-top: 10px;
  color: #0f172a;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
}

.intellcall-metric-grid em {
  display: block;
  margin-top: 6px;
  color: #22c55e;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.intellcall-integration-grid article {
  padding: 24px 18px;
  text-align: center;
}

.intellcall-integration-grid span {
  margin: 0 auto 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

@media (max-width: 1180px) {
  .intellcall-challenge-grid,
  .intellcall-integration-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 960px) {
  .intellcall-hero-inner,
  .intellcall-feature-layout {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 720px) {
  .intellcall-hero {
    padding: 74px 0 56px;
  }

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

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

  .intellcall-section-head h2 {
    font-size: 28px;
  }

  .intellcall-challenge-grid,
  .intellcall-highlight-grid,
  .intellcall-metric-grid,
  .intellcall-integration-grid {
    grid-template-columns: 1fr;
  }

  .intellcall-quick-grid,
  .report-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intellcall-profile {
    grid-template-columns: 1fr;
  }

  .intellcall-preview {
    min-height: auto;
    padding: 18px;
  }

  .intellcall-actions,
  .intellcall-primary,
  .intellcall-secondary,
  .intellcall-ghost {
    width: 100%;
  }
}

.intellcall-page {
  background: #fff;
}

.intellcall-hero {
  min-height: 530px;
  padding: 96px 0 72px;
  background:
    radial-gradient(circle at 72% 30%, rgba(50, 140, 255, 0.2), transparent 30%),
    linear-gradient(110deg, #f8fbff 0%, #edf5ff 56%, #eaf4ff 100%);
}

.intellcall-hero-inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
}

.intellcall-hero h1 {
  color: var(--text);
  font-size: 56px;
  line-height: 1.16;
  font-weight: 700;
}

.intellcall-hero h1 span {
  color: var(--brand);
}

.intellcall-hero-board {
  justify-self: end;
  width: min(100%, 620px);
}

.intellcall-hero-image {
  display: block;
  width: 100%;
  border-radius: 8px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 26px 42px rgba(38, 111, 220, 0.16));
}

.intellcall-hero-copy > p {
  color: #3f536d;
  font-size: 18px;
  line-height: 1.9;
}

.intellcall-primary,
.intellcall-secondary,
.intellcall-ghost {
  min-height: 44px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.intellcall-primary {
  border: none;
  background: linear-gradient(135deg, #1366ec, #4588f7);
  box-shadow: 0 14px 30px rgba(19, 102, 236, 0.28);
}

.intellcall-secondary {
  border-color: rgba(19, 102, 236, 0.18);
  color: var(--brand);
}

.intellcall-call-card,
.intellcall-preview > div,
.intellcall-challenge-grid article,
.intellcall-highlight-grid article,
.intellcall-metric-grid article,
.intellcall-integration-grid article {
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(37, 96, 163, 0.08);
}

.intellcall-call-card,
.intellcall-preview > div {
  border-color: rgba(19, 102, 236, 0.08);
}

.intellcall-section {
  padding: 88px 0;
}

.intellcall-muted {
  border: 0;
  background: #f6f9fe;
}

.intellcall-section-head {
  margin-bottom: 48px;
}

.intellcall-section-head h2 {
  color: var(--text);
  font-size: 34px;
  line-height: 1.35;
  font-weight: 650;
}

.intellcall-section-head p {
  color: #4f6074;
  font-size: 16px;
  line-height: 1.8;
}

.intellcall-challenge-grid article,
.intellcall-integration-grid article {
  padding: 28px 22px;
}

.intellcall-highlight-grid article {
  padding: 28px;
}

.intellcall-challenge-grid i,
.intellcall-highlight-grid span,
.intellcall-feature-list span,
.intellcall-integration-grid span {
  background: linear-gradient(135deg, #1366ec, #5fa6ff);
  color: #fff;
  box-shadow: 0 12px 24px rgba(19, 102, 236, 0.2);
}

.intellcall-challenge-grid h3,
.intellcall-highlight-grid h3,
.intellcall-integration-grid h3,
.intellcall-feature-list h4 {
  color: var(--text);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 650;
}

.intellcall-challenge-grid p,
.intellcall-highlight-grid p,
.intellcall-integration-grid p,
.intellcall-feature-list p {
  color: #4f6074;
  font-size: 15px;
  line-height: 1.85;
}

.intellcall-tabs button {
  background: #f6f9fe;
  color: #4f6074;
}

.intellcall-tabs button.is-active {
  background: linear-gradient(135deg, #1366ec, #4588f7);
  box-shadow: 0 14px 30px rgba(19, 102, 236, 0.22);
}

.intellcall-preview {
  border-color: rgba(19, 102, 236, 0.08);
  border-radius: 8px;
  background: #f6f9fe;
}

.intellcall-metric-grid strong {
  color: var(--text);
}

@media (max-width: 1100px) {
  .intellcall-hero-inner,
  .intellcall-feature-layout {
    grid-template-columns: 1fr;
  }

  .intellcall-hero-board {
    justify-self: center;
  }
}

@media (max-width: 720px) {
  .intellcall-hero {
    min-height: auto;
    padding: 72px 0 56px;
  }

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

  .intellcall-hero-copy > p {
    font-size: 16px;
  }

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

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

  .intellcall-section-head h2 {
    font-size: 28px;
  }
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav-shell,
.nav-left,
.main-nav,
.nav-right {
  display: flex;
  align-items: center;
}

.nav-shell {
  justify-content: space-between;
  min-height: 74px;
}

.nav-left {
  gap: 64px;
  min-width: 0;
}

.brand img {
  display: block;
  width: auto;
  max-width: 151px;
  height: 48px;
  object-fit: contain;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.main-nav {
  gap: 64px;
}

.nav-link,
.login-link,
.cta-pill {
  font-size: 14px;
  line-height: 22px;
}

.nav-item {
  display: flex;
  align-items: center;
}

.nav-item-has-panel {
  position: static;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 74px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  font-family: inherit;
  cursor: pointer;
  transition: color 0.2s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: background 0.2s ease;
}

.nav-link:hover,
.nav-item-has-panel.is-open > .nav-link {
  color: var(--brand);
}

.nav-item-has-panel.is-open > .nav-link::after {
  background: transparent;
}

.nav-caret {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  transition: transform 0.2s ease;
}

.nav-item-has-panel.is-open .nav-caret {
  transform: translateY(2px) rotate(-135deg);
}

.nav-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 44px rgba(16, 24, 40, 0.08);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.nav-item-has-panel.is-open > .nav-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-panel-inner {
  padding-top: 28px;
  padding-bottom: 30px;
}

.nav-panel-products .nav-panel-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 64px;
}

.nav-panel-product-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  align-content: start;
  gap: 18px;
}

.nav-panel-product-group + .nav-panel-product-group {
  padding-top: 0;
  border-top: 0;
}

.nav-panel-product-group h3 {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7ebf1;
  color: #303846;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.nav-panel-card-grid {
  display: grid;
  gap: 4px;
  align-content: start;
}

.nav-panel-products .nav-panel-card-grid-three,
.nav-panel-products .nav-panel-card-grid-four {
  grid-template-columns: minmax(0, 1fr);
}

.nav-panel-card-grid-solutions {
  display: block;
  column-count: 4;
  column-gap: 40px;
}

.nav-panel-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 0;
  /* margin: -10px -14px; */
  padding: 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.nav-panel-card:hover,
.nav-panel-card:focus-visible {
  opacity: 1;
  background: #f5f7fa;
  /* box-shadow: inset 0 0 0 1px rgba(223, 228, 236, 0.75); */
}

.nav-panel-card-static:hover {
  background: transparent;
}

.nav-panel-card:focus-visible {
  outline: none;
}

.nav-panel-products .nav-panel-card {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "desc desc";
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}

.nav-panel-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 3px;
  border-radius: 3px;
  background: #1366ec;
}

.nav-panel-card-icon img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.nav-panel-products .nav-panel-card-icon {
  grid-area: icon;
  margin-top: 0;
  align-self: center;
}

.nav-panel-products .nav-panel-card-copy {
  display: contents;
}

.nav-panel-card-copy strong {
  display: block;
  color: #313847;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.nav-panel-products .nav-panel-card-copy strong {
  grid-area: title;
  align-self: center;
  margin: 0;
}

.nav-panel-card-copy p {
  margin: 4px 0 0;
  color: #7c89a4;
  font-size: 13px;
  line-height: 1.5;
}

.nav-panel-products .nav-panel-card-copy p {
  grid-area: desc;
  margin-top: 0;
}

.nav-panel-solutions .nav-panel-inner {
  padding-top: 30px;
  padding-bottom: 32px;
}

.nav-panel-solutions .nav-panel-card {
  display: inline-grid;
  grid-template-columns: 22px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "desc desc";
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
  width: 100%;
  margin: 0 0 4px;
  break-inside: avoid;
  page-break-inside: avoid;
}

.nav-panel-solutions .nav-panel-card-icon {
  grid-area: icon;
  margin-top: 0;
  align-self: center;
}

.nav-panel-solutions .nav-panel-card-copy {
  display: contents;
}

.nav-panel-solutions .nav-panel-card-copy strong {
  grid-area: title;
  align-self: center;
  margin: 0;
}

.nav-panel-solutions .nav-panel-card-copy p {
  grid-area: desc;
  margin-top: 0;
  max-width: 240px;
}

.nav-right {
  gap: 24px;
  flex-shrink: 0;
}

/* 用户菜单样式 */
.auth-section {
  display: flex;
  align-items: center;
}

.user-menu {
  position: relative;
}

.user-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--text-primary);
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.user-phone-btn:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.user-phone-btn i:first-child {
  font-size: 16px;
}

.user-phone-btn i:last-child {
  font-size: 14px;
  transition: transform 0.2s ease;
}

.user-menu.is-open .user-phone-btn i:last-child {
  transform: rotate(180deg);
}

.user-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 140px;
  padding: 8px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(18, 38, 63, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s ease;
  z-index: 100;
}

.user-menu.is-open .user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.logout-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--text-primary);
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.logout-btn:hover {
  background: #f5f7fa;
  color: #dc2626;
}

.logout-btn i {
  font-size: 16px;
}

.login-link:hover {
  color: var(--brand);
}

.cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 30px;
  background-image: linear-gradient(305deg, #1366ec 24%, #4588f7 99%);
  color: #fff;
  font-weight: 500;
  box-shadow: 0 10px 24px rgba(19, 102, 236, 0.22);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.cta-pill:hover {
  filter: brightness(1.02);
  transform: translateY(-1px);
}

.trial-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.trial-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.trial-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 34, 52, 0.36);
  backdrop-filter: blur(8px);
}

.trial-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 860px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 40px 40px 38px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 34px 80px rgba(18, 38, 63, 0.18);
  overscroll-behavior: contain;
}

.trial-modal-close {
  position: absolute;
  top: 22px;
  right: 24px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #9bb0c8;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.trial-modal-head {
  text-align: center;
}

.trial-modal-head h2 {
  margin: 0;
  color: #1c2638;
  font-size: 24px;
  line-height: 34px;
}

.trial-modal-head p {
  margin: 12px 0 0;
  color: #71829a;
  font-size: 16px;
  line-height: 24px;
}

.trial-form {
  margin-top: 30px;
}

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

.trial-field {
  display: grid;
  gap: 10px;
}

.trial-field-full {
  grid-column: 1 / -1;
}

.trial-field span,
.trial-product-head {
  color: #233046;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.trial-product-head span {
  margin-left: 6px;
  color: #8da0bb;
  font-weight: 500;
}

.trial-field em,
.trial-product-head em {
  color: #ff5a5f;
  font-style: normal;
}

.trial-field input {
  width: 100%;
  height: 50px;
  padding: 0 18px;
  border: 1px solid #d9e3f0;
  border-radius: 10px;
  background: #f9fbfe;
  color: #1e2831;
  font-size: 16px;
  outline: none;
}

.trial-field input::placeholder {
  color: #a0afc2;
}

.trial-field input:focus {
  border-color: #9bbdff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(118, 161, 255, 0.14);
}

.trial-field input.is-invalid {
  border-color: #ff8e93;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 90, 95, 0.12);
}

.trial-field input:disabled {
  border-color: #dfe5ec;
  background: #f2f4f7;
  color: #7c8797;
  cursor: not-allowed;
  box-shadow: none;
}

.trial-field-error {
  min-height: 20px;
  margin: -2px 0 0;
  color: #ff5a5f;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
}

.trial-field-error.is-visible {
  opacity: 1;
}

.trial-product-block {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #edf1f6;
}

.trial-product-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 12px;
  margin-top: 14px;
}

.trial-product-chip {
  min-height: 34px;
  border: 1px solid #d7e1ec;
  border-radius: 10px;
  background: #fff;
  color: #4b5f7c;
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.trial-product-chip.is-selected {
  border-color: #7ea6ff;
  background: rgba(126, 166, 255, 0.1);
  color: #3967d8;
}

.trial-product-error {
  min-height: 22px;
  margin: 10px 0 0;
  color: #ff5a5f;
  font-size: 14px;
  line-height: 22px;
  opacity: 0;
}

.trial-product-error.is-visible {
  opacity: 1;
}

.trial-submit-message {
  min-height: 22px;
  margin: 14px 0 -8px;
  color: #ff5a5f;
  font-size: 14px;
  line-height: 22px;
  opacity: 0;
}

.trial-submit-message.is-visible {
  opacity: 1;
}

.trial-submit {
  width: 100%;
  min-height: 54px;
  margin-top: 22px;
  border: 0;
  border-radius: 10px;
  background-image: linear-gradient(305deg, #1366ec 24%, #4588f7 99%);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
}

.trial-submit:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 125;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.auth-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-toast {
  position: fixed;
  top: 28px;
  left: 50%;
  z-index: 180;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 160px;
  max-width: min(420px, calc(100vw - 32px));
  padding: 12px 18px;
  border: 1px solid #b7ebc8;
  border-radius: 8px;
  background: #f0fff5;
  box-shadow: 0 10px 30px rgba(20, 80, 45, 0.16);
  color: #168447;
  font-size: 15px;
  line-height: 22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -12px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.site-toast i {
  flex: 0 0 auto;
  font-size: 20px;
}

.site-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.site-toast.is-error {
  border-color: #ffd0d2;
  background: #fff5f5;
  color: #d94a50;
}

.auth-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 26, 47, 0.5);
  backdrop-filter: blur(10px);
}

.auth-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 34px 80px rgba(18, 38, 63, 0.28);
}

.auth-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 2;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.auth-modal-hero {
  padding: 38px 36px 30px;
  background: linear-gradient(180deg, #3153eb 0%, #2f4fe1 100%);
  text-align: center;
}

.auth-modal-badge {
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  /* width: 94px;
  height: 64px;
  margin: 0 auto 22px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px; */
}

.auth-modal-logo {
  display: block;
  width: 88px;
  height: auto;
}

.auth-modal-hero h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.auth-modal-hero p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 24px;
}

.auth-form {
  padding: 34px 32px 32px;
}

.auth-field {
  display: grid;
  gap: 10px;
}

.auth-field + .auth-field {
  margin-top: 12px;
}

.auth-field > span {
  color: #233046;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.auth-input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #d9e3f0;
  border-radius: 14px;
  background: #fff;
}

.auth-input-wrap.is-invalid {
  border-color: #ff8e93;
  box-shadow: 0 0 0 3px rgba(255, 90, 95, 0.12);
}

.auth-input-icon {
  flex: 0 0 auto;
  color: #9aa8bc;
  font-size: 22px;
  line-height: 1;
}

.auth-input-wrap input {
  width: 100%;
  border: 0;
  padding: 0;
  color: #1e2831;
  font-size: 16px;
  outline: none;
}

.auth-input-wrap input::placeholder {
  color: #a0afc2;
}

.auth-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 12px;
}

.auth-input-wrap-code {
  min-width: 0;
}

.auth-code-button {
  border: 1px solid #d9e3f0;
  border-radius: 14px;
  background: #f6f8fc;
  color: #8fa0b8;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.auth-code-button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.auth-field-error {
  min-height: 20px;
  margin: -2px 0 0;
  color: #ff5a5f;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
}

.auth-field-error.is-visible {
  opacity: 1;
}

.auth-submit-message {
  min-height: 20px;
  margin: 10px 0 -12px;
  color: #ff5a5f;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
}

.auth-submit-message.is-visible {
  opacity: 1;
}

.auth-submit {
  width: 100%;
  min-height: 50px;
  margin-top: 26px;
  border: 0;
  border-radius: 14px;
  background-image: linear-gradient(305deg, #1366ec 24%, #4588f7 99%);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(19, 102, 236, 0.24);
  cursor: pointer;
}

.auth-submit:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.auth-switch {
  margin: 16px 0 0;
  color: #7e8ea5;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.auth-switch button {
  border: 0;
  padding: 0;
  background: transparent;
  color: #4b5f7c;
  font-size: inherit;
  cursor: pointer;
}

.auth-agreement {
  margin: 18px 0 0;
  color: #9aa8bc;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.auth-agreement a {
  color: #3153eb;
}

.hero {
  position: relative;
  height: 640px;
  overflow: hidden;
  background: linear-gradient(180deg, #edf5ff 0%, #f7fbff 100%);
}

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

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.65s ease;
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.hero img,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video {
  border: 0;
  background: #edf5ff;
}

.hero-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(237, 245, 255, 0.92) 0%, rgba(237, 245, 255, 0.72) 34%, rgba(237, 245, 255, 0.12) 68%, rgba(237, 245, 255, 0) 100%);
}

.hero-cloud {
  animation: heroFloat 7s ease-in-out infinite;
}

.hero-slide-inner,
.hero-ui {
  position: relative;
  z-index: 2;
}

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

.hero-copy {
  max-width: 680px;
  padding-top: 12px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(19, 102, 236, 0.12);
  color: var(--brand);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.hero-copy h1 {
  margin: 24px 0 0;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #10192f;
}

.hero-title-line {
  display: block;
  letter-spacing: 0;
}

.hero-title-line-accent {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--brand);
  font-size: 1.06em;
  font-weight: 800;
  margin-top: 20px;
}

/* .hero-title-line-accent::before {
  content: "";
  width: 54px;
  height: 8px;
  flex: 0 0 auto;
  background: currentColor;
} */

.hero-copy p {
  margin: 18px 0 0;
  max-width: 500px;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 32px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 28px;
  padding: 0 22px;
  border-radius: 999px;
  background-image: linear-gradient(305deg, #1366ec 24%, #4588f7 99%);
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  box-shadow: 0 16px 32px rgba(19, 102, 236, 0.2);
}

.hero-ui {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -86px;
}

.hero-dots {
  display: flex;
  gap: 10px;
}

.hero-dot,
.hero-arrow,
.solution-control {
  border: 0;
  cursor: pointer;
}

.hero-dot {
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: rgba(32, 67, 109, 0.18);
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-dot.is-active {
  width: 52px;
  background: var(--brand);
}

.hero-arrows {
  display: flex;
  gap: 10px;
}

.hero-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  color: #20436d;
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(44, 80, 117, 0.12);
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -8px, 0) scale(1.01);
  }
}

.section {
  padding: 64px 0;
}

.section-muted {
  background: var(--bg-muted);
}

.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}

.section-head.compact {
  gap: 0;
}

.section-head h2,
.partner-head h2 {
  margin: 0;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  color: var(--text);
}

.product-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
  width: 100%;
}

.product-tab {
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  padding: 0 0 8px;
  font: inherit;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.product-tab:hover,
.product-tab[aria-selected="true"] {
  border-bottom-color: var(--text);
}

.product-showcase {
  position: relative;
}

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

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

.product-grid-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 298px;
  padding: 38px 40px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(30, 40, 49, 0.04);
  overflow: hidden;
  text-decoration: none;
  isolation: isolate;
}

.product-grid-card::before {
  content: "";
  position: absolute;
  inset: -120%;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    rgba(255, 255, 255, 0) 0deg,
    rgba(255, 255, 255, 0) 292deg,
    rgba(74, 132, 255, 0.5) 316deg,
    rgba(126, 164, 255, 0.42) 326deg,
    rgba(69, 136, 247, 0.42) 340deg,
    rgba(19, 102, 236, 0.5) 352deg,
    rgba(255, 255, 255, 0) 360deg
  );
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.product-grid-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 23px;
  background: #fff;
  z-index: 0;
  pointer-events: none;
}

.product-grid-card > * {
  position: relative;
  z-index: 1;
}

.product-grid-icon {
  display: block;
  width: 48px;
  height: 48px;
  aspect-ratio: 1 / 1;
}

.product-grid-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

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

.product-grid-copy h3 {
  margin: 0;
  color: var(--text);
  font-family: "HarmonyOS Sans SC", "PingFang SC", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

.product-grid-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.75;
  min-height: calc(1.75em * 2);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-grid-card .ghost-button {
  margin-top: 32px;
  border-color: rgba(30, 40, 49, 0.78);
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease;
}

.product-grid-card .ghost-button:hover {
  background: transparent;
  color: inherit;
  transform: none;
}

.product-grid-card:hover .ghost-button {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.product-grid-card:hover::before {
  opacity: 1;
  animation: productBorderSpin 3.8s linear infinite;
}

.product-grid-card-static {
  cursor: default;
}

.product-grid-card-static:hover::before {
  opacity: 0;
  animation: none;
}

@keyframes productBorderSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  padding: 8px 24px;
  border: 1px solid var(--text);
  border-radius: 32px;
  font-size: 14px;
  line-height: 22px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ghost-button:hover {
  background: var(--text);
  color: #fff;
  transform: translateY(-1px);
}

.capability-grid {
  position: relative;
}

.news-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.news-title {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.capability-showcase {
  position: relative;
  display: grid;
  gap: 0;
  padding: 18px 0 8px;
}

.capability-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 0.88fr);
  gap: 28px;
  align-items: center;
}

.capability-panel {
  position: relative;
  padding: 44px 26px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
  box-shadow:
    0 18px 48px rgba(30, 40, 49, 0.08),
    inset 0 0 0 1px rgba(199, 219, 255, 0.78);
}

.capability-panel-solution {
  box-shadow:
    0 18px 48px rgba(30, 40, 49, 0.08),
    inset 0 0 0 1px rgba(255, 190, 111, 0.88);
}

.capability-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.capability-panel-pain::before {
  background:
    radial-gradient(circle at left center, rgba(74, 143, 255, 0.16) 0%, rgba(74, 143, 255, 0) 26%),
    linear-gradient(180deg, rgba(53, 119, 255, 0.08) 0%, rgba(53, 119, 255, 0.02) 100%);
}

.capability-panel-solution::before {
  background:
    radial-gradient(circle at right center, rgba(255, 153, 0, 0.14) 0%, rgba(255, 153, 0, 0) 28%),
    linear-gradient(180deg, rgba(255, 153, 0, 0.06) 0%, rgba(255, 153, 0, 0.015) 100%);
}

.capability-panel-badge {
  position: absolute;
  left: 50%;
  top: 0;
  min-width: 304px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  background: linear-gradient(90deg, #1f66ff 0%, #0f4ed0 100%);
  box-shadow: 0 14px 24px rgba(31, 102, 255, 0.22);
}

.capability-panel-badge-green {
  background: linear-gradient(90deg, #ffb53a 0%, #ff8f1f 100%);
  box-shadow: 0 14px 24px rgba(255, 153, 0, 0.22);
}

.capability-panel-list {
  display: grid;
}

.capability-row {
  display: grid;
  align-items: center;
  gap: 20px;
  min-height: 104px;
  padding: 20px 8px;
}

.capability-row + .capability-row {
  border-top: 1px solid rgba(204, 221, 255, 0.72);
}

.capability-panel-solution .capability-row + .capability-row {
  border-top-color: rgba(255, 197, 126, 0.78);
}

.capability-row-pain,
.capability-row-solution {
  grid-template-columns: 64px minmax(0, 1fr);
}

.capability-row-icon {
  width: 64px;
  height: 64px;
}

.capability-row-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.capability-row-index {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(180deg, #2a7aff 0%, #1457ea 100%);
}

.capability-row-copy {
  min-width: 0;
}

.capability-row-heading,
.capability-row-text {
  margin: 0;
}

.capability-row-heading {
  color: #185ae6;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.capability-row-heading-solution {
  color: #ff9900;
}

.capability-row-text {
  color: #1e2831;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.capability-compare-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 120px;
  height: 142px; */
}

.capability-compare-arrow img {
  width: 120px;
  height: 142px;
  object-fit: contain;
}

.capability-loop-copy {
  display: grid;
  gap: 8px;
  text-align: center;
}

.capability-loop-copy h3,
.capability-loop-copy p {
  margin: 0;
}

.capability-loop-copy h3 {
  color: #1e2831;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.capability-loop-copy h3::after {
  content: "";
}

.capability-loop-copy p {
  color: #ff8b11;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.capability-loop {
  position: relative;
}

.capability-stage-flow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  width: 100%;
}

.capability-stage {
  position: relative;
  flex: 0 0 158px;
  width: 158px;
  min-width: 0;
}

.capability-stage-badge {
  width: 106px;
  height: 106px;
  margin: 0 auto -18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--stage-color, linear-gradient(180deg, #2f7aff 0%, #1457ea 100%));
  border: 6px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 26px rgba(30, 40, 49, 0.16);
}

.capability-stage-badge img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
}

.capability-stage-card {
  min-height: 102px;
  padding: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 12px 24px rgba(30, 40, 49, 0.08),
    inset 0 0 0 1px rgba(220, 230, 244, 0.78);
}

.capability-stage-card h3 {
  margin: 0 0 6px;
  color: var(--stage-text, #1e63e7);
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.capability-stage-card p {
  margin: 0;
  color: #1e2831;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.capability-stage-arrow {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 41px;
  display: grid;
  place-items: center;
}

.capability-stage-arrow img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.capability-stage-arrow.is-hidden {
  visibility: hidden;
}

.capability-stage-blue {
  --stage-color: linear-gradient(180deg, #2a80ff 0%, #1354ea 100%);
  --stage-text: #1d62e6;
}

.capability-stage-purple {
  --stage-color: linear-gradient(180deg, #9866ff 0%, #6d37e6 100%);
  --stage-text: #7549ea;
}

.capability-stage-cyan {
  --stage-color: linear-gradient(180deg, #39d3d9 0%, #1696d2 100%);
  --stage-text: #1595c4;
}

.capability-stage-orange {
  --stage-color: linear-gradient(180deg, #ffbf40 0%, #ff8d17 100%);
  --stage-text: #ff8b11;
}

.capability-stage-indigo {
  --stage-color: linear-gradient(180deg, #367dff 0%, #174ee7 100%);
  --stage-text: #1a56dd;
}

.capability-stage-green {
  --stage-color: linear-gradient(180deg, #4bd97d 0%, #18b660 100%);
  --stage-text: #13a753;
}

.solution-strip {
  --solution-edge-space: max(24px, calc((100vw - var(--container)) / 2));
  --solution-nav-offset: max(20px, calc(var(--solution-edge-space) - 112px));
  position: relative;
  width: 100%;
  overflow: hidden;
}

#solutions .section-head.compact {
  margin-bottom: 32px;
}

.solution-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  padding-left: var(--solution-edge-space);
  padding-right: 220px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-padding-left: var(--solution-edge-space);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.solution-track::-webkit-scrollbar {
  display: none;
}

.solution-card {
  display: block;
  position: relative;
  flex: 0 0 400px;
  height: 420px;
  overflow: hidden;
  border-radius: 12px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  cursor: pointer;
  background: #edf3ff;
  /* box-shadow:
    0 18px 42px rgba(30, 40, 49, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72); */
  transition:
    transform 0.3s ease,
    box-shadow 0.35s ease;
}

.solution-card.is-static {
  cursor: default;
}

.solution-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.6s ease,
    filter 0.35s ease;
}

.solution-card-glow,
.solution-card-overlay {
  position: absolute;
  inset: 0;
}

.solution-card-glow {
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 22%);
  opacity: 1;
}

.solution-card-overlay {
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 16, 30, 0.56) 0%, rgba(8, 16, 30, 0.14) 24%, rgba(8, 16, 30, 0) 42%);
}

.solution-content {
  position: absolute;
  inset: 39px auto auto 40px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  width: 320px;
  color: #fff;
}

.solution-content h3,
.solution-content p {
  margin: 0;
}

.solution-content h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
}

.solution-content p {
  font-size: 15px;
  line-height: 24px;
  opacity: 1;
}

.solution-card-light:hover,
.solution-card-dark:hover {
  transform: translateY(-6px);
  box-shadow:
    0 28px 56px rgba(30, 40, 49, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.solution-card-light:hover > img,
.solution-card-dark:hover > img {
  transform: scale(1.045);
}

.solution-card:hover > img {
  filter: saturate(1.04) contrast(1.02);
}

.solution-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.96);
  color: #1e2831;
  font-size: 0;
  box-shadow: 0 12px 32px rgba(30, 40, 49, 0.14);
  transform: translateY(-50%);
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease,
    visibility 0.2s ease;
}

.solution-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-top: 3px solid #1e2831;
  border-right: 3px solid #1e2831;
}

.solution-nav:hover:not(:disabled) {
  background: #fff;
  transform: translateY(-50%) scale(1.02);
}

.solution-nav:disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%) scale(0.92);
}

.solution-nav-left {
  left: var(--solution-nav-offset);
}

.solution-nav-left::before {
  transform: translate(-42%, -50%) rotate(-135deg);
}

.solution-nav-right {
  right: 100px;
}

.solution-nav-right::before {
  transform: translate(-58%, -50%) rotate(45deg);
}

.stats-card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  min-height: 176px;
  padding: 22px;
  border: 1px solid rgba(206, 221, 242, 0.9);
  border-radius: 20px;
  background:
    radial-gradient(circle at left top, rgba(19, 102, 236, 0.08), transparent 28%),
    radial-gradient(circle at right bottom, rgba(52, 122, 255, 0.08), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f7faff 100%);
  box-shadow:
    0 22px 48px rgba(30, 40, 49, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  overflow: hidden;
}

.stats-card::before,
.stats-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.stats-card::before {
  top: -58px;
  right: 90px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(109, 166, 255, 0.16) 0%, rgba(109, 166, 255, 0) 72%);
}

.stats-card::after {
  bottom: -88px;
  left: -22px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(19, 102, 236, 0.14) 0%, rgba(19, 102, 236, 0) 70%);
}

.stat-item {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 12px;
  min-height: 132px;
  padding: 22px 18px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(8px);
  text-align: center;
}

.stat-item + .stat-item::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: linear-gradient(180deg, rgba(210, 220, 235, 0) 0%, rgba(210, 220, 235, 0.95) 20%, rgba(210, 220, 235, 0.95) 80%, rgba(210, 220, 235, 0) 100%);
}

.stat-item strong {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  color: var(--brand);
  font-size: 46px;
  line-height: 46px;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-shadow: 0 10px 26px rgba(19, 102, 236, 0.1);
}

.stat-item .stat-unit {
  display: inline-block;
  margin-left: 2px;
  color: inherit;
  font-size: 0.52em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}

.stat-item .stat-label {
  display: block;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 22px;
}

.certification-showcase {
  margin-top: 28px;
}

.certification-panel {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 18px;
  padding: 34px 28px 30px;
  border: 1px solid rgba(206, 221, 242, 0.9);
  border-radius: 22px;
  background: linear-gradient(180deg, #f5fbfd 0%, #ffffff 100%);
  box-shadow: 0 18px 42px rgba(39, 73, 113, 0.06);
}

.certification-item {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 18px;
  text-align: center;
}

.certification-item img {
  /* width: 124px; */
  height: 60px;
  object-fit: contain;
}

.certification-item p {
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 22px;
}

.partner-head {
  margin: 64px 0 32px;
  text-align: center;
}

.partner-head p {
  margin: 2px 0 0;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 24px;
}

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

.partner-row {
  position: relative;
  overflow: hidden;
}

.partner-row::before,
.partner-row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 88px;
  pointer-events: none;
}

.partner-row::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.partner-row::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.partner-track {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}

.partner-row-left .partner-track {
  animation: partnerMarqueeLeft 60s linear infinite;
}

.partner-row-right .partner-track {
  animation: partnerMarqueeRight 60s linear infinite;
}

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

.partner-card {
  flex: 0 0 190px;
  display: grid;
  place-items: center;
  min-height: 95px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.partner-card img {
  width: 100%;
  max-width: 150px;
  height: 64px;
  object-fit: contain;
  object-position: center;
}

@keyframes partnerMarqueeLeft {
  from {
    transform: translateX(0);
  }

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

@keyframes partnerMarqueeRight {
  from {
    transform: translateX(calc(-50% - 10px));
  }

  to {
    transform: translateX(0);
  }
}

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

.news-section-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.news-section-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.24s ease, color 0.24s ease, gap 0.24s ease;
}

.news-section-link-arrow {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  transition: transform 0.24s ease;
}

.news-section-link:hover {
  gap: 18px;
  color: var(--brand);
  transform: translateX(2px);
}

.news-section-link:hover .news-section-link-arrow {
  transform: translateX(3px);
}

.news-card {
  display: block;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

body.reveal-ready .news-list-card {
  opacity: 1;
  filter: none;
  transform: none;
  transition-delay: 0ms;
  will-change: auto;
}

body.reveal-ready .news-list-card:hover {
  transform: translateY(-8px);
}

.news-card > img {
  width: 100%;
  height: 198px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.news-body {
  display: grid;
  gap: 20px;
  padding: 16px;
}

.news-meta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 22px;
}

.news-meta img,
.news-link img {
  width: 16px;
  height: 16px;
}

.news-title {
  min-height: 56px;
}

.news-link {
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: fit-content;
  color: var(--brand);
  font-size: 14px;
  line-height: 22px;
  transition: gap 0.24s ease, transform 0.24s ease;
}

.news-link img {
  transition: transform 0.24s ease;
}

.news-card:hover {
  transform: translateY(-8px);
  border-color: rgba(19, 102, 236, 0.22);
  box-shadow: 0 18px 36px rgba(30, 40, 49, 0.1);
}

.news-card:hover > img {
  transform: scale(1.04);
}

.news-card:hover .news-link {
  gap: 4px;
}

.news-card:hover .news-link img {
  transform: translateX(3px);
}

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

.news-state {
  min-height: 180px;
  display: grid;
  place-items: center;
  color: var(--text-soft);
  font-size: 16px;
  text-align: center;
}

[v-cloak] {
  display: none;
}

.news-load-more-state {
  padding: 28px 0 0;
  color: var(--text-soft);
  font-size: 15px;
  text-align: center;
}

.news-load-more-sentinel {
  width: 100%;
  height: 1px;
  pointer-events: none;
}

.news-detail-page {
  background: #fff;
}

.news-detail-banner {
  position: relative;
  height: 360px;
  overflow: hidden;
  background: #eef5ff;
}

.news-detail-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-detail-banner-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.news-detail-banner-copy h2 {
  margin: 0;
  color: var(--text);
  font-size: 42px;
  line-height: 1.24;
  font-weight: 700;
}

.news-detail-banner-copy p {
  margin: 16px 0 0;
  color: var(--text-soft);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.news-detail-back {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 36px;
  padding: 0 22px;
  border: 1px solid rgba(19, 102, 236, 0.18);
  border-radius: 999px;
  background: rgba(19, 102, 236, 0.08);
  color: var(--brand);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: fit-content;
  margin: 20px auto 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.news-detail-meta i {
  font-size: 16px;
  line-height: 1;
}

.news-detail-article h1 {
  margin: 0;
  color: var(--text);
  font-size: 32px;
  line-height: 1.28;
  font-weight: 700;
  text-align: center;
}

.news-detail-section {
  padding-top: 68px;
  background: #fff;
}

.news-detail-article {
  max-width: 1180px;
}

.news-detail-divider {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  background: #e8e8e8;
}

.news-detail-content {
  margin-top: 32px;
}

.news-detail-content p {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.news-detail-content p + p {
  margin-top: 28px;
}

.news-detail-rich-text {
  margin-top: 28px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.news-detail-rich-text > :first-child {
  margin-top: 0;
}

.news-detail-rich-text img {
  max-width: 100%;
  height: auto;
}

.floating-sidebar {
  position: fixed;
  right: max(20px, calc((100vw - var(--container)) / 2 - 84px));
  top: 50%;
  right: 20px;
  z-index: 40;
  display: grid;
  gap: 20px;
  transform: translateY(-50%);
}

.floating-sidebar-main,
.floating-top {
  width: 48px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 25, 126, 0.1);
}

.floating-sidebar-main {
  padding: 6px 0;
}

.floating-item,
.floating-top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 60px;
  padding: 6px 0;
  color: var(--text);
  cursor: pointer;
}

.floating-service-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  font: inherit;
}

.floating-item + .floating-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 1px;
  background: var(--line);
  transform: translateX(-50%);
}

.floating-icon,
.floating-top-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
}

.floating-icon img,
.floating-top-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.floating-icon img,
.floating-top-icon img {
  transition: filter 0.24s ease;
}

.floating-top-icon img {
  width: 24px;
  height: 20px;
}

.floating-label {
  width: 30px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.floating-item:hover,
.floating-item:focus-within,
.floating-top:hover {
  color: var(--brand);
}

.floating-item:hover .floating-icon img,
.floating-item:focus-within .floating-icon img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(99%) saturate(2656%) hue-rotate(214deg) brightness(94%) contrast(95%);
}

.floating-top:hover .floating-top-icon img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(99%) saturate(2656%) hue-rotate(214deg) brightness(94%) contrast(95%);
}

.floating-panel {
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  display: grid;
  gap: 6px;
  min-width: 172px;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(30, 40, 49, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(12px, -50%, 0);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.floating-panel::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: translateY(-50%) rotate(45deg);
}

.floating-item-has-panel:hover .floating-panel,
.floating-item-has-panel:focus-within .floating-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, -50%, 0);
}

.floating-panel strong,
.floating-panel span,
.floating-panel em {
  position: relative;
  z-index: 1;
}

.floating-panel strong {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.floating-panel span {
  font-size: 16px;
  line-height: 24px;
  color: var(--brand);
  font-weight: 600;
}

.floating-panel em {
  font-size: 12px;
  line-height: 18px;
  color: var(--text-soft);
  font-style: normal;
}

.floating-panel-wechat {
  justify-items: center;
}

.floating-panel-wechat img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
}

.floating-top {
  border: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease, color 0.24s ease;
}

.floating-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: var(--footer);
  color: #fff;
}

.footer-texture {
  position: absolute;
  right: 181px;
  top: -148px;
  width: 1086px;
  opacity: 0.5;
  pointer-events: none;
}

.footer-main {
  position: relative;
  display: grid;
  grid-template-columns: 546px minmax(0, 1fr);
  justify-content: space-between;
  gap: 48px;
  padding: 60px 0;
}

.footer-contact-item span,
.footer-col a,
.footer-bottom p,
.footer-bottom a {
  font-size: 12px;
  line-height: 22px;
}

.footer-bottom p {
  margin: 0;
  opacity: .6;
}

.footer-contact {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: .8 !important;
}

.footer-contact-item img {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.footer-wechat-card {
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(100%, 460px);
  margin-top: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-wechat-qr {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  object-fit: cover;
  background: #fff;
}

.footer-wechat-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.footer-wechat-copy strong {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
}

.footer-wechat-copy span {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.62);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(6, max-content);
  gap: 48px;
  justify-content: end;
  align-content: start;
}

.footer-col {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-col-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

.footer-col-caret {
  display: none;
}

.footer-col strong {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.footer-col-nav {
  display: grid;
  gap: 8px;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.65);
}

.footer-col a:hover,
.footer-bottom a:hover {
  color: var(--brand);
}

.footer-bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 63px;
}

.footer-bottom a {
  text-decoration: underline;
}

@media (max-width: 1320px) {
  .container {
    width: calc(100% - 40px);
  }

  .main-nav {
    gap: 50px;
  }

  .product-tabs {
    gap: 36px;
  }

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

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

  .capability-stage-flow {
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px 14px;
  }

  .footer-main {
    grid-template-columns: minmax(380px, 1fr) minmax(0, 1.2fr);
    gap: 32px;
  }

  .footer-links {
    gap: 32px;
  }
}

@media (max-width: 1400px) and (min-width: 1101px) {
  .footer-main {
    grid-template-columns: minmax(360px, 450px) minmax(0, 1fr);
    gap: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-links {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    justify-content: stretch;
    white-space: nowrap;
  }

  .footer-contact-item span,
  .footer-col a {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-col {
    gap: 8px;
  }

  .footer-col strong {
    font-size: 13px;
    line-height: 22px;
  }

  .footer-col-nav {
    gap: 5px;
  }

  .footer-wechat-card {
    gap: 16px;
    padding: 16px;
  }

  .floating-item,
  .floating-top {
    min-height: 54px;
    padding: 4px 0;
  }

  .floating-label {
    font-size: 10px;
    line-height: 14px;
  }
}

@media (max-width: 1320px) and (min-width: 1101px) {
  main .container,
  .site-footer .container {
    padding-right: 68px;
  }
}

@media (max-width: 1100px) {
  .hero {
    height: 520px;
  }

  .hero-copy h1 {
    font-size: 40px;
    line-height: 1.12;
  }

  .hero-copy p {
    font-size: 17px;
    line-height: 30px;
  }

  .product-grid-card {
    min-height: 268px;
    padding: 30px 28px;
  }

  .capability-showcase {
    gap: 24px;
  }

  .capability-panel {
    padding: 40px 20px 16px;
  }

  .capability-panel-badge {
    min-width: 260px;
    min-height: 48px;
    font-size: 17px;
  }

  .capability-row {
    gap: 14px;
    min-height: 88px;
  }

  .capability-row-pain,
  .capability-row-solution {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .capability-row-icon {
    width: 62px;
    height: 62px;
  }

  .capability-row-icon img {
    width: 36px;
    height: 36px;
  }

  .capability-row-heading {
    font-size: 17px;
  }

  .capability-row-text {
    font-size: 14px;
    line-height: 22px;
  }

  .capability-loop-copy h3 {
    font-size: 24px;
  }

  .capability-loop-copy p {
    font-size: 18px;
  }

  .capability-stage-badge {
    width: 92px;
    height: 92px;
    margin-bottom: -14px;
  }

  .capability-stage-badge img {
    width: 48px;
    height: 48px;
  }

  .capability-stage-card {
    min-height: 0;
    padding: 30px 18px 22px;
  }

  .capability-stage-card p {
    font-size: 13px;
    line-height: 1.8;
  }

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

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

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

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

  .news-detail-banner {
    height: 280px;
  }

  .news-detail-banner-copy h2 {
    font-size: 34px;
  }

  .news-detail-banner-copy p {
    font-size: 18px;
    line-height: 28px;
  }

  .news-detail-article h1 {
    font-size: 34px;
    line-height: 1.3;
  }

  .news-detail-meta {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-links {
    grid-template-columns: repeat(3, minmax(0, max-content));
    justify-content: start;
  }
}

@media (max-width: 1100px) and (min-width: 821px) {
  #capabilities .section-head h2 {
    font-size: clamp(24px, 2.8vw, 30px);
    line-height: 1.4;
  }

  .capability-compare {
    grid-template-columns:
      minmax(0, 1fr)
      clamp(48px, 6vw, 68px)
      minmax(0, 0.88fr);
    gap: clamp(10px, 1.6vw, 18px);
  }

  .capability-panel {
    padding: 38px 14px 12px;
    border-radius: 18px;
  }

  .capability-panel-badge {
    min-width: clamp(170px, 24vw, 230px);
    min-height: 42px;
    padding: 0 12px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .capability-row {
    gap: 10px;
    min-height: 76px;
    padding: 12px 2px;
  }

  .capability-row-pain,
  .capability-row-solution {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .capability-row-icon,
  .capability-row-icon img {
    width: 40px;
    height: 40px;
  }

  .capability-row-heading {
    font-size: 14px;
    line-height: 22px;
  }

  .capability-row-text {
    font-size: 12px;
    line-height: 20px;
  }

  .capability-compare-arrow {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .capability-compare-arrow img {
    width: 100%;
    max-width: 68px;
    height: auto;
    transform: none;
  }
}

@media (max-width: 820px) {
  .capability-compare {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .capability-compare-arrow {
    width: 100%;
    height: auto;
    padding: 6px 0;
  }

  .capability-compare-arrow img {
    width: 96px;
    height: auto;
    transform: rotate(90deg);
  }

  .site-header {
    position: sticky;
  }

  .nav-shell {
    position: relative;
    min-height: 68px;
    padding: 10px 0;
  }

  .nav-left {
    flex: 1;
    justify-content: space-between;
    gap: 16px;
  }

  .brand img {
    max-width: 126px;
    height: 40px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .main-nav,
  .nav-right {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .main-nav {
    top: calc(100% + 8px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(30, 40, 49, 0.08);
  }

  .nav-link {
    height: auto;
    padding: 14px 16px;
    border-radius: 12px;
    justify-content: space-between;
  }

  .nav-link::after {
    display: none;
  }

  .nav-link.is-active,
  .nav-link:hover,
  .nav-item-has-panel.is-open > .nav-link {
    background: rgba(19, 102, 236, 0.08);
  }

  .nav-item {
    display: block;
  }

  .nav-panel {
    position: static;
    display: grid;
    grid-template-rows: 0fr;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    transition: grid-template-rows 0.25s ease;
  }

  .nav-item-has-panel.is-open > .nav-panel {
    grid-template-rows: 1fr;
  }

  .nav-panel-inner {
    overflow: hidden;
    padding: 0 4px;
  }

  .nav-panel-products .nav-panel-inner,
  .nav-panel-solutions .nav-panel-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .nav-item-has-panel:not(.is-open) > .nav-panel .nav-panel-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-item-has-panel.is-open > .nav-panel .nav-panel-inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-panel-product-group {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .nav-panel-product-group + .nav-panel-product-group {
    padding-top: 16px;
  }

  .nav-panel-product-group h3 {
    margin: 0;
    font-size: 16px;
  }

  .nav-panel-card-grid-three,
  .nav-panel-card-grid-four,
  .nav-panel-card-grid-solutions {
    display: grid;
    column-count: auto;
    column-gap: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .nav-panel-card {
    gap: 14px;
  }

  .nav-panel-card-copy strong {
    font-size: 16px;
  }

  .nav-panel-card-copy p {
    margin-top: 6px;
    font-size: 14px;
  }

  .nav-right {
    top: calc(100% + var(--mobile-nav-height, 0px) + 16px);
    display: grid;
    gap: 12px;
    padding: 0 12px;
  }

  .auth-section {
    display: block;
  }

  .user-menu {
    width: 100%;
  }

  .user-phone-btn {
    width: 100%;
    justify-content: center;
    min-height: 44px;
    border-radius: 14px;
  }

  .user-dropdown {
    position: static;
    width: 100%;
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 1px solid var(--line);
    display: none;
  }

  .user-menu.is-open .user-dropdown {
    display: block;
  }

  .login-link,
  .cta-pill {
    justify-content: center;
    min-height: 44px;
    border-radius: 14px;
  }

  .login-link {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
  }

  .site-header.menu-open .main-nav,
  .site-header.menu-open .nav-right {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header.menu-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.menu-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero {
    height: 400px;
  }

  .hero-fade {
    background: linear-gradient(180deg, rgba(237, 245, 255, 0.88) 0%, rgba(237, 245, 255, 0.72) 48%, rgba(237, 245, 255, 0.14) 100%);
  }

  .hero-slide-inner {
    align-items: flex-start;
    padding-top: 54px;
  }

  .hero-copy {
    max-width: 100%;
  }

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

  .hero-copy p {
    max-width: 420px;
    font-size: 15px;
    line-height: 26px;
  }

  .hero-cta {
    min-height: 42px;
    margin-top: 20px;
    font-size: 14px;
  }

  .hero-ui {
    margin-top: -58px;
  }

  .trial-modal-dialog {
    width: min(100%, 760px);
    padding: 34px 28px 30px;
  }

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

  .auth-modal-dialog {
    width: min(100%, 440px);
  }

  .section {
    padding: 48px 0;
  }

  .section-head {
    gap: 20px;
    margin-bottom: 24px;
  }

  .section-head h2,
  .partner-head h2 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .product-tabs {
    gap: 16px 24px;
    justify-content: flex-start;
  }

  .product-tab {
    font-size: 15px;
  }

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

  .product-grid-copy p {
    font-size: 16px;
    line-height: 26px;
  }

  .news-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .news-section-link {
    font-size: 20px;
    gap: 4px;
  }

  .news-section-link-arrow {
    width: 18px;
    height: 18px;
  }

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

  .news-detail-banner {
    height: 210px;
  }

  .news-detail-banner-copy h2 {
    font-size: 28px;
  }

  .news-detail-banner-copy p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
  }

  .news-detail-section {
    padding-top: 44px;
  }

  .news-detail-article h1 {
    font-size: 28px;
  }

  .news-detail-meta {
    align-items: center;
    margin-top: 26px;
    font-size: 15px;
    line-height: 24px;
  }

  .news-detail-divider {
    margin-top: 34px;
  }

  .news-detail-content {
    margin-top: 34px;
  }

  .news-detail-content p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }

  .capability-panel-badge {
    min-width: 220px;
    padding-inline: 20px;
    font-size: 16px;
  }

  .capability-row {
    padding: 12px 0;
  }

  .capability-loop-copy h3 {
    font-size: 22px;
    line-height: 1.5;
  }

  .capability-loop-copy p {
    font-size: 17px;
  }

  .capability-stage-flow {
    gap: 20px 12px;
  }

  .capability-stage-card {
    min-height: 0;
  }

  .capability-stage-card p {
    font-size: 13px;
  }

  .solution-track {
    gap: 14px;
    width: 100%;
    padding-left: 12px;
    padding-right: 32px;
    scroll-padding-left: 12px;
  }

  .solution-card {
    flex: 0 0 clamp(260px, 66vw, 360px);
    height: auto;
    aspect-ratio: 2 / 3;
    scroll-snap-align: start;
  }

  .solution-content {
    gap: 10px;
    inset: clamp(22px, 4vw, 28px) 20px auto;
    width: auto;
  }

  .solution-content h3 {
    font-size: clamp(18px, 3vw, 20px);
    line-height: 1.4;
  }

  .solution-content p {
    font-size: clamp(13px, 2.2vw, 14px);
    line-height: 1.6;
  }

  .solution-nav {
    display: none;
  }

  .stats-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px;
    border-radius: 18px;
  }

  .certification-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 18px;
    padding: 28px 20px 24px;
    border-radius: 24px;
  }

  .certification-item img {
    width: 110px;
    height: 84px;
  }

  .certification-item p {
    font-size: 16px;
    line-height: 24px;
  }

  .stat-item {
    min-height: 120px;
    padding: 18px 14px 16px;
  }

  .stat-item:nth-child(2n + 1)::before {
    display: none;
  }

  .stat-item strong {
    font-size: 40px;
    line-height: 40px;
  }

  .partner-head {
    margin: 48px 0 24px;
  }

  .partner-row::before,
  .partner-row::after {
    width: 40px;
  }

  .floating-sidebar {
    right: 16px;
  }

  .partner-card {
    flex-basis: 168px;
    min-height: 88px;
    padding: 14px;
  }

  .news-card > img {
    height: 220px;
  }

  .footer-texture {
    right: -120px;
    top: 0;
    width: 720px;
  }

  .footer-main {
    padding: 48px 0;
  }

  .footer-wechat-card {
    max-width: 520px;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: 28px 36px;
  }

  .footer-bottom .container {
    min-height: auto;
    padding: 18px 0;
  }

  .footer-bottom p {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .container {
    width: calc(100% - 24px);
  }

  .footer-main {
    gap: 32px;
  }

  .footer-wechat-card {
    align-items: flex-start;
    gap: 16px;
    margin-top: 18px;
    padding: 16px;
  }

  .footer-wechat-qr {
    width: 92px;
    height: 92px;
  }

  .footer-wechat-copy {
    gap: 8px;
  }

  .footer-wechat-copy strong {
    font-size: 20px;
    line-height: 28px;
  }

  .footer-wechat-copy span {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-contact-item span,
  .footer-col a,
  .footer-bottom p,
  .footer-bottom a {
    font-size: 13px;
    line-height: 21px;
  }

  .nav-shell {
    min-height: 64px;
  }

  .brand img {
    max-width: 112px;
    height: 36px;
  }

  .hero {
    height: 280px;
  }

  .hero img {
    object-position: 65% center;
  }

  .hero-slide-inner {
    padding-top: 34px;
  }

  .hero-eyebrow {
    min-height: 28px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero-copy h1 {
    margin-top: 12px;
    font-size: 24px;
    line-height: 1.22;
  }

  .hero-title-line-accent {
    gap: 7px;
  }

  .hero-title-line-accent::before {
    width: 30px;
    height: 5px;
  }

  .hero-copy p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .hero-cta {
    min-height: 38px;
    margin-top: 16px;
    padding: 0 16px;
    font-size: 13px;
  }

  .hero-ui {
    margin-top: -44px;
  }

  .trial-modal {
    padding: 16px;
  }

  .trial-modal-dialog {
    width: 100%;
    padding: 28px 18px 22px;
    border-radius: 18px;
  }

  .trial-modal-close {
    top: 16px;
    right: 16px;
    font-size: 28px;
  }

  .trial-modal-head h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .trial-modal-head p {
    font-size: 14px;
    line-height: 22px;
  }

  .trial-form {
    margin-top: 28px;
  }

  .trial-form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .trial-field input {
    height: 46px;
    font-size: 15px;
  }

  .trial-product-block {
    margin-top: 18px;
    padding-top: 16px;
  }

  .trial-product-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .trial-product-chip {
    min-height: 38px;
    font-size: 14px;
  }

  .trial-submit {
    min-height: 50px;
    margin-top: 28px;
  }

  .auth-modal {
    padding: 16px;
  }

  .auth-modal-dialog {
    width: 100%;
    border-radius: 18px;
  }

  .auth-modal-hero {
    padding: 30px 20px 24px;
  }

  .auth-modal-badge {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    font-size: 24px;
  }

  .auth-modal-hero h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .auth-modal-hero p {
    font-size: 14px;
    line-height: 22px;
  }

  .auth-form {
    padding: 24px 18px 22px;
  }

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

  .auth-code-button {
    min-height: 46px;
  }

  .hero-dot {
    width: 24px;
  }

  .hero-dot.is-active {
    width: 38px;
  }

  .hero-arrow {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .section {
    padding: 36px 0;
  }

  .section-head h2,
  .partner-head h2 {
    font-size: 24px;
    line-height: 34px;
  }

  #solutions .section-head.compact {
    margin-bottom: 24px;
  }

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

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

  .product-grid-card {
    min-height: 0;
    padding: 28px 22px;
  }

  .product-grid-copy h3 {
    font-size: 18px;
  }

  .product-grid-copy p {
    font-size: 14px;
    line-height: 24px;
  }

  .certification-showcase {
    margin-top: 20px;
  }

  .certification-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
    padding: 24px 18px 20px;
    border-radius: 22px;
  }

  .certification-item {
    gap: 14px;
  }

  .certification-item img {
    width: 96px;
    height: 74px;
  }

  .certification-item p {
    font-size: 15px;
    line-height: 22px;
  }

  .capability-showcase {
    gap: 20px;
    padding-top: 8px;
  }

  .capability-panel {
    padding: 36px 16px 14px;
    border-radius: 18px;
  }

  .capability-panel-badge {
    min-width: 186px;
    min-height: 42px;
    font-size: 14px;
    line-height: 20px;
  }

  .capability-row-pain,
  .capability-row-solution {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .capability-row {
    gap: 10px;
    padding: 14px 4px;
  }

  .capability-row-index {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .capability-loop-copy h3 {
    font-size: 18px;
    line-height: 1.55;
  }

  .capability-loop-copy p {
    font-size: 15px;
  }

  .capability-stage-flow {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .capability-stage-badge {
    width: 82px;
    height: 82px;
  }

  .capability-stage-badge img {
    width: 42px;
    height: 42px;
  }

  .capability-stage-card {
    min-height: auto;
    padding: 28px 18px 18px;
  }

  .capability-stage-card h3 {
    font-size: 20px;
  }

  .capability-stage-card p {
    font-size: 13px;
    line-height: 1.75;
  }

  .capability-stage-arrow {
    margin-top: 0;
    transform: rotate(90deg);
  }

  .solution-track {
    width: 100%;
    gap: 12px;
    padding-left: 12px;
    padding-right: 28px;
    scroll-padding-left: 12px;
  }

  .solution-card {
    flex-basis: clamp(200px, 63vw, 350px);
    height: auto;
    aspect-ratio: 2 / 3;
  }

  .solution-content {
    gap: 8px;
    inset: 20px 16px auto;
    width: auto;
  }

  .solution-content h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .solution-content p {
    font-size: 13px;
    line-height: 20px;
  }

  .stats-card {
    grid-template-columns: 1fr;
    padding: 14px;
    border-radius: 16px;
  }

  .stat-item {
    min-height: auto;
    padding: 18px 16px;
  }

  .stat-item + .stat-item::before {
    left: 18px;
    right: 18px;
    top: -7px;
    bottom: auto;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(210, 220, 235, 0) 0%, rgba(210, 220, 235, 0.95) 16%, rgba(210, 220, 235, 0.95) 84%, rgba(210, 220, 235, 0) 100%);
  }

  .partner-grid {
    gap: 16px;
  }

  .floating-sidebar {
    right: 12px;
    top: auto;
    bottom: 20px;
    transform: none;
  }

  .floating-panel {
    display: none;
  }

  .partner-row::before,
  .partner-row::after {
    width: 20px;
  }

  .partner-track {
    gap: 14px;
  }

  .partner-card {
    flex-basis: 144px;
    min-height: 78px;
    border-radius: 10px;
  }

  .stat-item strong {
    font-size: 30px;
    line-height: 40px;
  }

  .news-card > img {
    height: 180px;
  }

  .news-title {
    min-height: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-contact-item {
    align-items: flex-start;
  }

  .footer-contact-item img {
    margin-top: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner-row-left .partner-track,
  .partner-row-right .partner-track,
  .about-honor-grid {
    animation: none;
  }
}

.solution-detail-page {
  /* background: linear-gradient(180deg, #ffffff 0%, #f6f7fa 58%, #ffffff 100%); */
}

.solution-detail-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  /* background:
    linear-gradient(90deg, rgba(16, 24, 42, 0.97) 0%, rgba(17, 25, 44, 0.92) 48%, rgba(17, 25, 44, 0.72) 100%),
    radial-gradient(circle at left top, rgba(19, 102, 236, 0.2), transparent 24%); */
}

.solution-detail-hero-bg {
  position: absolute;
  inset: 0;
  /* opacity: 0.24; */
}

.solution-detail-hero-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.solution-detail-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.solution-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.92) 0%, rgba(247, 251, 255, 0.72) 46%, rgba(247, 251, 255, 0.12) 100%),
    radial-gradient(circle at 18% 22%, rgba(19, 102, 236, 0.16), transparent 18%);
  pointer-events: none;
  opacity: .3;
}

.solution-detail-hero-inner {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 520px;
  padding: 88px 0 72px;
}

.solution-detail-hero-copy {
  max-width: 640px;
  color: #10192f;
}

.solution-detail-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 18px;
  padding: 7px 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(202, 217, 252, 0.74);
  color: #1764f4;
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
}

.solution-detail-hero-copy h1 {
  margin: 18px 0 0;
  color: #10192f;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 800;
}

.solution-detail-title-line {
  display: block;
}

.solution-detail-title-line-accent {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--brand);
  white-space: nowrap;
  margin-top: 20px;
}


.solution-detail-hero-copy p {
  margin: 18px 0 0;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 30px;
}

body[data-solution-slug="finance"] .solution-detail-hero-copy p {
  max-width: 720px;
  white-space: nowrap;
}

.solution-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.solution-detail-tags span {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(23, 100, 244, 0.1);
  color: #1764f4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.solution-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.solution-detail-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.solution-detail-primary {
  background-image: linear-gradient(305deg, #1366ec 24%, #4588f7 99%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(19, 102, 236, 0.28);
}

.solution-detail-primary:hover,
.solution-detail-industry-link:hover {
  transform: translateY(-2px);
}

.solution-detail-centered {
  display: grid;
  justify-items: center;
  text-align: center;
}

#solution-position {
  padding: 44px 0 40px;
}

.solution-detail-section-head {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 10px;
}

.solution-detail-section-head h2 {
  margin: 0;
}

.solution-detail-section-head p {
  margin: 0;
  max-width: 640px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 26px;
}

.solution-detail-section-head-left {
  justify-items: start;
  text-align: left;
}

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

.solution-detail-positioning {
  max-width: 960px;
  /* margin-top: 18px; */
}

.solution-detail-positioning p {
  margin: 0;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 30px;
}

.solution-detail-card-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.solution-detail-card-grid-values {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-solution-slug="education"] .solution-detail-card-grid-values,
body[data-solution-slug="medical"] .solution-detail-card-grid-values,
body[data-solution-slug="government"] .solution-detail-card-grid-values,
body[data-solution-slug="finance"] .solution-detail-card-grid-values {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-detail-card-grid-capabilities {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#solution-capabilities {
  background:
    linear-gradient(180deg, #fbfcff 0%, #f3f6fb 100%);
}

body[data-solution-slug="manufacturing"] #solution-capabilities {
  background: #fff;
}

.solution-detail-info-card {
  min-height: 178px;
  padding: 24px 22px;
  border: 1px solid rgba(30, 40, 49, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 27, 44, 0.05);
}

.solution-detail-info-card-soft {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
}

.solution-detail-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(19, 102, 236, 0.08);
  color: var(--brand);
  font-size: 18px;
  line-height: 1;
}

.solution-detail-card-icon i,
.solution-detail-list-icon i {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.solution-detail-info-card h3 {
  margin: 18px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 28px;
}

.solution-detail-info-card p,
.solution-detail-advantage-item p,
.solution-detail-result-item p,
.solution-detail-cta p {
  margin: 12px 0 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 26px;
}

.solution-detail-scenarios {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #edf4ff 0%, #dbe8ff 100%);
}

.solution-detail-scenarios::before,
.solution-detail-scenarios::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(6px);
  opacity: 0.65;
}

.solution-detail-scenarios::before {
  top: -80px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 72%);
}

.solution-detail-scenarios::after {
  right: -80px;
  bottom: -100px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(125, 165, 255, 0.28) 0%, rgba(125, 165, 255, 0) 72%);
}

.solution-detail-scenario-grid {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.solution-detail-scenario-card {
  overflow: hidden;
  border: 1px solid rgba(30, 40, 49, 0.08);
  border-radius: 18px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 27, 44, 0.05);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.solution-detail-scenario-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(15, 27, 44, 0.08);
}

.solution-detail-scenario-visual {
  position: relative;
  aspect-ratio: 3 / 1;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #dbe8ff 0%, #c4dcff 100%);
}

/* .solution-detail-scenario-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 46, 94, 0.1) 0%, rgba(17, 46, 94, 0.02) 52%, rgba(17, 46, 94, 0.22) 100%);
} */

.solution-detail-scenario-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.solution-detail-scenario-body {
  padding: 18px 0 0;
}

.solution-detail-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.solution-detail-scenario-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.solution-detail-scenario-card p {
  margin: 4px 0 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 26px;
}

.solution-detail-outcome-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 96px;
  align-items: start;
}

.solution-detail-advantage-list {
  display: grid;
  gap: 28px;
  margin-top: 34px;
}

.solution-detail-advantage-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.solution-detail-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 27, 44, 0.1);
}

.solution-detail-list-icon i {
  color: var(--brand);
}

.solution-detail-advantage-item strong {
  display: block;
  color: #0f1b33;
  font-size: 17px;
  line-height: 24px;
  font-weight: 800;
}

.solution-detail-advantage-item p {
  margin: 6px 0 0;
  color: #50617a;
  font-size: 14px;
  line-height: 24px;
}

.solution-detail-results-card {
  position: relative;
  margin-top: 34px;
  padding: 34px 38px;
  border: 1px solid rgba(19, 102, 236, 0.06);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 27, 44, 0.04);
}

.solution-detail-results-card .solution-detail-result-item + .solution-detail-result-item {
  margin-top: 22px;
}

.solution-detail-results-card .solution-detail-result-item {
  position: relative;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.solution-detail-results-card .solution-detail-result-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 22px;
  bottom: -22px;
  width: 1px;
  background: #dfe7f1;
}

.solution-detail-result-check {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 4px solid #eafff3;
  border-radius: 50%;
  background: #15c678;
  color: #fff;
}

.solution-detail-result-check::after {
  content: "";
  width: 6px;
  height: 3px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-1px) rotate(-45deg);
}

.solution-detail-results-card .solution-detail-result-item p {
  margin: 0;
  color: #30435e;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
}

#solution-cta {
  background: url("./assets/footer_bg.png") center / cover no-repeat;
}

.solution-detail-cta {
  display: grid;
  justify-items: center;
  gap: 28px;
  text-align: center;
}

.solution-detail-cta p {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .solution-detail-outcome-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .solution-detail-card-grid-values,
  .solution-detail-card-grid-capabilities,
  .solution-detail-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  #solution-position {
    padding: 36px 0 34px;
  }

  .solution-detail-hero {
    min-height: auto;
  }

  .solution-detail-hero-inner {
    min-height: auto;
    padding: 64px 0 56px;
  }

  .solution-detail-hero-copy h1 {
    font-size: 38px;
  }

  .solution-detail-hero-copy p {
    font-size: 16px;
    line-height: 28px;
  }

  .solution-detail-pill {
    min-height: 34px;
    padding: 7px 14px;
    font-size: 13px;
  }

  .solution-detail-title-line-accent {
    gap: 10px;
    margin-top: 14px;
  }

  .solution-detail-title-line-accent::before {
    width: 58px;
    height: 8px;
  }

  .solution-detail-card-grid-values,
  .solution-detail-card-grid-capabilities,
  .solution-detail-scenario-grid {
    grid-template-columns: 1fr;
  }

  body[data-solution-slug="education"] .solution-detail-card-grid-values,
  body[data-solution-slug="medical"] .solution-detail-card-grid-values,
  body[data-solution-slug="government"] .solution-detail-card-grid-values,
  body[data-solution-slug="finance"] .solution-detail-card-grid-values {
    grid-template-columns: 1fr;
  }

  .solution-detail-info-card,
  .solution-detail-results-card {
    padding: 22px 20px;
  }

  .solution-detail-scenario-card {
    padding: 18px;
    border-radius: 22px;
  }

  .solution-detail-scenario-visual {
    border-radius: 18px;
  }

  .solution-detail-scenario-body {
    padding: 18px 0 0;
  }

  .solution-detail-scenario-card h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .solution-detail-scenario-card p {
    font-size: 14px;
    line-height: 26px;
  }

  .solution-detail-results-card .solution-detail-result-item p {
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 560px) {
  .solution-detail-hero-inner {
    padding: 48px 0 44px;
  }

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

  .solution-detail-title-line-accent {
    white-space: normal;
  }

  .solution-detail-title-line-accent::before {
    width: 36px;
    height: 6px;
  }

  .solution-detail-hero-copy p {
    font-size: 16px;
    line-height: 28px;
  }

  .solution-detail-actions {
    flex-direction: column;
  }

  .solution-detail-primary {
    width: 100%;
  }

  .solution-detail-cta p {
    font-size: 18px;
    line-height: 30px;
  }
}

/* .developers-page {
  background:
    radial-gradient(circle at top left, rgba(19, 102, 236, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
} */

.solution-intel-page {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #ffffff 100%);
  overflow-x: hidden;
}

.solution-intel-page h1,
.solution-intel-page h2,
.solution-intel-page h3,
.solution-intel-page p,
.solution-intel-page li,
.solution-intel-tags span {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-break: anywhere;
}

.solution-intel-section-head,
.solution-intel-section-head h2,
.solution-intel-section-head p,
.solution-intel-grid,
.solution-intel-card,
.solution-intel-function-stack,
.solution-intel-function-row,
.solution-intel-function-copy,
.solution-intel-function-media,
.solution-intel-capability,
.solution-intel-capability > div {
  min-width: 0;
}

.solution-intel-section-head,
.solution-intel-grid,
.solution-intel-card,
.solution-intel-function-stack,
.solution-intel-function-row,
.solution-intel-capability {
  width: 100%;
  max-width: 100%;
  inline-size: 100%;
  max-inline-size: 100%;
}

.solution-intel-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
}

.solution-intel-hero-bg {
  position: absolute;
  inset: 0;
}

.solution-intel-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.solution-intel-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.92) 0%, rgba(247, 251, 255, 0.72) 46%, rgba(247, 251, 255, 0.12) 100%),
    radial-gradient(circle at 18% 22%, rgba(19, 102, 236, 0.16), transparent 18%);
  pointer-events: none;
  opacity: 0.3;
}

.solution-intel-hero-inner {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 520px;
  padding: 88px 0 72px;
}

.solution-intel-hero-copy {
  max-width: 640px;
  color: #10192f;
}

.solution-intel-hero-copy h1 {
  margin: 18px 0 0;
  color: #10192f;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 800;
}

.solution-intel-title-line {
  display: block;
}

.solution-intel-title-line-accent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: var(--brand);
  white-space: nowrap;
}

.solution-intel-page .solution-intel-hero-subtitle {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 30px;
  /* font-weight: 500; */
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
  line-break: auto;
}

.solution-intel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.solution-intel-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(23, 100, 244, 0.1);
  color: #1764f4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.solution-intel-section-head {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 12px;
}

.solution-intel-section-head h2 {
  margin: 0;
}

.solution-intel-section-head p {
  width: 100%;
  inline-size: 100%;
  max-inline-size: 960px;
  max-width: 960px;
  margin: 0;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 30px;
}

.solution-intel-function-stack {
  display: grid;
  gap: 0;
  margin-top: 36px;
}

.solution-intel-function-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 72px;
  min-height: 420px;
  padding: 46px 0;
}

.solution-intel-function-row + .solution-intel-function-row {
  border-top: 1px solid rgba(19, 102, 236, 0.08);
}

.solution-intel-function-row-reverse .solution-intel-function-copy {
  order: 2;
}

.solution-intel-function-row-reverse .solution-intel-function-media {
  order: 1;
}

.solution-intel-function-copy {
  max-width: 580px;
}

.solution-intel-function-title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

.solution-intel-function-title > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #1366ec, #5fa6ff);
  color: #fff;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

.solution-intel-function-title i {
  font-size: 22px;
  line-height: 1;
}

.solution-intel-function-title h3 {
  margin: 0;
  color: var(--text);
  font-size: 28px;
  line-height: 1.4;
  font-weight: 650;
  letter-spacing: 0;
}

.solution-intel-function-title p {
  margin: 8px 0 0;
  color: #4f6074;
  font-size: 16px;
  line-height: 1.6;
}

.solution-intel-function-list {
  display: grid;
  gap: 16px;
  padding-left: 36px;
}

.solution-intel-function-list div {
  display: flex;
  gap: 16px;
}

.solution-intel-function-list i {
  width: 6px;
  height: 6px;
  margin-top: 13px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(19, 102, 236, 0.36);
}

.solution-intel-function-list p {
  margin: 0;
  color: #4b5c72;
  font-size: 16px;
  line-height: 1.9;
}

.solution-intel-function-list strong {
  margin-right: 8px;
  color: var(--text);
  font-weight: 650;
}

.solution-intel-function-media {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(37, 96, 163, 0.1);
}

.solution-intel-function-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.solution-intel-grid {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.solution-intel-grid-challenges,
.solution-intel-grid-advantages {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-intel-card {
  min-height: 232px;
  padding: 26px 24px;
  border: 1px solid rgba(30, 40, 49, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 27, 44, 0.05);
}

.solution-intel-card-soft {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.solution-intel-card > i,
.solution-intel-capability-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(19, 102, 236, 0.08);
  color: var(--brand);
  font-size: 24px;
  line-height: 1;
}

.solution-intel-card h3,
.solution-intel-capability h3 {
  margin: 18px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
}

.solution-intel-card p,
.solution-intel-capability p,
.solution-intel-capability li {
  color: var(--text-soft);
  font-size: 14px;
  line-height: 26px;
}

.solution-intel-card p {
  margin: 10px 0 0;
}

#industry-challenges {
  background: linear-gradient(180deg, #fff 0%, #f6f9fe 100%);
}

#core-advantages {
  background: var(--bg-muted);
}

.solution-intel-capability-list {
  display: grid;
  gap: 20px;
  margin-top: 36px;
}

.solution-intel-capability {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 28px;
  border: 1px solid rgba(30, 40, 49, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 27, 44, 0.05);
}

.solution-intel-capability h3 {
  margin-top: 0;
}

.solution-intel-capability p {
  margin: 8px 0 0;
}

.solution-intel-capability ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.solution-intel-capability li {
  position: relative;
  padding-left: 18px;
}

.solution-intel-capability li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}

@media (max-width: 1100px) {
  .solution-intel-function-row {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .solution-intel-function-row-reverse .solution-intel-function-copy,
  .solution-intel-function-row-reverse .solution-intel-function-media {
    order: initial;
  }

  .solution-intel-grid-challenges,
  .solution-intel-grid-advantages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .solution-intel-hero,
  .solution-intel-hero-inner {
    min-height: auto;
  }

  .solution-intel-hero-inner {
    padding: 68px 0 58px;
  }

  .solution-intel-hero-copy h1 {
    font-size: 38px;
  }

  .solution-intel-page .solution-intel-hero-subtitle {
    max-width: 520px;
    font-size: 16px;
    line-height: 28px;
  }

  .solution-intel-tags {
    gap: 10px;
  }

  .solution-intel-tags span {
    justify-content: center;
    min-width: 0;
    padding-inline: 10px;
    text-align: center;
  }

  .solution-intel-grid-challenges,
  .solution-intel-grid-advantages {
    grid-template-columns: 1fr;
  }

  .solution-intel-card {
    min-height: auto;
    padding: 22px 20px;
  }

  .solution-intel-function-row {
    min-height: auto;
    padding: 34px 0;
  }

  .solution-intel-function-title {
    gap: 12px;
    margin-bottom: 22px;
  }

  .solution-intel-function-title > span {
    width: 44px;
    height: 44px;
  }

  .solution-intel-function-title h3 {
    font-size: 24px;
  }

  .solution-intel-function-title p,
  .solution-intel-function-list p {
    font-size: 15px;
  }

  .solution-intel-capability {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }
}

@media (max-width: 560px) {
  .solution-intel-page .container {
    width: calc(100% - 28px);
  }

  .solution-intel-hero-inner {
    padding: 50px 0 44px;
  }

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

  .solution-intel-page .solution-intel-hero-subtitle {
    font-size: 15px;
    line-height: 26px;
  }

}

.developers-hero {
  position: relative;
  overflow: hidden;
}

.developers-hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(238, 245, 255, 0.6) 0%, rgba(238, 245, 255, 0.4) 36%, rgba(238, 245, 255, 0.3) 62%, rgba(238, 245, 255, 0.2) 100%),
    url("./assets/developers-hero-bg-placeholder.png") center/cover no-repeat;
}

/* .developers-hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(69, 136, 247, 0.08), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(19, 102, 236, 0.08), transparent 20%);
  pointer-events: none;
} */

.developers-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 520px;
}

.developers-hero-copy {
  max-width: 620px;
}

.developers-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(19, 102, 236, 0.16);
  border-radius: 999px;
  background: rgba(19, 102, 236, 0.08);
  color: var(--brand);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.developers-hero-copy h1 {
  margin: 22px 0 0;
  color: var(--text);
  font-size: 52px;
  line-height: 1.16;
  font-weight: 700;
}

.developers-hero-copy p {
  margin: 18px 0 0;
  max-width: 560px;
  color: var(--text-soft);
  font-size: 19px;
  line-height: 33px;
}

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

.developers-resource-grid,
.developers-doc-grid {
  display: grid;
  gap: 24px;
}

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

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

.developers-resource-card,
.developers-doc-card {
  border: 1px solid rgba(19, 102, 236, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 42px rgba(18, 38, 63, 0.06);
}

.developers-resource-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 32px 28px;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.developers-resource-card:hover {
  transform: translateY(-6px);
  border-color: rgba(19, 102, 236, 0.16);
  background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
  box-shadow: 0 24px 48px rgba(18, 38, 63, 0.1);
}

.developers-resource-head,
.developers-doc-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.developers-resource-icon,
.developers-doc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1366ec 0%, #4588f7 100%);
  box-shadow: 0 16px 30px rgba(19, 102, 236, 0.24);
}

.developers-resource-icon i,
.developers-doc-icon i {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

.developers-resource-head h3,
.developers-doc-head h3 {
  margin: 0;
  color: #1f2937;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.developers-resource-card p {
  margin: 22px 0 0;
  color: #697a92;
  font-size: 15px;
  line-height: 28px;
  flex-grow: 1;
}

.developers-resource-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  color: var(--brand);
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.developers-resource-link i {
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}

.developers-doc-card {
  overflow: hidden;
}

.developers-doc-head {
  padding: 22px 24px;
  background: linear-gradient(90deg, #1366ec 0%, #4588f7 100%);
}

.developers-doc-head h3 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.developers-doc-head .developers-doc-icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.developers-doc-body {
  display: grid;
  gap: 8px;
  padding: 24px;
  background: #ffffff;
}

.developers-doc-body.is-split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(8, auto);
  grid-auto-flow: column;
  column-gap: 24px;
}

.developers-doc-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 32px;
  padding: 0 4px;
  color: #5e6d83;
  font-size: 15px;
  line-height: 24px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.developers-doc-link:hover {
  color: var(--brand);
  transform: translateX(4px);
}

.developers-doc-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c6d0de;
  flex-shrink: 0;
}

.developers-doc-lock {
  font-size: 14px;
  color: #9bb0c8;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}

.developers-doc-link:hover .developers-doc-lock {
  opacity: 1;
  color: var(--brand);
}

.developers-contact-section {
  position: relative;
  overflow: hidden;
  background: url("./assets/footer_bg.png") center / cover no-repeat;
}

.developers-contact-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
}

.developers-contact-copy {
  display: grid;
  width: 100%;
  max-width: 640px;
  justify-items: center;
  text-align: center;
  margin: 0 auto;
}

.developers-contact-copy h2 {
  margin: 0;
  color: #1f2937;
  font-size: 34px;
  line-height: 1.55;
  font-weight: 700;
}

.developers-contact-copy p {
  margin: 22px 0 0;
  color: #5f6d82;
  font-size: 22px;
  line-height: 34px;
}

.developers-contact-copy strong {
  color: #1f2937;
}

.developers-contact-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 50px;
  margin-top: 30px;
  padding: 0 28px;
  border-radius: 999px;
  background-image: linear-gradient(305deg, #1366ec 24%, #4588f7 99%);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  box-shadow: 0 16px 34px rgba(19, 102, 236, 0.2);
}

@media (max-width: 1180px) {
  .developers-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .developers-contact-copy {
    justify-items: center;
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 820px) {
  .developers-hero {
    padding: 54px 0 24px;
  }

  .developers-hero-inner {
    min-height: auto;
  }

  .developers-hero-copy h1 {
    font-size: 40px;
  }

  .developers-hero-copy p {
    font-size: 17px;
    line-height: 29px;
  }

  .developers-resource-grid,
  .developers-doc-grid {
    grid-template-columns: 1fr;
  }

  .developers-doc-body.is-split {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }

  .developers-resource-card,
  .developers-doc-body {
    padding-left: 22px;
    padding-right: 22px;
  }

  .developers-doc-head {
    padding: 20px 22px;
  }

  .developers-contact-copy h2 {
    font-size: 28px;
    line-height: 1.5;
  }

  .developers-contact-copy p {
    font-size: 19px;
    line-height: 30px;
  }
}

@media (max-width: 560px) {
  .developers-hero-copy h1 {
    font-size: 34px;
  }

  .developers-resource-head h3,
  .developers-doc-head h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .developers-contact-copy h2 {
    font-size: 24px;
  }

  .developers-contact-action {
    width: 100%;
  }
}

.about-page {

}

.about-hero {
  position: relative;
  overflow: hidden;
}

.about-hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(238, 245, 255, 0.97) 0%, rgba(238, 245, 255, 0.86) 42%, rgba(238, 245, 255, 0.28) 100%),
    url("./assets/about-hero-banner.png") center/cover no-repeat;
}

.about-hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 34%, rgba(69, 136, 247, 0.16), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, 0.4) 100%);
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 520px;
}

.about-hero-copy {
  max-width: 680px;
}

.about-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(19, 102, 236, 0.16);
  border-radius: 999px;
  background: rgba(19, 102, 236, 0.08);
  color: var(--brand);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.about-hero-copy h1 {
  margin: 22px 0 0;
  color: var(--text);
  font-size: 52px;
  line-height: 1.16;
  font-weight: 700;
}

.about-hero-copy p {
  margin: 18px 0 0;
  max-width: 600px;
  color: var(--text-soft);
  font-size: 19px;
  line-height: 33px;
}

.about-page-tabs {
  background: #fff;
  border-bottom: 1px solid rgba(30, 40, 49, 0.08);
}

.about-page-tabs-inner {
  display: flex;
  justify-content: center;
  gap: 120px;
}

.about-page-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 68px;
  color: var(--text);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
}

.about-page-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  /* border-radius: 999px 999px 0 0; */
  background: var(--brand);
  opacity: 0;
  transform: scaleX(0.45);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.about-page-tab:hover,
.about-page-tab.is-active {
  color: var(--brand);
  font-weight: 600;
}

.about-page-tab:hover::after,
.about-page-tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.about-intro-section {
  padding-bottom: 0;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
  gap: 58px;
  align-items: start;
}

.about-section-head-left {
  align-items: flex-start;
  margin-bottom: 24px;
}

.about-section-head-left h2 {
  position: relative;
  /* padding-top: 18px; */
  text-align: left;
}

/* .about-section-head-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: var(--brand);
} */

.about-intro-copy p {
  text-indent: 2em;
  margin: 0;
  color: #5d6d83;
  font-size: 16px;
  line-height: 32px;
}

.about-intro-copy p + p {
  margin-top: 16px;
}

.about-intro-visual {
  position: relative;
  margin: 0;
  min-height: 376px;
}

.about-intro-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 376px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 20px 42px rgba(30, 40, 49, 0.08);
}

.about-data-band {
  margin-top: 72px;
  padding: 44px 0;
  background: var(--bg-muted);
}

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

.about-data-item {
  position: relative;
  min-height: 126px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 18px 20px;
  text-align: center;
}

.about-data-item + .about-data-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 48px;
  bottom: 48px;
  width: 1px;
  background: #e0e4ea;
}

.about-data-item strong {
  color: var(--brand);
  font-size: 50px;
  line-height: 56px;
  font-weight: 400;
}

.about-data-item span {
  color: var(--text-soft);
  font-size: 15px;
  line-height: 22px;
}

.about-culture-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.about-culture-card {
  min-height: 230px;
  padding: 28px 20px 24px;
  border: 1px solid rgba(19, 102, 236, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(18, 38, 63, 0.05);
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.about-culture-card:hover {
  transform: translateY(-6px);
  border-color: rgba(19, 102, 236, 0.16);
  box-shadow: 0 24px 48px rgba(18, 38, 63, 0.1);
}

.about-culture-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1366ec 0%, #4588f7 100%);
  box-shadow: 0 16px 30px rgba(19, 102, 236, 0.2);
}

.about-culture-icon i {
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

.about-culture-card h3 {
  margin: 20px 0 0;
  color: #1f2937;
  font-size: 20px;
  line-height: 30px;
}

.about-culture-card p {
  margin: 12px 0 0;
  color: #6b7b91;
  font-size: 14px;
  line-height: 25px;
}

.about-honor-carousel {
  position: relative;
  overflow: hidden;
  margin-top: 34px;
}

.about-honor-carousel::before,
.about-honor-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 88px;
  pointer-events: none;
}

.about-honor-carousel::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg-muted) 0%, rgba(246, 247, 250, 0) 100%);
}

.about-honor-carousel::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg-muted) 0%, rgba(246, 247, 250, 0) 100%);
}

.about-honor-grid {
  --honor-gap: 22px;
  --honor-half-gap: 11px;
  --honor-card-basis: calc((min(var(--container), calc(100vw - 48px)) - 88px) / 5);
  display: flex;
  align-items: stretch;
  gap: var(--honor-gap);
  width: max-content;
  margin-top: 0;
  animation: honorMarquee 26s linear infinite;
  will-change: transform;
}

.about-honor-carousel:hover .about-honor-grid {
  animation-play-state: paused;
}

.about-honor-card {
  flex: 0 0 var(--honor-card-basis);
  display: grid;
  grid-template-rows: 112px minmax(88px, 1fr);
  overflow: hidden;
  border: 1px solid rgba(206, 221, 242, 0.9);
  border-radius: 12px;
  background: #fff;
  /* box-shadow: 0 18px 42px rgba(39, 73, 113, 0.06); */
}

body.reveal-ready .about-honor-card {
  opacity: 1;
  filter: none;
  transform: none;
}

.about-honor-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 112px;
  padding: 18px;
  background: url("./assets/about-honor-card-bg.png") center / cover no-repeat;
}

.about-honor-image img {
  max-width: 132px;
  max-height: 72px;
  object-fit: contain;
}

.about-honor-copy {
  display: grid;
  place-items: center;
  min-height: 88px;
  padding: 16px 18px;
  text-align: center;
}

.about-honor-copy h3 {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}

@keyframes honorMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - var(--honor-half-gap)));
  }
}

@media (max-width: 1180px) {
  .about-intro-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

  .about-honor-grid {
    --honor-card-basis: calc((min(var(--container), calc(100vw - 48px)) - 20px) / 2);
  }
}

@media (max-width: 820px) {
  .about-hero {
    padding: 54px 0 24px;
  }

  .about-hero-inner {
    min-height: auto;
  }

  .about-hero-copy h1 {
    font-size: 40px;
  }

  .about-hero-copy p {
    font-size: 17px;
    line-height: 29px;
  }

  .about-page-tabs-inner {
    gap: 42px;
  }

  .about-page-tab {
    min-height: 58px;
    font-size: 16px;
    line-height: 24px;
  }

  .about-intro-grid {
    gap: 30px;
  }

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

  .about-data-item:nth-child(2n + 1)::before {
    display: none;
  }

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

  .about-honor-card {
    grid-template-rows: 156px minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .about-hero-copy h1 {
    font-size: 34px;
  }

  .about-page-tabs-inner {
    gap: 34px;
  }

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

  .about-honor-grid {
    --honor-gap: 14px;
    --honor-half-gap: 7px;
    --honor-card-basis: calc(100vw - 24px);
  }

  .about-honor-carousel::before,
  .about-honor-carousel::after {
    width: 28px;
  }

  .about-intro-visual {
    min-height: 240px;
  }



  .about-intro-visual img {
    height: 240px;
  }

  .about-data-band {
    margin-top: 42px;
    padding: 26px 0;
  }

  .about-data-item + .about-data-item::before {
    display: block;
    left: 18px;
    right: 18px;
    top: -1px;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .about-data-item strong {
    font-size: 32px;
    line-height: 38px;
  }

  .about-honor-image {
    min-height: 148px;
  }

  .about-honor-copy {
    padding: 20px 18px 22px;
  }
}

/* PC 浏览器 125% / 150% 缩放下的首页 Banner。 */
@media (max-width: 1600px) and (min-width: 821px) {
  .hero {
    height: clamp(380px, 33.333vw, 520px);
  }

  .hero img,
  .hero-video {
    object-position: center;
  }

  .hero-copy {
    max-width: 560px;
    padding-top: 0;
  }

  .hero-eyebrow {
    min-height: 28px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .hero-copy h1 {
    margin-top: 16px;
    font-size: clamp(34px, 3vw, 46px);
    line-height: 1.1;
  }

  .hero-title-line-accent {
    margin-top: 12px;
  }

  .hero-copy p {
    max-width: 460px;
    margin-top: 14px;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1.75;
  }

  .hero-cta {
    min-height: 42px;
    margin-top: 20px;
    padding: 0 18px;
    font-size: 14px;
  }

  .hero-ui {
    margin-top: clamp(-68px, -4.2vw, -44px);
  }

  .hero-dot {
    width: 28px;
  }

  .hero-dot.is-active {
    width: 42px;
  }

  .hero-arrow {
    width: 38px;
    height: 38px;
    font-size: 21px;
  }
}

@media (max-width: 820px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  .partner-head {
    margin: 40px 0 20px;
  }

  .partner-head h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .partner-head p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 20px;
  }

  .partner-grid {
    display: block;
    min-height: 220px;
  }

  .partner-row {
    display: block;
    width: 100%;
    height: 68px;
    overflow: hidden;
  }

  .partner-row + .partner-row {
    margin-top: 8px;
  }

  .partner-row::before,
  .partner-row::after {
    display: block;
    width: 24px;
  }

  .partner-track {
    display: flex;
    align-items: stretch;
    gap: 8px;
    width: max-content;
    height: 68px;
  }

  .partner-row-left .partner-track,
  .partner-row-right .partner-track {
    animation-duration: 28s;
  }

  .partner-card {
    flex: 0 0 128px;
    width: 128px;
    height: 68px;
    min-height: 0;
    padding: 10px 12px;
    border-radius: 8px;
  }

  .partner-card img {
    width: 100%;
    max-width: 104px;
    height: 40px;
  }

  .site-header {
    z-index: 100;
    background: #fff;
    backdrop-filter: none;
  }

  .nav-shell {
    min-height: 64px;
    padding: 8px 0;
  }

  .nav-left {
    width: 100%;
  }

  .brand {
    position: relative;
    z-index: 3;
  }

  .nav-toggle {
    position: relative;
    z-index: 4;
    margin-left: auto;
    border-radius: 0;
  }

  .nav-toggle span {
    width: 24px;
    background: #39404a;
  }

  .main-nav {
    position: fixed;
    z-index: 1;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow-y: auto;
    padding: 14px 24px 36px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
  }

  .main-nav > .nav-link,
  .main-nav > .nav-item {
    border-bottom: 0.5px solid #eceff2;
  }

  .main-nav > .nav-link,
  .main-nav > .nav-item > .nav-link {
    width: 100%;
    min-height: 58px;
    padding: 0 4px;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-link.is-active,
  .nav-link:hover,
  .nav-item-has-panel.is-open > .nav-link {
    background: transparent;
    color: var(--brand);
  }

  .nav-caret {
    width: 9px;
    height: 9px;
  }

  .nav-panel {
    margin: 0;
  }

  .nav-panel-inner {
    width: 100%;
    padding-inline: 4px;
  }

  .nav-panel-products .nav-panel-inner,
  .nav-panel-solutions .nav-panel-inner {
    gap: 0;
  }

  .nav-panel-product-group {
    gap: 0;
  }

  .nav-panel-product-group + .nav-panel-product-group {
    padding-top: 0;
  }

  .nav-panel-product-group h3 {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0;
    border-bottom: 0.5px solid #e7ebf1;
    color: var(--text-soft);
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
  }

  .nav-panel-card,
  .nav-panel-products .nav-panel-card,
  .nav-panel-solutions .nav-panel-card {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 16px;
    border: 0;
    border-top: 0.5px solid #f0f1f3;
    border-radius: 0;
    background: transparent;
  }

  .nav-panel-card-icon,
  .nav-panel-card-copy p {
    display: none;
  }

  .nav-panel-card-copy strong {
    display: block;
    margin: 0;
    color: #3c4148;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    transform: translateY(1px);
  }

  .nav-right {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 58px;
    left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 64px;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transform: none;
  }

  .nav-right .login-link,
  .nav-right .cta-pill {
    min-height: 34px;
    padding: 0 9px;
    border-radius: 18px;
    font-size: 13px;
  }

  .nav-right .login-link {
    border: 0;
    color: #666;
  }

  .site-header.menu-open .main-nav,
  .site-header.menu-open .nav-right {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-header.menu-open .brand img {
    max-width: 100px;
  }

  .hero {
    height: auto;
  }

  .hero-track {
    height: 400px;
  }

  .hero-ui {
    justify-content: center;
    min-height: 28px;
    margin-top: 0;
    padding: 7px 0;
  }

  .hero-dots {
    gap: 6px;
  }

  .hero-dot {
    width: 5px;
    height: 5px;
    padding: 0;
    background: rgba(32, 67, 109, 0.22);
  }

  .hero-dot.is-active {
    width: 14px;
  }

  .hero-arrows {
    display: none;
  }

  .floating-sidebar {
    right: 18px;
    top: auto;
    bottom: 24px;
    display: block;
    transform: none;
  }

  .floating-sidebar-main {
    width: 58px;
    height: 58px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 8px 24px rgba(19, 102, 236, 0.28);
  }

  .floating-sidebar-main .floating-item:not(.floating-service-trigger),
  .floating-top,
  .floating-label {
    display: none;
  }

  .floating-service-trigger {
    min-height: 58px;
    padding: 0;
  }

  .floating-service-trigger .floating-icon,
  .floating-service-trigger .floating-icon img {
    width: 28px;
    height: 28px;
  }

  .floating-service-trigger .floating-icon img {
    filter: brightness(0) invert(1);
  }

  .site-footer {
    background: var(--footer);
    color: #fff;
  }

  .footer-texture,
  .footer-contact-item img {
    display: none;
  }

  .footer-main {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 42px 0 24px;
  }

  .footer-links {
    order: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
  }

  .footer-col {
    display: block;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
  }

  .footer-col-toggle {
    min-height: 52px;
    cursor: pointer;
  }

  .footer-col strong {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }

  .footer-col-caret {
    display: block;
    width: 9px;
    height: 9px;
    margin-right: 4px;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    transform: rotate(45deg) translate(-2px, -2px);
    transition: transform 0.2s ease;
  }

  .footer-col.is-open .footer-col-caret {
    transform: rotate(225deg) translate(-1px, -1px);
  }

  .footer-col-nav {
    display: grid;
    grid-template-rows: 0fr;
    gap: 0;
    overflow: hidden;
    transition: grid-template-rows 0.25s ease, padding 0.25s ease;
  }

  .footer-col-nav > a {
    display: none;
  }

  .footer-col.is-open .footer-col-nav {
    grid-template-rows: 1fr;
    gap: 0;
    padding: 2px 0 18px;
  }

  .footer-col.is-open .footer-col-nav > a {
    display: block;
    padding: 6px 0;
  }

  .footer-col a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    line-height: 20px;
  }

  .footer-contact {
    order: 2;
    gap: 8px;
    padding-top: 28px;
  }

  .footer-contact-item {
    align-items: flex-start;
    opacity: 1 !important;
  }

  .footer-contact-item span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    line-height: 20px;
  }

  .footer-wechat-card {
    width: 100%;
    max-width: none;
    margin-top: 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
  }

  .footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.06);
  }

  .footer-bottom p,
  .footer-bottom a {
    color: rgba(255, 255, 255, 0.6);
  }
}

@media (max-width: 560px) {
  .hero-track {
    height: 280px;
  }
}

@media (max-width: 820px) {
  .auth-modal {
    place-items: center;
    overflow-y: auto;
    padding:
      max(12px, env(safe-area-inset-top))
      12px
      max(12px, env(safe-area-inset-bottom));
  }

  .auth-modal-dialog {
    width: min(100%, 420px);
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 16px;
  }

  .auth-modal-close {
    top: 10px;
    right: 12px;
    font-size: 28px;
  }

  .auth-modal-hero {
    padding: 24px 20px 20px;
  }

  .auth-modal-badge {
    width: auto;
    height: auto;
    margin-bottom: 8px;
  }

  .auth-modal-logo {
    width: 76px;
  }

  .auth-modal-hero h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .auth-modal-hero p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 20px;
  }

  .auth-form {
    padding: 20px 16px 18px;
  }

  .auth-field {
    gap: 6px;
  }

  .auth-field + .auth-field {
    margin-top: 8px;
  }

  .auth-field > span {
    font-size: 14px;
    line-height: 22px;
  }

  .auth-input-wrap {
    height: 44px;
    padding: 0 12px;
    border-radius: 10px;
  }

  .auth-input-icon {
    font-size: 19px;
  }

  .auth-input-wrap input {
    min-width: 0;
    font-size: 14px;
  }

  .auth-code-row {
    grid-template-columns: minmax(0, 1fr) 104px;
    gap: 8px;
  }

  .auth-code-button {
    min-height: 44px;
    border-radius: 10px;
    font-size: 13px;
  }

  .auth-field-error,
  .auth-submit-message {
    min-height: 18px;
    font-size: 12px;
    line-height: 18px;
  }

  .auth-submit-message {
    margin: 6px 0 -8px;
  }

  .auth-submit {
    min-height: 44px;
    margin-top: 18px;
    border-radius: 10px;
    font-size: 14px;
  }

  .auth-switch {
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .auth-agreement {
    margin-top: 10px;
    font-size: 11px;
    line-height: 18px;
  }
}
