:root {
  color-scheme: dark;
  --bg: #02040a;
  --ink: #ffffff;
  --muted: #d9e0ff;
  --blue: #2cb5ff;
  --blue-soft: #6986ff;
  --pink: #ec6fff;
  --violet: #a477ff;
  --panel: rgba(8, 12, 32, 0.48);
  --panel-strong: rgba(11, 12, 30, 0.72);
  --line: rgba(134, 139, 255, 0.46);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 63%, rgba(8, 86, 196, 0.42), transparent 26rem),
    radial-gradient(circle at 76% 36%, rgba(138, 42, 180, 0.46), transparent 29rem),
    linear-gradient(180deg, #010205 0%, #050716 45%, #02040a 100%);
  overflow-x: hidden;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  padding: 2rem clamp(1.05rem, 4vw, 3rem) 3.75rem;
}

.site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(115deg, rgba(6, 61, 140, 0.4), transparent 34%),
    linear-gradient(245deg, rgba(105, 21, 145, 0.36), transparent 41%),
    #02040a;
}

.site-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(89, 130, 255, 0.88) 0 1px, transparent 1.6px);
  background-position: 16% 16%, 82% 78%;
  background-size: 17rem 19rem, 23rem 21rem;
  opacity: 0.34;
}

.topbar {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(56.5rem, 100%);
  margin: 0 auto 1.5rem;
  gap: 1rem;
}

.home-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 2.5rem;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-weight: 750;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
}

.mini-mark {
  width: 1.9rem;
  aspect-ratio: 1;
  border-radius: 0.52rem;
  background:
    radial-gradient(circle at 52% 32%, #fff 0 9%, transparent 10%),
    radial-gradient(circle at 42% 69%, rgba(255, 255, 255, 0.96) 0 23%, transparent 24%),
    linear-gradient(135deg, #2299ff, #a96cff 58%, #151124);
  box-shadow: 0 0 1.25rem rgba(83, 124, 255, 0.72);
}

.language-switch {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-width: 6.2rem;
  min-height: 2.4rem;
  padding: 0.2rem;
  border: 1px solid rgba(124, 141, 255, 0.35);
  border-radius: 999px;
  background: rgba(2, 5, 14, 0.56);
  backdrop-filter: blur(16px);
}

.lang-button {
  min-width: 2.7rem;
  min-height: 1.9rem;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.68);
  background: transparent;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 800;
}

.lang-button.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(41, 171, 255, 0.95), rgba(222, 87, 255, 0.9));
  box-shadow: 0 0 1.3rem rgba(112, 103, 255, 0.48);
}

.hero {
  position: relative;
  width: min(56.5rem, 100%);
  margin: 0 auto;
  padding-top: clamp(2.2rem, 8vw, 6.1rem);
  text-align: left;
}

.hero-ring {
  position: absolute;
  left: 50%;
  top: clamp(0.6rem, 4vw, 1.2rem);
  width: min(27rem, 72vw);
  aspect-ratio: 1 / 0.56;
  transform: translateX(-50%);
  border-top: clamp(0.18rem, 0.45vw, 0.33rem) solid transparent;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background:
    linear-gradient(93deg, var(--blue) 8%, #6e7cff 44%, var(--pink) 92%) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  filter: drop-shadow(0 0 0.55rem rgba(71, 149, 255, 0.95)) drop-shadow(0 0 1.35rem rgba(219, 78, 255, 0.52));
  opacity: 0.98;
}

.hero h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(3.25rem, 10vw, 6.35rem);
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 800;
  background: linear-gradient(90deg, #6685ff 4%, #bb91ff 48%, #f18cff 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 1.9rem rgba(109, 111, 255, 0.24);
}

.content-panel {
  position: relative;
  z-index: 2;
  width: min(56.5rem, 100%);
  margin: 2.1rem auto 0;
}

.view {
  display: none;
}

.view.is-active {
  display: block;
}

.copy {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1.04rem, 2.25vw, 1.42rem);
  line-height: 1.25;
  font-weight: 400;
  text-wrap: pretty;
}

.copy p {
  margin: 0 0 1.52em;
}

.copy p:last-child {
  margin-bottom: 0;
}

.store-list {
  display: grid;
  gap: 1.25rem;
  margin-top: clamp(2.25rem, 5.5vw, 3.3rem);
}

.store-card {
  position: relative;
  display: grid;
  grid-template-columns: clamp(5.25rem, 13vw, 8.2rem) 1px minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.35rem, 4vw, 2.35rem);
  min-height: clamp(8.25rem, 18vw, 10.6rem);
  padding: clamp(1.15rem, 2.8vw, 1.5rem) clamp(1.2rem, 4.2vw, 3rem);
  border: 1.5px solid transparent;
  border-radius: clamp(1.15rem, 3vw, 1.7rem);
  background:
    linear-gradient(100deg, rgba(4, 29, 84, 0.72), rgba(18, 6, 43, 0.78)) padding-box,
    linear-gradient(100deg, #18a8ff, #686bff 46%, #ec65ff 100%) border-box;
  box-shadow:
    inset 0 0 2.6rem rgba(25, 117, 255, 0.1),
    0 0 2rem rgba(75, 78, 255, 0.08);
}

.app-icon {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  min-width: 4.8rem;
  max-width: 8.2rem;
  height: auto;
  object-fit: cover;
  border-radius: 1.05rem;
  box-shadow:
    0 0 1.25rem rgba(70, 115, 255, 0.55),
    0 0 2.2rem rgba(187, 98, 255, 0.28);
}

.store-divider {
  width: 1px;
  min-height: clamp(4.2rem, 10vw, 6.35rem);
  background: linear-gradient(180deg, transparent, rgba(185, 197, 255, 0.7), transparent);
}

.store-text {
  min-width: 0;
}

.store-text h2 {
  margin: 0 0 0.2rem;
  font-size: clamp(2.2rem, 5.4vw, 3.25rem);
  line-height: 1.05;
  font-weight: 750;
  letter-spacing: 0;
}

.store-text p {
  margin: 0;
  font-size: clamp(1.08rem, 3vw, 1.55rem);
  line-height: 1.18;
  font-weight: 750;
  background: linear-gradient(90deg, #29b8ff, #d770ff 84%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.legal-view {
  max-width: 56.5rem;
  padding: clamp(1.2rem, 4vw, 2.2rem);
  border: 1px solid rgba(116, 146, 255, 0.32);
  border-radius: 1.35rem;
  background: rgba(4, 7, 18, 0.64);
  backdrop-filter: blur(18px);
}

.legal-view h2 {
  margin: 0.8rem 0 1.35rem;
  font-size: clamp(2.2rem, 7vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(90deg, #6ea0ff, #f18cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.legal-copy {
  font-size: clamp(0.98rem, 2vw, 1.13rem);
  line-height: 1.55;
}

.legal-copy h3 {
  margin: 1.7rem 0 0.45rem;
  font-size: 1.1em;
  line-height: 1.25;
}

.legal-copy ul {
  margin: 0.4rem 0 1rem;
  padding-left: 1.25rem;
}

.legal-copy li {
  margin: 0.25rem 0;
}

.back-link {
  color: #86b6ff;
  font-size: 0.95rem;
  font-weight: 750;
  text-decoration: none;
}

.back-link:hover,
.footer a:hover {
  color: #f09aff;
}

.imprint-card {
  font-style: normal;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  line-height: 1.55;
}

.imprint-card a {
  color: #7fc5ff;
  font-weight: 750;
  text-decoration: none;
}

.footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.6rem, 6vw, 3.5rem);
  width: min(56.5rem, 100%);
  margin: clamp(2.4rem, 5vw, 4rem) auto 0;
  padding-bottom: 0.4rem;
}

.footer a {
  color: #9d92ff;
  font-size: clamp(1.02rem, 2.6vw, 1.5rem);
  font-weight: 750;
  text-decoration: none;
}

.footer span {
  width: 1px;
  height: 2.1rem;
  background: rgba(180, 188, 255, 0.65);
}

.stars {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.star,
.star::before {
  position: absolute;
  display: block;
  background: #fff;
  filter: drop-shadow(0 0 0.58rem rgba(255, 255, 255, 0.95));
}

.star {
  width: 0.16rem;
  height: 1.55rem;
  transform: rotate(45deg);
}

.star::before {
  content: "";
  left: -0.7rem;
  top: 0.67rem;
  width: 1.55rem;
  height: 0.16rem;
}

.star-large {
  left: 50.4%;
  top: 5.2rem;
  width: 0.26rem;
  height: 2.55rem;
}

.star-large::before {
  left: -1.15rem;
  top: 1.15rem;
  width: 2.55rem;
  height: 0.26rem;
}

.star-a {
  left: 30%;
  top: 4.8rem;
  opacity: 0.9;
}

.star-b {
  left: 71.5%;
  top: 7.3rem;
  transform: scale(0.6) rotate(45deg);
}

.star-c {
  right: 22.5%;
  top: 5.55rem;
  transform: scale(0.72) rotate(45deg);
}

.star-d {
  left: 62%;
  top: 9.6rem;
  transform: scale(0.62) rotate(45deg);
}

.star-e {
  right: 19%;
  top: 4.9rem;
  transform: scale(0.66) rotate(45deg);
}

.wave-field {
  position: fixed;
  left: -8vw;
  right: -8vw;
  bottom: -2.5rem;
  height: clamp(9rem, 22vw, 17rem);
  z-index: -1;
  pointer-events: none;
  opacity: 0.95;
  transform: rotate(-1deg);
}

.wave-field::before {
  content: "";
  position: absolute;
  inset: 54% -5% 0;
  background: linear-gradient(180deg, transparent, rgba(2, 4, 10, 0.76) 50%, #02040a 92%);
}

.wave {
  position: absolute;
  left: -6%;
  width: 112%;
  height: 62%;
  border-top: 1px solid rgba(94, 156, 255, 0.82);
  border-radius: 48% 52% 0 0 / 70% 76% 0 0;
  filter: drop-shadow(0 0 0.55rem rgba(72, 137, 255, 0.95));
}

.wave-one {
  top: 33%;
  transform: rotate(7deg);
  border-color: rgba(52, 171, 255, 0.95);
}

.wave-two {
  top: 40%;
  transform: rotate(3deg);
  border-color: rgba(115, 94, 255, 0.9);
}

.wave-three {
  top: 48%;
  transform: rotate(-2deg);
  border-color: rgba(235, 83, 255, 0.9);
  filter: drop-shadow(0 0 0.65rem rgba(231, 67, 255, 0.96));
}

.wave-four {
  top: 55%;
  transform: rotate(-6deg);
  border-color: rgba(49, 130, 255, 0.8);
}

.wave-five {
  top: 62%;
  transform: rotate(-9deg);
  border-color: rgba(210, 80, 255, 0.82);
}

@media (max-width: 720px) {
  .site-shell {
    padding-top: 1rem;
    padding-bottom: 2.4rem;
  }

  .topbar {
    margin-bottom: 0.2rem;
  }

  .home-link span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .hero {
    padding-top: clamp(2.35rem, 11vw, 3.3rem);
  }

  .hero h1 {
    font-size: clamp(3.05rem, 14vw, 4.2rem);
  }

  .hero-ring {
    width: min(19rem, 83vw);
    top: 0.7rem;
  }

  .content-panel {
    margin-top: 1.25rem;
  }

  .copy {
    line-height: 1.31;
  }

  .copy p {
    margin-bottom: 1.28em;
  }

  .store-card {
    grid-template-columns: 4.9rem 1px minmax(0, 1fr);
    gap: 1rem;
    min-height: 7.4rem;
    padding: 1.05rem 1rem;
    border-radius: 1.15rem;
  }

  .store-text h2 {
    font-size: clamp(2rem, 11vw, 2.65rem);
  }

  .store-text p {
    font-size: clamp(1rem, 5vw, 1.24rem);
  }

  .footer {
    margin-top: 2.4rem;
  }
}

@media (max-width: 430px) {
  .store-card {
    grid-template-columns: 4.2rem 1px minmax(0, 1fr);
    gap: 0.85rem;
  }

  .app-icon {
    min-width: 4.2rem;
    border-radius: 0.85rem;
  }

  .store-divider {
    min-height: 3.9rem;
  }
}
