/* Shared bright-tech theme for the public website. */
:root {
  --primary: #0651ca;
  --minor: #2d7aee;
  --electric: #00c2ff;
  --mint: #16d6a5;
  --ink: #071d3d;
  --deep: #075fc8;
  --soft-blue: #f1f8ff;
  --panel-line: rgba(83, 184, 255, 0.28);
}

body {
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 194, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #fbfdff 0%, #f6faff 42%, #ffffff 100%);
  letter-spacing: 0;
}

header {
  background: linear-gradient(90deg, rgba(6, 93, 218, 0.96), rgba(22, 135, 232, 0.94) 54%, rgba(18, 174, 210, 0.92)) !important;
  border-bottom: 1px solid rgba(164, 224, 255, 0.34) !important;
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(6, 81, 202, 0.16) !important;
}

.logo-icon {
  width: auto !important;
  height: 42px !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.logo-icon img {
  width: 132px !important;
  height: auto !important;
  display: block;
}

.nav-list a::after {
  background: linear-gradient(90deg, var(--electric), var(--mint)) !important;
}

.btn-luxury {
  border-color: rgba(185, 239, 255, 0.78) !important;
  color: #f3fbff !important;
  background: rgba(255, 255, 255, 0.11) !important;
  border-radius: 8px !important;
}

.btn-luxury:hover {
  background: #ffffff !important;
  color: var(--primary) !important;
  box-shadow: 0 12px 26px rgba(0, 194, 255, 0.24) !important;
}

.page-title {
  background: linear-gradient(120deg, #0a6eea 0%, #2098ee 52%, #22bed2 100%) !important;
  border-bottom: 1px solid rgba(144, 220, 255, 0.36);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.16);
}

.page-title::before {
  background-image:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.24), transparent 26%),
    radial-gradient(circle at 82% 88%, rgba(22, 214, 165, 0.18), transparent 30%),
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px) !important;
  background-size: 100% 100%, 100% 100%, 54px 54px, 54px 54px !important;
  opacity: 0.84;
  animation: softGridDrift 18s linear infinite;
}

.page-title::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), rgba(0, 194, 255, 0.45), transparent) !important;
  box-shadow: 0 0 22px rgba(0, 194, 255, 0.34);
  animation: themeScan 6s ease-in-out infinite !important;
}

.page-title h2 {
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  text-shadow: 0 8px 24px rgba(3, 44, 114, 0.18) !important;
}

.page-title p {
  color: rgba(241, 251, 255, 0.9) !important;
}

.page-title > .container {
  animation: themeFadeUp 0.72s ease both;
}

.sol-card,
.arch-card,
.partner-item,
.job-card,
.member-card {
  border-radius: 8px !important;
  border-color: rgba(6, 81, 202, 0.1) !important;
  box-shadow: 0 12px 30px rgba(6, 81, 202, 0.055);
}

.sol-card:hover,
.arch-card:hover,
.partner-item:hover,
.job-card:hover,
.member-card:hover {
  border-color: rgba(0, 194, 255, 0.42) !important;
  box-shadow: 0 22px 46px rgba(6, 81, 202, 0.12) !important;
}

.sol-text h4,
.arch-card h4,
.job-card h4 {
  color: #0347b3 !important;
}

body > footer,
body > footer[style] {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(144, 220, 255, 0.28) !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 194, 255, 0.26), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(22, 214, 165, 0.14), transparent 30%),
    linear-gradient(135deg, #0757c7 0%, #0a80d4 58%, #12afca 100%) !important;
  color: rgba(238, 249, 255, 0.82) !important;
  padding: 68px 0 24px !important;
  font-size: 14px !important;
  text-align: left !important;
}

body > footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.46;
  pointer-events: none;
}

body > footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--electric), var(--primary), var(--mint));
  box-shadow: 0 0 18px rgba(0, 194, 255, 0.42);
  pointer-events: none;
}

body > footer > .container,
body > footer > div {
  position: relative;
  z-index: 1;
}

body > footer > .container[style],
body > footer > div.container[style] {
  display: grid !important;
  grid-template-columns: 1.05fr 1.05fr 1.25fr 1fr !important;
  gap: 36px !important;
  margin-bottom: 34px !important;
  align-items: start !important;
}

body > footer h4,
body > footer h4[style] {
  color: #ffffff !important;
  font-size: 17px !important;
  margin-bottom: 18px !important;
  padding-bottom: 10px !important;
  border-bottom: 0 !important;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}

body > footer h4::before {
  content: "";
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--electric), var(--mint));
  box-shadow: 0 0 14px rgba(0, 194, 255, 0.4);
}

body > footer p,
body > footer p[style] {
  color: rgba(238, 249, 255, 0.78) !important;
  line-height: 1.9 !important;
  margin-bottom: 10px !important;
}

body > footer a,
body > footer a[style] {
  color: rgba(238, 249, 255, 0.84) !important;
  text-decoration: none !important;
  transition: color 0.25s ease, transform 0.25s ease;
}

body > footer a:hover {
  color: var(--electric) !important;
}

body > footer img[src*="syBg"] {
  height: 32px !important;
  width: auto !important;
}

body > footer img[src*="26.png"] {
  width: 112px !important;
  height: 112px !important;
  padding: 6px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(101, 202, 255, 0.28) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 34px rgba(0, 12, 33, 0.24);
}

body > footer > div:not(.container):not([onclick])[style] {
  border-top: 1px solid rgba(179, 231, 255, 0.22) !important;
  color: rgba(238, 249, 255, 0.68) !important;
  padding-top: 22px !important;
  text-align: center !important;
}

body > footer > div:not(.container):not([onclick])[style] p {
  margin-bottom: 0 !important;
  color: rgba(238, 249, 255, 0.68) !important;
}

body > footer > .container:only-child {
  text-align: center;
  color: rgba(238, 249, 255, 0.68);
}

body > footer div[onclick*="scrollTo"] {
  width: 54px !important;
  height: 54px !important;
  right: 28px !important;
  bottom: 28px !important;
  border-radius: 8px !important;
  background: rgba(0, 194, 255, 0.9) !important;
  border: 1px solid rgba(191, 244, 255, 0.48) !important;
  box-shadow: 0 12px 30px rgba(0, 12, 33, 0.24), 0 0 18px rgba(0, 194, 255, 0.28) !important;
}

body > footer div[onclick*="scrollTo"] span,
body > footer div[onclick*="scrollTo"] span[style] {
  color: #031a3d !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.site-footer {
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr 1.25fr 1fr;
  gap: 36px;
  margin-bottom: 34px;
  align-items: start;
}

.footer-logo {
  display: inline-flex;
  margin-bottom: 18px;
}

.footer-summary {
  max-width: 300px;
}

.footer-qr {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.footer-qr span {
  color: rgba(238, 249, 255, 0.8);
  font-size: 13px;
}

.footer-col h4 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 18px;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  width: 92%;
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid rgba(179, 231, 255, 0.22);
  text-align: center;
}

.footer-bottom p {
  margin: 0 !important;
  color: rgba(238, 249, 255, 0.68) !important;
}

.back-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 999;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(191, 244, 255, 0.48);
  border-radius: 8px;
  background: rgba(0, 194, 255, 0.9);
  color: #031a3d;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 12, 33, 0.24), 0 0 18px rgba(0, 194, 255, 0.28);
}

.back-top:hover {
  background: #7deaff;
  transform: translateY(-3px);
}

.job-btn,
.jump-btn,
.service-link {
  border-radius: 8px !important;
}

/* Solution pages: gentle theme alignment with the home page. */
.solution-wrap {
  padding: 86px 0 96px !important;
}

.solution-wrap .sol-card {
  border-radius: 8px !important;
  border: 1px solid rgba(6, 81, 202, 0.1) !important;
  background: linear-gradient(180deg, #ffffff, #f9fcff) !important;
  box-shadow: 0 14px 34px rgba(6, 81, 202, 0.06);
  overflow: hidden;
  animation: themeFadeUp 0.72s ease both;
}

.solution-wrap .sol-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 194, 255, 0.38) !important;
  box-shadow: 0 22px 48px rgba(6, 81, 202, 0.12) !important;
}

.solution-wrap .sol-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--electric), var(--primary), var(--mint));
  opacity: 0.92;
}

.solution-wrap .sol-text h4,
.detail-title,
.module-title,
.func-item h4 {
  color: #061833 !important;
}

.solution-wrap .sol-text h4 {
  font-weight: 800;
}

.solution-wrap .sol-text p,
.solution-wrap .sol-text li,
.detail-desc,
.grid-text,
.func-item p {
  color: #53677e !important;
}

.sol-img,
.detail-img,
.grid-img,
.sol-img-item {
  border-radius: 8px !important;
  border: 1px solid rgba(6, 81, 202, 0.09);
  box-shadow: 0 12px 28px rgba(6, 81, 202, 0.055);
  overflow: hidden;
}

.grid-img {
  min-height: 260px;
  height: auto !important;
  padding: 14px;
  background: linear-gradient(180deg, #f7fcff, #eef8ff) !important;
}

.detail-img img,
.grid-img img,
.sol-img-item img,
.sol-img {
  border-radius: 8px !important;
  transition: transform 0.55s ease, filter 0.55s ease;
  will-change: transform;
}

.grid-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 330px;
  object-fit: contain;
  display: block;
  background: #ffffff;
}

.solution-wrap .sol-card:hover .sol-img,
.detail-img:hover img,
.sol-img-item:hover img,
.gallery-item:hover img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.02);
}

.grid-img:hover img {
  filter: saturate(1.05) contrast(1.02);
}

.detail-section {
  padding: 86px 0 96px !important;
}

.detail-section > * {
  animation: themeFadeUp 0.72s ease both;
}

.detail-title {
  font-weight: 800 !important;
}

.module-title {
  position: relative;
  padding-left: 18px;
  font-weight: 800 !important;
}

.module-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  bottom: 0.3em;
  width: 4px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--electric), var(--mint));
  box-shadow: 0 0 14px rgba(0, 194, 255, 0.28);
}

.grid-text {
  padding: 22px;
  border: 1px solid rgba(6, 81, 202, 0.09);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f9fcff);
  box-shadow: 0 12px 28px rgba(6, 81, 202, 0.045);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.grid-text:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 194, 255, 0.32);
  box-shadow: 0 18px 38px rgba(6, 81, 202, 0.09);
}

.func-item {
  border-left: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #ffffff, #f9fcff) !important;
  border: 1px solid rgba(6, 81, 202, 0.1);
  box-shadow: 0 12px 28px rgba(6, 81, 202, 0.045);
  position: relative;
  overflow: hidden;
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
  animation: themeFadeUp 0.72s ease both;
}

.func-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--electric), var(--primary), var(--mint));
}

.func-item h4 {
  font-weight: 800;
  padding-top: 4px;
}

.func-item:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 194, 255, 0.36);
  box-shadow: 0 20px 42px rgba(6, 81, 202, 0.1);
}

.fade-up {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #0476d9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.section-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--electric), var(--mint));
  box-shadow: 0 0 12px rgba(0, 194, 255, 0.28);
}

.solution-intro-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  margin-bottom: 30px;
  border: 1px solid rgba(6, 81, 202, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 12%, rgba(0, 194, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #ffffff, #f4fbff 58%, #effdff);
  box-shadow: 0 18px 44px rgba(6, 81, 202, 0.075);
  overflow: hidden;
  position: relative;
}

.solution-intro-panel::after {
  content: "";
  position: absolute;
  inset: auto -8% -40% 42%;
  height: 210px;
  background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.18), transparent);
  transform: rotate(-8deg);
  animation: solutionSweep 7s ease-in-out infinite;
  pointer-events: none;
}

.solution-intro-panel h3 {
  margin: 0 0 12px;
  color: #061833;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
}

.solution-intro-panel p {
  margin: 0;
  color: #52677f;
  font-size: 15px;
  line-height: 1.9;
}

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

.solution-path div {
  min-height: 82px;
  padding: 16px;
  border: 1px solid rgba(0, 194, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  position: relative;
  overflow: hidden;
}

.solution-path div::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 10px;
  height: 2px;
  background: linear-gradient(90deg, var(--electric), transparent);
  opacity: 0.55;
}

.solution-path b {
  display: block;
  color: rgba(6, 81, 202, 0.32);
  font-size: 22px;
  line-height: 1;
  margin-bottom: 12px;
}

.solution-path span {
  color: #061833;
  font-size: 14px;
  font-weight: 800;
}

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

.scenario-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(6, 81, 202, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 251, 255, 0.96)),
    linear-gradient(135deg, rgba(0, 194, 255, 0.18), rgba(22, 214, 165, 0.08));
  box-shadow: 0 16px 38px rgba(6, 81, 202, 0.07);
  position: relative;
  overflow: hidden;
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.scenario-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--electric), var(--primary), var(--mint));
}

.scenario-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -82px;
  top: -92px;
  border: 1px solid rgba(0, 194, 255, 0.2);
  border-radius: 50%;
  box-shadow: inset 0 0 28px rgba(0, 194, 255, 0.08);
}

.scenario-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 194, 255, 0.38);
  box-shadow: 0 24px 54px rgba(6, 81, 202, 0.13);
}

.scenario-card:hover .scenario-media img {
  transform: scale(1.045);
  filter: saturate(1.12) contrast(1.04);
}

.scenario-card:hover .scenario-link span {
  transform: translateX(4px);
}

.scenario-top,
.scenario-meta,
.scenario-outcomes,
.scenario-link {
  position: relative;
  z-index: 1;
}

.scenario-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.scenario-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  color: #035fc6;
  font-size: 13px;
  font-weight: 800;
  background: rgba(229, 247, 255, 0.92);
  border: 1px solid rgba(0, 194, 255, 0.24);
}

.scenario-number {
  color: rgba(6, 81, 202, 0.18);
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}

.scenario-media {
  height: 192px;
  margin-bottom: 22px;
  border: 1px solid rgba(6, 81, 202, 0.12);
  border-radius: 8px;
  background: #edf8ff;
  overflow: hidden;
  position: relative;
}

.scenario-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  mix-blend-mode: screen;
  opacity: 0.58;
  pointer-events: none;
}

.scenario-media::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 36%;
  left: -40%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  animation: solutionScan 5.6s ease-in-out infinite;
  pointer-events: none;
}

.scenario-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.data-node {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #79f5ff;
  box-shadow: 0 0 0 6px rgba(0, 194, 255, 0.13), 0 0 22px rgba(0, 194, 255, 0.9);
  animation: nodePulse 2.8s ease-in-out infinite;
}

.data-node.node-a {
  left: 16%;
  top: 28%;
}

.data-node.node-b {
  right: 19%;
  top: 36%;
  animation-delay: 0.5s;
}

.data-node.node-c {
  left: 54%;
  bottom: 20%;
  animation-delay: 1s;
}

.scenario-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #061833;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
}

.scenario-card p {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0 0 18px;
  color: #53677e;
  font-size: 14.5px;
  line-height: 1.85;
}

.scenario-meta {
  display: grid;
  gap: 6px;
  padding: 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(6, 81, 202, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.scenario-meta span {
  color: #7b8da3;
  font-size: 12px;
}

.scenario-meta b {
  color: #0b2c5a;
  font-size: 13.5px;
}

.scenario-list,
.detail-tags,
.scenario-outcomes {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.scenario-list span,
.detail-tags span,
.scenario-outcomes em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  font-style: normal;
  color: #1761b9;
  font-size: 12.5px;
  font-weight: 700;
  background: rgba(238, 249, 255, 0.88);
  border: 1px solid rgba(0, 194, 255, 0.18);
}

.scenario-outcomes {
  margin-top: 14px;
}

.scenario-outcomes em {
  color: #087863;
  background: rgba(236, 255, 250, 0.9);
  border-color: rgba(22, 214, 165, 0.24);
}

.scenario-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #045ed2;
  font-size: 14px;
  font-weight: 800;
}

.scenario-link span {
  transition: transform 0.25s ease;
}

.solution-choice-band {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 24px 28px;
  border-radius: 8px;
  color: #f1fbff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(120deg, #075fc8, #0a92dc 58%, #12b8cc);
  background-size: 44px 44px, 44px 44px, 100% 100%;
  box-shadow: 0 18px 46px rgba(6, 81, 202, 0.16);
  overflow: hidden;
  position: relative;
}

.solution-choice-band span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.solution-choice-band b {
  font-size: 16px;
  line-height: 1.7;
}

.solution-choice-band a {
  flex: 0 0 auto;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  color: #0651ca;
  background: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 38, 92, 0.16);
}

.solution-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  margin-bottom: 36px;
  border: 1px solid rgba(6, 81, 202, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 16%, rgba(0, 194, 255, 0.13), transparent 32%),
    linear-gradient(135deg, #ffffff, #f4fbff 58%, #effdff);
  box-shadow: 0 18px 44px rgba(6, 81, 202, 0.075);
  position: relative;
  overflow: hidden;
}

.solution-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(6, 81, 202, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 81, 202, 0.04) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent, #000 38%, #000);
  pointer-events: none;
}

.solution-detail-copy,
.solution-detail-visual {
  position: relative;
  z-index: 1;
}

.solution-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  margin-bottom: 14px;
  border-radius: 8px;
  color: #035fc6;
  font-size: 13px;
  font-weight: 800;
  background: rgba(229, 247, 255, 0.9);
  border: 1px solid rgba(0, 194, 255, 0.24);
}

.solution-detail-copy h3 {
  margin: 0 0 14px;
  color: #061833;
  font-size: 30px;
  line-height: 1.28;
  font-weight: 800;
}

.solution-detail-copy p {
  margin: 0 0 20px;
  color: #52677f;
  font-size: 15.5px;
  line-height: 1.9;
}

.solution-detail-visual {
  min-height: 326px;
  border: 1px solid rgba(6, 81, 202, 0.12);
  border-radius: 8px;
  background: #ecf8ff;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(6, 81, 202, 0.08);
}

.solution-detail-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.52;
  pointer-events: none;
}

.solution-detail-visual img {
  width: 100%;
  height: 100%;
  min-height: 326px;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.solution-detail-hero:hover .solution-detail-visual img {
  transform: scale(1.035);
  filter: saturate(1.1) contrast(1.03);
}

.hero-metric {
  position: absolute;
  z-index: 2;
  min-width: 132px;
  padding: 12px 14px;
  border: 1px solid rgba(126, 234, 255, 0.34);
  border-radius: 8px;
  color: #f2fbff;
  background: rgba(5, 35, 83, 0.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 30px rgba(0, 30, 78, 0.18);
}

.hero-metric b {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1;
}

.hero-metric span {
  color: rgba(235, 250, 255, 0.78);
  font-size: 12px;
}

.hero-metric.metric-a {
  left: 18px;
  top: 18px;
}

.hero-metric.metric-b {
  right: 18px;
  bottom: 18px;
}

.solution-logic-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 38px;
}

.logic-item {
  padding: 22px;
  border: 1px solid rgba(6, 81, 202, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fcff);
  box-shadow: 0 12px 28px rgba(6, 81, 202, 0.052);
  position: relative;
  overflow: hidden;
}

.logic-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--electric), var(--mint));
}

.logic-item span {
  color: #0476d9;
  font-size: 12px;
  font-weight: 800;
}

.logic-item h4 {
  margin: 10px 0 8px;
  color: #061833;
  font-size: 17px;
  line-height: 1.4;
}

.logic-item p {
  margin: 0;
  color: #52677f;
  font-size: 14px;
  line-height: 1.75;
}

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

.pain-list span {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(0, 194, 255, 0.17);
  border-radius: 8px;
  color: #24506f;
  background: rgba(238, 249, 255, 0.72);
  font-size: 13.5px;
  line-height: 1.5;
}

.value-summary {
  padding: 26px 28px;
  border: 1px solid rgba(6, 81, 202, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 10%, rgba(0, 194, 255, 0.16), transparent 26%),
    linear-gradient(135deg, #ffffff, #f4fbff);
  box-shadow: 0 16px 36px rgba(6, 81, 202, 0.07);
}

.value-summary p {
  margin-bottom: 0;
}

.solution-consult {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
  padding: 28px 30px;
  border-radius: 8px;
  color: #eefbff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(120deg, #075fc8, #0a92dc 58%, #12b8cc);
  background-size: 44px 44px, 44px 44px, 100% 100%;
  box-shadow: 0 18px 46px rgba(6, 81, 202, 0.16);
  overflow: hidden;
  position: relative;
}

.solution-consult::after {
  content: "";
  position: absolute;
  inset: auto -10% -55% 38%;
  height: 180px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: rotate(-8deg);
  pointer-events: none;
}

.solution-consult h4 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

.solution-consult p {
  margin: 0;
  color: rgba(238, 249, 255, 0.84);
  font-size: 14.5px;
  line-height: 1.8;
}

.solution-consult a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  color: #075fc8;
  background: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 38, 92, 0.16);
  position: relative;
  z-index: 1;
}

.title-comm,
.banner-content,
.hero-console,
.data-head,
.data-card,
.service-card,
.gallery-swiper,
.jump-section,
.arch-card,
.partner-item,
.job-card {
  animation: themeFadeUp 0.72s ease both;
}

.data-card,
.service-card,
.arch-card,
.partner-item,
.job-card,
.gallery-item img,
.jump-btn,
.service-link,
.back-top {
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, background 0.32s ease, color 0.32s ease;
}

.data-card:hover,
.service-card:hover,
.arch-card:hover,
.partner-item:hover,
.job-card:hover {
  transform: translateY(-6px);
}

/* Home page: brighter hero and feature sections. */
.banner {
  background-image:
    linear-gradient(105deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 249, 255, 0.93) 42%, rgba(222, 243, 255, 0.72) 70%, rgba(255, 255, 255, 0.34) 100%),
    url(../image/2.png) !important;
  background-color: #f7fbff !important;
}

.banner::before {
  background-image:
    radial-gradient(circle at 16% 18%, rgba(0, 194, 255, 0.14), transparent 26%),
    linear-gradient(rgba(6, 81, 202, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 81, 202, 0.045) 1px, transparent 1px) !important;
  background-size: 100% 100%, 56px 56px, 56px 56px !important;
  opacity: 0.9 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.banner::after {
  background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.42), transparent) !important;
  box-shadow: 0 0 18px rgba(0, 194, 255, 0.24) !important;
}

.banner .line-1 {
  background-image: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.1)) !important;
}

.tag {
  color: #0651ca !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(6, 81, 202, 0.14) !important;
  box-shadow: 0 10px 24px rgba(6, 81, 202, 0.06);
}

.banner h1 {
  color: #071d3d !important;
  text-shadow: none !important;
}

.banner h1 span {
  color: var(--primary) !important;
  text-shadow: 0 10px 28px rgba(6, 81, 202, 0.12) !important;
}

.banner p {
  color: #4b6077 !important;
}

.proof-chip {
  color: #0753bf !important;
  background: rgba(255, 255, 255, 0.76) !important;
  border-color: rgba(6, 81, 202, 0.14) !important;
  box-shadow: 0 10px 22px rgba(6, 81, 202, 0.055);
}

.banner .btn-primary {
  background: linear-gradient(135deg, #075fd7, #18a7e6) !important;
  color: #ffffff !important;
}

.banner .btn-outline {
  color: var(--primary) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(6, 81, 202, 0.18) !important;
}

.banner .btn-outline:hover {
  color: #ffffff !important;
  background: var(--primary) !important;
}

.hero-console {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 248, 255, 0.96)) !important;
  border-color: rgba(6, 81, 202, 0.14) !important;
  box-shadow: 0 24px 58px rgba(6, 81, 202, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.hero-console::before {
  background:
    linear-gradient(135deg, rgba(0, 194, 255, 0.12), transparent 34%),
    linear-gradient(0deg, rgba(6, 81, 202, 0.045) 1px, transparent 1px) !important;
}

.console-top {
  border-bottom-color: rgba(6, 81, 202, 0.12) !important;
  color: #5b6f86 !important;
}

.console-top strong {
  color: #071d3d !important;
}

.console-top em {
  color: #05856f !important;
}

.console-kpi {
  background: rgba(255, 255, 255, 0.78) !important;
  border-color: rgba(6, 81, 202, 0.12) !important;
}

.console-kpi b {
  color: var(--primary) !important;
}

.console-kpi span {
  color: #61738a !important;
}

.console-screen {
  background: #eef7ff !important;
  border-color: rgba(6, 81, 202, 0.14) !important;
}

.console-screen img {
  opacity: 1 !important;
}

.console-screen::after {
  color: #0753bf !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(6, 81, 202, 0.14) !important;
}

.flow-node {
  color: #0753bf !important;
  background: #edf8ff !important;
  border-color: rgba(6, 81, 202, 0.12) !important;
}

.data-section {
  background: linear-gradient(180deg, #fbfdff 0%, #eef7ff 100%) !important;
  color: #071d3d !important;
}

.data-section::before {
  background-image:
    linear-gradient(rgba(6, 81, 202, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 81, 202, 0.045) 1px, transparent 1px) !important;
  opacity: 0.72 !important;
}

.data-head h2 {
  color: #071d3d !important;
}

.data-head p,
.data-text,
.data-note {
  color: #53677e !important;
}

.data-badge {
  color: #0753bf !important;
  background: rgba(255, 255, 255, 0.74) !important;
  border-color: rgba(6, 81, 202, 0.14) !important;
}

.data-card {
  background: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(6, 81, 202, 0.12) !important;
  box-shadow: 0 14px 34px rgba(6, 81, 202, 0.055) !important;
}

.data-card:hover {
  box-shadow: 0 22px 48px rgba(6, 81, 202, 0.12) !important;
}

.data-num {
  color: var(--primary) !important;
}

.data-meter {
  background: #dceeff !important;
}

.gallery-swiper {
  background: linear-gradient(180deg, #ffffff, #f4faff) !important;
  border-color: rgba(6, 81, 202, 0.12) !important;
  box-shadow: 0 18px 44px rgba(6, 81, 202, 0.08) !important;
  position: relative;
  overflow: hidden;
}

.gallery-swiper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 38%, rgba(0, 194, 255, 0.08) 48%, transparent 58%),
    radial-gradient(circle at 12% 8%, rgba(0, 194, 255, 0.11), transparent 24%);
  pointer-events: none;
  animation: galleryGlowSweep 7s ease-in-out infinite;
}

.gallery-item img {
  background: #f2f8ff !important;
  border-color: rgba(6, 81, 202, 0.12) !important;
  object-fit: cover !important;
  box-shadow: 0 12px 30px rgba(6, 81, 202, 0.08);
}

.jump-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(226, 246, 255, 0.9)),
    url(../image/1.png) !important;
  border: 1px solid rgba(6, 81, 202, 0.12);
  box-shadow: 0 18px 44px rgba(6, 81, 202, 0.1);
}

.jump-section::before {
  background-image: linear-gradient(90deg, rgba(6, 81, 202, 0.06) 1px, transparent 1px) !important;
  opacity: 0.58 !important;
}

.jump-section h3 {
  color: #071d3d !important;
}

.jump-section p {
  color: #52647a !important;
}

.jump-btn {
  background: linear-gradient(135deg, #075fd7, #18a7e6) !important;
  color: #ffffff !important;
}

/* Ecosystem page: tech cards and flowing cooperation loop. */
.eco-arch {
  position: relative;
}

.eco-arch::before {
  content: "";
  position: absolute;
  inset: 24px 0 auto;
  height: 260px;
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 194, 255, 0.12), transparent 30%),
    radial-gradient(circle at 82% 34%, rgba(22, 214, 165, 0.1), transparent 28%);
  pointer-events: none;
}

.arch-row {
  position: relative;
  z-index: 1;
}

.arch-card {
  position: relative;
  min-height: 238px;
  padding: 28px 28px 30px !important;
  text-align: left !important;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 255, 0.98)) !important;
  border-color: rgba(6, 81, 202, 0.11) !important;
}

.arch-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--electric), transparent 24%, transparent 76%, var(--mint)),
    linear-gradient(180deg, rgba(0, 194, 255, 0.18), transparent 34%);
  opacity: 0.42;
  pointer-events: none;
}

.arch-card::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -42px;
  width: 136px;
  height: 136px;
  border: 1px solid rgba(0, 194, 255, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(0, 194, 255, 0.12) 0 2px, transparent 3px),
    repeating-conic-gradient(from 0deg, rgba(6, 81, 202, 0.14) 0 8deg, transparent 8deg 18deg);
  opacity: 0.72;
  animation: archDialSpin 16s linear infinite;
}

.arch-card-top,
.arch-card h4,
.arch-card p {
  position: relative;
  z-index: 1;
}

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

.arch-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 32px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary), #18a7e6);
  box-shadow: 0 12px 28px rgba(6, 81, 202, 0.18);
}

.arch-signal {
  display: inline-flex;
  align-items: flex-end;
  gap: 5px;
  height: 30px;
}

.arch-signal i {
  width: 5px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--electric), var(--mint));
  box-shadow: 0 0 12px rgba(0, 194, 255, 0.28);
  animation: signalPulse 1.8s ease-in-out infinite;
}

.arch-signal i:nth-child(1) {
  height: 12px;
}

.arch-signal i:nth-child(2) {
  height: 22px;
  animation-delay: 0.18s;
}

.arch-signal i:nth-child(3) {
  height: 16px;
  animation-delay: 0.36s;
}

.arch-card h4 {
  margin-bottom: 14px !important;
}

.arch-card:hover::before {
  opacity: 0.66;
}

.eco-link {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 10%, rgba(0, 194, 255, 0.1), transparent 26%),
    linear-gradient(180deg, #f7fbff, #eef7ff) !important;
}

.eco-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(6, 81, 202, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 81, 202, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

.eco-link .container {
  position: relative;
  z-index: 1;
}

.link-list {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px !important;
  padding: 42px 30px;
  border: 1px solid rgba(6, 81, 202, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(6, 81, 202, 0.08);
}

.link-list::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 2px;
  background:
    linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.65), rgba(22, 214, 165, 0.62), transparent);
  box-shadow: 0 0 18px rgba(0, 194, 255, 0.28);
  transform: translateY(-50%);
}

.link-list::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(0, 194, 255, 0.22);
  border-radius: 8px;
  pointer-events: none;
  mask-image: linear-gradient(90deg, #000 0 18%, transparent 18% 82%, #000 82% 100%);
}

.link-item {
  position: relative;
  z-index: 1;
  min-width: 0 !important;
  padding: 22px 14px;
  border: 1px solid rgba(6, 81, 202, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fcff);
  box-shadow: 0 12px 28px rgba(6, 81, 202, 0.055);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.link-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--electric);
  box-shadow: 0 0 0 5px rgba(0, 194, 255, 0.12), 0 0 16px rgba(0, 194, 255, 0.55);
  transform: translateX(-50%);
}

.link-item:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  right: -18px !important;
  top: 50% !important;
  width: 18px !important;
  height: 2px !important;
  background: linear-gradient(90deg, rgba(0, 194, 255, 0.25), var(--electric));
  transform: translateY(-50%) !important;
}

.link-item:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 194, 255, 0.34);
  box-shadow: 0 20px 42px rgba(6, 81, 202, 0.1);
}

.flow-particle {
  position: absolute;
  z-index: 2;
  left: 8%;
  top: 18px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 194, 255, 0.18), 0 0 22px rgba(0, 194, 255, 0.72);
  transform: translate(-50%, -50%);
  animation: flowLoop 8.5s linear infinite;
}

.flow-particle-b {
  animation-delay: -4.25s;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(22, 214, 165, 0.16), 0 0 22px rgba(22, 214, 165, 0.62);
}

/* Ecosystem page: make the partner preview read as a credibility band. */
.partner {
  position: relative;
  isolation: isolate;
  padding: 88px 0 96px !important;
}

.partner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 194, 255, 0.13), transparent 28%),
    radial-gradient(circle at 82% 74%, rgba(22, 214, 165, 0.11), transparent 30%),
    linear-gradient(180deg, #f8fcff 0%, #edf7ff 100%);
}

.partner::after {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  background-image:
    linear-gradient(rgba(6, 81, 202, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 81, 202, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.85;
}

.partner > .partner-title,
.partner-row {
  position: relative;
  z-index: 1;
}

.partner > .partner-title {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.partner > .partner-title h3 {
  color: #071d3d !important;
}

.partner > .partner-title p {
  color: #52647a !important;
}

.partner-row {
  gap: 18px !important;
}

.partner-item {
  position: relative;
  min-height: 154px;
  padding: 22px 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 252, 255, 0.96)) !important;
  border-color: rgba(6, 81, 202, 0.13) !important;
  box-shadow: 0 16px 34px rgba(6, 81, 202, 0.07);
  overflow: hidden;
}

.partner-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 194, 255, 0.16), transparent 28%, transparent 72%, rgba(22, 214, 165, 0.13)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), transparent 42%);
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: none;
}

.partner-item img,
.partner-item span {
  position: relative;
  z-index: 1;
}

.partner-item img {
  width: 76px !important;
  height: 76px !important;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 1px rgba(6, 81, 202, 0.08);
}

.partner-item span {
  color: #183456 !important;
  font-weight: 700;
  line-height: 1.45;
}

.partner-item:hover {
  background:
    linear-gradient(180deg, #ffffff, #f2fbff) !important;
}

.partner-item:hover::before {
  opacity: 1;
}

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

@keyframes signalPulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scaleY(0.78);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes flowLoop {
  0% {
    left: 8%;
    top: 18px;
  }
  38% {
    left: 92%;
    top: 18px;
  }
  50% {
    left: 92%;
    top: calc(100% - 18px);
  }
  88% {
    left: 8%;
    top: calc(100% - 18px);
  }
  100% {
    left: 8%;
    top: 18px;
  }
}

@keyframes galleryGlowSweep {
  0%,
  100% {
    transform: translateX(-12%);
    opacity: 0.45;
  }
  50% {
    transform: translateX(12%);
    opacity: 0.85;
  }
}

.data-card:nth-child(2),
.service-card:nth-child(2),
.solution-wrap .sol-card:nth-child(2),
.arch-card:nth-child(2),
.partner-item:nth-child(2),
.job-card:nth-child(2),
.func-item:nth-child(2),
.detail-section > *:nth-child(2) {
  animation-delay: 0.08s;
}

.data-card:nth-child(3),
.service-card:nth-child(3),
.solution-wrap .sol-card:nth-child(3),
.arch-card:nth-child(3),
.partner-item:nth-child(3),
.job-card:nth-child(3),
.func-item:nth-child(3),
.detail-section > *:nth-child(3) {
  animation-delay: 0.16s;
}

.service-card:nth-child(4),
.solution-wrap .sol-card:nth-child(4),
.partner-item:nth-child(4),
.job-card:nth-child(4),
.func-item:nth-child(4),
.detail-section > *:nth-child(4) {
  animation-delay: 0.24s;
}

@keyframes themeFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes themeScan {
  0% {
    left: -70%;
  }
  55%,
  100% {
    left: 150%;
  }
}

@keyframes softGridDrift {
  from {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }
  to {
    background-position: 0 0, 0 0, 54px 54px, 54px 54px;
  }
}

@keyframes solutionScan {
  0%,
  42% {
    left: -44%;
  }
  72%,
  100% {
    left: 118%;
  }
}

@keyframes solutionSweep {
  0%,
  100% {
    transform: translateX(-12%) rotate(-8deg);
    opacity: 0.26;
  }
  50% {
    transform: translateX(18%) rotate(-8deg);
    opacity: 0.56;
  }
}

@keyframes nodePulse {
  0%,
  100% {
    transform: scale(0.82);
    opacity: 0.64;
  }
  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@supports (animation-timeline: view()) {
  .data-card,
  .service-card,
  .gallery-swiper,
  .jump-section,
  .arch-card,
  .partner-item,
  .job-card,
  .solution-wrap .sol-card,
  .detail-section > *,
  .func-item {
    animation-timeline: view();
    animation-range: entry 0% cover 28%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .page-title::after {
    display: none;
  }
}

@media (max-width: 900px) {
  body > footer > .container[style],
  body > footer > div.container[style],
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .solution-wrap .sol-card {
    grid-template-columns: 1fr !important;
  }

  .solution-intro-panel,
  .solution-detail-hero {
    grid-template-columns: 1fr;
  }

  .scenario-grid,
  .solution-logic-strip {
    grid-template-columns: 1fr;
  }

  .solution-choice-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .solution-consult {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .nav-box {
    padding: 0.9rem 0 !important;
  }

  .btn-luxury {
    padding: 8px 14px !important;
  }

  body > footer,
  body > footer[style] {
    padding: 52px 0 22px !important;
  }

  body > footer > .container[style],
  body > footer > div.container[style],
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  body > footer div[onclick*="scrollTo"],
  .back-top {
    right: 16px !important;
    bottom: 16px !important;
    width: 48px !important;
    height: 48px !important;
  }

  .solution-wrap {
    padding: 54px 0 64px !important;
  }

  .solution-intro-panel,
  .solution-detail-hero {
    padding: 22px;
  }

  .solution-intro-panel h3,
  .solution-detail-copy h3 {
    font-size: 24px;
  }

  .solution-path,
  .pain-list {
    grid-template-columns: 1fr;
  }

  .scenario-card {
    padding: 18px;
  }

  .scenario-media {
    height: 168px;
  }

  .solution-detail-visual,
  .solution-detail-visual img {
    min-height: 246px;
  }

  .hero-metric {
    min-width: 112px;
    padding: 10px 12px;
  }

  .hero-metric b {
    font-size: 15px;
  }

  .hero-metric span {
    font-size: 11px;
  }

  .solution-choice-band {
    padding: 22px;
  }

  .solution-consult {
    padding: 24px 22px;
  }

  .solution-consult a {
    width: 100%;
  }

  .func-list {
    grid-template-columns: 1fr !important;
  }

  .grid-text {
    padding: 18px;
  }

  .arch-card {
    min-height: 0;
  }

  .link-list {
    grid-template-columns: 1fr !important;
    padding: 28px 18px;
  }

  .link-list::before {
    left: 50%;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
  }

  .link-list::after,
  .flow-particle {
    display: none;
  }

  .link-item:not(:last-child)::after {
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: -18px !important;
    width: 2px !important;
    height: 18px !important;
    transform: translateX(-50%) !important;
    background: linear-gradient(180deg, rgba(0, 194, 255, 0.25), var(--electric));
  }

  .partner {
    padding: 64px 0 72px !important;
  }

  .partner-row {
    gap: 14px !important;
  }

  .partner-item {
    min-height: 136px;
    padding: 18px 12px !important;
  }

  .partner-item img {
    width: 64px !important;
    height: 64px !important;
    padding: 7px;
  }

  .partner-item span {
    font-size: 14px !important;
  }
}
