/* ============================================
   CHRISTIE PROJECTOR REPAIR UK
   Premium Static Site — Hand-Coded CSS
   ============================================ */

/* ---- CSS Custom Properties ---- */
:root {
  /* Palette — warm ivory, not cold blue */
  --bg-primary: #f6f4f0;
  --bg-warm: #f0ece5;
  --bg-cream: #faf9f6;
  --bg-white: #ffffff;
  --bg-navy: #0a1628;
  --bg-navy-deep: #060e1a;

  /* Text */
  --text-primary: #1a2332;
  --text-secondary: #4a5568;
  --text-muted: #8896a4;
  --text-light: #ffffff;
  --text-light-muted: rgba(255, 255, 255, 0.6);

  /* Accent */
  --gold: #c8a45c;
  --gold-light: #d4b76e;
  --gold-pale: rgba(200, 164, 92, 0.12);
  --navy: #0a1628;

  /* Borders & Shadows */
  --border-subtle: rgba(26, 35, 50, 0.08);
  --border-light: rgba(255, 255, 255, 0.1);
  --shadow-sm: 0 1px 3px rgba(10, 22, 40, 0.04);
  --shadow-md: 0 4px 20px rgba(10, 22, 40, 0.06);
  --shadow-lg: 0 12px 40px rgba(10, 22, 40, 0.08);
  --shadow-xl: 0 24px 60px rgba(10, 22, 40, 0.12);

  /* Spacing */
  --container: 1600px;
  --radius: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.25rem;

  /* Transitions */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Segoe UI Variable', 'Segoe UI', Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400; line-height: 1.7; color: var(--text-primary);
  background-color: var(--bg-primary); -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; color: var(--text-primary); }
h1 { font-size: clamp(2rem, 4vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.125rem, 2vw, 1.5rem); }
a { color: var(--gold); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--gold-light); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }

/* ---- Skip Link (Accessibility) ---- */
.skip-link {
  position: absolute; top: -100%; left: 0; z-index: 9999;
  background: var(--navy); color: var(--text-light); padding: 12px 20px;
  font-weight: 600; border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { top: 0; }

/* ---- Container ---- */
.container {
  width: 100%; max-width: var(--container); margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) { .container { padding: 0 48px; } }
@media (min-width: 1280px) { .container { padding: 0 64px; } }

/* ---- Top Bar ---- */
.top-bar {
  background: var(--bg-navy); color: var(--text-light-muted);
  font-size: 12px; border-bottom: 1px solid var(--border-light);
}
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; flex-wrap: wrap; gap: 8px; }
.top-bar a { color: var(--text-light); font-weight: 600; }
.top-bar a:hover { color: var(--gold); }
.top-bar-sep { color: var(--border-light); margin: 0 8px; }
.top-bar-link { color: rgba(255,255,255,0.5); font-size: 12px; }
.top-bar-link:hover { color: var(--text-light); }

/* ---- Navigation ---- */
.site-nav {
  background: var(--bg-primary); position: sticky; top: 0; z-index: 50;
  transition: background 0.4s, box-shadow 0.4s;
}
.site-nav.scrolled { background: rgba(246, 244, 240, 0.95); backdrop-filter: blur(12px); box-shadow: var(--shadow-md); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark { width: 40px; height: 40px; background: var(--navy); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.logo-mark span { color: var(--gold); font-weight: 700; font-size: 14px; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-brand { font-weight: 700; font-size: 14px; letter-spacing: 0.08em; color: var(--text-primary); }
.logo-tag { font-size: 9px; letter-spacing: 0.18em; color: var(--text-muted); text-transform: uppercase; font-weight: 500; }

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-link {
  font-size: 12px; font-weight: 500; letter-spacing: 0.02em;
  color: var(--text-secondary); padding: 8px 12px; border-radius: var(--radius);
  transition: all 0.3s var(--ease);
  white-space: nowrap;
}
.nav-link:hover { color: var(--text-primary); background: rgba(255,255,255,0.6); text-decoration: none; }
.nav-link.active { color: var(--navy); background: var(--gold-pale); }
.nav-cta {
  font-size: 12px; font-weight: 600; color: var(--text-light);
  background: var(--navy); padding: 10px 18px; border-radius: var(--radius);
  margin-left: 10px; transition: all 0.3s; border: none;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--bg-navy-deep); color: var(--text-light); text-decoration: none; }

/* Tablet: slightly tighter nav */
@media (max-width: 1200px) {
  .nav-link { font-size: 11px; padding: 8px 10px; }
  .nav-cta { font-size: 11px; padding: 10px 14px; margin-left: 8px; }
}

/* Mobile menu */
.menu-toggle { display: none; background: none; border: none; padding: 8px; }
@media (max-width: 1024px) {
  .nav-links { display: none; position: fixed; inset: 0; top: 72px; background: var(--bg-primary); padding: 24px; flex-direction: column; align-items: stretch; gap: 4px; z-index: 40; }
  .nav-links.open { display: flex; }
  .nav-link { font-size: 18px; padding: 14px 16px; border-bottom: 1px solid var(--border-subtle); border-radius: 0; white-space: normal; }
  .nav-cta { margin-left: 0; margin-top: 16px; text-align: center; justify-content: center; font-size: 16px; }
  .menu-toggle { display: block; }
}

/* ---- Section Labels ---- */
.section-label {
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--gold); display: flex; align-items: center; gap: 8px; margin-bottom: 16px;
}
.section-label::before { content: ''; width: 24px; height: 2px; background: var(--gold); border-radius: 1px; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px;
  font-size: 14px; font-weight: 600; border-radius: var(--radius); border: none;
  cursor: pointer; transition: all 0.3s var(--ease); text-decoration: none;
}
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(200, 164, 92, 0.3); color: var(--navy); text-decoration: none; }
.btn-outline { background: transparent; color: var(--text-primary); border: 1px solid var(--border-subtle); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); text-decoration: none; }
.btn-outline-light { background: transparent; color: var(--text-light); border: 1px solid var(--border-light); }
.btn-outline-light:hover { background: rgba(255,255,255,0.08); color: var(--text-light); text-decoration: none; }

/* ---- Cards ---- */
.card {
  background: var(--bg-white); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); border: 1px solid var(--border-subtle);
  transition: box-shadow 0.4s, transform 0.4s;
}
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.card-body { padding: 32px; }

/* ---- Hero ---- */
.hero { background: linear-gradient(145deg, #faf9f6 0%, #f5f2ec 40%, #ede9e1 100%); position: relative; overflow: hidden; }
.hero-pattern { position: absolute; inset: 0; opacity: 0.03; background-image: radial-gradient(circle at 1px 1px, #1a2332 1px, transparent 0); background-size: 40px 40px; pointer-events: none; }
.hero-card { background: var(--bg-white); border-radius: var(--radius-xl); box-shadow: var(--shadow-xl); border: 1px solid var(--border-subtle); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1fr 1fr; } }
.hero-content { padding: 48px 32px; display: flex; flex-direction: column; justify-content: center; }
@media (min-width: 1024px) { .hero-content { padding: 64px 56px; } }
.hero-image { position: relative; min-height: 320px; }
.hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(255,255,255,0.3), transparent); }
.hero-stats { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--border-subtle); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stat-value { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 700; color: var(--navy); }
.stat-value span { color: var(--gold); }
.stat-label { font-size: 12px; color: var(--text-muted); margin-top: 4px; }

/* ---- Sections ---- */
.section { padding: 80px 0; }
@media (min-width: 1024px) { .section { padding: 120px 0; } }
.section-ivory { background: var(--bg-primary); }
.section-warm { background: linear-gradient(180deg, #ede9e1 0%, #f0ece5 100%); }
.section-cream { background: var(--bg-cream); }
.section-navy { background: var(--bg-navy); color: var(--text-light); }
.section-navy h1, .section-navy h2, .section-navy h3 { color: var(--text-light); }

/* ---- Services Grid ---- */
.grid-3 { display: grid; gap: 24px; }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.grid-4 { display: grid; gap: 20px; }
@media (min-width: 768px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }
.grid-2 { display: grid; gap: 24px; }
@media (min-width: 768px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } }

/* ---- Feature List ---- */
.feature-item { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--border-subtle); }
.feature-icon { width: 48px; height: 48px; background: var(--gold-pale); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feature-icon svg { color: var(--gold); }

/* ---- Process Steps ---- */
.step { display: flex; gap: 20px; }
.step-num { font-size: 32px; font-weight: 700; color: var(--gold); font-family: 'JetBrains Mono', monospace; line-height: 1; flex-shrink: 0; }

/* ---- CTA Section ---- */
.cta-navy { background: var(--bg-navy); text-align: center; padding: 80px 0; position: relative; overflow: hidden; }
.cta-navy::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 600px; height: 300px; background: var(--gold); opacity: 0.04; border-radius: 50%; filter: blur(60px); pointer-events: none; }

/* ---- Forms ---- */
.form-group { margin-bottom: 24px; }
.form-label { display: block; font-size: 14px; font-weight: 500; color: var(--text-primary); margin-bottom: 6px; }
.form-input, .form-select, .form-textarea {
  width: 100%; padding: 12px 16px; border: 1px solid var(--border-subtle);
  border-radius: var(--radius); background: var(--bg-white); font-size: 14px;
  color: var(--text-primary); transition: border-color 0.2s, box-shadow 0.2s;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-pale); }
.form-textarea { resize: vertical; min-height: 100px; }
.form-checkbox { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.form-checkbox input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--gold); }
.form-honeypot { position: absolute; left: -9999px; opacity: 0; }

/* ---- Footer ---- */
.site-footer { background: var(--bg-navy-deep); color: var(--text-light); }
.footer-top { height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0.4; }
.footer-grid { display: grid; gap: 48px; padding: 80px 0; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 3fr 2fr 2fr 2fr; } }
.footer-brand-desc { font-size: 14px; color: var(--text-light-muted); line-height: 1.7; margin: 24px 0; max-width: 360px; }
.footer-heading { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.3); margin-bottom: 20px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,0.5); }
.footer-links a:hover { color: var(--gold); text-decoration: none; }
.footer-phone { display: flex; align-items: center; gap: 8px; color: var(--gold); font-weight: 600; font-size: 14px; }
.footer-phone:hover { color: var(--gold-light); text-decoration: none; }
.footer-bottom { padding: 24px 0; border-top: 1px solid var(--border-light); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.3); }

/* ---- Ticker ---- */
.ticker-wrap { height: 320px; overflow: hidden; position: relative; }
.ticker-fade-top, .ticker-fade-bottom { position: absolute; left: 0; right: 0; height: 32px; z-index: 2; pointer-events: none; }
.ticker-fade-top { top: 0; background: linear-gradient(to bottom, var(--bg-navy-deep), transparent); }
.ticker-fade-bottom { bottom: 0; background: linear-gradient(to top, var(--bg-navy-deep), transparent); }
.ticker-scroll { will-change: transform; }
.ticker-item { display: flex; align-items: flex-start; gap: 10px; padding: 8px 4px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.ticker-item svg { color: var(--gold); opacity: 0.5; flex-shrink: 0; margin-top: 2px; }
.ticker-model { font-size: 11px; color: rgba(255,255,255,0.7); font-weight: 500; }
.ticker-meta { font-size: 10px; color: rgba(255,255,255,0.3); }

/* ---- Image Banner ---- */
.img-banner { position: relative; height: 400px; overflow: hidden; }
@media (min-width: 1024px) { .img-banner { height: 500px; } }
.img-banner img { width: 100%; height: 100%; object-fit: cover; }
.img-banner-overlay { position: absolute; inset: 0; background: var(--navy); opacity: 0.6; }
.img-banner-content { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 24px; }

/* ---- Breadcrumbs ---- */
.breadcrumbs { font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }
.breadcrumbs a { color: var(--gold); }
.breadcrumbs a:hover { text-decoration: underline; }

/* ---- Table ---- */
.data-table { width: 100%; background: var(--bg-white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--border-subtle); }
.data-table-header { display: grid; padding: 16px 20px; background: var(--navy); color: var(--text-light); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
.data-table-row { display: grid; padding: 16px 20px; font-size: 14px; border-bottom: 1px solid var(--border-subtle); }
.data-table-row:nth-child(even) { background: var(--bg-primary); }

/* ---- Utility ---- */
.text-center { text-align: center; }
.flex { display: flex; }
.items-center { align-items: center; }
.gap-2 { gap: 8px; }
.gap-3 { gap: 12px; }
.mb-4 { margin-bottom: 16px; }
.mb-6 { margin-bottom: 24px; }
.mb-8 { margin-bottom: 32px; }
.mb-12 { margin-bottom: 48px; }
.mt-8 { margin-top: 32px; }
.max-w-2xl { max-width: 42rem; }
.max-w-xl { max-width: 36rem; }
.max-w-lg { max-width: 32rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.flex-wrap { flex-wrap: wrap; }
.justify-center { justify-content: center; }

/* ---- Case Studies Grid ---- */
.case-inner { display: grid; grid-template-columns: 280px 1fr; }
@media (max-width: 900px) { .case-inner { grid-template-columns: 1fr; } }

/* ============================================
   COOKIE CONSENT BANNER
   ============================================ */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;
  background: var(--bg-navy); color: var(--text-light);
  border-top: 1px solid var(--border-light);
  padding: 20px 24px;
  transform: translateY(100%); transition: transform 0.5s var(--ease);
}
.cookie-banner.visible { transform: translateY(0); }
.cookie-banner-inner {
  max-width: var(--container); margin: 0 auto;
  display: flex; gap: 24px; align-items: center; justify-content: space-between;
  flex-wrap: wrap;
}
.cookie-banner p { font-size: 13px; color: var(--text-light-muted); line-height: 1.6; max-width: 700px; }
.cookie-banner p a { color: var(--gold); text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 8px; flex-shrink: 0; flex-wrap: wrap; }
.cookie-btn {
  padding: 10px 20px; font-size: 13px; font-weight: 600; border-radius: var(--radius);
  border: none; cursor: pointer; transition: all 0.3s; font-family: inherit;
}
.cookie-btn-accept { background: var(--gold); color: var(--navy); }
.cookie-btn-accept:hover { background: var(--gold-light); }
.cookie-btn-reject { background: transparent; color: var(--text-light); border: 1px solid var(--border-light); }
.cookie-btn-reject:hover { background: rgba(255,255,255,0.08); }
.cookie-btn-manage { background: transparent; color: var(--text-light-muted); font-size: 12px; padding: 10px 14px; }
.cookie-btn-manage:hover { color: var(--text-light); }

/* Cookie Preferences Modal */
.cookie-modal { position: fixed; inset: 0; z-index: 1001; display: none; align-items: center; justify-content: center; }
.cookie-modal.open { display: flex; }
.cookie-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.cookie-modal-content {
  background: var(--bg-white); border-radius: var(--radius-lg); max-width: 500px; width: 90%;
  max-height: 80vh; overflow-y: auto; position: relative; box-shadow: var(--shadow-xl);
  padding: 32px;
}
.cookie-modal h3 { font-size: 20px; margin-bottom: 8px; }
.cookie-modal p { font-size: 14px; color: var(--text-secondary); margin-bottom: 24px; }
.cookie-pref-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 0; border-bottom: 1px solid var(--border-subtle);
}
.cookie-pref-item:last-child { border-bottom: none; }
.cookie-pref-label { font-weight: 600; font-size: 14px; }
.cookie-pref-desc { font-size: 12px; color: var(--text-muted); margin-top: 2px; }
/* Toggle */
.c-toggle { display: flex; align-items: center; cursor: pointer; }
.c-toggle input { display: none; }
.c-toggle-track { width: 44px; height: 24px; background: var(--border-subtle); border-radius: 12px; position: relative; transition: background 0.2s; }
.c-toggle-track::after { content: ''; position: absolute; width: 20px; height: 20px; background: white; border-radius: 50%; top: 2px; left: 2px; transition: transform 0.2s; box-shadow: 0 1px 3px rgba(0,0,0,0.15); }
.c-toggle input:checked + .c-toggle-track { background: var(--gold); }
.c-toggle input:checked + .c-toggle-track::after { transform: translateX(20px); }
.c-toggle input:disabled + .c-toggle-track { opacity: 0.5; }

/* ============================================
   FAQ ACCORDION
   ============================================ */
.faq-item { border-bottom: 1px solid var(--border-subtle); }
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0; cursor: pointer; gap: 16px;
  transition: color 0.2s;
}
.faq-question:hover { color: var(--gold); }
.faq-question h3 { font-size: 16px; font-weight: 500; margin: 0; }
.faq-icon {
  width: 24px; height: 24px; flex-shrink: 0; position: relative;
  transition: transform 0.3s var(--ease);
}
.faq-icon::before, .faq-icon::after {
  content: ''; position: absolute; background: currentColor; border-radius: 1px;
  transition: transform 0.3s var(--ease);
}
.faq-icon::before { width: 12px; height: 2px; top: 11px; left: 6px; }
.faq-icon::after { width: 2px; height: 12px; top: 6px; left: 11px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease), padding 0.4s var(--ease);
}
.faq-item.open .faq-answer { max-height: 400px; padding-bottom: 20px; }
.faq-answer p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials-grid { display: grid; gap: 24px; }
@media (min-width: 768px) { .testimonials-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }
.testimonial-card {
  background: var(--bg-white); border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle); padding: 32px;
  transition: box-shadow 0.4s, transform 0.4s;
}
.testimonial-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.testimonial-stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; margin-bottom: 16px; }
.testimonial-text { font-size: 14px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 40px; height: 40px; border-radius: 50%; background: var(--gold-pale);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px; color: var(--gold);
}
.testimonial-name { font-weight: 600; font-size: 14px; }
.testimonial-meta { font-size: 12px; color: var(--text-muted); }

/* ============================================
   REPAIR STATUS TRACKER
   ============================================ */
.tracker-form { max-width: 500px; margin: 0 auto; }
.tracker-result { margin-top: 48px; }
.tracker-steps { display: flex; gap: 0; margin-bottom: 40px; position: relative; }
.tracker-step {
  flex: 1; text-align: center; position: relative; padding-top: 36px;
}
.tracker-step::before {
  content: ''; position: absolute; top: 12px; left: 50%; width: 100%; height: 3px;
  background: var(--border-subtle); z-index: 0;
}
.tracker-step:last-child::before { display: none; }
.tracker-step-dot {
  width: 28px; height: 28px; border-radius: 50%; background: var(--bg-white);
  border: 3px solid var(--border-subtle); position: absolute; top: 0; left: 50%;
  transform: translateX(-50%); z-index: 1; display: flex; align-items: center;
  justify-content: center; font-size: 12px; font-weight: 700; color: var(--text-muted);
  transition: all 0.4s var(--ease);
}
.tracker-step.active .tracker-step-dot { border-color: var(--gold); background: var(--gold); color: var(--navy); }
.tracker-step.complete .tracker-step-dot { border-color: var(--gold); background: var(--gold); color: var(--navy); }
.tracker-step.complete::before { background: var(--gold); }
.tracker-step-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); margin-top: 8px; }
.tracker-step.active .tracker-step-label { color: var(--text-primary); }
.tracker-detail-grid { display: grid; gap: 16px; }
@media (min-width: 768px) { .tracker-detail-grid { grid-template-columns: repeat(2, 1fr); } }
.tracker-detail-item { background: var(--bg-white); border-radius: var(--radius); padding: 20px; border: 1px solid var(--border-subtle); }
.tracker-detail-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 4px; }
.tracker-detail-value { font-size: 15px; font-weight: 600; color: var(--text-primary); }
.tracker-status-badge {
  display: inline-flex; padding: 6px 16px; border-radius: 999px; font-size: 13px;
  font-weight: 600;
}
.tracker-status-new { background: rgba(251, 191, 36, 0.1); color: #b45309; }
.tracker-status-in_progress { background: rgba(96, 165, 250, 0.1); color: #1d4ed8; }
.tracker-status-completed { background: rgba(52, 211, 153, 0.1); color: #15803d; }
.tracker-status-cancelled { background: rgba(248, 113, 113, 0.1); color: #b91c1c; }

/* ============================================
   404 ERROR PAGE
   ============================================ */
.error-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 48px 24px; }
.error-code { font-size: clamp(6rem, 15vw, 12rem); font-weight: 700; color: var(--gold); line-height: 1; letter-spacing: -0.04em; opacity: 0.3; }
.error-title { font-size: clamp(1.5rem, 3vw, 2.5rem); margin: 16px 0 12px; }
.error-desc { color: var(--text-secondary); max-width: 480px; margin: 0 auto 32px; }
.error-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---- Print ---- */
@media print {
  .site-nav, .top-bar, .menu-toggle { display: none; }
  body { background: white; color: black; }
}
