/**
 * Startseiten-Redesign 2026 – an Mockup angelehnt (Lila / Gold, runde Karten)
 */

:root {
  --pb-purple-deep: #4c1d95;
  --pb-purple: #5b21b6;
  --pb-purple-light: #7c3aed;
  --pb-m-ink: #2d1b5e;
  --pb-m-yellow: #ffc107;
  --pb-m-yellow-soft: #fff8e1;
  --pb-m-green: #e8f5e9;
  --pb-m-green-text: #1b5e20;
  --pb-m-price: #2e7d32;
  --pb-gold: #fbbf24;
  --pb-gold-dark: #f59e0b;
  --pb-ink: #0f172a;
  --pb-muted: #64748b;
  --pb-surface: #f1f5f9;
  --pb-card: #ffffff;
  --pb-radius: 18px;
  --pb-radius-lg: 22px;
  --pb-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
  --pb-font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

ion-content#main-content,
ion-content#main-content .inner-scroll {
  font-family: var(--pb-font);
}

.pb-home-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 2rem;
}

.pb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Mobile-Startseite Hero (Mockup 2026) */
.pb-hero.pb-hero--mobile2026 {
  position: relative;
  margin: 0 0 0.5rem;
  border-radius: 0;
  overflow: visible;
  min-height: 0;
  background: transparent;
  box-shadow: none;
}

.pb-hero--mobile2026 .pb-hero__visual {
  min-height: clamp(200px, 38vh, 340px);
  max-height: 360px;
  border-radius: 0 0 28px 28px;
  /* Foto ohne eingebetteten Weißverlauf – Überblendungen nur per CSS (wie Desktop) */
  background:
    radial-gradient(
      ellipse 78% 58% at 100% 0%,
      rgba(255, 255, 255, 0.72) 0%,
      rgba(255, 255, 255, 0.18) 42%,
      rgba(255, 255, 255, 0) 58%
    ),
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.04) 28%,
      rgba(255, 255, 255, 0.45) 58%,
      rgba(255, 255, 255, 0.92) 82%,
      #ffffff 100%
    ),
    url("obenrechts.png") center center / cover no-repeat;
}

/* Unterseiten: Motiv aus Desktop-Hero (CSS-Variable --pb-hero-bg) */
.pb-hero--mobile2026 .pb-hero__visual--custombg {
  background:
    radial-gradient(
      ellipse 78% 58% at 100% 0%,
      rgba(255, 255, 255, 0.72) 0%,
      rgba(255, 255, 255, 0.18) 42%,
      rgba(255, 255, 255, 0) 58%
    ),
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.04) 28%,
      rgba(255, 255, 255, 0.45) 58%,
      rgba(255, 255, 255, 0.92) 82%,
      #ffffff 100%
    ),
    var(--pb-hero-bg, url("obenrechts.png")) center center / cover no-repeat;
}

/* Produktdetail (Mobil): dunklerer Scrim übers Motiv — ruhigeres Bild, besserer Kontrast bis zur Textkarte */
.pb-hero--mobile2026-subpage .pb-hero__visual--custombg {
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  background:
    linear-gradient(
      155deg,
      rgba(15, 23, 42, 0.58) 0%,
      rgba(15, 23, 42, 0.32) 40%,
      rgba(15, 23, 42, 0.1) 62%,
      rgba(255, 255, 255, 0.55) 100%
    ),
    var(--pb-hero-bg, url("obenrechts.png")) center center / cover no-repeat;
}

.pb-hero--mobile2026-subpage .pb-hero__panel h1 {
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}

.pb-hero--mobile2026-subpage .pb-hero__panel .pb-hero-lead {
  text-shadow: 0 1px 1px rgba(15, 23, 42, 0.08);
}

.pb-hero--mobile2026 .pb-hero__panel {
  position: relative;
  z-index: 1;
  margin-top: -1.75rem;
  padding: 0 1.1rem 1.25rem;
  background: #fff;
  border-radius: 22px 22px 0 0;
}

.pb-hero--mobile2026 .pb-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pb-purple);
  background: #fff;
  border: 1px solid rgba(91, 33, 182, 0.2);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

.pb-hero--mobile2026 h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 5.2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--pb-m-ink) !important;
  text-align: left !important;
}

.pb-hero--mobile2026 .pb-hero-lead {
  margin: 0 0 1.1rem;
  font-size: 0.9rem;
  line-height: 1.55;
  font-weight: 500;
  color: var(--pb-muted);
}

.pb-hero--mobile2026 .pb-hero-lead p {
  margin: 0 0 0.65rem;
}

.pb-hero--mobile2026 .pb-hero-lead p:last-child {
  margin-bottom: 0;
}

.pb-hero-uspicons {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.15rem;
}

.pb-hero-uspicons__item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
}

.pb-hero-uspicons__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 3.25rem;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 14px;
  background: linear-gradient(180deg, #ede9fe 0%, #e9d5ff 100%);
  color: var(--pb-purple);
  font-size: 1.15rem;
}

.pb-hero-uspicons__icon ion-icon {
  font-size: 1.25rem;
}

.pb-hero-uspicons__label {
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--pb-m-ink);
}

.pb-hero-cta-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  align-items: stretch;
}

.pb-hero-cta-stack .pb-hero-cta--wa {
  grid-column: 1 / -1;
}

.pb-hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 48px;
  padding: 0.55rem 0.5rem;
  border-radius: 12px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.pb-hero-cta:active {
  transform: scale(0.99);
}

.pb-hero-cta__ic {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
}

.pb-hero-cta__ic ion-icon {
  font-size: 1.35rem;
}

.pb-hero-cta__txt {
  flex: 0 1 auto;
  min-width: 0;
  text-align: center;
  color: inherit;
}

.pb-hero-cta--wa .pb-hero-cta__txt {
  flex: 1;
  text-align: left;
}

.pb-hero-cta__sub {
  display: block;
  font-weight: 600;
  font-size: 0.78rem;
  opacity: 0.92;
  margin-top: 0.1rem;
}

.pb-hero-cta__arrow {
  flex-shrink: 0;
  opacity: 0.92;
  display: flex;
  align-items: center;
}

.pb-hero-cta__arrow ion-icon {
  font-size: 1.05rem;
}

/* Gelbe CTAs: sattes Amber-Gelb, schwarze Typo, dezenter Schatten (seriöser Look) */
.pb-hero-cta--gold,
.pb-hero-cta--cream {
  background: linear-gradient(180deg, #ffc72c 0%, #ffb81c 52%, #ffb300 100%);
  color: #0a0a0a !important;
  border-color: rgba(200, 130, 0, 0.45);
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.pb-hero-cta--gold:visited,
.pb-hero-cta--cream:visited,
.pb-hero-cta--gold .pb-hero-cta__txt,
.pb-hero-cta--cream .pb-hero-cta__txt {
  color: #0a0a0a !important;
}

.pb-hero-cta--gold .pb-hero-cta__sub,
.pb-hero-cta--cream .pb-hero-cta__sub {
  color: rgba(17, 17, 17, 0.88) !important;
}

.pb-hero-cta--gold .pb-hero-cta__ic ion-icon,
.pb-hero-cta--cream .pb-hero-cta__ic ion-icon,
.pb-hero-cta--gold .pb-hero-cta__arrow ion-icon,
.pb-hero-cta--cream .pb-hero-cta__arrow ion-icon {
  color: #0a0a0a !important;
  --ion-color-base: #0a0a0a !important;
}

.pb-hero-cta--wa {
  justify-content: flex-start;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  gap: 0.6rem;
  background: #25d366;
  color: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.14),
    0 1px 2px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.pb-hero-cta--wa:visited,
.pb-hero-cta--wa .pb-hero-cta__txt {
  color: #ffffff !important;
}

.pb-hero-cta--wa .pb-hero-cta__sub {
  color: rgba(255, 255, 255, 0.92) !important;
}

.pb-hero-cta--wa .pb-hero-cta__ic ion-icon {
  font-size: 1.4rem;
  color: #ffffff !important;
  --ion-color-base: #ffffff !important;
}

.pb-hero-cta--wa strong {
  display: block;
  font-weight: 700;
  color: #ffffff !important;
}

/* Ionic: Standard-Linkfarbe in ion-content überschreiben */
ion-content#main-content a.pb-hero-cta--gold,
ion-content#main-content a.pb-hero-cta--cream {
  color: #0a0a0a !important;
}

ion-content#main-content a.pb-hero-cta--wa {
  color: #ffffff !important;
}

/* Trust-Zeile (Mitte + Footer-Variante) */
.pb-trust-row {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: var(--pb-radius);
  margin: 0 0.75rem 1.25rem;
  padding: 0.75rem 0.25rem;
  border: 1px solid #e8e8f0;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}

.pb-trust-row__cell {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-align: center;
  padding: 0.25rem 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--pb-purple);
  line-height: 1.25;
}

.pb-trust-row__cell ion-icon {
  font-size: 1.35rem;
  color: var(--pb-purple);
}

.pb-trust-row__cell + .pb-trust-row__cell {
  border-left: 1px solid #e5e7eb;
}

.pb-trust-row--footer {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.pb-trust-row__cell--stack {
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.3;
  hyphens: auto;
}

.pb-trust-row__cell--stack strong {
  display: block;
  font-size: 0.64rem;
  font-weight: 800;
  color: var(--pb-m-ink);
  margin-bottom: 0.15rem;
}

.pb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.35rem;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.pb-btn:active {
  transform: scale(0.98);
}

.pb-btn--gold {
  background: linear-gradient(135deg, var(--pb-gold) 0%, #fcd34d 100%);
  color: var(--pb-ink);
  box-shadow: 0 8px 28px rgba(251, 191, 36, 0.45);
}

.pb-btn--gold:hover {
  box-shadow: 0 10px 36px rgba(251, 191, 36, 0.55);
}

.pb-btn--outline {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(6px);
}

.pb-btn--outline:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* App-Header (gelb, Marke, runde Aktions-Buttons) */
.home-mobile-shell ion-header.pb-app-header ion-toolbar.pb-app-toolbar {
  --background: #ffc107;
  --border-width: 0;
  --min-height: 54px;
  --padding-top: 4px;
  --padding-bottom: 4px;
}

.home-mobile-shell .pb-menu-toggle-btn {
  --color: #1e293b;
  --padding-start: 6px;
  --padding-end: 6px;
}

.home-mobile-shell ion-title.pb-header-title-simple {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-inline: clamp(52px, 18vw, 72px);
  text-align: center;
  pointer-events: none;
  font-family: var(--pb-font);
  font-size: 1.05rem;
  font-weight: 800;
  color: #1e293b;
}

.home-mobile-shell .pb-header-title-link {
  pointer-events: auto;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: #1e293b !important;
}

/* Mobile: runde WA/Mail-Buttons (nur Startseite .home-mobile-shell) */
@media (max-width: 1023px) {
  .home-mobile-shell .header-mail-mobile-only {
    display: flex !important;
    align-items: center;
    gap: 0.35rem;
  }

  .home-mobile-shell .header-mail-native-btn {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12) !important;
  }

  .home-mobile-shell .header-mail-native-btn ion-icon {
    font-size: 22px !important;
  }
}

/* Produktbereich – Mobile horizontal scroll */
.home-mobile-shell .pb-products-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.75rem;
  margin: 0 0 0.85rem;
  padding: 0 1rem;
}

.home-mobile-shell .pb-products-heading-row h2 {
  margin: 0 !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  color: var(--pb-m-ink) !important;
  text-align: left !important;
}

.home-mobile-shell .pb-products-heading-link {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--pb-purple);
  text-decoration: none;
  white-space: nowrap;
}

.home-mobile-shell .pb-products-heading-link:hover {
  text-decoration: underline;
}

.home-mobile-shell .pb-product-scroll {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0.85rem;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding: 0 1rem 0.5rem;
  margin: 0 !important;
  grid-template-columns: unset !important;
}

.home-mobile-shell .pb-product-scroll > .featured-product-card {
  flex: 0 0 min(288px, 80vw);
  scroll-snap-align: start;
  max-width: min(288px, 80vw);
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
}

.home-mobile-shell .featured-product-visual {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background: #e5e7eb;
}

.home-mobile-shell .featured-product-visual .featured-product-image {
  width: 100%;
  height: 172px;
  object-fit: cover;
  display: block;
  margin: 0 !important;
}

.home-mobile-shell .featured-product-tag--overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  margin: 0 !important;
  font-size: 0.55rem !important;
  letter-spacing: 0.1em !important;
  padding: 0.28rem 0.5rem !important;
  border-radius: 8px !important;
  background: rgba(91, 33, 182, 0.95) !important;
  color: #fff !important;
  border: none !important;
}

.home-mobile-shell .featured-product-fav {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12);
  color: var(--pb-purple);
}

.home-mobile-shell .featured-product-fav ion-icon {
  font-size: 1.05rem;
}

.home-mobile-shell .pb-card-meta--optional {
  display: none !important;
}

.home-mobile-shell .featured-product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.85rem 0.9rem 1rem !important;
}

.home-mobile-shell .featured-product-name {
  font-size: 0.95rem !important;
  margin: 0 0 0.25rem !important;
  line-height: 1.25 !important;
}

.home-mobile-shell .featured-product-price--mobile {
  margin: 0.35rem 0 0.6rem !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  color: var(--pb-m-price) !important;
}

.home-mobile-shell .featured-product-price-suffix {
  font-weight: 700;
  font-size: 0.85em;
  color: var(--pb-muted);
}

.home-mobile-shell .pb-product-area .featured-product-card {
  border-radius: 16px !important;
  background: var(--pb-card) !important;
  border: 1px solid #e8e8f0 !important;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08) !important;
}

.home-mobile-shell .pb-product-area .pb-card-link {
  margin-top: auto;
  border-radius: 14px;
  padding: 0.65rem;
  font-size: 0.88rem;
  background: linear-gradient(180deg, #ffca28 0%, var(--pb-m-yellow) 100%) !important;
  box-shadow: 0 4px 14px rgba(255, 193, 7, 0.35);
}

.home-mobile-shell .pb-btn-all {
  margin: 1rem 1rem 1.5rem;
  width: calc(100% - 2rem);
  border-radius: 16px;
}

.pb-product-area .featured-products-heading h2 {
  text-align: left !important;
  font-size: clamp(1.35rem, 3vw, 1.85rem) !important;
  font-weight: 800 !important;
  color: var(--pb-ink) !important;
}

.pb-product-area .featured-products-heading p {
  text-align: left !important;
  color: var(--pb-muted) !important;
}

.pb-product-area .featured-product-card {
  border-radius: var(--pb-radius) !important;
  background: var(--pb-card) !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: var(--pb-shadow) !important;
}

.pb-product-area .featured-product-card:hover {
  box-shadow: 0 16px 48px rgba(91, 33, 182, 0.12) !important;
  border-color: rgba(91, 33, 182, 0.25) !important;
}

.pb-product-area .featured-product-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--pb-purple);
  background: rgba(91, 33, 182, 0.1);
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.pb-card-meta {
  display: flex;
  gap: 0.5rem;
  margin: 0.5rem 0 0.75rem;
  font-size: 0.78rem;
  color: var(--pb-muted);
}

.pb-card-link {
  display: block;
  text-align: center;
  margin-top: 0.5rem;
  padding: 0.55rem;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--pb-gold) 0%, #fcd34d 100%);
  color: var(--pb-ink) !important;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none !important;
}

.pb-btn-all {
  display: block;
  width: 100%;
  margin: 1.25rem 0 2rem;
  text-align: center;
  padding: 1rem 1.25rem;
  border-radius: var(--pb-radius);
  background: linear-gradient(135deg, var(--pb-purple) 0%, var(--pb-purple-light) 100%);
  color: #fff !important;
  font-weight: 800;
  font-size: 1.05rem;
  text-decoration: none !important;
  box-shadow: 0 12px 36px rgba(91, 33, 182, 0.35);
}

.pb-btn-all:hover {
  filter: brightness(1.05);
}

/* 4er Trust-Grid */
.pb-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: 2rem 0;
}

@media (min-width: 640px) {
  .pb-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .pb-features {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pb-feature-cell {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--pb-radius);
  padding: 1.15rem 1rem;
  text-align: center;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.pb-feature-cell ion-icon,
.pb-feature-cell .pb-fic {
  font-size: 1.75rem;
  color: var(--pb-purple);
  margin-bottom: 0.5rem;
}

.pb-feature-cell h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--pb-ink);
}

.pb-feature-cell p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--pb-muted);
  line-height: 1.45;
}

/* CTA-Band unten */
.pb-cta-band {
  margin: 2.5rem 0 1.5rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: var(--pb-radius-lg);
  background: linear-gradient(120deg, var(--pb-purple-deep) 0%, var(--pb-purple) 55%, #6d28d9 100%);
  text-align: center;
  box-shadow: 0 16px 48px rgba(76, 29, 149, 0.35);
}

.pb-cta-band h2 {
  margin: 0 0 1rem;
  color: #fff !important;
  font-size: clamp(1.35rem, 3.5vw, 1.85rem) !important;
  font-weight: 800 !important;
}

.pb-cta-band .pb-btn--gold {
  max-width: 280px;
  margin: 0 auto;
}

/* SEO / Textblöcke etwas zurückhaltender */
.pb-seo-block {
  background: var(--pb-card);
  border-radius: var(--pb-radius);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border: 1px solid #e2e8f0;
  box-shadow: var(--pb-shadow);
}

.pb-seo-block h2 {
  font-size: 1.2rem !important;
  margin-top: 0 !important;
}

.pb-seo-block a {
  color: var(--pb-purple) !important;
}

ion-menu.pb-skin .pb-menu-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Menü-Skin (important: schützt vor älteren globalen ion-toolbar-Regeln mit !important) */
ion-menu.pb-skin ion-header ion-toolbar {
  --background: linear-gradient(180deg, var(--pb-purple-deep), var(--pb-purple)) !important;
  --ion-background-color: transparent !important;
  --color: #fff;
  --border-width: 0;
}

ion-menu.pb-skin ion-title {
  font-family: var(--pb-font);
  font-weight: 800;
  font-size: 1.05rem !important;
}

ion-menu.pb-skin .pb-menu-logo {
  padding: 0.75rem 1rem 0.5rem !important;
  text-align: center;
}

ion-menu.pb-skin .pb-menu-logo__link {
  display: block;
  text-decoration: none;
  outline: none;
}

ion-menu.pb-skin .pb-menu-logo__img {
  max-width: min(200px, 72vw);
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

ion-menu.pb-skin ion-content {
  --background: #f8fafc;
  font-family: var(--pb-font);
}

ion-menu.pb-skin ion-item {
  --min-height: 46px;
  font-weight: 600;
  font-size: 0.92rem;
}

ion-menu.pb-skin ion-list-header ion-label {
  font-weight: 800;
  color: var(--pb-purple);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.pb-menu-tagline {
  padding: 0 1rem 0.75rem;
  font-size: 0.78rem;
  color: var(--pb-muted);
  line-height: 1.4;
  text-align: center;
}

/**
 * Mobiles Seitenmenü: weißer Kasten, Logo zentriert.
 */
@media (max-width: 1023px) {
  ion-menu.pb-skin ion-header {
    display: none !important;
  }

  ion-menu.pb-skin ion-content {
    --padding-start: 0 !important;
    --padding-end: 0 !important;
  }

  ion-menu.pb-skin .pb-menu-logo {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1rem 1rem 0.75rem !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    background: #ffffff !important;
    border-bottom: 1px solid #f1f5f9 !important;
  }

  ion-menu.pb-skin .pb-menu-logo__link {
    display: flex !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    justify-content: center !important;
    align-items: center !important;
  }

  ion-menu.pb-skin .pb-menu-logo__img {
    max-width: min(152px, 48vw) !important;
    width: auto !important;
    max-height: min(96px, 22vh) !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  ion-menu.pb-skin .pb-menu-tagline {
    display: none !important;
  }
}

/* Desktop-Hintergrund Hauptbereich */
@media (min-width: 1024px) {
  ion-content#main-content,
  ion-content#main-content.menu-content-open {
    --background: var(--pb-surface) !important;
    background: var(--pb-surface) !important;
  }
}

.pb-features-h2 {
  font-family: var(--pb-font);
}

/* Reviews-Section leicht anpassen */
.homepage-review-hero {
  border-radius: var(--pb-radius-lg) !important;
}

/**
 * Startseite mobil: weniger Scroll, keine doppelten CTAs / Lang-SEO
 * (Inhalt bleibt im DOM für Crawler; kompletter Block ausgeblendet — sonst leere Karte.)
 */
@media (max-width: 1023px) {
  body.home-split-layout .home-mobile-shell #pb-mehr.pb-seo-block {
    display: none !important;
  }

  body.home-split-layout .home-mobile-shell .pb-btn-all {
    display: none !important;
  }

  body.home-split-layout .home-mobile-shell .pb-trust-row--footer {
    display: none !important;
  }

  body.home-split-layout .home-mobile-shell .pb-cta-band {
    display: none !important;
  }

  body.home-split-layout .home-mobile-shell .pb-home-heavy-seo {
    display: none !important;
  }
}
