:root {
  color-scheme: light;
  color: #1f2937;
  background: #f8fafc;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pc-container {
  max-width: 980px;
  margin: 18px auto;
  padding: 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
}

.pc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.pc-card {
  min-width: 0;
  padding: 18px;
  background: #fff;
  border-radius: 14px;
}

.pc-grid + .pc-card,
.pc-card-alt + .pc-card-alt {
  margin-top: 18px;
}

.pc-card-alt {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.pc-summary-card {
  padding: 18px;
}

.pc-gallery-viewer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f3f4f6;
  border-radius: 8px;
  padding: 14px;
  min-height: 320px;
}

.pc-gallery-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  background: #fff;
  cursor: zoom-in;
}

.pc-gallery-button,
.pc-zoom-nav {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, .45);
  border: 0;
  border-radius: 6px;
  transform: translateY(-50%);
}

.pc-gallery-button {
  width: 48px;
  height: 48px;
}

.pc-gallery-button-left {
  left: 8px;
}

.pc-gallery-button-right {
  right: 8px;
}

.pc-gallery-indicators,
.pc-zoom-indicators {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  margin-left: auto;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 8px;
}

.pc-gallery-indicator,
.pc-zoom-indicator {
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: #e5e7eb;
  border: 0;
  border-radius: 50%;
}

.pc-gallery-indicator.active,
.pc-zoom-indicator.active {
  background: #111827;
}

.pc-label{
  font-size: 12px;
  color: #6b7280;
  text-align: center;
  display: block;
}

.pc-title {
  margin: 6px 0 8px;
  font-size: 1.05rem;
  line-height: 1.15;
}

.pc-description {
  margin: 0 0 10px;
  color: #374151;
  font-weight: 600;
}

.pc-highlights {
  margin-top: 6px;
  padding-left: 18px;
  color: #374151;
  list-style: disc inside;
}

.pc-highlight-item {
  margin: 0 0 2px;
  font-size: 12px;
  line-height: 1.35;
}

.pc-highlight-item:last-child {
  margin-bottom: 0;
}

.pc-price-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

.pc-price-label {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.pc-price-panel {
  margin-top: 0;
  padding: 24px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.pc-price-subtext {
  margin-top: 18px;
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.5;
}

.pc-price-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.pc-price-info {
  display: flex;
  gap: 14px;
  margin-top: 20px;
  color: #374151;
  font-size: 0.92rem;
  line-height: 1.5;
  align-items: flex-start;
}

.pc-info-icon {
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #111827;
}

.pc-price-info p {
  margin: 0 0 8px;
}

.pc-price-info p:last-child {
  margin-bottom: 0;
}

.pc-price-note {
  font-size: 0.85rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pc-price-value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #111827;
}

.pc-price-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  font-size: 0.88rem;
  color: #6b7280;
}

.pc-price-secondary {
  color: #6b7280;
}

.pc-price-vat {
  color: #374151;
  font-weight: 600;
}

.pc-price-hint {
  margin-top: 4px;
  font-size: 0.92rem;
  color: #6b7280;
  margin-top: 6px;
}

.pc-actions {
  margin-top: 26px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.pc-action-button,
.pc-action-button:link,
.pc-action-button:visited,
.pc-action-button:active {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 12px 18px;
  color: #fff;
  text-decoration: none;
  background: #111827;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.12);
}

.pc-action-button:hover,
.pc-action-button:focus-visible,
.pc-action-button:active {
  background: #1f2937;
  color: #fff;
}

.pc-button-note {
  margin-top: 18px;
  font-size: 0.92rem;
  color: #6b7280;
  text-align: center;
}

.pc-secondary-button,
.pc-secondary-button:link,
.pc-secondary-button:visited,
.pc-secondary-button:active {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 12px 18px;
  color: #111827;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
}

.pc-secondary-button:hover,
.pc-secondary-button:focus-visible {
  background: #f3f4f6;
}

.pc-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.pc-button-icon svg {
  width: 20px;
  height: 20px;
}

.pc-button-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 8px;
}

.pc-action-button.loading {
  pointer-events: none;
  opacity: 0.85;
}

.pc-action-button.loading .pc-button-spinner {
  display: inline-block;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.pc-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.pc-tab-button {
  appearance: none;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.pc-tab-button.active,
.pc-tab-button:hover {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.pc-tab-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: currentColor;
}

.pc-tab-icon svg {
  width: 20px;
  height: 20px;
}

.pc-spec-panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.pc-spec-panel-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: #111827;
}

.pc-spec-panel-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
}

.pc-spec-panel-content p {
  margin: 0 0 12px;
  color: #374151;
}

.pc-spec-panel-description {
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
}

.pc-tab-panels {
  margin-top: 0;
}

.pc-tab-panel {
  display: none;
}

.pc-tab-panel.active {
  display: block;
}

.pc-spec-item {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed #eef2f7;
}

.pc-spec-icon {
  display: flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #111827;
}

.pc-spec-icon svg {
  width: 28px;
  height: 28px;
}

.pc-spec-details h3 {
  margin: 0 0 4px;
}

.pc-spec-details p {
  margin: 0 0 8px;
}

.pc-spec-details ul {
  margin: 0;
  padding-left: 20px;
}

.pc-zoom-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .6);
}

.pc-zoom-overlay.active {
  display: flex;
}

.pc-zoom-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 90%;
  max-height: 90%;
}

.pc-zoom-image {
  max-width: 100%;
  max-height: 100%;
  padding: 18px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
}

.pc-zoom-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  color: #fff;
  background: #111827;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

.pc-zoom-close:hover,
.pc-zoom-close:focus-visible {
  background: #1f2937;
  transform: translateY(-1px);
}

.pc-zoom-nav {
  width: 44px;
  height: 44px;
}

.pc-zoom-prev {
  left: -60px;
}

.pc-zoom-next {
  right: -60px;
}

@media (max-width: 940px) {
  .pc-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pc-gallery-image {
    height: 260px;
  }

  .pc-zoom-prev {
    left: 8px;
  }

  .pc-zoom-next {
    right: 8px;
  }
}
