:root {
  --pcg-bg: #f6f5f1;
  --pcg-surface: #fff;
  --pcg-surface-raised: #faf9f7;
  --pcg-border: #e4e2dc;
  --pcg-border-light: #edebe6;
  --pcg-text: #1c1917;
  --pcg-text-secondary: #57534e;
  --pcg-text-muted: #a8a29e;
  --pcg-accent: #d97706;
  --pcg-accent-bg: #fffbeb;
  --pcg-accent-border: #fde68a;
  --pcg-link: #2563eb;
  --pcg-rarity-color: <?=$rarityColor?>;
  --pcg-font-display: 'Barlow Condensed', Impact, sans-serif;
  --pcg-font-body: 'DM Sans', system-ui, sans-serif;
  --pcg-radius: 12px;
  --pcg-radius-sm: 8px;
  --pcg-cool-deep: #3f6f8a;
}

.pcg-page-wrap-20260414 {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, var(--pcg-cool-deep) 0%, #2d5a73 100%);
  background-attachment: fixed;
}

.pcg-page-wrap-20260414::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.pcg-page-wrap-20260414 > * {
  position: relative;
  z-index: 1;
}

/* Header/nav links readable on dark background */
.pcg-page-wrap-20260414 header a,
.pcg-page-wrap-20260414 nav a,
.pcg-page-wrap-20260414 header .nav-link,
.pcg-page-wrap-20260414 header button {
  color: #fff !important;
}

.pcg-page-wrap-20260414 header a:hover,
.pcg-page-wrap-20260414 nav a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.pcg-breadcrumb-20260414 {
  padding: 14px 16px 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  max-width: 720px;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}

.pcg-breadcrumb-20260414 a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.pcg-breadcrumb-20260414 a:hover {
  color: #fff;
}

.pcg-breadcrumb-sep-20260414 {
  margin: 0 5px;
  opacity: 0.4;
}

.pcg-car-page-20260414 {
  max-width: 720px;
  margin: 0 auto;
  padding: 16px 16px 100px;
}

.pcg-car-hero-20260414 {
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pcg-car-hero-text-20260414 {
  background: var(--pcg-surface-raised);
  border: 1px solid var(--pcg-border-light);
  border-radius: var(--pcg-radius);
  padding: 20px;
}

.pcg-car-heading-20260414 {
  font-family: var(--pcg-font-display);
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--pcg-text);
  margin-bottom: 8px;
}

.pcg-badges-20260414 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.pcg-badge-20260414 {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.4;
}

.pcg-badge-mattel-20260414 {
  background: var(--pcg-accent-bg);
  color: var(--pcg-accent);
  border: 1px solid var(--pcg-accent-border);
}

.pcg-badge-year-20260414 {
  background: var(--pcg-surface-raised);
  color: var(--pcg-text-muted);
  border: 1px solid var(--pcg-border-light);
}

.pcg-badge-rarity-20260414 {
  background: color-mix(in srgb, var(--pcg-rarity-color) 10%, white);
  color: var(--pcg-rarity-color);
  border: 1px solid color-mix(in srgb, var(--pcg-rarity-color) 25%, white);
}

.pcg-badge-series-20260414 {
  background: #eef2ff;
  color: #6366f1;
  border: 1px solid #e0e7ff;
}

.pcg-car-description-20260414 {
  font-size: 0.95rem;
  color: var(--pcg-text);
  line-height: 1.65;
  margin: 0;
}

/* SEO description paragraphs (multi-paragraph HTML from generate_seo_description_engine.php) */
.pcg-car-description-20260414 .pcg-seo-desc-p-20260421 {
  color: var(--pcg-text);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0 0 0.85rem 0;
}

.pcg-car-description-20260414 .pcg-seo-desc-p-20260421:last-child {
  margin-bottom: 0;
}

.pcg-car-description-20260414 .pcg-seo-desc-p-20260421 strong {
  color: var(--pcg-text);
  font-weight: 600;
}

.pcg-car-description-20260414 .pcg-seo-desc-p-20260421 em {
  color: var(--pcg-text-secondary);
  font-style: italic;
}

.pcg-car-description-20260414 .pcg-seo-link-20260421 {
  color: #b91c1c;
  text-decoration: none;
  border-bottom: 1px solid rgba(185, 28, 28, 0.35);
  transition: border-color 0.15s ease, color 0.15s ease;
}

.pcg-car-description-20260414 .pcg-seo-link-20260421:hover {
  color: #7f1d1d;
  border-bottom-color: #b91c1c;
}

.pcg-car-hero-image-20260414 {
  background: var(--pcg-surface-raised);
  border: 1px solid var(--pcg-border-light);
  border-radius: var(--pcg-radius);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.pcg-flip-wrap-20260414 {
  perspective: 800px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  width: 220px;
  height: 320px;
  overflow: hidden;
}
.pcg-flip-inner-20260414 {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(.22, 1, .36, 1);
  transform-style: preserve-3d;
}

.pcg-flip-inner-20260414.pcg-flipped-20260414 {
  transform: rotateY(180deg);
}

.pcg-flip-front-20260414,
.pcg-flip-back-20260414 {
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: var(--pcg-radius);
  border: 2px solid var(--pcg-border-light);
  background: var(--pcg-surface-raised);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pcg-flip-front-20260414 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcg-flip-front-20260414 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pcg-flip-front-20260414::after {
  content: 'TAP';
  position: absolute;
  bottom: 4px;
  right: 6px;
  font-family: var(--pcg-font-display);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--pcg-text-muted);
  opacity: 0.4;
  pointer-events: none;
}

.pcg-flip-back-20260414 {
  transform: rotateY(180deg);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  border: 2px solid var(--pcg-accent);
  overflow: hidden;
}

.pcg-flip-back-img-20260414 {
  width: 50%;
  height: 50%;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid var(--pcg-border-light);
  background: var(--pcg-surface);
  flex-shrink: 0;
  margin-top: 2px;
}

.pcg-flip-back-ids-20260414 {
  text-align: center;
  font-family: var(--pcg-font-body);
  font-size: 0.78rem;
  color: var(--pcg-text-secondary);
  line-height: 1.5;
}

.pcg-flip-back-ids-20260414 strong {
  font-weight: 700;
  color: var(--pcg-text);
}

.pcg-flip-back-stats-20260414 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 5px 0;
  border-top: 1px solid var(--pcg-border-light);
  border-bottom: 1px solid var(--pcg-border-light);
}

.pcg-flip-stat-row-20260414 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: var(--pcg-font-body);
  font-size: 0.75rem;
  color: var(--pcg-text-secondary);
}

.pcg-flip-stat-row-20260414 span.pcg-flip-stat-num-20260414 {
  font-weight: 700;
  color: var(--pcg-accent);
  font-size: 0.95rem;
}

.pcg-flip-back-stats-wrap-20260414 {
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.pcg-flip-own-btn-20260414 {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 8px;
  font-family: var(--pcg-font-body);
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff !important;
  background: #c62828;
  text-decoration: none;
  text-align: center;
  transition: background 0.15s, transform 0.1s;
}

.pcg-flip-own-btn-20260414:hover {
  background: #b71c1c;
  color: #fff !important;
}

.pcg-flip-own-btn-20260414:active {
  transform: scale(0.96);
}

.pcg-value-grid-20260414 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}

.pcg-chart-card-20260414 {
  background: var(--pcg-surface-raised);
  border: 1px solid var(--pcg-border-light);
  border-radius: var(--pcg-radius);
  padding: 16px 16px 12px;
  overflow: hidden;
}

.pcg-chart-title-20260414 {
  font-family: var(--pcg-font-display);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--pcg-text-muted);
  margin-bottom: 12px;
}

.pcg-chart-wrap-20260414 {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pcg-chart-wrap-20260414 svg {
  display: block;
}

.pcg-value-card-20260414 {
  background: var(--pcg-surface);
  border: 1px solid var(--pcg-accent-border);
  border-radius: var(--pcg-radius);
  padding: 20px;
}

.pcg-value-label-20260414 {
  font-family: var(--pcg-font-display);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--pcg-text-muted);
  margin-bottom: 6px;
}

.pcg-value-price-20260414 {
  font-family: var(--pcg-font-display);
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--pcg-accent);
  line-height: 1;
}

.pcg-value-range-20260414 {
  font-size: 0.85rem;
  color: var(--pcg-text-muted);
  margin-top: 5px;
}

.pcg-value-confidence-20260414 {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  background: var(--pcg-surface-raised);
  color: var(--pcg-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 1px solid var(--pcg-border-light);
}

.pcg-value-divider-20260414 {
  height: 1px;
  background: var(--pcg-border-light);
  margin: 16px 0;
}

.pcg-value-future-row-20260414 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pcg-value-future-label-20260414 {
  font-size: 0.85rem;
  color: var(--pcg-text-muted);
}

.pcg-value-future-price-20260414 {
  font-family: var(--pcg-font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--pcg-text);
}

.pcg-cta-wrap-20260414 {
  margin-bottom: 24px;
  text-align: center;
}

.pcg-cta-btn-20260414 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  padding: 11px 28px !important;
  border-radius: 8px !important;
  font-family: var(--pcg-font-body);
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  min-height: 44px;
  cursor: pointer;
  border: none !important;
  background: #c62828 !important;
  color: #fff !important;
  transition: background 0.15s, transform 0.1s;
  -webkit-tap-highlight-color: transparent;
}

.pcg-cta-btn-20260414:hover {
  background: #b71c1c !important;
  color: #fff !important;
}

.pcg-cta-btn-20260414:active {
  transform: scale(0.97);
}

.pcg-cta-btn-20260414 svg {
  flex-shrink: 0;
}

.pcg-cta-hint-20260414 {
  text-align: center;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 8px;
}

.pcg-specs-card-20260414 {
  background: var(--pcg-surface);
  border: 1px solid var(--pcg-border-light);
  border-radius: var(--pcg-radius);
  overflow: hidden;
  margin-bottom: 24px;
}

.pcg-specs-card-20260414 table {
  width: 100%;
  border-collapse: collapse;
}

.pcg-specs-card-20260414 th,
.pcg-specs-card-20260414 td {
  padding: 8px 12px;
  font-size: 0.82rem;
  text-align: left;
  vertical-align: top;
}

.pcg-specs-card-20260414 th {
  width: 95px;
  color: #44403c;
  font-weight: 600;
  background: var(--pcg-surface-raised);
  border-right: 1px solid #f0eeea;
}

.pcg-specs-card-20260414 td {
  color: var(--pcg-text-secondary);
}

.pcg-specs-card-20260414 tr + tr {
  border-top: 1px solid #f5f3ef;
}

.pcg-section-heading-20260414 {
  font-family: var(--pcg-font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin: 32px 0 12px;
}

.pcg-variant-list-20260414 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 100%;
}

.pcg-variant-card-20260414 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: var(--pcg-surface);
  border: 1px solid var(--pcg-border);
  border-radius: var(--pcg-radius-sm);
  text-decoration: none;
  color: var(--pcg-text);
  min-height: 68px;
  min-width: 0;
  overflow: hidden;
  transition: background 0.15s, border-color 0.15s;
}

.pcg-variant-card-20260414:active {
  background: var(--pcg-surface-raised);
  border-color: var(--pcg-accent);
}

.pcg-variant-thumb-20260414 {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  object-fit: contain;
  background: var(--pcg-surface-raised);
  border: 1px solid var(--pcg-border-light);
  flex-shrink: 0;
}

.pcg-variant-thumb-empty-20260414 {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: var(--pcg-surface-raised);
  border: 1px solid var(--pcg-border-light);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcg-variant-thumb-empty-20260414 svg {
  opacity: 0.25;
}

.pcg-variant-info-20260414 {
  flex: 1;
  min-width: 0;
}

.pcg-variant-name-20260414 {
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pcg-variant-meta-20260414 {
  font-size: 0.75rem;
  color: var(--pcg-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 2px;
}

.pcg-variant-arrow-20260414 {
  color: var(--pcg-text-muted);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-left: auto;
}

.pcg-link-list-20260414 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 100%;
}

.pcg-link-item-20260414 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: var(--pcg-surface);
  border: 1px solid var(--pcg-border);
  border-radius: var(--pcg-radius-sm);
  text-decoration: none;
  color: var(--pcg-text);
  font-size: 0.9rem;
  font-weight: 500;
  min-height: 48px;
  min-width: 0;
  overflow: hidden;
  transition: background 0.15s, border-color 0.15s;
}

.pcg-link-item-20260414:active {
  background: var(--pcg-surface-raised);
  border-color: var(--pcg-accent);
}

.pcg-link-item-right-20260414 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 12px;
}

.pcg-link-item-mattel-20260414 {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--pcg-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pcg-link-item-arrow-20260414 {
  color: var(--pcg-text-muted);
  font-size: 1.1rem;
  margin-left: 8px;
}

.pcg-page-timestamp-20260414 {
  margin-top: 36px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
}

/* Ghost Checkbox */
.pcg-ghost-check-20260414 {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1.5px solid var(--pcg-border);
  background: var(--pcg-surface-raised);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  position: relative;
}

.pcg-ghost-check-20260414:active {
  transform: scale(0.92);
}

.pcg-ghost-check-20260414:hover {
  border-color: var(--pcg-accent);
  background: var(--pcg-accent-bg);
}

.pcg-ghost-check-20260414 svg {
  opacity: 0.18;
  transition: opacity 0.15s;
}

.pcg-ghost-check-20260414:hover svg {
  opacity: 0.35;
}

.pcg-ghost-check-20260414.pcg-trying-20260414 {
  background: var(--pcg-accent);
  border-color: var(--pcg-accent);
}

.pcg-ghost-check-20260414.pcg-trying-20260414 svg {
  opacity: 1;
  stroke: #fff;
}

@keyframes pcgPulseNudge {
  0% { box-shadow: 0 0 0 0 rgba(217, 119, 6, 0.5); }
  50% { box-shadow: 0 0 0 6px rgba(217, 119, 6, 0); }
  100% { box-shadow: 0 0 0 0 rgba(217, 119, 6, 0); }
}

.pcg-pulse-btn-20260414.pcg-nudge-20260414 {
  animation: pcgPulseNudge 0.8s ease-out;
}

/* Sticky Pulse Bar */
.pcg-pulse-bar-20260414 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: rgba(28, 25, 23, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 16px;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(.22, 1, .36, 1);
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
}

.pcg-pulse-bar-20260414.pcg-visible-20260414 {
  transform: translateY(0);
}

.pcg-pulse-ring-20260414 {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  position: relative;
}

.pcg-pulse-ring-20260414 svg {
  width: 36px;
  height: 36px;
  transform: rotate(-90deg);
}

.pcg-pulse-ring-track-20260414 {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 3;
}

.pcg-pulse-ring-fill-20260414 {
  fill: none;
  stroke: var(--pcg-accent);
  stroke-width: 3;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.6s cubic-bezier(.22, 1, .36, 1);
}

.pcg-pulse-ring-count-20260414 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--pcg-font-display);
  font-size: 0.65rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.pcg-pulse-info-20260414 {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.pcg-pulse-title-20260414 {
  font-family: var(--pcg-font-body);
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pcg-pulse-sub-20260414 {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pcg-pulse-btn-20260414 {
  flex-shrink: 0;
  padding: 7px 14px;
  border-radius: 6px;
  font-family: var(--pcg-font-body);
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background: var(--pcg-accent);
  border: none;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

.pcg-pulse-btn-20260414:hover {
  background: #b45309;
}

/* Micro-Modal */
.pcg-modal-overlay-20260415 {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}

.pcg-modal-overlay-20260415.pcg-modal-open-20260415 {
  display: flex;
}

.pcg-modal-sheet-20260415 {
  background: #fff;
  border-radius: 14px 14px 0 0;
  width: 100%;
  max-width: 360px;
  padding: 20px 24px 24px;
  position: relative;
  transform: translateY(16px);
  opacity: 0;
  transition: transform 0.28s cubic-bezier(.22, 1, .36, 1), opacity 0.18s;
}

.pcg-modal-open-20260415 .pcg-modal-sheet-20260415 {
  transform: translateY(0);
  opacity: 1;
}

.pcg-modal-handle-20260415 {
  width: 32px;
  height: 3.5px;
  border-radius: 2px;
  background: #d6d3cd;
  margin: 0 auto 14px;
}

.pcg-modal-title-20260415 {
  font-family: var(--pcg-font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--pcg-text);
  margin-bottom: 8px;
  line-height: 1.2;
}

.pcg-modal-desc-20260415 {
  font-family: var(--pcg-font-body);
  font-size: 0.84rem;
  color: #44403c;
  line-height: 1.55;
  margin-bottom: 20px;
}

.pcg-modal-cta-20260415 {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 11px 32px;
  border-radius: 8px;
  font-family: var(--pcg-font-body);
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff !important;
  background: #c62828;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.pcg-modal-cta-20260415:hover {
  background: #b71c1c;
}

.pcg-modal-cta-20260415:active {
  transform: scale(0.98);
}

.pcg-modal-skip-20260415 {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 0.76rem;
  color: var(--pcg-text-muted);
  cursor: pointer;
  border: none;
  background: none;
  padding: 6px;
  font-family: var(--pcg-font-body);
}

@media (min-width: 480px) {
  .pcg-modal-overlay-20260415 {
    align-items: center;
    padding: 20px;
  }

  .pcg-modal-sheet-20260415 {
    border-radius: 14px;
    max-width: 340px;
  }
}

@media (min-width: 720px) {
  .pcg-car-page-20260414 {
    padding: 24px 24px 60px;
  }

  .pcg-breadcrumb-20260414 {
    padding: 18px 24px 0;
  }

  .pcg-car-hero-text-20260414 {
    padding: 24px;
  }

  .pcg-car-heading-20260414 {
    font-size: 2.6rem;
  }

  .pcg-car-hero-image-20260414 img {
    max-height: 300px;
  }

  .pcg-value-grid-20260414 {
    flex-direction: row;
  }

  .pcg-chart-card-20260414 {
    flex: 1.3;
  }

  .pcg-value-card-20260414 {
    flex: 1;
  }

  .pcg-value-price-20260414 {
    font-size: 3rem;
  }

  .pcg-variant-list-20260414,
  .pcg-link-list-20260414 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pcg-variant-card-20260414:hover,
  .pcg-link-item-20260414:hover {
    background: var(--pcg-surface-raised);
    border-color: var(--pcg-accent);
  }
}
