@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600&family=Space+Grotesk:wght@500;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background-color: #0b0d10;
  color: #e2e8f0;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  padding-bottom: 90px;
}

.simple-switcher {
  position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%);
  background: rgba(15, 17, 21, 0.95); backdrop-filter: blur(16px);
  border: 1px solid rgba(249, 115, 22, 0.35); border-radius: 40px;
  padding: 8px 16px; display: flex; align-items: center; gap: 8px;
  z-index: 9999; max-width: 95vw; overflow-x: auto; box-shadow: 0 10px 30px rgba(0,0,0,0.8);
}
.simple-switcher span { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #f97316; font-weight: 600; white-space: nowrap; }
.simple-switcher a { color: #94a3b8; text-decoration: none; font-size: 12px; padding: 4px 10px; border-radius: 20px; white-space: nowrap; transition: 0.2s; }
.simple-switcher a:hover, .simple-switcher a.active { background: #f97316; color: #000; font-weight: 600; }

.moto-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 6%; border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.moto-logo { font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 700; color: #f97316; text-decoration: none; letter-spacing: 2px; }
.moto-logo span { font-size: 11px; color: #64748b; margin-left: 8px; font-family: 'Inter', sans-serif; }
.moto-menu { display: flex; gap: 28px; list-style: none; }
.moto-menu a { color: #94a3b8; text-decoration: none; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; transition: 0.2s; }
.moto-menu a:hover { color: #f97316; }

.btn-moto-orange {
  background: #f97316; color: #000; font-family: 'Space Grotesk', sans-serif;
  font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  padding: 12px 24px; border-radius: 4px; text-decoration: none; font-size: 13px; border: none; cursor: pointer; transition: 0.3s;
}
.btn-moto-orange:hover { background: #fb923c; transform: translateY(-1px); }
.btn-moto-steel {
  border: 1px solid rgba(255, 255, 255, 0.2); color: #e2e8f0; font-family: 'Space Grotesk', sans-serif;
  font-weight: 600; text-transform: uppercase; letter-spacing: 1px;
  padding: 12px 24px; border-radius: 4px; text-decoration: none; font-size: 13px; transition: 0.3s;
}
.btn-moto-steel:hover { background: rgba(255, 255, 255, 0.08); }

.moto-hero {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
  padding: 60px 6% 80px; max-width: 1400px; margin: 0 auto;
}
.moto-badge { font-family: 'Space Grotesk', sans-serif; font-size: 11px; letter-spacing: 2px; color: #f97316; font-weight: 700; text-transform: uppercase; }
.moto-hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: 64px; line-height: 0.95; letter-spacing: 1px; margin: 16px 0 20px; color: #fff; }
.moto-hero h1 em { font-style: normal; color: #f97316; }
.moto-hero p { font-size: 16px; color: #94a3b8; max-width: 500px; margin-bottom: 32px; }
.moto-hero-btns { display: flex; gap: 16px; }
.moto-hero-right img {
  width: 100%; height: 500px; object-fit: cover; border-radius: 8px;
  border: 1px solid rgba(249, 115, 22, 0.25); box-shadow: 0 20px 50px rgba(0,0,0,0.8);
}

.blueprint-section { padding: 80px 6%; max-width: 1400px; margin: 0 auto; }
.bp-header span { font-family: 'Space Grotesk', sans-serif; font-size: 11px; letter-spacing: 2px; color: #f97316; text-transform: uppercase; }
.bp-header h2 { font-family: 'Bebas Neue', sans-serif; font-size: 42px; letter-spacing: 1px; color: #fff; margin: 8px 0 36px; }
.bp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.bp-cell {
  background: #11141a; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 6px;
  padding: 24px; transition: 0.3s;
}
.bp-cell:hover { border-color: #f97316; transform: translateY(-3px); }
.bp-tag { font-family: 'Space Grotesk', sans-serif; font-size: 10px; letter-spacing: 1.5px; color: #f97316; }
.bp-cell h4 { font-family: 'Space Grotesk', sans-serif; font-size: 18px; color: #fff; margin: 10px 0 12px; }
.bp-cell p { font-size: 13px; color: #94a3b8; }

.builder-section { padding: 40px 6% 100px; max-width: 1300px; margin: 0 auto; }
.builder-card {
  background: #11141a; border: 1px solid rgba(249, 115, 22, 0.3); border-radius: 10px;
  padding: 44px; box-shadow: 0 20px 60px rgba(0,0,0,0.8);
}
.builder-title span { font-family: 'Space Grotesk', sans-serif; font-size: 11px; letter-spacing: 2px; color: #f97316; text-transform: uppercase; }
.builder-title h2 { font-family: 'Bebas Neue', sans-serif; font-size: 38px; letter-spacing: 1px; color: #fff; margin: 8px 0 10px; }
.builder-title p { font-size: 14px; color: #94a3b8; margin-bottom: 36px; }

.builder-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 36px; margin-bottom: 36px; }
.cfg-group { margin-bottom: 24px; }
.cfg-group label { display: block; font-size: 13px; color: #cbd5e1; margin-bottom: 10px; font-weight: 500; }
.pills-row { display: flex; gap: 8px; flex-wrap: wrap; }
.pill-btn {
  background: #181d26; border: 1px solid rgba(255, 255, 255, 0.12); color: #94a3b8;
  padding: 8px 16px; border-radius: 4px; font-size: 12px; cursor: pointer; transition: 0.2s; font-family: 'Space Grotesk', sans-serif;
}
.pill-btn.active, .pill-btn:hover { background: #f97316; color: #000; font-weight: 700; }

.telemetry-display {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; background: #0c0e12;
  border: 1px solid rgba(249, 115, 22, 0.2); border-radius: 8px; padding: 24px;
}
.tele-gauge { text-align: center; }
.t-lbl { font-size: 10px; letter-spacing: 1px; color: #64748b; font-family: 'Space Grotesk', sans-serif; display: block; margin-bottom: 6px; }
.t-val { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #fff; display: block; letter-spacing: 1px; }
.t-val.fire { color: #f97316; }
.t-sub { font-size: 11px; color: #94a3b8; }

.builder-cta { text-align: center; }
.moto-footer { text-align: center; padding: 40px 6%; border-top: 1px solid rgba(255, 255, 255, 0.08); color: #64748b; font-size: 13px; }

@media (max-width: 900px) {
  .moto-hero { grid-template-columns: 1fr; }
  .bp-grid { grid-template-columns: 1fr 1fr; }
  .builder-grid { grid-template-columns: 1fr; }
}
