/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../fumadocs/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@opentelemetry+api@1.9.0_babel-plugin-macros@3.1.0_react_a6de11169a2c03b49eb02b60e11d3482/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!../fumadocs/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@opentelemetry+api@1.9.0_babel-plugin-macros@3.1.0_react_a6de11169a2c03b49eb02b60e11d3482/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./styles/site.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
 :root {
   font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "PingFang SC",
     "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
   line-height: 1.5;
   font-weight: 400;

   /* 控制台侧边栏布局（与 web 保持一致） */
   --sidebar-width: 240px;
   --sidebar-width-collapsed: 60px;
   --sidebar-current-width: var(--sidebar-width);

   color-scheme: light;
   --bg: #f7f9ff;
   --bg2: #ffffff;
   --text: #0b1220;
   --muted: #5b6b86;
   --border: rgba(15, 23, 42, 0.12);
   --brand: #2563eb;
   --brand2: #06b6d4;
   --shadow: 0 20px 60px rgba(2, 6, 23, 0.12);

   color: var(--text);
   background: radial-gradient(1200px 600px at 20% -10%, rgba(37, 99, 235, 0.18), transparent 60%),
     radial-gradient(1000px 600px at 80% 0%, rgba(6, 182, 212, 0.18), transparent 55%),
     linear-gradient(180deg, var(--bg) 0%, var(--bg2) 70%);

   font-synthesis: none;
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }

a {
  font-weight: 500;
  color: var(--brand);
  text-decoration: inherit;
}
a:hover {
  color: var(--brand);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
}

body.sidebar-collapsed {
  --sidebar-current-width: var(--sidebar-width-collapsed);
}

/* 控制台左右分栏布局（与 web 保持一致） */
.app-layout {
  height: 100vh;
  height: 100dvh;
}

.app-layout-body {
  box-sizing: border-box;
}

.app-layout-content {
  background: transparent;
}

.app-layout-content .semi-layout-content {
  background: transparent;
  border-radius: 0;
  margin: 0;
}

.app-sider {
  height: calc(100vh - 68px);
  height: calc(100dvh - 68px);
  overflow: hidden;
}

/* 布局滚动条隐藏 */
.semi-layout::-webkit-scrollbar,
.semi-layout-content::-webkit-scrollbar,
.semi-sider::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.semi-layout,
.semi-layout-content,
.semi-sider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* 侧边栏容器（与 web 一致） */
.sidebar-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
  transition: width 0.3s ease;
  background: var(--semi-color-bg-0);
  width: 100%;
  border-right: 1px solid var(--semi-color-border);
}

.sidebar-nav {
  flex: 1;
  width: 100%;
  background: var(--semi-color-bg-0);
  height: 100%;
  overflow-x: hidden;
  border-right: none;
  overflow-y: auto;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sidebar-nav::-webkit-scrollbar {
  display: none;
}

.sidebar-nav-item {
  border-radius: 6px;
  margin: 3px 8px;
  transition: all 0.15s ease;
  padding: 8px 12px;
}

.sidebar-nav-item:hover {
  background-color: rgba(var(--semi-blue-0), 0.08);
  color: var(--semi-color-primary);
}

.sidebar-nav-item-selected,
.sidebar-nav .semi-navigation-item-selected {
  background-color: rgba(var(--semi-blue-0), 0.12) !important;
  color: var(--semi-color-primary) !important;
  font-weight: 500 !important;
}

.sidebar-nav .semi-navigation-item-selected .semi-navigation-item-text {
  color: var(--semi-color-primary) !important;
  font-weight: 500 !important;
}

.sidebar-nav .semi-navigation-item-selected .semi-icon {
  color: var(--semi-color-primary) !important;
}

.sidebar-icon-container {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.2s ease;
}

.sidebar-divider {
  margin: 4px 8px;
  opacity: 0.15;
}

.sidebar-group-label {
  padding: 4px 15px 8px;
  color: var(--semi-color-text-2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

.sidebar-collapse-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  margin-top: auto;
  cursor: pointer;
  background-color: var(--semi-color-bg-0);
  position: sticky;
  bottom: 0;
  z-index: 10;
  box-shadow: 0 -10px 10px -5px var(--semi-color-bg-0);
  backdrop-filter: blur(4px);
  border-top: 1px solid rgba(var(--semi-grey-0), 0.08);
  width: 100%;
}

.sidebar-section {
  padding-top: 12px;
}


input,
textarea {
  font-family: inherit;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1;
  /* padding: 28px 0 72px; */
}

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

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
}

.brand-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
}

.brand-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.5px;
}

.brand-subtitle {
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
}

.nav-link {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.nav-link:hover {
  color: #0b1220;
  background: rgba(37, 99, 235, 0.08);
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.14);
}

.nav-link.active {
  color: #0b1220;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(6, 182, 212, 0.14));
  border: 1px solid rgba(37, 99, 235, 0.22);
}

.nav-item.open .nav-link {
  color: #0b1220;
}

.nav-item {
  position: relative;
}

.nav-caret {
  width: 10px;
  height: 10px;
  margin-left: 6px;
  border-right: 2px solid rgba(91, 107, 134, 0.9);
  border-bottom: 2px solid rgba(91, 107, 134, 0.9);
  transform: rotate(45deg) translateY(-1px);
  border-radius: 1px;
  transition: transform 0.2s, border-color 0.2s;
}

.nav-item.open .nav-caret {
  transform: rotate(225deg) translateY(1px);
  border-color: rgba(37, 99, 235, 0.9);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-toggle {
  display: none;
  width: 42px;
  padding: 0;
  font-size: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #ffffff;
  color: var(--text);
  font-weight: 700;
  font-size: 14px;border-radius: 8px;
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s, background 0.18s;
}

.btn-primary {
  border-color: rgba(37, 99, 235, 0.35);
  background: linear-gradient(135deg, rgba(37, 99, 235, 1), rgba(6, 182, 212, 1));
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
}

.btn-primary:hover {
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.22);
  transform: translateY(-1px);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.72);
}

.btn-ghost:hover {
  border-color: rgba(37, 99, 235, 0.22);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.08);
}

.mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 68px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.mega.open {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.mega-inner {
  padding: 14px 0 18px;
}

.mega-panel {
  display: none;
  border-radius: 20px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  background: rgba(255, 255, 255,1);
  box-shadow: 0 28px 70px rgba(2, 6, 23, 0.14);
  padding: 16px;
}

.mega-panel.show {
  display: block;
}

.mega-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.mega-title {
  font-weight: 1000;
  font-size: 16px;
}

.mega-subtitle {
  color: var(--muted);
  font-size: 13px;
}

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

.mega-card {
  display: block;
  text-align: left;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.06), rgba(6, 182, 212, 0.05));
  padding: 14px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  width: 100%;
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}

.mega-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.26);
  box-shadow: 0 22px 48px rgba(37, 99, 235, 0.18);
  color: #0b1220;
}

.mega-card-title {
  font-weight: 1000;
  margin-bottom: 6px;
}

.mega-card-desc {
  color: var(--muted);
  font-size: 13px;
}

/* 丰富的下拉面板样式 */
.mega-panel-rich {
  padding: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.mega-section {
  margin-bottom: 32px;
}

.mega-section:last-child {
  margin-bottom: 0;
}

.mega-section-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text);
}

/* 顶部布局：左侧场景 + 右侧CTA */
.mega-top-layout {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

/* 热门场景网格 */
.mega-scenes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  flex: 1;
}

.mega-scene-column {
  padding: 20px;
  border-radius: 12px;
  background: rgba(247, 249, 255, 0.5);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.mega-scene-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.mega-scene-icon {
  font-size: 20px;
}

.mega-scene-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}

.mega-scene-subtitle {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 16px;
}

.mega-scene-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-scene-list li {
  margin-bottom: 8px;
}

.mega-scene-list button {
  background: none;
  border: none;
  color: #5b6b86;
  font-size: 13px;
  cursor: pointer;
  padding: 4px 0;
  text-align: left;
  transition: color 0.2s;
}

.mega-scene-list button:hover {
  color: var(--brand);
}

/* CTA卡片区域 */
.mega-cta-section {
  margin: 32px 0;
}

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

.mega-cta-cards-horizontal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: stretch;
  height: 100%;
}

.mega-cta-card {
  position: relative;
  border-radius: 16px;
  padding: 28px 24px;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  min-width: 220px;
}

.mega-cta-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  z-index: 1;
}

.mega-cta-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.mega-cta-content {
  position: relative;
  z-index: 2;
  color: white;
}

.mega-cta-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.mega-cta-content p {
  font-size: 14px;
  margin: 0 0 16px 0;
  opacity: 0.9;
}

.mega-cta-btn {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.mega-cta-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}

/* 热门产品网格 */
.mega-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.mega-products-grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.mega-product-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(247, 249, 255, 0.5);
  border: 1px solid rgba(15, 23, 42, 0.08);
  text-align: left;
  cursor: pointer;
  transition: all 0.3s;
}

.mega-product-card:hover {
  background: white;
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.1);
  transform: translateY(-2px);
}

.mega-product-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.mega-product-info {
  flex: 1;
}

.mega-product-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}

.mega-product-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

/* 解决方案样式 */
.mega-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mega-service-column {
  padding: 20px;
  border-radius: 12px;
  background: rgba(247, 249, 255, 0.5);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.mega-service-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.mega-service-icon {
  font-size: 20px;
}

.mega-service-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}

.mega-service-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mega-service-item {
  background: white;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 8px;
  padding: 12px;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s;
}

.mega-service-item:hover {
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08);
  transform: translateY(-1px);
}

.mega-service-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}

.mega-service-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

/* 带背景图的特性卡片样式 */
.feature-card-bg {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(230, 235, 245, 0.8);
  border-radius: 20px;
  padding: 32px 28px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.feature-card-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.4) 100%);
  z-index: 0;
  pointer-events: none;
}

.feature-card-bg:nth-child(1) {
  background-color: rgba(240, 245, 255, 0.5);
}

.feature-card-bg:nth-child(2) {
  background-color: rgba(245, 250, 255, 0.5);
}

.feature-card-bg:nth-child(3) {
  background-color: rgba(250, 245, 255, 0.5);
}

.feature-card-bg:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  border-color: rgba(200, 215, 235, 0.8);
}

.feature-card-number {
  position: absolute;
  top: 20px;
  left: 28px;
  font-size: 5rem;
  font-weight: 700;
  color: rgba(200, 220, 240, 0.4);
  line-height: 1;
  z-index: 1;
  user-select: none;
}

.feature-card-content-bg {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}

.feature-card-title-bg {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.3;
}

.feature-card-desc-bg {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 24px;
}

.feature-card-list-bg {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
}

.feature-card-list-bg li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
}

.feature-bullet-bg {
  color: #2563eb;
  font-size: 0.7rem;
  flex-shrink: 0;
  margin-top: 3px;
  font-weight: 600;
}

.feature-card-btn-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: white;
  border: none;
  border-radius: 24px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.feature-card-btn-bg:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  transform: translateX(4px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}

/* 解决方案卡片样式 */
.solution-card {
  background: #fafbfd;
  border: 1px solid #e8ebf2;
  border-radius: 12px;
  padding: 24px 24px 20px 24px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.solution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border-color: #d8dce8;
  background: white;
}

.solution-card-title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #7c3aed;
  line-height: 1.4;
  margin: 0 0 12px 0;
  text-align: left;
}

.solution-card-desc {
  font-size: 0.8125rem;
  color: #666;
  line-height: 1.65;
  margin-bottom: 20px;
  flex: 1;
  text-align: left;
}

.solution-card-image {
  margin-top: auto;
  border-radius: 6px;
  overflow: hidden;
  background: white;
  padding: 12px;
  text-align: center;
  border: 1px solid #e8ebf2;
}

.solution-card-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

/* 产品线分类样式 */
.product-line-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.product-category {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.category-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.category-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  white-space: nowrap;
}

.category-divider {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #d0d5dd 0%, transparent 100%);
}

/* 场景案例卡片样式 */
.scenario-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.scenario-case-card {
  position: relative;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.scenario-case-card:hover {
  transform: translateY(-4px);
}

.scenario-case-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.scenario-case-content {
  position: relative;
  z-index: 2;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
}

.scenario-case-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
  color: white;
}

.scenario-case-subtitle {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
}

.scenario-case-metrics {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}

.scenario-case-metric {
  font-size: 1.75rem;
  font-weight: 700;
  color: white;
  line-height: 1.2;
}

/* 悬停遮罩层 */
.scenario-case-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scenario-case-card:hover .scenario-case-overlay {
  opacity: 1;
  visibility: visible;
}

.scenario-case-overlay-content {
  text-align: center;
  padding: 32px;
  color: white;
}

.scenario-case-overlay-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
  margin-bottom: 12px;
  line-height: 1.4;
}

.scenario-case-overlay-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
}

.scenario-case-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.scenario-btn {
  padding: 12px 32px;
  border-radius: 24px;
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

.scenario-btn-primary {
  background: white;
  color: #1a1a1a;
}

.scenario-btn-primary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.scenario-btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.scenario-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* 用户菜单样式 */
.header-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 16px;
}

.auth-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-sm {
  padding: 8px 16px;
  font-size: 0.875rem;
}

.user-menu {
  position: relative;
}

.user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: 2px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  outline: none;
}

.user-avatar:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.user-avatar-text {
  color: white;
  font-size: 1rem;
  font-weight: 600;
}

.user-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 220px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  overflow: hidden;
}

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

.user-dropdown-header {
  padding: 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.user-dropdown-name {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 4px;
}

.user-dropdown-email {
  font-size: 0.875rem;
  opacity: 0.9;
}

.user-dropdown-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 8px 0;
}

.user-dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.9375rem;
}

.user-dropdown-item:hover {
  background: #f3f4f6;
}

.user-dropdown-item span {
  font-size: 1.125rem;
}

/* 响应式 */
@media (max-width: 1024px) {
  .scenario-cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .header-user {
    margin-left: 8px;
  }
}

@media (max-width: 768px) {
  .scenario-cases-grid {
    grid-template-columns: 1fr;
  }
  
  .scenario-case-card {
    height: 280px;
  }
  
  .header-user {
    display: none;
  }
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.35);
}

.drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(360px, 92vw);
  background: rgba(255, 255, 255, 0.92);
  border-left: 1px solid rgba(37, 99, 235, 0.16);
  box-shadow: -30px 0 70px rgba(2, 6, 23, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border-bottom: 1px solid var(--border);
}

.drawer-title {
  font-weight: 1000;
}

.drawer-links {
  padding: 10px;
  display: grid;
  gap: 6px;
}

.drawer-links .nav-link {
  width: 100%;
  justify-content: flex-start;
  height: 44px;
  border-radius: 14px;
}

.drawer-actions {
  margin-top: auto;
  padding: 14px;
  display: grid;
  gap: 10px;
}

.btn-icon {
  width: 40px;
  padding: 0;
  border-radius: 12px;
}

.page-head {
  margin: 8px 0 18px;
}

.page-title {
  margin: 0;
  font-size: 34px;
  letter-spacing: -0.6px;
}

.page-subtitle {
  margin-top: 10px;
  color: var(--muted);
}

.section {
  padding: 34px 0;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.section-title {
  margin: 0;
  font-size: 24px;
}

.section-desc {
  color: var(--muted);
}

.hero {
  padding: 20px 0 30px;
  position: relative;
  overflow: hidden;
}

.particle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  opacity: 0.75;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 182, 212, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(700px 320px at 50% 30%, rgba(0, 0, 0, 1), transparent 75%);
  opacity: 0.55;
  pointer-events: none;
}

.hero::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 110px;
  background: linear-gradient(to bottom, rgba(246, 248, 255, 0), rgba(246, 248, 255, 1));
  pointer-events: none;
  z-index: 0;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 22px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.home-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 64px 0 84px;
  position: relative;
  z-index: 1;
}

@media (min-width: 980px) {
  .home-hero-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .home-hero-left,
  .home-hero-right {
    width: 48%;
  }
}

.home-hero {
  padding: 0;
}

.home-hero-circuit,
.home-hero-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-hero-circuit {
  opacity: 0.3;
  background-image: linear-gradient(rgba(37, 99, 235, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.10) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(800px 380px at 50% 20%, rgba(0, 0, 0, 1), transparent 70%);
}

.home-hero-dots {
  opacity: 0.28;
  background-image: radial-gradient(rgba(6, 182, 212, 0.26) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: radial-gradient(780px 360px at 50% 25%, rgba(0, 0, 0, 1), transparent 72%);
}

.home-hero-glow {
  position: absolute;
  width: 288px;
  height: 288px;
  border-radius: 999px;
  filter: blur(46px);
  opacity: 0.3;
  pointer-events: none;
}

.home-hero-glow-a {
  top: -80px;
  left: -80px;
  background: rgba(37, 99, 235, 0.6);
}

.home-hero-glow-b {
  right: -80px;
  bottom: -80px;
  background: rgba(6, 182, 212, 0.6);
}

.home-hero-particles {
  opacity: 0.7;
}

.home-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.18);
  color: rgba(37, 99, 235, 0.95);
  font-weight: 800;
  font-size: 13px;
}

.home-hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.95);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
  animation: pulseDot 1.4s ease-in-out infinite;
}

@keyframes pulseDot {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

.home-hero-title {
  margin: 14px 0 12px;
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.home-hero-title-em {
  background: linear-gradient(135deg, rgba(37, 99, 235, 1), rgba(6, 182, 212, 1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-hero-desc {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  max-width: 520px;
}

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

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

.home-metric {
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: 12px 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.06);
}

.home-metric-label {
  margin-top: 4px;
  color: rgba(91, 107, 134, 0.9);
  font-size: 12px;
}

.home-hero-tags {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.tag-primary {
  background: rgba(37, 99, 235, 0.10);
  color: rgba(37, 99, 235, 0.95);
}

.tag-secondary {
  background: rgba(6, 182, 212, 0.10);
  color: rgba(6, 182, 212, 0.95);
}

.tag-accent {
  background: rgba(99, 102, 241, 0.10);
  color: rgba(99, 102, 241, 0.95);
}

.tag-gray {
  background: rgba(15, 23, 42, 0.06);
  color: rgba(11, 18, 32, 0.82);
}

.home-hero-media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.12);
}

.home-hero-media-aspect {
  position: relative;
  aspect-ratio: 16 / 10;
}

.home-hero-media-frame {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 2px solid rgba(37, 99, 235, 0.36);
  box-shadow: 0 0 10px 2px rgba(37, 99, 235, 0.18);
  animation: pulseFrame 1.9s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}

@keyframes pulseFrame {
  0%,
  100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}

.home-hero-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-hero-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(2, 6, 23, 0.30), transparent 55%);
  z-index: 1;
}

.home-hero-ui {
  position: absolute;
  z-index: 3;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  border-radius: 12px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.20);
}

.home-hero-ui-status {
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-hero-ui-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 1);
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.65);
  animation: pulseDot 1.2s ease-in-out infinite;
}

.home-hero-ui-metrics {
  left: 14px;
  bottom: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-hero-ui-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.home-hero-ui-value {
  font-weight: 800;
}

.home-hero-media-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  z-index: 3;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.50), transparent);
}

.home-hero-typing {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 900;
  letter-spacing: 0.06em;
}

.home-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.home-hero-dial {
  position: absolute;
  top: 26%;
  left: 26%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.home-hero-dial-outer {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: radial-gradient(circle at center, rgba(37, 99, 235, 0.12), transparent);
  box-shadow: 0 0 18px rgba(37, 99, 235, 0.18);
}

.home-hero-dial-inner {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, rgba(37, 99, 235, 0.18), transparent 70%);
}

.home-hero-dial-text {
  white-space: pre-line;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.22);
}

.home-hero-dial-dashed {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1px dashed rgba(255, 255, 255, 0.28);
  animation: spin 8s linear infinite;
}

.home-hero-dial-dot {
  position: absolute;
  border-radius: 999px;
  background: rgba(96, 165, 250, 1);
  filter: drop-shadow(0 0 6px rgba(96, 165, 250, 0.8));
}

.home-hero-dial-dot.a {
  width: 6px;
  height: 6px;
  top: 12px;
  right: 18px;
}

.home-hero-dial-dot.b {
  width: 4px;
  height: 4px;
  bottom: 14px;
  left: 14px;
  opacity: 0.8;
}

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

.home-section-head.center {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.home-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-kicker.primary {
  color: rgba(37, 99, 235, 0.95);
}

.home-kicker.secondary {
  color: rgba(6, 182, 212, 0.95);
}

.home-kicker.accent {
  color: rgba(99, 102, 241, 0.95);
}

.home-h2 {
  margin: 10px 0 10px;
  font-size: 34px;
  line-height: 1.18;
}

.home-p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

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

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

@media (max-width: 1080px) {
  .home-grid3 {
    grid-template-columns: 1fr;
  }
  .home-grid2 {
    grid-template-columns: 1fr;
  }
  .home-hero-title {
    font-size: 36px;
  }
}

.home-featured {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.home-bg-orb {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.06);
  filter: blur(0px);
  pointer-events: none;
}

.home-bg-orb-a {
  top: -220px;
  right: -220px;
}

.home-bg-orb-b {
  bottom: -220px;
  left: -220px;
  background: rgba(6, 182, 212, 0.06);
}

.home-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.08);
  transition: transform 0.18s, box-shadow 0.18s;
}

.home-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 60px rgba(2, 6, 23, 0.12);
}

.home-card-media {
  height: 190px;
  position: relative;
  background: rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

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

.home-card:hover .home-card-img {
  transform: scale(1.05);
}

.home-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
  color: rgba(37, 99, 235, 0.95);
  border: 1px solid rgba(37, 99, 235, 0.16);
}

.home-card-body {
  padding: 18px;
}

.home-card-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 1000;
}

.home-card-desc {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.7;
}

.home-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(37, 99, 235, 0.95);
  font-weight: 900;
}

.home-center {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.home-projects {
  position: relative;
  overflow: hidden;
}

.home-projects-bg {
  position: absolute;
  inset: 0;
  opacity: 0.9;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.06), rgba(6, 182, 212, 0.06));
  pointer-events: none;
}

.home-os-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.08);
  padding: 16px;
  transition: transform 0.18s, box-shadow 0.18s;
}

.home-os-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 60px rgba(2, 6, 23, 0.12);
}

.home-os-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.home-os-topbar.primary {
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.8), rgba(37, 99, 235, 0.2));
}

.home-os-topbar.secondary {
  background: linear-gradient(90deg, rgba(6, 182, 212, 0.8), rgba(6, 182, 212, 0.2));
}

.home-os-topbar.accent {
  background: linear-gradient(90deg, rgba(99, 102, 241, 0.8), rgba(99, 102, 241, 0.2));
}

.home-os-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.home-os-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 1000;
}

.home-os-icon.primary {
  background: linear-gradient(135deg, rgba(37, 99, 235, 1), rgba(37, 99, 235, 0.75));
}

.home-os-icon.secondary {
  background: linear-gradient(135deg, rgba(6, 182, 212, 1), rgba(6, 182, 212, 0.75));
}

.home-os-icon.accent {
  background: linear-gradient(135deg, rgba(99, 102, 241, 1), rgba(99, 102, 241, 0.75));
}

.home-os-name {
  font-weight: 1000;
}

.home-os-desc {
  margin: 10px 0 12px;
  color: var(--muted);
  line-height: 1.7;
}

.home-os-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.home-os-stats {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: rgba(91, 107, 134, 0.9);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding-top: 12px;
  margin-top: 8px;
}

.home-os-link {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(37, 99, 235, 0.95);
  font-weight: 900;
}

.home-media {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  overflow: hidden;
}

.home-media-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(37, 99, 235, 0.06), transparent 60%);
  pointer-events: none;
}

.home-video-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.08);
  transition: transform 0.18s, box-shadow 0.18s;
}

.home-video-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 60px rgba(2, 6, 23, 0.12);
}

.home-video-media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.home-video-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}

.home-video-card:hover .home-video-media img {
  transform: scale(1.05);
}

.home-video-duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 4px 8px;
  border-radius: 10px;
  background: rgba(2, 6, 23, 0.7);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  z-index: 2;
}

.home-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.home-video-play span {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
  font-weight: 1000;
  background: rgba(37, 99, 235, 0.92);
  box-shadow: 0 16px 36px rgba(2, 6, 23, 0.24);
}

.home-video-card.secondary .home-video-play span {
  background: rgba(6, 182, 212, 0.92);
}

.home-video-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.42), transparent 55%);
  opacity: 0;
  transition: opacity 0.2s;
}

.home-video-card:hover .home-video-grad {
  opacity: 1;
}

.home-video-body {
  padding: 16px 18px 18px;
}

.home-video-stats {
  display: flex;
  gap: 14px;
  color: rgba(91, 107, 134, 0.9);
  font-size: 12px;
  margin-bottom: 10px;
}

.home-contact {
  position: relative;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.9), rgba(6, 182, 212, 0.85));
  color: rgba(255, 255, 255, 0.96);
  overflow: hidden;
}

.svc-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.svc-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.10), rgba(37, 99, 235, 0.02) 55%, transparent);
  pointer-events: none;
}

.svc-hero-inner {
  padding: 44px 0 34px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.svc-crumb {
  color: rgba(91, 107, 134, 0.9);
  font-size: 12px;
}

.svc-title {
  margin: 12px 0 10px;
  font-size: 40px;
  line-height: 1.14;
}

.svc-sub {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 540px;
}

.svc-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.svc-illus {
  position: relative;
  width: min(520px, 100%);
  margin-left: auto;
  height: 290px;
}

.svc-illus-main {
  position: absolute;
  right: 84px;
  top: 38px;
  width: 170px;
  height: 170px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(6, 182, 212, 0.12));
  border: 1px solid rgba(37, 99, 235, 0.16);
  box-shadow: 0 26px 70px rgba(2, 6, 23, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-illus-ring {
  position: absolute;
  inset: -10px;
  border-radius: 34px;
  border: 1px dashed rgba(37, 99, 235, 0.26);
  animation: spin 12s linear infinite;
}

.svc-illus-chip {
  width: 76px;
  height: 76px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 1000;
  color: rgba(37, 99, 235, 0.95);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.10);
}

.svc-illus-card {
  position: absolute;
  width: 170px;
  border-radius: 16px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.10);
}

.svc-illus-card-title {
  font-weight: 1000;
  margin-bottom: 4px;
}

.svc-illus-card-desc {
  color: rgba(91, 107, 134, 0.9);
  font-size: 12px;
}

.svc-illus-card.c1 {
  right: 0;
  top: 20px;
}

.svc-illus-card.c2 {
  left: 0;
  top: 94px;
}

.svc-illus-card.c3 {
  right: 20px;
  bottom: 18px;
}

@media (max-width: 980px) {
  .svc-hero-inner {
    grid-template-columns: 1fr;
  }
  .svc-illus {
    margin: 10px auto 0;
    height: 260px;
  }
  .svc-illus-main {
    right: 50%;
    transform: translateX(50%);
  }
  .svc-illus-card.c1 {
    right: 0;
    top: 12px;
  }
  .svc-illus-card.c2 {
    left: 0;
    top: 88px;
  }
}

.news-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 18px;
}

.news-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 300px at 50% 0%, rgba(37, 99, 235, 0.18), transparent 65%),
    linear-gradient(180deg, rgba(37, 99, 235, 0.12), rgba(37, 99, 235, 0.02) 55%, transparent);
  pointer-events: none;
}

.news-hero-inner {
  position: relative;
  z-index: 1;
}

.news-hero-center {
  text-align: center;
  padding: 34px 0;
}

.news-hero-title {
  font-size: 34px;
  font-weight: 1000;
  margin-bottom: 8px;
}

.news-hero-sub {
  color: rgba(91, 107, 134, 0.92);
}

.news-top-grid {
  display: grid;
  grid-template-columns: 0.55fr 0.85fr 0.6fr;
  gap: 16px;
}

.news-left,
.news-mid,
.news-right {
  min-width: 0;
}

.news-feature {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.06);
  text-decoration: none;
  color: inherit;
}

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

.news-feature:hover {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.10);
}

.news-feature-cover {
  height: 66px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-color: rgba(15, 23, 42, 0.05);
}

.news-pill {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 12px;
  color: rgba(37, 99, 235, 0.96);
  background: rgba(37, 99, 235, 0.10);
  border: 1px solid rgba(37, 99, 235, 0.14);
}

.news-feature-title {
  margin-top: 6px;
  font-weight: 1000;
  font-size: 13px;
  line-height: 1.35;
}

.news-feature-date {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(91, 107, 134, 0.9);
}

.news-box {
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.06);
  overflow: hidden;
}

.news-box-title {
  padding: 12px 14px;
  font-weight: 1000;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.news-box-body {
  padding: 10px 12px;
}

.news-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
}

.news-row:hover {
  background: rgba(37, 99, 235, 0.06);
}

.news-row-left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.news-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(15, 23, 42, 0.05);
  color: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.news-row-title {
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-row-date {
  flex: 0 0 auto;
  font-size: 12px;
  color: rgba(91, 107, 134, 0.9);
}

.news-hot-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
}

.news-hot-row:hover {
  background: rgba(37, 99, 235, 0.06);
}

.news-hot-rank {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 1000;
  color: rgba(37, 99, 235, 0.96);
  background: rgba(37, 99, 235, 0.10);
  border: 1px solid rgba(37, 99, 235, 0.14);
}

.news-hot-title {
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-promo {
  margin-top: 14px;
  border-radius: 16px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.96);
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.95), rgba(249, 115, 22, 0.90));
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.18);
}

.news-promo-top {
  font-size: 12px;
  opacity: 0.92;
}

.news-promo-title {
  font-size: 16px;
  font-weight: 1000;
  margin: 6px 0 12px;
}

.news-cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.news-cat-title {
  font-weight: 1000;
}

.news-cat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.news-cat-tab {
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.9);
  color: rgba(15, 23, 42, 0.78);
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
}

.news-cat-tab:hover {
  border-color: rgba(37, 99, 235, 0.22);
  color: rgba(37, 99, 235, 0.96);
}

.news-cat-tab.is-active {
  border-color: rgba(37, 99, 235, 0.26);
  background: rgba(37, 99, 235, 0.10);
  color: rgba(37, 99, 235, 0.96);
}

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

.news-card {
  border-radius: 14px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.06);
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.news-card:hover {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.10);
}

.news-card-badge {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: rgba(15, 23, 42, 0.72);
}

.news-card-title {
  margin-top: 8px;
  font-weight: 1000;
  line-height: 1.35;
}

.news-card-date {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(91, 107, 134, 0.9);
}

@media (max-width: 1100px) {
  .news-top-grid {
    grid-template-columns: 1fr;
  }
  .news-feature {
    grid-template-columns: 98px 1fr;
  }
  .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .news-list {
    grid-template-columns: 1fr;
  }
  .news-cat {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-cat-tabs {
    justify-content: flex-start;
  }
}

.hub-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: center;
}

.hub-media,
.hub-copy {
  min-width: 0;
}

.hub-media-aspect {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.10);
}

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

.hub-media-glow {
  position: absolute;
  inset: -140px -140px auto auto;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.16);
  pointer-events: none;
}

.hub-kicker {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  color: rgba(37, 99, 235, 0.96);
  background: rgba(37, 99, 235, 0.10);
  border: 1px solid rgba(37, 99, 235, 0.14);
}

.hub-title {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 1000;
  line-height: 1.2;
}

.hub-desc {
  margin-top: 10px;
  color: rgba(91, 107, 134, 0.94);
  line-height: 1.75;
}

.hub-points {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.hub-point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(15, 23, 42, 0.78);
  line-height: 1.6;
}

.hub-dot {
  margin-top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.9);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
  flex: 0 0 auto;
}

.hub-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

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

.hub-card {
  border-radius: 16px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.06);
  min-width: 0;
}

.hub-card-title {
  font-weight: 1000;
}

.hub-card-desc {
  margin-top: 8px;
  color: rgba(91, 107, 134, 0.92);
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .hub-grid {
    grid-template-columns: 1fr;
  }
  .hub-cards4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .hub-cards3 {
    grid-template-columns: 1fr;
  }
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 18px;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 300px at 50% 0%, rgba(37, 99, 235, 0.16), transparent 65%),
    linear-gradient(180deg, rgba(37, 99, 235, 0.10), rgba(37, 99, 235, 0.02) 55%, transparent);
  pointer-events: none;
}

.about-hero-inner {
  position: relative;
  z-index: 1;
}

.about-hero-center {
  text-align: center;
  padding: 34px 0;
}

.about-hero-title {
  font-size: 34px;
  font-weight: 1000;
  margin-bottom: 8px;
}

.about-hero-sub {
  color: rgba(91, 107, 134, 0.92);
}

.about-intro {
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.06);
}

.about-intro-title {
  font-weight: 1000;
  margin-bottom: 8px;
}

.about-intro-desc {
  color: rgba(91, 107, 134, 0.94);
  line-height: 1.8;
}

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

.about-prod {
  border-radius: 16px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.06);
  min-width: 0;
}

.about-prod-title {
  font-weight: 1000;
}

.about-prod-desc {
  margin-top: 8px;
  color: rgba(91, 107, 134, 0.92);
  line-height: 1.65;
}

.about-prod-link {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(37, 99, 235, 0.95);
  font-weight: 900;
  text-decoration: none;
}

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

.about-value {
  border-radius: 16px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.06);
  font-weight: 1000;
  text-align: center;
}

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

.about-advisor {
  border-radius: 16px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.06);
  min-width: 0;
}

.about-advisor-name {
  font-weight: 1000;
}

.about-advisor-title {
  margin-top: 6px;
  color: rgba(91, 107, 134, 0.92);
  line-height: 1.55;
  font-size: 13px;
}

.about-news {
  display: grid;
  gap: 10px;
}

.about-news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.06);
  text-decoration: none;
  color: inherit;
}

.about-news-item:hover {
  border-color: rgba(37, 99, 235, 0.22);
}

.about-news-title {
  font-weight: 900;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-news-date {
  flex: 0 0 auto;
  font-size: 12px;
  color: rgba(91, 107, 134, 0.9);
}

@media (max-width: 1100px) {
  .about-advisors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .about-products,
  .about-values {
    grid-template-columns: 1fr;
  }
}

.home-contact-inner {
  text-align: center;
}

.home-contact-dots,
.home-contact-circuit {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
}

.home-contact-dots {
  background-image: radial-gradient(rgba(255, 255, 255, 0.6) 1px, transparent 1px);
  background-size: 20px 20px;
}

.home-contact-circuit {
  background-image: linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 66px 66px;
}

.home-contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  font-size: 13px;
}

.home-contact-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
}

.home-contact-title {
  margin: 14px 0 10px;
  color: rgba(255, 255, 255, 0.98);
  font-size: 34px;
}

.home-contact-desc {
  margin: 0 auto 18px;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.7;
}

.home-contact-btn {
  background: rgba(255, 255, 255, 0.96);
  color: rgba(37, 99, 235, 0.95);
  border-color: rgba(255, 255, 255, 0.42);
}

.home-contact-stats {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-contact-stat {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.home-contact-num {
  font-weight: 1000;
  font-size: 22px;
  margin-bottom: 4px;
}

.home-contact-lab {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 980px) {
  .home-contact-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.hero-right {
  position: relative;
  z-index: 1;
}

.hero-left {
  position: relative;
  z-index: 1;
}

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

.bento-card {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.08);
  padding: 16px;
  overflow: hidden;
}

.bento-card.grad {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.10), rgba(6, 182, 212, 0.08));
  border-color: rgba(37, 99, 235, 0.18);
}

.bento-title {
  font-weight: 1000;
  margin-bottom: 8px;
}

.bento-desc {
  color: var(--muted);
  line-height: 1.6;
}

.bento-list {
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.bento-li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(11, 18, 32, 0.86);
}

.bento-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.85);
  margin-top: 7px;
  flex: 0 0 auto;
}

.span-4 {
  grid-column: span 4;
}

.span-5 {
  grid-column: span 5;
}

.span-6 {
  grid-column: span 6;
}

.span-7 {
  grid-column: span 7;
}

.span-12 {
  grid-column: span 12;
}

.timeline {
  display: grid;
  gap: 12px;
}

.tl-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.tl-mark {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 99, 235, 0.18);
  background: rgba(37, 99, 235, 0.08);
  color: rgba(37, 99, 235, 0.95);
  font-weight: 1000;
}

.tl-card {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.88);
  padding: 14px;
}

.tl-title {
  font-weight: 1000;
  margin-bottom: 6px;
}

.tl-desc {
  color: var(--muted);
  line-height: 1.6;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: stretch;
}

.panel {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.08);
  padding: 16px;
}

.panel-kicker {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  background: rgba(37, 99, 235, 0.08);
  color: rgba(37, 99, 235, 0.95);
  font-weight: 800;
  font-size: 12px;
}

.badge {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  font-weight: 800;
  font-size: 12px;
}

.hero-title {
  margin: 12px 0 10px;
  font-size: 46px;
  letter-spacing: -1px;
}

.hero-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.hero-points {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}

.point {
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.7);
}

.glass {
  border-radius: 18px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
  padding: 18px;
}

.glass-title {
  font-weight: 800;
  margin-bottom: 12px;
}

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

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

.card {
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.84);
  padding: 16px;
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.06);
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: radial-gradient(600px 200px at 20% 0%, rgba(37, 99, 235, 0.16), transparent 60%),
    radial-gradient(600px 200px at 80% 0%, rgba(6, 182, 212, 0.14), transparent 55%);
  opacity: 0;
  transition: opacity 0.18s;
  pointer-events: none;
}

.card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 22px 48px rgba(37, 99, 235, 0.12);
}

.card:hover::before {
  opacity: 1;
}

.card > * {
  position: relative;
}

.card-title {
  font-weight: 900;
  margin-bottom: 8px;
}

.card-desc {
  color: var(--muted);
  font-size: 14px;
}

.link-card {
  color: inherit;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(6, 182, 212, 0.08));
}

.cta-title {
  font-weight: 900;
  font-size: 18px;
}

.cta-desc {
  margin-top: 6px;
  color: var(--muted);
}

.note {
  margin-top: 18px;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px dashed rgba(15, 23, 42, 0.22);
  background: rgba(255, 255, 255, 0.6);
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

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

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

.stat-card {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.06), rgba(6, 182, 212, 0.05));
  padding: 14px;
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.06);
}

.stat-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.stat-value {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 8px;
  font-weight: 1000;
  font-size: 26px;
  letter-spacing: -0.4px;
}

.stat-suffix {
  font-size: 14px;
  color: var(--muted);
  font-weight: 800;
}

.tabs {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.07);
  overflow: hidden;
}

.tabs-bar {
  display: flex;
  gap: 6px;
  padding: 10px;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.86);
}

.tab {
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-weight: 900;
  color: var(--muted);
  transition: background 0.18s, transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}

.tab:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 12px 26px rgba(2, 6, 23, 0.08);
}

.tab.active {
  color: var(--text);
  border-color: rgba(37, 99, 235, 0.25);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(6, 182, 212, 0.12));
}

.tabs-panel {
  padding: 14px;
}

.accordion {
  display: grid;
  gap: 10px;
}

.acc-item {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.88);
  overflow: hidden;
}

.acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.acc-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.acc-title {
  font-weight: 1000;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.acc-q {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 99, 235, 0.22);
  background: rgba(37, 99, 235, 0.1);
  color: rgba(37, 99, 235, 0.95);
  font-weight: 1000;
  flex: 0 0 auto;
}

.acc-chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(91, 107, 134, 0.9);
  border-bottom: 2px solid rgba(91, 107, 134, 0.9);
  transform: rotate(45deg);
  transition: transform 0.2s, border-color 0.2s;
  flex: 0 0 auto;
}

.acc-item.open .acc-chevron {
  transform: rotate(225deg);
  border-color: rgba(37, 99, 235, 0.9);
}

.acc-panel {
  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  overflow: hidden;
  transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.2s ease;
}

.acc-item.open .acc-panel {
  max-height: 260px;
  opacity: 1;
  transform: translateY(0);
}

.acc-content {
  margin: 0;
  padding: 0 14px 14px;
  color: var(--muted);
}

.site-footer {
  background: #0f1a2c;
  color: #fff;
  padding: 0;
  border-top: none;
}

.custom-footer .footer-bottom {
  background: #132131;
}

.custom-footer .footer-nav {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
}

.custom-footer .wp {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.footer-nav-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 34px;
}

.footer-nav .item {
  line-height: 1;
}

.footer-nav .item:not(:last-child) {
  margin-right: 20px;
}

.footer-nav .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.footer-nav .title a {
  color: inherit;
  text-decoration: none;
}

.footer-nav .nav-box {
  display: flex;
}

.footer-nav .nav-list {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-nav .nav-list:not(:last-child) {
  margin-right: 20px;
}

.footer-nav .nav-list dt,
.footer-nav .nav-list dd {
  margin: 4px 0;
}

.footer-nav .nav-list a {
  color: inherit;
  text-decoration: none;
}

.footer-nav .nav-list a:hover {
  color: #fff;
}

.footer-bottom .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0 36px;
  gap: 30px;
}

.copyright .left {
  flex: 1;
}

.copyright .left .item {
  display: flex;
  margin-bottom: 6px;
  gap: 12px;
  font-size: 13px;
  line-height: 1.6;
}

.copyright .left .item:last-child {
  margin-bottom: 0;
}

.copyright .left .link {
  align-items: baseline;
}

.copyright .left .link span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.86);
}

.copyright .left .link .link-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.copyright .left .link a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.copyright .left .link a:hover {
  color: #fff;
}

.copyright .item .box {
  color: rgba(255, 255, 255, 0.7);
}

.copyright .item .box a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  text-decoration: none;
}

.copyright .item .box a:hover {
  color: #fff;
}

.record-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.copyright .contact {
  display: block;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.75);
}

.copyright .contact p {
  margin: 0 0 4px;
}

.copyright .right .qrcode {
  width: fit-content;
  text-align: center;
}

.copyright .right .qrcode .img {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  background: #fff;
  margin: 0 auto 8px;
}

.copyright .right .qrcode .p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.custom-footer a {
  transition: color 0.15s ease;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  display: grid;
  gap: 10px;
}

.fab {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.16);
  font-weight: 1000;
  cursor: pointer;
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}

.fab:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 24px 54px rgba(37, 99, 235, 0.18);
}

.fab-primary {
  border-color: rgba(37, 99, 235, 0.28);
  background: linear-gradient(135deg, rgba(37, 99, 235, 1), rgba(6, 182, 212, 1));
  color: #fff;
}

.fab-ghost {
  color: var(--text);
}

.marquee {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.08);
  overflow: hidden;
}

.marquee-track {
  display: flex;
  gap: 12px;
  padding: 14px;
  width: max-content;
  animation: marquee 22s linear infinite;
}

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

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.logo-chip {
  flex: 0 0 auto;
  min-width: 160px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(6, 182, 212, 0.06));
  font-weight: 900;
  color: rgba(11, 18, 32, 0.85);
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}

.logo-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 22px 48px rgba(37, 99, 235, 0.12);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 18px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.3);
}

.modal-panel {
  position: relative;
  width: min(560px, 100%);
  border-radius: 18px;
  border: 1px solid rgba(37, 99, 235, 0.22);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px;
  border-bottom: 1px solid var(--border);
}

.modal-title {
  font-weight: 1000;
}

.form {
  padding: 14px;
  display: grid;
  gap: 12px;
}

.field {
  display: grid;
  gap: 6px;
}

.label {
  font-weight: 800;
  font-size: 13px;
  color: var(--text);
}

.input,
.textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #ffffff;
  padding: 10px 12px;
  outline: none;
}

.input:focus,
.textarea:focus {
  border-color: rgba(37, 99, 235, 0.55);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
}

.input.error,
.textarea.error {
  border-color: rgba(220, 38, 38, 0.45);
}

.hint {
  font-size: 12px;
  color: var(--muted);
}

.hint.error {
  color: #dc2626;
}

.modal-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 4px;
}

.modal-success {
  padding: 18px;
}

.success-title {
  font-weight: 1000;
  font-size: 18px;
}

.success-desc {
  margin-top: 6px;
  color: var(--muted);
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
  }

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

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

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

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

  .mega {
    display: none;
  }

  .particle-canvas {
    opacity: 0.45;
  }

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

  .span-7,
  .span-6,
  .span-5,
  .span-4 {
    grid-column: span 6;
  }

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

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}

@media (max-width: 560px) {
  .stats {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1440px;
  }
}

* {
  box-sizing: border-box;
}

