/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Template: porto
Description: Porto Child Theme – Arztpraxis Bewerbungen
Version: 1.2
*/

/* =========================================================
   Bereinigte Master-CSS – Apotheken Bewerbungen
   Stand: automatisch konsolidiert, exakte Duplikate entfernt
   ========================================================= */

:root {
  --pb-dark: #10242b;
  --pb-text: #34464c;
  --pb-muted: #526267;
  --pb-soft: #f7fbfc;
  --pb-soft-blue: #eaf4f6;
  --pb-workbook-bg: #f6fbfa;
  --pb-border: #e6ecef;
  --pb-border-strong: #dbe8e6;
  --pb-primary: #0f8a7a;
  --pb-primary-hover: #0c7468;
  --pb-primary-dark: #0f5661;
  --pb-white: #ffffff;
  --pb-shadow-soft: 0 10px 32px rgba(16, 36, 43, 0.06);
  --pb-shadow-card: 0 16px 42px rgba(16, 36, 43, 0.07);
  --pb-gradient-dark: linear-gradient(135deg, #10242b 0%, #0f8a7a 100%);
  --pb-hero-overlay: linear-gradient(90deg, rgba(16, 36, 43, 0.90), rgba(16, 36, 43, 0.68), rgba(16, 36, 43, 0.28));
  --pb-image-overlay: linear-gradient(180deg, rgba(16, 36, 43, 0.04), rgba(16, 36, 43, 0.58));
}

.pb-container,
.pb-site-footer-inner {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.pb-section,
.pb-price-section,
.pb-pdf-section,
.pb-final-cta {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pb-section {
  background: var(--pb-white);
}

.pb-section-light {
  background: var(--pb-soft);
}

.pb-freebie,
.pb-final-cta {
  background: var(--pb-soft-blue);
}

.pb-price-section,
.pb-pdf-section {
  background: var(--pb-dark);
}

.pb-center,
.pb-workbook-center {
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.pb-split,
.pb-grid,
.pb-grid-2,
.pb-grid-3,
.pb-modules-grid,
.pb-workbook-grid-2,
.pb-workbook-grid-3,
.pb-download-grid {
  display: grid;
  gap: 28px;
}

.pb-split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  align-items: center;
}

.pb-grid-2,
.pb-workbook-grid-2,
.pb-download-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pb-grid-3,
.pb-workbook-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pb-modules-grid {
  max-width: 1040px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#header .porto-block[data-id="2562"] .top-row,
#header .porto-block[data-id="2562"] .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#header .porto-block[data-id="2562"] .top-row {
  margin: 0 !important;
}

#header .porto-block[data-id="2562"] .row {
  display: flex !important;
  align-items: center !important;
  min-height: 78px !important;
}

#header .porto-block[data-id="2562"] .vc_column_container {
  float: none !important;
  display: flex !important;
  align-items: center !important;
}

#header .porto-block[data-id="2562"] .vc_column-inner,
#header .porto-block[data-id="2562"] .wpb_wrapper {
  width: 100% !important;
}

#header .porto-block[data-id="2562"] .col-md-8 .wpb_wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

#header .porto-block[data-id="2562"] .wpb_single_image {
  margin-bottom: 0 !important;
}

#header .porto-block[data-id="2562"] img.vc_single_image-img {
  width: 340px !important;
  max-width: 340px !important;
  height: auto !important;
  display: block !important;
}

#header .porto-block[data-id="2562"] .col-md-4 {
  max-width: 380px !important;
}

#header .pb-site-nav {
  width: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#header .pb-site-nav a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  color: var(--pb-text) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

#header .pb-site-nav a:hover {
  color: var(--pb-primary) !important;
}

#header .pb-site-nav .pb-nav-cta {
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: var(--pb-primary) !important;
  color: #fff !important;
}

#header .pb-site-nav .pb-nav-cta:hover {
  background: var(--pb-primary-hover) !important;
  color: #fff !important;
}

.pb-site-footer {
  width: 100%;
  max-width: 100%;
  background: var(--pb-dark);
  color: rgba(255, 255, 255, 0.78);
  padding: 64px 0 28px;
}

.pb-site-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 56px;
}

.pb-footer-brand {
  max-width: 360px;
}

.pb-footer-logo-link {
  display: inline-flex;
  margin-bottom: 18px;
}

.pb-footer-brand img {
  width: 260px;
  max-width: 100%;
  height: auto;
  display: block !important;
  filter: none !important;
}

.pb-footer-brand p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.pb-footer-links-wrap {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}

.pb-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 180px;
}

.pb-footer-nav h4 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.pb-footer-nav a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.45;
  transition: all 0.2s ease;
}

.pb-footer-nav a:hover {
  color: #fff;
  transform: translateX(3px);
}

.pb-site-footer-bottom {
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.pb-site-footer-bottom p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

.pb-h1,
.pb-h2,
.pb-workbook-h1,
.pb-workbook-h2 {
  margin-top: 0;
  font-weight: 850;
}

.pb-h1 {
  margin-bottom: 24px;
  color: var(--pb-dark);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.pb-h2 {
  margin-bottom: 22px;
  color: var(--pb-dark);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.pb-white {
  color: var(--pb-white);
}

.pb-lead {
  margin-bottom: 28px;
  color: var(--pb-text);
  font-size: 21px;
  line-height: 1.65;
}

.pb-text {
  margin-bottom: 20px;
  color: var(--pb-text);
  font-size: 18px;
  line-height: 1.75;
}

.pb-light-text {
  color: #edf6f8;
}

.pb-section-intro {
  margin: 0 auto 48px;
  max-width: 820px;
  color: var(--pb-text);
  font-size: 19px;
  line-height: 1.65;
}

#bestellung .pb-section-intro {
  color: #fff !important;
  margin-bottom: 25px !important;
}

.pb-small-note {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--pb-muted);
}

.pb-badge,
.pb-workbook-label,
.pb-card-label {
  display: inline-flex;
  align-items: center;
  line-height: 1.3;
  font-weight: 850;
}

.pb-badge {
  padding: 8px 15px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--pb-soft-blue);
  color: var(--pb-primary-dark);
  font-size: 14px;
}

.pb-badge-light {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.pb-card-label {
  display: block;
  margin-bottom: 12px;
  color: var(--pb-primary);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pb-workbook-label {
  margin: 0 0 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef8f6;
  color: var(--pb-primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pb-button,
a.pb-button,
.pb-button:link,
.pb-button:visited,
button.pb-button,
.pb-lead-form .ff-btn-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 26px !important;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1 !important;
  font-weight: 800;
  text-align: center !important;
  vertical-align: middle !important;
  text-decoration: none;
  box-sizing: border-box !important;
  transition: all 0.2s ease;
  overflow: hidden;
}

.pb-button *,
.pb-button span,
.pb-button i,
.pb-button svg {
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
}

.pb-button span,
.pb-button-text {
  position: relative;
  top: -1px;
}

.pb-button-primary {
  background: var(--pb-primary);
  color: #fff;
  box-shadow: 0 12px 28px rgba(15, 138, 122, 0.24);
}

.pb-button-primary:hover {
  background: var(--pb-primary-hover);
  color: #fff;
  transform: translateY(-2px);
}

.pb-button-secondary {
  background: transparent;
  color: var(--pb-primary);
  border: 2px solid var(--pb-primary);
}

.pb-button-secondary:hover {
  background: var(--pb-primary);
  color: #fff;
}

.pb-button-secondary-light {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.72);
}

.pb-button-secondary-light:hover {
  background: #fff;
  color: var(--pb-dark);
}

.pb-button-full {
  display: flex !important;
  width: 100% !important;
  margin-top: 24px;
}

.pb-button-large {
  height: 66px !important;
  min-height: 66px !important;
  padding: 0 38px !important;
  font-size: 18px !important;
}

.pb-download-button {
  transform: translateY(-2px);
}

.pb-download-main-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.pb-checklist,
.pb-workbook-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pb-checklist {
  margin-bottom: 28px;
}

.pb-checklist li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
  color: var(--pb-text);
  font-size: 17px;
  line-height: 1.55;
}

.pb-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pb-primary);
  font-weight: 900;
}

.pb-checklist-light li {
  color: #fff;
}

.pb-workbook-checklist {
  display: grid;
  gap: 13px;
  margin-top: 20px;
}

.pb-workbook-checklist li {
  position: relative;
  padding-left: 34px;
  color: #24343a;
  font-size: 16px;
  line-height: 1.55;
}

.pb-workbook-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  border: 2px solid var(--pb-primary);
  background: #fff;
}

.pb-card,
.pb-hero-card,
.pb-module-card,
.pb-price-card,
.pb-check-card,
.pb-workbook-card,
.pb-workbook-task,
.pb-download-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--pb-border);
  box-shadow: var(--pb-shadow-soft);
}

.pb-card,
.pb-module-card {
  border-radius: 22px;
  padding: 32px;
}

.pb-workbook-card {
  border-radius: 26px;
  padding: 30px;
  border-color: var(--pb-border-strong);
  box-shadow: var(--pb-shadow-card);
}

.pb-workbook-task {
  border-radius: 28px;
  padding: 32px;
  border-color: var(--pb-border-strong);
  box-shadow: var(--pb-shadow-card);
}

.pb-download-card {
  border-radius: 24px;
  padding: 28px;
  border-color: var(--pb-border-strong);
}

.pb-price-card {
  border-radius: 22px;
  padding: 42px;
  border-color: #dcebed;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.pb-check-card-narrow {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.pb-card h3,
.pb-module-card h3,
.pb-workbook-card h3,
.pb-workbook-task h3,
.pb-download-card h3 {
  margin: 0 0 12px;
  color: var(--pb-dark);
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.pb-card h3 {
  font-size: 22px;
}

.pb-module-card h3 {
  font-size: 23px;
}

.pb-workbook-card h3,
.pb-download-card h3 {
  font-size: 22px;
}

.pb-workbook-task h3 {
  margin-bottom: 16px;
  font-size: 26px;
}

.pb-card p,
.pb-module-card p,
.pb-workbook-card p,
.pb-download-card p {
  margin: 0 0 16px;
  color: var(--pb-muted);
  font-size: 16px;
  line-height: 1.65;
}

.pb-card p:last-child,
.pb-module-card p:last-child,
.pb-workbook-card p:last-child {
  margin-bottom: 0;
}

.pb-hero-card {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.95fr;
  gap: 32px;
  align-items: start;
  padding: 38px;
  border-radius: 22px;
  box-shadow: 0 18px 55px rgba(16, 36, 43, 0.14);
}

.pb-hero-card h2 {
  margin: 0;
  color: var(--pb-dark);
  font-size: 29px;
  line-height: 1.22;
  font-weight: 850;
}

.pb-hero-card p {
  margin: 0;
  color: var(--pb-muted);
  font-size: 16px;
  line-height: 1.65;
}

.pb-module-card {
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pb-module-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 42px rgba(16, 36, 43, 0.1);
}

.pb-module-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.pb-module-top span:last-child {
  display: block;
  color: var(--pb-primary);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pb-module-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: var(--pb-soft-blue);
  color: var(--pb-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 850;
  font-size: 15px;
}

.pb-module-actions {
  margin-top: 22px;
}

.pb-module-actions .pb-button {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.pb-image-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 16px 48px rgba(16, 36, 43, 0.12);
}

.pb-image-card.pb-image-overlay {
  background-image: var(--pb-image-overlay), var(--pb-image-url);
}

.pb-image-office {
  background-image: var(--pb-image-overlay), url("/wp-content/uploads/2026/05/praxis-team-bewerbungen.png");
}

.pb-image-google {
  background-image: var(--pb-image-overlay), url("/wp-content/uploads/2026/05/google-business-arbeitsplatz.png");
}

.pb-image-qr-card {
  background-image: var(--pb-image-overlay), url("/wp-content/uploads/2026/05/mock-bewertungskarte-qr.png");
}

.pb-image-member {
  background-image: var(--pb-image-overlay), url("/wp-content/uploads/2026/05/mitgliederbereich-praxis-recruiting-system.png");
}

.pb-image-social-content {
  background-image: var(--pb-image-overlay), url("/wp-content/uploads/2026/05/social-media-praxis-content-erstellen.png") !important;
}

.pb-image-empfehlungen {
  background-image: var(--pb-image-overlay), url("/wp-content/uploads/2026/05/mitarbeiterempfehlungen-praxis-team.png") !important;
}

.pb-image-bewerbungsprozess {
  background-image: var(--pb-image-overlay), url("/wp-content/uploads/2026/05/bewerbungsprozess-praxis-team.png") !important;
}

.pb-image-bewerbungsgespraech {
  background-image: var(--pb-image-overlay), url("/wp-content/uploads/2026/05/bewerbungsgespraech-praxis-team.png") !important;
}

.pb-image-onboarding {
  background-image: var(--pb-image-overlay), url("/wp-content/uploads/2026/05/onboarding-praxis-team.png") !important;
}

.pb-image-recruiting-auswertung {
  background-image: var(--pb-image-overlay), url("/wp-content/uploads/2026/05/recruiting-auswertung-praxis-team.png") !important;
}

.pb-qr-section .pb-image-card {
  min-height: 460px;
}

.pb-image-caption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
}

.pb-image-caption p {
  margin: 0;
  color: var(--pb-dark);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 750;
}

.pb-image-whatsapp {
  background: #f6fbfb !important;
  border-radius: 28px;
  padding: 40px 34px 28px;
  box-shadow: 0 30px 80px rgba(16, 36, 43, 0.08), 0 10px 30px rgba(16, 36, 43, 0.05);
}

.pb-image-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pb-whatsapp-mockup {
  width: 100%;
  max-width: 440px;
  border-radius: 28px;
  display: block;
}

.pb-image-whatsapp .pb-image-caption {
  position: static;
  margin-top: 28px;
  text-align: center;
  background: transparent;
  padding: 0;
}

.pb-image-whatsapp .pb-image-caption p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--pb-muted);
}

.pb-header-image {
  min-height: 640px;
  background-image: linear-gradient(90deg, rgba(16, 36, 43, 0.88), rgba(16, 36, 43, 0.62), rgba(16, 36, 43, 0.25)), url("/wp-content/uploads/2026/05/header-arztpraxis-bewerbungen.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pb-header-overlay {
  min-height: 640px;
  display: flex;
  align-items: center;
}

.pb-header-content {
  max-width: 760px;
  margin: 0 auto;
}

.pb-header-content .pb-lead {
  max-width: 720px;
}

.pb-header-actions,
.pb-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.pb-final-actions {
  justify-content: center;
}

.pb-hero-summary {
  margin-top: -70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 3;
}

.pb-free-hero {
  min-height: 560px !important;
  background-image: var(--pb-hero-overlay), var(--pb-hero-image) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.pb-free-hero-inner {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 820px;
}

.pb-google-hero {
  --pb-hero-image: url("/wp-content/uploads/2026/05/google-business-arbeitsplatz-1.png");
}

.pb-whatsapp-hero {
  --pb-hero-image: url("/wp-content/uploads/2026/05/whatsapp-bewerbungen-praxis.png");
}

.pb-stellenanzeigen-hero {
  --pb-hero-image: url("/wp-content/uploads/2026/05/creating_effective_job_ads_for_practices.png");
}

.pb-karriereseite-hero {
  --pb-hero-image: url("/wp-content/uploads/2026/05/hero-modul-4-karriereseite.png");
}

.pb-social-media-hero {
  --pb-hero-image: url("/wp-content/uploads/2026/05/hero-modul-5-social-media.png");
}

.pb-mitarbeiterempfehlungen-hero {
  --pb-hero-image: url("/wp-content/uploads/2026/05/hero-modul-6-mitarbeiterempfehlungen.png");
}

.pb-bewerbungsprozess-hero {
  --pb-hero-image: url("/wp-content/uploads/2026/05/hero-modul-7-bewerbungsprozess.png");
}

.pb-bewerbungsgespraech-hero {
  --pb-hero-image: url("/wp-content/uploads/2026/05/hero-modul-8-bewerbungsgespraech.png");
}

.pb-onboarding-hero {
  --pb-hero-image: url("/wp-content/uploads/2026/05/hero-modul-9-onboarding.png");
}

.pb-recruiting-auswertung-hero {
  --pb-hero-image: url("/wp-content/uploads/2026/05/hero-modul-10-recruiting-auswertung.png");
}

.pb-lead-form .ff-el-group {
  margin-bottom: 18px !important;
}

.pb-lead-form input[type="text"],
.pb-lead-form input[type="email"],
.pb-login-form-wrap input[type="text"],
.pb-login-form-wrap input[type="password"] {
  width: 100%;
  min-height: 54px;
  border-radius: 14px;
  border: 1px solid #dcebed;
  background: #fff;
  padding: 0 18px;
  font-size: 16px;
  color: var(--pb-dark);
  box-shadow: none;
  box-sizing: border-box;
}

.pb-lead-form input[type="text"]:focus,
.pb-lead-form input[type="email"]:focus,
.pb-login-form-wrap input[type="text"]:focus,
.pb-login-form-wrap input[type="password"]:focus {
  border-color: var(--pb-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 138, 122, 0.12);
}

.pb-lead-form .ff_t_c,
.pb-lead-form .ff-el-group,
.pb-lead-form .ff-el-form-check,
.pb-lead-form .ff-el-form-check-label,
.pb-lead-form .ff_tc_label {
  text-align: left !important;
}

.pb-lead-form .ff_t_c {
  font-size: 14px;
  color: var(--pb-muted);
  line-height: 1.5;
}

.pb-lead-form .ff-el-form-check {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.pb-lead-form input[type="checkbox"] {
  margin-top: 4px !important;
  flex: 0 0 auto !important;
}

.pb-lead-form .ff-t-cell {
  padding-bottom: 12px !important;
}

.pb-lead-form .ff-btn-submit,
.pb-login-form-wrap input[type="submit"] {
  width: 100%;
  border: none;
  background: var(--pb-primary) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(15, 138, 122, 0.24);
  cursor: pointer;
}

.pb-lead-form .ff-btn-submit:hover,
.pb-login-form-wrap input[type="submit"]:hover {
  background: var(--pb-primary-hover) !important;
  transform: translateY(-2px);
}

.pb-login-form-wrap {
  margin-top: 22px;
}

.pb-login-form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pb-login-form-wrap p {
  margin: 0;
}

.pb-login-form-wrap label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
  color: var(--pb-dark);
}

.pb-login-form-wrap .login-remember {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pb-login-form-wrap .login-remember label {
  margin: 0;
  font-weight: 500;
}

.pb-login-form-wrap .login-submit {
  margin-top: 6px;
}

.pb-login-links {
  margin-top: 18px;
  text-align: center;
}

.pb-login-links a {
  color: var(--pb-primary);
  font-weight: 700;
  text-decoration: none;
}

.pb-login-links a:hover {
  text-decoration: underline;
}

.pb-login-message {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.pb-login-error {
  background: #fff2f0;
  color: #a43124;
  border: 1px solid rgba(164, 49, 36, 0.22);
}

.pb-thankyou-page .pb-container {
  max-width: 980px;
}

.pb-account-page .pb-container {
  max-width: 1040px;
}

.pb-thankyou-intro,
.pb-account-intro {
  margin-bottom: 42px;
}

.pb-thankyou-card,
.pb-account-card,
.pb-account-dashboard-card {
  margin-bottom: 32px;
}

.pb-thankyou-card:last-child {
  margin-bottom: 0;
}

.pb-thankyou-card .pb-final-actions,
.pb-account-page .pb-final-actions {
  margin-top: 24px;
}

.pb-account-dashboard-card h3 {
  margin-bottom: 22px;
}

.pb-workbook-page {
  background: var(--pb-workbook-bg);
}

.pb-workbook-hero {
  padding: 90px 0 70px;
  background: var(--pb-gradient-dark);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.pb-workbook-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.pb-workbook-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 52px;
  align-items: center;
}

.pb-workbook-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.pb-workbook-h1 {
  margin-bottom: 24px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: #fff;
}

.pb-workbook-lead {
  max-width: 720px;
  margin: 0 0 30px;
  font-size: 19px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.pb-workbook-hero-points {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.pb-workbook-hero-points li {
  position: relative;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  line-height: 1.5;
}

.pb-workbook-hero-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 900;
}

.pb-workbook-visual {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.18);
}

.pb-workbook-visual img,
.pb-workbook-step-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.pb-workbook-section {
  padding: 76px 0;
}

.pb-workbook-section-small {
  padding: 56px 0;
}

.pb-workbook-center {
  max-width: 840px;
  margin-bottom: 42px;
}

.pb-workbook-h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--pb-dark);
}

.pb-workbook-intro {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: var(--pb-muted);
}

.pb-workbook-step {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 34px;
  background: #fff;
  border: 1px solid var(--pb-border-strong);
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 18px 52px rgba(16, 36, 43, 0.07);
}

.pb-workbook-step:nth-child(even) {
  grid-template-columns: 1.1fr 0.9fr;
}

.pb-workbook-step:nth-child(even) .pb-workbook-step-text {
  order: 2;
}

.pb-workbook-step:nth-child(even) .pb-workbook-step-media {
  order: 1;
}

.pb-workbook-step-number {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pb-dark);
  color: #fff;
  font-weight: 900;
  margin-bottom: 18px;
}

.pb-workbook-step h3 {
  margin: 0 0 16px;
  color: var(--pb-dark);
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.pb-workbook-step p {
  margin: 0 0 18px;
  color: var(--pb-muted);
  font-size: 16px;
  line-height: 1.7;
}

.pb-workbook-step ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.pb-workbook-step li {
  position: relative;
  padding-left: 28px;
  color: #24343a;
  font-size: 15.5px;
  line-height: 1.55;
}

.pb-workbook-step li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--pb-primary);
}

.pb-workbook-step-media {
  border-radius: 24px;
  background: var(--pb-workbook-bg);
  border: 1px solid var(--pb-border-strong);
  padding: 14px;
}

.pb-workbook-image-note {
  margin-top: 12px;
  color: var(--pb-muted);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.pb-workbook-tip {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #eef8f6;
  border: 1px solid var(--pb-border-strong);
  color: #24343a;
  font-size: 15px;
  line-height: 1.6;
}

.pb-workbook-tip strong {
  color: var(--pb-primary);
}

.pb-copy-box {
  background: var(--pb-dark);
  color: #fff;
  border-radius: 26px;
  padding: 30px;
  margin-top: 24px;
}

.pb-copy-box h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 24px;
}

.pb-copy-box p {
  color: rgba(255, 255, 255, 0.8);
}

.pb-copy-text {
  margin-top: 18px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  line-height: 1.7;
  white-space: pre-wrap;
}

.pb-accordion-item {
  background: #fff;
  border: 1px solid var(--pb-border-strong);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(16, 36, 43, 0.05);
}

.pb-accordion-item summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--pb-dark);
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

.pb-accordion-item summary::-webkit-details-marker {
  display: none;
}

.pb-accordion-item summary::after {
  content: "+";
  float: right;
  color: var(--pb-primary);
  font-weight: 900;
}

.pb-accordion-item[open] summary::after {
  content: "–";
}

.pb-accordion-content {
  padding: 0 24px 24px;
  color: var(--pb-muted);
  font-size: 16px;
  line-height: 1.7;
}

.pb-workbook-next {
  background: var(--pb-gradient-dark);
  color: #fff;
  border-radius: 32px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.pb-workbook-next h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 34px;
  line-height: 1.1;
}

.pb-workbook-next p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.65;
}

.pb-template-download-grid {
  margin-top: 48px;
}

#system .pb-section-intro {
  margin-bottom: 70px;
}

.pb-system-content .pb-center {
  margin-bottom: 46px;
}

.pb-audience-section .pb-h2 {
  min-height: 98px;
}

.pb-faq-section .pb-center {
  margin-bottom: 54px;
}

.pb-price-card span {
  display: block;
  margin-bottom: 14px;
  color: #6b7a80;
  font-size: 15px;
  font-weight: 800;
}

.pb-price {
  margin-bottom: 14px;
  color: var(--pb-dark);
  font-size: 64px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.pb-price-card p {
  margin: 0 0 14px;
  color: var(--pb-muted);
  font-size: 14px;
  line-height: 1.6;
}

.pb-price-card strong {
  display: block;
  color: var(--pb-dark);
  font-size: 16px;
}

.pb-price-card .pb-button {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  .pb-hero-card,
  .pb-grid-3,
  .pb-workbook-grid-3 { grid-template-columns: 1fr; }
}

@media (max-width: 991px) {
  .pb-header-image,
  .pb-header-overlay { min-height: 560px; }
  .pb-section,
  .pb-price-section,
  .pb-pdf-section,
  .pb-final-cta { padding-top: 64px; padding-bottom: 64px; }
  .pb-split,
  .pb-grid-2,
  .pb-modules-grid,
  .pb-workbook-grid-2,
  .pb-download-grid { grid-template-columns: 1fr; gap: 34px; }
  .pb-hero-summary { margin-top: -50px; padding-bottom: 54px; }
  .pb-card,
  .pb-hero-card,
  .pb-module-card,
  .pb-price-card,
  .pb-check-card { padding: 26px; }
  .pb-audience-section .pb-h2 { min-height: auto; }
  #header .porto-block[data-id="2562"] .row { min-height: auto !important; }
  #header .porto-block[data-id="2562"] .col-md-4,
  #header .porto-block[data-id="2562"] .col-md-8 { width: 100% !important; max-width: 100% !important; }
  #header .porto-block[data-id="2562"] .col-md-8 .wpb_wrapper { justify-content: flex-start !important; }
  #header .pb-site-nav { flex-wrap: wrap !important; gap: 14px !important; margin-top: 10px !important; }
  #header .porto-block[data-id="2562"] img.vc_single_image-img { width: 260px !important; max-width: 260px !important; }
}

@media (max-width: 900px) {
  .pb-workbook-hero-inner,
  .pb-workbook-step,
  .pb-workbook-step:nth-child(even),
  .pb-workbook-next { grid-template-columns: 1fr; }
  .pb-workbook-step:nth-child(even) .pb-workbook-step-text,
  .pb-workbook-step:nth-child(even) .pb-workbook-step-media { order: initial; }
  .pb-workbook-hero { padding: 70px 0 54px; }
  .pb-workbook-section { padding: 56px 0; }
  .pb-workbook-step { padding: 24px; }
  .pb-workbook-step h3 { font-size: 25px; }
  .pb-workbook-next { padding: 30px; }
}

@media (max-width: 767px) {
  .pb-container,
  .pb-site-footer-inner { width: min(100% - 28px, 1180px); }
  .pb-header-image,
  .pb-header-overlay,
  .pb-free-hero,
  .pb-free-hero-inner { min-height: 620px; }
  .pb-header-content { max-width: 100%; }
  .pb-lead,
  .pb-section-intro,
  .pb-text { font-size: 17px; }
  .pb-header-actions,
  .pb-final-actions { flex-direction: column; }
  .pb-button { width: 100%; }
  .pb-price { font-size: 48px; }
  .pb-image-card { min-height: 320px; }
  .pb-site-footer { padding: 48px 0 24px; }
  .pb-site-footer-inner { flex-direction: column; align-items: flex-start; gap: 34px; }
  .pb-footer-brand img { width: 230px; }
  .pb-footer-links-wrap { flex-direction: column; gap: 28px; width: 100%; }
  .pb-footer-nav { min-width: 0; width: 100%; }
  .pb-footer-nav a:hover { transform: none; }
  .pb-site-footer-bottom { margin-top: 34px; }
  .pb-thankyou-intro { margin-bottom: 30px; }
  .pb-thankyou-card { margin-bottom: 24px; }
}

.pb-price-card .pb-module-actions .pb-button,
.pb-price-card .pb-module-actions a.pb-button,
.pb-price-card .pb-module-actions .pb-button span,
.pb-price-card .pb-module-actions .pb-button-text {
  color: #ffffff !important;
  opacity: 1 !important;
}

.pb-price-card .pb-module-actions .pb-button-primary {
  background: var(--pb-primary) !important;
  border-color: var(--pb-primary) !important;
}

.pb-price-card .pb-module-actions .pb-button-primary:hover {
  background: #0c7468 !important;
  color: #ffffff !important;
}

.pb-price-card .pb-module-actions .pb-button-primary:hover span,
.pb-price-card .pb-module-actions .pb-button-primary:hover .pb-button-text {
  color: #ffffff !important;
}

.pb-price-card .pb-module-actions .pb-button.pb-button-full {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  min-height: 66px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pb-price-card .pb-module-actions .pb-button.pb-button-full .pb-button-text {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pb-access-note {
  margin-top: 24px;
  text-align: center;
}

.pb-access-note a {
  display: inline-block;
  margin-top: 4px;
}

.pb-workbook-step-media,
.pb-workbook-visual {
  position: relative;
}

.pb-workbook-lightbox {
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
}

.pb-workbook-lightbox img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.pb-workbook-lightbox:hover img {
  transform: scale(1.015);
  filter: brightness(0.96);
}

.pb-image-zoom-hint {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(12, 42, 47, 0.82);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.pb-workbook-lightbox:hover .pb-image-zoom-hint {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .pb-image-zoom-hint {
    opacity: 1;
    transform: none;
    right: 12px;
    bottom: 12px;
    font-size: 12px;
    padding: 8px 12px;
  }
}

.pb-lightbox-open {
  overflow: hidden;
}

.pb-lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background: rgba(5, 20, 24, 0.88);
  backdrop-filter: blur(8px);
}

.pb-lightbox-overlay.is-active {
  display: flex;
}

.pb-lightbox-content {
  position: relative;
  width: min(1180px, 94vw);
  max-height: 90vh;
  text-align: center;
}

.pb-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 82vh;
  margin: 0 auto;
  border-radius: 22px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  background: #fff;
}

.pb-lightbox-caption {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.45;
}

.pb-lightbox-close,
.pb-lightbox-prev,
.pb-lightbox-next {
  position: fixed;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #0c2a2f;
  cursor: pointer;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease, background 0.2s ease;
}

.pb-lightbox-close:hover,
.pb-lightbox-prev:hover,
.pb-lightbox-next:hover {
  transform: scale(1.05);
  background: #fff;
}

.pb-lightbox-close {
  top: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  font-size: 34px;
  line-height: 1;
}

.pb-lightbox-prev,
.pb-lightbox-next {
  top: 50%;
  width: 52px;
  height: 52px;
  font-size: 42px;
  line-height: 1;
  transform: translateY(-50%);
}

.pb-lightbox-prev:hover,
.pb-lightbox-next:hover {
  transform: translateY(-50%) scale(1.05);
}

.pb-lightbox-prev {
  left: 24px;
}

.pb-lightbox-next {
  right: 24px;
}

@media (max-width: 767px) {
  .pb-lightbox-overlay {
    padding: 18px;
  }

  .pb-lightbox-image {
    max-height: 78vh;
    border-radius: 16px;
  }

  .pb-lightbox-close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    font-size: 30px;
  }

  .pb-lightbox-prev,
  .pb-lightbox-next {
    width: 42px;
    height: 42px;
    font-size: 34px;
  }

  .pb-lightbox-prev {
    left: 10px;
  }

  .pb-lightbox-next {
    right: 10px;
  }

  .pb-lightbox-caption {
    font-size: 13px;
  }
}

.pb-sofort-check-card {
  background: #fff !important;
  border-radius: 28px !important;
  padding: 38px 42px !important;
  box-shadow: 0 18px 45px rgba(10, 35, 45, 0.08) !important;
  border: 1px solid rgba(10, 35, 45, 0.08) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
}

.pb-sofort-check-card .pb-checklist {
  margin: 0 !important;
}

.pb-free-registration-card .pb-free-card-kicker {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #0f8f66 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.35 !important;
  margin: 0 0 12px !important;
}

.pb-free-registration-card h3 {
  margin-top: 0 !important;
}

.pb-free-module-style-fixes,
.pb-free-registration-style-fixes {
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

@media (max-width: 767px) {
  .pb-sofort-check-card {
    padding: 28px 24px !important;
    border-radius: 22px !important;
  }
}

.pb-start-intro-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.pb-start-intro-checklist {
  margin: 0 !important;
}

.pb-price-card .pb-button.pb-button-full.pb-price-button-fixed,
.pb-price-card .pb-button.pb-button-full.pb-price-button-fixed:visited,
.pb-price-card .pb-button.pb-button-full.pb-price-button-fixed:hover,
.pb-price-card .pb-button.pb-button-full.pb-price-button-fixed:focus {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  line-height: 1.2 !important;
}

.pb-price-card .pb-button.pb-button-full.pb-price-button-fixed .pb-button-text {
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  transform: none !important;
  position: static !important;
  top: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pb-section-cta-spaced {
  margin-top: 56px !important;
}

.pb-section-cta-spaced .pb-button .pb-button-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .pb-start-intro-card {
    display: block;
  }

  .pb-start-intro-card > div + div {
    margin-top: 24px;
  }
}

.pb-start-benefit-card h2 {
  margin-bottom: 22px;
}

.pb-start-benefit-list {
  margin: 0 !important;
}

.pb-start-benefit-list li {
  margin-bottom: 14px;
}

.pb-start-benefit-list li:last-child {
  margin-bottom: 0;
}

.pb-start-benefit-list strong {
  font-weight: 800;
}

.pb-start-card-actions {
  margin-top: 28px;
}

.pb-start-card-actions .pb-button {
  width: 100%;
  justify-content: center;
}

.pb-start-card-actions .pb-button .pb-button-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.pb-free-hero.pb-sales-hero {
  background: linear-gradient(135deg, #0f8f66 0%, #0b5f4a 100%) !important;
  color: #fff !important;
  padding: 110px 0 90px !important;
  position: relative;
  overflow: hidden;
}

.pb-free-hero.pb-sales-hero .pb-free-hero-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.pb-free-hero.pb-sales-hero .pb-badge,
.pb-free-hero.pb-sales-hero .pb-badge-light {
  background: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.26) !important;
}

.pb-free-hero.pb-sales-hero .pb-h1,
.pb-free-hero.pb-sales-hero .pb-white,
.pb-free-hero.pb-sales-hero h1,
.pb-free-hero.pb-sales-hero p {
  color: #fff !important;
}

.pb-free-hero.pb-sales-hero .pb-lead,
.pb-free-hero.pb-sales-hero .pb-light-text {
  color: rgba(255, 255, 255, 0.9) !important;
}

.pb-free-hero.pb-sales-hero .pb-header-actions {
  justify-content: center;
  margin-top: 34px;
}

.pb-free-hero.pb-sales-hero .pb-button-primary {
  color: #fff !important;
}

.pb-free-hero.pb-sales-hero .pb-button-primary .pb-button-text {
  color: #fff !important;
}

.pb-free-hero.pb-sales-hero .pb-button-secondary-light {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
}

.pb-free-hero.pb-sales-hero .pb-button-secondary-light .pb-button-text {
  color: #fff !important;
}

.pb-price-card .pb-button,
.pb-price-card .pb-button:visited,
.pb-price-card .pb-button:hover,
.pb-price-card .pb-button:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.pb-price-card .pb-button .pb-button-text,
.pb-price-card .pb-button:visited .pb-button-text,
.pb-price-card .pb-button:hover .pb-button-text,
.pb-price-card .pb-button:focus .pb-button-text {
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.pb-price-card a.pb-button,
.pb-price-card a.pb-button span,
.pb-price-card a.pb-button .pb-button-text {
  color: #fff !important;
}

@media (max-width: 767px) {
  .pb-free-hero.pb-sales-hero {
    padding: 80px 0 64px !important;
  }

  .pb-free-hero.pb-sales-hero .pb-free-hero-inner {
    text-align: left;
  }

  .pb-free-hero.pb-sales-hero .pb-header-actions {
    justify-content: flex-start;
  }
}

.pb-access-hero .pb-hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.pb-access-hero .pb-hero-trust-row span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.12);
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
}

.pb-access-price-card .pb-price-wrap {
  margin: 20px 0 22px;
}

.pb-access-price-card .pb-price {
  line-height: 1;
}

.pb-price-checklist {
  margin: 22px 0;
}

.pb-checkout-placeholder {
  border: 1px dashed rgba(10,35,45,.22);
  background: rgba(10,35,45,.035);
  border-radius: 18px;
  padding: 18px;
  margin: 22px 0;
  text-align: center;
  font-size: 14px;
  color: rgba(10,35,45,.65);
}

.pb-mini-proof-card h3 {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .pb-premium-module,
  .pb-premium-module:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .pb-premium-module:nth-child(even) .pb-premium-module-content,
  .pb-premium-module:nth-child(even) .pb-premium-module-image {
    order: initial;
  }
}

@media (max-width: 767px) {
  .pb-access-hero .pb-hero-trust-row {
    justify-content: flex-start;
  }

  .pb-premium-module {
    padding: 24px;
    border-radius: 24px;
  }

  .pb-agency-proof {
    padding: 18px;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .pb-access-price-highlight {
    display: block;
    padding: 24px;
  }

  .pb-access-price-highlight .pb-price-wrap {
    text-align: left;
    margin-top: 22px;
  }

  .pb-access-checkout-box {
    padding: 28px 22px;
    border-radius: 24px;
  }
}

.pb-access-hero-light {
  background:
    radial-gradient(circle at top right, rgba(15, 143, 102, 0.12), transparent 34%),
    linear-gradient(180deg, #f7fbfa 0%, #ffffff 100%);
  color: #0a2330;
  padding: 92px 0 82px;
  overflow: hidden;
}

.pb-access-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 58px;
  align-items: center;
}

.pb-access-hero-copy .pb-badge {
  margin-bottom: 18px;
}

.pb-access-hero-copy .pb-h1 {
  color: #0a2330;
  max-width: 760px;
  margin-bottom: 20px;
}

.pb-access-hero-copy .pb-lead {
  color: rgba(10, 35, 45, 0.78);
  max-width: 720px;
}

.pb-access-hero-copy .pb-header-actions {
  margin-top: 32px;
}

.pb-access-hero-copy .pb-button-secondary {
  background: #fff;
  border: 1px solid rgba(10, 35, 45, 0.14);
  color: #0a2330;
}

.pb-access-hero-copy .pb-button-secondary .pb-button-text {
  color: #0a2330;
}

.pb-access-hero-copy .pb-button-secondary:hover,
.pb-access-hero-copy .pb-button-secondary:focus {
  border-color: rgba(15, 143, 102, 0.4);
}

.pb-hero-trust-row-light {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pb-hero-trust-row-light span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(15, 143, 102, 0.18);
  background: rgba(15, 143, 102, 0.08);
  color: #0a2330;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 14px;
  font-weight: 800;
}

.pb-access-hero-visual {
  position: relative;
  min-height: 520px;
}

.pb-access-hero-screenshot {
  position: absolute;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 26px 70px rgba(10, 35, 45, 0.16);
  border: 1px solid rgba(10, 35, 45, 0.08);
  overflow: hidden;
}

.pb-access-hero-price-badge {
  position: absolute;
  left: 18px;
  top: 0;
  z-index: 5;
  width: 176px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0f8f66 0%, #087a71 100%);
  color: #fff;
  padding: 22px 20px;
  box-shadow: 0 22px 50px rgba(15, 143, 102, 0.28);
}

.pb-access-hero-price-badge span {
  font-size: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  opacity: 0.86;
}

.pb-access-hero-price-badge small {
  font-size: 13px;
  opacity: 0.86;
}

@media (max-width: 1100px) {
  .pb-access-hero-grid {
    grid-template-columns: 1fr;
  }

  .pb-access-hero-visual {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .pb-access-hero-light {
    padding: 72px 0 60px;
  }

  .pb-access-hero-grid {
    gap: 38px;
  }

  .pb-access-hero-visual {
    min-height: auto;
    display: grid;
    gap: 16px;
  }

  .pb-access-hero-screenshot,
  .pb-access-hero-price-badge {
    position: static;
  }

  .pb-access-hero-screenshot-main,
  .pb-access-hero-screenshot-small {
    width: 100%;
  }

  .pb-access-hero-price-badge {
    width: auto;
  }
}

.pb-access-hero-wide-title .pb-access-hero-title {
  max-width: 1220px;
  margin: 0 auto 42px;
  text-align: center;
}

.pb-access-hero-wide-title .pb-access-hero-title .pb-badge {
  margin-bottom: 18px;
}

.pb-access-hero-wide-title .pb-access-hero-title .pb-h1 {
  color: #0a2330;
  margin: 0 auto;
  max-width: none;
  white-space: nowrap;
  font-size: clamp(42px, 4.15vw, 66px);
  line-height: 1.05;
}

.pb-access-hero-wide-title .pb-access-hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 58px;
}

.pb-access-hero-wide-title .pb-access-hero-copy {
  align-self: center;
}

.pb-access-hero-wide-title .pb-access-hero-copy .pb-lead {
  max-width: 680px;
}

.pb-access-hero-main-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 560px;
}

.pb-access-hero-main-actions .pb-button {
  width: 100%;
  min-height: 58px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pb-access-hero-main-actions .pb-button .pb-button-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.pb-access-hero-wide-title .pb-hero-trust-row-light {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 920px;
  margin-top: 26px;
}

.pb-access-hero-wide-title .pb-hero-trust-row-light span {
  justify-content: center;
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(10, 35, 45, 0.1);
  box-shadow: 0 12px 30px rgba(10, 35, 45, 0.07);
  color: #0a2330;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.pb-access-hero-wide-title .pb-hero-trust-row-light span::before {
  content: "✓";
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  margin-right: 7px;
  border-radius: 50%;
  background: rgba(15, 143, 102, 0.12);
  color: #0f8f66;
  font-weight: 900;
  font-size: 13px;
}

@media (max-width: 1180px) {
  .pb-access-hero-wide-title .pb-access-hero-title .pb-h1 {
    white-space: normal;
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .pb-access-hero-wide-title .pb-access-hero-title {
    text-align: left;
    margin-bottom: 34px;
  }

  .pb-access-hero-wide-title .pb-access-hero-title .pb-h1 {
    margin-left: 0;
  }

  .pb-access-hero-wide-title .pb-hero-trust-row-light {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .pb-access-hero-main-actions {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .pb-access-hero-wide-title .pb-hero-trust-row-light {
    grid-template-columns: 1fr;
  }
}

.pb-access-hero-clean {
  background:
    radial-gradient(circle at top right, rgba(15, 143, 102, 0.10), transparent 36%),
    linear-gradient(180deg, #f7fbfa 0%, #ffffff 100%) !important;
  color: #0a2330 !important;
  padding: 88px 0 64px !important;
  overflow: hidden !important;
}

.pb-access-hero-clean .pb-access-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr) !important;
  gap: 58px !important;
  align-items: center !important;
}

.pb-access-hero-clean .pb-h1 {
  color: #0a2330 !important;
  max-width: 760px !important;
  margin: 0 0 22px !important;
  white-space: normal !important;
  font-size: clamp(42px, 4vw, 64px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}

.pb-access-hero-clean .pb-lead {
  color: rgba(10, 35, 45, 0.78) !important;
  max-width: 650px !important;
  margin-bottom: 0 !important;
}

.pb-access-hero-clean .pb-access-hero-main-actions .pb-button .pb-button-text {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.2 !important;
}

.pb-access-hero-clean .pb-access-hero-main-actions .pb-button-secondary {
  background: #fff !important;
  border: 1px solid rgba(10, 35, 45, 0.14) !important;
  color: #0a2330 !important;
}

.pb-access-hero-clean .pb-access-hero-main-actions .pb-button-secondary .pb-button-text {
  color: #0a2330 !important;
}

.pb-access-hero-clean .pb-access-hero-proof-line {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px 28px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 42px auto 0 !important;
  padding-top: 26px !important;
  border-top: 1px solid rgba(10, 35, 45, 0.08) !important;
  color: rgba(10, 35, 45, 0.82) !important;
  font-weight: 800 !important;
  font-size: 15px !important;
}

.pb-access-hero-clean .pb-access-hero-proof-line span::before {
  content: "✓" !important;
  width: 22px !important;
  height: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 22px !important;
  border-radius: 50% !important;
  background: rgba(15, 143, 102, 0.12) !important;
  color: #0f8f66 !important;
  font-weight: 900 !important;
  font-size: 14px !important;
}

.pb-access-hero-clean .pb-hero-trust-row,
.pb-access-hero-clean .pb-hero-trust-row-light {
  display: none !important;
}

@media (max-width: 767px) {
  .pb-access-hero-clean {
    padding: 70px 0 54px !important;
  }

  .pb-access-hero-clean .pb-h1 {
    font-size: clamp(36px, 10vw, 48px) !important;
  }

  .pb-access-hero-clean .pb-access-hero-main-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }

  .pb-access-hero-clean .pb-access-hero-main-actions .pb-button {
    width: 100% !important;
    min-width: 0 !important;
  }

  .pb-access-hero-clean .pb-access-hero-visual {
    min-height: auto !important;
    display: grid !important;
    gap: 16px !important;
  }

  .pb-access-hero-clean .pb-access-hero-screenshot,
  .pb-access-hero-clean .pb-access-hero-price-badge {
    position: static !important;
  }

  .pb-access-hero-clean .pb-access-hero-screenshot-main,
  .pb-access-hero-clean .pb-access-hero-screenshot-small {
    width: 100% !important;
  }

  .pb-access-hero-clean .pb-access-hero-price-badge {
    width: auto !important;
  }

  .pb-access-hero-clean .pb-access-hero-proof-line {
    justify-content: flex-start !important;
    gap: 14px !important;
    font-size: 14px !important;
  }

  .pb-access-hero-clean .pb-access-hero-proof-line span {
    white-space: normal !important;
  }
}

.pb-free-hero-proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  justify-content: center;
  margin-top: 28px;
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 15px;
}

.pb-free-hero-proof-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pb-free-hero-proof-line span::before {
  content: "✓";
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-weight: 900;
  font-size: 14px;
}

@media (max-width: 991px) {
  .pb-free-registration-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .pb-free-hero-proof-line {
    justify-content: flex-start;
    gap: 12px 18px;
  }

  .pb-free-preview-card .pb-image-card,
  .pb-free-preview-copybox {
    min-height: 220px;
  }
}

.pb-home-hero-sharp .pb-header-content {
  max-width: 980px;
}

.pb-home-hero-proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  justify-content: center;
  margin-top: 28px;
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 15px;
}

.pb-home-hero-proof-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pb-home-hero-proof-line span::before {
  content: "✓";
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-weight: 900;
  font-size: 14px;
}

.pb-home-modules-compact .pb-module-card p {
  min-height: auto;
}

.pb-home-modules-compact .pb-module-card .pb-button {
  margin-top: 18px;
}

.pb-home-freebie-section .pb-button {
  margin-top: 8px;
}

@media (max-width: 991px) {
  .pb-home-choice-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .pb-home-hero-proof-line {
    justify-content: flex-start;
    gap: 12px 18px;
  }

  .pb-home-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pb-home-hero-actions .pb-button {
    width: 100%;
  }
}

.pb-apotheken-home-hero {
  background-image:
    linear-gradient(90deg, rgba(16, 36, 43, 0.88), rgba(16, 36, 43, 0.62), rgba(16, 36, 43, 0.25)),
    url("/wp-content/uploads/2026/05/hero-apotheken-recruiting-system.jpg") !important;
}

.pb-apotheken-google-hero {
  --pb-hero-image: url("/wp-content/uploads/2026/05/hero-kostenloses-google-business-apotheke.jpg");
}

.pb-apotheken-image-google {
  background-image: var(--pb-image-overlay), url("/wp-content/uploads/2026/05/screenshot-google-business-apotheke-am-markt.png") !important;
}

.pb-apotheken-image-qr-card {
  background-image: var(--pb-image-overlay), url("/wp-content/uploads/2026/05/bewertungskarte-qr-apotheke-am-markt.png") !important;
}

.pb-home-hero-actions {
  margin-top: 34px;
}

.pb-home-hero-actions .pb-button {
  min-height: 58px;
}

.pb-home-hero-proof-line,
.pb-free-hero-proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  justify-content: center;
  margin-top: 28px;
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 15px;
}

.pb-home-hero-proof-line span,
.pb-free-hero-proof-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pb-home-hero-proof-line span::before,
.pb-free-hero-proof-line span::before {
  content: "✓";
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-weight: 900;
  font-size: 14px;
}

.pb-home-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.pb-home-choice-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pb-home-choice-card .pb-checklist {
  margin-bottom: 28px;
}

.pb-home-choice-card .pb-button {
  margin-top: auto;
}

.pb-home-preview-grid {
  align-items: stretch;
}

.pb-home-preview-card {
  display: flex;
  flex-direction: column;
}

.pb-home-preview-image {
  margin: -6px -6px 20px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(10,35,45,.12);
}

.pb-home-preview-image img {
  display: block;
  width: 100%;
  height: auto;
}

.pb-home-preview-section .pb-section-cta {
  margin-top: 36px;
}

.pb-home-price-section .pb-price-card .pb-small-note {
  margin-top: 18px;
}

.pb-free-hero-sharp .pb-free-hero-inner {
  max-width: 980px;
}

.pb-free-hero-actions .pb-button {
  min-height: 58px;
}

.pb-free-fast-benefits .pb-section-cta {
  margin-top: 34px;
}

.pb-free-preview-grid {
  align-items: stretch;
}

.pb-free-preview-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pb-free-preview-card .pb-image-card {
  min-height: 260px;
  margin-bottom: 6px;
}

.pb-free-preview-copybox {
  min-height: 260px;
  border-radius: 26px;
  padding: 28px;
  background: linear-gradient(135deg, rgba(15,143,102,.10), rgba(10,35,45,.04));
  border: 1px solid rgba(15,143,102,.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pb-free-preview-copybox h3 {
  margin-bottom: 12px;
}

.pb-free-preview-copybox p {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.55;
}

.pb-free-registration-section .pb-container {
  max-width: 1120px;
}

.pb-free-registration-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
  gap: 48px;
  align-items: center;
}

.pb-free-registration-copy .pb-h2 {
  margin-bottom: 20px;
}

.pb-free-registration-card-wrap .pb-price-card {
  box-shadow: 0 24px 60px rgba(10,35,45,.16);
}

.pb-google-problem-short .pb-card h3 {
  margin-bottom: 16px;
}

.pb-free-premium-next .pb-final-actions {
  margin-top: 32px;
}

.pb-access-hero-clean {
  background: radial-gradient(circle at top right, rgba(15,143,102,.10), transparent 36%), linear-gradient(180deg, #f7fbfa 0%, #fff 100%) !important;
  color: #0a2330 !important;
  padding: 88px 0 64px !important;
  overflow: hidden !important;
}

.pb-access-hero-clean .pb-access-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr) !important;
  gap: 58px !important;
  align-items: center !important;
}

.pb-access-hero-clean .pb-access-hero-copy {
  align-self: center !important;
}

.pb-access-hero-clean .pb-badge {
  margin-bottom: 18px !important;
}

.pb-access-hero-clean .pb-h1 {
  color: #0a2330 !important;
  max-width: 760px !important;
  margin: 0 0 22px !important;
  white-space: normal !important;
  font-size: clamp(42px, 4vw, 64px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
}

.pb-access-hero-clean .pb-lead {
  color: rgba(10,35,45,.78) !important;
  max-width: 650px !important;
  margin-bottom: 0 !important;
}

.pb-access-hero-clean .pb-access-hero-main-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin-top: 34px !important;
  max-width: 620px !important;
}

.pb-access-hero-clean .pb-access-hero-main-actions .pb-button {
  min-width: 285px !important;
  min-height: 64px !important;
  padding: 18px 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 16px !important;
}

.pb-access-hero-clean .pb-access-hero-main-actions .pb-button-secondary {
  background: #fff !important;
  border: 1px solid rgba(10,35,45,.14) !important;
  color: #0a2330 !important;
}

.pb-access-hero-clean .pb-access-hero-visual {
  position: relative !important;
  min-height: 500px !important;
}

.pb-access-hero-screenshot {
  position: absolute;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 26px 70px rgba(10,35,45,.16);
  border: 1px solid rgba(10,35,45,.08);
  overflow: hidden;
}

.pb-access-hero-screenshot img {
  display: block;
  width: 100%;
  height: auto;
}

.pb-access-hero-screenshot-main {
  width: 76%;
  right: 0;
  top: 42px;
  z-index: 3;
}

.pb-access-hero-screenshot-small {
  width: 48%;
  z-index: 2;
}

.pb-access-hero-screenshot-left {
  left: 0;
  bottom: 40px;
}

.pb-access-hero-screenshot-right {
  right: 18px;
  bottom: 0;
  z-index: 4;
}

.pb-access-hero-price-badge {
  position: absolute;
  left: 18px;
  top: 0;
  z-index: 5;
  width: 176px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0f8f66 0%, #087a71 100%);
  color: #fff;
  padding: 22px 20px;
  box-shadow: 0 22px 50px rgba(15,143,102,.28);
}

.pb-access-hero-price-badge span, .pb-access-hero-price-badge small {
  display: block;
  font-weight: 800;
  line-height: 1.2;
}

.pb-access-hero-price-badge span {
  font-size: 13px;
  letter-spacing: .03em;
  text-transform: uppercase;
  opacity: .86;
}

.pb-access-hero-price-badge strong {
  display: block;
  font-size: 44px;
  line-height: 1;
  margin: 8px 0 6px;
}

.pb-access-hero-price-badge small {
  font-size: 13px;
  opacity: .86;
}

.pb-access-hero-clean .pb-access-hero-proof-line {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px 28px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 42px auto 0 !important;
  padding-top: 26px !important;
  border-top: 1px solid rgba(10,35,45,.08) !important;
  color: rgba(10,35,45,.82) !important;
  font-weight: 800 !important;
  font-size: 15px !important;
}

.pb-access-hero-clean .pb-access-hero-proof-line span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
}

.pb-access-hero-clean .pb-access-hero-proof-line span::before {
  content: "✓" !important;
  width: 22px !important;
  height: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 22px !important;
  border-radius: 50% !important;
  background: rgba(15,143,102,.12) !important;
  color: #0f8f66 !important;
  font-weight: 900 !important;
  font-size: 14px !important;
}

.pb-access-checkout-fullwidth .pb-container {
  max-width: 1080px;
}

.pb-access-offer-box {
  max-width: 980px;
  margin: 0 auto;
}

.pb-access-price-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin: 34px 0 30px;
  padding: 30px 34px;
  border-radius: 28px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
}

.pb-access-price-highlight h3 {
  color: #fff;
  margin: 8px 0 0;
}

.pb-access-price-highlight .pb-price-wrap {
  text-align: right;
  margin: 0;
}

.pb-access-price-highlight .pb-price {
  color: #fff;
}

.pb-access-price-highlight .pb-price-note {
  color: rgba(255,255,255,.95);
}

.pb-access-price-highlight .pb-price-regular {
  color: rgba(255,255,255,.72);
}

.pb-access-benefit-grid {
  margin-top: 22px;
}

.pb-access-checkout-box {
  margin: 46px auto 0;
  max-width: 860px;
  background: #fff;
  border-radius: 30px;
  padding: 40px 44px;
  box-shadow: 0 24px 60px rgba(10,35,45,.14);
  border: 1px solid rgba(10,35,45,.08);
}

.pb-access-checkout-box h3 {
  margin-bottom: 10px;
}

.pb-surecart-checkout {
  margin-top: 28px;
}

.pb-agency-proof {
  margin-top: 28px;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.92);
  line-height: 1.55;
}

.pb-agency-proof strong {
  color: #fff;
}

.pb-price-note {
  margin-top: 8px;
  font-weight: 800;
  color: #0f8f66;
}

.pb-price-regular {
  margin-top: 4px;
  color: rgba(10,35,45,.65);
  font-weight: 700;
}

.pb-premium-module-list {
  display: grid;
  gap: 28px;
  margin-top: 44px;
}

.pb-premium-module {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(10,35,45,.08);
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 18px 45px rgba(10,35,45,.08);
}

.pb-premium-module:nth-child(even) .pb-premium-module-content {
  order: 2;
}

.pb-premium-module:nth-child(even) .pb-premium-module-image {
  order: 1;
}

.pb-module-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #0f8f66;
}

.pb-premium-module h3 {
  margin-bottom: 12px;
}

.pb-premium-module p {
  margin-bottom: 18px;
}

.pb-premium-module .pb-checklist {
  margin-bottom: 0;
}

.pb-premium-module-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(10,35,45,.13);
}

.pb-module-preview-section .pb-section-cta {
  margin-top: 46px;
}

.pb-access-final-price {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .pb-access-hero-clean .pb-access-hero-grid { grid-template-columns: 1fr !important; gap: 42px !important; }
  .pb-access-hero-clean .pb-access-hero-visual { max-width: 760px !important; width: 100% !important; margin: 0 auto !important; }
}

@media (max-width: 991px) {
  .pb-home-choice-grid,
  .pb-free-registration-layout { grid-template-columns: 1fr; }
  .pb-premium-module,
  .pb-premium-module:nth-child(even) { grid-template-columns: 1fr; }
  .pb-premium-module:nth-child(even) .pb-premium-module-content,
  .pb-premium-module:nth-child(even) .pb-premium-module-image { order: initial; }
}

@media (max-width: 767px) {
  .pb-home-hero-proof-line,
  .pb-free-hero-proof-line { justify-content: flex-start; gap: 12px 18px; }
  .pb-home-hero-actions,
  .pb-access-hero-clean .pb-access-hero-main-actions { display: grid !important; grid-template-columns: 1fr !important; max-width: 100% !important; }
  .pb-home-hero-actions .pb-button,
  .pb-access-hero-clean .pb-access-hero-main-actions .pb-button { width: 100% !important; min-width: 0 !important; }
  .pb-free-preview-card .pb-image-card,
  .pb-free-preview-copybox { min-height: 220px; }
  .pb-access-hero-clean { padding: 70px 0 54px !important; }
  .pb-access-hero-clean .pb-h1 { font-size: clamp(36px, 10vw, 48px) !important; }
  .pb-access-hero-clean .pb-access-hero-visual { min-height: auto !important; display: grid !important; gap: 16px !important; }
  .pb-access-hero-clean .pb-access-hero-screenshot,
  .pb-access-hero-clean .pb-access-hero-price-badge { position: static !important; }
  .pb-access-hero-clean .pb-access-hero-screenshot-main,
  .pb-access-hero-clean .pb-access-hero-screenshot-small { width: 100% !important; }
  .pb-access-hero-clean .pb-access-hero-price-badge { width: auto !important; }
  .pb-access-hero-clean .pb-access-hero-proof-line { justify-content: flex-start !important; gap: 14px !important; font-size: 14px !important; }
  .pb-access-hero-clean .pb-access-hero-proof-line span { white-space: normal !important; }
  .pb-access-price-highlight { display: block; padding: 24px; }
  .pb-access-price-highlight .pb-price-wrap { text-align: left; margin-top: 22px; }
  .pb-access-checkout-box { padding: 28px 22px; border-radius: 24px; }
  .pb-premium-module { padding: 24px; border-radius: 24px; }
  .pb-agency-proof { padding: 18px; border-radius: 20px; }
}

.pb-apotheken-home-hero.pb-home-hero-sharp .pb-header-content {
  max-width: 980px;
}

.pb-apotheken-home-hero .pb-h1 {
  max-width: 920px;
}

.pb-apotheken-home-hero .pb-h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.pb-apotheken-home-hero .pb-lead {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.pb-apotheken-home-hero .pb-header-actions {
  justify-content: center;
}

.pb-apotheken-home-hero .pb-home-hero-actions .pb-button {
  min-width: 260px;
  min-height: 58px;
}

.pb-apotheken-home-hero .pb-home-hero-proof-line {
  justify-content: center;
}

.pb-free-checkout-page {
  min-height: calc(100vh - 120px);
}

.pb-free-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
  gap: 56px;
  align-items: center;
}

.pb-free-checkout-copy .pb-h1 {
  color: #fff;
}

.pb-free-checkout-card .pb-price-card {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.pb-free-checkout-card .pb-surecart-checkout {
  margin-top: 28px;
}

.pb-free-registration-card .pb-module-actions {
  margin-top: 24px;
}

.pb-free-registration-card .pb-module-actions .pb-button {
  min-height: 66px !important;
}

@media (max-width: 991px) {
  .pb-free-checkout-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 767px) {
  .pb-apotheken-home-hero .pb-header-actions {
    justify-content: flex-start;
  }

  .pb-apotheken-home-hero .pb-home-hero-actions .pb-button {
    width: 100%;
    min-width: 0;
  }

  .pb-apotheken-home-hero .pb-home-hero-proof-line {
    justify-content: flex-start;
  }
}

.pb-apotheken-ratgeber-hero {
  --pb-hero-image: url("/wp-content/uploads/2026/05/hero-apotheken-recruiting-system.jpg");
}

.pb-ratgeber-hub-intro .pb-card .pb-button,
.pb-ratgeber-teaser .pb-card .pb-button {
  margin-top: 10px;
}

.pb-ratgeber-hub-intro .pb-card,
.pb-ratgeber-teaser .pb-card {
  display: flex;
  flex-direction: column;
}

.pb-ratgeber-hub-intro .pb-card .pb-button,
.pb-ratgeber-teaser .pb-card .pb-button {
  align-self: flex-start;
  margin-top: auto;
}

@media (max-width: 767px) {
  .pb-ratgeber-hub-intro .pb-card .pb-button,
  .pb-ratgeber-teaser .pb-card .pb-button {
    width: 100%;
  }
}

.pb-module-detail-hero {
  background: linear-gradient(135deg, #0a2330 0%, #0f8f66 100%) !important;
}

.pb-module-detail-hero .pb-split {
  align-items: center;
}

.pb-module-detail-content .pb-card {
  height: 100%;
}

.pb-module-detail-cta {
  margin-top: 0;
}

@media (max-width: 767px) {
  .pb-module-detail-image-card {
    padding: 10px;
    border-radius: 22px;
  }

  .pb-module-detail-image-card img {
    border-radius: 16px;
  }
}

.pb-apotheken-workbook-hero {
  background: linear-gradient(135deg, #0a2330 0%, #0f8f66 100%) !important;
}

.pb-workbook-hero-card {
  background: #fff;
  border-radius: 30px;
  padding: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.pb-workbook-hero-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.pb-workbook-steps {
  display: grid;
  gap: 26px;
}

.pb-workbook-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  background: #fff;
  border: 1px solid rgba(10, 35, 45, 0.08);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 14px 34px rgba(10, 35, 45, 0.06);
}

.pb-workbook-step-number {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 143, 102, 0.12);
  color: #0f8f66;
  font-weight: 900;
  font-size: 22px;
}

.pb-workbook-step-content h3 {
  margin-bottom: 14px;
}

.pb-copy-box {
  background: #fff;
  border: 1px solid rgba(10, 35, 45, 0.08);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 14px 34px rgba(10, 35, 45, 0.06);
}

.pb-copy-box p {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.65;
}

.pb-workbook-checklist-section {
  background: linear-gradient(135deg, #0a2330 0%, #0f8f66 100%) !important;
}

.pb-workbook-checklist-card .pb-checklist {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .pb-workbook-step {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .pb-workbook-step-number {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .pb-workbook-hero-card {
    padding: 10px;
    border-radius: 22px;
  }

  .pb-workbook-hero-card img {
    border-radius: 16px;
  }
}

.pb-member-modules-grid .pb-module-card {
  display: flex;
  flex-direction: column;
}

.pb-member-modules-grid .pb-module-card .pb-button {
  margin-top: auto;
  width: 100%;
}

.pb-member-area-help-card {
  margin-top: 34px;
}

@media (max-width: 767px) {
  .pb-member-modules-grid .pb-module-card .pb-button,
  .pb-member-area-help-card .pb-button {
    width: 100%;
  }
}

.pb-account-customer-card,
.pb-member-area-start-card,
.pb-member-area-help-card {
  margin-top: 34px;
}

.pb-member-modules-grid {
  margin-top: 34px;
}

.pb-member-modules-grid .pb-module-card,
.pb-account-modules-grid .pb-module-card {
  display: flex;
  flex-direction: column;
}

.pb-member-modules-grid .pb-module-card .pb-button,
.pb-account-modules-grid .pb-module-card .pb-button {
  margin-top: auto;
  width: 100%;
}

.pb-module-detail-hero,
.pb-apotheken-workbook-hero {
  background: linear-gradient(135deg, #0a2330 0%, #0f8f66 100%) !important;
}

.pb-module-detail-image-card,
.pb-workbook-hero-card {
  background: #fff;
  border-radius: 30px;
  padding: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.pb-module-detail-image-card img,
.pb-workbook-hero-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

@media (max-width: 767px) {
  .pb-member-modules-grid .pb-module-card .pb-button,
  .pb-account-modules-grid .pb-module-card .pb-button {
    width: 100%;
  }

  .pb-module-detail-image-card,
  .pb-workbook-hero-card {
    padding: 10px;
    border-radius: 22px;
  }

  .pb-module-detail-image-card img,
  .pb-workbook-hero-card img {
    border-radius: 16px;
  }
}

.pb-module-page-hero {
  background: linear-gradient(135deg, #0a2330 0%, #0f8f66 100%) !important;
  overflow: hidden;
}

.pb-module-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  gap: 54px;
  align-items: center;
}

.pb-module-hero-copy {
  min-width: 0;
  max-width: 760px;
}

.pb-module-hero-copy .pb-h1 {
  max-width: 760px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

.pb-module-hero-visual {
  min-width: 0;
}

.pb-module-detail-image-card {
  background: #fff;
  border-radius: 30px;
  padding: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.pb-module-detail-image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.pb-module-info-grid {
  margin-top: 34px;
}

.pb-module-info-card {
  height: 100%;
}

.pb-module-practice-section .pb-split {
  align-items: center;
}

.pb-module-tip-card {
  height: auto;
}

.pb-module-workbook-card {
  background: linear-gradient(135deg, rgba(10, 35, 48, 0.04), rgba(15, 143, 102, 0.08));
}

.pb-module-workbook-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 40px;
  align-items: center;
}

.pb-module-workbook-action {
  display: grid;
  gap: 14px;
}

.pb-number-list {
  margin: 22px 0 0;
  padding-left: 22px;
}

.pb-number-list li {
  margin-bottom: 10px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .pb-module-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pb-module-hero-copy,
  .pb-module-hero-copy .pb-h1 {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .pb-module-hero-grid {
    gap: 26px;
  }

  .pb-module-hero-copy .pb-h1 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.05;
  }

  .pb-module-detail-image-card {
    padding: 10px;
    border-radius: 22px;
  }

  .pb-module-detail-image-card img {
    border-radius: 16px;
  }

  .pb-module-workbook-grid {
    grid-template-columns: 1fr;
  }

  .pb-module-workbook-action .pb-button {
    width: 100%;
  }
}

.pb-workbook-hero {
  background: linear-gradient(135deg, #0a2330 0%, #0f8f66 100%) !important;
  color: #ffffff;
}

.pb-workbook-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: 54px;
  align-items: center;
}

.pb-workbook-kicker,
.pb-workbook-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0f8f66;
  background: rgba(15, 143, 102, 0.10);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.pb-workbook-hero .pb-workbook-kicker {
  color: #ffffff;
  background: rgba(255,255,255,.14);
}

.pb-workbook-h1 {
  color: #ffffff;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .98;
  margin: 0 0 22px;
  max-width: 860px;
  hyphens: auto;
}

.pb-workbook-lead,
.pb-workbook-hero-points {
  color: rgba(255,255,255,.88);
}

.pb-workbook-lead {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  max-width: 760px;
  margin-bottom: 26px;
}

.pb-workbook-hero-points {
  margin: 26px 0 0;
  padding-left: 22px;
}

.pb-workbook-hero-points li {
  margin-bottom: 9px;
}

.pb-workbook-visual {
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 30px;
  padding: 16px;
  box-shadow: 0 28px 70px rgba(0,0,0,.24);
}

.pb-workbook-lightbox {
  display: block;
  position: relative;
  text-decoration: none;
}

.pb-workbook-lightbox img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.pb-image-zoom-hint {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: rgba(10,35,48,.86);
  color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
}

.pb-workbook-section,
.pb-workbook-section-small {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-workbook-section-small {
  background: #ffffff;
}

.pb-workbook-page {
  background: #f7faf9;
}

.pb-workbook-center {
  max-width: 840px;
  margin: 0 auto 40px;
  text-align: center;
}

.pb-workbook-h2 {
  color: #0a2330;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  margin: 0 0 16px;
}

.pb-workbook-intro {
  color: rgba(10,35,48,.72);
  font-size: 18px;
  line-height: 1.65;
}

.pb-workbook-grid-3,
.pb-workbook-grid-2,
.pb-download-grid {
  display: grid;
  gap: 26px;
}

.pb-workbook-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pb-workbook-grid-2,
.pb-download-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pb-workbook-card,
.pb-workbook-task,
.pb-copy-box,
.pb-download-card {
  background: #ffffff;
  border: 1px solid rgba(10,35,48,.08);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 16px 40px rgba(10,35,48,.06);
}

.pb-workbook-card h3,
.pb-workbook-task h3,
.pb-copy-box h3,
.pb-download-card h3 {
  color: #0a2330;
  font-size: 24px;
  line-height: 1.18;
  margin: 0 0 12px;
}

.pb-workbook-card p,
.pb-workbook-task p,
.pb-download-card p {
  color: rgba(10,35,48,.72);
  line-height: 1.6;
}

.pb-workbook-checklist {
  margin: 20px 0 0;
  padding-left: 0;
  list-style: none;
}

.pb-workbook-checklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 11px;
  line-height: 1.55;
}

.pb-workbook-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0f8f66;
  font-weight: 900;
}

.pb-workbook-step {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 40px;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(10,35,48,.08);
  border-radius: 32px;
  padding: 34px;
  margin-bottom: 30px;
  box-shadow: 0 18px 45px rgba(10,35,48,.07);
}

.pb-workbook-step:nth-of-type(even) .pb-workbook-step-text {
  order: 2;
}

.pb-workbook-step-number {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(15,143,102,.12);
  color: #0f8f66;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 18px;
}

.pb-workbook-step-text h3 {
  color: #0a2330;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.12;
  margin: 0 0 14px;
}

.pb-workbook-step-text p,
.pb-workbook-step-text li {
  color: rgba(10,35,48,.74);
  line-height: 1.62;
}

.pb-workbook-tip {
  background: rgba(15,143,102,.08);
  border-left: 4px solid #0f8f66;
  border-radius: 16px;
  padding: 16px 18px;
  margin-top: 18px;
  color: #0a2330;
  line-height: 1.55;
}

.pb-workbook-step-media {
  min-width: 0;
}

.pb-workbook-step-media img {
  box-shadow: 0 18px 48px rgba(10,35,48,.13);
  border: 1px solid rgba(10,35,48,.08);
}

.pb-accordion {
  display: grid;
  gap: 14px;
}

.pb-accordion-item {
  background: #ffffff;
  border: 1px solid rgba(10,35,48,.08);
  border-radius: 22px;
  padding: 18px 22px;
  box-shadow: 0 12px 30px rgba(10,35,48,.05);
}

.pb-accordion-item summary {
  cursor: pointer;
  font-weight: 800;
  color: #0a2330;
}

.pb-accordion-content {
  color: rgba(10,35,48,.72);
  line-height: 1.65;
  padding-top: 14px;
}

.pb-copy-text {
  background: #f7faf9;
  border: 1px solid rgba(10,35,48,.08);
  border-radius: 20px;
  padding: 22px;
  white-space: pre-line;
  color: #0a2330;
  line-height: 1.65;
  font-weight: 600;
}

.pb-workbook-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: linear-gradient(135deg, #0a2330 0%, #0f8f66 100%);
  color: #fff;
  border-radius: 32px;
  padding: 34px;
}

.pb-workbook-next h2 {
  color: #fff;
  margin: 0 0 8px;
}

.pb-workbook-next p {
  color: rgba(255,255,255,.84);
  margin: 0;
}

@media (max-width: 1024px) {
  .pb-workbook-hero-inner,
  .pb-workbook-step {
    grid-template-columns: 1fr;
  }

  .pb-workbook-step:nth-of-type(even) .pb-workbook-step-text {
    order: initial;
  }

  .pb-workbook-grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .pb-workbook-grid-2,
  .pb-download-grid {
    grid-template-columns: 1fr;
  }

  .pb-workbook-section,
  .pb-workbook-section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pb-workbook-step,
  .pb-workbook-card,
  .pb-workbook-task,
  .pb-copy-box,
  .pb-download-card,
  .pb-workbook-next {
    padding: 24px;
    border-radius: 24px;
  }

  .pb-workbook-next {
    display: grid;
  }
}

.pb-copy-box {
  background: #ffffff !important;
  border: 1px solid rgba(10, 35, 48, 0.08) !important;
  border-radius: 28px !important;
  padding: 30px !important;
  box-shadow: 0 16px 40px rgba(10, 35, 48, 0.06) !important;
}

.pb-copy-box h3,
.pb-copy-box .pb-workbook-label,
.pb-copy-box p {
  color: #0a2330 !important;
}

.pb-copy-box .pb-copy-text {
  background: #f7faf9 !important;
  border: 1px solid rgba(10, 35, 48, 0.08) !important;
  border-radius: 20px !important;
  padding: 22px !important;
  white-space: pre-line !important;
  line-height: 1.65 !important;
  font-weight: 600 !important;
  color: #0a2330 !important;
  opacity: 1 !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #0a2330 !important;
}

.pb-copy-box .pb-copy-text,
.pb-copy-box .pb-copy-text * ,
.pb-copy-box .pb-copy-text p,
.pb-copy-box .pb-copy-text span,
.pb-copy-box .pb-copy-text strong,
.pb-copy-box .pb-copy-text em,
.pb-copy-box .pb-copy-text a,
.pb-copy-box .pb-copy-text li {
  color: #0a2330 !important;
  opacity: 1 !important;
  text-shadow: none !important;
  background: transparent !important;
  -webkit-text-fill-color: #0a2330 !important;
}

.pb-ratgeber-hero {
  background: linear-gradient(135deg, #0a2330 0%, #0f8f66 100%) !important;
  color: #ffffff;
}

.pb-ratgeber-hero-inner {
  max-width: 980px;
}

.pb-ratgeber-page {
  background: #f7faf9;
}

.pb-ratgeber-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: start;
}

.pb-ratgeber-content {
  background: #ffffff;
  border: 1px solid rgba(10,35,48,.08);
  border-radius: 32px;
  padding: clamp(28px, 4vw, 54px);
  box-shadow: 0 18px 45px rgba(10,35,48,.06);
}

.pb-ratgeber-content h2 {
  color: #0a2330;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  margin: 42px 0 16px;
}

.pb-ratgeber-content p,
.pb-ratgeber-content li {
  color: rgba(10,35,48,.76);
  font-size: 18px;
  line-height: 1.72;
}

.pb-ratgeber-intro {
  font-size: 21px !important;
  color: #0a2330 !important;
  font-weight: 650;
}

.pb-ratgeber-tipbox {
  margin: 38px 0;
  background: linear-gradient(135deg, rgba(15,143,102,.08), rgba(10,35,48,.03));
}

.pb-ratgeber-sidebar {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 110px;
}

.pb-ratgeber-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pb-ratgeber-card {
  background: #ffffff;
  border: 1px solid rgba(10,35,48,.08);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(10,35,48,.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pb-ratgeber-card h3 {
  color: #0a2330;
  font-size: 23px;
  line-height: 1.18;
  margin: 0;
}

.pb-ratgeber-card p {
  color: rgba(10,35,48,.72);
  line-height: 1.6;
  margin: 0 0 8px;
}

.pb-ratgeber-card .pb-button {
  margin-top: auto;
}

.pb-ratgeber-cta {
  margin-top: 44px;
}

@media (max-width: 1100px) {
  .pb-ratgeber-layout {
    grid-template-columns: 1fr;
  }

  .pb-ratgeber-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pb-ratgeber-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pb-ratgeber-sidebar,
  .pb-ratgeber-grid {
    grid-template-columns: 1fr;
  }

  .pb-ratgeber-content {
    border-radius: 24px;
  }

  .pb-ratgeber-content p,
  .pb-ratgeber-content li {
    font-size: 16px;
  }
}

.pb-final-hero {
  background: linear-gradient(135deg, #0a2330 0%, #0f8f66 100%) !important;
  color: #ffffff;
}

.pb-final-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 54px;
  align-items: center;
}

.pb-final-hero-copy {
  min-width: 0;
}

.pb-final-hero-card,
.pb-final-price-card,
.pb-final-checkout-card {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 32px;
  padding: 24px;
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
}

.pb-final-hero-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.pb-final-price-card,
.pb-final-checkout-card {
  background: #ffffff;
  color: #0a2330;
}

.pb-final-checkout-card-light {
  background: #ffffff;
}

.pb-final-section {
  padding-top: 78px;
  padding-bottom: 78px;
}

.pb-final-light-section,
.pb-final-problem-section,
.pb-final-system-section {
  background: #f7faf9;
}

.pb-final-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 38px;
}

.pb-final-module-card {
  background: #ffffff;
  border: 1px solid rgba(10,35,48,.08);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(10,35,48,.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pb-final-module-card-free {
  border-color: rgba(15,143,102,.28);
  background: linear-gradient(135deg, rgba(15,143,102,.09), #ffffff);
}

.pb-module-number {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(15,143,102,.12);
  color: #0f8f66;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.pb-final-module-card h3 {
  color: #0a2330;
  font-size: 23px;
  line-height: 1.18;
  margin: 0;
}

.pb-final-module-card p {
  color: rgba(10,35,48,.72);
  line-height: 1.6;
  margin: 0;
}

.pb-final-module-card .pb-button {
  margin-top: auto;
}

.pb-final-price-card h3,
.pb-final-checkout-card h3 {
  color: #0a2330;
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.pb-final-shortcode-placeholder {
  background: #f7faf9;
  border: 1px dashed rgba(10,35,48,.22);
  border-radius: 18px;
  padding: 24px;
  color: rgba(10,35,48,.65);
  font-weight: 800;
  text-align: center;
  margin-top: 18px;
}

.pb-final-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.pb-final-access-card .pb-button,
.pb-final-module-card .pb-button {
  width: fit-content;
}

.pb-final-account-card {
  margin-top: 28px;
}

.pb-member-area-start-card {
  margin-bottom: 34px;
}

@media (max-width: 1100px) {
  .pb-final-hero-inner,
  .pb-final-module-grid {
    grid-template-columns: 1fr;
  }

  .pb-final-module-grid-premium,
  .pb-member-modules-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pb-final-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .pb-final-module-grid-premium,
  .pb-member-modules-grid {
    grid-template-columns: 1fr;
  }

  .pb-final-hero-card,
  .pb-final-price-card,
  .pb-final-checkout-card,
  .pb-final-module-card {
    border-radius: 24px;
    padding: 24px;
  }

  .pb-final-cta-actions,
  .pb-header-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pb-final-cta-actions .pb-button,
  .pb-header-actions .pb-button,
  .pb-final-access-card .pb-button,
  .pb-final-module-card .pb-button {
    width: 100%;
  }
}

.pb-home-v2-hero {
  background: linear-gradient(135deg, #0a2330 0%, #0f8f66 100%) !important;
  color: #ffffff;
  overflow: hidden;
}

.pb-home-v2-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
  gap: 56px;
  align-items: center;
  min-height: 680px;
}

.pb-home-v2-copy {
  max-width: 760px;
  min-width: 0;
}

.pb-home-v2-h1 {
  color: #ffffff;
  font-size: clamp(42px, 4.5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin: 0 0 22px;
  max-width: 760px;
}

.pb-home-v2-lead {
  color: rgba(255,255,255,.86);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.48;
  max-width: 720px;
  margin: 0 0 28px;
}

.pb-home-v2-points {
  color: rgba(255,255,255,.88);
  margin: 28px 0 0;
  padding-left: 22px;
}

.pb-home-v2-points li {
  margin-bottom: 8px;
  line-height: 1.45;
}

.pb-home-v2-visual {
  position: relative;
  min-width: 0;
}

.pb-home-v2-main-image {
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 34px;
  padding: 16px;
  box-shadow: 0 28px 80px rgba(0,0,0,.26);
}

.pb-home-v2-main-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.pb-home-v2-floating-card {
  position: absolute;
  background: #ffffff;
  border-radius: 22px;
  padding: 16px 20px;
  box-shadow: 0 20px 55px rgba(0,0,0,.18);
  color: #0a2330;
  min-width: 210px;
}

.pb-home-v2-floating-card span {
  display: block;
  color: #0f8f66;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 5px;
}

.pb-home-v2-floating-card strong {
  display: block;
  font-size: 17px;
  line-height: 1.25;
}

.pb-home-v2-card-top {
  left: -34px;
  top: 34px;
}

.pb-home-v2-card-bottom {
  right: -20px;
  bottom: 42px;
}

.pb-home-v2-section {
  padding-top: 78px;
  padding-bottom: 78px;
}

.pb-home-v2-logo-section {
  background: #ffffff;
  padding-top: 28px;
  padding-bottom: 28px;
}

.pb-home-v2-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  border: 1px solid rgba(10,35,48,.08);
  border-radius: 28px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(10,35,48,.05);
}

.pb-home-v2-trust-row div {
  display: grid;
  gap: 5px;
}

.pb-home-v2-trust-row strong {
  color: #0a2330;
  font-size: 18px;
}

.pb-home-v2-trust-row span {
  color: rgba(10,35,48,.68);
  line-height: 1.45;
}

.pb-home-v2-problem,
.pb-home-v2-system,
.pb-home-v2-light {
  background: #f7faf9;
}

.pb-home-v2-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.85fr);
  gap: 54px;
  align-items: center;
}

.pb-home-v2-h2 {
  color: #0a2330;
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 18px;
}

.pb-home-v2-text {
  color: rgba(10,35,48,.74);
  font-size: 18px;
  line-height: 1.7;
}

.pb-home-v2-image-stack {
  position: relative;
  min-height: 500px;
}

.pb-home-v2-image-card {
  background: #ffffff;
  border: 1px solid rgba(10,35,48,.08);
  border-radius: 30px;
  padding: 14px;
  box-shadow: 0 22px 55px rgba(10,35,48,.12);
}

.pb-home-v2-image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.pb-home-v2-image-card-large {
  width: 82%;
}

.pb-home-v2-image-card-small {
  width: 58%;
  position: absolute;
  right: 0;
  bottom: 12px;
}

.pb-home-v2-module-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(10,35,48,.08);
  border-radius: 34px;
  padding: 26px;
  box-shadow: 0 20px 50px rgba(10,35,48,.08);
  margin-bottom: 34px;
}

.pb-home-v2-module-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.pb-home-v2-module-copy h3 {
  color: #0a2330;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  margin: 0 0 14px;
}

.pb-home-v2-module-copy p {
  color: rgba(10,35,48,.72);
  font-size: 18px;
  line-height: 1.65;
}

.pb-home-v2-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pb-home-v2-module-card {
  background: #ffffff;
  border: 1px solid rgba(10,35,48,.08);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 12px 32px rgba(10,35,48,.05);
}

.pb-home-v2-module-card span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(15,143,102,.12);
  color: #0f8f66;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 14px;
}

.pb-home-v2-module-card h3 {
  color: #0a2330;
  font-size: 21px;
  line-height: 1.15;
  margin: 0 0 8px;
}

.pb-home-v2-module-card p {
  color: rgba(10,35,48,.70);
  line-height: 1.55;
  margin: 0;
}

.pb-home-v2-visual-section {
  background: #ffffff;
}

.pb-home-v2-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 36px;
}

.pb-home-v2-gallery-card {
  background: #ffffff;
  border: 1px solid rgba(10,35,48,.08);
  border-radius: 30px;
  padding: 14px 14px 26px;
  box-shadow: 0 18px 45px rgba(10,35,48,.08);
}

.pb-home-v2-gallery-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  margin-bottom: 20px;
}

.pb-home-v2-gallery-card h3 {
  color: #0a2330;
  font-size: 23px;
  line-height: 1.18;
  margin: 0 10px 8px;
}

.pb-home-v2-gallery-card p {
  color: rgba(10,35,48,.70);
  line-height: 1.55;
  margin: 0 10px;
}

@media (max-width: 1180px) {
  .pb-home-v2-hero-inner,
  .pb-home-v2-split,
  .pb-home-v2-module-feature {
    grid-template-columns: 1fr;
  }

  .pb-home-v2-hero-inner {
    min-height: auto;
  }

  .pb-home-v2-copy {
    max-width: none;
  }

  .pb-home-v2-h1 {
    max-width: 880px;
  }

  .pb-home-v2-image-stack {
    min-height: auto;
  }

  .pb-home-v2-image-card-large,
  .pb-home-v2-image-card-small {
    width: 100%;
    position: static;
  }

  .pb-home-v2-image-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
}

@media (max-width: 900px) {
  .pb-home-v2-trust-row,
  .pb-home-v2-module-grid,
  .pb-home-v2-gallery {
    grid-template-columns: 1fr;
  }

  .pb-home-v2-floating-card {
    position: static;
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  .pb-home-v2-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .pb-home-v2-h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .pb-home-v2-image-stack {
    grid-template-columns: 1fr;
  }

  .pb-home-v2-main-image,
  .pb-home-v2-image-card,
  .pb-home-v2-module-feature,
  .pb-home-v2-gallery-card,
  .pb-home-v2-trust-row {
    border-radius: 24px;
  }
}

.pb-apotheken-home-hero-sharp {
  min-height: 760px;
  background-image:
    linear-gradient(90deg, rgba(10, 35, 48, 0.92) 0%, rgba(10, 35, 48, 0.78) 42%, rgba(10, 35, 48, 0.34) 100%),
    url("/wp-content/uploads/2026/05/startseite-hero-apotheke.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  display: flex;
  align-items: center;
}

.pb-apotheken-home-hero-sharp .pb-header-overlay {
  width: 100%;
  background: transparent !important;
}

.pb-apotheken-home-hero-sharp .pb-header-content {
  max-width: 960px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.pb-apotheken-home-hero-sharp .pb-h1 {
  font-size: clamp(48px, 5.4vw, 82px);
  line-height: .98;
  letter-spacing: -0.045em;
  max-width: 820px;
  margin-bottom: 14px;
}

.pb-apotheken-home-hero-sharp .pb-h2 {
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  max-width: 820px;
  margin-bottom: 22px;
}

.pb-apotheken-home-hero-sharp .pb-lead {
  max-width: 760px;
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.48;
}

.pb-apotheken-proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.pb-apotheken-proof-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  backdrop-filter: blur(8px);
}

.pb-apotheken-proof-line span::before {
  content: "✓";
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #0f8f66;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.pb-home-choice-section {
  margin-top: -72px;
  position: relative;
  z-index: 5;
}

.pb-home-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.pb-home-choice-card {
  min-height: 100%;
}

.pb-home-choice-premium {
  border-color: rgba(15,143,102,.24);
}

.pb-home-preview-image img,
.pb-home-google-preview-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.pb-home-preview-image {
  margin-bottom: 22px;
}

.pb-home-google-preview-card {
  padding: 16px 16px 28px;
}

.pb-home-google-preview-card h3,
.pb-home-google-preview-card p {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 900px) {
  .pb-apotheken-home-hero-sharp {
    min-height: 660px;
    background-image:
      linear-gradient(90deg, rgba(10, 35, 48, 0.94) 0%, rgba(10, 35, 48, 0.82) 100%),
      url("/wp-content/uploads/2026/05/startseite-hero-apotheke.png") !important;
  }

  .pb-home-choice-grid {
    grid-template-columns: 1fr;
  }

  .pb-home-choice-section {
    margin-top: -44px;
  }
}

@media (max-width: 767px) {
  .pb-apotheken-home-hero-sharp {
    min-height: auto;
  }

  .pb-apotheken-home-hero-sharp .pb-header-content {
    padding-top: 86px;
    padding-bottom: 92px;
  }

  .pb-apotheken-home-hero-sharp .pb-h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .pb-apotheken-home-hero-sharp .pb-h2 {
    font-size: clamp(24px, 7vw, 36px);
  }

  .pb-apotheken-proof-line {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pb-apotheken-proof-line span {
    width: 100%;
  }
}

.pb-apotheken-home-hero-sharp {
  min-height: 620px !important;
  align-items: center !important;
}

.pb-apotheken-home-hero-sharp .pb-header-content {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
  max-width: 900px !important;
}

.pb-apotheken-home-hero-sharp .pb-h1 {
  font-size: clamp(44px, 4.8vw, 72px) !important;
  line-height: 0.98 !important;
  margin-bottom: 12px !important;
  max-width: 780px !important;
}

.pb-apotheken-home-hero-sharp .pb-h2 {
  font-size: clamp(26px, 2.8vw, 42px) !important;
  line-height: 1.08 !important;
  margin-bottom: 18px !important;
  max-width: 780px !important;
}

.pb-apotheken-home-hero-sharp .pb-lead {
  font-size: clamp(16px, 1.35vw, 20px) !important;
  line-height: 1.42 !important;
  max-width: 700px !important;
  margin-bottom: 24px !important;
}

.pb-apotheken-home-hero-sharp .pb-header-actions {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.pb-apotheken-proof-line {
  margin-top: 24px !important;
  gap: 10px !important;
  max-width: 760px !important;
}

.pb-apotheken-proof-line span {
  padding: 8px 12px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.pb-home-choice-section {
  margin-top: -54px !important;
}

@media (max-width: 900px) {
  .pb-apotheken-home-hero-sharp {
    min-height: 580px !important;
  }

  .pb-apotheken-home-hero-sharp .pb-header-content {
    padding-top: 76px !important;
    padding-bottom: 82px !important;
  }

  .pb-apotheken-proof-line {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .pb-apotheken-home-hero-sharp {
    min-height: auto !important;
  }

  .pb-apotheken-home-hero-sharp .pb-header-content {
    padding-top: 66px !important;
    padding-bottom: 72px !important;
  }

  .pb-apotheken-home-hero-sharp .pb-h1 {
    font-size: clamp(36px, 10vw, 50px) !important;
  }

  .pb-apotheken-home-hero-sharp .pb-h2 {
    font-size: clamp(22px, 6.2vw, 32px) !important;
  }

  .pb-apotheken-home-hero-sharp .pb-lead {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .pb-home-choice-section {
    margin-top: -34px !important;
  }
}

.pb-apotheken-proof-line {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
}

.pb-apotheken-proof-line span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
  padding: 10px 16px !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.pb-apotheken-proof-line span::before,
.pb-apotheken-proof-line span i,
.pb-apotheken-proof-line span svg {
  flex-shrink: 0 !important;
}

.pb-apotheken-proof-line span {
  font-size: 14px !important;
  padding: 9px 14px !important;
}

.pb-apotheken-home-hero-sharp .pb-home-hero-proof-line,
.pb-apotheken-home-hero-sharp .pb-apotheken-proof-line {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px 16px !important;
  max-width: 900px !important;
  width: 100% !important;
  margin-top: 24px !important;
}

.pb-apotheken-home-hero-sharp .pb-home-hero-proof-line span,
.pb-apotheken-home-hero-sharp .pb-apotheken-proof-line span {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  padding: 9px 15px !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.pb-apotheken-home-hero-sharp .pb-home-hero-proof-line span::before,
.pb-apotheken-home-hero-sharp .pb-apotheken-proof-line span::before {
  flex: 0 0 18px !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
}

/* =========================================================
   FINAL FIX: Apotheken Startseite Hero kompakt + Proof-Badges einzeilig
   ========================================================= */

.pb-apotheken-home-hero-sharp {
  min-height: 600px !important;
  align-items: center !important;
}

.pb-apotheken-home-hero-sharp .pb-header-overlay {
  min-height: 600px !important;
}

.pb-apotheken-home-hero-sharp .pb-header-content {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  max-width: 900px !important;
}

.pb-apotheken-home-hero-sharp .pb-lead {
  font-size: clamp(15px, 1.25vw, 19px) !important;
  line-height: 1.42 !important;
  max-width: 760px !important;
  margin-bottom: 22px !important;
}

.pb-apotheken-home-hero-sharp .pb-home-hero-proof-line,
.pb-apotheken-home-hero-sharp .pb-apotheken-proof-line {
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px 14px !important;
  max-width: 980px !important;
  width: 100% !important;
  margin: 22px auto 0 !important;
}

.pb-apotheken-home-hero-sharp .pb-home-hero-proof-line span,
.pb-apotheken-home-hero-sharp .pb-apotheken-proof-line span {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  padding: 8px 14px !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

.pb-apotheken-home-hero-sharp .pb-home-hero-proof-line span::before,
.pb-apotheken-home-hero-sharp .pb-apotheken-proof-line span::before {
  flex: 0 0 18px !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
}

.pb-home-choice-section {
  margin-top: -50px !important;
}

@media (max-width: 767px) {
  .pb-apotheken-home-hero-sharp,
  .pb-apotheken-home-hero-sharp .pb-header-overlay {
    min-height: auto !important;
  }

  .pb-apotheken-home-hero-sharp .pb-header-content {
    padding-top: 64px !important;
    padding-bottom: 70px !important;
  }

  .pb-apotheken-home-hero-sharp .pb-home-hero-proof-line,
  .pb-apotheken-home-hero-sharp .pb-apotheken-proof-line {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-content: stretch !important;
  }

  .pb-apotheken-home-hero-sharp .pb-home-hero-proof-line span,
  .pb-apotheken-home-hero-sharp .pb-apotheken-proof-line span {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: flex-start !important;
  }
}

/* =========================================================
   Apotheken – Gratis-Zugang analog Arztseite
   ========================================================= */

.pb-apotheken-free-register-hero {
  background: #10242b !important;
  color: #fff;
  padding: 120px 0 120px;
}

.pb-free-register-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 70px;
  align-items: center;
}

.pb-free-register-copy .pb-h1 {
  max-width: 780px;
  font-size: clamp(42px, 4.4vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.pb-free-register-copy .pb-lead {
  max-width: 760px;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.55;
}

.pb-free-register-list {
  margin-top: 28px;
}

.pb-free-register-list li {
  font-size: 18px;
  font-weight: 750;
}

.pb-free-register-card {
  background: #fff;
  color: #10242b;
  border-radius: 32px;
  padding: 42px;
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
  text-align: center;
}

.pb-free-register-card .pb-card-label {
  color: #0f8a7a;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 18px;
  text-align: center;
}

.pb-free-register-card h2 {
  margin: 0 0 20px;
  color: #10242b;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.pb-free-register-card p {
  color: #526267;
  font-size: 16px;
  line-height: 1.65;
}

.pb-free-register-card .pb-button {
  margin-top: 22px;
}

.pb-free-checkout-page {
  background: #f7fbfc;
  padding: 90px 0;
}

.pb-free-checkout-intro {
  margin-bottom: 44px;
}

.pb-free-checkout-box {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e6ecef;
  border-radius: 32px;
  padding: 44px;
  box-shadow: 0 18px 52px rgba(16,36,43,.08);
}

.pb-free-checkout-box h2 {
  margin: 0 0 14px;
  color: #10242b;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.pb-free-checkout-box p {
  color: #526267;
  font-size: 17px;
  line-height: 1.65;
}

.pb-free-surecart-placeholder {
  margin: 30px 0 22px;
  padding: 30px;
  border: 1px dashed rgba(16,36,43,.22);
  border-radius: 22px;
  background: #f7fbfc;
  color: rgba(16,36,43,.62);
  text-align: center;
  font-weight: 850;
}

@media (max-width: 991px) {
  .pb-free-register-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .pb-apotheken-free-register-hero {
    padding: 86px 0;
  }
}

@media (max-width: 767px) {
  .pb-apotheken-free-register-hero {
    padding: 66px 0;
  }

  .pb-free-register-card,
  .pb-free-checkout-box {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .pb-free-register-copy .pb-h1 {
    font-size: clamp(36px, 10vw, 52px);
  }

  .pb-free-register-list li {
    font-size: 16px;
  }
}
