.pr-plus-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

.pr-plus-header {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.pr-plus-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.pr-plus-logo-area {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.pr-plus-logo-area i { font-size: 1.8rem; color: #10b981; }
.pr-plus-logo-area h1 { font-size: 1.4rem; margin: 0; }

.pr-plus-region-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pr-plus-country-switch { display: flex; gap: 0.5rem; }
.pr-plus-country-btn {
    width: 36px; height: 36px; border-radius: 50%;
    border: 2px solid transparent;
    background: #f1f5f9;
    cursor: pointer;
}
.pr-plus-country-btn.active {
    border-color: #10b981;
    background: #ecfdf5;
}

.pr-plus-header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background: #f8fafc;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.pr-plus-plz-search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.pr-plus-plz-search input {
    border: 1px solid #cbd5e1;
    border-radius: 2rem;
    padding: 0.4rem 1rem;
    width: 120px;
}
.pr-plus-plz-search button {
    background: #10b981;
    color: white;
    border: none;
    border-radius: 2rem;
    padding: 0.4rem 1rem;
    cursor: pointer;
}

.pr-plus-mode-switch {
    display: flex;
    gap: 0.25rem;
    background: #e2e8f0;
    border-radius: 2rem;
    padding: 0.2rem;
}
.pr-plus-mode-btn {
    background: transparent;
    border: none;
    padding: 0.4rem 1rem;
    border-radius: 2rem;
    cursor: pointer;
    font-weight: 500;
}
.pr-plus-mode-btn.active {
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.pr-plus-main-categories,
.pr-plus-sub-categories {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 1rem 1.5rem;
}
.category-thumb, .subcategory-thumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.category-thumb .icon-circle {
    width: 56px; height: 56px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}
.category-thumb.active .icon-circle {
    border: 2px solid #10b981;
    transform: scale(1.05);
    box-shadow: 0 0 0 3px rgba(16,185,129,0.2);
}
.subcategory-thumb {
    padding-bottom: 0.25rem;
    border-bottom: 2px solid transparent;
}
.subcategory-thumb.active {
    border-bottom-color: #10b981;
    transform: translateY(-2px);
}

.pr-plus-featured-container {
    background: white;
    border-radius: 1rem;
    margin-bottom: 2rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.pr-plus-featured-card {
    display: flex;
    flex-direction: row;
    min-height: 320px;
}
.pr-plus-featured-card.fade-out {
    opacity: 0;
    transform: translateX(8px);
}
.pr-plus-featured-info {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
}
.pr-plus-featured-thumbs {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem;
    background: #f8fafc;
    overflow-x: auto;
}
.thumb-item {
    width: 80px; height: 60px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
}
.thumb-item.active {
    border-color: #10b981;
    transform: scale(1.02);
}
.thumb-item img {
    width: 100%; height: 100%;
    object-fit: cover;
}

.pr-plus-category-rows {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.category-row {
    scroll-margin-top: 80px;
}
.category-row h2 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.carousel-container {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scroll-behavior: smooth;
}
.service-card, .product-card {
    flex: 0 0 260px;
    background: white;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}
.service-card:hover, .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.employee-img {
    width: 100px; height: 100px;
    border-radius: 50%;
    margin: 1rem auto 0;
    object-fit: cover;
    display: block;
}
.service-card .service-info, .product-card .product-info {
    padding: 1rem;
    text-align: center;
}
.service-card button, .product-card button {
    background: #10b981;
    color: white;
    border: none;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    margin-top: 0.75rem;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
}
.product-img {
    width: 100%; height: 140px;
    object-fit: cover;
}
.payment-icons i {
    margin: 0 2px;
    font-size: 0.9rem;
    color: #4b5563;
}
.book-service-btn {
    background: #10b981;
    color: white;
    border: none;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    margin-top: 0.75rem;
}
.book-service-btn:hover {
    background: #059669;
}
.loading-placeholder {
    text-align: center;
    padding: 2rem;
}
.loading-spinner {
    width: 40px; height: 40px;
    border: 3px solid #e2e8f0;
    border-top-color: #10b981;
    border-radius: 50%;
    margin: 0 auto 1rem;
    animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.error-state {
    text-align: center;
    padding: 2rem;
    color: #dc2626;
}
.empty-state {
    text-align: center;
    padding: 2rem;
    color: #6b7280;
}
.empty-state-icon {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

/* Initial- und No-Results-Meldungen */
.initial-message, .no-results {
    text-align: center;
    padding: 4rem 2rem;
    background: #f9fafb;
    border-radius: 1rem;
    margin: 1rem 0;
}
.initial-message i, .no-results i {
    color: #10b981;
    margin-bottom: 1rem;
}
.initial-message h3, .no-results h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #1e293b;
}
.initial-message p, .no-results p {
    color: #475569;
}
.global-loader {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 20000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.error-message {
    text-align: center;
    color: #dc2626;
    padding: 1rem;
}
.retry-btn {
    background: #10b981;
    color: white;
    border: none;
    border-radius: 2rem;
    padding: 0.3rem 1rem;
    margin-left: 0.5rem;
    cursor: pointer;
}