/*
 * 放射卫生管理系统官网页面样式。
 * 用途：承载官网各业务区块的布局、视觉和多端适配。
 * 修改注意：公共按钮、基础重置和动画分别维护在 components.css、base.css、animations.css。
 */
.website-page {
  position: relative;
  min-height: 100vh;
  padding: 24px 24px 56px;
  overflow-x: clip;
  overflow-y: visible;
  background:
    radial-gradient(circle at top right, rgba(63, 161, 255, 0.18), transparent 26%),
    radial-gradient(circle at top left, rgba(255, 190, 77, 0.12), transparent 22%),
    linear-gradient(180deg, #f5f9fd 0%, #eef4fa 100%);
  isolation: isolate;
}

.website-page::before,
.website-page::after {
  position: absolute;
  z-index: 0;
  content: '';
  pointer-events: none;
  filter: blur(42px);
  opacity: 0.7;
}

.website-page::before {
  top: 4%;
  right: -10%;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(86, 168, 255, 0.34) 0%, rgba(86, 168, 255, 0) 72%);
}

.website-page::after {
  bottom: 8%;
  left: -8%;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 183, 77, 0.26) 0%, rgba(255, 183, 77, 0) 74%);
}

.website-shell {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
}

.website-page--animated::before {
  animation: auroraFloatPrimary 14s ease-in-out infinite;
}

.website-page--animated::after {
  animation: auroraFloatSecondary 18s ease-in-out infinite;
}

.website-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.website-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  padding: 18px 16px 12px;
  margin-top: 8px;
  color: #54667a;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  border-top: 1px solid rgba(194, 211, 231, 0.92);
}

.website-footer__record,
.website-footer__copyright {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  word-break: break-word;
}

.website-header {
  position: sticky;
  top: 16px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 28px;
  margin-bottom: 28px;
  border: 1px solid rgba(198, 218, 237, 0.9);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(10, 61, 122, 0.12);
  backdrop-filter: blur(18px);
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  cursor: pointer;
}

.brand-mark {
  width: 62px;
  height: 62px;
  flex: none;
}

.brand-mark__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(41, 93, 168, 0.14));
}

.website-page--animated .brand-mark__image {
  animation: brandLogoFloat 6s ease-in-out infinite;
}

.brand-mark--mini {
  width: 28px;
  height: 28px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-name {
  color: #101f33;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.brand-en {
  margin-top: 4px;
  color: #7c96b1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  transition: max-height 0.28s ease, opacity 0.2s ease, margin 0.2s ease, padding 0.2s ease;
}

.header-nav__item {
  flex: none;
  padding: 0;
  color: #183456;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  background: transparent;
  border: none;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background-color 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.header-nav__item:hover {
  color: #1d6cce;
  transform: translateY(-1px);
}

.header-menu-toggle {
  display: none;
}

.header-action-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  transition: max-height 0.28s ease, opacity 0.2s ease, margin 0.2s ease, padding 0.2s ease;
}

.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.92fr);
  gap: 30px;
  align-items: stretch;
  padding: 36px 40px 32px;
  overflow: hidden;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(241, 248, 255, 0.92) 100%);
  box-shadow: 0 24px 56px rgba(10, 61, 122, 0.12);
}

.hero-section::before {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 420px;
  height: 420px;
  content: '';
  background: radial-gradient(circle, rgba(63, 161, 255, 0.2) 0%, rgba(63, 161, 255, 0) 72%);
}

.hero-section::after {
  position: absolute;
  inset: 26px;
  content: '';
  background-image:
    linear-gradient(rgba(214, 230, 244, 0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 230, 244, 0.34) 1px, transparent 1px);
  background-size: 28px 28px;
  border-radius: 28px;
  opacity: 0.38;
  pointer-events: none;
}

.website-page--animated .hero-section::before {
  animation: heroGlowOrbit 12s ease-in-out infinite;
}

.website-page--animated .hero-section::after,
.website-page--animated .solution-section::before {
  animation: gridShift 22s linear infinite;
}

.hero-content,
.hero-dashboard {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: #1e7ae4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section-tag--light {
  color: #d6ebff;
}

.hero-title {
  margin: 0;
  color: #0f1d31;
  font-size: 60px;
  line-height: 1.18;
}

.hero-description {
  max-width: 620px;
  margin: 26px 0 34px;
  color: #556e89;
  font-size: 19px;
  line-height: 1.8;
}

.hero-action-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-tag-list__item {
  padding: 10px 18px;
  color: #1f67c1;
  font-size: 14px;
  font-weight: 600;
  background: #ebf4ff;
  border-radius: 999px;
}

.hero-footnote {
  margin: 28px 0 0;
  color: #6e89a4;
  font-size: 15px;
  font-weight: 600;
}

.dashboard-panel {
  height: 100%;
  padding: 26px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 251, 255, 0.96) 100%);
  box-shadow: 0 24px 50px rgba(10, 61, 122, 0.14);
}

.dashboard-screen {
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, #135fbe 0%, #0d4ea5 100%);
}

.dashboard-screen__header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dashboard-dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

.dashboard-dot--blue {
  background: #83dbff;
}

.dashboard-dot--orange {
  background: #ffb235;
}

.dashboard-title {
  margin-left: 6px;
  color: #eef7ff;
  font-size: 17px;
  font-weight: 600;
}

.dashboard-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.dashboard-kpi-card {
  padding: 16px 14px;
  border-radius: 20px;
  background: rgba(10, 36, 87, 0.2);
  transition:
    transform 0.32s ease,
    background-color 0.32s ease,
    box-shadow 0.32s ease;
}

.dashboard-kpi-card__label {
  display: block;
  color: #c4e7ff;
  font-size: 12px;
  font-weight: 600;
}

.dashboard-kpi-card__value {
  display: block;
  margin-top: 12px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}

.dashboard-kpi-card__hint {
  display: block;
  margin-top: 4px;
  color: rgba(226, 241, 255, 0.92);
  font-size: 12px;
}

.dashboard-chart {
  position: relative;
  height: 100px;
  margin-top: 18px;
}

.dashboard-chart__svg {
  width: 100%;
  height: 100%;
}

.dashboard-chart__svg path {
  fill: none;
  stroke: #88d8ff;
  stroke-width: 4;
  stroke-linecap: round;
}

.website-page--animated .dashboard-chart__svg path {
  stroke-dasharray: 340;
  stroke-dashoffset: 340;
  animation: dashboardLineReveal 1.4s ease forwards 0.35s;
}

.dashboard-chart__point {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ffb53a;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.website-page--animated .dashboard-chart__point {
  animation: dashboardPointPulse 3.4s ease-in-out infinite;
}

.dashboard-chart__point--first {
  top: 52px;
  left: 92px;
  animation-delay: 0s;
}

.dashboard-chart__point--second {
  top: 64px;
  right: 126px;
  background: #8be1ff;
  animation-delay: 0.42s;
}

.dashboard-chart__point--third {
  top: 8px;
  right: 14px;
  animation-delay: 0.84s;
}

.dashboard-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.dashboard-feature-card {
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(13, 67, 132, 0.1);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.dashboard-feature-card:nth-child(4) {
  grid-column: span 2;
}

.dashboard-feature-card__label {
  display: block;
  color: #2369c4;
  font-size: 12px;
  font-weight: 700;
}

.dashboard-feature-card__title {
  display: block;
  margin-top: 10px;
  color: #15253a;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.summary-strip {
  padding: 0 8px;
}

.summary-strip__content {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 8px;
}

.website-page--animated .summary-strip__content {
  animation: summaryGlowShift 7s ease-in-out infinite;
}

.summary-strip__label {
  flex-shrink: 0;
  color: #6d89a7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.summary-strip__text {
  margin: 0;
  color: #516c87;
  font-size: 16px;
  line-height: 1.8;
}

.section-block {
  padding: 0 8px;
}

.hero-section,
.section-block,
.solution-section,
.consult-section,
.contact-section {
  scroll-margin-top: 108px;
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading--light {
  margin-bottom: 28px;
}

.section-title {
  margin: 0;
  color: #102038;
  font-size: 42px;
  line-height: 1.3;
}

.section-title--light {
  color: #ffffff;
}

.section-description {
  max-width: 860px;
  margin: 14px 0 0;
  color: #66819c;
  font-size: 18px;
  line-height: 1.8;
}

.section-description--light {
  color: #cae6ff;
}

.mobile-swipe-hint {
  display: none;
}

.value-grid,
.insight-grid,
.scenario-grid,
.detail-grid,
.module-grid,
.contact-section {
  display: grid;
  gap: 20px;
}

.insight-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.insight-card,
.value-card,
.scenario-card,
.detail-card,
.module-card,
.contact-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(10, 61, 122, 0.1);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}

.insight-card,
.value-card,
.scenario-card,
.detail-card,
.module-card,
.consult-step-card {
  padding: 28px 24px;
}

.insight-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 250, 255, 0.96) 100%);
}

.insight-card__tag,
.scenario-card__tag,
.detail-card__tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 8px 12px;
  color: #1f6dcc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #ebf4ff;
  border-radius: 999px;
}

.insight-card__title,
.scenario-card__title,
.detail-card__title {
  margin: 18px 0 0;
  color: #102038;
  font-size: 28px;
  line-height: 1.35;
}

.insight-card__text,
.scenario-card__description,
.detail-card__description,
.detail-card__item {
  color: #607b97;
  font-size: 16px;
  line-height: 1.8;
}

.insight-card__text {
  margin: 14px 0 0;
}

.insight-card__divider {
  width: 100%;
  height: 1px;
  margin: 20px 0 4px;
  background: linear-gradient(90deg, rgba(33, 108, 204, 0.2) 0%, rgba(33, 108, 204, 0) 100%);
}

.insight-card__text--strong {
  color: #274a74;
  font-weight: 600;
}

.value-card__icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  background: #eef6ff;
  border-radius: 50%;
}

.value-card__icon::before,
.value-card__icon::after {
  position: absolute;
  content: '';
}

.value-card__icon--line::before {
  top: 23px;
  left: 12px;
  width: 22px;
  height: 4px;
  background: #1d7de5;
  border-radius: 999px;
  transform: rotate(-35deg);
}

.value-card__icon--line::after {
  top: 14px;
  left: 25px;
  width: 10px;
  height: 10px;
  background: #1d7de5;
  border-radius: 50%;
}

.value-card__icon--plus::before,
.value-card__icon--plus::after {
  top: 22px;
  left: 13px;
  width: 22px;
  height: 4px;
  background: #f39b00;
  border-radius: 999px;
}

.value-card__icon--plus::after {
  transform: rotate(90deg);
}

.value-card__icon--shield::before {
  top: 11px;
  left: 14px;
  width: 20px;
  height: 24px;
  border: 3px solid #1d7de5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  clip-path: polygon(50% 0, 100% 18%, 86% 86%, 50% 100%, 14% 86%, 0 18%);
}

.value-card__icon--cup::before {
  top: 14px;
  left: 14px;
  width: 20px;
  height: 16px;
  border: 3px solid #f39b00;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
}

.value-card__icon--cup::after {
  top: 30px;
  left: 20px;
  width: 10px;
  height: 3px;
  background: #f39b00;
  border-radius: 999px;
}

.value-card__title,
.module-card__title,
.contact-card__title {
  margin: 0;
  color: #102038;
  font-size: 30px;
  line-height: 1.25;
}

.value-card__description,
.module-card__description,
.contact-card__text {
  margin: 16px 0 0;
  color: #607b97;
  font-size: 16px;
  line-height: 1.8;
}

.flow-card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  padding: 44px 32px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(10, 61, 122, 0.1);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.flow-card--auto-scroll {
  cursor: grab;
}

.flow-card--auto-scroll:active {
  cursor: grabbing;
}

.flow-line {
  position: absolute;
  top: 92px;
  left: 72px;
  right: 72px;
  height: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(219, 233, 246, 0.4) 0%, rgba(219, 233, 246, 0.92) 20%, rgba(219, 233, 246, 0.92) 80%, rgba(219, 233, 246, 0.4) 100%);
  border-radius: 999px;
}

.flow-line::after {
  position: absolute;
  top: 50%;
  left: -12%;
  width: 22%;
  height: 12px;
  content: '';
  background: linear-gradient(90deg, rgba(54, 157, 255, 0) 0%, rgba(54, 157, 255, 0.92) 50%, rgba(255, 194, 72, 0) 100%);
  filter: blur(4px);
  transform: translateY(-50%);
}

.website-page--animated .flow-line::after {
  animation: flowLineSweep 4.8s linear infinite;
}

.flow-item {
  position: relative;
  z-index: 1;
}

.flow-item__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(135deg, #1a6fd1 0%, #114d9f 100%);
  border-radius: 50%;
  box-shadow: 0 14px 28px rgba(17, 78, 159, 0.24);
}

.flow-item__badge::after {
  position: absolute;
  inset: -8px;
  content: '';
  border: 1px solid rgba(26, 111, 209, 0.24);
  border-radius: 50%;
  opacity: 0;
}

.website-page--animated .flow-item__badge::after {
  animation: flowBadgePulse 3.4s ease-in-out infinite;
}

.website-page--animated .flow-item:nth-child(2) .flow-item__badge::after {
  animation-delay: 0.45s;
}

.website-page--animated .flow-item:nth-child(3) .flow-item__badge::after {
  animation-delay: 0.9s;
}

.website-page--animated .flow-item:nth-child(4) .flow-item__badge::after {
  animation-delay: 1.35s;
}

.website-page--animated .flow-item:nth-child(5) .flow-item__badge::after {
  animation-delay: 1.8s;
}

.website-page--animated .flow-item:nth-child(6) .flow-item__badge::after {
  animation-delay: 2.25s;
}

.flow-item:last-child .flow-item__badge {
  background: linear-gradient(135deg, #ffbb35 0%, #f39200 100%);
}

.flow-item__title {
  margin: 26px 0 12px;
  color: #102038;
  font-size: 24px;
  line-height: 1.3;
}

.flow-item__description {
  margin: 0;
  color: #627f9a;
  font-size: 15px;
  line-height: 1.8;
}

.module-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.scenario-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scenario-card {
  min-height: 220px;
}

.scenario-card__description {
  margin: 16px 0 0;
}

.solution-section {
  position: relative;
  padding: 58px 48px;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at right top, rgba(255, 181, 61, 0.18), transparent 30%),
    linear-gradient(135deg, #0a4ba3 0%, #1570d4 100%);
  box-shadow: 0 24px 56px rgba(10, 61, 122, 0.18);
}

.solution-section::before {
  position: absolute;
  inset: 0;
  content: '';
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.28;
}

.solution-highlight {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: stretch;
}

.solution-device,
.solution-content {
  min-width: 0;
}

.solution-device {
  padding: 0;
  background: transparent;
}

.solution-device__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.solution-device__tablet {
  position: relative;
  width: 100%;
  max-width: 1040px;
  transform: perspective(2200px) rotateY(-2deg) rotateX(0.45deg);
  filter: drop-shadow(0 32px 54px rgba(7, 21, 48, 0.26));
}

.website-page--animated .solution-device__tablet {
  animation: deviceHoverFloat 8s ease-in-out infinite;
}

.solution-device__button {
  position: absolute;
  top: 154px;
  right: -4px;
  width: 5px;
  height: 84px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #bcc5d1 0%, #8693a4 100%);
  opacity: 0.92;
}

.solution-device__screen {
  position: relative;
  width: 100%;
  padding: 9px;
  background:
    linear-gradient(180deg, #2a3342 0%, #121926 18%, #0b111d 100%);
  border-radius: 42px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05),
    0 12px 24px rgba(5, 17, 40, 0.18);
}

.solution-device__screen--tablet {
  aspect-ratio: 1.56 / 1;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 0 6px #111827,
    inset 0 0 0 7px rgba(255, 255, 255, 0.03),
    inset 0 0 40px rgba(255, 255, 255, 0.03);
}

.solution-device__screen--tablet::before {
  position: absolute;
  inset: 14px;
  content: '';
  border-radius: 30px;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.01) 22%, transparent 34%);
  pointer-events: none;
}

.solution-device__screen--tablet::after {
  position: absolute;
  top: 14px;
  right: 16px;
  bottom: 14px;
  width: 14px;
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.01) 100%);
  opacity: 0.18;
  filter: blur(10px);
  pointer-events: none;
}

.solution-device__camera {
  position: absolute;
  top: 13px;
  left: 50%;
  width: 10px;
  height: 10px;
  content: '';
  background: radial-gradient(circle at 35% 35%, #3e4f69 0%, #182235 48%, #08101c 100%);
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: translateX(-50%);
}

.solution-device__sensor {
  position: absolute;
  top: 15px;
  left: calc(50% + 16px);
  width: 34px;
  height: 5px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.solution-device__display {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfcfe 0%, #eef2f7 100%);
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 0 0 1px rgba(207, 216, 229, 0.58);
}

.solution-device__system-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  padding: 0 14px;
  color: #7a8394;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.solution-device__system-group {
  display: flex;
  align-items: center;
  gap: 6px;
}

.solution-device__system-group--right {
  gap: 8px;
}

.solution-device__system-time {
  color: #24324a;
  font-size: 11px;
  font-weight: 700;
}

.solution-device__system-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.solution-device__system-dots span {
  width: 4px;
  height: 4px;
  background: rgba(115, 128, 150, 0.56);
  border-radius: 999px;
}

.solution-device__signal {
  width: 11px;
  height: 8px;
  border-right: 2px solid #6f7d92;
  border-bottom: 2px solid #6f7d92;
  border-radius: 0 0 2px 0;
  transform: skewX(-20deg) translateY(-1px);
}

.solution-device__battery {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 15px;
  padding: 0 4px;
  color: #46b85d;
  font-size: 9px;
  font-weight: 700;
  border: 1px solid rgba(89, 102, 124, 0.48);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
}

.solution-device__battery::after {
  position: absolute;
  top: 4px;
  right: -3px;
  width: 2px;
  height: 7px;
  content: '';
  background: rgba(89, 102, 124, 0.48);
  border-radius: 0 2px 2px 0;
}

.solution-device__workspace {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #f2f5fa;
  box-shadow:
    inset 0 0 0 1px rgba(204, 214, 227, 0.55),
    0 10px 22px rgba(31, 54, 92, 0.05);
}

.solution-device__workspace-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(210, 218, 230, 0.9);
  background: rgba(255, 255, 255, 0.98);
}

.solution-device__workspace-body {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(166, 176, 192, 0.9) rgba(216, 223, 234, 0.58);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.solution-device__workspace-body::-webkit-scrollbar {
  width: 8px;
}

.solution-device__workspace-body::-webkit-scrollbar-track {
  margin: 12px 10px 18px 0;
  background: rgba(216, 223, 234, 0.58);
  border-radius: 999px;
}

.solution-device__workspace-body::-webkit-scrollbar-thumb {
  background: rgba(166, 176, 192, 0.92);
  border-radius: 999px;
}

.solution-device__brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.solution-device__brand-label {
  color: #26364e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.82);
}

.solution-device__toolbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.solution-device__toolbar-icon {
  position: relative;
  display: inline-flex;
  width: 17px;
  height: 17px;
  color: #5a6780;
  opacity: 0.92;
}

.solution-device__toolbar-avatar {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background:
    radial-gradient(circle at 32% 30%, #ffc08c 0%, #ff986a 34%, transparent 36%),
    linear-gradient(135deg, #ffb57c 0%, #ef8ca3 42%, #748fff 100%);
  border-radius: 50%;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.96),
    0 3px 8px rgba(110, 124, 151, 0.16);
}

.solution-device__toolbar-avatar::before {
  position: absolute;
  inset: 0;
  content: '';
  background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.42) 0%, transparent 36%);
  border-radius: 50%;
}

.solution-device__toolbar-icon::before,
.solution-device__toolbar-icon::after {
  position: absolute;
  content: '';
  box-sizing: border-box;
}

.solution-device__toolbar-icon--gear::before {
  inset: 1.5px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.36);
}

.solution-device__toolbar-icon--gear::after {
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  transform: translate(-50%, -50%);
  background: currentColor;
  border-radius: 50%;
}

.solution-device__toolbar-icon--moon::before {
  top: 3px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: currentColor;
  border-radius: 50%;
}

.solution-device__toolbar-icon--moon::after {
  top: 1px;
  left: 8px;
  width: 10px;
  height: 10px;
  background: rgba(249, 251, 253, 0.96);
  border-radius: 50%;
}

.solution-device__toolbar-icon--language::before {
  inset: 1.5px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.solution-device__toolbar-icon--language::after {
  top: 2px;
  bottom: 2px;
  left: 50%;
  width: 2px;
  background: currentColor;
  border-radius: 999px;
  transform: translateX(-50%);
}

.solution-device__toolbar-icon--fullscreen::before {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.solution-device__toolbar-icon--fullscreen::after {
  right: 2px;
  bottom: 2px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.solution-device__workspace-main {
  display: grid;
  flex: none;
  grid-template-columns: minmax(0, 1.62fr) minmax(132px, 0.92fr);
  gap: 14px;
  padding: 12px 10px 0 12px;
  align-items: start;
}

.solution-device__calendar-card,
.solution-device__shortcut-card,
.solution-device__summary-card {
  border: 1px solid rgba(213, 221, 234, 0.95);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 6px 14px rgba(45, 64, 94, 0.05);
}

.solution-device__calendar-card {
  padding: 18px 18px 14px;
}

.solution-device__card-head,
.solution-device__summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.solution-device__card-title {
  color: #1e2d44;
  font-size: 18px;
  font-weight: 700;
}

.solution-device__month-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 36px;
  padding: 0 14px;
  color: #79879c;
  font-size: 13px;
  background: #f4f7fb;
  border: 1px solid rgba(214, 223, 236, 0.9);
  border-radius: 16px;
}

.solution-device__calendar-week {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
  margin-top: 16px;
}

.solution-device__calendar-week span {
  color: #73839a;
  font-size: 11px;
  text-align: center;
}

.solution-device__calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
  margin-top: 12px;
}

.solution-device__calendar-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 6px 0;
  border: 1px solid transparent;
  border-radius: 16px;
}

.solution-device__calendar-cell--muted {
  opacity: 0.34;
}

.solution-device__calendar-cell--holiday .solution-device__calendar-solar,
.solution-device__calendar-cell--holiday .solution-device__calendar-lunar {
  color: #ff6245;
}

.solution-device__calendar-cell--selected {
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a38 0%, #ff2f08 100%);
  box-shadow: 0 10px 18px rgba(255, 76, 32, 0.18);
}

.solution-device__calendar-cell--selected .solution-device__calendar-solar,
.solution-device__calendar-cell--selected .solution-device__calendar-lunar {
  color: #ffffff;
}

.solution-device__calendar-cell--active {
  background: rgba(30, 130, 241, 0.06);
  border-color: #1f82f1;
  box-shadow: inset 0 0 0 1px rgba(31, 130, 241, 0.24);
}

.solution-device__calendar-cell--active::after {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 14px;
  height: 14px;
  content: '';
  background: #1f82f1;
  border-radius: 5px;
}

.solution-device__calendar-solar {
  color: #26354d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.solution-device__calendar-lunar {
  margin-top: 4px;
  color: #8795a9;
  font-size: 10px;
  line-height: 1;
}

.solution-device__shortcut-stack {
  display: grid;
  gap: 14px;
}

.solution-device__shortcut-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 178px;
  padding: 26px 16px 24px;
  text-align: center;
}

.solution-device__shortcut-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 18px;
  color: #3979e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.solution-device__shortcut-icon--dispatch {
  background: linear-gradient(180deg, #edf4ff 0%, #e6effd 100%);
}

.solution-device__shortcut-icon--inspect {
  background: linear-gradient(180deg, #fffdf4 0%, #fff8e6 100%);
}

.solution-device__svg-shortcut-icon {
  width: 34px;
  height: 34px;
  color: currentColor;
  text-align: center;
}

.solution-device__shortcut-title {
  color: #1f3049;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.solution-device__metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column: 1 / span 2;
  gap: 14px;
  margin-top: 0;
}

.solution-device__summary-card {
  min-height: 152px;
  padding: 16px 18px 14px;
}

.solution-device__summary-title {
  display: inline-block;
  color: #3a5782;
  font-size: 14px;
  font-weight: 700;
}

.solution-device__summary-icon {
  display: block;
  position: relative;
  width: 20px;
  height: 14px;
  background: linear-gradient(135deg, #2d92ff 0%, #37b5ff 100%);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.36);
}

.solution-device__summary-icon::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 3px;
  height: 3px;
  content: '';
  background: rgba(255, 255, 255, 0.82);
  border-radius: 50%;
}

.solution-device__summary-value {
  display: inline-block;
  margin-top: 28px;
  color: #202f46;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.solution-device__summary-foot {
  display: grid;
  grid-template-columns: repeat(3, min-content) 1fr;
  gap: 6px;
  align-items: center;
  margin-top: 26px;
}

.solution-device__summary-tabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 22px;
  padding: 0 6px;
  color: #7e8ca1;
  font-size: 10px;
  background: #f4f6fa;
  border-radius: 6px;
}

.solution-device__summary-tabs--active {
  color: #415a84;
  background: #eef3ff;
}

.solution-device__summary-total {
  justify-self: end;
  color: #3d4f69;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.solution-device__analytics-card,
.solution-device__chart-card {
  border: 1px solid rgba(213, 221, 234, 0.95);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 6px 14px rgba(45, 64, 94, 0.05);
}

.solution-device__analytics-card {
  grid-column: 1 / span 2;
  padding: 18px 18px 14px;
}

.solution-device__analytics-head,
.solution-device__chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.solution-device__analytics-title,
.solution-device__chart-title {
  color: #24344d;
  font-size: 16px;
  font-weight: 700;
}

.solution-device__analytics-controls,
.solution-device__chart-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.solution-device__analytics-label {
  color: #7a889d;
  font-size: 11px;
}

.solution-device__analytics-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 24px;
  padding: 0 8px;
  color: #657792;
  font-size: 10px;
  background: #f4f7fb;
  border: 1px solid rgba(214, 223, 236, 0.95);
  border-radius: 8px;
}

.solution-device__analytics-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 24px;
  padding: 0 8px;
  color: #8492a6;
  font-size: 10px;
  background: #f5f7fb;
  border-radius: 8px;
}

.solution-device__analytics-tab--active {
  color: #5577a8;
  background: #ecf2ff;
}

.solution-device__analytics-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.solution-device__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7b889c;
  font-size: 10px;
}

.solution-device__legend-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
}

.solution-device__bar-chart {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.solution-device__bar-axis {
  display: grid;
  grid-template-rows: repeat(7, 1fr);
  justify-items: end;
  align-items: end;
  height: 212px;
  color: #98a4b5;
  font-size: 9px;
}

.solution-device__bar-stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  height: 212px;
  padding: 8px 0 0;
}

.solution-device__bar-grid-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(222, 228, 238, 0.9);
}

.solution-device__bar-grid-line:nth-child(1) { top: 8px; }
.solution-device__bar-grid-line:nth-child(2) { top: 42px; }
.solution-device__bar-grid-line:nth-child(3) { top: 76px; }
.solution-device__bar-grid-line:nth-child(4) { top: 110px; }
.solution-device__bar-grid-line:nth-child(5) { top: 144px; }
.solution-device__bar-grid-line:nth-child(6) { top: 178px; }

.solution-device__bar-month {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.solution-device__bar-group {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 176px;
}

.solution-device__bar {
  position: relative;
  width: 7px;
  min-height: 2px;
  height: var(--bar-height);
  background: var(--bar-color);
  border-radius: 3px 3px 0 0;
}

.solution-device__bar em {
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  color: #5d6c85;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  transform: translateX(-50%);
}

.solution-device__bar-month-label {
  margin-top: 8px;
  color: #7f8ba0;
  font-size: 9px;
}

.solution-device__chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column: 1 / span 2;
  gap: 14px;
  padding: 14px 10px 74px 0;
}

.solution-device__chart-card {
  padding: 18px 18px 16px;
}

.solution-device__chart-body {
  margin-top: 16px;
}

.solution-device__chart-body--equipment,
.solution-device__chart-body--type {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.solution-device__donut-chart,
.solution-device__type-pie {
  position: relative;
  width: 170px;
  height: 170px;
  margin: 0 auto;
  border-radius: 50%;
}

.solution-device__donut-chart::before,
.solution-device__type-pie::before {
  position: absolute;
  inset: 0;
  content: '';
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.solution-device__donut-hole {
  position: absolute;
  inset: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(226, 233, 242, 0.9);
}

.solution-device__donut-hole strong {
  color: #25354d;
  font-size: 28px;
  line-height: 1;
}

.solution-device__donut-hole span {
  margin-top: 6px;
  color: #7b899e;
  font-size: 11px;
}

.solution-device__donut-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.solution-device__donut-legend-item,
.solution-device__type-callout {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  color: #6d7b91;
  font-size: 10px;
}

.solution-device__donut-legend-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.solution-device__donut-legend-value,
.solution-device__type-callout strong {
  color: #2f415b;
  font-size: 10px;
  font-weight: 700;
}

.solution-device__type-callouts {
  display: grid;
  gap: 12px;
}

.solution-device__type-pie {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.solution-device__workspace-fab {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  background: linear-gradient(180deg, #1f82f1 0%, #0f62dc 100%);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(18, 102, 216, 0.24);
}

.solution-device__workspace-fab::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 15px;
  height: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(231, 242, 255, 0.98) 100%);
  clip-path: polygon(52% 0, 100% 0, 64% 45%, 88% 45%, 28% 100%, 44% 58%, 18% 58%);
  transform: translate(-50%, -50%);
}

.solution-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 980px;
  margin: 0 auto;
}

.solution-content__title {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.3;
}

.solution-content__description {
  margin: 18px 0 0;
  color: #d5ebff;
  font-size: 18px;
  line-height: 1.9;
}

.solution-tag-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.solution-tag-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease;
}

.solution-tag-card__label {
  display: block;
  color: #92d1ff;
  font-size: 12px;
  font-weight: 700;
}

.solution-tag-card__title {
  display: block;
  margin-top: 12px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.35;
}

.consult-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  gap: 24px;
  padding: 36px 40px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(67, 160, 255, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 248, 255, 0.94) 100%);
  box-shadow: 0 22px 48px rgba(10, 61, 122, 0.12);
}

.consult-section__intro,
.consult-section__panel {
  min-width: 0;
}

.consult-section__panel {
  display: grid;
  gap: 14px;
}

.consult-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.consult-chip-list__item {
  padding: 10px 16px;
  color: #1d69c7;
  font-size: 14px;
  font-weight: 600;
  background: #ebf4ff;
  border-radius: 999px;
}

.consult-contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.consult-contact-item {
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 26px rgba(10, 61, 122, 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.consult-contact-item__label {
  display: block;
  color: #6d88a4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.consult-contact-item__value {
  display: block;
  margin-top: 12px;
  color: #102038;
  font-size: 24px;
  line-height: 1.45;
  word-break: break-all;
}

.consult-step-card {
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 30px rgba(10, 61, 122, 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.consult-step-card__step {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(135deg, #1a6fd1 0%, #114d9f 100%);
  border-radius: 18px;
  box-shadow: 0 14px 24px rgba(17, 78, 159, 0.22);
}

.consult-step-card__title {
  margin: 2px 0 0;
  color: #102038;
  font-size: 24px;
  line-height: 1.35;
}

.consult-step-card__description {
  margin: 10px 0 0;
  color: #607b97;
  font-size: 15px;
  line-height: 1.8;
}

.consult-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 255, 0.96) 100%);
}

.detail-card__description {
  margin: 16px 0 0;
}

.detail-card__list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.detail-card__toggle {
  display: none;
}

.detail-card__item {
  position: relative;
  margin-top: 14px;
  padding-left: 18px;
}

.detail-card__item::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  content: '';
  background: linear-gradient(135deg, #2a7ce0 0%, #ffb32f 100%);
  border-radius: 50%;
}

.contact-section {
  grid-template-columns: 1fr 1fr 1.18fr;
}

.contact-card {
  padding: 28px 28px 30px;
}

.contact-card--light {
  background: rgba(255, 255, 255, 0.94);
}

.contact-card--dark {
  background: linear-gradient(135deg, #0d4fa7 0%, #0b357d 100%);
}

.contact-card__title--light {
  color: #ffffff;
}

.contact-card__text--light {
  color: #d8ecff;
}

.contact-card__text-strong {
  color: #102038;
  font-weight: 700;
}

.contact-card__info-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.contact-card__info-item {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
}

.contact-card__info-label {
  display: block;
  color: #b9ddff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.contact-card__info-value {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  word-break: break-all;
}

.contact-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

/* 科技视觉升级：只调整质感、层次和光影，不改变页面文案与结构。 */
.website-page {
  color: #0f2542;
  background:
    linear-gradient(180deg, #06152e 0%, #0a2244 520px, #edf4fb 1040px, #f7fafd 100%);
}

.website-page::before {
  inset: 0 auto auto 0;
  width: 100%;
  height: 860px;
  background-image:
    linear-gradient(90deg, rgba(126, 210, 255, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(126, 210, 255, 0.1) 1px, transparent 1px);
  background-size: 72px 72px;
  filter: none;
  opacity: 0.78;
  mask-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.68) 48%, transparent 100%);
}

.website-page::after {
  inset: 0;
  width: auto;
  height: 760px;
  background:
    linear-gradient(118deg, transparent 0%, transparent 32%, rgba(0, 194, 255, 0.16) 32.4%, transparent 46%),
    linear-gradient(154deg, transparent 0%, transparent 56%, rgba(255, 190, 86, 0.12) 56.5%, transparent 70%);
  filter: none;
  opacity: 0.92;
  mask-image: linear-gradient(180deg, #000000 0%, transparent 92%);
}

.website-shell {
  max-width: 1380px;
}

.website-main {
  gap: 38px;
}

.website-header {
  border-color: rgba(136, 208, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(9, 29, 60, 0.82) 0%, rgba(7, 23, 48, 0.72) 100%);
  box-shadow:
    0 20px 52px rgba(2, 10, 28, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px);
}

.brand-mark {
  padding: 6px;
  border: 1px solid rgba(119, 211, 255, 0.28);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 16px 30px rgba(4, 18, 45, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.brand-mark--mini {
  padding: 3px;
  border-radius: 10px;
}

.brand-name {
  color: #f5fbff;
}

.brand-en {
  color: #7ee3ff;
}

.header-nav__item {
  color: rgba(223, 239, 255, 0.9);
}

.header-nav__item:hover {
  color: #7ee3ff;
  text-shadow: 0 0 18px rgba(126, 227, 255, 0.42);
}

.hero-section {
  min-height: 560px;
  border: 1px solid rgba(124, 211, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(8, 29, 62, 0.98) 0%, rgba(8, 49, 92, 0.96) 46%, rgba(4, 18, 43, 0.98) 100%);
  box-shadow:
    0 36px 88px rgba(3, 11, 30, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-section::before {
  inset: 0;
  width: auto;
  height: auto;
  background:
    linear-gradient(125deg, transparent 0%, rgba(0, 194, 255, 0.14) 28%, transparent 44%),
    linear-gradient(170deg, transparent 0%, transparent 62%, rgba(255, 190, 86, 0.12) 75%, transparent 100%);
  filter: none;
}

.hero-section::after {
  inset: 1px;
  background-image:
    linear-gradient(rgba(124, 211, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 211, 255, 0.1) 1px, transparent 1px);
  background-size: 34px 34px;
  border-radius: 34px;
  opacity: 0.46;
}

.hero-section .section-tag,
.section-tag--light {
  color: #83e7ff;
}

.hero-title {
  color: #f7fbff;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.hero-description {
  color: rgba(219, 236, 255, 0.86);
}

.hero-footnote {
  color: rgba(184, 217, 247, 0.86);
}

.hero-tag-list__item {
  color: #dff6ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(126, 227, 255, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.dashboard-panel {
  border: 1px solid rgba(129, 203, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(12, 38, 76, 0.92) 0%, rgba(10, 27, 57, 0.96) 100%);
  box-shadow:
    0 28px 72px rgba(2, 10, 28, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.dashboard-screen {
  border: 1px solid rgba(131, 231, 255, 0.22);
  background:
    linear-gradient(135deg, #063d81 0%, #06265b 58%, #061532 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.dashboard-kpi-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(137, 219, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dashboard-chart__svg path {
  stroke: #69e5ff;
}

.dashboard-feature-card {
  background: rgba(236, 247, 255, 0.94);
  border: 1px solid rgba(154, 205, 255, 0.34);
  box-shadow: 0 16px 34px rgba(4, 26, 63, 0.18);
}

.summary-strip__content {
  padding: 18px 22px;
  border: 1px solid rgba(138, 196, 255, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(236, 248, 255, 0.82) 100%);
  box-shadow: 0 18px 42px rgba(8, 43, 90, 0.12);
  backdrop-filter: blur(12px);
}

.section-tag {
  padding: 7px 10px;
  margin-bottom: 16px;
  color: #1064bf;
  background: rgba(229, 244, 255, 0.76);
  border: 1px solid rgba(91, 164, 238, 0.18);
  border-radius: 999px;
}

.section-title {
  color: #071c36;
  letter-spacing: 0;
}

.insight-card,
.value-card,
.scenario-card,
.detail-card,
.module-card,
.contact-card,
.flow-card,
.consult-step-card,
.consult-contact-item {
  border: 1px solid rgba(134, 188, 246, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 248, 255, 0.9) 100%);
  box-shadow:
    0 22px 52px rgba(8, 43, 90, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.insight-card::before,
.value-card::before,
.scenario-card::before,
.detail-card::before,
.module-card::before,
.contact-card::before {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 1px;
  content: '';
  background: linear-gradient(90deg, transparent 0%, rgba(37, 178, 255, 0.54) 50%, transparent 100%);
}

.value-card__icon {
  background:
    linear-gradient(135deg, rgba(26, 126, 255, 0.14) 0%, rgba(0, 210, 255, 0.18) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 24px rgba(18, 104, 209, 0.12);
}

.flow-card {
  background:
    linear-gradient(135deg, rgba(246, 251, 255, 0.96) 0%, rgba(229, 242, 255, 0.9) 100%);
}

.flow-line {
  background: linear-gradient(90deg, rgba(37, 178, 255, 0.08) 0%, rgba(37, 178, 255, 0.58) 50%, rgba(245, 177, 57, 0.2) 100%);
}

.flow-item__badge,
.consult-step-card__step {
  background: linear-gradient(135deg, #00bfe9 0%, #226fff 58%, #173fbc 100%);
  box-shadow:
    0 16px 28px rgba(32, 111, 255, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.flow-item:last-child .flow-item__badge {
  background: linear-gradient(135deg, #ffc75a 0%, #ff8a3d 50%, #246fff 100%);
}

.solution-section,
.consult-section {
  border: 1px solid rgba(131, 228, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(4, 25, 58, 0.98) 0%, rgba(6, 58, 106, 0.96) 52%, rgba(5, 21, 48, 0.98) 100%);
  box-shadow:
    0 34px 82px rgba(3, 11, 30, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.solution-section::before {
  background-image:
    linear-gradient(rgba(126, 227, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 227, 255, 0.1) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.32;
}

.solution-section .section-heading--light {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.solution-section .section-title--light {
  color: #ffffff;
  font-weight: 800;
  text-shadow:
    0 4px 18px rgba(0, 0, 0, 0.5),
    0 0 28px rgba(84, 213, 255, 0.34);
}

.solution-section .section-description--light {
  color: rgba(229, 246, 255, 0.92);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.solution-tag-card {
  border: 1px solid rgba(137, 226, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.consult-section .section-title,
.consult-section .consult-step-card__title,
.consult-section .consult-contact-item__value {
  color: #f7fbff;
}

.consult-section .section-description,
.consult-section .consult-step-card__description {
  color: rgba(217, 237, 255, 0.84);
}

.consult-section .consult-chip-list__item {
  color: #def7ff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(137, 226, 255, 0.22);
}

.consult-section .consult-contact-item,
.consult-section .consult-step-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(137, 226, 255, 0.18);
  box-shadow:
    0 18px 38px rgba(3, 11, 30, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.consult-section .consult-contact-item__label {
  color: rgba(182, 222, 255, 0.78);
}

.contact-card--dark {
  border-color: rgba(126, 227, 255, 0.2);
  background:
    linear-gradient(135deg, #072a60 0%, #0b5ea4 54%, #061a3d 100%);
}

.contact-card__info-item {
  border: 1px solid rgba(147, 223, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
}

.value-card::after,
.dashboard-feature-card::after,
.consult-step-card::after {
  position: absolute;
  top: -30%;
  left: -55%;
  width: 42%;
  height: 180%;
  content: '';
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transform: rotate(16deg);
  pointer-events: none;
}

.website-page--animated .value-card::after,
.website-page--animated .dashboard-feature-card::after,
.website-page--animated .consult-step-card::after {
  animation: cardSheen 8.8s ease-in-out infinite;
}

.website-page--animated .value-card:nth-child(2)::after,
.website-page--animated .dashboard-feature-card:nth-child(2)::after,
.website-page--animated .consult-step-card:nth-child(2)::after {
  animation-delay: 1.4s;
}

.website-page--animated .value-card:nth-child(3)::after,
.website-page--animated .dashboard-feature-card:nth-child(3)::after,
.website-page--animated .consult-step-card:nth-child(3)::after {
  animation-delay: 2.8s;
}

.website-page--animated .value-card:nth-child(4)::after,
.website-page--animated .dashboard-feature-card:nth-child(4)::after {
  animation-delay: 4.2s;
}

.dashboard-feature-card:hover,
.insight-card:hover,
.value-card:hover,
.scenario-card:hover,
.detail-card:hover,
.module-card:hover,
.flow-card:hover,
.solution-tag-card:hover,
.consult-contact-item:hover,
.consult-step-card:hover,
.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgba(10, 61, 122, 0.14);
}

.dashboard-kpi-card:hover {
  transform: translateY(-4px);
  background: rgba(10, 36, 87, 0.28);
  box-shadow: 0 18px 30px rgba(5, 23, 53, 0.18);
}

@media (max-width: 1280px) {
  .website-header {
    top: 12px;
    flex-wrap: wrap;
  }

  .header-nav {
    order: 3;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 1200px) {
  .hero-section,
  .consult-section,
  .solution-highlight,
  .contact-section,
  .insight-grid,
  .scenario-grid,
  .detail-grid,
  .value-grid,
  .module-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-section {
    grid-template-columns: 1fr;
  }

  .consult-section,
  .solution-highlight,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .flow-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .flow-line {
    top: 96px;
    left: 64px;
    right: 64px;
  }
}

@media (max-width: 992px) {
  .website-page {
    padding: 16px 16px 40px;
  }

  .website-main {
    gap: 26px;
  }

  .website-header,
  .hero-section,
  .consult-section,
  .solution-section {
    padding: 24px;
  }

  .value-grid,
  .insight-grid,
  .scenario-grid,
  .detail-grid,
  .module-grid,
  .dashboard-feature-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-feature-card:nth-child(4) {
    grid-column: auto;
  }

  .dashboard-kpi-grid,
  .solution-tag-grid,
  .consult-contact-list {
    grid-template-columns: 1fr 1fr;
  }

  .flow-card {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .flow-line {
    display: none;
  }

  .flow-item {
    padding-left: 70px;
  }

  .flow-item__badge {
    position: absolute;
    top: 0;
    left: 0;
  }

  .hero-title,
  .section-title {
    font-size: 34px;
  }

  .summary-strip {
    padding: 0;
  }

  .summary-strip__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 18px;
  }

  .solution-device__tablet {
    transform: none;
    filter: drop-shadow(0 20px 36px rgba(7, 21, 48, 0.22));
  }

  .solution-device__screen--tablet {
    aspect-ratio: 1.42 / 1;
  }

  .solution-device__workspace-main {
    grid-template-columns: minmax(0, 1.45fr) minmax(118px, 0.9fr);
  }

  .solution-device__metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-device__analytics-head,
  .solution-device__chart-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .solution-device__chart-grid {
    grid-template-columns: 1fr;
  }

  .solution-device__chart-body--equipment,
  .solution-device__chart-body--type {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .solution-device__donut-chart,
  .solution-device__type-pie {
    width: 144px;
    height: 144px;
  }

  .solution-device__donut-hole {
    inset: 24px;
  }

  .solution-device__donut-hole strong {
    font-size: 24px;
  }

  .solution-device__bar-stage {
    height: 188px;
  }

  .solution-device__bar-group {
    height: 152px;
  }

  .solution-device__calendar-card {
    padding: 14px 14px 12px;
  }

  .solution-device__card-title {
    font-size: 14px;
  }

  .solution-device__month-pill {
    min-width: 94px;
    height: 30px;
    font-size: 11px;
  }

  .solution-device__calendar-cell {
    min-height: 40px;
  }

  .solution-device__calendar-solar {
    font-size: 14px;
  }

  .solution-device__calendar-lunar {
    font-size: 8px;
  }

  .solution-device__shortcut-card {
    min-height: 138px;
    gap: 14px;
    padding: 20px 14px 18px;
  }

  .solution-device__shortcut-icon {
    width: 60px;
    height: 60px;
  }

  .solution-device__svg-shortcut-icon {
    width: 28px;
    height: 28px;
  }

  .solution-device__shortcut-title {
    font-size: 15px;
  }

  .solution-device__summary-card {
    min-height: 128px;
    padding: 14px 14px 12px;
  }

  .solution-device__summary-title {
    font-size: 12px;
  }

  .solution-device__summary-value {
    margin-top: 18px;
    font-size: 22px;
  }

  .solution-device__summary-tabs {
    min-width: 28px;
    height: 20px;
    font-size: 9px;
  }

  .solution-device__summary-total {
    font-size: 16px;
  }

  .solution-device__summary-card--ghost {
    min-height: 108px;
  }

  .solution-device__summary-card--ghost .solution-device__summary-value {
    font-size: 21px;
  }

  .solution-device__workspace-body::-webkit-scrollbar {
    width: 7px;
  }

  .solution-device__workspace-fab {
    width: 40px;
    height: 40px;
  }

  .solution-content__title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .website-shell--mobile-fixed {
    --website-mobile-header-top: calc(env(safe-area-inset-top, 0px) + 8px);
    --website-mobile-header-side-gap: 10px;
    padding-top: var(--website-mobile-shell-padding-top, calc(148px + env(safe-area-inset-top, 0px)));
  }

  .website-page {
    padding: 10px 10px 28px;
  }

  .website-main {
    gap: 16px;
  }

  .website-header {
    position: fixed;
    top: var(--website-mobile-header-top);
    right: var(--website-mobile-header-side-gap);
    left: var(--website-mobile-header-side-gap);
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 14px;
    margin-bottom: 0;
    border-radius: 20px;
    z-index: 240;
  }

  .website-header--mobile-expanded {
    box-shadow: 0 22px 46px rgba(10, 61, 122, 0.18);
  }

  .brand-block {
    flex: 1;
    width: auto;
    gap: 10px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .brand-copy {
    max-width: calc(100% - 56px);
  }

  .header-nav--mobile-inline {
    order: 2;
    flex-wrap: nowrap;
    gap: 8px;
    width: calc(100% + 8px);
    margin: 2px -4px 0;
    padding: 2px 4px 4px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .header-nav--mobile-inline::-webkit-scrollbar {
    display: none;
  }

  .header-nav--mobile-inline .header-nav__item {
    flex: none;
    padding: 8px 12px;
    color: #123a68;
    font-size: 12px;
    font-weight: 700;
    background: #eff5fb;
    border: 1px solid rgba(175, 201, 236, 0.95);
    border-radius: 999px;
    scroll-snap-align: start;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .header-nav--mobile-inline .header-nav__item:hover {
    color: #075fc4;
    background: #e5f0ff;
    transform: translateY(-1px);
  }

  .header-menu-toggle {
    display: inline-flex;
    flex: none;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    color: #183456;
    font-family: inherit;
    background: #eff5fb;
    border: 1px solid rgba(175, 201, 236, 0.95);
    border-radius: 16px;
    cursor: pointer;
    transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
  }

  .header-menu-toggle--active {
    color: #ffffff;
    background: linear-gradient(135deg, #2f7de1 0%, #1d61bf 100%);
    border-color: rgba(29, 97, 191, 0.9);
  }

  .header-menu-toggle__icon {
    position: relative;
    width: 18px;
    height: 14px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transition: transform 0.24s ease;
  }

  .header-menu-toggle__icon::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    content: '';
    background: currentColor;
    transform: translateY(-50%);
  }

  .header-menu-toggle--active .header-menu-toggle__icon {
    transform: rotate(90deg);
  }

  .mobile-nav-layer {
    position: fixed;
    top: var(--website-mobile-nav-top-offset);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 230;
    padding: 0 var(--website-mobile-header-side-gap) 18px;
    background: rgba(9, 28, 54, 0.16);
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease;
  }

  .mobile-nav-layer--visible {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-nav-panel {
    display: grid;
    gap: 14px;
    max-height: calc(100vh - var(--website-mobile-nav-top-offset) - 18px);
    padding: 14px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(198, 218, 237, 0.9);
    border-radius: 22px;
    box-shadow: 0 22px 44px rgba(10, 61, 122, 0.18);
    backdrop-filter: blur(18px);
    overflow-y: auto;
    opacity: 0;
    transform: translate3d(0, -10px, 0) scale(0.98);
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  .mobile-nav-layer--visible .mobile-nav-panel {
    opacity: 1;
    transform: none;
  }

  .mobile-nav-list {
    display: grid;
    gap: 10px;
  }

  .mobile-nav-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    color: #17375b;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    font-family: inherit;
    background: linear-gradient(180deg, rgba(239, 245, 251, 0.96) 0%, rgba(232, 241, 252, 0.96) 100%);
    border: 1px solid rgba(186, 207, 234, 0.92);
    border-radius: 14px;
    cursor: pointer;
    transition: transform 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
  }

  .mobile-nav-list__item:hover {
    background: linear-gradient(180deg, rgba(230, 240, 252, 0.98) 0%, rgba(223, 236, 252, 0.98) 100%);
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(27, 94, 170, 0.12);
  }

  .mobile-nav-list__label {
    min-width: 0;
  }

  .mobile-nav-list__arrow {
    flex: none;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
  }

  .header-action-group {
    order: 3;
    margin-top: 2px;
  }

  .header-action-group--mobile-panel {
    order: initial;
    display: block;
    margin-top: 0;
  }

  .header-action-group--mobile-panel .site-button {
    width: 100%;
  }

  .hero-section {
    gap: 18px;
    padding: 18px 16px;
    border-radius: 24px;
  }

  .hero-description,
  .section-description,
  .solution-content__description {
    font-size: 13px;
    line-height: 1.7;
  }

  .hero-tag-list,
  .header-action-group,
  .hero-action-group,
  .contact-card__actions,
  .consult-section__actions {
    width: 100%;
  }

  .header-action-group,
  .hero-action-group,
  .contact-card__actions,
  .consult-section__actions {
    flex-direction: column;
  }

  .header-action-group .site-button,
  .hero-action-group .site-button,
  .contact-card__actions .site-button,
  .consult-section__actions .site-button {
    margin-left: 0;
    width: 100%;
    min-height: 40px;
    font-size: 13px;
    border-radius: 12px;
  }

  .hero-title,
  .section-title {
    font-size: 24px;
    line-height: 1.2;
  }

  .hero-footnote,
  .summary-strip__text {
    font-size: 12px;
  }

  .section-tag {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .section-heading {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
  }

  .section-description {
    max-width: none;
    margin: 0;
  }

  .mobile-swipe-hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-self: flex-start;
    padding: 5px 10px;
    color: #4771a5;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    background: rgba(232, 241, 252, 0.96);
    border: 1px solid rgba(192, 212, 238, 0.9);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(72, 112, 167, 0.08);
  }

  .mobile-swipe-hint::before {
    width: 16px;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, rgba(71, 113, 165, 0) 0%, rgba(71, 113, 165, 0.9) 100%);
  }

  .mobile-swipe-hint::after {
    width: 6px;
    height: 6px;
    content: '';
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
  }

  .summary-strip {
    padding: 0;
  }

  .summary-strip__content {
    gap: 8px;
    padding: 14px 14px;
  }

  .summary-strip__label,
  .consult-contact-item__label,
  .insight-card__tag,
  .detail-card__tag {
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .section-block {
    padding: 0 2px;
  }

  .dashboard-panel {
    padding: 14px;
    border-radius: 22px;
  }

  .dashboard-screen {
    padding: 14px;
    border-radius: 18px;
  }

  .dashboard-kpi-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-kpi-card__value {
    font-size: 22px;
  }

  .dashboard-chart {
    height: 74px;
  }

  .flow-item {
    display: flex;
    flex-direction: column;
    min-height: 154px;
    padding: 18px 14px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 34px rgba(10, 61, 122, 0.1);
    scroll-snap-align: start;
  }

  .flow-card {
    grid-auto-columns: minmax(190px, 70vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 10px;
    padding: 2px 4px 8px 2px;
    margin: 0 -2px;
    overflow-x: auto;
    overflow-y: hidden;
    background: transparent;
    box-shadow: none;
    scroll-snap-type: x proximity;
    scroll-padding-left: 2px;
    scrollbar-width: none;
  }

  .flow-card::-webkit-scrollbar {
    display: none;
  }

  .flow-item__badge {
    position: static;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .flow-item__title {
    margin: 0 0 8px;
    font-size: 18px;
  }

  .flow-item__description {
    font-size: 13px;
    line-height: 1.65;
  }

  .dashboard-kpi-grid,
  .solution-tag-grid,
  .consult-contact-list {
    grid-template-columns: 1fr;
  }

  .insight-grid,
  .module-grid,
  .scenario-grid,
  .detail-grid {
    grid-auto-columns: minmax(220px, 76vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 10px;
    padding: 2px 4px 8px 2px;
    margin: 0 -2px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scroll-padding-left: 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .insight-grid::-webkit-scrollbar,
  .module-grid::-webkit-scrollbar,
  .scenario-grid::-webkit-scrollbar,
  .detail-grid::-webkit-scrollbar {
    display: none;
  }

  .value-grid {
    grid-auto-columns: minmax(188px, 68vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 10px;
    padding: 2px 4px 8px 2px;
    margin: 0 -2px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scroll-padding-left: 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .value-grid::-webkit-scrollbar {
    display: none;
  }

  .value-card {
    min-height: 158px;
    padding: 16px 14px;
    scroll-snap-align: start;
  }

  .value-card__icon {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
  }

  .value-card__icon--line::before,
  .value-card__icon--plus::before,
  .value-card__icon--plus::after {
    left: 9px;
    width: 18px;
  }

  .value-card__icon--line::before {
    top: 16px;
  }

  .value-card__icon--line::after {
    top: 10px;
    left: 21px;
    width: 8px;
    height: 8px;
  }

  .value-card__icon--plus::before,
  .value-card__icon--plus::after {
    top: 16px;
    height: 3px;
  }

  .value-card__icon--shield::before {
    top: 7px;
    left: 10px;
    width: 15px;
    height: 18px;
  }

  .value-card__icon--cup::before {
    top: 10px;
    left: 10px;
    width: 15px;
    height: 12px;
  }

  .value-card__icon--cup::after {
    top: 22px;
    left: 13px;
    width: 8px;
  }

  .value-card__title {
    font-size: 18px;
    line-height: 1.2;
  }

  .value-card__description {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.55;
  }

  .insight-card,
  .scenario-card,
  .detail-card,
  .module-card,
  .consult-step-card {
    padding: 20px 16px;
  }

  .insight-card,
  .module-card,
  .scenario-card,
  .detail-card {
    min-height: 176px;
    padding: 18px 14px;
    scroll-snap-align: start;
  }

  .detail-grid {
    grid-auto-columns: minmax(208px, 72vw);
    gap: 8px;
  }

  .detail-grid .detail-card {
    display: flex;
    flex-direction: column;
    height: 152px;
    min-height: 152px;
    padding: 14px 12px 12px;
  }

  .detail-grid .detail-card.detail-card--expanded {
    height: auto;
  }

  .detail-card .detail-card__tag {
    padding: 5px 8px;
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  .detail-card .detail-card__title {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.28;
  }

  .contact-card {
    padding: 20px 16px 18px;
  }

  .insight-card__title,
  .scenario-card__title,
  .detail-card__title,
  .value-card__title,
  .module-card__title,
  .contact-card__title {
    font-size: 20px;
    text-wrap: balance;
  }

  .insight-card__text,
  .scenario-card__description,
  .detail-card__description,
  .detail-card__item,
  .value-card__description,
  .module-card__description,
  .contact-card__text,
  .consult-step-card__description {
    font-size: 13px;
    line-height: 1.65;
  }

  .insight-card__text,
  .scenario-card__description,
  .detail-card__description,
  .module-card__description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .scenario-card {
    min-height: auto;
  }

  .insight-card__divider {
    margin: 12px 0 4px;
  }

  .detail-card__list {
    display: none;
  }

  .detail-card .detail-card__description {
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .detail-card--expanded .detail-card__description {
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
  }

  .detail-card--expanded .detail-card__list {
    display: grid;
    gap: 4px;
    margin-top: 8px;
  }

  .detail-card__toggle {
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    gap: 4px;
    min-height: 24px;
    margin-top: auto;
    padding: 0 8px;
    color: #285fbe;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0.04em;
    font-family: inherit;
    background: rgba(237, 244, 255, 0.98);
    border: 1px solid rgba(175, 201, 236, 0.95);
    border-radius: 999px;
    cursor: pointer;
  }

  .detail-card__toggle::after {
    width: 5px;
    height: 5px;
    content: '';
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.24s ease;
  }

  .detail-card--expanded .detail-card__toggle::after {
    transform: rotate(-135deg) translateX(-1px);
  }

  .consult-chip-list {
    gap: 8px;
    margin-top: 18px;
  }

  .consult-contact-item {
    padding: 14px 14px 16px;
    border-radius: 18px;
  }

  .consult-contact-item__value {
    margin-top: 8px;
    font-size: 16px;
  }

  .solution-tag-card:nth-child(4),
  .solution-tag-card:nth-child(5) {
    grid-column: auto;
  }

  .solution-section {
    padding: 18px 14px;
    border-radius: 24px;
  }

  .solution-highlight {
    gap: 16px;
  }

  .solution-device__frame {
    max-width: 100%;
    overflow: hidden;
  }

  .solution-device__screen {
    padding: 6px;
    border-radius: 24px;
  }

  .solution-device__screen--tablet {
    aspect-ratio: 1.14 / 1;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.08),
      inset 0 0 0 4px #111827;
  }

  .solution-device__display {
    padding: 5px;
    border-radius: 14px;
  }

  .solution-device__system-bar {
    min-height: 18px;
    padding: 0 8px;
    font-size: 7px;
  }

  .solution-device__system-time {
    font-size: 8px;
  }

  .solution-device__workspace {
    border-radius: 16px;
  }

  .solution-device__workspace-header {
    padding: 8px 10px;
  }

  .solution-device__brand-label {
    font-size: 11px;
  }

  .solution-device__toolbar-actions {
    gap: 8px;
    padding: 4px 6px 4px 8px;
  }

  .solution-device__toolbar-icon {
    width: 13px;
    height: 13px;
  }

  .solution-device__toolbar-avatar {
    width: 18px;
    height: 18px;
  }

  .solution-device__workspace-main {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px 8px 0 10px;
  }

  .solution-device__shortcut-stack,
  .solution-device__metric-grid,
  .solution-device__chart-grid {
    grid-template-columns: 1fr;
  }

  .solution-device__metric-grid,
  .solution-device__chart-grid {
    grid-column: auto;
  }

  .solution-device__shortcut-card {
    gap: 10px;
    min-height: 118px;
    padding: 16px 12px 14px;
  }

  .solution-device__calendar-card,
  .solution-device__summary-card {
    border-radius: 16px;
  }

  .solution-device__card-title {
    font-size: 12px;
  }

  .solution-device__month-pill {
    min-width: 76px;
    height: 24px;
    font-size: 9px;
    border-radius: 10px;
  }

  .solution-device__calendar-week {
    gap: 2px;
    margin-top: 10px;
  }

  .solution-device__calendar-week span {
    font-size: 7px;
  }

  .solution-device__calendar-grid {
    gap: 3px;
    margin-top: 8px;
  }

  .solution-device__calendar-cell {
    min-height: 30px;
    border-radius: 10px;
  }

  .solution-device__calendar-solar {
    font-size: 11px;
  }

  .solution-device__calendar-lunar {
    font-size: 6px;
  }

  .solution-device__calendar-cell--active::after {
    top: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
  }

  .solution-device__shortcut-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .solution-device__svg-shortcut-icon {
    width: 22px;
    height: 22px;
  }

  .solution-device__shortcut-title {
    font-size: 12px;
  }

  .solution-device__summary-card {
    min-height: 96px;
    padding: 12px;
  }

  .solution-device__summary-title {
    font-size: 10px;
  }

  .solution-device__summary-value {
    margin-top: 14px;
    font-size: 18px;
  }

  .solution-device__summary-foot {
    margin-top: 14px;
  }

  .solution-device__summary-tabs {
    min-width: 24px;
    height: 16px;
    font-size: 7px;
  }

  .solution-device__summary-total {
    font-size: 13px;
  }

  .solution-device__analytics-card,
  .solution-device__chart-card {
    padding: 12px;
  }

  .solution-device__analytics-title,
  .solution-device__chart-title {
    font-size: 12px;
  }

  .solution-device__analytics-controls,
  .solution-device__chart-controls {
    gap: 6px;
  }

  .solution-device__analytics-pill,
  .solution-device__analytics-tab {
    min-width: 28px;
    height: 20px;
    font-size: 8px;
  }

  .solution-device__analytics-legend {
    gap: 8px;
  }

  .solution-device__legend-item {
    font-size: 8px;
  }

  .solution-device__bar-chart {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 8px;
  }

  .solution-device__bar-axis {
    height: 160px;
    font-size: 7px;
  }

  .solution-device__bar-stage {
    gap: 4px;
    height: 160px;
  }

  .solution-device__bar-grid-line:nth-child(1) { top: 8px; }
  .solution-device__bar-grid-line:nth-child(2) { top: 33px; }
  .solution-device__bar-grid-line:nth-child(3) { top: 58px; }
  .solution-device__bar-grid-line:nth-child(4) { top: 83px; }
  .solution-device__bar-grid-line:nth-child(5) { top: 108px; }
  .solution-device__bar-grid-line:nth-child(6) { top: 133px; }

  .solution-device__bar-group {
    gap: 1px;
    height: 126px;
  }

  .solution-device__bar {
    width: 4px;
    border-radius: 2px 2px 0 0;
  }

  .solution-device__bar em,
  .solution-device__bar-month-label {
    font-size: 7px;
  }

  .solution-device__chart-body--equipment,
  .solution-device__chart-body--type {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .solution-device__donut-chart,
  .solution-device__type-pie {
    width: 126px;
    height: 126px;
  }

  .solution-device__donut-hole {
    inset: 20px;
  }

  .solution-device__donut-hole strong {
    font-size: 20px;
  }

  .solution-device__donut-hole span,
  .solution-device__donut-legend-item,
  .solution-device__type-callout {
    font-size: 9px;
  }

  .solution-device__donut-legend {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .solution-device__workspace-body::-webkit-scrollbar {
    width: 5px;
  }

  .solution-device__workspace-fab {
    right: 14px;
    bottom: 14px;
    width: 32px;
    height: 32px;
  }

  .solution-device__workspace-fab::before {
    width: 14px;
    height: 2px;
  }

  .solution-device__workspace-fab::after {
    width: 2px;
    height: 14px;
  }

  .solution-content__title {
    font-size: 22px;
  }

  .solution-tag-card__title {
    font-size: 16px;
  }

  .consult-section {
    padding: 20px 16px;
    border-radius: 24px;
  }

  .consult-contact-item__value {
    font-size: 16px;
  }

  .detail-grid {
    grid-auto-columns: minmax(164px, 68vw);
  }

  .consult-step-card {
    flex-direction: column;
    gap: 14px;
  }

  .consult-step-card__step {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .consult-step-card__title {
    font-size: 18px;
  }

  .contact-section {
    gap: 16px;
  }

  .contact-card {
    padding: 22px 20px 24px;
  }

  .contact-card__info-value {
    font-size: 16px;
  }

  .website-footer {
    gap: 4px 10px;
    padding: 14px 8px 2px;
    font-size: 11px;
    line-height: 1.65;
  }
}

@media (max-width: 576px) {
  .website-shell--mobile-fixed {
    --website-mobile-header-top: calc(env(safe-area-inset-top, 0px) + 6px);
    --website-mobile-header-side-gap: 8px;
    padding-top: var(--website-mobile-shell-padding-top, calc(140px + env(safe-area-inset-top, 0px)));
  }

  .website-page {
    padding: 8px 8px 22px;
  }

  .website-header,
  .hero-section,
  .consult-section,
  .solution-section,
  .value-card,
  .module-card,
  .consult-step-card,
  .contact-card,
  .flow-card {
    border-radius: 24px;
  }

  .website-header {
    padding: 12px;
  }

  .mobile-nav-layer {
    padding: 0 var(--website-mobile-header-side-gap) 16px;
  }

  .mobile-nav-panel {
    max-height: calc(100vh - var(--website-mobile-nav-top-offset) - 16px);
    padding: 12px;
  }

  .header-nav--mobile-inline {
    gap: 6px;
    margin-top: 0;
  }

  .header-nav--mobile-inline .header-nav__item {
    padding: 7px 10px;
    font-size: 11px;
  }

  .brand-block {
    align-items: flex-start;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-name {
    font-size: 14px;
  }

  .brand-en {
    font-size: 8px;
    letter-spacing: 0.06em;
  }

  .hero-section {
    padding: 16px 14px;
  }

  .hero-title,
  .section-title {
    font-size: 20px;
  }

  .dashboard-panel {
    padding: 12px;
  }

  .dashboard-screen {
    padding: 12px;
  }

  .dashboard-title {
    font-size: 14px;
  }

  .dashboard-kpi-card__value {
    font-size: 20px;
  }

  .hero-description,
  .section-description,
  .solution-content__description,
  .summary-strip__text {
    font-size: 12px;
  }

  .hero-tag-list {
    gap: 10px;
    margin-top: 22px;
  }

  .hero-tag-list__item,
  .consult-chip-list__item {
    padding: 6px 10px;
    font-size: 10px;
  }

  .section-heading {
    gap: 6px;
    margin-bottom: 14px;
  }

  .mobile-swipe-hint {
    gap: 5px;
    padding: 4px 8px;
    font-size: 9px;
  }

  .mobile-swipe-hint::before {
    width: 12px;
  }

  .mobile-swipe-hint::after {
    width: 5px;
    height: 5px;
  }

  .solution-section {
    padding: 16px 12px;
  }

  .value-grid {
    grid-auto-columns: minmax(164px, 70vw);
    gap: 8px;
    padding-bottom: 6px;
  }

  .insight-grid,
  .module-grid,
  .scenario-grid,
  .detail-grid {
    grid-auto-columns: minmax(176px, 74vw);
    gap: 8px;
    padding-bottom: 6px;
  }

  .detail-grid {
    grid-auto-columns: minmax(164px, 68vw);
  }

  .flow-card {
    grid-auto-columns: minmax(164px, 72vw);
    gap: 8px;
    padding-bottom: 6px;
  }

  .value-card {
    min-height: 144px;
    padding: 14px 12px;
  }

  .insight-card,
  .module-card,
  .scenario-card,
  .detail-card {
    min-height: 152px;
    padding: 14px 12px;
  }

  .flow-item {
    min-height: 140px;
    padding: 14px 12px;
  }

  .value-card__title {
    font-size: 16px;
  }

  .value-card__description {
    font-size: 11px;
  }

  .solution-device__screen {
    padding: 8px;
    border-radius: 20px;
  }

  .solution-device__screen--tablet {
    aspect-ratio: 1.04 / 1;
  }

  .solution-device__display {
    padding: 4px;
    border-radius: 12px;
  }

  .solution-device__workspace-header {
    gap: 8px;
    padding: 8px 10px;
  }

  .solution-device__brand {
    gap: 8px;
  }

  .solution-device__brand-label {
    font-size: 11px;
  }

  .solution-device__toolbar-actions {
    gap: 6px;
  }

  .solution-device__calendar-card,
  .solution-device__summary-card,
  .solution-device__analytics-card,
  .solution-device__chart-card {
    border-radius: 14px;
  }

  .solution-content__title {
    font-size: 18px;
  }

  .solution-tag-grid {
    grid-template-columns: 1fr;
  }

  .consult-section {
    padding: 16px 12px;
  }

  .consult-contact-list {
    grid-template-columns: 1fr;
  }

  .contact-card__info-value {
    font-size: 14px;
  }

  .website-footer {
    flex-direction: column;
    align-items: center;
  }

  .dashboard-feature-card__title,
  .insight-card__title,
  .scenario-card__title,
  .detail-card__title,
  .module-card__title,
  .contact-card__title {
    font-size: 18px;
  }

  .detail-grid .detail-card {
    height: 152px;
    min-height: 152px;
    padding: 13px 11px 11px;
  }

  .detail-grid .detail-card.detail-card--expanded {
    height: auto;
  }

  .detail-card .detail-card__title {
    font-size: 15px;
  }

  .flow-item__title {
    font-size: 16px;
  }

  .flow-item__description,
  .insight-card__text,
  .scenario-card__description,
  .detail-card__description,
  .detail-card__item,
  .module-card__description {
    font-size: 12px;
    line-height: 1.55;
  }

  .detail-card .detail-card__description,
  .detail-card .detail-card__item {
    font-size: 11px;
    line-height: 1.45;
  }

  .detail-card__toggle {
    min-height: 22px;
    padding: 0 7px;
    font-size: 9px;
  }

  .header-action-group .site-button,
  .hero-action-group .site-button,
  .contact-card__actions .site-button,
  .consult-section__actions .site-button {
    min-height: 36px;
    font-size: 12px;
    border-radius: 10px;
  }
}

@media (max-width: 420px) {
  .website-main {
    gap: 14px;
  }

  .brand-en {
    display: none;
  }

  .hero-title,
  .section-title {
    font-size: 18px;
  }

  .value-grid {
    grid-auto-columns: minmax(152px, 72vw);
  }

  .insight-grid,
  .module-grid,
  .scenario-grid,
  .detail-grid,
  .flow-card {
    grid-auto-columns: minmax(146px, 74vw);
  }

  .mobile-swipe-hint {
    padding: 3px 7px;
    font-size: 8px;
  }
}
