:root {
  color-scheme: light;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #17121f;
  background: #fbfafe;
  --brand: #9639d7;
  --kyro: #9639d7;
  --ink: #17121f;
  --muted: #716a7e;
  --line: #e7e1ec;
  --surface: #fff;
  --soft: #f7f3fa;
  --danger: #b3293c;
  --shadow: 0 18px 55px rgba(56, 31, 75, 0.07);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  /* Dezent in der gewählten Markenfarbe statt fest in Kyro-Lila. */
  background:
    radial-gradient(
      circle at 92% 2%,
      color-mix(in srgb, var(--brand) 16%, #fff) 0,
      transparent 31%
    ),
    color-mix(in srgb, var(--brand) 3%, #fbfafe);
}
.layout > section {
  min-width: 0;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: #8128ba;
}
.page {
  width: min(1480px, 100%);
  min-height: 100vh;
  margin: auto;
  padding: 26px clamp(22px, 5vw, 76px) 122px;
}
.topbar {
  display: grid;
  grid-template-columns: 170px 1fr 170px;
  align-items: center;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: -0.04em;
}
.brand-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-style: normal;
  background: linear-gradient(135deg, #ad4bea, #7523b9);
  box-shadow: 0 8px 20px rgba(143, 43, 204, 0.22);
}
.progress {
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: #e8e3ed;
}
.progress > i {
  display: block;
  width: var(--progress);
  height: 100%;
  border-radius: inherit;
  background: var(--brand);
  transition:
    width 0.2s ease,
    background-color 0.2s ease;
}
.motto {
  justify-self: end;
  color: #69617a;
  font-size: 13px;
  line-height: 1.35;
}
.layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(380px, 0.92fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: start;
  margin-top: 56px;
}
.eyebrow {
  color: #8128ba;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.035em;
}
h1 {
  max-width: 900px;
  margin: 10px 0 8px;
  color: #11101b;
  font-size: clamp(35px, 4vw, 53px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.subtitle {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.5;
}
.card {
  margin-top: 22px;
  padding: clamp(20px, 2.4vw, 32px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow);
}
label {
  display: block;
  margin: 17px 0 8px;
  font-weight: 750;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  width: 100%;
  height: 55px;
  padding: 0 16px;
  border: 1px solid #d9d0e1;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  transition:
    border-color 0.15s,
    box-shadow 0.15s;
}
input:focus {
  outline: 0;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 13%, transparent);
}
.hint,
small,
.muted {
  color: var(--muted);
}
.hint {
  margin: 9px 0 0;
  font-size: 13px;
}
.upload {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  min-height: 91px;
  padding: 15px;
  border: 1px dashed #d8cde1;
  border-radius: 15px;
  background: #fdfcfe;
}
.upload-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: color-mix(in srgb, var(--brand) 10%, #fff);
  color: var(--brand);
  font-size: 24px;
}
.upload-copy b {
  display: block;
  margin-bottom: 4px;
}
.upload-copy span {
  color: var(--muted);
  font-size: 13px;
}
.file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.outline-button {
  min-height: 43px;
  padding: 0 16px;
  border: 1px solid #d9d0e1;
  border-radius: 11px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
}
.logo-result {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
}
.logo-canvas {
  width: 78px;
  height: 66px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e6e1ea;
  border-radius: 12px;
  background:
    linear-gradient(45deg, #f4f3f6 25%, transparent 25%),
    linear-gradient(-45deg, #f4f3f6 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #f4f3f6 75%),
    linear-gradient(-45deg, transparent 75%, #f4f3f6 75%), #fff;
  background-size: 12px 12px;
  background-position:
    0 0,
    0 6px,
    6px -6px,
    -6px 0;
}
.logo-canvas img,
.preview-company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.text-button {
  min-height: 39px;
  padding: 0 11px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #8128ba;
  font-weight: 750;
}
.text-button.danger {
  color: var(--danger);
}
.colors {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 15px 0 11px;
}
.color-dot {
  width: 38px;
  height: 38px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--dot);
  box-shadow: 0 0 0 1px #cfc7d6;
  transition:
    box-shadow 0.15s,
    transform 0.15s;
}
.color-dot:hover {
  transform: translateY(-1px);
}
.color-dot.selected {
  box-shadow:
    0 0 0 3px var(--brand),
    0 4px 12px rgba(44, 28, 55, 0.14);
}
.brand-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding-top: 19px;
  border-top: 1px solid #eee9f1;
}
.brand-toggle b {
  display: block;
  margin-bottom: 3px;
}
.switch {
  position: relative;
  width: 52px;
  height: 30px;
  flex: 0 0 52px;
  border: 0;
  border-radius: 99px;
  background: #d8d2dd;
  transition: background 0.18s;
}
.switch::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 7px #24192d30;
  transition: transform 0.18s;
}
.switch.on {
  background: var(--brand);
}
.switch.on::after {
  transform: translateX(22px);
}
.preview-panel {
  position: sticky;
  top: 24px;
  padding: 24px;
  border: 1px solid #e6ddec;
  border-radius: 23px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.98) 58%,
    color-mix(in srgb, var(--brand) 8%, #fff)
  );
  box-shadow: var(--shadow);
  transition: background 0.2s;
}
.preview-panel h2 {
  margin: 8px 0 5px;
  font-size: 25px;
  letter-spacing: -0.025em;
}
.preview-shell {
  display: grid;
  grid-template-columns: 135px 1fr;
  min-height: 390px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid #e7e1eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 35px #3b25540d;
}
.preview-nav {
  padding: 18px 12px;
  border-right: 1px solid #eee9f1;
  background: #fdfcfe;
}
.preview-company {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  min-width: 0;
  font-weight: 800;
}
.preview-company-logo {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
  color: #fff;
  box-shadow: inset 0 0 0 1px #ebe5ef;
}
.preview-company-logo.placeholder {
  background: var(--brand);
}
.preview-company-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preview-link {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 5px 0;
  padding: 10px;
  border-radius: 10px;
  color: #696176;
  font-size: 12px;
}
.preview-link.active {
  background: color-mix(in srgb, var(--brand) 12%, #fff);
  color: var(--brand);
  font-weight: 750;
}
.preview-main {
  padding: 20px;
}
.preview-main h3 {
  margin: 20px 0 3px;
  font-size: 24px;
}
.preview-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: 22px 0;
}
.preview-stat,
.preview-row,
.module-preview-item {
  border: 1px solid #ece7ef;
  border-radius: 12px;
  background: #fff;
}
.preview-stat {
  padding: 13px 9px;
}
.preview-stat i {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--brand) 11%, #fff);
  color: var(--brand);
  font-style: normal;
}
.preview-stat b {
  display: block;
  font-size: 18px;
}
.preview-stat span {
  color: var(--muted);
  font-size: 10px;
}
.preview-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
}
.preview-row-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: color-mix(in srgb, var(--brand) 11%, #fff);
  color: var(--brand);
}
.preview-banner {
  margin-top: 14px;
  padding: 16px;
  border-radius: 13px;
  background: color-mix(in srgb, var(--brand) 11%, #fff);
  color: color-mix(in srgb, var(--brand) 82%, #201228);
}
.module-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 18px;
}
.module-preview-item {
  min-height: 70px;
  padding: 11px;
}
.module-preview-item i {
  color: var(--brand);
  font-style: normal;
}
.module-preview-item b {
  display: block;
  margin-top: 8px;
  font-size: 11px;
}
.module-groups {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.module-group {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(53, 31, 69, 0.035);
}
.module-group-head {
  width: 100%;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto auto 24px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  text-align: left;
}
.group-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: color-mix(in srgb, var(--brand) 10%, #fff);
  color: var(--brand);
  font-size: 21px;
}
.group-copy b {
  display: block;
  margin-bottom: 3px;
  font-size: 17px;
}
.group-copy span,
.group-count {
  color: var(--muted);
  font-size: 13px;
}
.chevron {
  color: #736b7e;
  font-size: 20px;
  transform: rotate(0);
  transition: transform 0.18s;
}
.module-group.open .chevron {
  transform: rotate(180deg);
}
.module-items {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 18px 17px 80px;
}
.module-group.open .module-items {
  display: flex;
}
.module-chip {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #ded6e5;
  border-radius: 11px;
  background: #fff;
  color: #585062;
}
.module-chip.selected {
  border-color: color-mix(in srgb, var(--brand) 35%, #ddd);
  background: color-mix(in srgb, var(--brand) 9%, #fff);
  color: var(--brand);
  font-weight: 750;
}
.module-note {
  display: flex;
  gap: 9px;
  margin: 17px 4px 0;
  color: var(--muted);
  font-size: 13px;
}
.team-card {
  text-align: center;
}
.team-card h2 {
  margin-top: 0;
}
.seat-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 26px 0 14px;
}
.seat-controls button {
  width: 52px;
  height: 52px;
  border: 1px solid #ddd5e4;
  border-radius: 50%;
  background: #fff;
  color: var(--brand);
  font-size: 27px;
}
.seat-number {
  min-width: 135px;
  padding: 10px 30px;
  border-radius: 13px;
  background: color-mix(in srgb, var(--brand) 8%, #fff);
  font-size: 35px;
  font-weight: 850;
}
.price {
  margin: 12px 0;
  font-size: 35px;
  font-weight: 850;
}
.quick {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.quick button {
  min-width: 82px;
  padding: 10px 22px;
  border: 1px solid #ddd5e4;
  border-radius: 10px;
  background: #fff;
}
.trust-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 25px;
  margin-top: 20px;
  color: #5e5669;
}
.summary {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
}
.summary-item {
  padding: 10px;
  border-right: 1px solid #eee9f1;
}
.summary-item:last-child {
  border: 0;
}
.summary-item b {
  display: block;
  margin-top: 4px;
}
.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 19px;
  font-weight: 500;
  line-height: 1.45;
}
.consent input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  accent-color: var(--brand);
}
.newsletter {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--brand) 22%, transparent);
  border-radius: 14px;
  background: color-mix(in srgb, var(--brand) 6%, #fff);
  cursor: pointer;
  line-height: 1.4;
}
.newsletter.compact {
  margin-top: 12px;
}
.newsletter-icon {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--brand) 20%, transparent);
}
.newsletter-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--brand);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.newsletter-text {
  flex: 1 1 auto;
  min-width: 0;
}
.newsletter b {
  display: block;
  margin-bottom: 1px;
  font-size: 14.5px;
}
.newsletter-text span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}
/* Schalter: bewusst gut sichtbar, der Newsletter ist nie Pflicht und
   startet immer ausgeschaltet. */
.switch {
  position: relative;
  flex: 0 0 46px;
  width: 46px;
  height: 27px;
}
.switch input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.switch i {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #d8d3de;
  transition:
    background 0.18s ease,
    box-shadow 0.18s ease;
}
.switch i::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(20, 12, 30, 0.3);
  transition: transform 0.18s ease;
}
.switch input:checked + i {
  background: var(--brand);
}
.switch input:checked + i::after {
  transform: translateX(19px);
}
.switch input:focus-visible + i {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 35%, transparent);
}
/* Passwortfeld mit Sichtbarkeitsschalter. */
.password-field {
  position: relative;
}
.password-field input {
  padding-right: 52px;
}
.password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transform: translateY(-50%);
}
.password-toggle:hover {
  background: rgba(20, 12, 30, 0.05);
}
.password-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* Bottom-Sheet "Fast geschafft" - nur für die fehlende Zustimmung, der
   eigentliche Abschluss bleibt im Formular. */
.sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(20, 12, 30, 0.42);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.sheet-backdrop.open {
  opacity: 1;
}
.sheet {
  width: min(520px, 100%);
  padding: 10px 20px max(20px, env(safe-area-inset-bottom));
  border-radius: 22px 22px 0 0;
  background: #fff;
  box-shadow: 0 -12px 40px rgba(20, 12, 30, 0.22);
  transform: translateY(14px);
  transition: transform 0.2s ease;
}
.sheet-backdrop.open .sheet {
  transform: translateY(0);
}
.sheet-handle {
  display: block;
  width: 42px;
  height: 4px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: #ddd7e3;
}
.sheet h3 {
  margin: 0 0 6px;
  font-size: 21px;
}
.sheet p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.5;
}
.sheet .consent {
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.sheet .consent.needs-attention {
  border-color: #d7263d;
  background: rgba(215, 38, 61, 0.05);
}
.sheet .button.primary {
  width: 100%;
  margin-top: 16px;
}
.sheet .button.ghost {
  width: 100%;
  margin-top: 8px;
  min-height: 46px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 720px) {
  .sheet-backdrop {
    align-items: center;
  }
  .sheet {
    border-radius: 22px;
    padding-bottom: 20px;
  }
  .sheet-handle {
    display: none;
  }
}
.actions {
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 86px;
  padding: 13px clamp(22px, 5vw, 76px);
  border-top: 1px solid rgba(221, 213, 228, 0.8);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}
.actions .secondary {
  justify-self: start;
}
.safe-copy {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 9px;
  color: var(--muted);
  font-size: 12px;
}
.button {
  min-height: 51px;
  padding: 0 25px;
  border: 0;
  border-radius: 13px;
  font-weight: 800;
}
.button.primary {
  min-width: 190px;
  justify-self: end;
  color: #fff;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--brand) 80%, #c748ef),
    color-mix(in srgb, var(--brand) 88%, #4b1686)
  );
  box-shadow: 0 11px 27px color-mix(in srgb, var(--brand) 30%, transparent);
}
.button.secondary {
  background: #f3f0f5;
  color: #292231;
}
.error {
  margin-top: 14px;
  padding: 13px;
  border-radius: 11px;
  background: #fff0f2;
  color: var(--danger);
}
.loading::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border: 2px solid #ffffff80;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  vertical-align: -2px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.login-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}
.login-form {
  width: min(450px, 100%);
}
.login-form .brand {
  margin-bottom: 50px;
}
.login-form h1 {
  font-size: 39px;
}
.login-form .primary {
  width: 100%;
  margin-top: 20px;
}
.login-links {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1050px) {
  .layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
  }
  .preview-shell {
    grid-template-columns: 112px 1fr;
  }
  .preview-link {
    padding: 9px 7px;
  }
  .summary {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 820px) {
  .page {
    padding-top: 18px;
  }
  .topbar {
    grid-template-columns: auto 1fr;
  }
  .motto {
    display: none;
  }
  .layout {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
  /* Auf dem Handy keine Vorschau - sie stand nur unter dem Formular. */
  .preview-panel {
    display: none;
  }
  .actions {
    grid-template-columns: auto 1fr;
  }
  .safe-copy {
    display: none;
  }
}
@media (max-width: 600px) {
  .page {
    padding: 16px 16px 112px;
  }
  .page:has(+ .actions.has-back) {
    padding-bottom: 160px;
  }
  .topbar {
    gap: 16px;
  }
  .brand {
    font-size: 22px;
  }
  .brand-mark {
    width: 39px;
    height: 39px;
  }
  .layout {
    margin-top: 31px;
  }
  h1 {
    font-size: 35px;
    overflow-wrap: anywhere;
  }
  .subtitle {
    font-size: 16px;
  }
  .card {
    padding: 18px;
    border-radius: 17px;
  }
  .upload {
    grid-template-columns: 48px 1fr;
  }
  .upload .outline-button {
    grid-column: 1/-1;
    width: 100%;
  }
  .logo-result {
    grid-template-columns: 70px 1fr;
  }
  .logo-actions {
    grid-column: 1/-1;
    justify-content: flex-start;
  }
  .module-group-head {
    grid-template-columns: 42px minmax(0, 1fr) auto 20px;
    gap: 10px;
    padding: 14px;
  }
  .group-icon {
    width: 40px;
    height: 40px;
  }
  .group-count {
    display: none;
  }
  .module-items {
    padding: 0 14px 14px;
  }
  .module-chip {
    flex: 1 1 calc(50% - 8px);
    padding: 0 10px;
  }
  .preview-panel {
    padding: 18px;
  }
  .preview-shell {
    grid-template-columns: 91px 1fr;
    min-height: 300px;
  }
  .preview-nav {
    padding: 13px 7px;
  }
  .preview-link {
    font-size: 0;
    justify-content: center;
  }
  .preview-link span:first-child {
    font-size: 15px;
  }
  .preview-company-name {
    display: none;
  }
  .preview-main {
    padding: 13px;
  }
  .preview-main h3 {
    font-size: 20px;
  }
  .preview-stats {
    gap: 6px;
  }
  .preview-stat {
    padding: 9px 6px;
  }
  .preview-stat span {
    display: none;
  }
  .module-preview {
    grid-template-columns: 1fr;
  }
  .summary {
    grid-template-columns: 1fr 1fr;
  }
  .summary-item {
    padding: 8px 6px;
    border-bottom: 1px solid #eee9f1;
    font-size: 13px;
  }
  /* Abschluss-Schritt kompakt halten: weniger Luft zwischen
     Zusammenfassung, Zugangsdaten und Zustimmung. */
  .summary + .card {
    margin-top: 14px;
  }
  .card h2 {
    font-size: 19px;
  }
  label {
    margin: 13px 0 6px;
  }
  .consent {
    margin-top: 15px;
    font-size: 14px;
  }
  .newsletter {
    margin-top: 12px;
    padding: 11px 12px;
    gap: 10px;
  }
  .newsletter-icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }
  .actions {
    min-height: 96px;
    grid-template-columns: 1fr;
    padding: 12px 16px max(12px, env(safe-area-inset-bottom));
  }
  /* Zurück dezent unter "Weiter", z. B. um den Unternehmensnamen zu
     korrigieren; auf dem ersten Schritt ohne Zurück. */
  .actions .secondary {
    display: none;
  }
  .actions.has-back .secondary {
    display: block;
    order: 2;
    justify-self: stretch;
    min-height: 40px;
    width: 100%;
    background: transparent;
    color: var(--muted);
    font-weight: 700;
  }
  .button.primary {
    width: 100%;
    min-height: 55px;
    justify-self: stretch;
  }
  .seat-number {
    min-width: 110px;
  }
  .price {
    font-size: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
