:root{--accent:#f97316;--bg:#111;--muted:#6b7280;--container:1100px;font-family:Inter,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial;}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:#111}.container{max-width:var(--container);margin:0 auto;padding:20px;}.site-header{border-bottom:1px solid #eee;background:#fff}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:14px 20px}.logo{display:flex;align-items:center;gap:12px}.nav a{margin-left:14px;text-decoration:none;color:var(--muted)}.hero{padding:40px 0;text-align:left}.hero h1{font-size:32px;margin:0 0 8px}.hero p{color:var(--muted);margin:0 0 18px}.btn{background:var(--accent);color:white;padding:10px 16px;border-radius:8px;text-decoration:none}.btn-outline{border:1px solid var(--accent);color:var(--accent);padding:10px 16px;border-radius:8px;text-decoration:none;margin-left:8px}.cards h2{margin-top:30px}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:12px}.card{background:#fff;border:1px solid #eee;padding:12px;border-radius:10px}.card-img{height:140px;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#9ca3af;margin-bottom:10px}.price{font-weight:700;margin-top:8px}.site-footer{border-top:1px solid #eee;padding:18px 0;margin-top:30px;text-align:center;color:var(--muted)}@media (max-width:600px){.site-header .container{flex-direction:column;align-items:flex-start;gap:10px}.nav{display:flex;flex-wrap:wrap}.hero h1{font-size:26px}}table.geo{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse;}table.geo thead th,table.geo tbody td{white-space:nowrap;}@media (max-width:640px){table.geo thead th,table.geo tbody td{padding:8px 10px;font-size:14px;}}
.product table td {
  color: #eee !important;
}

.product table th {
  color: #fff !important;
}
.product .meta h1 {
  color: #fff !important;
}
header h1 {
  color: #fff !important;
  font-weight: 800;
  text-shadow: 0px 3px 10px rgba(0,0,0,0.7);
}

header p {
  color: #eee !important;
  text-shadow: 0px 2px 8px rgba(0,0,0,0.6);
}

header .btn {
  /*background: #ff6600 !important; /* KTM Orange */
  border-color: #ff6600 !important;
}
header .btn:hover {
  background: #ff6600 !important;
}