@font-face {
  font-family: Space;
  src: url("/fonts/space.woff2") format("woff2");
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/inter.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #080808;
  --text: #f7f7f5;
  --grey: #a1a1aa;
  --red: #d3281b;
  --lime: #b7ff3c;
  --purple: #8b5cf6;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font:
    15px/1.6 Inter,
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 6px;
}
h1,
h2,
p {
  margin: 0;
}
h1,
h2,
.wordmark,
.identity,
.facts strong,
.proof strong {
  font-family: Space, Arial, sans-serif;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
.shell {
  max-width: 1080px;
  margin: auto;
  padding: 0 24px;
}
.skip {
  position: fixed;
  z-index: 5;
  top: 8px;
  left: 8px;
  padding: 12px;
  background: var(--lime);
  color: #080808;
  transform: translateY(-160%);
}
.skip:focus {
  transform: none;
}
.topbar {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #242426;
  gap: 16px;
}
.identity {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  font-weight: 700;
  font-size: 17px;
}
.mini-gdz span {
  color: var(--red);
}
.mini-app span {
  color: var(--lime);
}
.cross {
  font-size: 16px;
  color: #777;
}
.location {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c6c6ca;
  font-size: 12px;
}
.swiss {
  display: grid;
  place-items: center;
  background: var(--red);
  color: white;
  width: 17px;
  height: 17px;
  font: bold 20px/1 Arial;
}
.hero {
  position: relative;
  padding: 66px 0 46px;
  isolation: isolate;
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
}
.signal {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 16px #b7ff3c55;
}
h1 {
  font-size: clamp(48px, 7vw, 78px);
  line-height: 1.04;
  letter-spacing: -4px;
  font-weight: 600;
}
.soft {
  color: #97979f;
}
.hero-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--lime);
  border-radius: 50%;
  margin-left: 9px;
}
.intro {
  font-size: 20px;
  line-height: 1.55;
  margin-top: 26px;
  letter-spacing: -0.4px;
}
.hero-note {
  font-size: 14px;
  color: var(--grey);
  margin-top: 10px;
}
.mobile-break {
  display: none;
}
.choose {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  font-size: 12px;
  color: #c7c7cd;
  min-height: 48px;
  margin-top: 19px;
}
.choose span {
  color: var(--lime);
  font-size: 21px;
}
.orbit {
  position: absolute;
  right: 58px;
  top: 83px;
  width: 225px;
  height: 225px;
  z-index: -1;
}
.orbit-red,
.orbit-lime {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1px solid;
  border-radius: 38px;
  transform: rotate(-22deg);
}
.orbit-red {
  border-color: #d3281b80;
  top: 0;
  left: 0;
  background: radial-gradient(at top left, #d3281b25, transparent 75%);
}
.orbit-lime {
  border-color: #b7ff3c60;
  bottom: 0;
  right: 0;
  transform: rotate(18deg);
  background: radial-gradient(at bottom right, #b7ff3c18, transparent 75%);
}
.orbit-center {
  position: absolute;
  inset: 75px;
  display: grid;
  place-items: center;
  font: 50px Space;
  color: #f7f7f5;
}
.universes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.universe {
  position: relative;
  padding: 28px;
  border: 1px solid #333;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #111113;
}
.gdz {
  background:
    radial-gradient(ellipse at 100% 0, #d3281b14, transparent 52%), #111113;
  border-top-color: #713027;
}
.app {
  background:
    radial-gradient(ellipse at 100% 0, #b7ff3c13, transparent 52%), #111113;
  border-top-color: #63763b;
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 26px;
  min-height: 24px;
}
.label {
  font-size: 9px;
  letter-spacing: 1.3px;
  font-weight: 600;
  color: #b3b3bb;
}
.card-mark {
  color: #ef594d;
  font-size: 23px;
  line-height: 1;
}
.live {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--lime);
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}
.live > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime);
}
.wordmark {
  font-size: 29px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1.3px;
  margin-bottom: 25px;
}
.gdz-wordmark span {
  color: var(--red);
}
.gdz-wordmark small {
  font: 9px Inter;
  letter-spacing: 2px;
  margin-left: 5px;
  color: #d6d6da;
}
.app-wordmark span {
  color: var(--lime);
}
h2 {
  font-size: 36px;
  letter-spacing: -1.6px;
  line-height: 1.13;
  font-weight: 600;
}
.description {
  color: #b7b7be;
  line-height: 1.75;
  font-size: 14px;
  margin-top: 16px;
  max-width: 36ch;
}
.tags {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.tags li {
  font-size: 11px;
  padding: 5px 10px;
  border: 1px solid #393335;
  border-radius: 6px;
  background: #ffffff03;
}
.technical {
  height: 128px;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 18px;
  justify-content: center;
}
.node {
  font-size: 8px;
  letter-spacing: 0.6px;
  color: #b6a4a4;
  white-space: nowrap;
}
.connector {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, #4a2827, #d3281b);
  max-width: 40px;
  margin: 0 9px;
}
.core {
  width: 48px;
  height: 48px;
  display: grid;
  place-content: center;
  position: relative;
  border: 1px solid #913127;
  border-radius: 13px;
  font: bold 12px Space;
  background: #d3281b12;
  box-shadow: 0 0 24px #d3281b0d;
}
.core span {
  position: absolute;
  right: -5px;
  top: -8px;
  color: #ff776b;
  font-size: 15px;
  background: #181011;
}
.technical-caption {
  position: absolute;
  bottom: 14px;
  font-size: 7px;
  letter-spacing: 1.2px;
  color: #a39494;
}
.facts {
  display: grid;
  grid-template-columns: 0.65fr 1.2fr 0.8fr;
  gap: 10px;
  padding: 16px 0 0;
  margin: 20px 0 0;
  list-style: none;
  border-top: 1px solid #ffffff12;
}
.facts li {
  display: flex;
  flex-direction: column;
}
.facts strong {
  font-size: 27px;
  line-height: 1.25;
  letter-spacing: -1px;
}
.facts small {
  font-size: 13px;
}
.facts li > span {
  font-size: 9px;
  color: #b2b2ba;
  margin-top: 5px;
}
.app-path {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  gap: 8px;
  font-size: 8px;
  letter-spacing: 0.6px;
  color: #aaaab2;
}
.path-arrow {
  color: #6b626f;
  font-size: 19px;
}
.build-icon {
  color: #bba0fc;
  font: 20px Space;
  border-radius: 10px;
  border: 1px solid #8b5cf660;
  padding: 4px 9px;
  background: #8b5cf611;
}
.online {
  color: var(--lime);
  display: flex;
  align-items: center;
  gap: 5px;
}
.online i {
  background: var(--lime);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.card-actions {
  margin-top: auto;
}
.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 56px;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button > span {
  font-size: 20px;
  line-height: 1;
}
.red {
  background: var(--red);
  color: #fff;
}
.lime {
  background: var(--lime);
  color: #080808;
}
.secondary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 12px;
  color: #c1c1c7;
  margin-top: 7px;
}
.secondary span {
  font-size: 15px;
}
.quick-section {
  margin: 48px 0 32px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
  gap: 20px;
}
.section-heading h2 {
  font-size: 22px;
  letter-spacing: -0.7px;
}
.section-heading > span {
  font-size: 8px;
  letter-spacing: 1.4px;
  color: var(--grey);
}
.quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.quick-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #2b2b30;
  background: #101012;
  border-radius: 12px;
  padding: 16px 14px;
  min-height: 86px;
  transition:
    border-color 0.2s,
    background 0.2s;
  font-size: 12px;
  font-weight: 600;
}
.quick-links small {
  display: block;
  font-size: 9px;
  font-weight: 400;
  color: #a9a9b1;
  margin-top: 4px;
}
.quick-icon {
  font: 22px Space;
  color: #c3c3cc;
}
.linkedin-icon {
  font-size: 19px;
  font-weight: 700;
}
.quick-arrow {
  margin-left: auto;
  color: #a1a1aa;
}
.proof {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 20px;
  padding: 27px 0;
  border-top: 1px solid #27272b;
  border-bottom: 1px solid #27272b;
  align-items: center;
}
.proof p {
  font-size: 12px;
  color: var(--grey);
  line-height: 1.7;
}
.proof p strong {
  font: 500 13px Inter;
  color: var(--text);
}
.proof div {
  display: flex;
  flex-direction: column;
  padding-left: 22px;
  border-left: 1px solid #29292d;
}
.proof div strong {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -1px;
}
.proof div span {
  font-size: 10px;
  color: var(--grey);
  margin-top: 6px;
}
footer {
  padding: 30px 0 32px;
  text-align: center;
}
.footer-brands {
  font: 600 12px Space;
}
.footer-brands span {
  color: #8c8c96;
  margin: 0 10px;
}
footer nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  margin: 10px 0;
}
footer a {
  font-size: 11px;
  color: #adadb5;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
footer p {
  font-size: 10px;
  color: #9999a2;
}
@media (hover: hover) {
  .red:hover {
    background: #b82318;
  }
  .lime:hover {
    background: #caff79;
  }
  .button:hover {
    transform: translateY(-2px);
  }
  .quick-links a:hover {
    border-color: #686872;
    background: #18181b;
  }
  .secondary:hover,
  footer a:hover {
    color: white;
  }
  .choose:hover {
    color: white;
  }
}
@media (max-width: 767px) {
  .shell {
    max-width: 530px;
    padding: 0 20px;
  }
  .topbar {
    min-height: 77px;
  }
  .identity {
    gap: 13px;
    font-size: 14px;
  }
  .location {
    font-size: 0;
    gap: 0;
  }
  .swiss {
    font-size: 19px;
  }
  .hero {
    padding: 39px 0 27px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.7px;
    margin-bottom: 20px;
  }
  h1 {
    font-size: clamp(47px, 12vw, 61px);
    letter-spacing: -2.8px;
    line-height: 1.07;
  }
  .hero-dot {
    width: 9px;
    height: 9px;
    margin-left: 6px;
  }
  .intro {
    font-size: 17px;
    margin-top: 21px;
    line-height: 1.55;
  }
  .hero-note {
    font-size: 12px;
    margin-top: 10px;
  }
  .mobile-break {
    display: block;
  }
  .choose {
    margin-top: 15px;
    font-size: 11px;
    gap: 20px;
  }
  .orbit {
    display: none;
  }
  .universes {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .universe {
    padding: 24px;
    border-radius: 20px;
  }
  .card-top {
    margin-bottom: 22px;
  }
  .wordmark {
    font-size: 29px;
    margin-bottom: 22px;
  }
  h2 {
    font-size: 35px;
  }
  .description {
    font-size: 13px;
    margin-top: 14px;
  }
  .tags {
    margin-top: 19px;
  }
  .technical {
    height: 113px;
  }
  .technical-caption {
    font-size: 7px;
  }
  .facts {
    padding-top: 18px;
  }
  .facts strong {
    font-size: 28px;
  }
  .facts li > span {
    font-size: 9px;
  }
  .app-path {
    height: 87px;
  }
  .button {
    font-size: 12px;
    padding: 14px 15px;
    min-height: 56px;
  }
  .secondary {
    font-size: 12px;
  }
  .quick-section {
    margin-top: 34px;
  }
  .section-heading h2 {
    font-size: 21px;
  }
  .section-heading > span {
    display: none;
  }
  .quick-links {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .quick-links a {
    min-height: 78px;
    padding: 15px 18px;
    font-size: 13px;
    gap: 16px;
  }
  .quick-links small {
    font-size: 11px;
  }
  .quick-icon {
    width: 23px;
  }
  .proof {
    grid-template-columns: 1fr 1fr;
    gap: 22px 16px;
    padding: 24px 0;
  }
  .proof p {
    grid-column: 1/-1;
    font-size: 13px;
  }
  .proof p br {
    display: none;
  }
  .proof p strong {
    display: block;
    font-size: 15px;
  }
  .proof div {
    padding-left: 0;
    border-left: 0;
  }
  .proof div + div {
    padding-left: 20px;
    border-left: 1px solid #29292d;
  }
  .proof div strong {
    font-size: 30px;
  }
  .proof div span {
    font-size: 10px;
  }
  footer {
    padding: 27px 0;
  }
  footer nav {
    gap: 0 22px;
  }
  footer nav a:last-child {
    flex-basis: 100%;
    justify-content: center;
  }
  footer nav {
    margin: 5px 0 12px;
  }
}
@media (max-width: 350px) {
  .shell {
    padding: 0 16px;
  }
  .identity {
    font-size: 13px;
    gap: 10px;
  }
  .universe {
    padding: 20px;
  }
  .label {
    font-size: 8px;
    letter-spacing: 0.8px;
  }
  .live {
    font-size: 8px;
  }
  h2 {
    font-size: 32px;
  }
  .tags {
    gap: 5px;
  }
  .tags li {
    font-size: 10px;
    padding: 5px 8px;
  }
  .wordmark {
    font-size: 27px;
  }
  .facts {
    gap: 7px;
  }
  .facts li > span {
    font-size: 8px;
  }
  .button {
    font-size: 11px;
    padding: 14px 12px;
  }
  .technical-caption {
    letter-spacing: 0.6px;
  }
  .section-heading h2 {
    font-size: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
.gateways {
  display: flex;
  gap: 10px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.gateways a {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #323237;
  border-radius: 8px;
  padding: 10px 14px;
  min-height: 46px;
  font-size: 12px;
  background: #111113;
}
.gateways a > span:last-child {
  margin-left: 8px;
  color: #a1a1aa;
}
.red-dot,
.lime-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}
.lime-dot {
  background: var(--lime);
}
.facts li > span {
  font-size: 11px;
}
.label {
  font-size: 10px;
  letter-spacing: 0.8px;
}
.tags li {
  font-size: 12px;
}
.section-heading > span {
  font-size: 10px;
}
.quick-links small {
  font-size: 11px;
}
.proof div span {
  font-size: 11px;
}
.button {
  font-size: 14px;
}
.hero-note {
  font-size: 14px;
}
@media (max-width: 767px) {
  .gateways {
    gap: 8px;
    margin-top: 20px;
  }
  .gateways a {
    padding: 10px 11px;
    font-size: 11px;
    gap: 7px;
  }
  .gateways a > span:last-child {
    margin-left: 4px;
  }
  .facts li > span {
    font-size: 10px;
  }
  .label {
    font-size: 9px;
  }
  .button {
    font-size: 13px;
  }
  .hero-note {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .gateways a {
    font-size: 10px;
    padding: 10px;
  }
  .label {
    font-size: 9px;
    letter-spacing: 0.3px;
  }
  .facts li > span {
    font-size: 9px;
  }
  .button {
    font-size: 12px;
  }
  .tags li {
    font-size: 11px;
  }
}
