/* GH Premium catalog */
.ghc-trust-hero {
    padding: 6.5rem 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
@media (min-width: 768px) {
    .ghc-trust-hero {
        padding: 7rem 2rem 1.5rem;
    }
}
.ghc-trust-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.ghc-trust-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.65rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 0.15rem;
}
.ghc-trust-list::-webkit-scrollbar {
    display: none;
}
@media (min-width: 768px) {
    .ghc-trust-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
        overflow: visible;
        scroll-snap-type: none;
        padding-bottom: 0;
    }
}
.ghc-trust-item {
    flex: 0 0 auto;
    width: 85vw;
    max-width: 360px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
}
@media (min-width: 768px) {
    .ghc-trust-item {
        width: auto;
        max-width: none;
    }
}
.ghc-trust-dots {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}
@media (min-width: 768px) {
    .ghc-trust-dots {
        display: none;
    }
}
.ghc-trust-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.ghc-trust-dot.is-active {
    background: var(--primary-color, #ff6600);
}
.ghc-trust-dot:focus-visible {
    outline: 2px solid var(--primary-color, #ff6600);
    outline-offset: 3px;
}
.ghc-trust-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 102, 0, 0.35);
    background: rgba(255, 102, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color, #ff6600);
    font-size: 1rem;
}
.ghc-trust-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}
.ghc-trust-title {
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.ghc-trust-desc {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.75);
}

.ghc-search-panel {
    background: linear-gradient(180deg, #161616 0%, #121212 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.25rem 1rem 1.75rem;
}
@media (min-width: 768px) {
    .ghc-search-panel {
        padding: 1.75rem 2rem 2.25rem;
    }
}
.ghc-search-panel-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.ghc-page-title {
    margin: 0 0 1.25rem;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--primary-color, #ff6600);
}
.ghc-tabs--seg {
    display: flex;
    margin: 0 0 1rem;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    gap: 0;
}
.ghc-tabs--seg .ghc-tab {
    flex: 1;
    margin: 0;
    padding: 0.85rem 0.5rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: var(--ghc-text-muted, #888);
    font-size: 9px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ghc-tabs--seg .ghc-tab:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
}
.ghc-tabs--seg .ghc-tab.is-active {
    color: var(--primary-color, #ff6600);
    background: transparent;
    border-bottom-color: var(--primary-color, #ff6600);
}
.ghc-search-card {
    background: var(--ghc-surface, #1e1e1e);
    border: 1px solid var(--ghc-border-subtle, rgba(255, 255, 255, 0.09));
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
    .ghc-search-card {
        padding: 1.25rem 1.5rem;
    }
}
.ghc-search-card .ghc-tab-content {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}
.ghc-field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}
.ghc-field--grow {
    flex: 1;
    min-width: 0;
}
.ghc-field-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ghc-text-muted, #888);
}
.ghc-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.ghc-search-card .ghc-search-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-bottom: 0;
}
@media (min-width: 640px) {
    .ghc-search-card .ghc-search-form {
        grid-template-columns: minmax(120px, 160px) 1fr auto;
        align-items: end;
        gap: 0.65rem;
    }
}
.ghc-search-card .ghc-vehicle-picker {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-bottom: 0;
}
@media (min-width: 640px) {
    .ghc-search-card .ghc-vehicle-picker {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .ghc-search-card .ghc-vehicle-picker {
        grid-template-columns: repeat(4, 1fr);
    }
}
.ghc-search-card .ghc-autocomplete {
    margin-bottom: 0;
}
.ghc-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px;
    width: 100%;
}
@media (min-width: 640px) {
    .ghc-search-btn {
        width: auto;
        min-width: 7.5rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
.ghc-search-btn i {
    font-size: 14px;
}
.ghc-catalog-section {
    background: linear-gradient(180deg, #141414 0%, #101010 50%, #0c0c0c 100%);
}
.ghc-catalog-results {
    padding: 1.5rem 1rem 2.5rem;
}
@media (min-width: 768px) {
    .ghc-catalog-results {
        padding: 2rem 2rem 3rem;
    }
}
.ghc-catalog-results-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.ghc-results-slot[hidden] {
    display: none !important;
}
.ghc-results-slot .ghc-results-meta {
    margin-bottom: 1rem;
}
.ghc-wrap {
    max-width: 1200px;
    margin: 0 auto;
    --ghc-surface: #1e1e1e;
    --ghc-surface-raised: #262626;
    --ghc-surface-input: #2e2e2e;
    --ghc-border: rgba(255, 255, 255, 0.14);
    --ghc-border-subtle: rgba(255, 255, 255, 0.09);
    --ghc-text-muted: #a3a3a3;
    --ghc-text-body: #e8e8e8;
    --ghc-image-bg: #2e2e2e;
}
.ghc-tab {
    cursor: pointer;
    font-weight: 800;
    text-transform: uppercase;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.ghc-tab-content[hidden] {
    display: none !important;
}
.ghc-tab-content {
    background: var(--ghc-surface);
    border: 1px solid var(--ghc-border-subtle);
    border-radius: 16px;
    padding: 1.5rem 1.75rem 1.75rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.ghc-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
.ghc-search-type,
.ghc-search-input,
.ghc-vp-select,
.ghc-group-filter {
    background: var(--ghc-surface-input);
    border: 1px solid var(--ghc-border);
    color: var(--ghc-text-body);
    padding: 0.75rem 0.85rem;
    font-size: 16px;
    border-radius: 8px;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
}
.ghc-search-input,
.ghc-group-filter {
    flex: 1;
}
.ghc-search-btn {
    background: var(--primary-color, #ff6600);
    color: #0a0a0a;
    border: none;
    padding: 0.85rem 1.5rem;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 6px;
}
.ghc-search-btn:hover {
    background: #fff;
}
.ghc-search-type:focus,
.ghc-search-input:focus,
.ghc-vp-select:focus,
.ghc-group-filter:focus {
    outline: none;
    border-color: rgba(255, 102, 0, 0.55);
    box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.15);
}
.ghc-vehicle-picker {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
.ghc-autocomplete {
    position: relative;
    margin-bottom: 1rem;
}
.ghc-tab-content[data-content="group"] .ghc-autocomplete {
    width: 100%;
    max-width: 100%;
}
.ghc-tab-content[data-content="group"] .ghc-group-filter {
    display: block;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding-right: 2.75rem;
}
.ghc-search-results {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--ghc-border-subtle);
}
.ghc-ac-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 50;
    background: var(--ghc-surface-raised);
    border: 1px solid rgba(255, 102, 0, 0.35);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    max-height: 280px;
    overflow-y: auto;
    border-radius: 0 0 8px 8px;
}
.ghc-ac-item {
    padding: 0.75rem 1rem;
    cursor: pointer;
    font-size: 13px;
    color: var(--ghc-text-body);
    border-bottom: 1px solid var(--ghc-border-subtle);
}
.ghc-ac-item:hover,
.ghc-ac-item.is-active {
    background: rgba(255, 102, 0, 0.15);
    color: var(--primary-color, #ff6600);
}
.ghc-ac-item.ghc-ac-hint {
    color: #888;
    cursor: default;
}
.ghc-ac-item.ghc-ac-hint:hover {
    background: transparent;
    color: #888;
}
.ghc-ac-clear {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #888;
    font-size: 1.25rem;
    cursor: pointer;
}
.ghc-results-meta {
    font-size: 11px;
    color: var(--ghc-text-muted);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.ghc-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}
.ghc-result-card {
    background: var(--ghc-surface-raised);
    border: 1px solid var(--ghc-border-subtle);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.3s, transform 0.3s;
    display: flex;
    flex-direction: column;
}
.ghc-result-card:hover {
    border-color: rgba(255, 102, 0, 0.45);
    transform: translateY(-2px);
}
.ghc-result-card a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.ghc-result-img {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: var(--ghc-image-bg);
    border-bottom: 1px solid var(--ghc-border-subtle);
}
.ghc-result-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.ghc-result-body {
    padding: 1rem 1.25rem 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.ghc-result-head {
    margin: 0;
    padding-bottom: 0.15rem;
}
.ghc-result-code {
    margin: 0 0 0.35rem;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.08em;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.ghc-result-type {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.35;
}
.ghc-result-variant {
    margin: 0.2rem 0 0;
    font-size: 11px;
    color: var(--ghc-text-muted);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ghc-result-facts {
    margin: 0.65rem 0 0;
    padding: 0.65rem 0 0;
    list-style: none;
    border-top: 1px solid var(--ghc-border-subtle, rgba(255, 255, 255, 0.07));
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    flex: 1;
}
.ghc-result-fact {
    margin: 0;
}
.ghc-result-fact-k {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ghc-text-muted);
}
.ghc-result-fact-v {
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.78);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ghc-result-foot {
    margin-top: auto;
    padding-top: 0.7rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.ghc-result-price {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: var(--primary-color, #ff6600);
    letter-spacing: 0.02em;
    text-align: right;
    white-space: nowrap;
}
.ghc-result-price--muted {
    font-size: 11px;
    font-weight: 600;
    color: var(--ghc-text-muted);
}
.ghc-load-more {
    margin: 2rem auto 0;
    display: block;
    background: transparent;
    border: 1px solid rgba(255, 102, 0, 0.5);
    color: var(--primary-color, #ff6600);
    padding: 0.75rem 2rem;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 6px;
}
.ghc-load-more:hover {
    background: var(--primary-color, #ff6600);
    color: #0a0a0a;
}
.ghc-empty,
.ghc-loading {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--ghc-text-muted);
    font-size: 13px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px dashed var(--ghc-border-subtle);
}
.ghc-loading::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
    border: 2px solid var(--primary-color, #ff6600);
    border-top-color: transparent;
    border-radius: 50%;
    animation: ghc-spin 0.8s linear infinite;
    vertical-align: middle;
}
@keyframes ghc-spin {
    to { transform: rotate(360deg); }
}

/* Product detail — same elevated surfaces as catalog (sklep-produkt.php) */
.ghp-page {
    --ghp-accent: var(--primary-color, #ff6600);
    --ghp-surface: #1e1e1e;
    --ghp-surface-raised: #262626;
    --ghp-surface-input: #2e2e2e;
    --ghp-border: rgba(255, 255, 255, 0.14);
    --ghp-border-subtle: rgba(255, 255, 255, 0.09);
    --ghp-text-muted: #a3a3a3;
    --ghp-text-body: #e8e8e8;
    --ghp-image-bg: #2e2e2e;
    background: linear-gradient(180deg, #141414 0%, #101010 50%, #0c0c0c 100%);
}
.ghp-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #666;
    margin-bottom: 2rem;
}
.ghp-breadcrumb a { color: #888; transition: color 0.2s; }
.ghp-breadcrumb a:hover { color: #fff; }
.ghp-breadcrumb-current { color: #fff; }
.ghp-breadcrumb-sep { opacity: 0.4; }
.ghp-not-found { text-align: center; padding: 4rem 1rem; }
.ghp-not-found h1 { font-size: 1.75rem; font-weight: 900; color: #fff; margin-bottom: 1rem; }
.ghp-not-found p { color: #888; margin-bottom: 2rem; }
.ghp-detail-back { margin-bottom: 1.25rem; }
.ghp-detail-back a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #888;
}
.ghp-detail-back a:hover { color: #fff; }

/* Hero */
.ghp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 2.5rem;
    align-items: start;
    margin-bottom: 3rem;
}
@media (max-width: 1024px) {
    .ghp-hero { grid-template-columns: 1fr; gap: 2rem; }
}
.ghp-hero-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.ghp-gallery {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.ghp-360-wrap {
    width: 100%;
    max-width: 520px;
    margin: 0.75rem auto 0;
}
.ghp-gallery-main {
    width: 100%;
    padding: 0;
    cursor: zoom-in;
    background: var(--ghp-image-bg);
    border: 1px solid var(--ghp-border-subtle);
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
    position: relative;
    transition: border-color 0.25s;
}
.ghp-gallery-main:hover {
    border-color: var(--ghp-border);
}
.ghp-gallery-main:hover .ghp-gallery-zoom-hint { opacity: 1; }
.ghp-gallery-main img {
    max-width: 92%;
    max-height: 92%;
    object-fit: contain;
    padding: 1.25rem;
    pointer-events: none;
}
.ghp-gallery-zoom-hint {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0.65;
    transition: opacity 0.25s;
    pointer-events: none;
}

/* Gallery lightbox */
.ghp-gallery-lightbox[hidden] { display: none !important; }
.ghp-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 4.5rem;
}
.ghp-gallery-lightbox-stage {
    background: #fff;
    border-radius: 4px;
    max-width: min(92vw, 1100px);
    max-height: min(82vh, 900px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.ghp-gallery-lightbox-stage img {
    max-width: 100%;
    max-height: min(78vh, 820px);
    width: auto;
    height: auto;
    object-fit: contain;
}
.ghp-gallery-lightbox-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 3;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 2.25rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.85;
    padding: 0.25rem 0.5rem;
}
.ghp-gallery-lightbox-close:hover { opacity: 1; color: #fff; }
.ghp-gallery-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    background: rgba(30, 30, 30, 0.75);
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.ghp-gallery-lightbox-nav:hover { background: rgba(255, 255, 255, 0.2); }
.ghp-gallery-lightbox-nav:disabled {
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
}
.ghp-gallery-lightbox-prev { left: 1.25rem; }
.ghp-gallery-lightbox-next { right: 1.25rem; }
.ghp-gallery-lightbox-counter {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0.45rem 1rem;
    background: rgba(20, 20, 20, 0.85);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    border-radius: 999px;
}
@media (max-width: 640px) {
    .ghp-gallery-lightbox { padding: 2.5rem 0.75rem; }
    .ghp-gallery-lightbox-nav { width: 44px; height: 44px; }
    .ghp-gallery-lightbox-prev { left: 0.5rem; }
    .ghp-gallery-lightbox-next { right: 0.5rem; }
}
.ghp-gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}
.ghp-gallery-thumb {
    width: 72px;
    height: 72px;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: var(--ghp-surface-input);
    padding: 0;
    transition: border-color 0.2s, transform 0.15s;
}
.ghp-gallery-thumb:hover { border-color: var(--ghp-border); }
.ghp-gallery-thumb.is-active {
    border-color: #fff;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}
.ghp-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ghp-360-btn {
    margin-top: 1rem;
    width: 100%;
    padding: 0.75rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
    transition: background 0.5s, border-color 0.5s, color 0.5s;
}
.ghp-360-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #0a0a0a;
}

.ghp-hero-buy {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
@media (min-width: 1025px) {
    .ghp-hero-buy { position: sticky; top: 7rem; }
}
.ghp-detail-type {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--ghp-text-muted);
    margin: 0 0 0.5rem;
}
.ghp-detail-code {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.02em;
}
.ghp-hero-desc {
    font-size: 15px;
    line-height: 1.55;
    color: var(--ghp-text-muted);
    margin: 0.75rem 0 0;
    max-width: 42ch;
}

/* Chips */
.ghp-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.ghp-chip {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem;
    padding: 0.45rem 0.75rem;
    background: var(--ghp-surface-raised);
    border: 1px solid var(--ghp-border-subtle);
    border-radius: 8px;
    font-size: 12px;
    color: var(--ghp-text-body);
}
.ghp-chip-muted { color: #999; }
.ghp-chip-label {
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #777;
}

.ghp-cr-flags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.ghp-cr-flags--hero { margin-top: -0.25rem; }
.ghp-cr-flag {
    font-size: 10px;
    font-weight: 700;
    padding: 0.4rem 0.7rem;
    background: var(--ghp-surface-raised);
    border: 1px solid var(--ghp-border-subtle);
    color: var(--ghp-text-muted);
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Buy card */
.ghp-buy-card {
    padding: 1.5rem 1.5rem 1.25rem;
    background: var(--ghp-surface);
    border: 1px solid var(--ghp-border-subtle);
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.ghp-buy-card-label {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #888;
    margin: 0 0 1rem;
}
.ghp-price-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #888;
    margin: 0 0 0.25rem;
}
.ghp-price-value {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    margin: 0;
    line-height: 1.1;
}
.ghp-price-value span { font-size: 1rem; font-weight: 700; color: #ccc; }
.ghp-price-net { font-size: 12px; color: #777; margin: 0.5rem 0 1.25rem; }
.ghp-price-unavailable { font-size: 14px; color: #aaa; margin: 0 0 1.25rem; }
.ghp-qty-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}
.ghp-qty-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #888;
}
.shop-qty-controls {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}
.shop-qty-btn {
    width: 40px;
    height: 40px;
    border: 1px solid var(--ghp-border-subtle);
    background: var(--ghp-surface-input);
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 8px;
    transition: border-color 0.2s, color 0.2s;
}
.shop-qty-btn:hover {
    border-color: var(--ghp-border);
    color: #fff;
    background: var(--ghp-surface-raised);
}
.shop-qty-input {
    width: 52px;
    height: 40px;
    border: 1px solid var(--ghp-border-subtle);
    background: var(--ghp-surface-input);
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    -moz-appearance: textfield;
    appearance: textfield;
}
.ghp-qty-hint {
    margin: 0.5rem 0 0;
    font-size: 11px;
    line-height: 1.45;
    color: var(--ghp-text-muted);
}
.shop-qty-input::-webkit-outer-spin-button,
.shop-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart-sku-link {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.06em;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    line-height: 1.3;
}
.cart-sku-link:hover {
    color: #fff;
    text-decoration: underline;
}
.cart-line-title {
    margin: 0.35rem 0 0;
    font-size: 14px;
    line-height: 1.4;
    color: #888;
}
.ghp-actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.ghp-btn-primary,
.ghp-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.95rem 1.25rem;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    border: none;
    text-decoration: none;
}
.ghp-btn-primary {
    background: var(--ghp-accent);
    color: #0a0a0a;
}
.ghp-btn-primary:hover { background: #fff; }
.ghp-btn-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.ghp-btn-secondary:hover {
    border-color: #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

/* Where to buy panel */
.ghp-panel {
    margin-bottom: 3rem;
    padding: 2rem;
    background: var(--ghp-surface);
    border: 1px solid var(--ghp-border-subtle);
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.ghp-panel-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--ghp-accent);
    margin: 0 0 0.5rem;
}
.ghp-panel-lead {
    font-size: 14px;
    color: #888;
    margin: 0 0 1.75rem;
    max-width: 60ch;
    line-height: 1.5;
}
.ghp-wtb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
@media (max-width: 768px) {
    .ghp-wtb-grid { grid-template-columns: 1fr; }
}
.ghp-wtb-sub {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #aaa;
    margin: 0 0 1rem;
}
.ghp-distributors {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.ghp-distributor {
    padding: 1rem 1.1rem;
    background: var(--ghp-surface-raised);
    border-radius: 10px;
    border: 1px solid var(--ghp-border-subtle);
    transition: border-color 0.2s, background 0.2s;
}
.ghp-distributor:hover {
    border-color: var(--ghp-border);
    background: var(--ghp-surface-input);
}
.ghp-d-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
}
.ghp-d-name { font-weight: 700; color: #fff; font-size: 13px; }
.ghp-d-stock { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.ghp-d-stock-loading { color: #555; }
.ghp-d-stock-in { color: #4ade80; }
.ghp-d-stock-out { color: #666; }
.ghp-d-city { display: block; font-size: 12px; color: #777; margin-bottom: 0.5rem; }
.ghp-d-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 12px;
}
.ghp-d-contacts a { color: #bbb; text-decoration: none; }
.ghp-d-contacts a:hover { color: #fff; }
.ghp-wtb-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.5rem; }
.ghp-wtb-link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    background: var(--ghp-surface-raised);
    border-radius: 10px;
    border: 1px solid var(--ghp-border-subtle);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    transition: border-color 0.2s, background 0.2s;
}
.ghp-wtb-link:hover {
    border-color: var(--ghp-border);
    background: var(--ghp-surface-input);
}
.ghp-wtb-icon-wrap {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    border: 1px solid var(--ghp-border-subtle);
    border-radius: 10px;
    overflow: hidden;
}
.ghp-wtb-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.ghp-wtb-text {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}
.ghp-wtb-label { font-weight: 600; }
.ghp-wtb-host { color: #888; font-size: 12px; }
.ghp-wtb-note { font-size: 11px; color: #555; margin-top: 1rem; line-height: 1.55; }

/* Details grid */
.ghp-details { margin-bottom: 2rem; }
.ghp-details-heading {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--ghp-accent);
    margin: 0 0 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ghp-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}
@media (max-width: 900px) {
    .ghp-details-grid { grid-template-columns: 1fr; }
}
.ghp-spec-card {
    background: var(--ghp-surface);
    border: 1px solid var(--ghp-border-subtle);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}
.ghp-spec-card--wide { grid-column: 1 / -1; }
.ghp-spec-card-title {
    margin: 0;
    padding: 1rem 1.25rem;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ghp-accent);
    background: var(--ghp-surface-raised);
    border-bottom: 1px solid var(--ghp-border-subtle);
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 1rem;
}
.ghp-spec-card-title .ghp-num-total {
    color: var(--ghp-text-muted);
}
.ghp-spec-card-body { padding: 1rem 1.25rem 1.25rem; }
.ghp-spec-card--collapsible > summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
}
.ghp-spec-card--collapsible > summary::-webkit-details-marker {
    display: none;
}
.ghp-spec-card--collapsible > summary::marker {
    content: '';
}
.ghp-spec-card--collapsible > summary::after {
    content: '';
    margin-left: auto;
    width: 0.45rem;
    height: 0.45rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
    align-self: center;
    opacity: 0.85;
}
.ghp-spec-card--collapsible[open] > summary::after {
    transform: rotate(-135deg);
}
.ghp-spec-card--collapsible:not([open]) > summary {
    border-bottom: none;
}
.ghp-cr-dl {
    display: grid;
    grid-template-columns: minmax(120px, 42%) 1fr;
    gap: 0.65rem 1.25rem;
    font-size: 13px;
    margin: 0;
}
.ghp-cr-dl dt {
    color: var(--ghp-text-muted);
    margin: 0;
    font-weight: 500;
}
.ghp-cr-dl dd {
    color: var(--ghp-text-body);
    margin: 0;
    line-height: 1.4;
}
.ghp-num-total {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.05em;
    text-transform: none;
}
.ghp-num-groups { display: flex; flex-direction: column; gap: 0.5rem; }
.ghp-num-group {
    background: var(--ghp-surface-raised);
    border: 1px solid var(--ghp-border-subtle);
    border-radius: 10px;
    padding: 0.35rem 1rem;
}
.ghp-num-group summary {
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: var(--ghp-text-body);
    padding: 0.5rem 0;
    list-style-position: outside;
}
.ghp-num-group summary:hover { color: #fff; }
.ghp-num-count {
    color: #666;
    font-size: 11px;
    font-weight: 700;
    margin-left: 0.35rem;
}
.ghp-num-list {
    list-style: none;
    padding: 0.25rem 0 0.75rem;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1.1rem;
    font-size: 12px;
    color: #fff;
    font-family: ui-monospace, monospace;
}
.ghp-num-item--has-note {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
}
.ghp-num-item.is-open {
    flex: 1 1 100%;
    max-width: 100%;
}
.ghp-num-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem 0.35rem;
    margin: -0.2rem -0.35rem;
    border: none;
    background: transparent;
    color: inherit;
    font: inherit;
    font-family: ui-monospace, monospace;
    font-size: 12px;
    cursor: pointer;
    border-radius: 6px;
    -webkit-tap-highlight-color: transparent;
}
.ghp-num-trigger:hover,
.ghp-num-item.is-open .ghp-num-trigger {
    background: rgba(255, 102, 0, 0.14);
}
.ghp-num-note-icon {
    display: inline-flex;
    align-items: center;
    color: var(--ghp-text-muted);
    font-size: 13px;
    line-height: 1;
}
.ghp-num-item.is-open .ghp-num-note-icon {
    color: var(--ghp-accent, #ff6600);
}
.ghp-num-comment {
    margin: 0;
    padding: 0.45rem 0.6rem;
    font-size: 11px;
    line-height: 1.45;
    color: var(--ghp-text-body);
    background: var(--ghp-surface);
    border: 1px solid var(--ghp-border-subtle);
    border-radius: 8px;
    max-width: min(100%, 360px);
    font-family: system-ui, -apple-system, sans-serif;
}
.ghp-num-comment[hidden] {
    display: none !important;
}
.ghp-num-more { color: #555; font-style: italic; font-family: inherit; }

.ghp-vehicles-section .ghp-spec-card-title .ghp-vehicles-count {
    font-size: 11px;
    font-weight: 600;
    color: var(--ghp-text-muted);
    letter-spacing: 0.05em;
    text-transform: none;
}
.ghp-vehicles-body { padding-top: 0; }
.ghp-vehicles-loading {
    margin: 0;
    padding: 1rem 1.25rem;
    font-size: 13px;
    color: var(--ghp-text-muted);
}
.ghp-vehicles-toolbar {
    padding: 0.5rem 1.25rem 0.75rem;
}
.ghp-vehicles-filter-wrap {
    display: block;
    width: 100%;
    max-width: none;
}
.ghp-vehicles-filter {
    width: 100%;
    padding: 0.65rem 0.85rem;
    font-size: 14px;
    color: #fff;
    background: var(--ghp-surface-raised);
    border: 1px solid var(--ghp-border-subtle);
    border-radius: 8px;
}
.ghp-vehicles-filter:focus {
    outline: none;
    border-color: rgba(255, 102, 0, 0.5);
}
.ghp-vehicles-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 1rem 1.25rem;
}
.ghp-vehicles-pager--top {
    border-bottom: 1px solid var(--ghp-border-subtle);
}
.ghp-vehicles-pager--bottom {
    border-top: 1px solid var(--ghp-border-subtle);
    padding-bottom: 1.25rem;
}
.ghp-vehicles-pager-btn {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: #1a1a1a;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}
.ghp-vehicles-pager-btn:hover:not(:disabled) {
    border-color: rgba(255, 255, 255, 0.45);
    background: #262626;
}
.ghp-vehicles-pager-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
.ghp-vehicles-pager-indicator {
    min-width: 5rem;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--ghp-text-muted, #888);
    font-variant-numeric: tabular-nums;
}
.ghp-vehicles-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 1rem;
}
.ghp-vehicles-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-size: 12px;
    border: 1px solid var(--ghp-border-subtle);
    border-radius: 10px;
    overflow: hidden;
    background: var(--ghp-surface-raised);
}
.ghp-vehicles-table th,
.ghp-vehicles-table td {
    padding: 0.65rem 0.85rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--ghp-border-subtle);
}
.ghp-vehicles-table th {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ghp-text-muted);
    background: rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}
.ghp-vehicles-table tbody tr:last-child td { border-bottom: none; }
.ghp-vehicles-table tbody tr:hover td { background: rgba(255, 255, 255, 0.03); }
.ghp-vehicles-crit {
    margin: 0.35rem 0 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
    color: var(--ghp-text-muted);
    line-height: 1.35;
}
.ghp-vehicles-body .ghp-empty {
    padding: 0 1.25rem 1.25rem;
    margin: 0;
}
@media (max-width: 768px) {
    .ghp-vehicles-table thead { display: none; }
    .ghp-vehicles-table,
    .ghp-vehicles-table tbody,
    .ghp-vehicles-table tr,
    .ghp-vehicles-table td { display: block; width: 100%; min-width: 0; }
    .ghp-vehicles-table tr {
        padding: 0.75rem 0.85rem;
        border-bottom: 1px solid var(--ghp-border-subtle);
    }
    .ghp-vehicles-table td {
        padding: 0.2rem 0;
        border: none;
    }
    .ghp-vehicles-table td::before {
        content: attr(data-label);
        display: block;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--ghp-text-muted);
        margin-bottom: 0.15rem;
    }
}

.ghp-spec-card--videos {
    overflow: visible;
}
.ghp-spec-card--videos .ghp-video-grid {
    padding: 0 1.25rem 1.25rem;
}
.ghp-video-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
.ghp-video-grid--large {
    gap: 1.5rem;
}
@media (min-width: 900px) {
    .ghp-video-grid--large {
        grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
        gap: 1.75rem;
    }
}
.ghp-video-item {
    min-width: 0;
}
.ghp-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.ghp-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* 360° — panel inline pod przyciskiem (bez pełnego ekranu) */
.ghp-360-panel[hidden] { display: none !important; }
.ghp-360-panel {
    margin-top: 0.75rem;
    width: 100%;
}
.ghp-360-stage {
    width: 100%;
    aspect-ratio: 4 / 3;
    max-height: min(52vh, 420px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--ghp-border-subtle);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.ghp-360-stage iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
}
.ghp-360-btn[aria-expanded="true"] {
    background: #fff;
    color: #0a0a0a;
}
.ghp-gallery-lightbox-track {
    touch-action: pan-y pinch-zoom;
}

/* —— Mobile: katalog + karta produktu —— */
@media (max-width: 767px) {
    .ghc-tabs--seg .ghc-tab {
        font-size: 8px;
        letter-spacing: 0.06em;
        padding: 0.75rem 0.25rem;
    }
    .ghc-search-card {
        padding: 0.85rem;
        border-radius: 12px;
    }
    .ghc-catalog-results {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .ghc-results-grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }
    .ghc-result-img {
        padding: 0.75rem;
    }
    .ghc-result-body {
        padding: 0.85rem 1rem 1rem;
    }
    .ghc-load-more {
        width: 100%;
        max-width: none;
    }
    .ghc-ac-suggestions {
        max-height: min(50vh, 280px);
    }

    .ghp-page {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .ghp-page.pt-40 {
        padding-top: 6.5rem;
    }
    .ghp-hero {
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    .ghp-gallery-thumbs {
        gap: 0.4rem;
    }
    .ghp-gallery-thumb {
        width: 56px;
        height: 56px;
    }
    .ghp-chips {
        gap: 0.4rem;
    }
    .ghp-chip {
        font-size: 11px;
    }
    .ghp-panel--buy,
    .ghp-details {
        margin-left: 0;
        margin-right: 0;
    }
    .ghp-spec-card--videos .ghp-video-grid,
    .ghp-spec-card--wide .ghp-spec-card-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .ghp-video-grid--large {
        gap: 1.25rem;
    }
    .ghp-video-frame {
        border-radius: 10px;
    }
    .ghp-vehicles-table-wrap {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
        padding: 0 0.25rem;
    }
    .ghp-vehicles-pager-btn {
        width: 2.75rem;
        height: 2.75rem;
    }
    .ghp-wtb-text {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.2rem;
    }
    .ghp-cr-dl {
        grid-template-columns: 1fr;
        gap: 0.35rem 0;
    }
    .ghp-cr-dl dt {
        margin-top: 0.5rem;
    }
    .ghp-cr-dl dd {
        margin-bottom: 0.25rem;
    }
}

/* Opinie klientów — odwrócony nagłówek (CTA) + ciemny motyw listy */
.ghp-reviews-section > summary.ghp-reviews-summary {
    background: #f2f2f2;
    color: #141414;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 1.35rem;
    font-size: 11px;
    letter-spacing: 0.16em;
}
.ghp-reviews-section > summary.ghp-reviews-summary::after {
    border-color: #141414;
    opacity: 0.7;
}
.ghp-reviews-section[open] > summary.ghp-reviews-summary {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ghp-reviews-section:not([open]) > summary.ghp-reviews-summary {
    border-bottom: none;
}
.ghp-reviews-summary-label {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.45rem 0.35rem;
    flex: 1;
    min-width: 0;
}
.ghp-reviews-summary-label .fa-star {
    color: var(--ghp-accent, #ff6600);
    font-size: 0.95rem;
    align-self: center;
}
.ghp-reviews-section .ghp-reviews-count {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    color: #6b6b6b;
    letter-spacing: 0.04em;
    text-transform: none;
}
.ghp-reviews-section > summary.ghp-reviews-summary:hover {
    background: #fff;
}
.ghp-reviews-section > summary.ghp-reviews-summary:hover .ghp-reviews-count {
    color: #555;
}
.ghp-reviews-body { padding-top: 0.5rem; }
.ghp-reviews-loading {
    margin: 0;
    padding: 1rem 1.25rem;
    font-size: 13px;
    color: var(--ghp-text-muted);
}
.ghp-reviews-more {
    display: block;
    margin: 1.25rem auto 0.5rem;
    padding: 0.75rem 1.5rem;
    border: 1px solid rgba(255, 102, 0, 0.45);
    border-radius: 8px;
    background: transparent;
    color: var(--ghp-accent, #ff6600);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
}
.ghp-reviews-more:hover {
    background: rgba(255, 102, 0, 0.12);
}
.ghp-reviews-list .ghr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}
.ghp-reviews-list .ghr-card {
    background: var(--ghp-surface-raised);
    border-color: var(--ghp-border-subtle);
    color: var(--ghp-text-body);
}
.ghp-reviews-list .ghr-head,
.ghp-reviews-list .ghr-desc,
.ghp-reviews-list .ghr-foot {
    color: var(--ghp-text-muted);
}
.ghp-reviews-list .ghr-sku-type,
.ghp-reviews-list .ghr-text {
    color: var(--ghp-text-body);
}
.ghp-reviews-list .ghr-sku-code {
    color: var(--ghp-accent, #ff6600);
}
.ghp-reviews-list .ghr-text {
    border-left-color: var(--ghp-accent, #ff6600);
}
.ghp-reviews-list .ghr-foot {
    border-top-color: var(--ghp-border-subtle);
}
.ghp-reviews-list .ghr-thumb {
    border-color: var(--ghp-border-subtle);
}
@media (max-width: 640px) {
    .ghp-reviews-list .ghr-grid {
        grid-template-columns: 1fr;
    }
}
