:root {
  color-scheme: dark;
  --bg: #03030f;
  --panel: rgba(12, 20, 35, 0.7);
  --panel-strong: rgba(18, 27, 48, 0.86);
  --text: #f0f3ff;
  --muted: #b9c8ee;
  --cyan: #00e5ff;
  --blue: #4b8dff;
  --violet: #8655ff;
  --gold: #ffd56a;
  --green: #33e6a6;
  --coral: #ff7d78;
  --border: rgba(0, 229, 255, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-wrap: anywhere;
  background:
    linear-gradient(115deg, rgba(0, 229, 255, 0.025), transparent 36%),
    #03030f;
  color: var(--text);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.58;
}

.site-shell {
  position: relative;
  width: 100%;
  max-width: 1280px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 8, 24, 0.1), rgba(3, 3, 15, 0.97)),
    linear-gradient(115deg, rgba(12, 60, 78, 0.16), transparent 42%);
  border-inline: 1px solid rgba(0, 229, 255, 0.07);
}

.site-shell::before {
  position: absolute;
  inset: 0 0 auto;
  height: 760px;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(21, 176, 216, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 176, 216, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.8) 45%, transparent 100%);
}

.container {
  position: relative;
  z-index: 1;
  padding: 0 48px 64px;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  padding: 26px 0 30px;
}

.hero-tech-layer {
  position: absolute;
  inset: 14px 0 8px;
  z-index: -1;
  overflow: hidden;
  border-top: 1px solid rgba(0, 229, 255, 0.2);
  border-bottom: 1px solid rgba(107, 93, 255, 0.18);
  background: #030611;
  pointer-events: none;
}

.hero-cityscape {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  opacity: 0.78;
  filter: saturate(1.25) contrast(1.08);
}

.hero-tech-layer::before {
  position: absolute;
  inset: 38% 5% -26%;
  z-index: 1;
  content: "";
  background:
    linear-gradient(rgba(0, 229, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 229, 255, 0.11) 1px, transparent 1px);
  background-size: 54px 34px;
  mask-image: linear-gradient(to bottom, transparent, #000 30%, rgba(0, 0, 0, 0.8));
  transform: perspective(380px) rotateX(58deg) scale(1.18);
  transform-origin: center bottom;
}

.hero-tech-layer::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(180deg, rgba(2, 4, 14, 0.08), rgba(3, 5, 16, 0.42) 56%, rgba(3, 3, 15, 0.9)),
    linear-gradient(90deg, rgba(3, 5, 15, 0.85), transparent 23%, transparent 77%, rgba(3, 5, 15, 0.85)),
    linear-gradient(90deg, transparent 8%, rgba(0, 229, 255, 0.16) 8%, rgba(0, 229, 255, 0.16) 8.15%, transparent 8.15%),
    linear-gradient(90deg, transparent 91.85%, rgba(124, 92, 255, 0.16) 91.85%, rgba(124, 92, 255, 0.16) 92%, transparent 92%),
    linear-gradient(180deg, transparent 27%, rgba(0, 229, 255, 0.08) 27.1%, transparent 27.3%);
}

.data-orbit {
  position: absolute;
  z-index: 3;
  top: 47%;
  left: 50%;
  border: 1px solid rgba(0, 229, 255, 0.2);
  border-right-color: rgba(134, 85, 255, 0.64);
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: orbit-spin 18s linear infinite;
}

.data-orbit::after {
  position: absolute;
  top: 13%;
  right: 12%;
  width: 5px;
  height: 5px;
  border: 1px solid #d8ffff;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  content: "";
}

.data-orbit--outer {
  width: 520px;
  height: 520px;
}

.data-orbit--middle {
  width: 390px;
  height: 390px;
  border-color: rgba(51, 230, 166, 0.22);
  border-left-color: transparent;
  animation-direction: reverse;
  animation-duration: 14s;
}

.data-orbit--inner {
  width: 260px;
  height: 260px;
  border-color: rgba(134, 85, 255, 0.35);
  border-top-color: transparent;
  animation-duration: 10s;
}

.network-node {
  position: absolute;
  z-index: 4;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(0, 229, 255, 0.26);
  border-radius: 50%;
  animation: data-pulse 3.4s ease-out infinite;
}

.network-node i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(219, 255, 255, 0.95);
  background: var(--cyan);
  box-shadow: 0 0 16px var(--cyan);
  transform: translate(-50%, -50%) rotate(45deg);
}

.network-node--one {
  top: 24%;
  left: 16%;
}

.network-node--two {
  top: 63%;
  left: 25%;
  animation-delay: -1.4s;
}

.network-node--three {
  top: 31%;
  right: 17%;
  border-color: rgba(134, 85, 255, 0.38);
  animation-delay: -2.3s;
}

.network-node--four {
  right: 28%;
  bottom: 14%;
  animation-delay: -0.7s;
}

.network-node--five {
  bottom: 12%;
  left: 45%;
  border-color: rgba(51, 230, 166, 0.34);
  animation-delay: -1.9s;
}

.scan-beam {
  position: absolute;
  top: -120px;
  right: 2%;
  left: 2%;
  height: 96px;
  z-index: 5;
  border-bottom: 1px solid rgba(55, 236, 255, 0.55);
  background: linear-gradient(to bottom, transparent, rgba(0, 229, 255, 0.07));
  box-shadow: 0 14px 28px rgba(0, 229, 255, 0.08);
  animation: scan-sweep 6.5s linear infinite;
}

.tech-corner {
  position: absolute;
  z-index: 6;
  width: 58px;
  height: 42px;
  border-color: rgba(57, 230, 247, 0.72);
  filter: drop-shadow(0 0 6px rgba(0, 229, 255, 0.3));
}

.tech-corner--top-left {
  top: 12px;
  left: 12px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.tech-corner--top-right {
  top: 12px;
  right: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.tech-corner--bottom-left {
  bottom: 12px;
  left: 12px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.tech-corner--bottom-right {
  right: 12px;
  bottom: 12px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.system-bar {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(100%, 1100px);
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 34px;
  padding: 7px 16px;
  border: 1px solid rgba(0, 229, 255, 0.25);
  border-right-color: rgba(124, 92, 255, 0.28);
  background: linear-gradient(90deg, rgba(4, 28, 39, 0.9), rgba(16, 13, 46, 0.84));
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.28);
  color: #8edce9;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 700;
}

.system-name,
.system-state {
  display: inline-flex;
  align-items: center;
}

.system-name i {
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border: 1px solid #84f8e6;
  background: #2be1c0;
  box-shadow: 0 0 10px rgba(43, 225, 192, 0.9);
}

.system-state {
  color: #b7aaff;
}

.hero-copy {
  position: relative;
  z-index: 1;
  text-align: center;
  text-wrap: balance;
}

.hero-kicker,
.geo-mark,
.hero-subtitle,
.asset-heading,
.asset-location,
.footer p {
  margin: 0;
}

.hero-kicker {
  position: relative;
  color: #afc8f8;
  font-size: 20px;
}

.hero-kicker::before,
.hero-kicker::after {
  display: inline-block;
  width: 72px;
  height: 1px;
  margin: 0 18px 6px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.8));
}

.hero-kicker::after {
  background: linear-gradient(90deg, rgba(124, 92, 255, 0.8), transparent);
}

.geo-mark {
  position: relative;
  width: fit-content;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  background: linear-gradient(180deg, #07efff, #7656ff);
  background-clip: text;
  color: transparent;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.16;
  filter: drop-shadow(0 0 18px rgba(0, 210, 255, 0.4));
}

.geo-mark::after {
  position: absolute;
  inset: 3px -4px -3px 4px;
  z-index: -1;
  content: attr(data-text);
  color: transparent;
  -webkit-text-stroke: 1px rgba(115, 87, 255, 0.28);
}

h1 {
  position: relative;
  margin: 5px 0 2px;
  color: #fff;
  font-size: 76px;
  font-weight: 900;
  line-height: 1.18;
  text-shadow:
    0 1px 1px #fff,
    0 0 14px rgba(0, 229, 255, 0.46),
    0 0 42px rgba(93, 66, 221, 0.68);
}

.hero-subtitle {
  position: relative;
  background: linear-gradient(135deg, #b797ff, #4e8bff);
  background-clip: text;
  color: transparent;
  font-size: 42px;
  font-weight: 800;
}

.hero-subtitle::after {
  display: block;
  width: 300px;
  max-width: 60%;
  height: 1px;
  margin: 17px auto 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.8), rgba(124, 92, 255, 0.8), transparent);
  box-shadow: 0 0 10px rgba(0, 229, 255, 0.35);
}

.ai-watermark {
  position: absolute;
  z-index: 0;
  top: 95px;
  right: -5px;
  color: rgba(93, 83, 181, 0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 274px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.feature-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin: 52px auto 18px;
  max-width: 1040px;
}

.feature-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 9px 27px;
  border: 1px solid rgba(0, 229, 255, 0.5);
  border-radius: 4px;
  background: linear-gradient(125deg, rgba(4, 34, 45, 0.88), rgba(28, 20, 61, 0.86));
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35), inset 0 1px rgba(255, 255, 255, 0.05);
  color: #e6f1ff;
  font-size: 17px;
  font-weight: 650;
  white-space: nowrap;
  clip-path: polygon(11px 0, calc(100% - 11px) 0, 100% 11px, 100% calc(100% - 11px), calc(100% - 11px) 100%, 11px 100%, 0 calc(100% - 11px), 0 11px);
}

@keyframes scan-sweep {
  0% {
    transform: translateY(-120px);
  }

  72%,
  100% {
    transform: translateY(720px);
  }
}

@keyframes orbit-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes data-pulse {
  0%, 100% {
    opacity: 0.38;
    transform: scale(0.76);
  }

  45% {
    opacity: 0.95;
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(0, 229, 255, 0.14);
  }
}

.feature-tag b {
  margin-right: 8px;
  color: #eafaff;
}

.glass-card {
  position: relative;
  overflow: hidden;
  margin: 24px 0;
  padding: 27px 32px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.035), transparent 32%),
    var(--panel);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18), inset 0 1px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(10px);
}

.glass-card::before {
  position: absolute;
  top: -1px;
  left: 28px;
  width: min(190px, 36%);
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--green), transparent);
  box-shadow: 0 0 14px rgba(0, 229, 255, 0.5);
  content: "";
}

.intro-card {
  margin-top: 0;
  color: #e1e9fc;
  font-size: 18px;
}

.intro-card h2 {
  margin: 0 0 2px;
  color: #f3f6ff;
  font-size: 18px;
}

.intro-card p {
  margin: 0;
}

.card-icon {
  margin-right: 6px;
  color: var(--cyan);
}

.section-title {
  width: fit-content;
  max-width: 100%;
  margin: 56px auto 30px;
  padding: 10px 28px 10px 22px;
  border: 1px solid rgba(0, 229, 255, 0.24);
  border-left: 4px solid var(--cyan);
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(0, 229, 255, 0.13), rgba(134, 85, 255, 0.16));
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.24);
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

.pain-list,
.core-list,
.advantage-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pain-list li {
  display: grid;
  grid-template-columns: 29px 1fr;
  gap: 12px;
  align-items: baseline;
  padding: 11px 0;
  border-bottom: 1px dashed rgba(0, 229, 255, 0.28);
  font-size: 18px;
}

.pain-list li:last-child,
.core-list li:last-child {
  border-bottom: 0;
}

.pain-list p {
  margin: 0;
}

.pain-list strong {
  color: var(--cyan);
}

.pain-icon {
  width: 29px;
  background: linear-gradient(135deg, #ff9e88, #ff4f83);
  background-clip: text;
  color: transparent;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.solution-highlight {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin: 32px 0;
  padding: 20px 27px;
  border-left: 6px solid var(--cyan);
  border-radius: 0 6px 6px 0;
  background: linear-gradient(105deg, rgba(0, 180, 255, 0.17), rgba(124, 77, 255, 0.11));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
  font-size: 18px;
}

.solution-highlight p {
  margin: 0;
}

.solution-highlight strong {
  font-size: 22px;
}

.solution-icon {
  flex: none;
  color: var(--cyan);
  font-size: 20px;
}

.table-card {
  padding: 20px 24px 24px;
}

.table-card h3 {
  margin: 0 0 16px;
  background: linear-gradient(135deg, #fff, #b794ff);
  background-clip: text;
  color: transparent;
  font-size: 26px;
  text-align: center;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(0, 180, 255, 0.18);
  border-radius: 4px;
  scrollbar-color: rgba(0, 229, 255, 0.55) rgba(6, 11, 28, 0.7);
}

.data-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 15px;
}

.data-table th {
  padding: 14px 10px;
  background: linear-gradient(145deg, #142d42, #201a49);
  color: #cae9ff;
  font-weight: 800;
}

.data-table th:first-child {
  width: 15%;
}

.data-table th:nth-child(2) {
  width: 25%;
}

.data-table td {
  padding: 12px;
  border: 1px solid rgba(0, 180, 255, 0.34);
  background: rgba(7, 14, 27, 0.78);
}

.highlight-text {
  color: #00f2ea;
  font-weight: 700;
}

.case-red {
  color: #ff9f8e;
}

.case-blue {
  color: #7bc8ff;
}

.core-list li {
  display: grid;
  grid-template-columns: minmax(220px, 0.3fr) 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 0 0 12px;
  margin-bottom: 16px;
  border-bottom: 1px dashed rgba(124, 77, 255, 0.25);
  font-size: 17px;
}

.core-list strong {
  color: var(--gold);
}

.advantage-list li {
  margin-bottom: 17px;
  padding-left: 18px;
  border-left: 3px solid var(--violet);
  font-size: 17px;
  line-height: 1.55;
}

.advantage-list li:last-child {
  margin-bottom: 0;
}

.advantage-list strong {
  color: #f0b27a;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 32px 0 30px;
}

.support-card {
  position: relative;
  overflow: hidden;
  min-height: 174px;
  padding: 23px 17px;
  border: 1px solid rgba(0, 229, 255, 0.3);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(0, 229, 255, 0.055), transparent 45%),
    rgba(13, 24, 40, 0.82);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.17), inset 0 1px rgba(255, 255, 255, 0.035);
  text-align: center;
}

.support-icon {
  display: block;
  min-height: 50px;
  margin-bottom: 7px;
  background: linear-gradient(145deg, var(--cyan), #b77cff);
  background-clip: text;
  color: transparent;
  font-size: 43px;
  font-weight: 800;
  line-height: 1;
}

.support-card h3 {
  margin: 0 0 8px;
  color: #e2efff;
  font-size: 20px;
  line-height: 1.35;
}

.support-card p {
  margin: 0;
  color: #b9ceff;
  font-size: 15px;
}

.digital-asset {
  position: relative;
  overflow: hidden;
  margin: 40px 0 20px;
  padding: 27px;
  border: 1px solid rgba(0, 229, 255, 0.52);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(0, 229, 255, 0.08), transparent 32%),
    linear-gradient(115deg, #071329, #18133a);
  text-align: center;
}

.asset-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: baseline;
  justify-content: center;
}

.asset-heading strong {
  color: #00f2ea;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.15;
}

.asset-heading span {
  font-size: 28px;
  font-weight: 800;
}

.asset-location {
  margin: 12px 0 6px;
  font-size: 18px;
}

.asset-location span {
  color: var(--cyan);
}

.footer {
  margin-top: 48px;
  padding-top: 16px;
  text-align: center;
}

.footer-slogan {
  background: linear-gradient(120deg, #b3e4ff, #cdb0ff);
  background-clip: text;
  color: transparent;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
}

.footer-title {
  margin-top: 17px !important;
  font-size: 30px;
  font-weight: 800;
}

.footer-title strong {
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  background-clip: text;
  color: transparent;
}

.glow-divider {
  width: min(50%, 560px);
  height: 2px;
  margin: 28px auto 12px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--green), #b77cff, transparent);
}

.footer-note {
  margin-top: 10px !important;
  color: rgba(240, 243, 255, 0.68);
  font-size: 14px;
}

@media (hover: hover) {
  .feature-tag,
  .support-card {
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
  }

  .feature-tag:hover,
  .support-card:hover {
    transform: translateY(-3px);
    border-color: rgba(183, 124, 255, 0.75);
  }
}

@media (max-width: 860px) {
  .container {
    padding-inline: 24px;
  }

  .ai-watermark {
    top: 122px;
    font-size: 180px;
    opacity: 0.7;
  }

  h1 {
    font-size: 58px;
  }

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

@media (max-width: 720px) {
  .container {
    padding: 0 18px 38px;
  }

  .hero {
    padding-top: 14px;
  }

  .hero-tech-layer {
    inset: 6px -6px 8px;
  }

  .system-bar {
    min-height: 31px;
    margin-bottom: 29px;
    padding: 6px 10px;
    font-size: 9px;
  }

  .system-state {
    margin-left: 12px;
  }

  .hero-kicker {
    font-size: 13px;
  }

  .hero-kicker::before,
  .hero-kicker::after {
    width: 28px;
    margin: 0 7px 4px;
  }

  .geo-mark {
    margin-top: 5px;
    font-size: 42px;
  }

  h1 {
    margin-top: 8px;
    font-size: 39px;
    letter-spacing: 0;
    line-height: 1.22;
  }

  .hero-subtitle {
    margin-top: 4px;
    font-size: 25px;
  }

  .ai-watermark {
    top: 112px;
    right: -24px;
    font-size: 132px;
  }

  .tech-corner {
    width: 35px;
    height: 30px;
  }

  .tech-corner--top-left,
  .tech-corner--top-right {
    top: 6px;
  }

  .tech-corner--bottom-left,
  .tech-corner--bottom-right {
    bottom: 6px;
  }

  .tech-corner--top-left,
  .tech-corner--bottom-left {
    left: 6px;
  }

  .tech-corner--top-right,
  .tech-corner--bottom-right {
    right: 6px;
  }

  .feature-tags {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 30px 0 15px;
  }

  .feature-tag {
    width: 100%;
    min-height: 43px;
    padding: 7px 15px;
    font-size: 15px;
  }

  .glass-card {
    margin: 18px 0;
    padding: 21px 18px;
    border-radius: 6px;
  }

  .intro-card,
  .pain-list li,
  .solution-highlight,
  .core-list li,
  .advantage-list li {
    font-size: 15px;
  }

  .intro-card h2 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .section-title {
    width: 100%;
    margin: 38px auto 20px;
    padding: 10px 14px;
    font-size: 19px;
    letter-spacing: 0;
  }

  .pain-list li {
    grid-template-columns: 25px 1fr;
    gap: 9px;
    padding: 12px 0;
  }

  .pain-list strong {
    display: block;
  }

  .pain-icon {
    width: 25px;
    font-size: 14px;
  }

  .solution-highlight {
    gap: 8px;
    margin: 25px 0;
    padding: 17px 15px;
    border-left-width: 4px;
    border-radius: 0 6px 6px 0;
  }

  .solution-highlight strong {
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
  }

  .table-card {
    padding: 17px 10px 12px;
  }

  .table-card h3 {
    padding-inline: 5px;
    font-size: 18px;
  }

  .table-scroll {
    border-radius: 4px;
  }

  .data-table {
    min-width: 700px;
    font-size: 14px;
  }

  .data-table th,
  .data-table td {
    padding: 10px;
  }

  .core-list li {
    display: block;
    margin-bottom: 13px;
    padding-bottom: 13px;
  }

  .core-list strong {
    display: block;
    margin-bottom: 3px;
  }

  .advantage-list li {
    padding-left: 12px;
    line-height: 1.65;
  }

  .advantage-list strong {
    display: block;
  }

  .support-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }

  .support-card {
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
    padding: 17px;
    border-radius: 6px;
    text-align: left;
  }

  .support-icon {
    grid-row: 1 / 3;
    min-height: 0;
    margin: 2px 0 0;
    font-size: 34px;
  }

  .support-card h3 {
    margin-bottom: 3px;
    font-size: 17px;
  }

  .support-card p {
    font-size: 13px;
  }

  .digital-asset {
    margin-top: 30px;
    padding: 23px 15px;
    border-radius: 6px;
  }

  .asset-heading {
    display: block;
  }

  .asset-heading strong {
    display: block;
    font-size: 36px;
    letter-spacing: 0;
  }

  .asset-heading span {
    font-size: 21px;
  }

  .digital-asset > p:last-child {
    font-size: 14px;
  }

  .footer {
    margin-top: 36px;
  }

  .footer-slogan {
    font-size: 17px;
  }

  .footer-title {
    font-size: 21px;
  }

  .glow-divider {
    width: 70%;
    margin-top: 23px;
  }

  .footer-note {
    font-size: 12px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
