.miz-page-sub {
  color: var(--miz-ink);
}

/**
 * Hero-Wallpaper per Seite via Custom Property gesetzt:
 *   <section class="miz-page-hero" style="--miz-page-hero-image:url('./images/x.webp')">
 *
 * WICHTIG für Editoren (Claude, Codex, manuell):
 * Der Pfad muss `./images/...` lauten (RELATIV ZUR pages.css, NICHT zum HTML),
 * weil CSS Custom Properties URLs im Kontext des Stylesheets auflösen.
 * `./assets/images/...` ergibt 404 → /assets/assets/images/...
 */
.miz-page-hero {
  position: relative;
  scroll-margin-top: 110px;
  padding: 118px 0 70px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(2, 8, 19, .72), rgba(7, 19, 37, .54)),
    radial-gradient(circle at 18% 0%, rgba(10, 132, 255, .22), transparent 30%),
    var(--miz-page-hero-image, url('./images/Homeinto1.webp')) center / cover no-repeat;
  isolation: isolate;
}

.miz-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, .18), transparent 28%),
    linear-gradient(90deg, rgba(2, 8, 19, .68) 0%, rgba(2, 8, 19, .34) 52%, rgba(2, 8, 19, .58) 100%);
  z-index: 0;
}

.miz-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 138px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0) 0%, rgba(248, 251, 255, .72) 58%, #f8fbff 100%);
}

.miz-page-head {
  position: relative;
  z-index: 1;
  max-width: 880px;
}

.miz-page-head::before {
  content: "";
  position: absolute;
  top: clamp(-38px, -3vw, -24px);
  right: clamp(-230px, -15vw, -96px);
  width: clamp(138px, 14vw, 210px);
  height: clamp(40px, 4.2vw, 58px);
  pointer-events: none;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .045)),
    url('./images/mizpremiumlogometal.webp') center / 78% auto no-repeat;
  box-shadow:
    0 24px 54px rgba(2, 8, 19, .28),
    0 0 0 7px rgba(10, 132, 255, .055),
    inset 0 1px 0 rgba(255, 255, 255, .16);
}

.miz-page-head::after {
  content: "";
  position: absolute;
  top: clamp(-48px, -4vw, -28px);
  right: clamp(-260px, -18vw, -120px);
  width: clamp(190px, 22vw, 330px);
  aspect-ratio: 4 / 1;
  pointer-events: none;
  background: url('./images/mizpremiumlogometal.webp') center / contain no-repeat;
  opacity: .16;
  filter: drop-shadow(0 22px 42px rgba(10, 132, 255, .22));
  z-index: -1;
}

.miz-page-head--wide {
  max-width: 1040px;
}

.miz-page-head h1 {
  margin: 22px 0 0;
  font-size: var(--miz-fs-h1);
  line-height: var(--miz-lh-h1);
  letter-spacing: var(--miz-ls-h1);
}

.miz-page-head p {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--miz-muted);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.72;
}

.miz-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.miz-hero-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  max-width: 760px;
}

.miz-hero-subnav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .88);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .055));
  box-shadow:
    0 14px 34px rgba(2, 8, 19, .18),
    inset 0 1px 0 rgba(255, 255, 255, .14);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    transform .22s var(--miz-ease),
    border-color .22s var(--miz-ease),
    background .22s var(--miz-ease),
    box-shadow .22s var(--miz-ease);
}

.miz-hero-subnav a:hover {
  transform: translateY(-2px);
  border-color: rgba(10, 132, 255, .42);
  background:
    linear-gradient(135deg, rgba(10, 132, 255, .26), rgba(255, 255, 255, .08));
  box-shadow:
    0 18px 44px rgba(2, 8, 19, .22),
    0 0 0 6px rgba(10, 132, 255, .08),
    inset 0 1px 0 rgba(255, 255, 255, .16);
}

.miz-hero-subnav i {
  color: var(--miz-blue-soft);
  font-size: 16px;
}

.miz-page-main {
  position: relative;
  margin-top: -1px;
  color: var(--miz-text);
  background:
    radial-gradient(circle at 18% 0%, rgba(10, 132, 255, .055), transparent 32%),
    #f8fbff;
  padding: 66px 0 120px;
}

.miz-page-stack {
  display: grid;
  gap: 22px;
}

.miz-page-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.miz-page-sidebar {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 26px;
  border: var(--miz-card-border-light);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(240, 246, 252, .86));
  box-shadow:
    0 18px 48px rgba(7, 19, 37, .10),
    inset 0 1px 0 rgba(255, 255, 255, .92);
}

.miz-page-sidebar strong {
  padding: 0 6px 4px;
  color: var(--miz-text);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.miz-page-sidebar a {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border-radius: 15px;
  color: var(--miz-text-soft);
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(10, 28, 48, .07);
  font-size: 14px;
  font-weight: 850;
  transition: transform .2s var(--miz-ease), color .2s var(--miz-ease), border-color .2s var(--miz-ease), background .2s var(--miz-ease);
}

.miz-page-sidebar a:hover {
  color: var(--miz-text);
  background: #fff;
  border-color: rgba(10, 132, 255, .24);
  transform: translateX(3px);
}

.miz-page-sidebar i {
  color: var(--miz-blue);
  font-size: 17px;
}

.miz-page-card {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 36px);
  border-radius: var(--miz-radius);
  border: var(--miz-card-border-light);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(242, 247, 252, .94));
  box-shadow:
    0 24px 64px rgba(7, 19, 37, .10),
    inset 0 1px 0 rgba(255, 255, 255, .94);
}

.miz-page-card--focus {
  border-color: rgba(10, 132, 255, .18);
  background:
    radial-gradient(circle at 0% 0%, rgba(10, 132, 255, .13), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .99), rgba(238, 245, 252, .96));
}

.miz-page-card--dark {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .14);
  background:
    radial-gradient(circle at 14% 0%, rgba(10, 132, 255, .22), transparent 32%),
    linear-gradient(135deg, rgba(5, 14, 28, .98), rgba(2, 8, 19, .98));
  box-shadow:
    0 28px 76px rgba(2, 8, 19, .24),
    inset 0 1px 0 rgba(255, 255, 255, .10);
}

.miz-page-card--dark h2,
.miz-page-card--dark h3,
.miz-page-card--dark strong {
  color: #fff;
}

.miz-page-card--dark p,
.miz-page-card--dark li {
  color: rgba(247, 251, 255, .76);
}

.miz-page-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 0% 0%, rgba(10, 132, 255, .10), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .36), transparent 42%);
  transition: background .3s var(--miz-ease);
  z-index: 0;
}

/* Interactive spotlight on page cards */
.miz-page-card[data-spotlight]::before {
  background:
    radial-gradient(circle at var(--spotlight-x, 0%) var(--spotlight-y, 0%), rgba(10, 132, 255, .13), transparent 44%),
    radial-gradient(circle at 0% 0%, rgba(10, 132, 255, .08), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .36), transparent 42%);
  opacity: 0;
  transition: opacity .35s var(--miz-ease);
}

.miz-page-card[data-spotlight]:hover::before {
  opacity: 1;
}

.miz-page-card--dark[data-spotlight]::before {
  background:
    radial-gradient(circle at var(--spotlight-x, 14%) var(--spotlight-y, 0%), rgba(10, 132, 255, .22), transparent 40%),
    radial-gradient(circle at 14% 0%, rgba(10, 132, 255, .16), transparent 32%),
    linear-gradient(135deg, rgba(5, 14, 28, 0), transparent 42%);
}

.miz-page-card > * {
  position: relative;
  z-index: 1;
}

.miz-page-card h2 {
  margin: 14px 0 0;
  color: var(--miz-text);
  font-size: var(--miz-fs-h3);
  line-height: var(--miz-lh-h3);
  letter-spacing: var(--miz-ls-h3);
}

.miz-page-card h3 {
  margin: 20px 0 8px;
  color: var(--miz-text);
  font-size: var(--miz-fs-h4);
  line-height: var(--miz-lh-h4);
  letter-spacing: var(--miz-ls-h4);
}

.miz-page-card p,
.miz-page-card li {
  color: var(--miz-text-soft);
  font-size: 16px;
  line-height: 1.78;
}

.miz-page-card a {
  color: #075fd4;
  font-weight: 850;
}

.miz-page-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.miz-page-meta {
  display: grid;
  gap: 8px;
  min-height: 120px;
  padding: 18px;
  border-radius: 20px;
  border: var(--miz-card-border-light);
  background: rgba(255, 255, 255, .74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
}

.miz-page-meta strong {
  color: var(--miz-text);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.miz-page-divider {
  height: 1px;
  margin: 24px 0;
  background: linear-gradient(90deg, rgba(10, 28, 48, .10), rgba(10, 132, 255, .24), transparent);
}

/* ── Rechtsseiten: Inhaltsuebersicht (TOC) + Stand-Badge ──── */
.miz-legal-toc {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.miz-legal-toc a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 16px;
  border: var(--miz-card-border-light);
  background: rgba(255, 255, 255, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  color: var(--miz-text);
  font-weight: 750;
  font-size: 15px;
  text-decoration: none;
  transition: transform .22s var(--miz-ease), box-shadow .22s var(--miz-ease), border-color .22s var(--miz-ease), background .22s var(--miz-ease);
}

.miz-legal-toc a:hover {
  transform: translateY(-2px);
  border-color: rgba(10, 132, 255, .34);
  background: #fff;
  box-shadow: 0 16px 32px rgba(7, 19, 37, .10);
}

.miz-legal-toc__num {
  flex: none;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 850;
  color: #fff;
  background: linear-gradient(135deg, #0a84ff, #1aa7ff);
  box-shadow: 0 6px 14px rgba(10, 132, 255, .34);
}

.miz-legal-toc a i {
  margin-left: auto;
  color: rgba(10, 132, 255, .6);
  font-size: 16px;
  transition: transform .22s var(--miz-ease);
}

.miz-legal-toc a:hover i { transform: translateX(3px); }

.miz-legal-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.miz-legal-head__icon {
  flex: none;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  font-size: 22px;
  color: #0a84ff;
  background: linear-gradient(135deg, rgba(10, 132, 255, .14), rgba(10, 132, 255, .04));
  border: 1px solid rgba(10, 132, 255, .2);
}

.miz-legal-stand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  color: var(--miz-text);
  background: rgba(37, 211, 102, .1);
  border: 1px solid rgba(37, 211, 102, .26);
}

.miz-legal-stand i { color: #1faa4e; font-size: 16px; }

.miz-legal-note {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  border: var(--miz-card-border-light);
  border-left: 3px solid rgba(10, 132, 255, .5);
  background: rgba(10, 132, 255, .05);
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--miz-text-soft);
}

@media (max-width: 620px) {
  .miz-legal-toc { grid-template-columns: 1fr; }
}

.miz-page-faq {
  display: grid;
  gap: 14px;
}

.miz-page-faq details {
  position: relative;
  border-radius: 20px;
  border: var(--miz-card-border-light);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(247, 250, 253, .78));
  box-shadow:
    0 10px 28px rgba(7, 19, 37, .05),
    inset 0 1px 0 rgba(255, 255, 255, .92);
  transition: border-color .22s var(--miz-ease), box-shadow .22s var(--miz-ease), background .22s var(--miz-ease);
}

.miz-page-faq details[open] {
  border-color: rgba(10, 132, 255, .22);
  background:
    radial-gradient(circle at 0% 0%, rgba(10, 132, 255, .10), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(243, 248, 253, .92));
  box-shadow:
    0 18px 48px rgba(7, 19, 37, .09),
    0 0 0 6px rgba(10, 132, 255, .035),
    inset 0 1px 0 rgba(255, 255, 255, .94);
}

.miz-page-faq summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 20px 58px 20px 22px;
  color: var(--miz-text);
  font-weight: 950;
  font-size: 18px;
  line-height: 1.35;
}

.miz-page-faq summary::-webkit-details-marker {
  display: none;
}

.miz-page-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--miz-blue), var(--miz-blue-2));
  box-shadow: 0 12px 26px rgba(10, 132, 255, .20);
  transform: translateY(-50%);
  transition: transform .22s var(--miz-ease);
}

.miz-page-faq details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.miz-page-faq p {
  margin: 0;
  padding: 0 22px 22px;
}

.miz-page-faq ul {
  margin: -6px 0 22px;
  padding: 0 22px 0 42px;
}

.miz-page-faq li + li {
  margin-top: 7px;
}

.miz-page-section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.miz-page-section-head h2 {
  margin-top: 0;
  font-size: var(--miz-fs-h2);
  line-height: var(--miz-lh-h2);
  letter-spacing: var(--miz-ls-h2);
}

.miz-page-section-head p {
  max-width: 760px;
  margin: 0;
}

.miz-page-state-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.miz-page-state-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: grid;
  grid-template-rows: minmax(260px, .9fr) auto;
  border-radius: var(--miz-radius-lg);
  border: var(--miz-card-border-light);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(242, 247, 252, .94));
  box-shadow:
    0 26px 72px rgba(7, 19, 37, .12),
    inset 0 1px 0 rgba(255, 255, 255, .94);
  isolation: isolate;
}

.miz-page-state-card--current {
  color: #fff;
  border-color: rgba(255, 255, 255, .14);
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 77, 79, .16), transparent 34%),
    linear-gradient(135deg, rgba(5, 14, 28, .98), rgba(2, 8, 19, .98));
}

.miz-page-state-card--updated {
  border-color: rgba(10, 132, 255, .18);
  background:
    radial-gradient(circle at 88% 0%, rgba(37, 211, 102, .14), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .99), rgba(239, 247, 255, .95));
}

.miz-page-state-media {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  background: #071325;
}

.miz-page-state-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .65s var(--miz-ease), filter .65s var(--miz-ease);
}

.miz-page-state-card:hover .miz-page-state-media img {
  transform: scale(1.065) rotate(.35deg);
  filter: saturate(1.08) contrast(1.04);
}

@supports selector(:has(*)) {
  .miz-page-state-media:has(img[src$=".svg"]) {
    min-height: clamp(360px, 34vw, 460px);
    display: grid;
    place-items: center;
    background:
      radial-gradient(circle at 70% 28%, rgba(10, 132, 255, .18), transparent 42%),
      #071325;
  }

  .miz-page-state-media:has(img[src$=".svg"]) img {
    height: 100%;
    min-height: 0;
    padding: 14px;
    object-fit: contain;
    transform: none;
  }

  .miz-page-state-card:hover .miz-page-state-media:has(img[src$=".svg"]) img {
    transform: scale(1.018);
    filter: saturate(1.06) contrast(1.04);
  }

  .miz-page-state-media:has(img[src$=".svg"]) .miz-page-state-label {
    top: 18px;
    right: 18px;
    bottom: auto;
    left: auto;
  }
}

.miz-page-state-media--ui {
  min-height: clamp(360px, 34vw, 460px);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 70% 28%, rgba(10, 132, 255, .18), transparent 42%),
    #071325;
}

.miz-page-state-media--ui img {
  height: 100%;
  min-height: 0;
  padding: 14px;
  object-fit: contain;
  transform: none;
}

.miz-page-state-card:hover .miz-page-state-media--ui img {
  transform: scale(1.018);
  filter: saturate(1.06) contrast(1.04);
}

.miz-page-state-media--ui .miz-page-state-label {
  top: 18px;
  right: 18px;
  bottom: auto;
  left: auto;
}

.miz-page-state-media--ui::after {
  display: none;
}

.miz-page-state-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 8, 19, .02) 28%, rgba(2, 8, 19, .62) 100%),
    radial-gradient(circle at 16% 12%, rgba(10, 132, 255, .18), transparent 36%);
}

.miz-page-state-card--updated .miz-page-state-media::after {
  background:
    linear-gradient(180deg, rgba(248, 251, 255, .02) 35%, rgba(5, 14, 28, .48) 100%),
    radial-gradient(circle at 82% 16%, rgba(37, 211, 102, .18), transparent 34%);
}

.miz-page-state-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(2, 8, 19, .54);
  box-shadow: 0 14px 34px rgba(2, 8, 19, .26), inset 0 1px 0 rgba(255, 255, 255, .12);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.miz-page-state-label i {
  font-size: 16px;
}

.miz-page-state-body {
  position: relative;
  z-index: 1;
  padding: clamp(22px, 3vw, 32px);
}

.miz-page-state-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--miz-blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.miz-page-state-card--current .miz-page-state-kicker {
  color: rgba(255, 255, 255, .70);
}

.miz-page-state-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 6px color-mix(in srgb, currentColor 16%, transparent);
}

.miz-page-state-body h2 {
  margin: 14px 0 0;
  color: var(--miz-text);
  font-size: var(--miz-fs-h2);
  line-height: var(--miz-lh-h2);
  letter-spacing: var(--miz-ls-h2);
}

.miz-page-state-card--current .miz-page-state-body h2 {
  color: #fff;
}

.miz-page-state-body p {
  margin: 14px 0 0;
  color: var(--miz-text-soft);
  font-size: 16px;
  line-height: 1.74;
}

.miz-page-state-card--current .miz-page-state-body p {
  color: rgba(247, 251, 255, .76);
}

.miz-page-state-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.miz-page-state-list span {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-width: 0;
  color: var(--miz-text);
  font-weight: 820;
  line-height: 1.45;
}

.miz-page-state-card--current .miz-page-state-list span {
  color: rgba(255, 255, 255, .88);
}

.miz-page-state-list i {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--miz-blue), var(--miz-blue-2));
  box-shadow: 0 10px 20px rgba(10, 132, 255, .18);
  font-size: 15px;
}

.miz-page-state-card--current .miz-page-state-list i {
  background: linear-gradient(135deg, rgba(255, 77, 79, .95), rgba(255, 149, 0, .88));
  box-shadow: 0 10px 20px rgba(255, 77, 79, .16);
}

@media (min-width: 1100px) {
  .miz-page-state-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .miz-page-state-card {
    grid-template-columns: minmax(500px, .98fr) minmax(0, 1fr);
    grid-template-rows: minmax(450px, auto);
    align-items: stretch;
    min-height: 450px;
  }

  .miz-page-state-card--updated {
    grid-template-columns: minmax(0, 1fr) minmax(500px, .98fr);
  }

  .miz-page-state-card--updated .miz-page-state-media {
    order: 2;
  }

  .miz-page-state-card--updated .miz-page-state-body {
    order: 1;
  }

  .miz-page-state-media {
    min-height: 100%;
  }

  .miz-page-state-media img {
    min-height: 100%;
  }

  .miz-page-state-media--ui {
    min-height: 100%;
  }

  .miz-page-state-media--ui img {
    max-height: 430px;
    padding: 24px;
  }

  .miz-page-state-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 4vw, 58px);
  }

  .miz-page-state-body h2 {
    max-width: 11.5em;
  }

  .miz-page-state-body p {
    max-width: 56ch;
    font-size: 17px;
  }

  .miz-page-state-list {
    max-width: 58ch;
    margin-top: 24px;
  }
}

.miz-page-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border-radius: var(--miz-radius-lg);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .15);
  background:
    radial-gradient(circle at 10% 0%, rgba(37, 211, 102, .20), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(10, 132, 255, .24), transparent 34%),
    linear-gradient(135deg, rgba(5, 14, 28, .98), rgba(2, 8, 19, .98));
  box-shadow:
    0 28px 76px rgba(2, 8, 19, .22),
    inset 0 1px 0 rgba(255, 255, 255, .10);
}

.miz-page-cta-band h2 {
  margin: 0;
  color: #fff;
  font-size: var(--miz-fs-h2);
  line-height: var(--miz-lh-h2);
  letter-spacing: var(--miz-ls-h2);
}

.miz-page-cta-band p {
  max-width: 760px;
  margin: 10px 0 0;
  color: rgba(247, 251, 255, .76);
}

.miz-page-cta-band .miz-actions {
  margin: 0;
  justify-content: flex-end;
}

.miz-page-important-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.miz-page-important-links a {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 18px;
  border-radius: 20px;
  color: var(--miz-text);
  border: var(--miz-card-border-light);
  background: #fff;
  box-shadow: var(--miz-shadow-light);
  transition: transform .22s var(--miz-ease), border-color .22s var(--miz-ease), box-shadow .22s var(--miz-ease);
}

.miz-page-important-links a:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 132, 255, .30);
  box-shadow: 0 26px 62px rgba(7, 19, 37, .13), 0 0 0 7px rgba(10, 132, 255, .07);
}

.miz-page-important-links strong {
  color: var(--miz-text);
}

.miz-page-important-links span {
  color: var(--miz-text-soft);
  font-size: 14px;
  line-height: 1.4;
}

.miz-page-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.miz-page-related-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: clamp(20px, 3vw, 30px);
  border-radius: var(--miz-radius);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
  background:
    linear-gradient(135deg, rgba(5, 14, 28, .96), rgba(2, 8, 19, .96));
  box-shadow:
    0 22px 58px rgba(7, 19, 37, .16),
    inset 0 1px 0 rgba(255, 255, 255, .10);
  transition: transform .28s var(--miz-ease), box-shadow .28s var(--miz-ease), border-color .28s var(--miz-ease);
}

.miz-page-related-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 8, 19, .08), rgba(2, 8, 19, .82)),
    var(--related-image, linear-gradient(135deg, rgba(10, 132, 255, .2), rgba(37, 211, 102, .12)));
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform .65s var(--miz-ease), filter .65s var(--miz-ease);
  z-index: 0;
}

.miz-page-related-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--spotlight-x, 85%) var(--spotlight-y, 18%), rgba(10, 132, 255, .30), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 38%);
  opacity: .78;
  z-index: 0;
}

.miz-page-related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(10, 132, 255, .32);
  box-shadow:
    0 30px 74px rgba(7, 19, 37, .22),
    0 0 0 8px rgba(10, 132, 255, .055),
    inset 0 1px 0 rgba(255, 255, 255, .12);
}

.miz-page-related-card:hover::before {
  transform: scale(1.08) rotate(.25deg);
  filter: saturate(1.08) contrast(1.04);
}

.miz-page-related-card > * {
  position: relative;
  z-index: 1;
}

.miz-page-related-card small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .20);
  background: rgba(2, 8, 19, .48);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.miz-page-related-card strong {
  color: #fff;
  font-size: var(--miz-fs-h3);
  line-height: var(--miz-lh-h3);
  letter-spacing: var(--miz-ls-h3);
}

.miz-page-related-card span {
  max-width: 58ch;
  color: rgba(247, 251, 255, .80);
  line-height: 1.62;
  font-weight: 720;
}

.miz-page-related-card b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.miz-page-related-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.miz-page-related-link {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 86px;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(10, 28, 48, .08);
  color: var(--miz-text);
  text-decoration: none;
  background:
    radial-gradient(circle at 0% 0%, rgba(10, 132, 255, .09), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(240, 246, 252, .88));
  box-shadow:
    0 16px 42px rgba(7, 19, 37, .08),
    inset 0 1px 0 rgba(255, 255, 255, .92);
  transition:
    transform .22s var(--miz-ease),
    border-color .22s var(--miz-ease),
    box-shadow .22s var(--miz-ease);
}

.miz-page-related-link:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 132, 255, .22);
  box-shadow:
    0 22px 58px rgba(7, 19, 37, .12),
    0 0 0 6px rgba(10, 132, 255, .06),
    inset 0 1px 0 rgba(255, 255, 255, .96);
}

.miz-page-related-link__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: var(--miz-blue);
  background: rgba(10, 132, 255, .10);
  border: 1px solid rgba(10, 132, 255, .14);
  font-size: 21px;
}

.miz-page-related-link__body {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.miz-page-related-link__body strong {
  color: var(--miz-text);
  font-size: 15px;
  line-height: 1.22;
}

.miz-page-related-link__body span {
  color: var(--miz-text-soft);
  font-size: 13px;
  line-height: 1.45;
}

.miz-service-detail-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items: stretch;
}

.miz-service-detail-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.miz-service-detail-list > div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  border: var(--miz-card-border-light);
  background: rgba(255, 255, 255, .76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
}

.miz-service-detail-list > div > div {
  min-width: 0;
}

.miz-service-detail-list i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--miz-blue), var(--miz-blue-2));
  box-shadow: 0 14px 28px rgba(10, 132, 255, .20);
  font-size: 20px;
}

.miz-service-detail-list strong,
.miz-service-detail-list span {
  display: block;
}

.miz-service-detail-list strong {
  color: var(--miz-text);
}

.miz-service-detail-list span {
  margin-top: 4px;
  color: var(--miz-text-soft);
  line-height: 1.55;
}

.miz-page-quote {
  min-height: 100%;
  display: grid;
  align-content: center;
  padding: clamp(22px, 3vw, 34px);
  border-radius: var(--miz-radius);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .14);
  background:
    radial-gradient(circle at 10% 0%, rgba(37, 211, 102, .14), transparent 32%),
    linear-gradient(135deg, rgba(8, 15, 27, .94), rgba(5, 14, 27, .88));
  box-shadow: 0 24px 64px rgba(7, 19, 37, .20), inset 0 1px 0 rgba(255, 255, 255, .12);
}

.miz-page-quote strong {
  font-size: var(--miz-fs-h3);
  line-height: var(--miz-lh-h3);
  letter-spacing: var(--miz-ls-h3);
}

.miz-page-quote span {
  margin-top: 14px;
  color: rgba(247, 251, 255, .76);
  line-height: 1.7;
  font-weight: 720;
}

@media (max-width: 900px) {
  .miz-page-layout {
    grid-template-columns: 1fr;
  }

  .miz-page-sidebar {
    position: relative;
    top: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .miz-page-sidebar strong {
    grid-column: 1 / -1;
  }

  .miz-page-meta-grid,
  .miz-page-important-links,
  .miz-page-state-grid,
  .miz-page-related-links,
  .miz-page-related-grid,
  .miz-service-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .miz-page-cta-band {
    grid-template-columns: 1fr;
  }

  .miz-page-cta-band .miz-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .miz-page-hero {
    padding: 86px 0 52px;
  }

  .miz-page-main {
    padding: 48px 0 82px;
  }

  .miz-page-head::before {
    display: none;
  }

  .miz-page-head::after {
    top: -24px;
    right: 0;
    width: 156px;
    opacity: .10;
  }

  .miz-page-sidebar {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .miz-page-faq summary {
    padding: 18px 52px 18px 18px;
    font-size: 16px;
  }

  .miz-page-faq p {
    padding: 0 18px 20px;
  }

  .miz-page-meta-grid,
  .miz-page-important-links,
  .miz-page-state-grid,
  .miz-page-related-links,
  .miz-page-related-grid,
  .miz-service-detail-grid {
    grid-template-columns: 1fr;
  }

  .miz-page-state-card {
    grid-template-rows: minmax(220px, auto) auto;
  }

  .miz-page-state-media,
  .miz-page-state-media img {
    min-height: 220px;
  }
}

/* ═══════════════════════════════════════════════════════════
   SUB-PAGES PREMIUM POLISH — Apple-tvOS Tile-Style auf allen 16 Pages
   ═══════════════════════════════════════════════════════════ */

:root {
  --tv-radius-sm: 14px;
  --tv-radius:    22px;
  --tv-radius-lg: 28px;
  --tv-shadow-sm: 0 6px 18px rgba(2, 8, 19, .08);
  --tv-shadow-md: 0 18px 42px rgba(2, 8, 19, .16);
  --tv-shadow-lg: 0 36px 84px rgba(2, 8, 19, .26);
  --tv-glow-blue: 0 0 0 1px rgba(10, 132, 255, .22), 0 0 60px rgba(10, 132, 255, .14);
  --tv-ease-out: cubic-bezier(.22, .61, .36, 1);
  --tv-ease-tile: cubic-bezier(.2, .9, .3, 1.15);
}

/* ── PAGE-CARDS einheitlich (Service-Detail, FAQ, etc.) ── */
.miz-page-card {
  border-radius: var(--tv-radius);
  box-shadow: var(--tv-shadow-md);
  border: 1px solid rgba(10, 132, 255, .08);
  transition:
    transform .42s var(--tv-ease-tile),
    box-shadow .42s var(--tv-ease-out),
    border-color .42s var(--tv-ease-out);
  contain: layout style;
}

.miz-page-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--tv-shadow-lg), var(--tv-glow-blue);
  border-color: rgba(10, 132, 255, .22);
}

/* ── STATE-CARDS (Ist-Zustand / Update) ── */
.miz-page-state-card {
  border-radius: var(--tv-radius);
  box-shadow: var(--tv-shadow-md);
  overflow: hidden;
  transition:
    transform .42s var(--tv-ease-tile),
    box-shadow .42s var(--tv-ease-out);
  contain: layout style;
}

.miz-page-state-card:hover {
  transform: translateY(-6px) scale(1.012);
  box-shadow: var(--tv-shadow-lg), var(--tv-glow-blue);
}

.miz-page-state-card--current {
  border: 1px solid rgba(255, 122, 89, .18);
}

.miz-page-state-card--updated {
  border: 1px solid rgba(10, 132, 255, .22);
}

/* Image-Media: subtle zoom on hover */
.miz-page-state-media {
  overflow: hidden;
}

.miz-page-state-media img {
  transition: transform .8s var(--tv-ease-out);
}

.miz-page-state-card:hover .miz-page-state-media img {
  transform: scale(1.04);
}

/* State-Label: Apple-Pill */
.miz-page-state-label {
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* ── RELATED-LINKS (Apple-Tile mit Hover-Lift) ── */
.miz-page-related-link {
  border-radius: var(--tv-radius);
  box-shadow: var(--tv-shadow-sm);
  transition:
    transform .32s var(--tv-ease-tile),
    box-shadow .32s var(--tv-ease-out),
    border-color .32s var(--tv-ease-out);
  contain: layout style;
}

.miz-page-related-link:hover {
  transform: translateY(-3px);
  box-shadow: var(--tv-shadow-md), var(--tv-glow-blue);
}

/* Related-Links auf Hover: Icon springt subtle */
.miz-page-related-link:hover .miz-page-related-link__icon {
  transform: scale(1.08) rotate(-4deg);
  transition: transform .3s var(--tv-ease-tile);
}

/* ── FAQ-ITEMS (Apple-Accordion-Style) ── */
.miz-page-faq details {
  border-radius: var(--tv-radius-sm);
  transition:
    background .3s var(--tv-ease-out),
    box-shadow .3s var(--tv-ease-out);
}

.miz-page-faq details[open] {
  box-shadow: var(--tv-shadow-sm), var(--tv-glow-blue);
}

.miz-page-faq summary {
  min-height: 44px; /* WCAG 2.5.5 Touch */
  cursor: pointer;
}

/* ── CTA-BAND (zentriert, Apple-Tile) ── */
.miz-page-cta-band {
  border-radius: var(--tv-radius);
  box-shadow: var(--tv-shadow-md);
  transition: box-shadow .42s var(--tv-ease-out);
}

.miz-page-cta-band:hover {
  box-shadow: var(--tv-shadow-lg);
}

/* ── BUTTONS auf Sub-Pages (Pill-Style) ── */
.miz-page-stack .miz-btn {
  border-radius: 999px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition:
    transform .25s var(--tv-ease-tile),
    box-shadow .25s var(--tv-ease-out);
}

.miz-page-stack .miz-btn-primary {
  box-shadow:
    0 12px 28px rgba(10, 132, 255, .28),
    inset 0 1px 0 rgba(255, 255, 255, .18);
}

.miz-page-stack .miz-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 40px rgba(10, 132, 255, .42),
    inset 0 1px 0 rgba(255, 255, 255, .25);
}

/* ── QUOTE-ASIDE (Apple-Quote-Card) ── */
.miz-page-quote {
  border-radius: var(--tv-radius);
  box-shadow: var(--tv-shadow-sm);
}

/* ── SERVICE-DETAIL-LIST (Bullet-Cards) ── */
.miz-service-detail-list > div {
  transition: transform .3s var(--tv-ease-out);
}

.miz-service-detail-list > div:hover {
  transform: translateX(3px);
}

/* ── HERO-IMPROVE: subtilere Bottom-Transition zur Light-Section ── */
.miz-page-hero::after {
  background: linear-gradient(180deg, rgba(248, 251, 255, 0) 0%, rgba(248, 251, 255, .82) 62%, #f8fbff 100%);
}

/* ── PERFORMANCE — content-visibility auf off-screen Cards ──
   contain-intrinsic-size: "auto 700px" → Browser merkt sich die zuletzt
   gerenderte echte Hoehe und nutzt 700px nur als Erst-Schaetzung. Verhindert
   die grossen leeren Platzhalter-Boxen bei kurzen Cards (z.B. Impressum-/
   Datenschutz-Cards), die mit fixem 700px dauerhaft zu hoch blieben. */
.miz-page-stack > section:nth-child(n+3) {
  content-visibility: auto;
  contain-intrinsic-size: auto 700px;
}

/* ── ACCESSIBILITY — Skip-Link + Focus-Visible ── */
.miz-page-sub *:focus {
  outline: none;
}

.miz-page-sub *:focus-visible {
  outline: 3px solid rgba(10, 132, 255, .6);
  outline-offset: 3px;
  border-radius: 4px;
}

.miz-page-sub .miz-btn:focus-visible,
.miz-page-sub .miz-nav-link:focus-visible,
.miz-page-sub .miz-nav-cta:focus-visible {
  outline-offset: 4px;
}

/* ── REDUCED-MOTION: alle Tile-Hovers neutralisieren ── */
@media (prefers-reduced-motion: reduce) {
  .miz-page-card:hover,
  .miz-page-state-card:hover,
  .miz-page-related-link:hover,
  .miz-page-cta-band:hover,
  .miz-service-detail-list > div:hover {
    transform: none !important;
  }
  .miz-page-state-card:hover .miz-page-state-media img,
  .miz-page-related-link:hover .miz-page-related-link__icon {
    transform: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   HERO-SIZE FIX — Bild ordentlich zur Geltung bringen
   ═══════════════════════════════════════════════════════════ */

.miz-page-hero {
  /* Padding + Min-Height — groß genug damit Wallpaper sichtbar bleibt,
     klein genug für Above-the-fold (~720px) */
  padding: clamp(120px, 11vw, 160px) 0 clamp(120px, 11vw, 160px);
  min-height: clamp(520px, 78vh, 720px);
  display: flex;
  align-items: center;
  background-position: center 35%;
}

/* Background-Layer-Overlay subtiler — Wallpaper darf durchscheinen */
.miz-page-hero {
  background:
    linear-gradient(135deg, rgba(2, 8, 19, .58), rgba(7, 19, 37, .38)),
    radial-gradient(circle at 18% 0%, rgba(10, 132, 255, .18), transparent 30%),
    var(--miz-page-hero-image, url('./images/Homeinto1.webp')) center 35% / cover no-repeat;
}

/* Bottom-Fade reduzieren — schneidet bisher das Bild oben "ab" */
.miz-page-hero::after {
  height: 96px; /* war 138px */
  background: linear-gradient(180deg, rgba(248, 251, 255, 0) 0%, rgba(248, 251, 255, .68) 64%, #f8fbff 100%);
}

/* H1 darf etwas atmen */
.miz-page-head h1 {
  font-size: var(--miz-fs-h1);
  margin: 18px 0 0;
}

.miz-page-head p {
  margin: 22px 0 0;
}

.miz-page-hero-actions,
.miz-page-head .miz-actions {
  margin-top: 30px;
}

/* Mobile: weniger min-height aber immer noch großzügig */
@media (max-width: 720px) {
  .miz-page-hero {
    padding: clamp(110px, 18vw, 150px) 0 clamp(110px, 18vw, 150px);
    min-height: clamp(440px, 58vh, 560px);
  }
}

/* ═══════════════════════════════════════════════════════════
   SUBPAGE MASTER TEMPLATE, final layer for Elementor-ready pages
   Purpose: one stable, premium structure for all topic pages.
   This block intentionally sits last so older polish rules cannot override it.
   ═══════════════════════════════════════════════════════════ */

.miz-page-sub {
  --sub-section-gap: clamp(24px, 3vw, 36px);
  --sub-card-radius: clamp(22px, 2.4vw, 34px);
  --sub-card-shadow: 0 18px 34px rgba(7, 19, 37, .08), 0 34px 86px rgba(7, 19, 37, .12);
  --sub-card-shadow-hover: 0 24px 44px rgba(7, 19, 37, .10), 0 44px 108px rgba(7, 19, 37, .18), 0 0 0 1px rgba(10, 132, 255, .16);
  background: #f8fbff;
}

.miz-page-sub .miz-page-stack {
  gap: var(--sub-section-gap);
}

.miz-page-sub .miz-page-card,
.miz-page-sub .miz-page-state-card,
.miz-page-sub .miz-page-related-link,
.miz-page-sub .miz-page-related-card,
.miz-page-sub .miz-page-cta-band {
  border-radius: var(--sub-card-radius);
}

.miz-page-sub .miz-page-card,
.miz-page-sub .miz-page-state-card {
  box-shadow: var(--sub-card-shadow);
}

.miz-page-sub .miz-page-card:hover,
.miz-page-sub .miz-page-state-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sub-card-shadow-hover);
}

.miz-page-sub .miz-page-card p,
.miz-page-sub .miz-page-state-body p,
.miz-page-sub .miz-page-faq p,
.miz-page-sub .miz-page-cta-band p {
  max-width: 72ch;
}

.miz-page-sub .miz-page-card h2,
.miz-page-sub .miz-page-state-body h2,
.miz-page-sub .miz-page-cta-band h2 {
  text-wrap: balance;
}

.miz-page-sub .miz-page-main {
  background:
    radial-gradient(circle at 12% 4%, rgba(10, 132, 255, .105), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(37, 211, 102, .075), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef5fc 100%);
}

.miz-page-sub .miz-page-state-grid {
  align-items: stretch;
}

.miz-page-sub .miz-page-state-card {
  position: relative;
  border: 1px solid rgba(10, 28, 48, .10);
  outline: 1px solid rgba(255, 255, 255, .70);
  outline-offset: -2px;
}

.miz-page-sub .miz-page-state-card--current {
  border-color: rgba(255, 255, 255, .18);
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 77, 79, .24), transparent 33%),
    radial-gradient(circle at 88% 100%, rgba(10, 132, 255, .16), transparent 36%),
    linear-gradient(135deg, #071325 0%, #020813 100%);
  box-shadow:
    0 28px 78px rgba(2, 8, 19, .30),
    0 12px 34px rgba(255, 77, 79, .10),
    inset 0 1px 0 rgba(255, 255, 255, .11);
}

.miz-page-sub .miz-page-state-card--updated {
  border-color: rgba(10, 132, 255, .24);
  background:
    radial-gradient(circle at 88% 0%, rgba(37, 211, 102, .18), transparent 31%),
    radial-gradient(circle at 16% 100%, rgba(10, 132, 255, .12), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
  box-shadow:
    0 28px 78px rgba(7, 19, 37, .12),
    0 14px 36px rgba(10, 132, 255, .10),
    inset 0 1px 0 rgba(255, 255, 255, .96);
}

.miz-page-sub .miz-page-state-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 2;
  pointer-events: none;
  border-radius: calc(var(--sub-card-radius) - 2px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .20), transparent 34%),
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, .22), transparent 26%),
    radial-gradient(circle at 84% 100%, rgba(10, 132, 255, .10), transparent 32%);
  mix-blend-mode: screen;
  opacity: .62;
}

.miz-page-sub .miz-page-state-media {
  min-height: clamp(300px, 30vw, 430px);
  box-shadow:
    inset -1px 0 0 rgba(255, 255, 255, .08),
    inset 0 1px 0 rgba(255, 255, 255, .10),
    inset 0 -60px 90px rgba(2, 8, 19, .22);
}

.miz-page-sub .miz-page-state-media img {
  min-height: inherit;
}

.miz-page-sub .miz-page-state-media--ui {
  min-height: clamp(390px, 34vw, 480px);
  border: 0;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, .10), transparent 30%),
    radial-gradient(circle at 72% 28%, rgba(10, 132, 255, .24), transparent 42%),
    linear-gradient(135deg, #07162b 0%, #020813 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .10),
    inset 0 -1px 0 rgba(255, 255, 255, .06),
    inset 0 0 0 1px rgba(255, 255, 255, .075);
}

.miz-page-sub .miz-page-state-media--ui img {
  width: 100%;
  height: 100%;
  max-height: none;
  padding: clamp(18px, 2vw, 28px);
  object-fit: contain;
  transform: none;
  filter: drop-shadow(0 28px 44px rgba(0, 0, 0, .34));
}

.miz-page-sub .miz-page-state-card:hover .miz-page-state-media--ui img {
  transform: scale(1.01);
}

.miz-page-sub .miz-page-state-media--ui::after {
  display: none;
}

.miz-page-sub .miz-page-state-label {
  z-index: 3;
  box-shadow:
    0 12px 26px rgba(2, 8, 19, .30),
    0 0 0 6px rgba(255, 255, 255, .045),
    inset 0 1px 0 rgba(255, 255, 255, .18);
}

.miz-page-sub .miz-page-state-body {
  z-index: 3;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .66), rgba(255, 255, 255, .22));
  box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, .52);
}

.miz-page-sub .miz-page-state-card--current .miz-page-state-body {
  background:
    linear-gradient(135deg, rgba(4, 12, 24, .96), rgba(2, 8, 19, .88));
  box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, .08),
    inset 32px 0 70px rgba(0, 0, 0, .16);
}

.miz-page-sub .miz-page-state-card--updated .miz-page-state-body {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(244, 249, 255, .82));
  box-shadow:
    inset 1px 0 0 rgba(10, 132, 255, .08),
    inset 26px 0 60px rgba(255, 255, 255, .62);
}

.miz-page-sub .miz-page-state-card--current .miz-page-state-kicker {
  color: rgba(255, 255, 255, .86);
}

.miz-page-sub .miz-page-state-card--updated .miz-page-state-kicker {
  color: #075fd4;
}

.miz-page-sub .miz-page-state-body h2 {
  color: #081426;
}

.miz-page-sub .miz-page-state-card--current .miz-page-state-body h2 {
  color: #fff;
  text-shadow: 0 16px 42px rgba(0, 0, 0, .26);
}

.miz-page-sub .miz-page-state-body p {
  color: #334158;
}

.miz-page-sub .miz-page-state-card--current .miz-page-state-body p {
  color: rgba(247, 251, 255, .84);
}

.miz-page-sub .miz-page-state-list span {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(10, 28, 48, .08);
  background: rgba(255, 255, 255, .70);
  box-shadow:
    0 10px 22px rgba(7, 19, 37, .045),
    inset 0 1px 0 rgba(255, 255, 255, .82);
}

.miz-page-sub .miz-page-state-card--current .miz-page-state-list span {
  color: rgba(255, 255, 255, .92);
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .055);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}

.miz-page-sub .miz-page-state-card--updated .miz-page-state-list span {
  color: #172235;
  border-color: rgba(10, 132, 255, .13);
  background: rgba(255, 255, 255, .86);
}

.miz-page-sub .miz-page-state-body::before {
  content: "";
  position: absolute;
  inset: clamp(18px, 2vw, 26px);
  z-index: -1;
  pointer-events: none;
  border-radius: calc(var(--sub-card-radius) - 10px);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, .08), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, .05), transparent 48%);
  opacity: .75;
}

.miz-page-sub .miz-service-detail-grid {
  align-items: stretch;
}

.miz-page-sub .miz-service-detail-list {
  gap: 14px;
}

.miz-page-sub .miz-service-detail-list > div {
  min-height: 86px;
  border-radius: 18px;
  border: 1px solid rgba(10, 28, 48, .10);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(246, 250, 255, .76));
  box-shadow:
    0 12px 26px rgba(7, 19, 37, .06),
    inset 0 1px 0 rgba(255, 255, 255, .88);
}

.miz-page-sub .miz-service-detail-list strong {
  color: #081426;
}

.miz-page-sub .miz-service-detail-list span {
  color: #43516a;
}

.miz-page-sub .miz-service-detail-list > div:hover {
  transform: translateY(-2px);
}

.miz-page-sub .miz-page-related-links {
  gap: 16px;
}

.miz-page-sub .miz-page-related-link {
  min-height: 118px;
  border: 1px solid rgba(10, 28, 48, .11);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(245, 250, 255, .80));
  box-shadow:
    0 16px 36px rgba(7, 19, 37, .075),
    inset 0 1px 0 rgba(255, 255, 255, .88);
}

.miz-page-sub .miz-page-related-link__body strong {
  color: #081426;
}

.miz-page-sub .miz-page-related-link__body span {
  color: #43516a;
}

.miz-page-sub .miz-page-faq {
  gap: 12px;
}

.miz-page-sub .miz-page-faq details {
  overflow: hidden;
  border-radius: 18px;
}

.miz-page-sub .miz-page-faq summary {
  min-height: 64px;
  display: flex;
  align-items: center;
}

@media (min-width: 1100px) {
  .miz-page-sub .miz-page-state-grid {
    grid-template-columns: 1fr;
  }

  .miz-page-sub .miz-page-state-card {
    grid-template-columns: minmax(520px, 1.02fr) minmax(0, .98fr);
    grid-template-rows: minmax(470px, auto);
    min-height: 470px;
  }

  .miz-page-sub .miz-page-state-card--updated {
    grid-template-columns: minmax(0, .98fr) minmax(520px, 1.02fr);
  }

  .miz-page-sub .miz-page-state-media,
  .miz-page-sub .miz-page-state-media--ui {
    min-height: 100%;
  }

  .miz-page-sub .miz-page-state-card--current .miz-page-state-media {
    box-shadow:
      inset -1px 0 0 rgba(255, 255, 255, .08),
      22px 0 54px rgba(2, 8, 19, .20);
  }

  .miz-page-sub .miz-page-state-card--updated .miz-page-state-media {
    box-shadow:
      inset 1px 0 0 rgba(255, 255, 255, .10),
      -22px 0 54px rgba(7, 19, 37, .10);
  }

  .miz-page-sub .miz-page-state-media img {
    min-height: 100%;
  }

  .miz-page-sub .miz-page-state-body {
    padding: clamp(42px, 4.4vw, 64px);
  }

  .miz-page-sub .miz-page-related-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1500px) {
  .miz-page-sub .miz-shell {
    max-width: min(1380px, calc(100% - 72px));
  }

  .miz-page-sub .miz-page-state-card {
    grid-template-columns: minmax(620px, 1.05fr) minmax(0, .95fr);
  }

  .miz-page-sub .miz-page-state-card--updated {
    grid-template-columns: minmax(0, .95fr) minmax(620px, 1.05fr);
  }
}

@media (max-width: 900px) {
  .miz-page-sub .miz-page-state-grid,
  .miz-page-sub .miz-page-related-links {
    grid-template-columns: 1fr;
  }

  .miz-page-sub .miz-page-state-card {
    grid-template-rows: auto auto;
  }
}

@media (max-width: 640px) {
  .miz-page-sub .miz-page-state-media--ui {
    min-height: 360px;
  }

  .miz-page-sub .miz-page-state-media--ui img {
    padding: 14px;
  }

  .miz-page-sub .miz-page-state-body {
    padding: 24px;
  }
}

/* Final contrast guard: dark FAQ/legal cards stay readable after global token resets. */
.miz-page-sub .miz-page-card--dark,
.miz-page-sub .miz-page-card--dark .miz-page-faq details {
  color: #f7fbff;
}

.miz-page-sub .miz-page-card--dark :is(h2, h3, h4, strong, summary) {
  color: #fff !important;
}

.miz-page-sub .miz-page-card--dark :is(p, li, span) {
  color: rgba(247, 251, 255, .78) !important;
}

.miz-page-sub .miz-page-card--dark .miz-page-faq details {
  border-color: rgba(255, 255, 255, .13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .045));
  box-shadow:
    0 14px 34px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .10);
}

.miz-page-sub .miz-page-card--dark .miz-page-faq details[open] {
  border-color: rgba(10, 132, 255, .35);
  background:
    radial-gradient(circle at 0% 0%, rgba(10, 132, 255, .16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .055));
}

/* MIZ SUBPAGE PREMIUM GUARD 2026-06-03
   Central finishing layer for Elementor HTML widgets and non-master Zusatzseiten. */
.miz-page-sub {
  color-scheme: light;
  background:
    linear-gradient(180deg, #f4f8fd 0%, #ffffff 28%, #f1f6fb 100%);
}

.miz-page-sub .miz-page-hero:not(.miz-phero) {
  position: relative;
  isolation: isolate;
  min-height: clamp(560px, 72vh, 780px);
  display: flex;
  align-items: flex-end;
  padding: clamp(118px, 12vw, 172px) 0 clamp(76px, 9vw, 116px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(4, 13, 27, .96) 0%, rgba(5, 17, 34, .88) 34%, rgba(7, 28, 54, .46) 66%, rgba(244, 248, 253, .18) 100%),
    var(--miz-page-hero-image) center right / cover no-repeat,
    #06101f;
}

.miz-page-sub .miz-page-hero:not(.miz-phero)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 72% 32%, rgba(10, 132, 255, .18), transparent 34%),
    radial-gradient(circle at 24% 74%, rgba(43, 214, 125, .12), transparent 30%);
  pointer-events: none;
}

.miz-page-sub .miz-page-hero:not(.miz-phero)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(110px, 18vw, 210px);
  z-index: -1;
  background: linear-gradient(180deg, rgba(244, 248, 253, 0), #f4f8fd 74%, #f4f8fd 100%);
  pointer-events: none;
}

.miz-page-sub .miz-page-head {
  max-width: min(760px, 100%);
}

.miz-page-sub .miz-page-hero:not(.miz-phero) .miz-pill {
  color: #d9ecff;
  border-color: rgba(116, 182, 255, .40);
  background: rgba(10, 132, 255, .13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.miz-page-sub .miz-page-hero:not(.miz-phero) h1 {
  max-width: 11.5ch;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 20px 58px rgba(0, 0, 0, .45);
}

.miz-page-sub .miz-page-hero:not(.miz-phero) p {
  max-width: 58ch;
  color: rgba(235, 243, 255, .88);
}

.miz-page-sub .miz-page-hero:not(.miz-phero) .miz-actions {
  margin-top: clamp(24px, 3.8vw, 34px);
}

.miz-page-sub .miz-btn,
.miz-page-sub .miz-btn:visited {
  gap: 10px;
  color: inherit;
}

.miz-page-sub .miz-btn i,
.miz-page-sub .miz-nav a i,
.miz-page-sub .miz-footer a i,
.miz-page-sub .miz-page-related-link i,
.miz-page-sub .miz-service-detail-list i,
.miz-page-sub .miz-page-state-list i {
  color: currentColor;
}

.miz-page-sub .miz-btn-primary,
.miz-page-sub .miz-btn-primary:visited {
  color: #fff;
  background:
    linear-gradient(135deg, #0a84ff 0%, #075fe6 100%);
  border-color: rgba(10, 132, 255, .76);
  box-shadow:
    0 20px 46px rgba(10, 99, 255, .26),
    inset 0 1px 0 rgba(255, 255, 255, .25);
}

.miz-page-sub .miz-btn-ghost,
.miz-page-sub .miz-btn-ghost:visited,
.miz-page-sub .miz-btn-secondary,
.miz-page-sub .miz-btn-secondary:visited {
  color: #08213f;
  background: rgba(255, 255, 255, .90);
  border-color: rgba(9, 33, 63, .14);
  box-shadow:
    0 16px 36px rgba(7, 23, 45, .10),
    inset 0 1px 0 rgba(255, 255, 255, .86);
}

.miz-page-sub .miz-page-hero:not(.miz-phero) .miz-btn-ghost,
.miz-page-sub .miz-page-hero:not(.miz-phero) .miz-btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .30);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .11);
}

.miz-page-sub .miz-btn:hover,
.miz-page-sub .miz-page-related-link:hover,
.miz-page-sub .miz-service-detail-list > div:hover,
.miz-page-sub .miz-page-faq details:hover {
  transform: translateY(-3px);
}

.miz-page-sub .miz-page-main {
  position: relative;
  z-index: 2;
  margin-top: 0;
  background:
    linear-gradient(180deg, #f4f8fd 0%, #ffffff 34%, #eef5fc 100%);
}

.miz-page-sub .miz-page-card,
.miz-page-sub .miz-page-state-card,
.miz-page-sub .miz-page-quote,
.miz-page-sub .miz-page-cta-band,
.miz-page-sub .miz-service-detail-list > div,
.miz-page-sub .miz-page-faq details,
.miz-page-sub .miz-page-related-link {
  color: #071426;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 250, 254, .96));
  border: 1px solid rgba(9, 34, 64, .10);
  box-shadow:
    0 26px 70px rgba(7, 25, 48, .11),
    0 1px 0 rgba(255, 255, 255, .85) inset;
}

.miz-page-sub .miz-page-card h2,
.miz-page-sub .miz-page-state-card h2,
.miz-page-sub .miz-page-cta-band h2,
.miz-page-sub .miz-page-related-link strong,
.miz-page-sub .miz-service-detail-list strong,
.miz-page-sub .miz-page-faq summary {
  color: #071426;
}

.miz-page-sub .miz-page-card p,
.miz-page-sub .miz-page-state-card p,
.miz-page-sub .miz-page-cta-band p,
.miz-page-sub .miz-page-related-link span,
.miz-page-sub .miz-service-detail-list span,
.miz-page-sub .miz-page-faq p {
  color: #40546d;
}

.miz-page-sub .miz-pill-dark {
  color: #075fe6;
  background: rgba(10, 132, 255, .10);
  border-color: rgba(10, 132, 255, .22);
}

.miz-page-sub .miz-page-state-grid {
  gap: clamp(20px, 3vw, 34px);
}

.miz-page-sub .miz-page-state-card {
  overflow: hidden;
  border-radius: 28px;
}

.miz-page-sub .miz-page-state-media {
  background:
    radial-gradient(circle at 72% 20%, rgba(10, 132, 255, .18), transparent 30%),
    linear-gradient(135deg, #eef5fb, #ffffff);
}

.miz-page-sub .miz-page-state-card--current .miz-page-state-label {
  color: #8a2d18;
  background: rgba(255, 122, 61, .13);
  border-color: rgba(255, 122, 61, .26);
}

.miz-page-sub .miz-page-state-card--updated .miz-page-state-label {
  color: #086735;
  background: rgba(43, 214, 125, .14);
  border-color: rgba(43, 214, 125, .28);
}

.miz-page-sub .miz-page-state-list span {
  background: rgba(7, 23, 45, .035);
  border: 1px solid rgba(7, 23, 45, .075);
}

.miz-page-sub .miz-page-state-card--current .miz-page-state-list i {
  color: #d35b2d;
}

.miz-page-sub .miz-page-state-card--updated .miz-page-state-list i {
  color: #16a55a;
}

.miz-page-sub .miz-service-detail-grid {
  grid-template-columns: minmax(0, 1.24fr) minmax(280px, .76fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: stretch;
}

.miz-page-sub .miz-service-detail-list {
  gap: 12px;
}

.miz-page-sub .miz-service-detail-list > div {
  border-radius: 18px;
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.miz-page-sub .miz-service-detail-list i,
.miz-page-sub .miz-page-related-link__icon {
  color: #0a72f5;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, .92), transparent 34%),
    linear-gradient(135deg, rgba(10, 132, 255, .16), rgba(43, 214, 125, .10));
  border: 1px solid rgba(10, 132, 255, .18);
}

.miz-page-sub .miz-page-quote {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  min-height: 100%;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(4, 17, 33, .98), rgba(8, 34, 66, .94));
  border-color: rgba(112, 180, 255, .20);
}

.miz-page-sub .miz-page-quote::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 82% 14%, rgba(10, 132, 255, .28), transparent 33%),
    radial-gradient(circle at 10% 88%, rgba(43, 214, 125, .15), transparent 28%);
  pointer-events: none;
}

.miz-page-sub .miz-page-quote > * {
  position: relative;
}

.miz-page-sub .miz-page-quote strong {
  color: #fff;
}

.miz-page-sub .miz-page-quote span {
  color: rgba(235, 243, 255, .82);
}

.miz-page-sub .miz-page-related-links {
  gap: 14px;
}

.miz-page-sub .miz-page-related-link {
  border-radius: 20px;
  min-height: 118px;
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.miz-page-sub .miz-page-related-link:hover,
.miz-page-sub .miz-service-detail-list > div:hover {
  border-color: rgba(10, 132, 255, .28);
  box-shadow:
    0 30px 80px rgba(7, 25, 48, .15),
    0 0 0 1px rgba(10, 132, 255, .08) inset;
}

.miz-page-sub .miz-page-faq details {
  border-radius: 18px;
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.miz-page-sub .miz-page-faq details[open] {
  border-color: rgba(10, 132, 255, .24);
  background:
    linear-gradient(180deg, #ffffff, #f3f8ff);
}

.miz-page-sub .miz-page-cta-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(5, 18, 34, .98), rgba(8, 44, 80, .94));
  border-color: rgba(112, 180, 255, .22);
}

.miz-page-sub .miz-page-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(10, 132, 255, .28), transparent 30%),
    radial-gradient(circle at 12% 88%, rgba(43, 214, 125, .16), transparent 26%);
  pointer-events: none;
}

.miz-page-sub .miz-page-cta-band > * {
  position: relative;
}

.miz-page-sub .miz-page-cta-band h2 {
  color: #fff;
}

.miz-page-sub .miz-page-cta-band p {
  color: rgba(235, 243, 255, .82);
}

.miz-page-sub .miz-page-cta-band .miz-btn-ghost {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .26);
}

@media (max-width: 920px) {
  .miz-page-sub .miz-page-hero:not(.miz-phero) {
    min-height: auto;
    padding: 112px 0 86px;
    background:
      linear-gradient(180deg, rgba(4, 13, 27, .96) 0%, rgba(5, 17, 34, .86) 46%, rgba(5, 17, 34, .42) 74%, rgba(244, 248, 253, .10) 100%),
      var(--miz-page-hero-image) 62% center / cover no-repeat,
      #06101f;
  }

  .miz-page-sub .miz-page-hero:not(.miz-phero) h1 {
    max-width: 12.5ch;
  }

  .miz-page-sub .miz-service-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .miz-page-sub .miz-page-hero:not(.miz-phero) {
    padding: 96px 0 74px;
  }

  .miz-page-sub .miz-page-hero:not(.miz-phero) h1 {
    max-width: 100%;
  }

  .miz-page-sub .miz-page-hero:not(.miz-phero) .miz-actions,
  .miz-page-sub .miz-page-cta-band .miz-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .miz-page-sub .miz-page-hero:not(.miz-phero) .miz-btn,
  .miz-page-sub .miz-page-cta-band .miz-btn {
    width: 100%;
    justify-content: center;
  }

  .miz-page-sub .miz-page-card,
  .miz-page-sub .miz-page-state-card,
  .miz-page-sub .miz-page-cta-band {
    border-radius: 22px;
  }
}

/* MIZ SUBPAGE HEIGHT RHYTHM GUARD 2026-06-03
   Prevent old large min-heights from making Zusatzseiten feel inflated. */
@media (min-width: 1100px) {
  .miz-page-sub .miz-page-state-card {
    grid-template-rows: auto;
    min-height: clamp(430px, 38vw, 560px);
  }

  .miz-page-sub .miz-page-state-media,
  .miz-page-sub .miz-page-state-media--ui {
    min-height: clamp(320px, 30vw, 460px);
  }

  .miz-page-sub .miz-page-state-media img {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .miz-page-sub .miz-page-state-card {
    grid-template-rows: auto auto !important;
    min-height: 0 !important;
  }

  .miz-page-sub .miz-page-state-media,
  .miz-page-sub .miz-page-state-media--ui {
    min-height: clamp(220px, 60vw, 300px) !important;
    height: auto !important;
  }

  .miz-page-sub .miz-page-state-media img,
  .miz-page-sub .miz-page-state-media--ui img {
    min-height: 0 !important;
    max-height: clamp(210px, 56vw, 290px) !important;
  }

  .miz-page-sub .miz-page-state-body {
    padding: clamp(20px, 5.4vw, 28px) !important;
  }

  .miz-page-sub .miz-page-state-body h2 {
    margin-top: 10px;
  }

  .miz-page-sub .miz-page-state-body p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.62;
  }

  .miz-page-sub .miz-page-state-list {
    gap: 8px;
    margin-top: 14px;
  }

  .miz-page-sub .miz-page-state-list span {
    padding: 10px 11px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.38;
  }
}

@media (max-width: 560px) {
  .miz-page-sub .miz-page-card,
  .miz-page-sub .miz-page-cta-band {
    padding: 24px;
  }

  .miz-page-sub .miz-service-detail-list > div,
  .miz-page-sub .miz-page-related-link {
    min-height: auto;
  }

  .miz-page-sub .miz-page-faq summary {
    min-height: 54px;
  }
}

/* ============================================================
   MIZ-PHERO — Sub-Page Hero (Elementor Widget)
   Wiederhergestellt aus Backup (war live in Verwendung)
   ============================================================ */
/* ============================================================
   PREMIUM SUB-PAGE HERO (.miz-phero) — Website/Google/Social
   2-Spalten: Copy links, CSS-Phone-Mockup rechts, Feature-Reihe
   ============================================================ */
.miz-phero{
  position:relative; overflow:hidden; isolation:isolate;
  scroll-margin-top:110px; padding:96px 0 0;
  background:
    radial-gradient(120% 90% at 88% 8%, rgba(10,132,255,.30), transparent 46%),
    radial-gradient(90% 80% at 8% 0%, rgba(50,211,239,.12), transparent 40%),
    linear-gradient(150deg,#081223 0%,#0a1a31 46%,#0b2547 100%);
}
.miz-phero::before{
  content:""; position:absolute; inset:0; z-index:-1; pointer-events:none;
  background:
    var(--miz-page-hero-image, none) center right / cover no-repeat,
    radial-gradient(60% 60% at 82% 64%, rgba(10,132,255,.18), transparent 60%);
  opacity:.5;
  -webkit-mask:linear-gradient(90deg, transparent 28%, #000 78%);
          mask:linear-gradient(90deg, transparent 28%, #000 78%);
}
.miz-phero::after{ content:""; position:absolute; inset:0; z-index:-1; pointer-events:none;
  background:linear-gradient(180deg, rgba(8,18,35,0) 60%, rgba(8,18,35,.55) 100%); }
.miz-phero__grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center; padding-bottom:88px; }
.miz-phero__copy{max-width:620px}
.miz-phero-kicker{ display:inline-flex; align-items:center; gap:8px; margin:0 0 18px;
  font-size:13px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#7cc0ff; }
.miz-phero-kicker::before{content:"";width:26px;height:2px;border-radius:2px;background:linear-gradient(90deg,#0a84ff,#32d3ef)}
.miz-phero h1{ margin:0 0 18px; color:#fff; font-weight:800; letter-spacing:-.02em;
  font-size:clamp(36px,5vw,60px); line-height:1.05; text-wrap:balance; }
.miz-phero h1 .miz-phero-grad{background:linear-gradient(120deg,#fff 0%,#bfe0ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.miz-phero__lead{margin:0 0 30px; color:#aebfd4; font-size:clamp(16px,1.4vw,18.5px); max-width:540px}
.miz-phero__cta{display:flex; flex-wrap:wrap; gap:14px; margin-bottom:30px}
.miz-phero-btn{display:inline-flex; align-items:center; gap:10px; text-decoration:none; cursor:pointer;
  font-weight:700; font-size:16px; padding:16px 26px; border-radius:999px;
  transition:transform .35s var(--miz-ease,cubic-bezier(.16,1,.3,1)), box-shadow .35s, background .25s;}
.miz-phero-btn i{font-size:19px}
.miz-phero-btn--primary{color:#fff; background:linear-gradient(135deg,#0a84ff,#0066d6); box-shadow:0 14px 34px rgba(10,132,255,.42)}
.miz-phero-btn--primary:hover{transform:translateY(-2px); box-shadow:0 20px 46px rgba(10,132,255,.55)}
.miz-phero-btn--ghost{color:#dceaff; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.16)}
.miz-phero-btn--ghost:hover{transform:translateY(-2px); background:rgba(255,255,255,.12)}
.miz-phero-points{list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:10px 26px}
.miz-phero-points li{display:inline-flex; align-items:center; gap:9px; color:#9fb3cc; font-size:14.5px; font-weight:500}
.miz-phero-points i{color:#3aa0ff; font-size:18px}

.miz-phero-stage{position:relative; display:flex; justify-content:center; align-items:center; min-height:540px}
.miz-phero-stage::before{content:""; position:absolute; width:420px; height:420px; border-radius:50%;
  background:radial-gradient(circle,rgba(10,132,255,.34),transparent 62%); filter:blur(14px); z-index:0}
.miz-phero-phone{position:relative; z-index:1; width:clamp(258px,29vw,322px); aspect-ratio:9/19;
  background:linear-gradient(155deg,#1a2740,#0b1626); border-radius:42px; padding:11px;
  box-shadow:0 44px 90px rgba(2,8,19,.55),0 14px 30px rgba(2,8,19,.4),inset 0 1px 0 rgba(255,255,255,.16),inset 0 -1px 0 rgba(0,0,0,.5);
  transform:rotate(-3deg); transition:transform .6s var(--miz-ease,cubic-bezier(.16,1,.3,1))}
.miz-phero-stage:hover .miz-phero-phone{transform:rotate(0)}
.miz-phero-phone__notch{position:absolute; top:13px; left:50%; transform:translateX(-50%); width:46%; height:15px; background:#04080f; border-radius:999px; z-index:3}
.miz-phero-screen{position:relative; height:100%; border-radius:33px; overflow:hidden; background:linear-gradient(180deg,#fff,#f3f7fc); display:flex; flex-direction:column; color:#0b1b30}

.miz-phero-scr-top{padding:22px 18px 10px}
.miz-phero-scr-brand{font-weight:800; font-size:16px; letter-spacing:-.01em}
.miz-phero-scr-brand b{color:#0a84ff}
.miz-phero-scr-sub{font-size:9.5px; letter-spacing:.16em; text-transform:uppercase; color:#5a6b80; margin-top:2px}
.miz-phero-scr-body{padding:6px 18px 0}
.miz-phero-scr-h{font-size:21px; font-weight:800; line-height:1.12; letter-spacing:-.02em; margin:8px 0 4px}
.miz-phero-scr-bar{width:34px; height:4px; border-radius:3px; background:linear-gradient(90deg,#0a84ff,#32d3ef); margin:0 0 10px}
.miz-phero-scr-p{font-size:11px; color:#5a6b80; margin:0 0 12px}
.miz-phero-scr-list{list-style:none; margin:0 0 14px; padding:0; display:grid; gap:8px}
.miz-phero-scr-list li{display:flex; align-items:center; gap:8px; font-size:11.5px; font-weight:600; color:#22364f}
.miz-phero-scr-list i{color:#0a84ff; font-size:15px}
.miz-phero-scr-btn{display:flex; align-items:center; justify-content:center; gap:7px; background:linear-gradient(135deg,#0a84ff,#0066d6); color:#fff; font-weight:700; font-size:12px; padding:11px; border-radius:13px; box-shadow:0 10px 22px rgba(10,132,255,.4)}
.miz-phero-scr-line{display:flex; align-items:center; gap:7px; margin-top:8px; font-size:12px; font-weight:700; color:#22364f; border:1px solid rgba(12,28,52,.10); border-radius:13px; padding:10px}
.miz-phero-scr-line i{color:#0a84ff}
.miz-phero-scr-foot{margin-top:auto; padding:13px 18px; display:flex; align-items:center; justify-content:space-between; gap:10px; background:linear-gradient(180deg,transparent,rgba(10,132,255,.06))}
.miz-phero-scr-foot span{font-size:9.5px; color:#5a6b80; font-style:italic; max-width:120px; line-height:1.35}
.miz-phero-map{width:54px; height:54px; flex-shrink:0; border-radius:12px; border:1px solid rgba(12,28,52,.10);
  background:radial-gradient(circle at 60% 55%,rgba(10,132,255,.9) 0 12%,transparent 13%),linear-gradient(135deg,#e8f0fb,#dbe7f6)}

.miz-phero-g-rate{display:flex; align-items:center; gap:6px; font-size:12px; font-weight:700; margin-top:6px}
.miz-phero-g-rate .miz-phero-stars{color:#f5a623; letter-spacing:1px}
.miz-phero-g-rate small{color:#5a6b80; font-weight:600}
.miz-phero-g-tabs{display:flex; gap:14px; padding:10px 18px 0; font-size:10.5px; color:#5a6b80; border-bottom:1px solid rgba(12,28,52,.08)}
.miz-phero-g-tabs span:first-child{color:#0a84ff; font-weight:700; border-bottom:2px solid #0a84ff; padding-bottom:7px}
.miz-phero-g-actions{display:flex; justify-content:space-between; padding:13px 18px}
.miz-phero-g-act{display:flex; flex-direction:column; align-items:center; gap:5px; font-size:9px; color:#22364f; font-weight:600}
.miz-phero-g-act i{width:34px; height:34px; border-radius:50%; display:grid; place-items:center; font-size:17px; color:#0a84ff; background:rgba(10,132,255,.10)}
.miz-phero-g-row{display:flex; align-items:flex-start; gap:9px; padding:9px 18px; font-size:10.5px; color:#22364f; border-top:1px solid rgba(12,28,52,.06)}
.miz-phero-g-row i{color:#0a84ff; font-size:15px; margin-top:1px}
.miz-phero-g-row b{color:#16a34a}

.miz-phero-s-head{display:flex; align-items:center; gap:14px; padding:16px 18px 8px}
.miz-phero-s-ava{width:56px; height:56px; border-radius:50%; flex-shrink:0; background:linear-gradient(135deg,#0a84ff,#0b1626); color:#fff; display:grid; place-items:center; font-weight:800; font-size:24px}
.miz-phero-s-stats{display:flex; gap:16px}
.miz-phero-s-stats div{text-align:center}
.miz-phero-s-stats b{display:block; font-size:14px; font-weight:800}
.miz-phero-s-stats span{font-size:9.5px; color:#5a6b80}
.miz-phero-s-bio{padding:0 18px; font-size:10.5px; color:#22364f; line-height:1.4}
.miz-phero-s-bio b{font-weight:700}
.miz-phero-s-btns{display:flex; gap:7px; padding:10px 18px}
.miz-phero-s-btns span{flex:1; text-align:center; font-size:10.5px; font-weight:700; padding:8px; border-radius:9px; border:1px solid rgba(12,28,52,.12); color:#22364f}
.miz-phero-s-btns span:first-child{background:#0a84ff; color:#fff; border-color:#0a84ff}
.miz-phero-s-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:3px; padding:8px 18px 0; margin-top:auto}
.miz-phero-s-grid i{aspect-ratio:1; border-radius:5px; display:block; background:linear-gradient(135deg,#d9e6f6,#c2d5ee)}
.miz-phero-s-grid i:nth-child(3n+1){background:linear-gradient(135deg,#cfe0f5,#aac6e8)}
.miz-phero-s-grid i:nth-child(3n+2){background:linear-gradient(135deg,#1a2740,#0b1626)}

.miz-phero-badge{position:absolute; z-index:2; background:rgba(255,255,255,.96); border-radius:16px; padding:11px 14px;
  box-shadow:0 18px 40px rgba(2,8,19,.28); display:flex; align-items:center; gap:10px; backdrop-filter:blur(6px)}
.miz-phero-badge i{font-size:20px}
.miz-phero-badge .miz-phero-bt{font-size:13px; font-weight:800; line-height:1}
.miz-phero-badge .miz-phero-bs{font-size:10.5px; color:#5a6b80; margin-top:2px}
.miz-phero-badge--tl{top:7%; left:-3%}
.miz-phero-badge--br{bottom:11%; right:-5%}
.miz-phero-badge--tl i{color:#16a34a}
.miz-phero-badge--br i{color:#f5a623}

.miz-phero-features{background:#fff; border-top:1px solid rgba(12,28,52,.10)}
.miz-phero-features__grid{display:grid; grid-template-columns:repeat(4,1fr); gap:28px; padding:42px 0}
.miz-phero-feat{display:flex; flex-direction:column; gap:7px; text-decoration:none; color:inherit; transition:transform .3s var(--miz-ease,ease)}
.miz-phero-feat:hover{transform:translateY(-3px)}
.miz-phero-feat__ic{width:42px; height:42px; border-radius:13px; display:grid; place-items:center; font-size:22px; color:#0a84ff;
  background:linear-gradient(135deg,rgba(10,132,255,.12),rgba(50,211,239,.10))}
.miz-phero-feat h3{margin:4px 0 0; font-size:16.5px; font-weight:800; letter-spacing:-.01em; color:#0b1b30}
.miz-phero-feat p{margin:0; font-size:13.5px; color:#5a6b80}

@media (max-width:920px){
  .miz-phero{padding:78px 0 0}
  .miz-phero__grid{grid-template-columns:1fr; gap:18px; padding-bottom:60px}
  .miz-phero__copy{order:1}
  .miz-phero-stage{order:2; min-height:430px}
  .miz-phero::before{-webkit-mask:none; mask:none; opacity:.32}
  .miz-phero-features__grid{grid-template-columns:repeat(2,1fr); gap:24px; padding:36px 0}
}
@media (max-width:560px){ .miz-phero-features__grid{grid-template-columns:1fr} }

/* ===== phero v2 — Bremen-Harbor-BG + Premium-Device-Render (statt CSS-Phone) ===== */
.miz-phero{ padding-top:104px; }
.miz-phero::before{
  background: var(--miz-page-hero-image, none) center / cover no-repeat;
  opacity:.92; -webkit-mask:none; mask:none;
}
.miz-phero::after{
  inset:0;
  background:
    linear-gradient(90deg, rgba(6,14,28,.94) 0%, rgba(6,14,28,.70) 38%, rgba(6,14,28,.34) 76%, rgba(6,14,28,.48) 100%),
    linear-gradient(180deg, rgba(6,14,28,0) 70%, rgba(6,14,28,.58) 100%);
}
.miz-phero-stage{ min-height:auto; }
.miz-phero-stage::before{ width:80%; height:80%; background:radial-gradient(circle,rgba(10,132,255,.30),transparent 64%); filter:blur(18px); }
.miz-phero-shot{
  position:relative; z-index:1; width:100%; max-width:600px; height:auto; border-radius:22px;
  box-shadow:0 54px 110px rgba(2,8,19,.62), 0 18px 40px rgba(2,8,19,.48), inset 0 0 0 1px rgba(255,255,255,.09);
  transform:rotate(-1.2deg);
  transition:transform .6s var(--miz-ease,cubic-bezier(.16,1,.3,1));
}
.miz-phero-stage:hover .miz-phero-shot{ transform:rotate(0) scale(1.012); }
.miz-phero-badge--tl{ top:2%; left:-4%; }
@media (max-width:920px){
  .miz-phero-shot{ max-width:560px; transform:none; }
  .miz-phero-badge--tl{ left:0; }
}

/* ===== MIZ PHERO PREMIUM GUARD 2026-06 — final contrast, depth, mobile fit ===== */
.miz-phero {
  min-height: min(940px, 100svh);
  background: #061022;
}

.miz-phero::before {
  background-position: center right;
  opacity: .96;
  filter: saturate(1.05) contrast(1.02);
}

.miz-phero::after {
  background:
    radial-gradient(circle at 79% 34%, rgba(10, 132, 255, .22), transparent 34%),
    linear-gradient(90deg, rgba(3, 9, 20, .98) 0%, rgba(5, 13, 28, .90) 32%, rgba(5, 13, 28, .44) 62%, rgba(5, 13, 28, .38) 100%),
    linear-gradient(180deg, rgba(3, 9, 20, .28) 0%, rgba(3, 9, 20, 0) 48%, rgba(247, 250, 255, .92) 100%);
}

.miz-phero__grid {
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: clamp(32px, 4.2vw, 76px);
  min-height: clamp(630px, calc(100svh - 172px), 780px);
  padding-bottom: clamp(42px, 6vw, 86px);
}

.miz-phero__copy {
  padding-top: clamp(18px, 3vw, 46px);
}

.miz-phero h1 {
  max-width: 11.2em;
  font-size: clamp(44px, 5.6vw, 78px);
  line-height: .98;
  letter-spacing: -.035em;
}

.miz-phero__lead {
  color: rgba(238, 246, 255, .86);
  line-height: 1.72;
}

.miz-phero-btn,
.miz-phero-btn:visited {
  color: #fff;
}

.miz-phero-btn i {
  color: currentColor;
}

.miz-phero-btn--ghost,
.miz-phero-btn--ghost:visited {
  color: #f4f8ff;
  background: rgba(255, 255, 255, .075);
  border-color: rgba(255, 255, 255, .28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10);
}

.miz-phero-points li {
  color: rgba(224, 237, 255, .84);
}

.miz-phero-stage {
  align-self: center;
  justify-content: flex-end;
  min-width: 0;
}

.miz-phero-stage::before {
  width: min(620px, 86%);
  height: min(620px, 86%);
  background:
    radial-gradient(circle, rgba(10, 132, 255, .36), transparent 58%),
    radial-gradient(circle, rgba(50, 211, 239, .18), transparent 68%);
  filter: blur(20px);
}

.miz-phero-shot {
  max-width: min(710px, 50vw);
  border-radius: 30px;
  box-shadow:
    0 58px 130px rgba(0, 0, 0, .68),
    0 20px 54px rgba(0, 0, 0, .52),
    0 0 0 1px rgba(255, 255, 255, .12);
}

.miz-phero-badge {
  color: #071426;
  border: 1px solid rgba(255, 255, 255, .62);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, .32),
    inset 0 1px 0 rgba(255, 255, 255, .70);
}

.miz-phero-features {
  position: relative;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 249, 253, .98));
  border-top: 1px solid rgba(8, 28, 54, .10);
  box-shadow: 0 -24px 64px rgba(0, 0, 0, .22);
}

.miz-phero-features__grid {
  gap: 0;
  padding: 34px 0;
}

.miz-phero-feat {
  min-height: 132px;
  padding: 12px 28px;
  border-right: 1px solid rgba(12, 28, 52, .10);
}

.miz-phero-feat:last-child {
  border-right: 0;
}

.miz-phero-feat:hover {
  transform: translateY(-4px);
}

.miz-phero-feat h3 {
  color: #071426;
}

.miz-phero-feat p {
  color: #3f526d;
  line-height: 1.58;
}

.miz-phero-feat__ic {
  color: #086ee8;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, .92), transparent 36%),
    linear-gradient(135deg, rgba(10, 132, 255, .16), rgba(50, 211, 239, .10));
  box-shadow: inset 0 0 0 1px rgba(10, 132, 255, .15);
}

.miz-phero-feat__ic i {
  color: currentColor;
}

@media (max-width: 1080px) {
  .miz-phero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
  }

  .miz-phero-shot {
    max-width: min(620px, 48vw);
  }
}

@media (max-width: 920px) {
  .miz-phero {
    min-height: auto;
    padding-top: 86px;
  }

  .miz-phero::before {
    background-position: 58% center;
  }

  .miz-phero::after {
    background:
      linear-gradient(180deg, rgba(3, 9, 20, .96) 0%, rgba(4, 12, 26, .84) 44%, rgba(4, 12, 26, .42) 68%, rgba(247, 250, 255, .96) 100%);
  }

  .miz-phero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 28px;
    padding-bottom: 54px;
  }

  .miz-phero__copy {
    padding-top: 12px;
  }

  .miz-phero h1 {
    font-size: clamp(39px, 10vw, 56px);
  }

  .miz-phero-stage {
    justify-content: center;
  }

  .miz-phero-shot {
    width: min(620px, 100%);
    max-width: 100%;
    border-radius: 24px;
  }

  .miz-phero-feat {
    border-right: 0;
    border-top: 1px solid rgba(12, 28, 52, .09);
  }

  .miz-phero-feat:nth-child(-n+2) {
    border-top: 0;
  }
}

@media (max-width: 560px) {
  .miz-phero {
    padding-top: 76px;
  }

  .miz-phero h1 {
    max-width: 100%;
    font-size: clamp(35px, 11.4vw, 46px);
  }

  .miz-phero__lead {
    font-size: 16px;
  }

  .miz-phero__cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .miz-phero-btn {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
  }

  .miz-phero-points {
    display: grid;
    gap: 11px;
  }

  .miz-phero-stage {
    margin-top: 6px;
  }

  .miz-phero-shot {
    width: min(500px, 106%);
    max-width: none;
    margin-left: -3%;
    border-radius: 22px;
  }

  .miz-phero-badge {
    left: 6px;
    top: 8px;
    padding: 9px 11px;
  }

  .miz-phero-features__grid {
    padding: 20px 0;
  }

  .miz-phero-feat,
  .miz-phero-feat:nth-child(-n+2) {
    min-height: auto;
    padding: 18px 0;
    border-top: 1px solid rgba(12, 28, 52, .09);
  }

  .miz-phero-feat:first-child {
    border-top: 0;
  }
}

/* MIZ SUBPAGE PREMIUM GUARD 2026-06-03
   Central finishing layer for Elementor HTML widgets and non-master Zusatzseiten. */
.miz-page-sub {
  color-scheme: light;
  background:
    linear-gradient(180deg, #f4f8fd 0%, #ffffff 28%, #f1f6fb 100%);
}

.miz-page-sub .miz-page-hero:not(.miz-phero) {
  position: relative;
  isolation: isolate;
  min-height: clamp(560px, 72vh, 780px);
  display: flex;
  align-items: flex-end;
  padding: clamp(118px, 12vw, 172px) 0 clamp(76px, 9vw, 116px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(4, 13, 27, .96) 0%, rgba(5, 17, 34, .88) 34%, rgba(7, 28, 54, .46) 66%, rgba(244, 248, 253, .18) 100%),
    var(--miz-page-hero-image) center right / cover no-repeat,
    #06101f;
}

.miz-page-sub .miz-page-hero:not(.miz-phero)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 72% 32%, rgba(10, 132, 255, .18), transparent 34%),
    radial-gradient(circle at 24% 74%, rgba(43, 214, 125, .12), transparent 30%);
  pointer-events: none;
}

.miz-page-sub .miz-page-hero:not(.miz-phero)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(110px, 18vw, 210px);
  z-index: -1;
  background: linear-gradient(180deg, rgba(244, 248, 253, 0), #f4f8fd 74%, #f4f8fd 100%);
  pointer-events: none;
}

.miz-page-sub .miz-page-head {
  max-width: min(760px, 100%);
}

.miz-page-sub .miz-page-hero:not(.miz-phero) .miz-pill {
  color: #d9ecff;
  border-color: rgba(116, 182, 255, .40);
  background: rgba(10, 132, 255, .13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.miz-page-sub .miz-page-hero:not(.miz-phero) h1 {
  max-width: 11.5ch;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 20px 58px rgba(0, 0, 0, .45);
}

.miz-page-sub .miz-page-hero:not(.miz-phero) p {
  max-width: 58ch;
  color: rgba(235, 243, 255, .88);
}

.miz-page-sub .miz-page-hero:not(.miz-phero) .miz-actions {
  margin-top: clamp(24px, 3.8vw, 34px);
}

.miz-page-sub .miz-btn,
.miz-page-sub .miz-btn:visited {
  gap: 10px;
  color: inherit;
}

.miz-page-sub .miz-btn i,
.miz-page-sub .miz-nav a i,
.miz-page-sub .miz-footer a i,
.miz-page-sub .miz-page-related-link i,
.miz-page-sub .miz-service-detail-list i,
.miz-page-sub .miz-page-state-list i {
  color: currentColor;
}

.miz-page-sub .miz-btn-primary,
.miz-page-sub .miz-btn-primary:visited {
  color: #fff;
  background:
    linear-gradient(135deg, #0a84ff 0%, #075fe6 100%);
  border-color: rgba(10, 132, 255, .76);
  box-shadow:
    0 20px 46px rgba(10, 99, 255, .26),
    inset 0 1px 0 rgba(255, 255, 255, .25);
}

.miz-page-sub .miz-btn-ghost,
.miz-page-sub .miz-btn-ghost:visited,
.miz-page-sub .miz-btn-secondary,
.miz-page-sub .miz-btn-secondary:visited {
  color: #08213f;
  background: rgba(255, 255, 255, .90);
  border-color: rgba(9, 33, 63, .14);
  box-shadow:
    0 16px 36px rgba(7, 23, 45, .10),
    inset 0 1px 0 rgba(255, 255, 255, .86);
}

.miz-page-sub .miz-page-hero:not(.miz-phero) .miz-btn-ghost,
.miz-page-sub .miz-page-hero:not(.miz-phero) .miz-btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .30);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .11);
}

.miz-page-sub .miz-btn:hover,
.miz-page-sub .miz-page-related-link:hover,
.miz-page-sub .miz-service-detail-list > div:hover,
.miz-page-sub .miz-page-faq details:hover {
  transform: translateY(-3px);
}

.miz-page-sub .miz-page-main {
  position: relative;
  z-index: 2;
  margin-top: 0;
  background:
    linear-gradient(180deg, #f4f8fd 0%, #ffffff 34%, #eef5fc 100%);
}

.miz-page-sub .miz-page-card,
.miz-page-sub .miz-page-state-card,
.miz-page-sub .miz-page-quote,
.miz-page-sub .miz-page-cta-band,
.miz-page-sub .miz-service-detail-list > div,
.miz-page-sub .miz-page-faq details,
.miz-page-sub .miz-page-related-link {
  color: #071426;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 250, 254, .96));
  border: 1px solid rgba(9, 34, 64, .10);
  box-shadow:
    0 26px 70px rgba(7, 25, 48, .11),
    0 1px 0 rgba(255, 255, 255, .85) inset;
}

.miz-page-sub .miz-page-card h2,
.miz-page-sub .miz-page-state-card h2,
.miz-page-sub .miz-page-cta-band h2,
.miz-page-sub .miz-page-related-link strong,
.miz-page-sub .miz-service-detail-list strong,
.miz-page-sub .miz-page-faq summary {
  color: #071426;
}

.miz-page-sub .miz-page-card p,
.miz-page-sub .miz-page-state-card p,
.miz-page-sub .miz-page-cta-band p,
.miz-page-sub .miz-page-related-link span,
.miz-page-sub .miz-service-detail-list span,
.miz-page-sub .miz-page-faq p {
  color: #40546d;
}

.miz-page-sub .miz-pill-dark {
  color: #075fe6;
  background: rgba(10, 132, 255, .10);
  border-color: rgba(10, 132, 255, .22);
}

.miz-page-sub .miz-page-state-grid {
  gap: clamp(20px, 3vw, 34px);
}

.miz-page-sub .miz-page-state-card {
  overflow: hidden;
  border-radius: 28px;
}

.miz-page-sub .miz-page-state-media {
  background:
    radial-gradient(circle at 72% 20%, rgba(10, 132, 255, .18), transparent 30%),
    linear-gradient(135deg, #eef5fb, #ffffff);
}

.miz-page-sub .miz-page-state-card--current .miz-page-state-label {
  color: #8a2d18;
  background: rgba(255, 122, 61, .13);
  border-color: rgba(255, 122, 61, .26);
}

.miz-page-sub .miz-page-state-card--updated .miz-page-state-label {
  color: #086735;
  background: rgba(43, 214, 125, .14);
  border-color: rgba(43, 214, 125, .28);
}

.miz-page-sub .miz-page-state-list span {
  background: rgba(7, 23, 45, .035);
  border: 1px solid rgba(7, 23, 45, .075);
}

.miz-page-sub .miz-page-state-card--current .miz-page-state-list i {
  color: #d35b2d;
}

.miz-page-sub .miz-page-state-card--updated .miz-page-state-list i {
  color: #16a55a;
}

.miz-page-sub .miz-service-detail-grid {
  grid-template-columns: minmax(0, 1.24fr) minmax(280px, .76fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: stretch;
}

.miz-page-sub .miz-service-detail-list {
  gap: 12px;
}

.miz-page-sub .miz-service-detail-list > div {
  border-radius: 18px;
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.miz-page-sub .miz-service-detail-list i,
.miz-page-sub .miz-page-related-link__icon {
  color: #0a72f5;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, .92), transparent 34%),
    linear-gradient(135deg, rgba(10, 132, 255, .16), rgba(43, 214, 125, .10));
  border: 1px solid rgba(10, 132, 255, .18);
}

.miz-page-sub .miz-page-quote {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  min-height: 100%;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(4, 17, 33, .98), rgba(8, 34, 66, .94));
  border-color: rgba(112, 180, 255, .20);
}

.miz-page-sub .miz-page-quote::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 82% 14%, rgba(10, 132, 255, .28), transparent 33%),
    radial-gradient(circle at 10% 88%, rgba(43, 214, 125, .15), transparent 28%);
  pointer-events: none;
}

.miz-page-sub .miz-page-quote > * {
  position: relative;
}

.miz-page-sub .miz-page-quote strong {
  color: #fff;
}

.miz-page-sub .miz-page-quote span {
  color: rgba(235, 243, 255, .82);
}

.miz-page-sub .miz-page-related-links {
  gap: 14px;
}

.miz-page-sub .miz-page-related-link {
  border-radius: 20px;
  min-height: 118px;
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.miz-page-sub .miz-page-related-link:hover,
.miz-page-sub .miz-service-detail-list > div:hover {
  border-color: rgba(10, 132, 255, .28);
  box-shadow:
    0 30px 80px rgba(7, 25, 48, .15),
    0 0 0 1px rgba(10, 132, 255, .08) inset;
}

.miz-page-sub .miz-page-faq details {
  border-radius: 18px;
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.miz-page-sub .miz-page-faq details[open] {
  border-color: rgba(10, 132, 255, .24);
  background:
    linear-gradient(180deg, #ffffff, #f3f8ff);
}

.miz-page-sub .miz-page-cta-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(5, 18, 34, .98), rgba(8, 44, 80, .94));
  border-color: rgba(112, 180, 255, .22);
}

.miz-page-sub .miz-page-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(10, 132, 255, .28), transparent 30%),
    radial-gradient(circle at 12% 88%, rgba(43, 214, 125, .16), transparent 26%);
  pointer-events: none;
}

.miz-page-sub .miz-page-cta-band > * {
  position: relative;
}

.miz-page-sub .miz-page-cta-band h2 {
  color: #fff;
}

.miz-page-sub .miz-page-cta-band p {
  color: rgba(235, 243, 255, .82);
}

.miz-page-sub .miz-page-cta-band .miz-btn-ghost {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .26);
}

@media (max-width: 920px) {
  .miz-page-sub .miz-page-hero:not(.miz-phero) {
    min-height: auto;
    padding: 112px 0 86px;
    background:
      linear-gradient(180deg, rgba(4, 13, 27, .96) 0%, rgba(5, 17, 34, .86) 46%, rgba(5, 17, 34, .42) 74%, rgba(244, 248, 253, .10) 100%),
      var(--miz-page-hero-image) 62% center / cover no-repeat,
      #06101f;
  }

  .miz-page-sub .miz-page-hero:not(.miz-phero) h1 {
    max-width: 12.5ch;
  }

  .miz-page-sub .miz-service-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .miz-page-sub .miz-page-hero:not(.miz-phero) {
    padding: 96px 0 74px;
  }

  .miz-page-sub .miz-page-hero:not(.miz-phero) h1 {
    max-width: 100%;
  }

  .miz-page-sub .miz-page-hero:not(.miz-phero) .miz-actions,
  .miz-page-sub .miz-page-cta-band .miz-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .miz-page-sub .miz-page-hero:not(.miz-phero) .miz-btn,
  .miz-page-sub .miz-page-cta-band .miz-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   MIZ DEVICE — freischwebendes iPhone-Mockup (pure CSS)
   Wiederverwendbare Komponente für Subpage-Heroes.
   Markup:
     .miz-device                     ← Titanium-Rahmen (schwebt)
       .miz-device__island           ← Dynamic Island
       .miz-device__screen           ← weißer Screen
         .miz-device__card           ← frei befüllbarer Inhalt (pro Seite)
   Liegt in .miz-phero-stage und ersetzt .miz-phero-shot.
   Tokens: nutzt --miz-blue, --miz-ease aus miz-core.css.
   ============================================================ */
.miz-phero-stage .miz-device {
  position: relative;
  z-index: 1;
  width: clamp(248px, 27vw, 318px);
  aspect-ratio: 9 / 19.3;
  padding: clamp(8px, 0.9vw, 11px);
  border-radius: clamp(40px, 4.4vw, 54px);
  /* Titanium-Rahmen mit Lichtkante */
  background:
    linear-gradient(150deg, #6d7889 0%, #39414f 26%, #1c222e 60%, #434b59 100%);
  box-shadow:
    0 64px 130px rgba(2, 8, 19, .62),
    0 26px 58px rgba(2, 8, 19, .5),
    inset 0 2px 2px rgba(255, 255, 255, .28),
    inset 0 -2px 3px rgba(0, 0, 0, .55),
    inset 0 0 0 1px rgba(0, 0, 0, .35);
  transform: rotate(-3deg) translateZ(0);
  transition: transform .7s var(--miz-ease, cubic-bezier(.16, 1, .3, 1));
  will-change: transform;
}

/* feine innere Glanzkante (Aluminium-Reflex) */
.miz-phero-stage .miz-device::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(150deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, .22));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: 4;
}

.miz-phero-stage:hover .miz-device {
  transform: rotate(0) translateZ(0);
}

/* Dynamic Island */
.miz-device__island {
  position: absolute;
  top: clamp(13px, 1.5vw, 18px);
  left: 50%;
  transform: translateX(-50%);
  width: 33%;
  height: clamp(20px, 2.1vw, 26px);
  background: #04070d;
  border-radius: 999px;
  z-index: 5;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}
.miz-device__island::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22%;
  transform: translateY(-50%);
  width: clamp(6px, 0.7vw, 8px);
  height: clamp(6px, 0.7vw, 8px);
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #1f3a5c 0 38%, #060a12 60%);
  box-shadow: inset 0 0 1px rgba(80, 140, 220, .8);
}

/* Screen */
.miz-device__screen {
  position: relative;
  height: 100%;
  border-radius: clamp(32px, 3.6vw, 44px);
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f3f7fc 100%);
  display: flex;
  flex-direction: column;
  color: #0b1b30;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06);
}

/* frei befüllbare Karte im Screen */
.miz-device__card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  padding: clamp(20px, 2vw, 26px) clamp(16px, 1.6vw, 20px) clamp(16px, 1.6vw, 20px);
}

/* --- Card-Bausteine (alle optional, pro Seite kombinierbar) --- */
.miz-device__brand {
  font-weight: 800;
  font-size: clamp(15px, 1.4vw, 17px);
  letter-spacing: -.01em;
  margin-top: clamp(12px, 1.4vw, 18px);
}
.miz-device__brand b { color: var(--miz-blue, #0a84ff); }
.miz-device__eyebrow {
  font-size: 9.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #5a6b80;
  margin: 3px 0 0;
  font-weight: 700;
}
.miz-device__title {
  font-size: clamp(19px, 1.9vw, 23px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.02em;
  margin: clamp(12px, 1.4vw, 18px) 0 0;
  text-wrap: balance;
}
.miz-device__rule {
  width: 34px;
  height: 4px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--miz-blue, #0a84ff), #32d3ef);
  margin: 10px 0 0;
}
.miz-device__text {
  font-size: 11.5px;
  line-height: 1.45;
  color: #5a6b80;
  margin: 10px 0 0;
}
.miz-device__list {
  list-style: none;
  margin: clamp(12px, 1.4vw, 16px) 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.miz-device__list li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 600;
  color: #22364f;
}
.miz-device__list i {
  color: var(--miz-blue, #0a84ff);
  font-size: 16px;
  flex-shrink: 0;
}
.miz-device__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(14px, 1.6vw, 18px);
  background: linear-gradient(135deg, var(--miz-blue, #0a84ff), #0066d6);
  color: #fff;
  font-weight: 700;
  font-size: 12.5px;
  padding: 12px;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(10, 132, 255, .4);
}
.miz-device__cta i { font-size: 16px; }
.miz-device__spacer { flex: 1 1 auto; min-height: 8px; }
.miz-device__note {
  margin-top: 12px;
  font-size: 9.5px;
  color: #5a6b80;
  display: flex;
  align-items: center;
  gap: 7px;
  border-top: 1px solid rgba(12, 28, 52, .08);
  padding-top: 11px;
}
.miz-device__note i { color: var(--miz-blue, #0a84ff); font-size: 14px; }

/* --- Google-Profil-Variante (action-row + info-zeilen) --- */
.miz-device__row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 11px;
  font-size: 11px;
  color: #22364f;
  line-height: 1.4;
}
.miz-device__row i { color: var(--miz-blue, #0a84ff); font-size: 15px; margin-top: 1px; flex-shrink: 0; }
.miz-device__row b { color: #16a34a; font-weight: 700; }
.miz-device__actions {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(12px, 1.4vw, 16px);
}
.miz-device__act {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  color: #22364f;
  font-weight: 600;
  flex: 1;
}
.miz-device__act i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
  color: var(--miz-blue, #0a84ff);
  background: rgba(10, 132, 255, .1);
}
.miz-device__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
}
.miz-device__rating .miz-device__stars { color: #f5a623; letter-spacing: 1px; }
.miz-device__rating small { color: #5a6b80; font-weight: 600; }

/* Schwebende Mini-Badges am Gerät (optional) */
.miz-phero-stage .miz-device-badge {
  position: absolute;
  z-index: 6;
  background: rgba(255, 255, 255, .97);
  border-radius: 16px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #071426;
  border: 1px solid rgba(255, 255, 255, .62);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .7);
}
.miz-phero-stage .miz-device-badge i { font-size: 20px; }
.miz-phero-stage .miz-device-badge--tl i { color: #16a34a; }
.miz-phero-stage .miz-device-badge--br i { color: #f5a623; }
.miz-device-badge__t { font-size: 13px; font-weight: 800; line-height: 1; }
.miz-device-badge__s { font-size: 10.5px; color: #5a6b80; margin-top: 2px; }
.miz-phero-stage .miz-device-badge--tl { top: 4%; left: -6%; }
.miz-phero-stage .miz-device-badge--br { bottom: 9%; right: -7%; }

/* Stage zentriert das Gerät zuverlässig */
.miz-phero-stage:has(.miz-device) { justify-content: center; }
.miz-phero-stage .miz-device { margin: 0 auto; }

@media (max-width: 920px) {
  .miz-phero-stage .miz-device {
    width: clamp(240px, 62vw, 300px);
    transform: none;
    margin-top: 8px;
  }
  .miz-phero-stage:hover .miz-device { transform: none; }
  .miz-phero-stage .miz-device-badge--tl { left: -2%; }
  .miz-phero-stage .miz-device-badge--br { right: -2%; }
}

@media (max-width: 560px) {
  .miz-phero-stage .miz-device {
    width: min(282px, 78vw);
  }
  .miz-phero-stage .miz-device-badge {
    padding: 9px 11px;
  }
  .miz-phero-stage .miz-device-badge--tl { left: 0; top: 2%; }
  .miz-phero-stage .miz-device-badge--br { right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .miz-phero-stage .miz-device,
  .miz-phero-stage:hover .miz-device {
    transform: rotate(-3deg);
    transition: none;
  }
}

/* ============================================================
   MIZ PHERO LAYOUT REFINEMENT 2026-06 — Inspo-Parity
   Struktur + Responsiveness der Subpage-Heroes (Website/Google/Social).
   Ziel: 2-Spalten-Balance, präsentes schwebendes iPhone, saubere
   Badges ohne Clipping, weiche Breakpoint-Übergänge.
   Letzte Cascade-Schicht — überschreibt bewusst frühere phero-Regeln.
   ============================================================ */

/* --- Section-Höhe: keine Leerzonen, sauber zentriert --- */
.miz-phero {
  min-height: auto;
  padding-top: clamp(96px, 12vh, 132px);
}

.miz-phero__grid {
  /* Text etwas breiter, Stage bekommt verlässlichen Mindestraum */
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  align-items: center;
  min-height: clamp(560px, 70vh, 720px);
  padding-bottom: clamp(48px, 6vw, 92px);
}

/* --- iPhone präsenter (Inspo: deutlich größer rechts) --- */
.miz-phero-stage {
  justify-content: center;
  /* horizontaler Innenraum, damit schwebende Badges nicht am
     Section-Rand (overflow:hidden) abgeschnitten werden */
  padding: 16px clamp(22px, 4vw, 56px);
}

.miz-phero-stage .miz-device {
  width: clamp(272px, 31vw, 360px);
}

/* --- Schwebende Badges: immer innerhalb der Stage, nie geclippt --- */
.miz-phero-stage .miz-device-badge {
  max-width: 56%;
}

.miz-phero-stage .miz-device-badge--tl {
  top: 6%;
  left: clamp(-18px, -1vw, 0px);
}

.miz-phero-stage .miz-device-badge--br {
  bottom: 8%;
  right: clamp(-18px, -1vw, 0px);
}

/* ---------- Desktop groß (≥1280): mehr Präsenz ---------- */
@media (min-width: 1280px) {
  .miz-phero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  }
  .miz-phero-stage .miz-device {
    width: clamp(320px, 26vw, 380px);
  }
}

/* ---------- Tablet quer / kleiner Desktop (921–1180) ---------- */
@media (min-width: 921px) and (max-width: 1180px) {
  .miz-phero__grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.8fr);
    gap: clamp(24px, 3vw, 40px);
  }
  .miz-phero-stage {
    padding-inline: clamp(28px, 5vw, 48px);
  }
  .miz-phero-stage .miz-device {
    width: clamp(258px, 30vw, 312px);
  }
  .miz-phero-stage .miz-device-badge {
    max-width: 50%;
  }
  .miz-phero-stage .miz-device-badge--tl { left: 4px; }
  .miz-phero-stage .miz-device-badge--br { right: 4px; }
}

/* ---------- Tablet hoch / Mobile-Stack (≤920) ---------- */
@media (max-width: 920px) {
  .miz-phero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .miz-phero__copy { order: 1; }
  .miz-phero-stage { order: 2; }
  .miz-phero-stage {
    padding: 28px clamp(20px, 6vw, 48px) 12px;
  }
  .miz-phero-stage .miz-device {
    width: clamp(248px, 56vw, 312px);
  }
  .miz-phero-stage .miz-device-badge {
    max-width: 46%;
  }
  /* Badges innerhalb des Stage-Paddings halten */
  .miz-phero-stage .miz-device-badge--tl { left: clamp(8px, 4vw, 40px); top: 6%; }
  .miz-phero-stage .miz-device-badge--br { right: clamp(8px, 4vw, 40px); bottom: 6%; }
}

/* ---------- Mobile (≤560) ---------- */
@media (max-width: 560px) {
  .miz-phero-stage {
    padding: 22px 8px 8px;
  }
  .miz-phero-stage .miz-device {
    width: min(264px, 74vw);
  }
  .miz-phero-stage .miz-device-badge {
    max-width: 42%;
    padding: 8px 10px;
  }
  .miz-phero-stage .miz-device-badge__t { font-size: 12px; }
  .miz-phero-stage .miz-device-badge__s { font-size: 9.5px; }
  .miz-phero-stage .miz-device-badge--tl { left: 2%; top: 4%; }
  .miz-phero-stage .miz-device-badge--br { right: 2%; bottom: 4%; }
}

/* ============================================================
   MIZ REAL IPHONE FRAME 2026-06-05
   Nutzt das hochgeladene transparente iPhone-PNG als echte
   Gehaeuse-Schale. Der Screen-Inhalt bleibt HTML-editierbar.
   ============================================================ */
.miz-phero-stage .miz-device {
  width: clamp(276px, 26vw, 372px);
  aspect-ratio: 1961 / 3957;
  padding: 0;
  border-radius: 11.8% / 5.8%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .58) 0%, rgba(186, 196, 208, .26) 7%, rgba(15, 19, 26, .05) 15%, transparent 23%),
    linear-gradient(150deg, rgba(238, 243, 249, .22), rgba(83, 91, 103, .10) 48%, rgba(250, 253, 255, .18) 100%);
  box-shadow:
    0 58px 128px rgba(0, 0, 0, .58),
    0 22px 54px rgba(0, 0, 0, .42),
    inset 0 0 0 1px rgba(255, 255, 255, .18);
  transform: rotate(-3.2deg) translate3d(0, 0, 0);
  filter: drop-shadow(0 0 42px rgba(10, 132, 255, .16));
}

.miz-phero-stage .miz-device::before {
  content: "";
  position: absolute;
  inset: 7.8% -13% 8.2%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(50, 211, 239, .22), transparent 58%),
    radial-gradient(ellipse at 50% 50%, rgba(10, 132, 255, .30), transparent 66%);
  filter: blur(28px);
  -webkit-mask: none;
          mask: none;
  pointer-events: none;
}

.miz-phero-stage .miz-device::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  background: url("./images/iphone-frame-transparent.png") center / contain no-repeat;
  filter: contrast(1.16) saturate(1.04);
  pointer-events: none;
}

.miz-phero-stage:hover .miz-device {
  transform: rotate(-1deg) translateY(-6px) translate3d(0, 0, 0);
}

.miz-device__island {
  display: none;
}

.miz-device__screen {
  position: absolute;
  inset: 4.05% 7.15% 4.05%;
  height: auto;
  border-radius: 7.6% / 3.75%;
  z-index: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 12%, rgba(10, 132, 255, .20), transparent 31%),
    linear-gradient(180deg, #ffffff 0%, #f4f8fd 58%, #eef5fb 100%);
  box-shadow:
    inset 0 0 0 1px rgba(5, 18, 35, .06),
    inset 0 18px 44px rgba(10, 132, 255, .06);
}

.miz-device__screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .72), transparent 28%),
    radial-gradient(circle at 24% 90%, rgba(50, 211, 239, .12), transparent 30%);
  pointer-events: none;
}

.miz-device__card {
  position: relative;
  z-index: 1;
  padding: clamp(44px, 3.35vw, 58px) clamp(17px, 1.45vw, 22px) clamp(18px, 1.45vw, 22px);
}

.miz-device__brand {
  margin-top: 0;
  color: #132238;
  font-size: clamp(12px, .95vw, 14px);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.miz-device__brand b {
  color: var(--miz-blue, #0a84ff);
}

.miz-device__title {
  max-width: 12ch;
  font-size: clamp(19px, 1.55vw, 22px);
}

.miz-device__text,
.miz-device__row {
  max-width: 24ch;
  font-size: clamp(10.5px, .78vw, 11.5px);
}

.miz-device__rating {
  flex-wrap: wrap;
  line-height: 1.2;
}

.miz-device__rating .miz-device__stars {
  display: inline-flex;
  min-width: 100%;
  gap: 1px;
}

.miz-device__list {
  gap: 7px;
}

.miz-device__list li {
  font-size: clamp(10.5px, .8vw, 11.5px);
}

.miz-device__cta {
  border-radius: 16px;
  font-size: clamp(11px, .82vw, 12px);
  padding: 11px;
}

.miz-device__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.miz-device__act {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: #17263b;
  font-size: clamp(8.5px, .68vw, 10px);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.miz-device__act i {
  display: none;
}

.miz-device__act::before {
  content: "";
  width: clamp(30px, 2.6vw, 36px);
  height: clamp(30px, 2.6vw, 36px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0a84ff;
  background:
    radial-gradient(circle at 32% 26%, rgba(255,255,255,.94), transparent 34%),
    linear-gradient(135deg, rgba(10,132,255,.16), rgba(50,211,239,.12));
  box-shadow:
    inset 0 0 0 1px rgba(10,132,255,.12),
    0 8px 20px rgba(10,132,255,.10);
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 900;
}

.miz-device__act--phone::before { content: "☎"; }
.miz-device__act--route::before { content: "↗"; }
.miz-device__act--site::before { content: "⌂"; }
.miz-device__act--posts::before { content: "▦"; }
.miz-device__act--people::before { content: "•"; }
.miz-device__act--active::before { content: "♥"; }

.miz-device__note {
  margin-top: auto;
}

.miz-phero-stage .miz-device-badge {
  z-index: 7;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.miz-phero-stage .miz-device-badge--tl {
  top: 11%;
  left: clamp(-12px, -1vw, 6px);
}

.miz-phero-stage .miz-device-badge--br {
  right: clamp(-14px, -1vw, 4px);
  bottom: 13%;
}

@media (min-width: 1280px) {
  .miz-phero-stage .miz-device {
    width: clamp(344px, 25vw, 410px);
  }
}

@media (min-width: 921px) and (max-width: 1180px) {
  .miz-phero-stage .miz-device {
    width: clamp(286px, 29vw, 338px);
  }
}

@media (max-width: 920px) {
  .miz-phero-stage .miz-device {
    width: clamp(244px, 50vw, 296px);
    transform: none;
  }

  .miz-phero-stage:hover .miz-device {
    transform: translateY(-4px);
  }

  .miz-phero-stage .miz-device-badge--tl {
    left: clamp(8px, 5vw, 46px);
    top: 10%;
  }

  .miz-phero-stage .miz-device-badge--br {
    right: clamp(8px, 5vw, 46px);
    bottom: 10%;
  }
}

@media (max-width: 560px) {
  .miz-phero-stage {
    padding: 34px 0 0;
  }

  .miz-phero-stage .miz-device {
    width: min(230px, 61vw);
  }

  .miz-device__card {
    padding: 38px 14px 15px;
  }

  .miz-device__brand {
    font-size: 10.5px;
    letter-spacing: .07em;
  }

  .miz-device__eyebrow {
    font-size: 7.5px;
    letter-spacing: .14em;
  }

  .miz-device__title {
    font-size: 16.5px;
    line-height: 1.12;
  }

  .miz-device__text {
    font-size: 9.5px;
    line-height: 1.38;
  }

  .miz-device__list {
    gap: 6px;
  }

  .miz-device__list li,
  .miz-device__row {
    font-size: 9.7px;
  }

  .miz-device__actions {
    gap: 6px;
  }

  .miz-device__act {
    font-size: 8.2px;
  }

  .miz-device__act::before {
    width: 27px;
    height: 27px;
    font-size: 12px;
  }

  .miz-phero-stage .miz-device-badge {
    display: none;
  }

  .miz-device__cta {
    margin-top: 12px;
    padding: 10px;
    font-size: 10.5px;
  }

  .miz-device__note {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .miz-phero-stage .miz-device,
  .miz-phero-stage:hover .miz-device {
    transform: none;
    transition: none;
  }
}
