:root {
  --blue: #2563eb;
  --blue-dark: #1e3a5f;
  --blue-light: #eff6ff;
  --sky: #0ea5e9;
  --green: #16a34a;
  --green-light: #dcfce7;
  --amber: #d97706;
  --amber-light: #fef3c7;
  --text: #1e293b;
  --muted: #64748b;
  --border: #e2e8f0;
  --white: #ffffff;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 24px; height: 64px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; color: var(--blue-dark); text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { text-decoration: none; color: var(--muted); font-size: 14px; font-weight: 500; transition: color .2s; padding: 4px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover { color: var(--blue); }
.nav-links a.active { color: var(--blue); border-bottom-color: var(--blue); }
.nav-cta {
  background: var(--blue); color: white; padding: 10px 22px; border-radius: 999px;
  text-decoration: none; font-size: 14px; font-weight: 600; transition: background .2s;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--blue-dark); color: white; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: .3s; }

/* HERO (home page, full) */
.hero {
  min-height: 100vh; padding: 100px 24px 60px;
  background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 55%, #0ea5e9 100%);
  display: flex; align-items: center; justify-content: center; text-align: center;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-content { position: relative; max-width: 760px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.25);
  color: white; padding: 8px 18px; border-radius: 999px; font-size: 13px; font-weight: 600;
  margin-bottom: 28px; backdrop-filter: blur(8px);
}
.hero h1 { font-size: clamp(40px, 7vw, 76px); font-weight: 900; color: white; line-height: 1.05; letter-spacing: -2px; margin-bottom: 20px; }
.hero h1 span { color: #fbbf24; }
.hero p { font-size: clamp(16px, 2.5vw, 20px); color: rgba(255,255,255,0.85); max-width: 540px; margin: 0 auto 40px; line-height: 1.6; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-phones { margin-top: 60px; display: flex; justify-content: center; gap: 20px; align-items: flex-end; }
.phone-mock {
  width: 160px; height: 290px; background: rgba(255,255,255,0.12);
  border-radius: 24px; border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 60px; backdrop-filter: blur(8px);
}
.phone-mock.center { width: 190px; height: 340px; transform: translateY(-24px); }

/* SUB-HERO (internal pages: Ride/Drive/Cities/About/Safety/Contact) */
.subhero {
  padding: 130px 24px 70px;
  background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 55%, #0ea5e9 100%);
  text-align: center; position: relative; overflow: hidden;
}
.subhero::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.subhero-content { position: relative; max-width: 700px; margin: 0 auto; }
.subhero h1 { font-size: clamp(32px, 5vw, 52px); font-weight: 900; color: white; line-height: 1.1; letter-spacing: -1px; margin-bottom: 16px; }
.subhero h1 span { color: #fbbf24; }
.subhero p { font-size: clamp(15px, 2vw, 18px); color: rgba(255,255,255,0.85); max-width: 540px; margin: 0 auto; line-height: 1.6; }

.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: white; color: var(--blue-dark); padding: 16px 32px;
  border-radius: 14px; font-weight: 700; font-size: 16px; text-decoration: none;
  transition: transform .2s, box-shadow .2s; box-shadow: 0 4px 24px rgba(0,0,0,0.2);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.25); }
.btn-secondary {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.15); color: white; padding: 16px 32px;
  border-radius: 14px; font-weight: 600; font-size: 16px; text-decoration: none;
  border: 1px solid rgba(255,255,255,0.3); transition: background .2s;
  backdrop-filter: blur(8px);
}
.btn-secondary:hover { background: rgba(255,255,255,0.25); }

/* STATS */
.stats { padding: 60px 24px; background: var(--blue-light); }
.stats-inner { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.stat-item .value { font-size: 42px; font-weight: 900; color: var(--blue); }
.stat-item .label { font-size: 13px; color: var(--muted); margin-top: 4px; font-weight: 500; }

/* SECTION BASE */
section { padding: 80px 24px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-tag { display: inline-block; background: var(--blue-light); color: var(--blue); padding: 6px 16px; border-radius: 999px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.section-title { font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: var(--text); margin-bottom: 12px; letter-spacing: -0.5px; }
.section-sub { font-size: 17px; color: var(--muted); max-width: 560px; line-height: 1.6; }
.center-text { text-align: center; }
.center-text .section-sub { margin: 0 auto; }
.how-bg { background: #f8fafc; }

/* SERVICES */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.services-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.service-card {
  border-radius: 20px; padding: 32px 28px;
  border: 1px solid var(--border); transition: transform .2s, box-shadow .2s;
  background: white; cursor: default;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(37,99,235,0.12); border-color: var(--blue); }
.service-icon { font-size: 44px; margin-bottom: 16px; }
.service-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.service-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }
.service-tag { display: inline-block; margin-top: 14px; padding: 4px 12px; border-radius: 999px; font-size: 11px; font-weight: 600; background: var(--blue-light); color: var(--blue); }

/* HOW IT WORKS */
.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 48px; align-items: start; }
.steps.single-col { grid-template-columns: 1fr; max-width: 640px; margin-left: auto; margin-right: auto; }
.steps-col h3 { font-size: 20px; font-weight: 700; margin-bottom: 28px; display: flex; align-items: center; gap: 10px; }
.step { display: flex; gap: 16px; margin-bottom: 28px; }
.step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: white; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; flex-shrink: 0; }
.step-content h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.step-content p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* FEATURES */
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 48px; }
.feature-item { display: flex; gap: 16px; padding: 24px; border-radius: 16px; background: white; border: 1px solid var(--border); align-items: flex-start; }
.feature-icon-wrap { width: 48px; height: 48px; border-radius: 12px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.feature-item h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.feature-item p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* DRIVER CTA */
.driver-section {
  background: linear-gradient(135deg, #1e3a5f, #2563eb);
  border-radius: 28px; padding: 60px 48px;
  display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
}
.driver-section h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 800; color: white; margin-bottom: 12px; }
.driver-section p { color: rgba(255,255,255,0.8); font-size: 16px; line-height: 1.6; max-width: 480px; }
.driver-perks { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.driver-perk { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.9); font-size: 14px; }
.perk-check { width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; }
.btn-white { background: white; color: var(--blue-dark); padding: 16px 32px; border-radius: 14px; font-weight: 700; font-size: 16px; text-decoration: none; white-space: nowrap; display: inline-block; transition: transform .2s; }
.btn-white:hover { transform: translateY(-2px); }

/* EARNINGS (drive page) */
.earnings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.earnings-card { border-radius: 20px; padding: 32px 28px; text-align: center; border: 2px solid var(--border); }
.earnings-card.highlight { border-color: var(--blue); background: var(--blue-light); }
.earnings-card .pct { font-size: 48px; font-weight: 900; color: var(--blue); }
.earnings-card h4 { font-size: 16px; font-weight: 700; margin: 8px 0; }
.earnings-card p { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* DOWNLOAD */
.download-section { background: var(--blue-light); text-align: center; }
.store-badges { display: flex; gap: 16px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.store-badge {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--text); color: white; padding: 14px 28px; border-radius: 14px;
  text-decoration: none; transition: transform .2s, background .2s;
}
.store-badge:hover { transform: translateY(-2px); background: var(--blue-dark); }
.store-badge .badge-icon { font-size: 28px; }
.store-badge .badge-text small { display: block; font-size: 10px; opacity: 0.7; text-transform: uppercase; letter-spacing: 0.5px; }
.store-badge .badge-text strong { display: block; font-size: 16px; font-weight: 700; }
.coming-soon { display: inline-block; margin-top: 16px; padding: 8px 20px; background: white; border-radius: 999px; font-size: 13px; color: var(--muted); border: 1px solid var(--border); }

/* COVERAGE */
.coverage-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 40px; }
@media (max-width: 900px) { .coverage-grid { grid-template-columns: repeat(3,1fr); } }
.city-card { border-radius: 16px; padding: 24px 20px; text-align: center; background: white; border: 1px solid var(--border); transition: border-color .2s, transform .2s; }
.city-card:hover { border-color: var(--blue); transform: translateY(-3px); }
.city-icon { font-size: 36px; margin-bottom: 10px; }
.city-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.city-card p { font-size: 12px; color: var(--muted); }
.city-status { display: inline-block; margin-top: 8px; padding: 3px 10px; border-radius: 999px; font-size: 11px; font-weight: 600; }
.status-live { background: var(--green-light); color: var(--green); }
.status-soon { background: var(--amber-light); color: var(--amber); }

/* ABOUT page */
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-story-visual { background: var(--blue-light); border-radius: 24px; padding: 60px; text-align: center; font-size: 100px; }
.about-story h2 { font-size: clamp(26px,3.5vw,36px); font-weight: 800; margin-bottom: 16px; }
.about-story p { color: var(--muted); font-size: 15px; line-height: 1.75; margin-bottom: 14px; }
.founder-card { display: flex; gap: 20px; align-items: center; margin-top: 32px; padding: 24px; background: white; border: 1px solid var(--border); border-radius: 16px; }
.founder-avatar { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg,var(--blue),var(--sky)); display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 800; color: white; flex-shrink: 0; }
.founder-card h4 { font-size: 15px; font-weight: 700; }
.founder-card p { font-size: 13px; color: var(--muted); margin: 0; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.value-card { text-align: center; padding: 28px 20px; }
.value-card .icon { font-size: 40px; margin-bottom: 12px; }
.value-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.value-card p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* SAFETY page */
.safety-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
.safety-card { border-radius: 20px; padding: 32px; border: 1px solid var(--border); background: white; }
.safety-card .icon-wrap { width: 56px; height: 56px; border-radius: 14px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 16px; }
.safety-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.safety-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }
.emergency-banner { background: linear-gradient(135deg,#dc2626,#ef4444); border-radius: 24px; padding: 40px 48px; color: white; display: flex; align-items: center; gap: 32px; justify-content: space-between; flex-wrap: wrap; }
.emergency-banner h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.emergency-banner p { color: rgba(255,255,255,0.9); font-size: 14px; max-width: 420px; }
.emergency-numbers { display: flex; gap: 20px; }
.emergency-numbers div { text-align: center; }
.emergency-numbers strong { display: block; font-size: 28px; font-weight: 900; }
.emergency-numbers span { font-size: 12px; opacity: 0.85; }

/* CONTACT page */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-info-card { display: flex; gap: 16px; padding: 24px; background: white; border: 1px solid var(--border); border-radius: 16px; margin-bottom: 16px; align-items: flex-start; }
.contact-info-card .icon-wrap { width: 44px; height: 44px; border-radius: 12px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.contact-info-card h4 { font-size: 14px; font-weight: 700; margin-bottom: 3px; }
.contact-info-card p, .contact-info-card a { font-size: 14px; color: var(--muted); text-decoration: none; }
.contact-info-card a:hover { color: var(--blue); }
.contact-form { background: #f8fafc; border-radius: 20px; padding: 32px; }

/* FORMS (shared: contact form + modal) */
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 16px; border: 1.5px solid var(--border);
  border-radius: 10px; font-size: 14px; outline: none; transition: border-color .2s;
  font-family: inherit; background: white;
}
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); }
.form-submit { width: 100%; padding: 14px; background: var(--blue); color: white; border: none; border-radius: 10px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background .2s; font-family: inherit; }
.form-submit:hover { background: var(--blue-dark); }

/* FOOTER */
footer { background: var(--blue-dark); color: white; padding: 48px 24px 32px; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand p { color: rgba(255,255,255,0.65); font-size: 14px; line-height: 1.7; margin-top: 12px; max-width: 280px; }
.footer-col h5 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; opacity: 0.5; margin-bottom: 16px; }
.footer-col a { display: block; color: rgba(255,255,255,0.7); text-decoration: none; font-size: 14px; margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.5); }

/* PRE-REGISTER MODAL */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 1000; align-items: center; justify-content: center; padding: 24px; backdrop-filter: blur(4px); }
.modal-overlay.active { display: flex; }
.modal { background: white; border-radius: 24px; padding: 40px; max-width: 440px; width: 100%; position: relative; max-height: 90vh; overflow-y: auto; }
.modal h3 { font-size: 24px; font-weight: 800; margin-bottom: 8px; }
.modal p { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
.modal-close { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border-radius: 50%; background: #f1f5f9; border: none; cursor: pointer; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.success-msg { display: none; text-align: center; padding: 20px 0; }
.success-msg .check { font-size: 56px; margin-bottom: 12px; }
.success-msg h4 { font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.success-msg p { color: var(--muted); font-size: 14px; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .stats-inner { grid-template-columns: repeat(2,1fr); }
  .services-grid, .services-grid.cols-2 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .features-grid { grid-template-columns: 1fr; }
  .driver-section { grid-template-columns: 1fr; padding: 40px 28px; }
  .coverage-grid { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .phone-mock { display: none; }
  .phone-mock.center { display: flex; }
  .earnings-grid { grid-template-columns: 1fr; }
  .about-story { grid-template-columns: 1fr; gap: 32px; }
  .about-story-visual { padding: 40px; font-size: 70px; }
  .values-grid { grid-template-columns: 1fr; }
  .safety-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .emergency-banner { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .footer-top { grid-template-columns: 1fr; }
  .coverage-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { letter-spacing: -1px; }
}
