:root {
  --page-w: 1440px;
  --content-left: max(0px, calc((100vw - var(--page-w)) / 2));
  --bg-a: #07101f;
  --bg-b: #12386e;
  --bg-c: #2d256f;
  --bg-d: #155a7a;
  --text-main: #f4f8ff;
  --text-soft: #afc3e8;
  --text-dim: #8fa7d4;
  --stroke-blue: rgba(126, 219, 255, 0.34);
  --stroke-card: rgba(95, 143, 210, 0.27);
  --card-bg: rgba(13, 27, 51, 0.8);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #07101f;
}

body {
  margin: 0;
  min-width: 1180px;
  color: var(--text-main);
  font-family: "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", Arial, sans-serif;
  background:
    radial-gradient(780px 880px at 50% 0%, rgba(18, 56, 110, 0.96), transparent 68%),
    radial-gradient(720px 840px at 100% 0%, rgba(45, 37, 111, 0.9), transparent 64%),
    radial-gradient(860px 900px at 54% 23%, rgba(21, 90, 122, 0.74), transparent 70%),
    linear-gradient(180deg, #07101f 0%, #081326 31%, #07101f 55%, #081326 79%, #07101f 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.page {
  position: relative;
  width: 100%;
  min-height: 5200px;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(780px 880px at 50% 0%, rgba(18, 56, 110, 0.96), transparent 68%),
    radial-gradient(720px 840px at 100% 0%, rgba(45, 37, 111, 0.9), transparent 64%),
    radial-gradient(880px 900px at 0% 24%, rgba(8, 19, 38, 0.96), transparent 72%),
    radial-gradient(860px 900px at 54% 23%, rgba(21, 90, 122, 0.74), transparent 70%),
    radial-gradient(800px 880px at 100% 27%, rgba(83, 54, 166, 0.72), transparent 68%),
    radial-gradient(850px 940px at 0% 51%, rgba(7, 16, 31, 0.98), transparent 72%),
    radial-gradient(760px 920px at 48% 52%, rgba(11, 39, 74, 0.84), transparent 70%),
    radial-gradient(780px 920px at 100% 48%, rgba(31, 27, 88, 0.76), transparent 66%),
    radial-gradient(820px 980px at 0% 75%, rgba(8, 19, 38, 0.98), transparent 72%),
    radial-gradient(830px 980px at 52% 74%, rgba(18, 58, 94, 0.72), transparent 68%),
    radial-gradient(770px 980px at 100% 78%, rgba(58, 45, 122, 0.66), transparent 68%),
    linear-gradient(180deg, #07101f 0%, #081326 31%, #07101f 55%, #081326 79%, #07101f 100%);
}

.section {
  position: relative;
  width: 100%;
  scroll-margin-top: 120px;
}

.hero {
  height: 940px;
  clip-path: inset(0);
}

.hero-ambient {
  position: absolute;
  left: calc(var(--content-left) + 660px);
  top: 50px;
  width: 760px;
  height: 760px;
  object-fit: cover;
  opacity: 0.18;
  filter: blur(36px);
}

.hero-image {
  position: absolute;
  left: 0;
  top: 112px;
  width: 100%;
  height: 780px;
  object-fit: cover;
  opacity: 0.52;
}

.hero-feather-a {
  position: absolute;
  left: calc(var(--content-left) + 1160px);
  top: 612px;
  width: 250px;
  height: 120px;
  border-radius: 999px;
  background: rgba(7, 16, 31, 0.48);
  filter: blur(20px);
}

.nav-glass {
  position: fixed;
  top: 22px;
  left: 50%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100vw - 128px);
  min-width: 1354px;
  max-width: 1760px;
  height: 76px;
  margin-left: 0;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 82px;
  background:
    linear-gradient(105deg, rgba(173, 218, 255, 0.52), rgba(74, 126, 220, 0.34) 34%, rgba(108, 120, 255, 0.36) 70%, rgba(82, 165, 255, 0.32)) border-box,
    radial-gradient(520px 130px at 15% -28%, rgba(214, 239, 255, 0.16), transparent 68%),
    radial-gradient(760px 160px at 50% 0%, rgba(75, 108, 255, 0.28), transparent 72%),
    radial-gradient(620px 140px at 92% 0%, rgba(83, 158, 255, 0.18), transparent 72%),
    linear-gradient(180deg, rgba(30, 68, 125, 0.42), rgba(13, 30, 66, 0.68) 52%, rgba(8, 20, 46, 0.78)) padding-box;
  background-clip: border-box, padding-box, padding-box, padding-box;
  box-shadow:
    inset 0 1px 0 rgba(230, 247, 255, 0.24),
    inset 0 9px 20px rgba(111, 164, 255, 0.12),
    inset 0 -12px 28px rgba(2, 9, 28, 0.38),
    inset 12px 0 26px rgba(126, 176, 255, 0.07),
    inset -14px 0 30px rgba(88, 142, 255, 0.1),
    0 16px 42px rgba(2, 8, 23, 0.48),
    0 3px 12px rgba(74, 126, 220, 0.16);
  transform: translateX(-50%);
  backdrop-filter: blur(34px) saturate(1.3);
  overflow: hidden;
}

.nav-glass::before,
.nav-glass::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.nav-glass::before {
  inset: 1px 14px auto 14px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(225, 242, 255, 0.16), rgba(117, 166, 255, 0.05) 62%, transparent);
  mix-blend-mode: screen;
}

.nav-glass::after {
  left: 34px;
  right: 34px;
  bottom: 0;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(194, 226, 255, 0.12) 18%, rgba(94, 143, 255, 0.1) 50%, rgba(121, 166, 255, 0.12) 82%, transparent);
  filter: blur(0.25px);
  opacity: 0.62;
}

.brand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 318px;
  width: 318px;
  height: 56px;
  padding: 0 70px 0 14px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-size: 23px;
  font-weight: 900;
}

.brand::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -48px;
  right: -176px;
  top: -34px;
  bottom: -34px;
  border-radius: 999px;
  background:
    radial-gradient(260px 94px at 20% 48%, rgba(34, 71, 132, 0.22), transparent 74%),
    radial-gradient(340px 116px at 42% 52%, rgba(15, 39, 92, 0.26), transparent 78%),
    linear-gradient(90deg, rgba(8, 25, 64, 0.48), rgba(13, 40, 94, 0.27) 46%, rgba(31, 72, 140, 0.11) 74%, rgba(31, 72, 140, 0) 100%);
  filter: blur(34px);
  opacity: 0.88;
}

.brand::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -24px;
  top: -18px;
  width: 460px;
  height: 88px;
  border-radius: 999px;
  background:
    linear-gradient(114deg, transparent 0%, rgba(213, 235, 255, 0.11) 18%, rgba(107, 169, 255, 0.06) 34%, transparent 56%),
    radial-gradient(220px 38px at 24% 18%, rgba(255, 255, 255, 0.12), transparent 72%),
    radial-gradient(250px 54px at 8% 96%, rgba(83, 145, 230, 0.1), transparent 72%);
  filter: blur(18px);
  opacity: 0.48;
  mix-blend-mode: screen;
}

.brand img {
  position: relative;
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(79, 128, 255, 0.38));
}

.brand span {
  position: relative;
  text-shadow: 0 2px 10px rgba(2, 8, 24, 0.72);
}

.brand-cn {
  margin-left: 2px;
  color: #ff4f68;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow:
    0 0 12px rgba(255, 79, 104, 0.38),
    0 2px 10px rgba(2, 8, 24, 0.68);
}

.nav-links {
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 760px;
  height: 52px;
  gap: 0;
}

.nav-links a {
  position: relative;
  font-size: 16px;
  font-weight: 800;
  color: #dcebff;
  transition: color 180ms ease, transform 180ms ease;
}

.nav-links a:nth-child(2) { color: #c8d6ff; }
.nav-links a:nth-child(3) { color: #c4f1ff; }
.nav-links a:nth-child(4) { color: #cfe8ff; }
.nav-links a:nth-child(5) { color: #d4d9ff; }
.nav-links a:nth-child(6) { color: #bfefe7; }

.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 0;
  height: 2px;
  border-radius: 99px;
  background: #7edbff;
  opacity: 0;
  transform: translateX(-50%);
  transition: width 180ms ease, opacity 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: #ffffff;
  transform: translateY(-1px);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 18px;
  opacity: 0.9;
}

.nav-cta {
  width: 142px;
  height: 42px;
  border: 1px solid rgba(216, 245, 255, 0.4);
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(90deg, rgba(141, 226, 255, 0.8), rgba(93, 140, 255, 0.72) 62%, rgba(124, 134, 255, 0.6));
  box-shadow: 0 14px 34px rgba(72, 167, 255, 0.33);
  text-shadow: 0 1px 8px rgba(4, 12, 28, 0.45);
}

.hero-badge {
  position: absolute;
  left: calc(var(--content-left) + 92px);
  top: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 278px;
  height: 40px;
  border: 1px solid rgba(92, 175, 255, 0.37);
  border-radius: 999px;
  color: #bfe7ff;
  font-size: 15px;
  font-weight: 700;
  background: rgba(22, 43, 82, 0.72);
  backdrop-filter: blur(14px);
}

h1,
h2,
h3,
p {
  margin: 0;
}

.hero h1 {
  position: absolute;
  left: calc(var(--content-left) + 92px);
  top: 258px;
  width: 620px;
  color: var(--text-main);
  font-size: 76px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-copy {
  position: absolute;
  left: calc(var(--content-left) + 96px);
  top: 372px;
  width: 650px;
  color: #d9e9ff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  text-shadow: 0 2px 14px rgba(3, 10, 24, 0.82);
}

.hero-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -18px;
  top: -12px;
  width: 690px;
  height: calc(100% + 24px);
  border-radius: 26px;
  background: linear-gradient(90deg, rgba(5, 13, 30, 0.36), rgba(5, 13, 30, 0.18), rgba(5, 13, 30, 0));
  filter: blur(4px);
}

.hero-actions {
  position: absolute;
  left: calc(var(--content-left) + 96px);
  top: 580px;
  display: flex;
  gap: 24px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 58px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 900;
}

.primary-btn {
  border: 1px solid rgba(216, 245, 255, 0.5);
  color: #ffffff;
  background: linear-gradient(90deg, #8de2ff 0%, #3488ff 100%);
  box-shadow: 0 18px 40px rgba(72, 167, 255, 0.5);
}

.secondary-btn {
  border: 1px solid rgba(120, 185, 255, 0.33);
  color: #dcebff;
  background: rgba(16, 33, 61, 0.72);
  backdrop-filter: blur(14px);
}

.metrics {
  position: absolute;
  left: calc(var(--content-left) + 96px);
  top: 715px;
  display: flex;
  gap: 14px;
  width: 532px;
  height: 92px;
}

.metric {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(116, 182, 255, 0.2);
  border-radius: 24px;
  background: rgba(11, 24, 48, 0.72);
  backdrop-filter: blur(12px);
}

.metric strong {
  font-size: 26px;
  line-height: 1.25;
  color: #f4f8ff;
}

.metric strong.cyan { color: #7edbff; }
.metric strong.violet { color: #9ca6ff; }

.metric span {
  color: var(--text-dim);
  font-size: 13px;
  font-weight: 600;
}

.section-transition {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.transition-a {
  top: 840px;
  height: 220px;
  opacity: 0.22;
  background: linear-gradient(180deg, rgba(7, 16, 31, 0), rgba(7, 16, 31, 0.33), rgba(7, 16, 31, 0));
}

.transition-b {
  top: 1740px;
  height: 180px;
  opacity: 0.18;
  background: linear-gradient(180deg, rgba(7, 16, 31, 0), rgba(16, 33, 74, 0.27), rgba(7, 16, 31, 0));
}

.technology {
  height: 900px;
}

.eyebrow {
  color: #51a8ff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.technology > .eyebrow {
  position: absolute;
  left: calc(var(--content-left) + 80px);
  top: 88px;
}

.technology h2 {
  position: absolute;
  left: calc(var(--content-left) + 80px);
  top: 124px;
  width: 880px;
  font-size: 48px;
  line-height: 1.14;
  font-weight: 900;
}

.technology > .section-copy {
  position: absolute;
  left: calc(var(--content-left) + 82px);
  top: 246px;
  width: 850px;
  color: #9fb3da;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.capability-grid {
  position: absolute;
  left: calc(var(--content-left) + 80px);
  top: 370px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: 1280px;
  height: 360px;
}

.glass-card {
  border: 1px solid rgba(78, 114, 167, 0.33);
  background: rgba(16, 30, 57, 0.84);
  box-shadow: 0 22px 42px rgba(2, 10, 24, 0.3);
  backdrop-filter: blur(16px);
}

.capability-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  border-radius: 32px;
}

.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 22px;
}

.icon-box svg,
.trust-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-box svg {
  width: 30px;
  height: 30px;
}

.icon-box.cyan {
  color: #7edbff;
  border: 1px solid rgba(117, 207, 255, 0.33);
  background: #142d55;
}

.icon-box.violet {
  color: #9ca6ff;
  border: 1px solid rgba(156, 166, 255, 0.33);
  background: #1a2756;
}

.icon-box.blue {
  color: #51a8ff;
  border: 1px solid rgba(81, 168, 255, 0.33);
  background: #172745;
}

.capability-card h3 {
  font-size: 25px;
  font-weight: 900;
}

.capability-card p {
  width: 100%;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.proof-strip {
  position: absolute;
  left: calc(var(--content-left) + 80px);
  top: 780px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1280px;
  height: 72px;
  padding: 0 32px;
  border: 1px solid var(--stroke-card);
  border-radius: 28px;
  background: rgba(12, 26, 49, 0.8);
  backdrop-filter: blur(16px);
}

.proof-strip span {
  color: #dcebff;
  font-size: 16px;
  font-weight: 800;
}

.scheduling {
  height: 960px;
  clip-path: inset(0);
}

.schedule-ambient {
  position: absolute;
  left: calc(var(--content-left) + 640px);
  top: 24px;
  width: 760px;
  height: 790px;
  object-fit: cover;
  opacity: 0.22;
  filter: blur(38px);
}

.schedule-image {
  position: absolute;
  left: 0;
  top: 32px;
  width: 100%;
  height: 820px;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 7%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 7%, #000 86%, transparent 100%);
}

.scheduling > .eyebrow {
  position: absolute;
  left: calc(var(--content-left) + 80px);
  top: 90px;
  color: #7edbff;
}

.scheduling h2 {
  position: absolute;
  left: calc(var(--content-left) + 80px);
  top: 128px;
  width: 620px;
  font-size: 48px;
  line-height: 1.14;
  font-weight: 900;
}

.scheduling > .section-copy {
  position: absolute;
  left: calc(var(--content-left) + 82px);
  top: 250px;
  width: 650px;
  color: #d2e5ff;
  font-size: 18px;
  line-height: 1.55;
  text-shadow: 0 2px 14px rgba(3, 10, 24, 0.84);
}

.scheduling > .section-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -18px;
  top: -10px;
  width: 690px;
  height: calc(100% + 20px);
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(5, 13, 30, 0.34), rgba(5, 13, 30, 0.16), rgba(5, 13, 30, 0));
  filter: blur(4px);
}

.flow-list {
  position: absolute;
  left: calc(var(--content-left) + 80px);
  top: 400px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 590px;
  height: 390px;
}

.flow-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--stroke-card);
  border-radius: 28px;
  background: var(--card-bg);
  backdrop-filter: blur(14px);
}

.step {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  font-size: 20px;
  font-weight: 900;
}

.step-one {
  color: #7edbff;
  border: 1px solid rgba(126, 219, 255, 0.33);
  background: #14365e;
}

.step-two {
  color: #9ca6ff;
  border: 1px solid rgba(156, 166, 255, 0.33);
  background: #172b58;
}

.step-three {
  color: #29e1ce;
  border: 1px solid rgba(41, 225, 206, 0.33);
  background: #123a45;
}

.flow-card h3 {
  font-size: 20px;
  font-weight: 900;
}

.flow-card p {
  margin-top: 6px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.45;
}

.security {
  height: 980px;
  margin-top: 0;
  clip-path: inset(0);
}

.security-ambient {
  position: absolute;
  left: var(--content-left);
  top: 34px;
  width: 760px;
  height: 800px;
  object-fit: cover;
  opacity: 0.22;
  filter: blur(38px);
}

.security-image {
  position: absolute;
  left: 0;
  top: 111px;
  width: 100%;
  height: 789px;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 86%, transparent 100%);
}

.security-copy-block {
  position: absolute;
  left: calc(var(--content-left) + 738px);
  top: 150px;
  width: 640px;
}

.security-copy-block .eyebrow {
  color: #7edbff;
}

.security-copy-block h2 {
  margin-top: 20px;
  width: 640px;
  font-size: 46px;
  line-height: 1.16;
  font-weight: 900;
}

.security-copy-block .section-copy {
  margin-top: 20px;
  width: 600px;
  color: #9fb3da;
  font-size: 18px;
  line-height: 1.55;
}

.trust-list {
  position: absolute;
  left: calc(var(--content-left) + 740px);
  top: 460px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 600px;
  height: 330px;
}

.trust-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 24px;
  border: 1px solid var(--stroke-card);
  border-radius: 28px;
  background: var(--card-bg);
  backdrop-filter: blur(14px);
}

.trust-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
}

.trust-icon.cyan { color: #7edbff; }
.trust-icon.violet { color: #9ca6ff; }
.trust-icon.teal { color: #29e1ce; }

.trust-card h3 {
  font-size: 19px;
  font-weight: 900;
}

.trust-card p {
  margin-top: 4px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.45;
}

.final {
  height: 1420px;
  clip-path: inset(0);
}

.cta-ambient {
  position: absolute;
  left: calc(var(--content-left) + 36px);
  top: 18px;
  width: 1368px;
  height: 560px;
  object-fit: cover;
  opacity: 0.2;
  filter: blur(38px);
}

.cta-image {
  position: absolute;
  left: calc(var(--content-left) + 54px);
  top: 36px;
  width: 1332px;
  height: 500px;
  object-fit: cover;
  opacity: 0.9;
  filter: drop-shadow(0 22px 58px rgba(75, 114, 255, 0.14));
}

.cta-feather {
  position: absolute;
  inset: 0 0 auto 0;
  height: 620px;
  background:
    radial-gradient(520px 260px at 58% 44%, rgba(7, 16, 31, 0), rgba(7, 16, 31, 0.76) 78%),
    linear-gradient(90deg, rgba(7, 16, 31, 1), rgba(7, 16, 31, 0.44), rgba(7, 16, 31, 0), rgba(7, 16, 31, 1)),
    linear-gradient(180deg, rgba(7, 16, 31, 1), rgba(7, 16, 31, 0), rgba(7, 16, 31, 1));
}

.cta-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 620px;
  background: linear-gradient(90deg, rgba(7, 16, 31, 0.91), rgba(7, 16, 31, 0.6), rgba(7, 16, 31, 0.13));
}

.final > h2 {
  position: absolute;
  left: calc(var(--content-left) + 142px);
  top: 174px;
  width: 620px;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 900;
}

.cta-copy {
  position: absolute;
  left: calc(var(--content-left) + 145px);
  top: 310px;
  width: 690px;
  color: #bfd2f0;
  font-size: 18px;
  line-height: 1.55;
}

.cta-main {
  position: absolute;
  left: calc(var(--content-left) + 145px);
  top: 430px;
  color: #ffffff;
  text-shadow: 0 1px 8px rgba(4, 12, 28, 0.45);
}

.legal {
  position: absolute;
  left: 0;
  top: 650px;
  width: 100%;
}

.legal > h2 {
  margin-left: calc(var(--content-left) + 80px);
  width: 620px;
  font-size: 42px;
  line-height: 1.16;
  font-weight: 900;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 1280px;
  height: 380px;
  margin: 48px 0 0 calc(var(--content-left) + 80px);
}

.legal-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  border-radius: 30px;
  border-color: var(--stroke-card);
  background: var(--card-bg);
  backdrop-filter: blur(14px);
  scroll-margin-top: 140px;
}

.legal-card h3 {
  font-size: 22px;
  font-weight: 900;
}

.legal-card p {
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.7;
}

.footer {
  position: absolute;
  left: calc(var(--content-left) + 80px);
  bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1280px;
  height: 120px;
  padding: 0 24px;
  border: 1px solid var(--stroke-card);
  border-radius: 34px;
  background: rgba(11, 24, 48, 0.8);
}

.footer-logo {
  color: var(--text-main);
  font-size: 24px;
  font-weight: 900;
}

.footer-links {
  display: flex;
  gap: 28px;
}

.footer a,
.footer span {
  color: #9fb3da;
  font-size: 15px;
  font-weight: 700;
}

.footer span {
  color: #7d8fbd;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 32px;
  z-index: 100;
  min-width: 320px;
  padding: 15px 22px;
  border: 1px solid rgba(126, 219, 255, 0.34);
  border-radius: 22px;
  color: #dcebff;
  text-align: center;
  background: rgba(10, 24, 46, 0.88);
  box-shadow: 0 18px 52px rgba(2, 10, 24, 0.52);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 20px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
