/* Utilities */
.container{
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}
.skip-link{
  position: absolute;
  left: -999px;
  top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
}
.skip-link:focus{ left: 16px; }

.gold{ color: var(--gold-1); text-shadow: 0 0 28px rgba(214,180,106,.14); }

.h1{
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.05;
  margin: 18px 0 14px;
  letter-spacing: -.5px;
}
.h2{
  font-size: clamp(22px, 2.2vw, 30px);
  margin: 0 0 12px;
  letter-spacing: -.2px;
}
.p{ color: var(--muted); margin: 0; max-width: 72ch; }
.lead{ color: var(--muted); font-size: 16px; max-width: 74ch; margin: 0; }
.micro{
  margin: 14px 0 0;
  color: var(--soft);
  font-size: 12px;
  font-family: var(--mono);
}

/* Buttons */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .2px;
  cursor: pointer;
}
.btn--primary{
  color: rgba(5,8,8,.95);
  background: linear-gradient(180deg, var(--gold-0), var(--gold-1));
  border-color: rgba(0,0,0,.2);
  box-shadow: 0 16px 46px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.06) inset;
}
.btn--primary:hover{ filter: brightness(1.03); }
.btn--ghost{
  color: var(--text);
  background: rgba(255,255,255,.06);
}
.btn--ghost:hover{ background: rgba(255,255,255,.08); }

/* Hero */
.hero{
  position: relative;
  padding: 64px 0 38px;
  overflow: hidden;
}
.hero__grid{
  display: grid;
  grid-template-columns: 1.2fr .9fr;
  gap: 32px;
  align-items: start;
}
@media (max-width: 980px){
  .hero__grid{ grid-template-columns: 1fr; }
}

.pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}
.pill__dot{
  width: 9px; height: 9px; border-radius: 99px;
  background: var(--cyber-1);
  box-shadow: 0 0 18px var(--cyber-dim);
}
.pill__text{
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
}

.hero__bullets{
  display: grid;
  gap: 10px;
  margin: 18px 0 18px;
}
.bullet{
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.bullet__k{
  font-family: var(--mono);
  font-size: 12px;
  color: var(--gold-1);
}
.bullet__v{
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}
.hero__actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

/* Hero Card */
.hero__card .card{
  border-radius: 22px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.card__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 12px;
  background: rgba(0,0,0,.18);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.card__title{
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
}
.card__badge{
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(5,8,8,.95);
  background: linear-gradient(180deg, var(--gold-0), var(--gold-1));
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.25);
}
.card__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 16px;
}
.tile{
  border-radius: 18px;
  padding: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  min-height: 92px;
}
.tile--gold{
  background: linear-gradient(180deg, rgba(214,180,106,.18), rgba(214,180,106,.06));
  border-color: rgba(214,180,106,.32);
  box-shadow: 0 0 0 1px rgba(255,255,255,.03) inset, 0 22px 70px rgba(214,180,106,.10);
}
.tile__label{
  font-family: var(--mono);
  font-size: 11px;
  color: var(--soft);
}
.tile__value{
  margin-top: 6px;
  font-weight: 800;
  letter-spacing: -.2px;
}
.tile__hint{
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted);
}
.card__footer{
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.14);
}
.code-line{
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
  display: flex;
  gap: 6px;
}
.code-key{ color: rgba(0,255,136,.76); }
.code-colon{ color: rgba(255,255,255,.34); }
.code-val{ color: var(--gold-1); }

html{
  scroll-behavior: smooth;
  scroll-padding-top: 88px; /* Höhe der Topbar + etwas Luft */
}

/* Sections */
.section{
  padding: 44px 0;
}
.section--alt{
  background: rgba(255,255,255,.02);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.grid3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}
@media (max-width: 980px){
  .grid3{ grid-template-columns: 1fr; }
}
.grid2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}
@media (max-width: 980px){
  .grid2{ grid-template-columns: 1fr; }
}

.panel{
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  padding: 16px;
}
.panel--tight{ padding: 16px; }
.panel__title{
  font-weight: 750;
  letter-spacing: -.2px;
  margin-bottom: 8px;
}
.panel__text{ color: var(--muted); font-size: 14px; }

.list{
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}
.list li{ margin: 8px 0; }

/* Callout */
.callout{
  margin-top: 16px;
  border-radius: 18px;
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(214,180,106,.10), rgba(255,255,255,.02));
  border: 1px solid rgba(214,180,106,.22);
}
.callout__label{
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(0,255,136,.70);
}
.callout__text{
  margin-top: 6px;
  color: var(--muted);
}

/* Timeline */
.timeline{
  display: grid;
  gap: 12px;
  margin-top: 16px;
}
.step{
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
}
.step__n{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-family: var(--mono);
  color: rgba(5,8,8,.95);
  background: linear-gradient(180deg, var(--gold-0), var(--gold-1));
  border: 1px solid rgba(0,0,0,.22);
}
.step__title{ font-weight: 800; }
.step__text{ margin-top: 4px; color: var(--muted); font-size: 14px; }

/* Contact */
.contact{
  margin-top: 16px;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
.contact__meta{
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
}
.meta-row{
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  padding: 6px 0;
  color: var(--muted);
  font-size: 14px;
}
.meta-k{
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(0,255,136,.70);
}
.meta-v{ color: var(--muted); }

/* Footer */
.footer{
  padding: 28px 0;
}
.footer__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.footer__brand{ font-weight: 800; }
.footer__small{
  margin-top: 6px;
  color: var(--soft);
  font-size: 12px;
  font-family: var(--mono);
}
.footer__link{
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
}
.footer__link:hover{ color: var(--gold-1); }

/* Hero glows */
.hero__glow{
  position: absolute;
  pointer-events: none;
  filter: blur(40px);
  opacity: .55;
}
.hero__glow--a{
  width: 520px; height: 520px;
  left: -160px; top: -190px;
  background: radial-gradient(circle, rgba(214,180,106,.22), transparent 60%);
}
.hero__glow--b{
  width: 540px; height: 540px;
  right: -220px; top: -180px;
  background: radial-gradient(circle, rgba(0,255,136,.14), transparent 60%);
}
