* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #050607;
  color: #f5f7f8;
  font-family: "Microsoft YaHei", "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.75;
}

body::selection {
  background: rgba(134, 240, 196, 0.28);
}

a {
  color: inherit;
}

.site-page {
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), #050607 540px),
    #050607;
  background-size: 58px 58px, 58px 58px, auto, auto;
}

.site-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(134, 240, 196, 0.12), transparent 32%),
    linear-gradient(260deg, rgba(104, 126, 255, 0.11), transparent 38%);
  opacity: 0.86;
}

.site-page.vision-page {
  background:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(135deg, rgba(18, 38, 35, 0.94), rgba(5, 6, 7, 0.94) 42%, rgba(16, 18, 38, 0.94)),
    #050607;
  background-size: 64px 64px, 64px 64px, auto, auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 6, 7, 0.56);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.site-header-inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.brand img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.nav {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(37, 39, 46, 0.92), rgba(17, 18, 24, 0.92));
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  background: transparent;
  box-shadow: none;
  transform-origin: center;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.nav a[aria-current="page"] {
  color: #101214;
  background: #f5f7f8;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

.nav a:hover:not([aria-current="page"]) {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px) scale(1.03);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 570px;
  display: grid;
  align-items: end;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 16%, rgba(134, 240, 196, 0.42), transparent 26%),
    radial-gradient(circle at 18% 28%, rgba(108, 97, 255, 0.34), transparent 22%),
    radial-gradient(circle at 82% 24%, rgba(108, 168, 255, 0.25), transparent 24%),
    radial-gradient(circle at 50% 52%, rgba(0, 0, 0, 0.08), transparent 34%),
    #020203;
  background-size: auto, auto, auto, auto, auto;
  background-position: center, center, center, center, center;
  opacity: 1;
  filter: saturate(1.06) brightness(0.7) contrast(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(134, 240, 196, 0.18), transparent 18%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.46)),
    linear-gradient(180deg, rgba(5, 6, 7, 0.1), #050607 96%);
}

.hero.homepage-style {
  min-height: 760px;
  align-items: center;
}

.hero.homepage-style::before {
  background-image:
    radial-gradient(circle at 50% 16%, rgba(134, 240, 196, 0.42), transparent 26%),
    radial-gradient(circle at 18% 28%, rgba(108, 97, 255, 0.34), transparent 22%),
    radial-gradient(circle at 82% 24%, rgba(108, 168, 255, 0.25), transparent 24%),
    radial-gradient(circle at 50% 52%, rgba(0, 0, 0, 0.08), transparent 34%),
    var(--hero-image);
  background-size: auto, auto, auto, auto, cover;
  background-position: center, center, center, center, center;
  opacity: 1;
  filter: saturate(1.06) brightness(0.7) contrast(1.02);
}

.hero.homepage-style::after {
  background:
    radial-gradient(circle at 50% 44%, rgba(134, 240, 196, 0.18), transparent 18%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.46)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), #050607 96%);
}

.hero.homepage-style .hero-inner {
  text-align: center;
  padding: 132px 0 88px;
}

.hero.homepage-style .lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.hero.homepage-style .page-link-row {
  margin-top: 28px;
}

.hero.homepage-style .page-link-row a {
  min-width: 180px;
  min-height: 44px;
  font-size: 15px;
}

.hero.homepage-style .page-link-row a:first-child {
  background: linear-gradient(180deg, rgba(130, 232, 150, 0.74), rgba(89, 163, 92, 0.68));
  color: #f9fbfa;
}

.hero.homepage-style .page-link-row a:last-child {
  background: rgba(255, 255, 255, 0.07);
}

.hero.homepage-style .vision-kicker-row {
  justify-content: center;
}

.hero.homepage-bg::before {
  inset: -18%;
  background:
    radial-gradient(ellipse at 48% 22%, rgba(134, 240, 196, 0.8), transparent 28%),
    radial-gradient(ellipse at 33% 35%, rgba(126, 183, 255, 0.58), transparent 30%),
    radial-gradient(ellipse at 72% 42%, rgba(82, 39, 255, 0.82), transparent 34%),
    radial-gradient(ellipse at 52% 56%, rgba(124, 255, 103, 0.44), transparent 30%),
    radial-gradient(ellipse at 50% 52%, rgba(0, 0, 0, 0.1), transparent 40%),
    linear-gradient(180deg, #04030f 0%, #08051f 48%, #000000 100%);
  background-size: 150% 150%, 140% 140%, 150% 150%, 130% 130%, auto, auto;
  background-position: 50% 24%, 34% 36%, 76% 42%, 50% 58%, center, center;
  opacity: 1;
  filter: blur(18px) saturate(1.28) brightness(0.98) contrast(1.04);
  transform: translate3d(0, 0, 0) scale(1.02);
  animation: homepageAuroraFlow 9s ease-in-out infinite alternate;
  will-change: transform, background-position, filter;
}

.hero.homepage-bg::after {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.05), transparent 32%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.14) 45%, rgba(0, 0, 0, 0.32)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(5, 6, 7, 0.2) 72%, #050607 100%);
}

@keyframes homepageAuroraFlow {
  0% {
    background-position: 48% 22%, 30% 38%, 78% 40%, 48% 58%, center, center;
    transform: translate3d(-2.2%, -1.2%, 0) scale(1.04) rotate(-1deg);
    filter: blur(18px) saturate(1.22) brightness(0.94) contrast(1.03);
  }

  45% {
    background-position: 52% 28%, 42% 32%, 66% 48%, 54% 50%, center, center;
    transform: translate3d(1.8%, 0.8%, 0) scale(1.08) rotate(1.2deg);
    filter: blur(20px) saturate(1.34) brightness(1.02) contrast(1.05);
  }

  100% {
    background-position: 55% 24%, 36% 42%, 70% 36%, 48% 62%, center, center;
    transform: translate3d(2.4%, -1.6%, 0) scale(1.05) rotate(-0.8deg);
    filter: blur(19px) saturate(1.28) brightness(0.98) contrast(1.04);
  }
}

.hero-inner,
.content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 110px 0 76px;
}

.vision-hero {
  min-height: 520px;
  align-items: center;
  background: #050607;
}

.vision-hero::before {
  background:
    radial-gradient(circle at 50% 35%, rgba(64, 255, 210, 0.24), transparent 34%),
    radial-gradient(circle at 14% 26%, rgba(82, 39, 255, 0.3), transparent 24%),
    radial-gradient(circle at 86% 28%, rgba(108, 97, 255, 0.33), transparent 26%),
    radial-gradient(circle at 50% 54%, rgba(0, 0, 0, 0.1), transparent 36%),
    var(--hero-image);
  background-size: auto, auto, auto, auto, cover;
  background-position: center, center, center, center, center;
  opacity: 1;
  filter: saturate(1.08) brightness(0.78) contrast(1.04);
}

.vision-hero::after {
  background:
    radial-gradient(circle at 50% 44%, rgba(134, 240, 196, 0.18), transparent 18%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.46)),
    linear-gradient(180deg, rgba(5, 6, 7, 0.1), #050607 96%);
}

.hero.homepage-bg.vision-hero::before {
  inset: -18%;
  background:
    radial-gradient(ellipse at 48% 22%, rgba(134, 240, 196, 0.8), transparent 28%),
    radial-gradient(ellipse at 33% 35%, rgba(126, 183, 255, 0.58), transparent 30%),
    radial-gradient(ellipse at 72% 42%, rgba(82, 39, 255, 0.82), transparent 34%),
    radial-gradient(ellipse at 52% 56%, rgba(124, 255, 103, 0.44), transparent 30%),
    radial-gradient(ellipse at 50% 52%, rgba(0, 0, 0, 0.1), transparent 40%),
    linear-gradient(180deg, #04030f 0%, #08051f 48%, #000000 100%);
  background-size: 150% 150%, 140% 140%, 150% 150%, 130% 130%, auto, auto;
  background-position: 50% 24%, 34% 36%, 76% 42%, 50% 58%, center, center;
  opacity: 1;
  filter: blur(18px) saturate(1.28) brightness(0.98) contrast(1.04);
  transform: translate3d(0, 0, 0) scale(1.02);
  animation: homepageAuroraFlow 9s ease-in-out infinite alternate;
  will-change: transform, background-position, filter;
}

.hero.homepage-bg.vision-hero::after {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.05), transparent 32%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.14) 45%, rgba(0, 0, 0, 0.32)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(5, 6, 7, 0.2) 72%, #050607 100%);
}

.vision-hero .hero-inner {
  padding: 84px 0 54px;
}

.vision-kicker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
}

.vision-kicker-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.page-link-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.page-link-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 14px 36px rgba(0, 0, 0, 0.2);
  transform-origin: center;
  transition:
    transform 220ms ease,
    background 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.page-link-row a:hover {
  color: #101214;
  background: #f5f7f8;
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px) scale(1.03);
}

.page-link-row a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #86f0c4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 860px;
  margin-bottom: 24px;
  font-size: clamp(40px, 7vw, 74px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.vision-hero h1 {
  max-width: 16ch;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.06;
}

.lead {
  max-width: 820px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 2.1vw, 22px);
  line-height: 1.8;
}

.content {
  padding: 44px 0 72px;
  position: relative;
  z-index: 1;
}

.section {
  padding: 54px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.section:first-child {
  border-top: 0;
}

.section h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.22;
}

.section p {
  max-width: 920px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vision-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
}

.card {
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.028)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.1), transparent 34%, rgba(134, 240, 196, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.card:hover::before {
  opacity: 1;
}

.statement-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(135deg, rgba(134, 240, 196, 0.16), rgba(255, 255, 255, 0.04) 42%, rgba(120, 145, 255, 0.13)),
    rgba(255, 255, 255, 0.045);
}

.statement-card strong {
  display: block;
  max-width: 720px;
  color: #fff;
  font-size: clamp(28px, 4.4vw, 48px);
  line-height: 1.24;
  letter-spacing: 0;
}

.statement-card p {
  max-width: 760px;
  margin-top: 24px;
  font-size: 17px;
}

.signal-card {
  min-height: 196px;
}

.signal-card .number {
  display: block;
  margin-bottom: 12px;
  color: #86f0c4;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}

.card h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.35;
}

.card p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
}

.list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.list li {
  padding: 17px 18px;
  border-left: 3px solid #86f0c4;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.78);
}

.timeline {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, #86f0c4, rgba(255, 255, 255, 0.14));
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
}

.timeline-dot {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(134, 240, 196, 0.42);
  border-radius: 999px;
  background: #0d1514;
  color: #86f0c4;
  font-size: 13px;
  font-weight: 800;
}

.timeline-panel {
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.timeline-panel h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.timeline-panel p {
  margin-bottom: 0;
  font-size: 15px;
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

.cta-band {
  margin-top: 36px;
  padding: 30px;
  border: 1px solid rgba(134, 240, 196, 0.2);
  border-radius: 26px;
  background:
    linear-gradient(120deg, rgba(134, 240, 196, 0.12), transparent 42%),
    linear-gradient(255deg, rgba(120, 145, 255, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.045);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.cta-band p {
  margin: 0;
  font-size: 16px;
}

.button {
  position: relative;
  display: inline-flex;
  width: auto;
  min-width: 8.75rem;
  cursor: pointer;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.72rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.18),
    0 14px 36px rgba(0, 0, 0, 0.22);
  isolation: isolate;
  contain: paint;
  transform-origin: center;
  transform: translateZ(0);
  will-change: transform;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.62);
  color: #0f1111;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.28),
    0 18px 44px rgba(0, 0, 0, 0.28);
}

.button-main {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.button-dot {
  position: relative;
  z-index: 0;
  height: 0.5rem;
  width: 0.5rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #ffffff;
  transform: translateZ(0) scale(1);
  will-change: transform;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.button:hover .button-dot,
.button:focus-visible .button-dot {
  transform: translateZ(0) scale(42);
}

.button-default {
  position: relative;
  z-index: 1;
  display: inline-block;
  white-space: nowrap;
  transition:
    transform 240ms ease,
    opacity 180ms ease;
}

.button:hover .button-default,
.button:focus-visible .button-default {
  opacity: 0;
  transform: translateX(3rem);
}

.button-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #0f1111;
  opacity: 0;
  transform: translateX(3rem);
  transition:
    transform 240ms ease,
    opacity 180ms ease;
}

.button-hover::after {
  content: "";
  width: 0.52rem;
  height: 0.52rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.button:hover .button-hover,
.button:focus-visible .button-hover {
  opacity: 1;
  transform: translateX(-0.3rem);
}


.site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.6);
  background:
    linear-gradient(180deg, rgba(3, 4, 5, 0.9), rgba(2, 3, 4, 0.98)),
    radial-gradient(circle at 18% 0%, rgba(134, 240, 196, 0.1), transparent 28%),
    radial-gradient(circle at 82% 0%, rgba(108, 97, 255, 0.1), transparent 24%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(134, 240, 196, 0.08), transparent 16%, transparent 84%, rgba(108, 97, 255, 0.08));
  opacity: 0.8;
}

.site-footer-inner,
.site-footer-bottom {
  position: relative;
  z-index: 1;
}

.site-footer-inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(150px, 0.68fr) minmax(170px, 0.72fr) minmax(0, 0.95fr);
  gap: 32px;
  font-size: 14px;
  align-items: start;
  justify-items: start;
}

.site-footer-brand,
.site-footer-group,
.site-footer-contact {
  align-self: start;
}

.site-footer-brand {
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-group {
  padding-inline: 8px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-contact {
  padding-left: 12px;
}

.site-footer-title,
.site-footer-column-title {
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer-brand p,
.site-footer-contact div,
.site-footer-note {
  margin: 0;
  line-height: 1.88;
}

.site-footer-brand p {
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer-note {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.48);
}

.site-footer-links-grid {
  display: grid;
  gap: 10px;
}

.site-footer-links-grid a,
.site-footer-links-grid span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transform-origin: left center;
  transition:
    transform 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.site-footer-links-grid a:hover,
.site-footer a:hover {
  color: #ffffff;
  transform: translateX(3px) scale(1.04);
}

.site-footer-bottom {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.46);
}

@media (max-width: 980px) {
  .site-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
  }

  .site-footer-brand,
  .site-footer-group {
    padding-right: 0;
    border-right: 0;
  }

  .site-footer-contact {
    padding-left: 0;
  }
}

@media (max-width: 620px) {
  .site-footer-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 34px 0 24px;
  }

  .site-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0 24px;
  }
}

@media (max-width: 820px) {
  .site-header-inner {
    min-height: auto;
    padding: 14px 0 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  .brand {
    white-space: normal;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .hero {
    min-height: 520px;
  }

  .vision-hero {
    min-height: 520px;
  }

  .hero-inner {
    padding: 82px 0 54px;
  }

  .vision-hero .hero-inner {
    padding: 78px 0 50px;
  }

  .grid,
  .grid.two,
  .vision-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}
