:root {
  --bg: #140b18;
  --bg-deep: #0d0711;
  --bg-panel: rgba(28, 14, 34, 0.8);
  --bg-panel-strong: rgba(38, 18, 42, 0.92);
  --line: rgba(255, 190, 220, 0.18);
  --line-strong: rgba(255, 220, 236, 0.36);
  --text: #f6e9f1;
  --muted: #c7b3c0;
  --cyan: #f6c2db;
  --blue: #f0a6c8;
  --violet: #c98ab6;
  --magenta: #f2b4d4;
  --white-glow: rgba(255, 235, 246, 0.7);
  --shadow: 0 32px 120px rgba(16, 6, 18, 0.62);
  --radius-xl: 32px;
  --radius-lg: 26px;
  --radius-md: 22px;
  --content: min(1240px, calc(100% - 48px));
  --content-narrow: min(980px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font: 500 16px/1.65 "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;
  background:
    radial-gradient(circle at 52% 18%, rgba(78, 32, 62, 0.42), transparent 50%),
    radial-gradient(circle at 72% 36%, rgba(98, 44, 78, 0.2), transparent 42%),
    radial-gradient(circle at 24% 55%, rgba(62, 24, 50, 0.22), transparent 44%),
    linear-gradient(180deg, #120914 0%, #24101d 42%, #3c1a31 54%, #24101d 70%, #120914 100%);
  overflow-x: hidden;
}

body.has-cookie-banner {
  padding-bottom: 188px;
}

body.cookie-modal-open {
  overflow: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.32'/%3E%3C/svg%3E");
  opacity: 0.12;
  mix-blend-mode: soft-light;
}

body::after {
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0) 40%, rgba(5, 2, 10, 0.55) 100%);
  opacity: 0.78;
}

.ambient,
.ambient-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.ambient-one,
.ambient-two {
  filter: blur(40px);
  opacity: 0.9;
}

.ambient-one {
  background:
    radial-gradient(circle at 16% 16%, rgba(196, 116, 172, 0.26), transparent 26%),
    radial-gradient(circle at 68% 24%, rgba(184, 112, 182, 0.2), transparent 24%);
  animation: driftOne 18s ease-in-out infinite alternate;
}

.ambient-two {
  background:
    radial-gradient(circle at 78% 72%, rgba(242, 180, 212, 0.18), transparent 28%),
    radial-gradient(circle at 28% 78%, rgba(214, 132, 186, 0.12), transparent 26%);
  animation: driftTwo 24s ease-in-out infinite alternate;
}

.ambient-grid {
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.06), transparent 58%),
    linear-gradient(rgba(242, 180, 212, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 180, 212, 0.035) 1px, transparent 1px);
  background-size: auto, 120px 120px, 120px 120px;
  transform: perspective(1800px) rotateX(76deg) translateY(-18%);
  transform-origin: top center;
  opacity: 0.3;
}

.sakura-backdrop,
.sakura-petals,
.sakura-dust {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.sakura-glow {
  position: absolute;
  inset: -10% 0 0;
  background:
    radial-gradient(circle at 48% 18%, rgba(255, 232, 244, 0.34), transparent 52%),
    radial-gradient(circle at 62% 30%, rgba(246, 194, 219, 0.18), transparent 44%),
    radial-gradient(circle at 22% 52%, rgba(174, 102, 142, 0.14), transparent 42%);
  opacity: 0.66;
  filter: blur(14px);
}

.sakura-bokeh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 30%, rgba(255, 235, 246, 0.18), transparent 16%),
    radial-gradient(circle at 70% 22%, rgba(255, 214, 235, 0.12), transparent 14%),
    radial-gradient(circle at 85% 55%, rgba(255, 214, 235, 0.16), transparent 18%),
    radial-gradient(circle at 55% 70%, rgba(255, 214, 235, 0.12), transparent 20%);
  opacity: 0.6;
}

.sakura-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)' opacity='0.28'/%3E%3C/svg%3E");
  opacity: 0.12;
  mix-blend-mode: soft-light;
}

.sakura-vignette {
  position: absolute;
  inset: -10%;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 40%, rgba(6, 2, 8, 0.55) 100%);
  opacity: 0.65;
}

.sakura-petals {
  z-index: 1;
  overflow: hidden;
}

.sakura-petal {
  position: absolute;
  top: -12vh;
  left: var(--petal-x, 50%);
  width: var(--petal-size, 14px);
  height: calc(var(--petal-size, 14px) * 0.7);
  background: linear-gradient(135deg, rgba(255, 232, 244, 0.9), rgba(240, 166, 202, 0.6));
  border-radius: 60% 40% 60% 40%;
  opacity: var(--petal-opacity, 0.6);
  filter: blur(var(--petal-blur, 0px));
  box-shadow: 0 0 12px rgba(255, 210, 231, 0.35);
  transform: rotate(var(--petal-rotate, 20deg));
  animation: sakura-fall var(--petal-duration, 18s) linear infinite;
  animation-delay: var(--petal-delay, 0s);
}

.sakura-dust {
  z-index: 0;
}

.sakura-dust-particle {
  position: absolute;
  width: var(--dust-size, 3px);
  height: var(--dust-size, 3px);
  left: var(--dust-x, 40%);
  top: var(--dust-y, 30%);
  opacity: var(--dust-opacity, 0.4);
  background: rgba(255, 232, 244, 0.6);
  border-radius: 50%;
  filter: blur(0.3px);
  animation: sakura-drift var(--dust-duration, 12s) ease-in-out infinite;
  animation-delay: var(--dust-delay, 0s);
}

@keyframes sakura-fall {
  0% {
    transform: translate3d(0, -10vh, 0) rotate(var(--petal-rotate, 0deg));
  }
  100% {
    transform: translate3d(var(--petal-drift, 40px), 120vh, 0) rotate(calc(var(--petal-rotate, 0deg) + 160deg));
  }
}

@keyframes sakura-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(12px, -6px, 0);
  }
}

.sakura-scene {
  position: relative;
  width: min(640px, 100%);
  min-height: 620px;
  aspect-ratio: 1 / 1.06;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 24px;
  border-radius: 42px;
  border: 1px solid rgba(255, 215, 235, 0.14);
  background:
    radial-gradient(circle at 76% 22%, rgba(255, 228, 242, 0.16), transparent 22%),
    radial-gradient(circle at 70% 34%, rgba(217, 135, 184, 0.16), transparent 30%),
    radial-gradient(circle at 22% 72%, rgba(116, 54, 92, 0.16), transparent 30%),
    linear-gradient(160deg, rgba(33, 14, 34, 0.96), rgba(18, 9, 22, 0.96) 54%, rgba(11, 6, 14, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 38px 90px rgba(16, 6, 18, 0.46);
  isolation: isolate;
  overflow: hidden;
}

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

.sakura-scene::before {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 235, 246, 0.07), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%, transparent 72%, rgba(255, 255, 255, 0.02));
  z-index: 0;
}

.sakura-scene::after {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.84), transparent 92%);
  opacity: 0.32;
  z-index: 0;
}

.sakura-scene__frame {
  position: absolute;
  inset: 16px;
  border-radius: 32px;
  border: 1px solid rgba(255, 225, 239, 0.08);
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 235, 246, 0.06), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0) 24%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -40px 80px rgba(10, 5, 12, 0.36);
  z-index: 1;
}

.sakura-haze {
  position: absolute;
  right: -12%;
  top: 10%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 34%, rgba(255, 234, 245, 0.28), transparent 18%),
    radial-gradient(circle at 52% 46%, rgba(237, 168, 208, 0.26), transparent 30%),
    radial-gradient(circle at 64% 64%, rgba(174, 102, 142, 0.22), transparent 44%);
  filter: blur(34px);
  opacity: 0.84;
  z-index: 2;
}

.sakura-lights {
  position: absolute;
  right: 12%;
  bottom: 10%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 239, 247, 0.14), transparent 32%),
    radial-gradient(circle at 55% 55%, rgba(215, 132, 186, 0.18), transparent 56%);
  filter: blur(20px);
  opacity: 0.9;
  z-index: 2;
}

.sakura-mist {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.78;
  mix-blend-mode: screen;
  z-index: 3;
}

.sakura-mist-one {
  right: 20%;
  top: 18%;
  width: 180px;
  height: 58px;
  background: linear-gradient(90deg, rgba(255, 242, 248, 0), rgba(255, 220, 236, 0.28), rgba(255, 242, 248, 0));
  animation: sakuraMistFloat 11s ease-in-out infinite;
}

.sakura-mist-two {
  right: 14%;
  top: 44%;
  width: 220px;
  height: 72px;
  background: linear-gradient(90deg, rgba(255, 242, 248, 0), rgba(235, 171, 207, 0.18), rgba(255, 242, 248, 0));
  animation: sakuraMistFloat 14s ease-in-out infinite reverse;
}

.sakura-branch {
  position: absolute;
  inset: 0;
  z-index: 4;
  transform-origin: top right;
}

.sakura-stem {
  position: absolute;
  display: block;
  height: 10px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(121, 64, 86, 0.12), rgba(92, 44, 66, 0.96) 16%, rgba(62, 28, 48, 0.98) 74%, rgba(33, 13, 24, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 218, 233, 0.1),
    0 0 18px rgba(28, 12, 22, 0.22);
}

.sakura-branch-main .stem-main {
  top: 12%;
  right: 6%;
  width: 330px;
  transform: rotate(144deg);
}

.sakura-branch-main .stem-a {
  top: 23%;
  right: 22%;
  width: 148px;
  transform: rotate(192deg);
}

.sakura-branch-main .stem-b {
  top: 34%;
  right: 12%;
  width: 138px;
  transform: rotate(124deg);
}

.sakura-branch-main .stem-c {
  top: 46%;
  right: 24%;
  width: 122px;
  transform: rotate(188deg);
}

.sakura-branch-main .stem-d {
  top: 18%;
  right: 40%;
  width: 126px;
  transform: rotate(214deg);
}

.sakura-branch-main .stem-e {
  top: 58%;
  right: 16%;
  width: 102px;
  transform: rotate(146deg);
}

.sakura-branch-secondary {
  opacity: 0.86;
}

.sakura-branch-secondary .stem-main {
  top: 16%;
  right: 22%;
  width: 238px;
  transform: rotate(164deg);
}

.sakura-branch-secondary .stem-a {
  top: 22%;
  right: 42%;
  width: 120px;
  transform: rotate(218deg);
}

.sakura-branch-secondary .stem-b {
  top: 38%;
  right: 28%;
  width: 112px;
  transform: rotate(172deg);
}

.sakura-branch-secondary .stem-c {
  top: 52%;
  right: 34%;
  width: 84px;
  transform: rotate(208deg);
}

.sakura-branch-tertiary {
  opacity: 0.54;
}

.sakura-branch-tertiary .stem-main {
  top: 8%;
  right: 14%;
  width: 162px;
  transform: rotate(130deg);
}

.sakura-branch-tertiary .stem-a {
  top: 12%;
  right: 26%;
  width: 76px;
  transform: rotate(196deg);
}

.sakura-branch-tertiary .stem-b {
  top: 26%;
  right: 18%;
  width: 86px;
  transform: rotate(126deg);
}

.sakura-bloom {
  position: absolute;
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 245, 249, 0.94) 0 17%, transparent 18%),
    radial-gradient(circle at 23% 39%, rgba(255, 220, 236, 0.96) 0 17%, transparent 18%),
    radial-gradient(circle at 77% 39%, rgba(255, 220, 236, 0.96) 0 17%, transparent 18%),
    radial-gradient(circle at 34% 76%, rgba(245, 188, 218, 0.94) 0 17%, transparent 18%),
    radial-gradient(circle at 66% 76%, rgba(245, 188, 218, 0.94) 0 17%, transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(255, 247, 210, 0.94) 0 8%, transparent 9%),
    radial-gradient(circle at 50% 50%, rgba(255, 214, 235, 0.08), transparent 72%);
  filter: drop-shadow(0 0 10px rgba(255, 216, 236, 0.28));
  animation: sakuraBloomPulse 7s ease-in-out infinite;
}

.sakura-bloom::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 231, 242, 0.24), transparent 68%);
  z-index: -1;
}

.sakura-bloom-large {
  width: 54px;
}

.sakura-bloom-small {
  width: 30px;
}

.sakura-branch-main .bloom-a {
  top: 10%;
  right: 2%;
}

.sakura-branch-main .bloom-b {
  top: 20%;
  right: 17%;
}

.sakura-branch-main .bloom-c {
  top: 28%;
  right: 31%;
}

.sakura-branch-main .bloom-d {
  top: 31%;
  right: 9%;
}

.sakura-branch-main .bloom-e {
  top: 46%;
  right: 18%;
}

.sakura-branch-main .bloom-f {
  top: 56%;
  right: 28%;
}

.sakura-branch-main .bloom-g {
  top: 68%;
  right: 14%;
}

.sakura-branch-secondary .bloom-a {
  top: 14%;
  right: 20%;
}

.sakura-branch-secondary .bloom-b {
  top: 18%;
  right: 38%;
}

.sakura-branch-secondary .bloom-c {
  top: 38%;
  right: 26%;
}

.sakura-branch-secondary .bloom-d {
  top: 49%;
  right: 34%;
}

.sakura-branch-secondary .bloom-e {
  top: 57%;
  right: 21%;
}

.sakura-branch-tertiary .bloom-a {
  top: 7%;
  right: 10%;
}

.sakura-branch-tertiary .bloom-b {
  top: 18%;
  right: 25%;
}

.sakura-branch-tertiary .bloom-c {
  top: 28%;
  right: 16%;
}

.sakura-hero-petals,
.sakura-sparkles {
  position: absolute;
  inset: 0;
}

.sakura-hero-petals {
  z-index: 5;
}

.sakura-scene-petal {
  position: absolute;
  left: var(--scene-petal-x, 72%);
  top: var(--scene-petal-y, 18%);
  width: var(--scene-petal-size, 18px);
  height: calc(var(--scene-petal-size, 18px) * 0.72);
  border-radius: 68% 42% 64% 38%;
  background:
    radial-gradient(circle at 28% 30%, rgba(255, 247, 252, 0.9), transparent 36%),
    linear-gradient(135deg, rgba(255, 232, 244, 0.94), rgba(242, 180, 212, 0.46));
  opacity: var(--scene-petal-opacity, 0.5);
  filter: blur(var(--scene-petal-blur, 0px));
  box-shadow: 0 0 14px rgba(255, 210, 231, 0.3);
  transform: rotate(var(--scene-petal-rotate, 0deg));
  animation: sakuraScenePetalDrift var(--scene-petal-duration, 11s) ease-in-out infinite;
  animation-delay: var(--scene-petal-delay, 0s);
}

.sakura-sparkles {
  z-index: 6;
}

.sakura-scene-spark {
  position: absolute;
  left: var(--spark-x, 72%);
  top: var(--spark-y, 28%);
  width: var(--spark-size, 6px);
  height: var(--spark-size, 6px);
  border-radius: 50%;
  background: rgba(255, 245, 249, 0.96);
  box-shadow:
    0 0 12px rgba(255, 221, 239, 0.62),
    0 0 28px rgba(255, 221, 239, 0.2);
  opacity: var(--spark-opacity, 0.7);
  animation: sakuraSparkTwinkle var(--spark-duration, 5.2s) ease-in-out infinite;
  animation-delay: var(--spark-delay, 0s);
}

.sakura-scene-spark::before,
.sakura-scene-spark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(var(--spark-size, 6px) * 2.6);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 236, 245, 0.9), transparent);
  transform: translate(-50%, -50%);
}

.sakura-scene-spark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

@keyframes sakuraMistFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-16px, 10px, 0);
  }
}

@keyframes sakuraBloomPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.92;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes sakuraScenePetalDrift {
  0% {
    transform: translate3d(0, 0, 0) rotate(var(--scene-petal-rotate, 0deg));
  }
  50% {
    transform: translate3d(var(--scene-petal-drift-x, -26px), var(--scene-petal-drift-y, 38px), 0)
      rotate(calc(var(--scene-petal-rotate, 0deg) + 62deg));
  }
  100% {
    transform: translate3d(calc(var(--scene-petal-drift-x, -26px) * 1.4), calc(var(--scene-petal-drift-y, 38px) * 1.8), 0)
      rotate(calc(var(--scene-petal-rotate, 0deg) + 118deg));
  }
}

@keyframes sakuraSparkTwinkle {
  0%,
  100% {
    transform: scale(0.82);
    opacity: 0.3;
  }
  45% {
    transform: scale(1.18);
    opacity: 0.95;
  }
  70% {
    transform: scale(0.96);
    opacity: 0.62;
  }
}

@media (max-width: 980px) {
  .sakura-scene {
    min-height: 560px;
  }

  .sakura-haze {
    right: -18%;
    width: 360px;
    height: 360px;
  }

  .sakura-branch-main .stem-main {
    width: 282px;
  }

  .sakura-branch-secondary {
    opacity: 0.72;
  }
}

@media (max-width: 720px) {
  .sakura-scene {
    min-height: 420px;
    padding: 16px;
    border-radius: 32px;
  }

  .sakura-scene__frame {
    inset: 10px;
    border-radius: 24px;
  }

  .sakura-haze {
    top: 8%;
    right: -24%;
    width: 280px;
    height: 280px;
    opacity: 0.76;
  }

  .sakura-lights {
    right: -2%;
    bottom: 0;
    width: 240px;
    height: 240px;
  }

  .sakura-mist-two,
  .sakura-branch-tertiary {
    display: none;
  }

  .sakura-branch-main .stem-main {
    top: 14%;
    right: -3%;
    width: 220px;
  }

  .sakura-branch-main .stem-a {
    right: 16%;
    width: 108px;
  }

  .sakura-branch-main .stem-b {
    right: 8%;
    width: 96px;
  }

  .sakura-branch-main .stem-c {
    right: 20%;
    width: 88px;
  }

  .sakura-bloom-large {
    width: 46px;
  }

  .sakura-bloom {
    width: 36px;
  }

  .sakura-bloom-small {
    width: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sakura-petal,
  .sakura-dust-particle,
  .sakura-mist,
  .sakura-bloom,
  .sakura-scene-petal,
  .sakura-scene-spark {
    animation: none;
  }
}

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

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
strong,
.button,
.hero-kicker,
.panel-label,
.card-index,
.location-badge {
  font-family: "Segoe UI Variable Display", "Segoe UI", sans-serif;
  letter-spacing: -0.05em;
}

.section,
.topbar,
.footer {
  width: var(--content);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-block;
  color: rgba(246, 207, 229, 0.76);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.topbar {
  position: sticky;
  top: 16px;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(32, 14, 38, 0.78);
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  box-shadow:
    0 24px 64px rgba(20, 6, 22, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  z-index: 80;
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease,
    padding 0.28s ease;
}

body.is-scrolled .topbar {
  padding: 13px 18px;
  background: rgba(32, 14, 38, 0.94);
  border-color: var(--line-strong);
  box-shadow:
    0 24px 72px rgba(18, 4, 20, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-lockup strong {
  display: block;
  font-size: 1.08rem;
}

.brand-mark {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  filter: drop-shadow(0 0 18px rgba(242, 180, 212, 0.24));
}

.topnav,
.cta-row,
.signal-chips,
.footer-links,
.cookie-banner__actions,
.cookie-modal__actions,
.system-signals,
.panel-routes,
.cta-links,
.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.topnav {
  justify-content: center;
  flex: 1 1 auto;
}

.topnav a {
  color: var(--muted);
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    color 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    transform 0.24s ease;
}

.topnav a:hover,
.topnav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
  border-color: rgba(242, 180, 212, 0.2);
  background: rgba(242, 180, 212, 0.08);
  transform: translateY(-1px);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  transition:
    transform 0.24s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease,
    color 0.28s ease;
}

.button::before,
.signal-chip::before,
.location-card::before,
.tariff-card::before,
.essence-card::before,
.system-card::before,
.cta-panel::before,
.bridge-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(110deg, transparent 22%, rgba(255, 255, 255, 0.18) 50%, transparent 78%);
  transform: translateX(-140%);
  transition: transform 0.92s cubic-bezier(.2, .8, .2, 1);
  pointer-events: none;
}

.button:hover::before,
.signal-chip:hover::before,
.location-card:hover::before,
.tariff-card:hover::before,
.essence-card:hover::before,
.system-card:hover::before,
.cta-panel:hover::before,
.bridge-panel:hover::before {
  transform: translateX(140%);
}

.button-primary {
  color: var(--text);
  border-color: rgba(255, 220, 236, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 220, 236, 0.08), rgba(255, 220, 236, 0) 42%),
    linear-gradient(135deg, rgba(84, 34, 66, 0.96), rgba(54, 22, 44, 0.96) 54%, rgba(38, 14, 32, 0.98) 100%);
  box-shadow:
    0 18px 48px rgba(24, 8, 22, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.button-ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(84, 34, 66, 0.18);
}

.button-soft {
  color: var(--text);
  border-color: rgba(255, 220, 236, 0.12);
  background: rgba(84, 34, 66, 0.26);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-large {
  min-width: min(100%, 380px);
  min-height: 64px;
  padding: 18px 32px;
  font-size: 1.02rem;
}

.section {
  padding: 54px 0;
  scroll-margin-top: 118px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 124px);
  padding-top: 46px;
}

.hero-copy {
  position: relative;
  max-width: 620px;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: -12%;
  top: 18%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 194, 219, 0.2), transparent 68%);
  filter: blur(18px);
  z-index: -1;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(242, 180, 212, 0.16);
  border-radius: 999px;
  background: rgba(56, 24, 46, 0.68);
  color: var(--cyan);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03), 0 12px 40px rgba(34, 10, 28, 0.4);
}

.hero h1 {
  margin: 20px 0 18px;
  max-width: 11ch;
  font-size: clamp(2.45rem, 4.7vw, 4.85rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1.01;
  text-wrap: balance;
}

.hero-text,
.section-head p,
.essence-card p,
.system-card p,
.location-card p,
.cta-panel p,
.cookie-banner__copy p,
.cookie-option p,
.legal-hero p {
  color: var(--muted);
}

.legal-body .prose p,
.legal-body .prose li,
.legal-body .prose blockquote {
  color: var(--text);
}

.cta-row {
  margin-top: 28px;
}

.signal-chips {
  margin-top: 28px;
}

.signal-chip {
  position: relative;
  overflow: hidden;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 233, 244, 0.88);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.28s ease;
}

.signal-chip:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  box-shadow: 0 18px 36px rgba(46, 16, 40, 0.35);
}

.hero-stage {
  min-height: 620px;
  display: grid;
  place-items: center;
}

.cosmos-scene {
  position: relative;
  width: min(620px, 100%);
  aspect-ratio: 1 / 1.04;
  border-radius: 38px;
  border: 1px solid rgba(125, 166, 255, 0.14);
  background:
    radial-gradient(circle at 28% 20%, rgba(196, 116, 172, 0.14), transparent 22%),
    radial-gradient(circle at 76% 24%, rgba(184, 112, 182, 0.18), transparent 24%),
    linear-gradient(145deg, rgba(6, 10, 24, 0.96), rgba(6, 11, 24, 0.68));
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

.cosmos-scene::before,
.cosmos-scene::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.cosmos-scene::before {
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 180, 212, 0.08), transparent 68%);
  filter: blur(24px);
}

.cosmos-scene::after {
  inset: 0;
  background:
    linear-gradient(transparent 0, rgba(255, 255, 255, 0.03) 50%, transparent 100%),
    radial-gradient(circle at 16% 26%, rgba(255, 255, 255, 0.18) 0 1px, transparent 1.4px),
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1.4px),
    radial-gradient(circle at 72% 64%, rgba(255, 255, 255, 0.1) 0 1px, transparent 1.4px);
  opacity: 0.34;
}

.scene-nebula,
.network-web,
.planet-shell,
.hero-panel {
  position: absolute;
}

.scene-nebula {
  border-radius: 50%;
  filter: blur(18px);
}

.scene-nebula-one {
  inset: 8% auto auto 10%;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle, rgba(242, 180, 212, 0.18), transparent 72%);
  animation: particleDrift 14s ease-in-out infinite;
}

.scene-nebula-two {
  inset: auto 12% 12% auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(184, 112, 182, 0.18), transparent 72%);
  animation: particleDrift 18s ease-in-out infinite reverse;
}

.network-web {
  inset: 0;
}

.network-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 180, 212, 0.3), transparent);
  transform-origin: left center;
  opacity: 0.6;
}

.line-one {
  top: 28%;
  left: 12%;
  width: 54%;
  transform: rotate(12deg);
}

.line-two {
  top: 54%;
  left: 26%;
  width: 44%;
  transform: rotate(-14deg);
}

.line-three {
  top: 68%;
  left: 18%;
  width: 42%;
  transform: rotate(6deg);
}

.network-node {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(223, 236, 255, 0.95);
  box-shadow:
    0 0 0 5px rgba(242, 180, 212, 0.08),
    0 0 18px rgba(242, 180, 212, 0.48);
  animation: nodePulse 4.2s ease-in-out infinite;
}

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

.node-two {
  top: 35%;
  right: 18%;
  animation-delay: -1.1s;
}

.node-three {
  bottom: 26%;
  left: 28%;
  animation-delay: -2.2s;
}

.node-four {
  bottom: 18%;
  right: 24%;
  animation-delay: -0.7s;
}

.scene-particles {
  position: absolute;
  inset: 0;
}

.particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(233, 244, 255, 0.9);
  box-shadow: 0 0 22px rgba(242, 180, 212, 0.38);
  opacity: 0.5;
  animation: particleDrift 14s ease-in-out infinite;
}

.particle-one,
.particle-three,
.particle-five {
  width: 4px;
  height: 4px;
}

.particle-two,
.particle-four {
  width: 6px;
  height: 6px;
}

.particle-six {
  width: 3px;
  height: 3px;
}

.particle-one {
  top: 16%;
  left: 66%;
}

.particle-two {
  top: 24%;
  left: 78%;
  animation-delay: -2s;
}

.particle-three {
  top: 62%;
  left: 12%;
  animation-delay: -4.5s;
}

.particle-four {
  bottom: 18%;
  right: 14%;
  animation-delay: -1.4s;
}

.particle-five {
  bottom: 30%;
  left: 16%;
  animation-delay: -3.8s;
}

.particle-six {
  top: 44%;
  right: 22%;
  animation-delay: -6.2s;
}

.planet-shell {
  inset: 14% 14% 14% 14%;
  display: grid;
  place-items: center;
}

.planet-halo,
.planet-glow {
  position: absolute;
  border-radius: 50%;
}

.planet-halo {
  width: 86%;
  height: 86%;
  background: radial-gradient(circle, rgba(242, 180, 212, 0.18), rgba(184, 112, 182, 0.08) 42%, transparent 70%);
  filter: blur(24px);
  animation: haloPulse 8s ease-in-out infinite;
}

.planet-glow-inner {
  width: 62%;
  height: 62%;
  border: 1px solid rgba(242, 180, 212, 0.12);
}

.planet-glow-outer {
  width: 88%;
  height: 88%;
  border: 1px solid rgba(184, 112, 182, 0.12);
}

.planet-orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(137, 178, 255, 0.16);
}

.orbit-major {
  transform: rotate(-10deg);
  animation: orbitSpin 16s linear infinite;
}

.orbit-minor {
  inset: 10%;
  border-color: rgba(184, 112, 182, 0.16);
  transform: rotate(18deg);
  animation: orbitSpinReverse 22s linear infinite;
}

.satellite {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), white);
  box-shadow:
    0 0 0 4px rgba(242, 180, 212, 0.12),
    0 0 18px rgba(242, 180, 212, 0.42);
}

.satellite-two {
  background: linear-gradient(135deg, #d5c4ff, var(--violet));
  box-shadow:
    0 0 0 4px rgba(184, 112, 182, 0.12),
    0 0 18px rgba(184, 112, 182, 0.42);
}

.planet-core {
  position: relative;
  width: clamp(240px, 44vw, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.2), transparent 24%),
    radial-gradient(circle at 50% 40%, rgba(242, 180, 212, 0.16), transparent 52%),
    linear-gradient(140deg, rgba(14, 23, 52, 0.95), rgba(10, 17, 40, 0.95));
  border: 1px solid rgba(146, 185, 255, 0.18);
  box-shadow:
    inset 0 -24px 70px rgba(3, 7, 18, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 100px rgba(4, 10, 28, 0.5);
  animation: heroFloat 12s ease-in-out infinite;
}

.planet-core::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  border: 1px solid rgba(242, 180, 212, 0.1);
}

.planet-shine {
  position: absolute;
  inset: 10% 16% auto auto;
  width: 24%;
  height: 24%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34), transparent 72%);
  filter: blur(8px);
}

.planet-mark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.planet-logo {
  width: 36%;
  filter:
    drop-shadow(0 0 18px rgba(242, 180, 212, 0.35))
    drop-shadow(0 0 30px rgba(184, 112, 182, 0.24));
}

.hero-panel {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border: 1px solid rgba(144, 180, 255, 0.16);
  border-radius: 22px;
  background: rgba(8, 13, 32, 0.6);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 22px 48px rgba(2, 6, 20, 0.32);
}

.hero-panel-primary {
  top: 10%;
  left: 6%;
  max-width: 240px;
}

.hero-panel-secondary {
  right: 7%;
  bottom: 12%;
  min-width: 190px;
}

.panel-label {
  color: var(--cyan);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-panel strong {
  font-size: 1.24rem;
  letter-spacing: -0.05em;
}

.hero-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.panel-routes span {
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(224, 232, 255, 0.88);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marquee-band {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(242, 180, 212, 0.08);
  border-bottom: 1px solid rgba(242, 180, 212, 0.08);
  background: linear-gradient(90deg, rgba(34, 14, 40, 0.94), rgba(56, 24, 46, 0.76), rgba(34, 14, 40, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 48px;
  padding: 16px 0;
  white-space: nowrap;
  animation: marqueeSlide 24s linear infinite;
}

.marquee-track span {
  color: rgba(242, 180, 212, 0.9);
  font-family: "Bahnschrift", "Segoe UI Variable Display", "Segoe UI", sans-serif;
  font-size: clamp(0.84rem, 1.2vw, 0.98rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow:
    0 0 12px rgba(242, 180, 212, 0.26),
    0 0 24px rgba(184, 112, 182, 0.14);
}

.section-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.section-head-centered {
  text-align: center;
  margin-inline: auto;
}

.section-head h2,
.system-card h2,
.cta-panel h2,
.legal-hero h1 {
  margin: 12px 0 10px;
  font-size: clamp(1.72rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1.03;
  text-wrap: balance;
}

.essence-grid,
.locations-grid,
.tariffs-grid,
.faq-grid,
.contact-docs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

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

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

.contact-docs {
  grid-template-columns: repeat(4, minmax(0, max-content));
  gap: 10px;
}

.essence-card,
.system-card,
.location-card,
.tariff-card,
.faq-card,
.contact-card,
.bridge-panel,
.cta-panel,
.legal-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 220, 236, 0.06), rgba(255, 220, 236, 0.01)),
    rgba(28, 12, 32, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.essence-card:hover,
.system-card:hover,
.location-card:hover,
.tariff-card:hover,
.faq-card:hover,
.contact-card:hover,
.bridge-panel:hover,
.cta-panel:hover,
.legal-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-strong);
  box-shadow: 0 42px 110px rgba(18, 4, 20, 0.56);
}

.essence-card {
  padding: 28px;
}

.tariff-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  min-height: 100%;
}

.faq-card {
  padding: 26px 28px;
}

.contact-card {
  display: grid;
  gap: 18px;
  max-width: 840px;
  margin: 0 auto;
  padding: 28px;
}

.contact-line {
  display: grid;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(242, 180, 212, 0.08);
}

.contact-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-label {
  color: var(--cyan);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-card strong,
.contact-card a {
  font-size: 1.08rem;
}

.contact-docs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(242, 180, 212, 0.14);
  border-radius: 999px;
  background: rgba(242, 180, 212, 0.08);
}

.faq-card h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  line-height: 1.15;
}

.faq-card p {
  margin: 0;
  color: var(--text-muted);
}

.tariff-card.is-featured {
  border-color: rgba(242, 180, 212, 0.34);
  box-shadow:
    0 0 0 1px rgba(242, 180, 212, 0.12),
    0 36px 100px rgba(24, 6, 24, 0.58);
}

.tariff-kicker {
  display: inline-flex;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(242, 180, 212, 0.14);
  background: rgba(242, 180, 212, 0.06);
  color: rgba(246, 228, 238, 0.92);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tariff-card h3 {
  margin: 0;
  font-size: 1.32rem;
}

.tariff-price {
  color: var(--text);
  font-family: "Bahnschrift", "Segoe UI Variable Display", "Segoe UI", sans-serif;
  font-size: clamp(1.76rem, 2.7vw, 2.45rem);
  letter-spacing: 0.04em;
  text-shadow:
    0 0 16px rgba(242, 180, 212, 0.18),
    0 0 32px rgba(184, 112, 182, 0.14);
}

.tariff-meta {
  margin: 0;
  color: var(--muted);
}

.tariff-card .button {
  width: 100%;
  margin-top: auto;
}

.card-index {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(242, 180, 212, 0.74);
  font-family: "Bahnschrift", "Segoe UI Variable Display", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.essence-card h3,
.location-card strong {
  margin: 0 0 10px;
  font-size: 1.48rem;
}

.system-section {
  padding-top: 20px;
}

.bridge-section {
  padding-top: 28px;
}

.bridge-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.86fr);
  gap: 26px;
  align-items: stretch;
  padding: clamp(28px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top left, rgba(242, 180, 212, 0.11), transparent 38%),
    radial-gradient(circle at bottom right, rgba(195, 167, 255, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 220, 236, 0.05), rgba(255, 220, 236, 0.015)),
    rgba(28, 12, 32, 0.88);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.bridge-shell::before {
  content: "";
  position: absolute;
  inset: 24px auto 24px calc(58% - 1px);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(242, 180, 212, 0.2), transparent);
  pointer-events: none;
}

.bridge-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 8px 14px 8px 4px;
}

.bridge-copy h2 {
  margin: 0;
  max-width: 15ch;
  font-size: clamp(1.62rem, 2.65vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1.06;
  text-wrap: balance;
}

.bridge-copy__lead,
.bridge-copy__story {
  margin: 0;
  max-width: 62ch;
}

.bridge-copy__lead {
  color: rgba(248, 232, 241, 0.94);
  font-size: 1.05rem;
}

.bridge-flow {
  display: grid;
  gap: 14px;
}

.bridge-flow__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 22px;
  border: 1px solid rgba(242, 180, 212, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.bridge-flow__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(242, 180, 212, 0.1);
  color: var(--cyan);
  font-family: "Bahnschrift", "Segoe UI Variable Display", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bridge-flow__item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.bridge-flow__item p {
  margin: 0;
  color: var(--muted);
}

.bridge-panel {
  position: relative;
  display: grid;
  gap: 16px;
  padding: clamp(26px, 4vw, 34px);
}

.bridge-status,
.bridge-result__label {
  color: var(--cyan);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bridge-panel h3 {
  margin: 0;
  font-size: clamp(1.22rem, 1.9vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.08;
  text-wrap: balance;
}

.bridge-note,
.bridge-hint {
  margin: 0;
  color: var(--muted);
}

.bridge-request {
  width: 100%;
}

.bridge-hint a {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: rgba(242, 180, 212, 0.32);
  text-underline-offset: 3px;
}

.bridge-feedback {
  padding: 13px 16px;
  border-radius: 18px;
  border: 1px solid rgba(242, 180, 212, 0.14);
  background: rgba(242, 180, 212, 0.06);
  color: rgba(248, 232, 241, 0.94);
}

.bridge-feedback--error {
  border-color: rgba(255, 125, 164, 0.24);
  background: rgba(255, 125, 164, 0.08);
  color: #ffd7e8;
}

.bridge-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.bridge-result {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(242, 180, 212, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

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

.bridge-result__meta strong {
  display: block;
  margin-top: 6px;
  font-size: 1.02rem;
}

.bridge-key-output {
  width: 100%;
  min-height: 180px;
  resize: vertical;
  padding: 16px 18px;
  border: 1px solid rgba(242, 180, 212, 0.14);
  border-radius: 22px;
  background: rgba(24, 10, 28, 0.92);
  color: var(--text);
  font: 500 0.92rem/1.55 "Segoe UI Variable Text", "Segoe UI", "Trebuchet MS", sans-serif;
}

.bridge-key-output:focus {
  outline: 2px solid rgba(242, 180, 212, 0.36);
  outline-offset: 2px;
}

.bridge-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.bridge-result__bot-row {
  display: grid;
  place-items: center;
  width: 100%;
  text-align: center;
}

.bridge-result__bot-link {
  display: flex;
  justify-content: center;
  width: max-content;
  margin-inline: auto;
}

.system-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 4vw, 40px);
}

.system-copy {
  max-width: 680px;
}

.system-signals {
  justify-content: flex-end;
}

.system-signals span {
  padding: 11px 15px;
  border-radius: 999px;
  border: 1px solid rgba(242, 180, 212, 0.15);
  background: rgba(242, 180, 212, 0.05);
  color: rgba(246, 230, 239, 0.92);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-card {
  padding: 28px;
}

.location-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.location-badge {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(242, 180, 212, 0.18), rgba(184, 112, 182, 0.14));
  border: 1px solid rgba(242, 180, 212, 0.18);
  color: rgba(246, 230, 239, 0.92);
  font-family: "Bahnschrift", "Segoe UI Variable Display", "Segoe UI", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.16em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 36px rgba(26, 8, 24, 0.34);
}

.location-heading span:last-child {
  color: var(--muted);
}

.final-cta .cta-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: clamp(34px, 5vw, 54px);
  text-align: center;
}

.final-cta .cta-panel p {
  max-width: 640px;
  margin: 0;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 22px 0 44px;
  color: var(--muted);
}

.footer-copy {
  display: grid;
  gap: 4px;
  justify-items: center;
  text-align: center;
}

.footer-copy a {
  color: var(--text);
}

.footer strong {
  color: var(--text);
  font-size: 1.08rem;
}

.footer-links {
  justify-content: center;
}

.footer-links a {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    border-color 0.24s ease,
    background 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}

.legal-body .topbar {
  margin-bottom: 18px;
}

.legal-shell {
  width: var(--content);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.legal-hero {
  max-width: 840px;
  padding-top: 34px;
}

.legal-links {
  margin-top: 26px;
}

.legal-section {
  padding-top: 8px;
}

.legal-card {
  padding: clamp(24px, 3vw, 42px);
}

.error-404 {
  min-height: clamp(320px, 48vh, 460px);
  display: grid;
  place-items: center;
  gap: 18px;
  text-align: center;
  padding: clamp(20px, 4vw, 32px);
}

.error-404__code {
  display: inline-block;
  font-family: "Segoe UI Variable Display", "Segoe UI", sans-serif;
  font-size: clamp(5rem, 16vw, 9rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
  color: #ffe7f3;
  text-shadow:
    0 0 28px rgba(242, 180, 212, 0.18),
    0 18px 54px rgba(12, 4, 14, 0.34);
}

.error-404__title {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.05;
}

.error-404__text {
  max-width: 34rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.error-404__action {
  margin-top: 6px;
  min-width: min(100%, 240px);
}

.prose h1,
.prose h2,
.prose h3 {
  margin: 1.4em 0 0.55em;
  line-height: 1.08;
}

.prose h1:first-child,
.prose h2:first-child,
.prose h3:first-child {
  margin-top: 0;
}

.prose p,
.prose ul,
.prose ol,
.prose blockquote {
  margin: 0 0 1rem;
}

.prose ul,
.prose ol {
  padding-left: 1.25rem;
}

.prose code {
  display: inline-block;
  padding: 0.18rem 0.42rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--cyan);
  font-size: 0.94em;
}

.prose blockquote {
  padding: 0.9rem 1rem;
  border-left: 3px solid rgba(242, 180, 212, 0.42);
  background: rgba(255, 255, 255, 0.04);
}

.prose a:not(.button) {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prose figure {
  margin: 0;
}

.prose figcaption {
  margin-top: 0.85rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.prose img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  border: 1px solid rgba(242, 180, 212, 0.14);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 22px 44px rgba(4, 10, 24, 0.28);
}

.manual-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 1.4rem 0 1.9rem;
}

.manual-grid,
.manual-download-grid,
.manual-shot-grid {
  display: grid;
  gap: 18px;
  margin: 1.5rem 0 1.9rem;
}

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

.manual-download-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.manual-shot-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.manual-card,
.manual-download-card,
.manual-shot {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(242, 180, 212, 0.12);
  background:
    linear-gradient(145deg, rgba(38, 16, 40, 0.92), rgba(26, 10, 28, 0.74));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 56px rgba(20, 6, 18, 0.32);
}

.manual-card,
.manual-download-card {
  padding: 22px;
}

.manual-shot {
  padding: 16px;
}

.manual-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(242, 180, 212, 0.18);
  color: var(--cyan);
  background: rgba(242, 180, 212, 0.08);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.manual-card h3,
.manual-download-card strong {
  margin: 16px 0 10px;
  display: block;
  color: var(--text);
  font: 700 1.12rem/1.2 "Segoe UI Variable Display", "Segoe UI", sans-serif;
  letter-spacing: -0.03em;
}

.manual-card p,
.manual-download-card span,
.manual-shot figcaption {
  color: var(--muted);
}

.manual-download-card {
  min-height: 172px;
  text-decoration: none;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.manual-download-card:hover,
.manual-download-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(242, 180, 212, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 28px 60px rgba(4, 10, 24, 0.36);
}

.manual-note {
  margin: 1.2rem 0 1.6rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(242, 180, 212, 0.16);
  background: rgba(242, 180, 212, 0.05);
}

.manual-note--warning {
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(214, 132, 186, 0.12), rgba(242, 180, 212, 0.05));
}

.cookie-banner,
.cookie-modal__card {
  border: 1px solid var(--line-strong);
  background: rgba(30, 12, 34, 0.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) auto;
  gap: 20px 26px;
  align-items: center;
  padding: 24px 28px;
  border-radius: 28px;
}

.cookie-banner__copy strong,
.cookie-modal__head h3,
.cookie-option strong {
  display: block;
  font: 700 1.08rem/1.2 "Segoe UI Variable Display", "Segoe UI", sans-serif;
  letter-spacing: -0.03em;
}

.cookie-banner__copy a,
.cookie-option a {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-modal[hidden],
.cookie-banner[hidden] {
  display: none !important;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
}

.cookie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 4, 14, 0.72);
}

.cookie-modal__card {
  position: relative;
  width: min(720px, calc(100% - 32px));
  margin: 10vh auto 0;
  padding: 28px;
  border-radius: 28px;
}

.cookie-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.cookie-modal__head h3 {
  margin: 10px 0 0;
}

.cookie-modal__close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 1.4rem;
  cursor: pointer;
}

.cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.cookie-option:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.cookie-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.88rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.cookie-chip.is-locked {
  border: 1px solid rgba(242, 180, 212, 0.2);
  color: var(--cyan);
}

.cookie-option--toggle {
  cursor: pointer;
}

.cookie-toggle {
  flex: 0 0 auto;
  display: inline-flex;
}

.cookie-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cookie-toggle span {
  position: relative;
  width: 62px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.22s ease, border-color 0.22s ease;
}

.cookie-toggle span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: white;
  transition: transform 0.22s ease;
}

.cookie-toggle input:checked + span {
  background: linear-gradient(135deg, rgba(106, 42, 82, 0.98), rgba(66, 26, 52, 0.98));
  border-color: transparent;
}

.cookie-toggle input:checked + span::after {
  transform: translateX(26px);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.reveal-enhanced .reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(10px);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(.2, .8, .2, 1),
    filter 0.9s ease;
}

.reveal-enhanced .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes driftOne {
  from {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
  to {
    transform: translate3d(3%, 2%, 0) scale(1.06);
  }
}

@keyframes driftTwo {
  from {
    transform: translate3d(1%, 1%, 0) scale(1);
  }
  to {
    transform: translate3d(-3%, -2%, 0) scale(1.08);
  }
}

@keyframes orbitSpin {
  from {
    transform: rotate(-10deg);
  }
  to {
    transform: rotate(350deg);
  }
}

@keyframes orbitSpinReverse {
  from {
    transform: rotate(18deg);
  }
  to {
    transform: rotate(-342deg);
  }
}

@keyframes haloPulse {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.03);
    opacity: 1;
  }
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes particleDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.42;
  }
  50% {
    transform: translate3d(10px, -16px, 0) scale(1.12);
    opacity: 0.74;
  }
}

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

@keyframes marqueeSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-33.333% - 16px));
  }
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero h1 {
    max-width: 11ch;
  }

  .hero-stage {
    min-height: 560px;
  }

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

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

  .bridge-shell {
    grid-template-columns: 1fr;
  }

  .bridge-shell::before {
    display: none;
  }
}

@media (max-width: 900px) {
  :root {
    --content: min(100% - 28px, 100%);
    --content-narrow: min(100% - 28px, 100%);
  }

  .topbar {
    position: static;
    flex-direction: column;
    align-items: stretch;
    border-radius: 28px;
  }

  .topnav,
  .cookie-banner__actions,
  .cookie-modal__actions,
  .footer-links {
    justify-content: center;
  }

  .topbar .button-primary {
    width: 100%;
  }

  .system-card,
  .footer {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: center;
  }

  .locations-grid,
  .essence-grid,
  .faq-grid,
  .tariffs-grid,
  .contact-docs,
  .bridge-result__meta,
  .manual-grid,
  .manual-download-grid,
  .manual-shot-grid,
  .manual-shot-grid--two {
    grid-template-columns: 1fr;
  }

  .system-signals {
    justify-content: flex-start;
  }

  .hero {
    gap: 28px;
    padding-top: 18px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.8rem);
  }

  .hero-stage {
    min-height: 460px;
  }

  .bridge-copy {
    padding-right: 0;
  }

  .bridge-copy h2 {
    max-width: 100%;
  }

  .hero-panel-primary {
    top: 10%;
    left: 5%;
  }

  .hero-panel-secondary {
    right: 5%;
    bottom: 8%;
  }

  .cookie-banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .cookie-modal__card {
    width: calc(100% - 20px);
    margin-top: 6vh;
    padding: 22px;
  }

  body.has-cookie-banner {
    padding-bottom: 270px;
  }

  .legal-body .ambient,
  .legal-body .ambient-grid {
    display: none;
  }

  .legal-card {
    background: rgba(8, 13, 31, 0.96);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (max-width: 680px) {
  .topnav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .topnav a {
    text-align: center;
    padding-inline: 8px;
  }

  .hero-copy::before {
    width: 180px;
    height: 180px;
  }

  .signal-chips {
    gap: 10px;
  }

  .signal-chip {
    font-size: 0.76rem;
  }

  .hero-stage {
    min-height: 380px;
  }

  .cosmos-scene {
    aspect-ratio: 1 / 1.1;
  }

  .hero-panel {
    padding: 14px 16px;
    border-radius: 18px;
  }

  .hero-panel-primary {
    max-width: 180px;
  }

  .hero-panel-secondary {
    min-width: 150px;
  }

  .hero-panel p {
    font-size: 0.88rem;
  }

  .planet-core {
    width: min(62vw, 260px);
  }

  .scene-nebula,
  .network-web {
    opacity: 0.72;
  }

  .particle-four,
  .particle-five,
  .particle-six {
    display: none;
  }

  .marquee-track {
    padding: 14px 0;
    gap: 30px;
  }

  .section {
    padding: 40px 0;
  }

  .cta-row,
  .cta-links,
  .bridge-result__actions,
  .manual-action-row {
    width: 100%;
  }

  .cta-row .button,
  .cta-links .button,
  .bridge-result__actions .button,
  .manual-action-row .button {
    flex: 1 1 100%;
  }

  .bridge-result__bot-link {
    width: max-content;
    margin-inline: auto;
  }

  .bridge-flow__item {
    grid-template-columns: 1fr;
  }

  .final-cta .cta-panel {
    padding: 28px 22px;
  }

  .footer {
    align-items: center;
  }

  .footer-links {
    justify-content: center;
  }

  .cookie-option {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Refined hero sakura scene */
.sakura-scene {
  width: min(660px, 100%);
  min-height: 640px;
  padding: 24px;
  border-radius: 44px;
  border: 1px solid rgba(255, 222, 239, 0.14);
  background:
    radial-gradient(circle at 70% 22%, rgba(255, 230, 242, 0.12), transparent 20%),
    radial-gradient(circle at 78% 32%, rgba(226, 142, 189, 0.15), transparent 32%),
    radial-gradient(circle at 28% 78%, rgba(90, 34, 72, 0.22), transparent 28%),
    linear-gradient(160deg, rgba(31, 13, 32, 0.98), rgba(17, 9, 22, 0.98) 54%, rgba(9, 5, 13, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -40px 96px rgba(10, 5, 12, 0.38),
    0 42px 98px rgba(14, 5, 17, 0.48);
}

.sakura-scene::before {
  background:
    linear-gradient(135deg, rgba(255, 238, 248, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.018));
}

.sakura-scene::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.18;
}

.sakura-scene__frame {
  inset: 16px;
  border-radius: 34px;
  border: 1px solid rgba(255, 228, 241, 0.08);
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 241, 247, 0.06), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0) 26%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -24px 54px rgba(7, 3, 10, 0.22);
}

.sakura-haze {
  right: -8%;
  top: 8%;
  width: 420px;
  height: 420px;
  background:
    radial-gradient(circle at 36% 34%, rgba(255, 239, 247, 0.2), transparent 18%),
    radial-gradient(circle at 54% 46%, rgba(230, 152, 196, 0.24), transparent 30%),
    radial-gradient(circle at 66% 64%, rgba(151, 82, 128, 0.18), transparent 44%);
  filter: blur(42px);
  opacity: 0.82;
}

.sakura-lights {
  right: 10%;
  bottom: 8%;
  width: 340px;
  height: 340px;
  background:
    radial-gradient(circle, rgba(255, 244, 250, 0.12), transparent 32%),
    radial-gradient(circle at 55% 55%, rgba(218, 136, 188, 0.14), transparent 60%);
  filter: blur(30px);
  opacity: 0.88;
}

.sakura-mist {
  filter: blur(22px);
  opacity: 0.64;
  mix-blend-mode: screen;
}

.sakura-mist-one {
  right: 18%;
  top: 18%;
  width: 190px;
  height: 62px;
  background: linear-gradient(90deg, rgba(255, 244, 250, 0), rgba(255, 219, 236, 0.22), rgba(255, 244, 250, 0));
}

.sakura-mist-two {
  right: 12%;
  top: 44%;
  width: 230px;
  height: 74px;
  background: linear-gradient(90deg, rgba(255, 244, 250, 0), rgba(233, 173, 209, 0.18), rgba(255, 244, 250, 0));
}

.sakura-scene__ring,
.sakura-scene__orb,
.sakura-scene__shimmer,
.sakura-scene__art {
  position: absolute;
  pointer-events: none;
}

.sakura-scene__ring {
  right: 2%;
  top: 10%;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px solid rgba(255, 221, 238, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 0 26px rgba(255, 216, 236, 0.012);
  opacity: 0.7;
  z-index: 3;
}

.sakura-scene__orb {
  right: 14%;
  bottom: 16%;
  width: 248px;
  height: 248px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 34%, rgba(255, 246, 251, 0.18), transparent 18%),
    radial-gradient(circle at 52% 52%, rgba(255, 209, 229, 0.14), transparent 48%),
    radial-gradient(circle at 65% 68%, rgba(150, 73, 122, 0.16), transparent 70%);
  filter: blur(6px);
  opacity: 0.72;
  z-index: 3;
  animation: sakuraOrbPulse 12s ease-in-out infinite;
}

.sakura-scene__art {
  top: 2%;
  right: -1%;
  width: min(540px, 84%);
  max-width: none;
  transform-origin: right top;
}

.sakura-scene__art--back {
  z-index: 3;
  opacity: 0.24;
  filter: blur(20px) saturate(1.04);
  transform: scale(1.06) translate3d(-10px, 18px, 0);
  animation: sakuraArtFloat 16s ease-in-out infinite reverse;
}

.sakura-scene__art--main {
  z-index: 4;
  opacity: 0.98;
  filter:
    drop-shadow(0 14px 40px rgba(15, 5, 16, 0.36))
    drop-shadow(0 0 32px rgba(255, 208, 229, 0.08));
  animation: sakuraArtFloat 18s ease-in-out infinite;
}

.sakura-scene__shimmer {
  inset: 0;
  z-index: 5;
  background:
    linear-gradient(118deg, transparent 32%, rgba(255, 245, 250, 0.08) 48%, transparent 62%),
    radial-gradient(circle at 74% 22%, rgba(255, 250, 252, 0.08), transparent 18%);
  mix-blend-mode: screen;
  opacity: 0.7;
  animation: sakuraShimmerSweep 13s ease-in-out infinite;
}

.sakura-hero-petals,
.sakura-sparkles {
  z-index: 6;
}

.sakura-scene-petal {
  left: var(--scene-petal-x, 74%);
  top: var(--scene-petal-y, 18%);
  width: var(--scene-petal-size, 18px);
  height: calc(var(--scene-petal-size, 18px) * 0.74);
  border-radius: 70% 42% 62% 38%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 250, 252, 0.92), transparent 32%),
    linear-gradient(135deg, rgba(255, 236, 246, 0.94), rgba(242, 181, 214, 0.48));
  box-shadow: 0 0 20px rgba(255, 214, 233, 0.2);
}

.sakura-scene-spark {
  box-shadow:
    0 0 16px rgba(255, 233, 243, 0.72),
    0 0 30px rgba(255, 233, 243, 0.2);
}

@keyframes sakuraArtFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(-12px, 10px, 0) rotate(-1deg);
  }
}

@keyframes sakuraOrbPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.68;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.84;
  }
}

@keyframes sakuraShimmerSweep {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.46;
  }
  50% {
    transform: translate3d(-10px, 6px, 0);
    opacity: 0.82;
  }
}

@media (max-width: 980px) {
  .sakura-scene {
    min-height: 560px;
  }

  .sakura-scene__art {
    width: min(500px, 86%);
    right: -5%;
  }

  .sakura-scene__ring {
    width: 370px;
    height: 370px;
    right: 0;
  }
}

@media (max-width: 720px) {
  .sakura-scene {
    min-height: 420px;
    padding: 16px;
    border-radius: 32px;
  }

  .sakura-scene__frame {
    inset: 10px;
    border-radius: 24px;
  }

  .sakura-scene__art {
    width: min(420px, 92%);
    right: -10%;
    top: 8%;
  }

  .sakura-scene__ring {
    width: 280px;
    height: 280px;
    right: 4%;
    top: 16%;
    opacity: 0.46;
  }

  .sakura-scene__orb {
    width: 180px;
    height: 180px;
    right: 14%;
    bottom: 12%;
  }

  .sakura-mist-two {
    display: none;
  }
}

/* Sakura globe hero scene */
.sakura-scene {
  --scene-shift-x: 0px;
  --scene-shift-y: 0px;
  --scene-tilt-x: 0deg;
  --scene-tilt-y: 0deg;
  position: relative;
  width: min(700px, 100%);
  min-height: 660px;
  padding: 34px 24px 30px;
  display: grid;
  place-items: center;
  perspective: 1600px;
  border-radius: 48px;
  border: 1px solid rgba(255, 221, 239, 0.12);
  background:
    radial-gradient(circle at 68% 18%, rgba(244, 179, 218, 0.2), transparent 20%),
    radial-gradient(circle at 20% 24%, rgba(122, 50, 112, 0.22), transparent 34%),
    radial-gradient(circle at 48% 82%, rgba(63, 19, 62, 0.54), transparent 44%),
    linear-gradient(160deg, rgba(36, 11, 35, 0.98), rgba(23, 8, 25, 0.98) 56%, rgba(11, 4, 14, 1));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -38px 96px rgba(12, 4, 14, 0.34),
    0 42px 110px rgba(12, 4, 16, 0.5);
  overflow: hidden;
  isolation: isolate;
}

.sakura-scene::before,
.sakura-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sakura-scene::before {
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 244, 250, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.015));
  z-index: 0;
}

.sakura-scene::after {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.05) 0 1.2px, transparent 1.4px),
    radial-gradient(circle at 82% 24%, rgba(255, 238, 247, 0.06) 0 1px, transparent 1.4px),
    radial-gradient(circle at 74% 68%, rgba(255, 238, 247, 0.04) 0 1px, transparent 1.3px);
  opacity: 0.6;
  z-index: 0;
}

.sakura-scene__halo,
.sakura-scene__ambient {
  position: absolute;
  pointer-events: none;
  will-change: transform, opacity;
}

.sakura-scene__halo {
  right: 2%;
  top: 5%;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 44%, rgba(255, 236, 247, 0.22), transparent 12%),
    radial-gradient(circle at 52% 48%, rgba(245, 176, 228, 0.24), transparent 34%),
    radial-gradient(circle at 50% 52%, rgba(173, 88, 160, 0.2), transparent 58%);
  filter: blur(48px);
  opacity: 0.9;
  transform: translate3d(calc(var(--scene-shift-x) * 0.22), calc(var(--scene-shift-y) * 0.22), 0);
  z-index: 1;
  animation: sakuraHaloBreathe 18s ease-in-out infinite;
}

.sakura-scene__ambient {
  border-radius: 999px;
  mix-blend-mode: screen;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.sakura-scene__ambient--one {
  left: 7%;
  top: 16%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(245, 180, 224, 0.18), transparent 72%);
  filter: blur(18px);
  opacity: 0.72;
  transform: translate3d(calc(var(--scene-shift-x) * -0.16), calc(var(--scene-shift-y) * -0.12), 0);
  z-index: 1;
  animation: sakuraAmbientFloat 20s ease-in-out infinite;
}

.sakura-scene__ambient--two {
  right: 6%;
  bottom: 10%;
  width: 280px;
  height: 110px;
  background: linear-gradient(90deg, rgba(255, 243, 249, 0), rgba(255, 210, 235, 0.18), rgba(255, 243, 249, 0));
  filter: blur(18px);
  opacity: 0.86;
  transform: translate3d(calc(var(--scene-shift-x) * 0.18), calc(var(--scene-shift-y) * 0.16), 0);
  z-index: 2;
  animation: sakuraAmbientFloat 24s ease-in-out infinite reverse;
}

.sakura-scene__ambient--three {
  right: 8%;
  top: 14%;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(255, 244, 249, 0.14), transparent 68%);
  filter: blur(14px);
  opacity: 0.62;
  transform: translate3d(calc(var(--scene-shift-x) * 0.12), calc(var(--scene-shift-y) * 0.1), 0);
  z-index: 2;
  animation: sakuraAmbientFloat 16s ease-in-out infinite;
}

.sakura-scene__glass {
  position: relative;
  width: min(540px, 90%);
  aspect-ratio: 1 / 1;
  border-radius: 42px;
  border: 1px solid rgba(255, 226, 241, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025) 22%, rgba(23, 8, 22, 0.28) 100%),
    linear-gradient(155deg, rgba(62, 21, 58, 0.56), rgba(20, 7, 22, 0.38) 64%, rgba(10, 4, 14, 0.52) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -28px 64px rgba(12, 5, 16, 0.38),
    0 40px 84px rgba(12, 4, 18, 0.44),
    0 0 0 1px rgba(255, 221, 238, 0.03);
  backdrop-filter: blur(24px) saturate(1.04);
  -webkit-backdrop-filter: blur(24px) saturate(1.04);
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  z-index: 4;
  animation: sakuraGlassFloat 20s ease-in-out infinite;
}

.sakura-scene__glass::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 41px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 24% 20%, rgba(255, 247, 251, 0.05), transparent 28%);
  pointer-events: none;
  z-index: 0;
}

.sakura-scene__frame {
  position: absolute;
  inset: 13px;
  border-radius: 32px;
  border: 1px solid rgba(255, 226, 241, 0.11);
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 243, 249, 0.04), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -34px 70px rgba(10, 4, 14, 0.32);
  z-index: 1;
}

.sakura-scene__pulse,
.sakura-scene__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sakura-scene__pulse {
  inset: 12% 12%;
  border-radius: 36px;
  background:
    radial-gradient(circle at 56% 48%, rgba(255, 245, 250, 0.16), transparent 14%),
    radial-gradient(circle at 56% 49%, rgba(240, 179, 250, 0.18), transparent 30%),
    radial-gradient(circle at 56% 50%, rgba(154, 87, 194, 0.14), transparent 58%);
  filter: blur(18px);
  mix-blend-mode: screen;
  opacity: 0.82;
  z-index: 2;
  animation: sakuraPulseGlow 13s ease-in-out infinite;
}

.sakura-scene__glow {
  inset: -8%;
  background:
    radial-gradient(circle at 56% 46%, rgba(255, 222, 244, 0.16), transparent 16%),
    radial-gradient(circle at 56% 50%, rgba(220, 148, 222, 0.18), transparent 34%);
  filter: blur(28px);
  opacity: 0.66;
  z-index: 2;
}

.sakura-scene__art {
  position: absolute;
  inset: 2.5%;
  width: 95%;
  height: 95%;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
  pointer-events: none;
  user-select: none;
  will-change: transform, opacity;
}

.sakura-scene__art--back {
  z-index: 2;
  opacity: 0.22;
  filter: blur(24px) saturate(1.04);
  transform: translate3d(-4px, 18px, 0) scale(1.06);
}

.sakura-scene__art--main {
  z-index: 4;
  filter:
    drop-shadow(0 28px 58px rgba(14, 4, 18, 0.44))
    drop-shadow(0 0 34px rgba(255, 220, 240, 0.14));
  animation: sakuraArtHover 18s ease-in-out infinite;
}

.sakura-scene__shimmer {
  position: absolute;
  inset: -18%;
  z-index: 5;
  background:
    linear-gradient(120deg, transparent 34%, rgba(255, 245, 250, 0.04) 46%, rgba(255, 245, 250, 0.16) 50%, rgba(255, 245, 250, 0.04) 56%, transparent 66%),
    radial-gradient(circle at 62% 28%, rgba(255, 245, 250, 0.08), transparent 16%);
  mix-blend-mode: screen;
  opacity: 0.56;
  pointer-events: none;
  animation: sakuraPanelShimmer 18s ease-in-out infinite;
}

.sakura-hero-petals,
.sakura-sparkles {
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.sakura-hero-petals {
  z-index: 6;
  transform: translate3d(calc(var(--scene-shift-x) * 0.26), calc(var(--scene-shift-y) * 0.22), 0);
}

.sakura-sparkles {
  z-index: 3;
  transform: translate3d(calc(var(--scene-shift-x) * 0.14), calc(var(--scene-shift-y) * 0.12), 0);
}

.sakura-scene-petal {
  left: var(--scene-petal-x, 72%);
  top: var(--scene-petal-y, 18%);
  box-shadow:
    0 0 18px rgba(255, 221, 237, 0.2),
    0 0 42px rgba(255, 221, 237, 0.08);
  animation: sakuraScenePetalPremium var(--scene-petal-duration, 18s) linear infinite;
  animation-delay: var(--scene-petal-delay, 0s);
}

.sakura-scene-spark {
  box-shadow:
    0 0 16px rgba(255, 230, 241, 0.24),
    0 0 30px rgba(255, 230, 241, 0.08);
  animation: sakuraSceneParticleDrift var(--spark-duration, 12s) ease-in-out infinite;
  animation-delay: var(--spark-delay, 0s);
}

.sakura-scene-spark::before,
.sakura-scene-spark::after {
  opacity: 0.35;
}

@keyframes sakuraHaloBreathe {
  0%,
  100% {
    opacity: 0.76;
    transform: translate3d(calc(var(--scene-shift-x) * 0.22), calc(var(--scene-shift-y) * 0.22), 0) scale(0.96);
  }
  50% {
    opacity: 0.98;
    transform: translate3d(calc(var(--scene-shift-x) * 0.22), calc(var(--scene-shift-y) * 0.22), 0) scale(1.04);
  }
}

@keyframes sakuraAmbientFloat {
  0%,
  100% {
    transform: translate3d(calc(var(--scene-shift-x) * 0.16), calc(var(--scene-shift-y) * 0.14), 0);
  }
  50% {
    transform: translate3d(calc(var(--scene-shift-x) * 0.16 + 8px), calc(var(--scene-shift-y) * 0.14 - 12px), 0);
  }
}

@keyframes sakuraGlassFloat {
  0%,
  100% {
    transform:
      translate3d(calc(var(--scene-shift-x) * 0.52), calc(var(--scene-shift-y) * 0.52 - 8px), 0)
      rotateX(calc(var(--scene-tilt-y) * 0.55))
      rotateY(calc(var(--scene-tilt-x) * 0.78))
      scale(1);
  }
  50% {
    transform:
      translate3d(calc(var(--scene-shift-x) * 0.52), calc(var(--scene-shift-y) * 0.52 + 10px), 0)
      rotateX(calc(var(--scene-tilt-y) * 0.55))
      rotateY(calc(var(--scene-tilt-x) * 0.78))
      scale(1.01);
  }
}

@keyframes sakuraPulseGlow {
  0%,
  100% {
    opacity: 0.64;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.92;
    transform: scale(1.03);
  }
}

@keyframes sakuraArtHover {
  0%,
  100% {
    transform: translate3d(calc(var(--scene-shift-x) * 0.14), calc(var(--scene-shift-y) * 0.14 - 4px), 16px) scale(1.01);
  }
  50% {
    transform: translate3d(calc(var(--scene-shift-x) * 0.14 + 2px), calc(var(--scene-shift-y) * 0.14 + 8px), 16px) scale(1.025);
  }
}

@keyframes sakuraPanelShimmer {
  0%,
  100% {
    transform: translate3d(-18%, -2%, 0) rotate(10deg);
    opacity: 0.34;
  }
  50% {
    transform: translate3d(12%, 4%, 0) rotate(10deg);
    opacity: 0.62;
  }
}

@keyframes sakuraScenePetalPremium {
  0% {
    transform: translate3d(0, 0, 0) rotate(var(--scene-petal-rotate, 0deg));
    opacity: 0;
  }
  10% {
    opacity: var(--scene-petal-opacity, 0.42);
  }
  55% {
    transform: translate3d(calc(var(--scene-petal-drift-x, 0px) * 0.55), calc(var(--scene-petal-drift-y, 120px) * 0.48), 0)
      rotate(calc(var(--scene-petal-rotate, 0deg) + 56deg));
    opacity: var(--scene-petal-opacity, 0.42);
  }
  100% {
    transform: translate3d(var(--scene-petal-drift-x, 0px), var(--scene-petal-drift-y, 120px), 0)
      rotate(calc(var(--scene-petal-rotate, 0deg) + 112deg));
    opacity: 0;
  }
}

@keyframes sakuraSceneParticleDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.82);
    opacity: 0.18;
  }
  50% {
    transform: translate3d(10px, -14px, 0) scale(1.04);
    opacity: var(--spark-opacity, 0.34);
  }
}

@media (max-width: 980px) {
  .sakura-scene {
    min-height: 580px;
    padding: 26px 18px;
  }

  .sakura-scene__glass {
    width: min(490px, 92%);
  }

  .sakura-scene__halo {
    width: 68%;
    top: 8%;
  }
}

@media (max-width: 720px) {
  .sakura-scene {
    min-height: 440px;
    padding: 18px 14px;
    border-radius: 34px;
  }

  .sakura-scene__glass {
    width: min(390px, 96%);
    border-radius: 30px;
  }

  .sakura-scene__glass::before {
    border-radius: 29px;
  }

  .sakura-scene__frame {
    inset: 10px;
    border-radius: 22px;
  }

  .sakura-scene__halo {
    width: 260px;
    top: 14%;
    right: 2%;
    opacity: 0.62;
  }

  .sakura-scene__ambient--three {
    display: none;
  }

  .sakura-scene__art {
    inset: 1.5%;
    width: 97%;
    height: 97%;
  }
}

/* Hero visual refresh */
.hero-visual-wrap {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
}

.hero-visual {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(194, 122, 255, 0.24), transparent 36%),
    radial-gradient(circle at 78% 75%, rgba(255, 178, 220, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(34, 9, 46, 0.96), rgba(13, 4, 20, 0.99));
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 0 72px rgba(255, 180, 230, 0.04);
  transform-style: preserve-3d;
  animation: heroVisualFloat 12s ease-in-out infinite;
  will-change: transform;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -12px 30px rgba(255, 255, 255, 0.015);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
  pointer-events: none;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.04) 30%, transparent 58%);
  transform: translateX(-120%) skewX(-12deg);
  animation: heroGlassSweep 14s ease-in-out infinite;
  z-index: 3;
  pointer-events: none;
}

.hero-visual__image {
  position: absolute;
  inset: 118px;
  width: calc(100% - 236px);
  height: calc(100% - 236px);
  object-fit: contain;
  z-index: 2;
  filter:
    drop-shadow(0 0 32px rgba(227, 156, 255, 0.3))
    drop-shadow(0 0 68px rgba(178, 114, 255, 0.2));
  animation: heroImageBreath 10s ease-in-out infinite;
  transform: translateZ(40px);
  user-select: none;
  pointer-events: none;
}

@keyframes heroVisualFloat {
  0%,
  100% {
    transform: translateY(0) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: translateY(-8px) rotateX(0.8deg) rotateY(-0.8deg);
  }
}

@keyframes heroImageBreath {
  0%,
  100% {
    transform: translateZ(40px) scale(1);
    filter:
      drop-shadow(0 0 25px rgba(227, 156, 255, 0.24))
      drop-shadow(0 0 55px rgba(178, 114, 255, 0.18));
  }
  50% {
    transform: translateZ(40px) scale(1.025);
    filter:
      drop-shadow(0 0 30px rgba(239, 180, 255, 0.3))
      drop-shadow(0 0 70px rgba(178, 114, 255, 0.24));
  }
}

@keyframes heroGlassSweep {
  0%,
  100% {
    transform: translateX(-130%) skewX(-12deg);
    opacity: 0;
  }
  20% {
    opacity: 0.8;
  }
  45% {
    transform: translateX(130%) skewX(-12deg);
    opacity: 0;
  }
}

@media (max-width: 980px) {
  .hero-visual-wrap {
    width: min(460px, 100%);
  }

  .hero-visual__image {
    inset: 100px;
    width: calc(100% - 200px);
    height: calc(100% - 200px);
  }
}

@media (max-width: 768px) {
  .hero-visual-wrap {
    width: 360px;
    max-width: 100%;
  }

  .hero-visual__image {
    inset: 84px;
    width: calc(100% - 168px);
    height: calc(100% - 168px);
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .hero-visual,
  .hero-visual__image,
  .hero-visual::before,
  .hero-visual::after {
    animation: none !important;
  }
}
