:root {
  --bg: #07080b;
  --surface: #11141a;
  --surface-soft: #171b23;
  --text: #f5f7fb;
  --muted: #a5adba;
  --line: rgba(255, 255, 255, 0.1);
  --accent: #38bdf8;
  --accent-strong: #f59e0b;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 80% 8%, rgba(56, 189, 248, 0.18), transparent 28rem),
    linear-gradient(180deg, #07080b 0%, #0a0d12 52%, #07080b 100%);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 8, 11, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand,
.site-nav,
.trust-list,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
}

.site-nav {
  gap: 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.site-nav a:hover {
  color: var(--text);
}

.nav-cta {
  padding: 10px 14px;
  border: 1px solid rgba(56, 189, 248, 0.45);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(56, 189, 248, 0.08);
}

.section-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

/* =========================
   Hero
   ========================= */

.hero {
  min-height: clamp(520px, 78svh, 760px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
  padding: 36px 0 12px;
}

.hero-content {
  max-width: 640px;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-logo {
  width: clamp(78px, 12vw, 122px);
  height: clamp(78px, 12vw, 122px);
  object-fit: contain;
  margin-bottom: 24px;
  filter: drop-shadow(0 18px 28px rgba(56, 189, 248, 0.18));
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4%;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 16px;
  font-size: clamp(3.4rem, 8vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.hero-owner {
  margin: -2px 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  font-weight: 600;
}

.hero-subtitle {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2.5vw, 1.38rem);
  line-height: 1.5;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 15px 24px;
  border-radius: var(--radius);
  font-weight: 800;
  color: #041014;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 18px 48px rgba(56, 189, 248, 0.23);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(245, 158, 11, 0.22);
}

.hero-panel {
  position: relative;
  min-height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at center, rgba(56, 189, 248, 0.24), rgba(17, 20, 26, 0.96) 58%);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.moon-core,
.orbit,
.deal-chip {
  position: absolute;
}

.moon-core {
  inset: 50% auto auto 50%;
  width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.92), rgba(169, 178, 191, 0.78) 38%, rgba(48, 55, 68, 0.95) 78%),
    #d9dee8;
  box-shadow: inset -28px -34px 48px rgba(0, 0, 0, 0.42), 0 0 78px rgba(56, 189, 248, 0.24);
  transform: translate(-50%, -50%);
  animation: moon-float 6s ease-in-out infinite;
}

.orbit {
  inset: 50% auto auto 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.orbit-large {
  width: 74%;
  aspect-ratio: 1;
}

.orbit-small {
  width: 48%;
  aspect-ratio: 1;
  border-color: rgba(56, 189, 248, 0.24);
}

.deal-chip {
  top: 50%;
  left: 50%;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(7, 8, 11, 0.72);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.32);
  white-space: nowrap;
  pointer-events: none;
}

.chip-top {
  animation: chip-orbit-1 16s linear infinite;
}

.chip-bottom {
  animation: chip-orbit-2 22s linear infinite;
}

/* =========================
   Content / Sortiment / Trust
   ========================= */

.content-section,
.trust-section {
  padding: 48px 0;
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
}

.section-intro {
  max-width: 760px;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.65;
}

.section-heading .primary-button {
  margin-top: 22px;
  align-self: flex-start;
}

.trust-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 32px;
  padding: 46px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-copy h2 {
  max-width: 560px;
}

.trust-list {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-weight: 750;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

/* =========================
   Footer
   ========================= */

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 34px clamp(20px, 5vw, 72px);
  color: var(--muted);
}

.site-footer p {
  margin: 8px 0 0;
}

.footer-links {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}

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

/* =========================
   Reveal
   ========================= */

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

/* =========================
   Animationen
   ========================= */

@keyframes moon-float {
  0% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-15px);
  }
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
}

@keyframes chip-orbit-1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateX(150px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateX(150px) rotate(-360deg);
  }
}

@keyframes chip-orbit-2 {
  0% {
    transform: translate(-50%, -50%) rotate(180deg) translateX(115px) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-180deg) translateX(115px) rotate(180deg);
  }
}

@keyframes chip-orbit-1-tablet {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateX(125px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateX(125px) rotate(-360deg);
  }
}

@keyframes chip-orbit-2-tablet {
  0% {
    transform: translate(-50%, -50%) rotate(180deg) translateX(95px) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-180deg) translateX(95px) rotate(180deg);
  }
}

@keyframes chip-orbit-1-mobile {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateX(98px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateX(98px) rotate(-360deg);
  }
}

@keyframes chip-orbit-2-mobile {
  0% {
    transform: translate(-50%, -50%) rotate(180deg) translateX(76px) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-180deg) translateX(76px) rotate(180deg);
  }
}

/* =========================
   Legal / Impressum / Datenschutz
   ========================= */

.legal-page {
  padding: 40px 0 80px;
}

.legal-hero {
  padding: 28px 0 36px;
}

.legal-hero h1 {
  margin-bottom: 18px;
}

.legal-intro {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 24px;
}

.legal-text-wrap {
  padding-bottom: 24px;
}

.legal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(17, 20, 26, 0.82);
  box-shadow: var(--shadow);
  padding: 24px;
}

.legal-card-wide {
  max-width: 860px;
}

.legal-card h2 {
  margin-bottom: 18px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.legal-card h3 {
  margin-top: 26px;
  margin-bottom: 10px;
  font-size: 1rem;
  color: var(--text);
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.75;
}

.legal-card p {
  margin-bottom: 16px;
}

.legal-card ul {
  margin: 0 0 16px 20px;
  padding: 0;
}

.legal-card a {
  color: var(--accent);
}

.legal-card a:hover {
  color: var(--text);
}

.legal-source {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
}

/* =========================
   Responsive
   ========================= */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }
}

@media (max-width: 940px) {
  .hero,
  .trust-section,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 34px 0 12px;
  }

  .hero-panel {
    min-height: 360px;
    border-radius: 16px;
  }

  .content-section {
    padding-top: 28px;
    padding-bottom: 48px;
  }

  .trust-list {
    justify-content: flex-start;
  }

  .chip-top {
    animation: chip-orbit-1-tablet 16s linear infinite;
  }

  .chip-bottom {
    animation: chip-orbit-2-tablet 22s linear infinite;
  }

  .legal-card-wide {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .site-nav a:not(.nav-cta) {
    display: none;
  }

  .nav-cta,
  .primary-button {
    width: 100%;
  }

  .hero {
    gap: 26px;
  }

  .hero-content {
    padding: 0;
    background: none;
    border-radius: 0;
  }

  h1 {
    font-size: clamp(2.8rem, 12vw, 4.2rem);
  }

  .hero-owner {
    font-size: 0.95rem;
    margin-bottom: 14px;
  }

  .hero-subtitle {
    font-size: 1.02rem;
  }

  .hero-panel {
    min-height: 300px;
  }

  .moon-core {
    width: 136px;
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .chip-top {
    animation: chip-orbit-1-mobile 14s linear infinite;
  }

  .chip-bottom {
    animation: chip-orbit-2-mobile 18s linear infinite;
  }
}