/* Collectable Cards Direct UK - Modern Clean Vault Theme */
:root {
  --bg-primary: #0b132b;
  --bg-secondary: #1c2541;
  --bg-card: #1e293b;
  --accent-blue: #0284c7;
  --accent-cyan: #38bdf8;
  --accent-gold: #f59e0b;
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --border-color: #334155;
  --success-green: #10b981;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: var(--bg-primary);
  color: var(--text-main);
  line-height: 1.6;
}

.top-bar {
  background: #070d1e;
  padding: 8px 32px;
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1e293b;
}

header {
  background: var(--bg-secondary);
  padding: 18px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 100;
}

.brand-box {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #0284c7, #38bdf8);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.4);
}

.brand-title h1 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.brand-title p {
  font-size: 12px;
  color: var(--accent-cyan);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

nav {
  display: flex;
  gap: 12px;
}

nav a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

nav a:hover, nav a.active {
  color: #ffffff;
  background: rgba(2, 132, 199, 0.2);
  border: 1px solid var(--accent-blue);
}

.hero-banner {
  background: linear-gradient(180deg, #1c2541 0%, #0b132b 100%);
  padding: 48px 32px;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
}

.hero-banner h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
  background: linear-gradient(90deg, #ffffff, #93c5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-banner p {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 820px;
  margin: 0 auto 24px auto;
}

.hero-badges-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-badge-pill {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  color: #e2e8f0;
}

.metrics-strip {
  background: #0f172a;
  padding: 24px 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--border-color);
}

.metric-item {
  text-align: center;
  padding: 10px;
  border-right: 1px solid #1e293b;
}

.metric-item:last-child {
  border-right: none;
}

.metric-item .val {
  font-size: 26px;
  font-weight: 700;
  color: var(--accent-cyan);
}

.metric-item .lbl {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 4px;
}

.content-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 24px;
}

.section-header {
  margin-bottom: 28px;
}

.section-header h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.section-header p {
  font-size: 14px;
  color: var(--text-muted);
}

/* Spotlight Card */
.spotlight-box {
  background: var(--bg-card);
  border: 2px solid var(--accent-blue);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.spotlight-images {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.spotlight-img-wrap {
  flex: 1;
  text-align: center;
  background: #0f172a;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
}

.spotlight-img-wrap img {
  width: 100%;
  max-height: 380px;
  object-fit: contain;
  border-radius: 8px;
}

.spotlight-img-wrap .caption {
  font-size: 12px;
  color: var(--accent-cyan);
  margin-top: 8px;
  font-weight: 600;
}

.spotlight-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.badge-flag {
  display: inline-block;
  background: #0284c7;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  width: fit-content;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.spotlight-details h4 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 12px;
  color: #ffffff;
}

.spotlight-meta-table {
  width: 100%;
  margin: 16px 0;
  border-collapse: collapse;
}

.spotlight-meta-table td {
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid #334155;
}

.spotlight-meta-table td.prop {
  color: var(--text-muted);
  width: 40%;
}

.spotlight-meta-table td.val {
  color: #f1f5f9;
  font-weight: 600;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-top: 16px;
}

.price-val {
  font-size: 32px;
  font-weight: 800;
  color: var(--accent-gold);
}

.in-stock-tag {
  background: rgba(16, 185, 129, 0.2);
  color: var(--success-green);
  border: 1px solid var(--success-green);
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
}

/* Secondary Cards Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.card-tile {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 20px;
  transition: transform 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
}

.card-tile:hover {
  transform: translateY(-4px);
  border-color: var(--accent-blue);
}

.card-tile h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}

.card-tile-meta {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 16px;
  flex: 1;
}

.card-tile-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-color);
  padding-top: 12px;
}

.card-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--accent-gold);
}

/* Reviews Page Styles */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 24px;
}

.review-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 24px;
}

.review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.review-author {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.review-loc {
  font-size: 12px;
  color: var(--accent-cyan);
}

.stars {
  color: #10b981;
  font-size: 16px;
  margin-bottom: 12px;
}

.review-text {
  font-size: 14px;
  color: #cbd5e1;
  margin-bottom: 14px;
  line-height: 1.5;
}

.review-verified {
  font-size: 12px;
  color: var(--text-muted);
  border-top: 1px solid #334155;
  padding-top: 8px;
}

/* Sales Page Styles */
.sales-table-box {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 24px;
}

.sales-table {
  width: 100%;
  border-collapse: collapse;
}

.sales-table th {
  background: #0f172a;
  padding: 14px 16px;
  font-size: 13px;
  text-align: left;
  color: var(--text-muted);
  font-weight: 600;
  border-bottom: 1px solid var(--border-color);
}

.sales-table td {
  padding: 14px 16px;
  font-size: 14px;
  border-bottom: 1px solid #334155;
  color: #e2e8f0;
}

.sales-table tr:hover {
  background: rgba(255, 255, 255, 0.02);
}

.status-badge-delivered {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

/* Footer */
footer {
  background: #070d1e;
  border-top: 1px solid var(--border-color);
  padding: 48px 32px 24px 32px;
  margin-top: 60px;
}

.footer-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #1e293b;
}

.footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #ffffff;
}

.footer-col p, .footer-col li {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.8;
  list-style: none;
}

.footer-bottom {
  max-width: 1280px;
  margin: 24px auto 0 auto;
  font-size: 12px;
  color: #64748b;
  text-align: center;
}
