  .intro {
    text-align: center;
    padding: 56px 0 48px;
  }
  
  .intro .content {
    justify-content: center;
  }
  
  .intro .text {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    align-items: center;
    gap: 0;
  }
  
  .intro .text h2 {
    font-size: clamp(1.65rem, 2.8vw, 2.15rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 14px;
    text-align: center !important;
  }
  
  .intro .text h2::after {
    content: '';
    display: block;
    width: 64px;
    height: 2px;
    background: #c39052;
    border-radius: 2px;
    margin: 18px auto 28px;
  }
  
  .intro-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 780px;
    display: inline-block;
    text-align: left;
  }
  
  .intro-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 9px 0;
    font-size: 18px;
    line-height: 1.55;
    color: #333;
    text-align: left !important;
  }
  
  .intro-list li::before {
    content: '•';
    flex-shrink: 0;
    width: 1em;
    color: #c39052;
    font-weight: 700;
    line-height: 1.55;
  }
  
  .intro-list li.intro-list__item--cta {
    margin-top: 4px;
    font-weight: 600;
    color: #111;
  }
  
  @media (max-width: 768px) {
    .intro {
      padding: 40px 0 36px;
    }
  
    .intro-list li {
      font-size: 16px;
      line-height: 1.5;
      padding: 8px 0;
    }
  }
  
  .modal-backdrop {
    display: none !important;
  }
  
  .custom-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1050;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    backdrop-filter: blur(2px);
  }
  
  body.modal-open .custom-backdrop {
    opacity: 1;
    pointer-events: all;
  }
  
  .modal.show {
    z-index: 1060 !important;
  }
  
  
  
  .form-control:focus {
      border-color: #c39052 !important;
      outline: 0;
      box-shadow: 0 0 0 .25rem rgba(220, 220, 221, 0.25) !important;
  }
  
  .nav-link:focus{
    color: #c39052 !important;
  }
  
  .nav-link{
    color: #000;
  }
  
  .nav-link:hover {
    color: #c39052 !important;
  }
  
  .btn-close{
        --bs-btn-close-color: #fff !important; 
  }
  
  .registration-step-card {
    border: 1px solid #c39052;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 16px;
  }
  
  .registration-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6c757d;
    margin-bottom: 8px;
    background: #eef1f4;
    border-radius: 999px;
  }
  
  .registration-step1,
  .registration-step2,
  .registration-step3 {
    transition: opacity 0.24s ease, transform 0.24s ease;
  }
  
  .registration-step2 {
    margin: 0 auto;
  }
  
  .registration-step3 {
    margin: 0 auto;
  }
  
  .commercial-sales-note a {
    color: #c39052;
    text-decoration: none;
  }
  
  .commercial-sales-note a:hover {
    text-decoration: underline;
  }
  
  .uid-check-feedback {
    min-height: 20px;
  }
  
  .registration-step1.private-step1-compact {
    max-width: 400px;
    margin: 0 auto;
  }
  
  .private-offer-flow .private-step2-profile-fields {
    display: none !important;
  }
  
  .private-offer-flow .private-step2-account-only {
    max-width: 100%;
    margin: 0 auto;
  }

  .private-offer-flow .private-compact-agb,
  .private-offer-flow .agb-box {
    padding: 12px 14px;
    overflow-x: visible;
  }

  .private-offer-flow .private-compact-agb .agb-label,
  .private-offer-flow .agb-box .agb-label {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    font-family: inherit;
  }

  .private-offer-flow .private-compact-agb .agb-label > span,
  .private-offer-flow .private-compact-agb-text,
  .private-offer-flow .agb-box .agb-label > span {
    display: block;
    flex: 1 1 0;
    min-width: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: 1.45;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }

  .private-offer-flow .private-compact-agb .agb-label a,
  .private-offer-flow .agb-box .agb-label a {
    white-space: normal;
    font-size: inherit;
    font-family: inherit;
    font-weight: 600;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }
  
  .private-offer-flow .private-step2-login-hint {
    font-size: 14px;
    margin-top: 12px;
  }
  
  .private-email-account-hint {
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.45;
    text-align: left;
  }

  .private-email-account-hint--error {
    background: #fff4f4;
    border: 1px solid #e8b4b4;
    color: #8a1f1f;
  }

  .private-email-account-hint--info {
    background: #fff9f0;
    border: 1px solid #e6d0a8;
    color: #6b4512;
  }

  .private-offer-flow .private-step2-login-hint button {
    border: 0;
    background: none;
    padding: 0;
    color: #c39052;
    font-weight: 600;
    text-decoration: underline;
  }
  
  .registration-step3 {
    max-width: 820px;
    margin: 0 auto;
  }
  
  .checkout-step-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  
  .checkout-summary-box {
    background: #f8f9fb;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 18px 22px;
    margin-bottom: 20px;
  }
  
  .checkout-price-box {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 20px 25px;
    font-size: 17px;
  }
  
  .checkout-coupon-row .form-control {
    min-width: 0;
    height: 46px;
    border-radius: 4px;
    font-size: 15px;
  }
  
  .checkout-coupon-row .btn {
    height: 46px;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 200px;
    font-weight: 600;
  }
  
  .registration-step3 .form-check {
    background: #f8f9fb;
    padding: 15px 18px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
  }
  
  .checkout-step-panel + .checkout-step-panel {
    margin-top: 10px;
  }
  
  .checkout-final-summary {
    background: #ffffff;
  }
  
  .checkout-final-summary .fw-semibold {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .agb-box {
    background: #f8f9fb;
    border: 1px solid #e4e6ea;
    border-radius: 4px;
    padding: 18px 20px;
  }
  
  .checkout-agb-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    margin-bottom: 10px;
    border: 1px solid #d8c39f;
    border-radius: 4px;
    background: #fff8ef;
    color: #7a5a2b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  
  .registration-privacy-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    margin-bottom: 10px;
    border: 1px solid #d8c39f;
    border-radius: 4px;
    background: #fff8ef;
    color: #7a5a2b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  
  .agb-label {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 16px;
    font-family: inherit;
    cursor: pointer;
    margin: 0;
  }

  .agb-label > span {
    flex: 1 1 0;
    min-width: 0;
    line-height: 1.45;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }
  
  .agb-label input[type="checkbox"] {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    flex: 0 0 22px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #c89b5b;
    cursor: pointer;
    border-radius: 2px;
  }
  
  .agb-label a {
    color: #c89b5b;
    font-size: inherit;
    font-family: inherit;
    font-weight: 600;
    text-decoration: none;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }
  
  .agb-label a:hover {
    text-decoration: underline;
  }

  .agb-box > .agb-label + .agb-label {
    margin-top: 14px;
  }

  .agb-label--required > span::after,
  .agb-label--required > .private-compact-agb-text::after,
  .form-check-label.agb-label--required::after {
    content: " *";
    color: #dc3545;
    font-weight: 700;
  }

  .agb-required-legend {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #6c757d;
  }
  
  .registration-step2 .form-check {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0;
    margin-bottom: 1rem;
  }
  
  .registration-step2 .form-check .form-check-input {
    float: none;
    margin-left: 0;
    margin-top: 0;
    width: 22px;
    height: 22px;
    accent-color: #c89b5b;
    cursor: pointer;
    flex-shrink: 0;
  }
  
  .registration-step2 .form-check .form-check-label {
    margin: 0;
  }

  .registration-step2 .form-check .form-check-label[for*="PrivacyAccepted"] {
    white-space: normal;
    flex: 1;
    min-width: 0;
    line-height: 1.45;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }

  .registration-step2 .form-check .form-check-label[for*="PrivacyAccepted"] a {
    font-size: inherit;
    font-family: inherit;
    white-space: normal;
  }
  
  .registration-step2 input[type="checkbox"][name="privacy_accepted"] {
    width: 20px;
    height: 20px;
  }

  .password-field-wrap {
    position: relative;
  }

  .password-field-wrap .password-field-input {
    padding-right: 2.75rem;
  }

  .password-field-wrap .password-toggle-btn {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #666;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
  }

  .password-field-wrap .password-toggle-btn:hover {
    color: #c39052;
  }

  .password-field-wrap .password-toggle-btn:focus {
    outline: none;
    color: #c39052;
    box-shadow: none;
  }

  .password-field-wrap .password-field-input:focus {
    border-color: #c39052;
    box-shadow: 0 0 0 0.25rem rgba(195, 144, 82, 0.25);
  }
  
  .checkout-price-box hr {
    margin: 18px 0;
  }
  
  .registration-step3 .checkout-to-confirm,
  .registration-step3 .checkout-back-to-review,
  .registration-step3 .proceed-to-payment {
    height: 52px;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
  }
  
  .checkout-coupon-apply {
    background: #c39052;
    border-color: #c39052;
    color: #fff;
  }
  
  .checkout-coupon-apply:hover,
  .checkout-coupon-apply:focus {
    background: #ad7a3d;
    border-color: #ad7a3d;
    color: #fff;
  }
  
  @media (max-width: 768px) {
    .private-offer-flow .private-step2-actions {
      --bs-gutter-y: 1.25rem;
    }

    .checkout-coupon-row {
      flex-wrap: wrap;
    }
  
    .checkout-coupon-row .btn {
      width: 100%;
    }
  }
  
  .registration-step-leave {
    opacity: 0;
    transform: translateX(-18px) scale(0.995);
  }
  
  .registration-step-enter {
    opacity: 0;
    transform: translateX(18px) scale(0.995);
  }
  
  .registration-step-enter.registration-step-enter-active {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  
  .package-option-card.is-selected {
    outline: 2px solid #c39052;
    box-shadow: 0 0 0 0.25rem rgba(195, 144, 82, 0.2) !important;
  }
  
  .package-options-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    overflow: visible;
    padding: 4px 2px 8px;
    width: 100%;
  }
  
  .package-option-col {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    transition: flex-basis 0.35s ease, max-width 0.35s ease, transform 0.25s ease, width 0.35s ease;
  }
  
  .package-option-card {
    cursor: pointer;
    border: 3px solid #c39052 !important;
    border-radius: 12px;
    transition: box-shadow 0.25s ease, transform 0.25s ease, outline-color 0.25s ease;
  }
  
  .package-option-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(195, 144, 82, 0.15);
  }
  
  .package-option-card .card-body {
    padding: 18px 16px 16px;
  }
  
  .package-option-title {
    text-align: center;
    margin-bottom: 18px;
  }
  
  .package-option-divider {
    width: 64px;
    height: 1px;
    background: #c39052;
    border-radius: 2px;
    margin: 0 auto 14px;
  }
  
  .package-runtime-divider {
    width: 64px;
    height: 2px;
    background: #c39052;
    border-radius: 2px;
    margin: 10px auto 12px;
  }
  
  .package-card-bottom {
    border-top: 1px solid #d8d8d8;
    padding-top: 14px;
  }
  
  .package-runtime-text {
    white-space: nowrap;
  }
  
  .package-option-card .package-description {
    margin-top: 6px;
  }
  
  .package-option-card .form-label.fw-semibold {
    display: block;
    text-align: center;
  }
  
  .package-option-card .category-select-wrap {
    margin-top: 40px;
  }
  
  .package-option-card .package-category-select {
    font-size: 1.05rem;
    font-weight: 700;
    text-align: left;
    text-align-last: left;
  }
  
  .package-option-card .package-category-select option {
    color: #111;
    text-align: left;
  }
  
  /* Placeholder zentriert, echte Auswahl linksbuendig */
  .package-option-card .package-category-select.is-placeholder {
    color: #c39052;
    text-align: center;
    text-align-last: center;
  }
  
  .package-option-card .package-category-select.has-selection {
    color: #111;
    text-align: left;
    text-align-last: left;
  }
  
  #commercialForm .package-option-card .package-description li {
    text-align: left !important;
    font-size: 18px !important;
    padding: 5px 0 !important;
  }
  
  .package-option-price {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px !important;
  }
  
  .auth-choice-card {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }
  
  .auth-choice-card:hover {
    border-color: #c39052;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
  }
  
  @media (max-width: 1400px) {
    .auth-modal-dialog.auth-modal-wide {
      max-width: calc(100vw - 24px);
    }
  
    .package-option-col {
      flex: 1 1 0;
    }
  }
  
  @media (max-width: 1100px) {
    .package-options-row {
      flex-wrap: wrap;
    }
  
    .package-option-col {
      flex: 1 1 calc(50% - 14px);
    }
  }
  
  @media (max-width: 768px) {
    .package-options-row {
      gap: 10px;
      flex-wrap: wrap;
    }
  
    .package-option-col {
      flex: 1 1 100%;
    }
  }
  
  .auth-modal-dialog {
    width: calc(100vw - 32px);
    max-width: min(860px, calc(100vw - 32px));
    transition: max-width 0.3s ease, width 0.3s ease;
  }
  
  .auth-modal-dialog.auth-modal-wide {
    max-width: min(1720px, calc(100vw - 32px));
  }
  
  .auth-modal-dialog.auth-modal-form {
    max-width: min(1080px, calc(100vw - 32px));
  }
  
  #authModal {
    overflow-anchor: none;
  }
  
  #authModal .modal-content {
    border: 2px solid #c39052;
    border-radius: 10px;
    overflow: hidden;
    overflow-anchor: none;
  }
  
  #authModal .modal-header {
    min-height: 64px;
    padding: 16px 22px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #1A253C !important;
  }
  
  #authModal .modal-title {
    font-size: 1.45rem;
    font-weight: 700;
  }
  
  #authModal .modal-body {
    overflow-anchor: none;
    padding: 28px 22px 24px !important;
  }
  
  .commercial-booking-note {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    color: #212529;
    border: none;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 15px; 
  }
  
  .commercial-booking-sync-note {
    font-size: 15px;
    font-weight: 300;
  }
  
  .private-category-pricing {
    max-width: 1680px;
    margin: 0 auto;
    padding: 48px 20px 32px;
  }
  
  .private-category-pricing__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 28px;
  }
  
  .private-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
    padding: 8px 4px 16px;
  }
  
  .private-category-card {
    border: 2px solid #c39052;
    border-radius: 5px;
    background: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    transform-origin: center center;
  }
  
  .private-category-card:hover {
    transform: scale(1.04);
    box-shadow: 0 10px 28px rgba(195, 144, 82, 0.22);
    z-index: 2;
    position: relative;
  }
  
  .private-category-card__head {
    padding: 18px 12px 10px;
  }
  
  .private-category-card__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1.25;
    min-height: 2.5em;
  }
  
  .private-category-card__icon-wrap {
    margin: 0 12px;
    padding: 10px 10px 4px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
  }
  
  .private-category-card__icon {
    width: 100%;
    max-width: 120px;
    height: auto;
    display: block;
  }
  
  .private-category-card__package-name {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 12px 0;
    line-height: 1.35;
  }
  
  .private-category-card__package-name strong {
    display: block;
    font-size: 21px;
    font-weight: 700;
    margin-top: 2px;
  }
  
  .private-category-card__divider {
    height: 1px;
    background: #111;
    margin: 14px 12px 0;
  }
  
  .private-category-card .package-description {
    margin: 12px 0 0;
    padding: 0 14px;
    text-align: left;
  }
  
  .private-category-card .package-description ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .private-category-card .package-description li {
    text-align: left !important;
    font-size: 15px !important;
    padding: 5px 0 !important;
    margin-bottom: 3px;
  }
  
  .private-category-card .package-description p {
    font-size: 15px;
    line-height: 1.45;
  }
  
  .private-category-card__runtime {
    text-align: center;
    font-weight: 700;
    font-size: 16pt;
    margin: 12px 0 0;
  }
  
  .private-category-card__footer {
    margin-top: auto;
    padding: 14px 12px 16px;
  }
  
  .private-category-card__price {
    font-size: 32px;
    font-weight: 300;
    color: #c39052;
    margin: 0 0 12px;
    line-height: 1;
  }
  
  .private-category-card__cta {
    display: inline-block;
    width: 100%;
    max-width: 240px;
    padding: 12px 16px;
    border: 2px solid #c39052;
    border-radius: 5px;
    background: #fff;
    color: #c39052;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }
  
  .private-category-card__cta:hover {
    background: #c39052;
    color: #fff;
  }
  
  .private-category-pricing__note {
    text-align: center;
    color: #777;
    font-size: 15px;
    margin-top: 28px;
    line-height: 1.5;
  }
  
  #authModal.private-offer-registration-pending,
  #authModal.commercial-offer-registration-pending {
    display: none !important;
  }

  /* Gewerblich: eigenes Grid (nicht .private-category-grid) */
  #commercialPackagePricing.private-category-pricing {
    max-width: 1520px;
    padding: 48px 20px 32px;
  }

  .commercial-package-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 8px 4px 16px;
    box-sizing: border-box;
  }

  .commercial-package-grid .commercial-package-card {
    min-width: 0;
    min-height: 680px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border: 2px solid #c39052 !important;
    border-radius: 5px !important;
    cursor: default;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    transform-origin: center center;
  }

  #commercialPackagePricing .commercial-package-grid .commercial-package-card.commercial-package-card--bestseller {
    position: relative;
    z-index: 2;
    transform: scale(1.035);
    border-width: 4px !important;
    border-color: #c39052 !important;
  }

  #commercialPackagePricing .commercial-package-card__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 12px;
    padding-bottom: 14px;
    box-sizing: border-box;
  }

  #commercialPackagePricing .commercial-package-card__head--bestseller {
    padding-bottom: 0;
  }

  #commercialPackagePricing .commercial-package-card__badge {
    display: inline-block;
    margin: 0;
    padding: 5px 12px;
    border-radius: 999px;
    background: #c39052;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
  }

  #commercialPackagePricing .commercial-package-card--bestseller .private-category-card__title {
    font-weight: 700;
    margin: 0;
    min-height: 0 !important;
  }

  #commercialPackagePricing .commercial-package-card__head--bestseller + .private-category-card__divider {
    margin-top: 0 !important;
  }

  .commercial-package-grid .commercial-package-card:hover {
    transform: scale(1.04);
    box-shadow: 0 10px 28px rgba(195, 144, 82, 0.22);
    z-index: 2;
    position: relative;
  }

  #commercialPackagePricing .commercial-package-grid .commercial-package-card.commercial-package-card--bestseller:hover {
    transform: scale(1.05);
    box-shadow:
      0 14px 36px rgba(143, 92, 24, 0.34),
      0 0 0 1px rgba(195, 144, 82, 0.45);
    z-index: 3;
  }

  .commercial-package-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
  }

  .commercial-package-card__bottom {
    margin-top: auto;
    flex-shrink: 0;
    padding: 0 12px 14px;
    width: 100%;
  }

  #commercialPackagePricing .private-category-card__head {
    padding: 14px 12px 8px;
  }

  #commercialPackagePricing .private-category-card__title {
    font-size: 16px;
    min-height: 2.5em;
    line-height: 1.25;
  }

  #commercialPackagePricing .private-category-card__divider {
    margin: 14px;
  }

  #commercialPackagePricing .commercial-package-card__description {
    margin: 0;
    padding: 0 12px 8px;
    text-align: left;
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #commercialPackagePricing .commercial-package-card__description ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #commercialPackagePricing .commercial-package-card__description ul:has(li span) {
    padding-left: 0 !important;
    list-style: none !important;
  }

  #commercialPackagePricing .commercial-package-card__description li {
    display: block;
    font-size: 14px !important;
    line-height: 1.4 !important;
    padding: 3px 0 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
  }

  #commercialPackagePricing .commercial-package-card__description li span {
    margin-right: 6px;
    font-weight: 700;
  }

  #commercialPackagePricing .commercial-package-card__description li span.green {
    color: #1da400;
  }

  #commercialPackagePricing .commercial-package-card__description li span.red {
    color: #c90000;
  }

  #commercialPackagePricing .commercial-package-card__description p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 6px;
  }

  #commercialPackagePricing .private-category-card__runtime {
    font-size: 14pt;
    font-weight: 700;
    margin: 10px 0 0;
    text-align: center;
  }

  #commercialPackagePricing .private-category-card__price {
    font-size: 28px;
    margin: 0 0 10px;
  }

  #commercialPackagePricing .commercial-package-card__category {
    padding: 0;
    margin-bottom: 12px !important;
    text-align: left;
  }

  #commercialPackagePricing .commercial-package-card__category-label {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-bottom: 6px;
  }

  #commercialPackagePricing .commercial-package-card .package-category-select {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.4rem 0.5rem;
  }

  #commercialPackagePricing .private-category-card__cta {
    max-width: 100%;
    font-size: 12px;
    padding: 10px 12px;
  }

  #commercialPackagePricing .commercial-package-card.is-selected {
    outline: 2px solid #c39052;
    box-shadow: 0 0 0 0.25rem rgba(195, 144, 82, 0.2);
  }

  #commercialPackagePricing .commercial-booking-notes {
    display: block;
    max-width: 1480px;
    margin: 20px auto 0;
    padding: 0 4px;
    text-align: left;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
  }

  #commercialPackagePricing .commercial-booking-note__line {
    display: block;
    margin: 0 0 10px;
    white-space: normal;
    overflow: visible;
    text-align: left;
  }

  #commercialPackagePricing .commercial-booking-note__line:last-child {
    margin-bottom: 0;
  }

  #commercialPackagePricing .commercial-booking-sync-note {
    font-size: 14px;
    font-weight: 400;
  }

  #commercialPackagePricing .commercial-sales-note a {
    color: #c39052;
    font-weight: 600;
    text-decoration: none;
  }

  #commercialPackagePricing .commercial-sales-note a:hover {
    text-decoration: underline;
  }

  @media (max-width: 1200px) {
    .commercial-package-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 640px) {
    .commercial-package-grid {
      grid-template-columns: 1fr;
      max-width: 360px;
    }

    .commercial-package-grid .commercial-package-card {
      min-height: 0;
    }

  }

  @media (max-width: 768px) {
    .commercial-package-grid {
      gap: 20px;
    }

    #commercialPackagePricing .commercial-package-grid .commercial-package-card.commercial-package-card--bestseller {
      transform: none !important;
    }

    #commercialPackagePricing .commercial-package-card__intro {
      gap: 20px !important;
      padding-bottom: 28px !important;
    }

    #commercialPackagePricing .commercial-package-card__head--bestseller {
      padding-top: 8px;
    }

    #commercialPackagePricing .commercial-package-card__head--bestseller + .private-category-card__divider {
      margin-top: 0 !important;
    }
  }

  @media (max-width: 1400px) {
    .private-category-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  
  @media (max-width: 992px) {
    .private-category-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  
  @media (max-width: 576px) {
    .private-category-grid {
      grid-template-columns: 1fr;
      max-width: 360px;
      margin: 0 auto;
    }
  }

  .registration-honeypot {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  