html, body {
  cursor: url("taxi-cursor.svg") 16 16, auto;
}

a, button, .cta-primary, .cta-secondary, .call-btn {
  cursor: url("taxi-cursor.svg") 16 16, pointer;
}
:root{
  /* Taxi Yellow Theme */
  --yellow:#FFC400;
  --yellow-deep:#FFB300;
  --black:#0f0f0f;
  --ink:#121212;
  --bg:#fff8d6;
  --white:#ffffff;
  --line:#f0d36a;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
  line-height:1.6;
  background:var(--bg);
  color:var(--ink);
}

a{color:inherit}

/* ===== TAXI STRIPE BAR (black/yellow like real cabs) ===== */
.taxi-stripes{
  height:10px;
  background: repeating-linear-gradient(
    45deg,
    var(--black) 0px,
    var(--black) 12px,
    var(--yellow) 12px,
    var(--yellow) 24px
  );
}

/* NAV */
.nav{
  background:var(--black);
  color:var(--white);
  padding:14px 18px;
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:3px solid var(--yellow);
}
.nav-inner{
  max-width:1100px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.brand{
  font-weight:900;
  letter-spacing:.2px;
  white-space:nowrap;
}
.links{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.links a{
  text-decoration:none;
  opacity:.95;
}
.links a:hover{opacity:1}

/* Call button in nav */
.call-btn{
  background:var(--yellow);
  color:#000;
  padding:10px 14px;
  border-radius:8px;
  font-weight:900;
  border:2px solid rgba(0,0,0,.25);
}
.call-btn:hover{ background:var(--yellow-deep); }

/* HERO */
.hero{
  background:var(--yellow);
  color:#000;
  padding:56px 18px 40px;
  text-align:center;
  border-bottom:3px solid rgba(0,0,0,.15);
}
.hero-inner{
  max-width:980px;
  margin:0 auto;
}
h1{
  margin:0 0 12px;
  font-size:34px;
  line-height:1.15;
}
.subhead{
  margin:0 auto 18px;
  max-width:850px;
  opacity:.95;
}

/* CTAs */
.cta-row{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
  margin:18px 0 14px;
}
.cta-primary{
  display:inline-block;
  background:var(--black);
  color:#fff;
  padding:14px 18px;
  border-radius:10px;
  text-decoration:none;
  font-weight:900;
  border:2px solid rgba(255,255,255,.15);
}
.cta-primary:hover{ transform: translateY(-1px); }
.cta-secondary{
  display:inline-block;
  background:transparent;
  color:#000;
  padding:12px 18px;
  border-radius:10px;
  text-decoration:none;
  border:2px solid rgba(0,0,0,.28);
  font-weight:800;
}
.cta-secondary:hover{ background: rgba(255,255,255,.35); }

.trustline{
  margin:10px 0 18px;
  opacity:.95;
  font-weight:900;
}

.hero-img{
  width:92%;
  max-width:780px;
  border-radius:12px;
  margin:10px auto 0;
  display:block;
  border:3px solid rgba(0,0,0,.18);
  background:#fff;
}

/* PAGE HERO */
.page-hero{
  background:var(--yellow);
  color:#000;
  text-align:center;
  padding:44px 18px;
  border-bottom:3px solid rgba(0,0,0,.15);
}
.page-hero h1{margin:0 0 8px; font-size:32px}
.page-hero p{margin:0; opacity:.95}

/* SECTIONS */
.section{
  max-width:1100px;
  margin:0 auto;
  padding:52px 18px;
}
.section h2{
  margin:0 0 12px;
  font-size:26px;
  line-height:1.2;
}

/* DARK SECTIONS */
.section.dark{
  background:var(--black);
  color:#fff;
  max-width:none;
  border-top:3px solid var(--yellow);
  border-bottom:3px solid var(--yellow);
}
.section.dark > *{
  max-width:1100px;
  margin-left:auto;
  margin-right:auto;
}

.bullets{
  margin:14px auto 0;
  max-width:820px;
  text-align:left;
}
.bullets li{margin:8px 0}

/* TWO COL */
.two-col{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  margin-top:16px;
}
.box{
  background:#fff;
  border:1px solid #ece3b3;
  padding:16px;
  border-radius:12px;
}
.section.dark .box{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(
::contentReference[oaicite:0]{index=0}