:root {
  --bg: #ffffff;
  --text: #1f2a44;
  --muted: #7f92ae;
  --nav: #5e6f89;
  --primary: #253a7d;
  --primaryHover: #1f3168;
  --border: #e3e8f2;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.topbar {
  height: 64px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(227, 232, 242, 0.75);
}

.topbarInner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: space-between;
  padding-top: env(safe-area-inset-top);
}

.brand img {
  height: 30px;
  width: auto;
  display: block;
}

.topbarRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pillBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  background: var(--primary);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  white-space: nowrap;
}

.pillBtn:hover {
  background: var(--primaryHover);
}

.pillBtn:focus-visible {
  outline: 3px solid rgba(37, 58, 125, 0.28);
  outline-offset: 2px;
}

.pillBtnBig {
  padding: 12px 18px;
  font-size: 13px;
}

.pillIcon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pillIcon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.hero {
  min-height: calc(100% - 64px);
  padding-bottom: env(safe-area-inset-bottom);
}

.heroInner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px) 0 clamp(22px, 4vw, 42px);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(18px, 3.2vw, 34px);
  align-items: center;
}

.ctaTitle {
  margin: 0 0 18px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 600;
  max-width: 540px;
}

.ctaSub {
  margin: -6px 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  max-width: 520px;
}

.zelle {
  margin: 6px 0 18px;
  max-width: 520px;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px 14px 12px;
  background: rgba(37, 58, 125, 0.02);
}

.zelleTitle {
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 8px;
}

.zelleText {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.zelleForm {
  display: grid;
  gap: 8px;
}

.zelleLabel {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
}

.zelleInput {
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--border);
  padding: 0 12px;
  font-size: 14px;
  outline: none;
}

.zelleInput::placeholder {
  color: rgba(127, 146, 174, 0.75);
}

.zelleInput:focus {
  border-color: rgba(37, 58, 125, 0.55);
  box-shadow: 0 0 0 3px rgba(37, 58, 125, 0.12);
}

.zelleBtn {
  margin-top: 6px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  width: fit-content;
  padding: 0 16px;
}

.zelleBtn:hover {
  background: var(--primaryHover);
}

.zelleBtn:focus-visible {
  outline: 3px solid rgba(37, 58, 125, 0.28);
  outline-offset: 2px;
}

.zelleHint {
  margin: 0;
  font-size: 12px;
  color: rgba(127, 146, 174, 0.95);
}

.visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.globe {
  position: relative;
  width: clamp(240px, 28vw, 360px);
  height: clamp(240px, 28vw, 360px);
}

.globeCore {
  position: absolute;
  inset: 44px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 40%, rgba(255, 255, 255, 0.95), rgba(240, 245, 255, 0.92) 55%, rgba(220, 232, 255, 0.55) 100%),
    radial-gradient(circle at 60% 65%, rgba(20, 38, 81, 0.06), rgba(20, 38, 81, 0) 55%);
  box-shadow:
    inset 0 0 40px rgba(37, 58, 125, 0.08),
    0 18px 50px rgba(20, 38, 81, 0.08);
}

.globeDots {
  position: absolute;
  inset: 44px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 55% 52%, rgba(0, 0, 0, 0) 0 62%, rgba(0, 0, 0, 0) 100%),
    radial-gradient(circle, rgba(37, 58, 125, 0.25) 1px, transparent 1.6px);
  background-size: 100% 100%, 10px 10px;
  opacity: 0.22;
  filter: blur(0.2px);
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 74%);
}

.globeRing {
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  border: 2px dashed rgba(117, 136, 170, 0.28);
}

.ring1 {
  inset: 6px;
  opacity: 0.35;
}

.ring2 {
  inset: 28px;
  opacity: 0.25;
}

.ring3 {
  inset: 54px;
  opacity: 0.18;
}

@media (max-width: 980px) {
  .heroInner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .visual {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .topbar {
    height: 60px;
  }

  .brand img {
    height: 28px;
  }

  .pillBtn {
    padding: 9px 12px;
  }

  .heroInner {
    width: min(1120px, calc(100% - 28px));
  }

  .cta {
    width: 100%;
  }

  .ctaTitle,
  .ctaSub {
    max-width: 100%;
  }

  .pillBtnBig {
    width: 100%;
    justify-content: center;
  }

  .zelleBtn {
    width: 100%;
    justify-content: center;
  }

  .globe {
    width: 290px;
    height: 290px;
  }

  .visual {
    display: none;
  }
}

