html.preise-neu-page,
body.preise-neu-page {
  --pn-ink: #06263b;
  --pn-muted: #4d6a83;
  --pn-primary: #008ec7;
  --pn-accent: #00b2c8;
  --pn-bg: #f3f9ff;
  --pn-surface: #ffffff;
  --pn-border: #c7dfef;
  --pn-ok: #0f8d5f;
  --pn-content-max: 1220px;
  min-height: 100%;
  height: auto !important;
  overflow-y: auto !important;
}

body.preise-neu-page {
  overflow-x: hidden;
}

body.preise-neu-page main,
body.preise-neu-page .pricing-new,
body.preise-neu-page .pricing-shell,
body.preise-neu-page .featured-plan,
body.preise-neu-page .section-card,
body.preise-neu-page .mini-plan {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

body.preise-neu-page #sidebarOverlay:not(.active) {
  pointer-events: none !important;
}

body.preise-neu-page header .header-top {
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.4rem);
}

body.preise-neu-page header .header-left {
  gap: clamp(0.7rem, 2vw, 1.1rem);
  align-items: center;
}

body.preise-neu-page header #burgerMenu {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin: 0;
  background: transparent !important;
  box-shadow: none !important;
}

body.preise-neu-page header .logo-wrap img {
  max-height: 44px;
}

body.preise-neu-page header .logo-wrap::before,
body.preise-neu-page header .logo-wrap::after {
  display: none !important;
  content: none !important;
}

body.preise-neu-page header .header-actions {
  position: static !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
  display: flex !important;
  align-items: center;
  gap: .7rem;
}

body.preise-neu-page header #loginTopBtn,
body.preise-neu-page header #accountTopBtn,
body.preise-neu-page header #dashboardTopBtn {
  position: static !important;
  top: auto !important;
  transform: none !important;
}

body.preise-neu-page header :is(#loginTopBtn,#accountTopBtn,#dashboardTopBtn)[style*="display:none"],
body.preise-neu-page header :is(#loginTopBtn,#accountTopBtn,#dashboardTopBtn)[style*="display: none"] {
  display: none !important;
}

body.preise-neu-page .pricing-new {
  color: var(--pn-ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 178, 200, 0.14), transparent 36%),
    radial-gradient(circle at 90% 10%, rgba(0, 142, 199, 0.12), transparent 38%),
    var(--pn-bg);
  padding: 0 0 3.2rem;
}

body.preise-neu-page .pricing-shell {
  width: min(var(--pn-content-max), calc(100% - 2.4rem));
  margin-inline: auto;
}

body.preise-neu-page .pricing-hero {
  padding: clamp(1.1rem, 2.6vw, 2.3rem) 0 1.1rem;
}

body.preise-neu-page .featured-plan {
  position: relative;
  border: 1px solid rgba(0, 142, 199, 0.34);
  border-radius: 28px;
  background: linear-gradient(135deg, #fbfeff 3%, #e9f8ff 56%, #f5fcff 100%);
  box-shadow: 0 30px 72px rgba(6, 38, 59, 0.2);
  padding: clamp(1.2rem, 2.4vw, 2rem);
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.preise-neu-page .featured-plan::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  top: 10px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(0, 178, 200, 0.82), transparent);
}

body.preise-neu-page .featured-plan.is-selected {
  border-color: rgba(0, 178, 200, 0.7);
  box-shadow: 0 32px 74px rgba(0, 158, 225, 0.26);
  transform: translateY(-2px) scale(1.01);
}

body.preise-neu-page .plan-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

body.preise-neu-page .featured-corner-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(0, 178, 200, 0.14);
  border: 1px solid rgba(0, 142, 199, 0.24);
  color: #0a6289;
  font-size: 1.2rem;
}

body.preise-neu-page .plan-title {
  margin: 0;
  font-size: clamp(1.28rem, 2.9vw, 1.74rem);
  text-align: center;
}

body.preise-neu-page .plan-sub {
  margin: 0.3rem 0 0;
  color: var(--pn-muted);
}

body.preise-neu-page .billing-toggle {
  display: inline-flex;
  background: #fff;
  border: 1px solid var(--pn-border);
  border-radius: 999px;
  padding: 0.24rem;
  margin: 1rem 0 0.8rem;
}

body.preise-neu-page .billing-btn {
  border: 0;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  background: transparent;
  color: var(--pn-muted);
  font-weight: 700;
  cursor: pointer;
}

body.preise-neu-page .billing-btn.active {
  background: linear-gradient(125deg, var(--pn-accent), var(--pn-primary));
  color: #fff;
}

body.preise-neu-page .billing-btn .yearly-discount {
  display: none;
  margin-left: 0.3rem;
  padding: 0.04rem 0.36rem;
  border-radius: 999px;
  font-weight: 800;
  color: #0f8d5f;
  background: #eafff4;
}

body.preise-neu-page .billing-btn.active[data-billing-choice="yearly"] .yearly-discount {
  display: inline-block;
}

body.preise-neu-page .billing-btn.active[data-modular-billing-choice="yearly"] .yearly-discount {
  display: inline-block;
}

body.preise-neu-page .price-display {
  display: flex;
  align-items: flex-end;
  gap: 0.6rem;
  border-radius: 18px;
  border: 1px solid rgba(0, 142, 199, 0.25);
  background: rgba(255, 255, 255, 0.94);
  padding: 0.8rem 1rem;
}

body.preise-neu-page .price-value {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 2.8rem);
  line-height: 1;
  font-weight: 800;
}

body.preise-neu-page .price-meta {
  margin: 0 0 0.2rem;
  color: var(--pn-muted);
  font-weight: 600;
}

body.preise-neu-page .plan-features {
  margin: 1rem 0 0;
  display: grid;
  gap: 0.56rem;
}

body.preise-neu-page .feature-line {
  display: flex;
  gap: 0.52rem;
  align-items: flex-start;
  color: var(--pn-ink);
}

body.preise-neu-page .feature-line .material-icons {
  font-size: 1.08rem;
  color: var(--pn-ok);
  margin-top: 0.1rem;
}

body.preise-neu-page .module-badges {
  margin-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem;
  overflow: visible;
}

body.preise-neu-page .featured-plan .module-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 0.46rem;
}

body.preise-neu-page .featured-plan .module-badges .module-badge {
  justify-self: start;
  max-width: 100%;
  white-space: normal;
  text-align: left;
}

body.preise-neu-page .module-badges--compact {
  margin-top: 0.4rem;
}

body.preise-neu-page .module-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(6, 38, 59, 0.14);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 0.28rem 0.68rem;
  font-size: 0.83rem;
  font-weight: 700;
  color: #1e4f6e;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease;
}

body.preise-neu-page .module-badge:hover,
body.preise-neu-page .module-badge:focus-visible {
  border-color: rgba(0, 142, 199, 0.45);
  background: #fff;
  outline: none;
}

body.preise-neu-page .module-badge::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 3px);
  transform: translate(-50%, 6px);
  border: 7px solid transparent;
  border-top-color: #0d3f5d;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 9;
}

body.preise-neu-page .module-badge::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translate(-50%, 6px);
  width: max-content;
  max-width: min(280px, 70vw);
  padding: 0.58rem 0.66rem;
  border-radius: 12px;
  background: #0d3f5d;
  color: #f0f8ff;
  font-size: 0.78rem;
  line-height: 1.4;
  text-align: left;
  box-shadow: 0 14px 30px rgba(6, 38, 59, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 10;
}

body.preise-neu-page .module-badge:hover::before,
body.preise-neu-page .module-badge:hover::after,
body.preise-neu-page .module-badge:focus-visible::before,
body.preise-neu-page .module-badge:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

body.preise-neu-page .seat-block {
  margin-top: 0.9rem;
  padding-top: 0.8rem;
  border-top: 1px dashed rgba(6, 38, 59, 0.2);
}

body.preise-neu-page .seat-block label {
  font-weight: 700;
}

body.preise-neu-page .seat-input {
  margin-top: 0.35rem;
  display: inline-flex;
  align-items: center;
  gap: 0.44rem;
}

body.preise-neu-page .seat-input input {
  width: 110px;
  text-align: center;
  border: 1px solid rgba(6, 38, 59, 0.25);
  border-radius: 10px;
  padding: 0.45rem 0.5rem;
  font-weight: 700;
  color: var(--pn-ink);
}

body.preise-neu-page .seat-input button {
  display: grid;
  place-items: center;
  line-height: 1;
  padding: 0;
  border: 1px solid rgba(0, 142, 199, 0.4);
  border-radius: 10px;
  background: rgba(0, 178, 200, 0.1);
  color: var(--pn-ink);
  width: 34px;
  height: 34px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
}

body.preise-neu-page .seat-total {
  margin: 0.6rem 0 0;
  font-weight: 700;
}

body.preise-neu-page .plan-cta {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.56rem;
}

body.preise-neu-page .btn-primary,
body.preise-neu-page .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  border-radius: 14px;
  padding: 0.78rem 1rem;
  font-weight: 700;
  cursor: pointer;
}

body.preise-neu-page .btn-primary {
  color: #fff;
  background: linear-gradient(125deg, #0c90ca, #00b2c8);
  box-shadow: 0 14px 34px rgba(0, 142, 199, 0.32);
}

body.preise-neu-page .btn-secondary {
  color: var(--pn-ink);
  border: 1px solid rgba(6, 38, 59, 0.2);
  background: rgba(255, 255, 255, 0.85);
}

body.preise-neu-page .plans-section,
body.preise-neu-page .matrix-section,
body.preise-neu-page .faq-section {
  margin-top: 1.42rem;
}

body.preise-neu-page .section-card {
  position: relative;
  border: 1px solid var(--pn-border);
  border-radius: 24px;
  background: var(--pn-surface);
  box-shadow: 0 18px 40px rgba(6, 38, 59, 0.1);
  padding: clamp(1rem, 2.2vw, 1.6rem);
}

body.preise-neu-page .section-card--accent {
  background: linear-gradient(135deg, #fbfeff 3%, #e9f8ff 56%, #f6fcff 100%);
  border-color: rgba(0, 142, 199, 0.26);
  box-shadow: 0 22px 50px rgba(6, 38, 59, 0.16);
}

body.preise-neu-page .section-card--accent::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: 8px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(0, 178, 200, 0.7), transparent);
}

body.preise-neu-page .section-title {
  margin: 0;
  font-size: clamp(1.16rem, 2.4vw, 1.58rem);
  color: #000;
  text-align: center;
}

body.preise-neu-page .section-head {
  margin-bottom: 0.2rem;
}

body.preise-neu-page .section-head--with-toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
}

body.preise-neu-page .section-head--with-toggle .billing-toggle--compact {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

body.preise-neu-page .section-lead {
  margin: 0.35rem 0 0;
  color: var(--pn-muted);
}

body.preise-neu-page .bundle-callout {
  margin-top: 0.8rem;
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  background: rgba(0, 178, 200, 0.1);
  border: 1px solid rgba(0, 142, 199, 0.24);
}

body.preise-neu-page .plans-grid {
  margin-top: 0.92rem;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: stretch;
}

body.preise-neu-page .mini-plan {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(0, 142, 199, 0.28);
  border-radius: 22px;
  background: linear-gradient(135deg, #fbfeff 3%, #edf8ff 56%, #f8fcff 100%);
  box-shadow: 0 18px 40px rgba(6, 38, 59, 0.13);
  padding: 0.95rem;
  display: grid;
  grid-template-rows: minmax(3.2rem, auto) minmax(3.2rem, auto) minmax(5.2rem, auto) minmax(10.2rem, auto) auto auto;
  gap: 0.62rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.preise-neu-page .mini-plan > * {
  min-width: 0;
}

body.preise-neu-page .mini-plan::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 8px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(0, 178, 200, 0.62), transparent);
}

body.preise-neu-page .mini-plan.is-selected {
  border-color: rgba(0, 178, 200, 0.9);
  box-shadow: 0 34px 72px rgba(0, 158, 225, 0.3);
  transform: translateY(-3px) scale(1.03);
}

body.preise-neu-page .package-seat-control {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: stretch;
  gap: 0.5rem;
  margin-top: 0.25rem;
  padding: 0.62rem;
  border-radius: 18px;
  border: 1px solid rgba(11, 124, 192, 0.18);
  background: rgba(11, 124, 192, 0.06);
  font-weight: 700;
  color: #061b2b;
  min-width: 0;
}

body.preise-neu-page .package-seat-control > span {
  font-size: 0.84rem;
}

body.preise-neu-page .package-seat-control[hidden] {
  display: none;
}

body.preise-neu-page .seat-input--mini {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  gap: 0.34rem;
}

body.preise-neu-page .seat-input--mini input {
  width: 100%;
  min-width: 0;
  padding-inline: 0.25rem;
}

body.preise-neu-page .seat-input--mini button {
  width: 30px;
  height: 30px;
  border-radius: 9px;
}

body.preise-neu-page .mini-plan h3 {
  grid-row: 1;
  margin: 0;
  font-size: 1.12rem;
  color: #000;
  text-align: center;
  min-height: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.preise-neu-page .mini-plan-price-card {
  grid-row: 2;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 0.14rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 142, 199, 0.25);
  background: #fff;
  padding: 0.48rem 0.52rem;
  box-shadow: 0 10px 22px rgba(6, 38, 59, 0.1);
  min-height: 0;
  height: 100%;
  min-width: 0;
  text-align: center;
  overflow: hidden;
}

body.preise-neu-page .mini-plan-price {
  margin: 0;
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  font-weight: 800;
  color: #000;
  line-height: 1;
  white-space: nowrap;
}

body.preise-neu-page .mini-plan-price-unit {
  margin: 0;
  font-size: clamp(0.72rem, 1.1vw, 0.82rem);
  font-weight: 600;
  color: #000;
  line-height: 1.16;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.preise-neu-page .mini-plan p {
  margin: 0;
  color: var(--pn-muted);
}

body.preise-neu-page .mini-plan-desc {
  grid-row: 3;
  min-height: 0;
  height: 100%;
  line-height: 1.45;
}

body.preise-neu-page .mini-plan-modules {
  grid-row: 4;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body.preise-neu-page .mini-plan-modules-label {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 800;
  color: #0f3f5e;
}

body.preise-neu-page .mini-plan .module-badges--compact {
  margin-top: 0.38rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.46rem;
}

body.preise-neu-page .mini-plan .module-badges--compact .module-badge {
  max-width: 100%;
  white-space: normal;
  text-align: left;
}

body.preise-neu-page .package-select-btn {
  grid-row: 5;
  margin-top: 0.35rem;
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 142, 199, 0.32);
  background: rgba(0, 142, 199, 0.09);
  color: #0a4f76;
  border-radius: 12px;
  padding: 0.6rem 0.75rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

body.preise-neu-page .mini-plan .package-seat-control {
  grid-row: 6;
}

body.preise-neu-page .package-select-btn.is-selected {
  background: linear-gradient(125deg, #0c90ca, #00b2c8);
  border-color: rgba(0, 142, 199, 0.6);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 158, 225, 0.3);
}

body.preise-neu-page .selection-summary {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 142, 199, 0.3);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(6, 38, 59, 0.12);
  padding: 0.9rem 1rem;
}

body.preise-neu-page .selection-summary h3 {
  margin: 0;
  font-size: 1.08rem;
}

body.preise-neu-page .selection-summary p {
  margin: 0.34rem 0 0;
  color: var(--pn-muted);
}

body.preise-neu-page .selection-summary .selection-price {
  margin-top: 0.55rem;
  font-weight: 800;
  font-size: 1.08rem;
  color: #0a4f76;
}

body.preise-neu-page .selection-summary.has-selected-packages #selectionSummaryText {
  display: none;
}

body.preise-neu-page .selection-summary.has-selected-packages .selection-tags {
  order: 2;
  margin-top: 0.45rem;
}

body.preise-neu-page .selection-summary.has-selected-packages .selection-price {
  order: 3;
}

body.preise-neu-page .selection-checkout {
  margin-top: 0.85rem;
  border: 1px solid rgba(0, 142, 199, 0.28);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(6, 38, 59, 0.1);
  padding: 0.9rem 1rem;
}

body.preise-neu-page .seat-block--selection {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

body.preise-neu-page .seat-block--selection .seat-input {
  margin-top: 0.4rem;
}

body.preise-neu-page .plan-cta--selection {
  margin-top: 0.9rem;
}

body.preise-neu-page .plan-cta--selection .btn-primary:disabled,
body.preise-neu-page .plan-cta--selection .btn-secondary:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
}

body.preise-neu-page .selection-tags {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem;
}

body.preise-neu-page .selection-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(0, 142, 199, 0.26);
  background: rgba(0, 142, 199, 0.08);
  padding: 0.22rem 0.62rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0a4f76;
}

body.preise-neu-page .selection-tag--auto {
  border-color: rgba(0, 178, 200, 0.42);
  background: rgba(0, 178, 200, 0.16);
  color: #095f81;
}

body.preise-neu-page .matrix-wrap {
  margin-top: 0.9rem;
  overflow-x: auto;
}

body.preise-neu-page table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 980px;
  border: 1px solid rgba(6, 38, 59, 0.12);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

body.preise-neu-page th,
body.preise-neu-page td {
  border-bottom: 1px solid rgba(6, 38, 59, 0.12);
  border-right: 1px solid rgba(6, 38, 59, 0.08);
  padding: 0.56rem 0.6rem;
  text-align: center;
}

body.preise-neu-page tr:last-child td {
  border-bottom: 0;
}

body.preise-neu-page th:last-child,
body.preise-neu-page td:last-child {
  border-right: 0;
}

body.preise-neu-page th {
  background: rgba(0, 142, 199, 0.08);
  font-weight: 800;
  color: #0c4f75;
}

body.preise-neu-page th:first-child,
body.preise-neu-page td:first-child {
  text-align: left;
  font-weight: 700;
  color: #154566;
}

body.preise-neu-page .matrix-check {
  font-size: 1.03rem;
  color: var(--pn-accent);
  font-weight: 800;
  vertical-align: middle;
}

body.preise-neu-page .no {
  color: #98a9b7;
  font-weight: 700;
}

body.preise-neu-page .faq-grid {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.preise-neu-page .faq-item {
  border: 1px solid rgba(0, 142, 199, 0.2);
  border-radius: 16px;
  padding: 0.82rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body.preise-neu-page .faq-item h3 {
  margin: 0;
  font-size: 1.05rem;
}

body.preise-neu-page .faq-item p {
  margin: 0.35rem 0 0;
  color: var(--pn-muted);
  line-height: 1.5;
}

@media (max-width: 980px) {
  body.preise-neu-page .featured-plan .module-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.preise-neu-page .plans-grid {
    grid-template-columns: 1fr;
  }

  body.preise-neu-page .mini-plan {
    grid-template-rows: auto auto auto auto auto;
  }

  body.preise-neu-page .mini-plan h3,
  body.preise-neu-page .mini-plan-price-card,
  body.preise-neu-page .mini-plan-desc,
  body.preise-neu-page .mini-plan-modules {
    height: auto;
  }

  body.preise-neu-page .faq-grid {
    grid-template-columns: 1fr;
  }

  body.preise-neu-page .module-badge::after {
    max-width: min(300px, 80vw);
  }
}

@media (max-width: 680px) {
  body.preise-neu-page .pricing-shell {
    width: calc(100% - 1.2rem);
  }

  body.preise-neu-page .plan-head {
    flex-direction: column;
    align-items: flex-start;
  }

  body.preise-neu-page .section-head--with-toggle {
    flex-direction: column;
    gap: 0.55rem;
    align-items: center;
  }

  body.preise-neu-page .section-head--with-toggle .billing-toggle--compact {
    position: static;
    transform: none;
  }

  body.preise-neu-page .billing-toggle {
    width: 100%;
    justify-content: space-between;
  }

  body.preise-neu-page .billing-btn {
    flex: 1;
    text-align: center;
  }

  body.preise-neu-page .featured-plan .module-badges {
    grid-template-columns: 1fr;
  }

  body.preise-neu-page .price-display {
    align-items: center;
    flex-direction: column;
    gap: 0.2rem;
  }

  body.preise-neu-page .mini-plan-price-card {
    grid-template-columns: auto auto;
    gap: 0.35rem;
  }

  body.preise-neu-page .package-seat-control {
    grid-template-columns: auto minmax(140px, 220px);
    justify-content: space-between;
  }

  body.preise-neu-page .price-meta {
    margin: 0;
  }

  body.preise-neu-page .seat-input {
    width: 100%;
    justify-content: center;
  }

  body.preise-neu-page .btn-primary,
  body.preise-neu-page .btn-secondary {
    width: 100%;
  }

  body.preise-neu-page table {
    min-width: 680px;
  }

}

@media (max-width: 760px) {
  /* Tooltips an der linken Badge-Kante ausrichten, damit sie im Viewport bleiben. */
  body.preise-neu-page .module-badge::after {
    left: 0;
    right: auto;
    width: min(280px, calc(100vw - 3rem));
    max-width: calc(100vw - 3rem);
    box-sizing: border-box;
    transform: translateY(6px);
  }

  body.preise-neu-page .module-badge::before {
    left: 1.25rem;
    transform: translate(-50%, 6px);
  }

  body.preise-neu-page .module-badge:hover::after,
  body.preise-neu-page .module-badge:focus-visible::after {
    transform: translateY(0);
  }

  body.preise-neu-page .module-badge:hover::before,
  body.preise-neu-page .module-badge:focus-visible::before {
    transform: translate(-50%, 0);
  }
}
