:root {
  --bg: #f9f9f9;
  --surface: #ffffff;
  --text: #1a1c1c;
  --muted: #6b7280;
  --border: #eeeeee;
  --brand: #ffcc00;
  --brand-dark: #6f5700;
  --shadow: 0 20px 45px rgba(17, 24, 39, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.top-nav { position: fixed; inset: 0 0 auto 0; z-index: 1000; transition: all 0.25s ease; }
.top-nav.is-scrolled { background: rgba(255,255,255,0.9); backdrop-filter: blur(12px); box-shadow: 0 8px 30px rgba(17,24,39,0.08); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 0; }
.brand { display: inline-flex; align-items: center; gap: 0.75rem; font-weight: 800; font-size: 1.2rem; letter-spacing: -0.02em; }
.brand-mark { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border-radius: 0.9rem; background: var(--brand); box-shadow: 0 12px 25px rgba(255,204,0,0.2); }
.brand-mark svg { color: #000; }
.brand-text span { color: var(--brand); }
.desktop-nav { display: flex; align-items: center; gap: 2rem; }
.desktop-nav a, .desktop-nav .language-pill { font-weight: 700; color: var(--muted); transition: color 0.2s ease; }
.desktop-nav a:hover, .desktop-nav .language-pill:hover { color: var(--text); }
.language-pill { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.6rem 0.8rem; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); }
.language-pill select { border: 0; background: transparent; color: var(--text); outline: none; cursor: pointer; }
.btn { border: 0; border-radius: 1.2rem; font-weight: 800; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: #000; color: #fff; padding: 0.9rem 1.3rem; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--text); cursor: pointer; }
.mobile-nav { position: fixed; inset: 0 0 0 auto; width: min(320px, 100%); background: var(--surface); padding: 2rem 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; box-shadow: -15px 0 40px rgba(17,24,39,0.15); transform: translateX(100%); transition: transform 0.3s ease; z-index: 1100; }
.mobile-nav.is-open { transform: translateX(0); }
.mobile-close { align-self: flex-end; border: 0; background: transparent; cursor: pointer; color: var(--text); }
.mobile-nav a { font-size: 1.25rem; font-weight: 700; }
.mobile-lang-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.6rem; }
.mobile-lang-grid button { border: 0; border-radius: 0.9rem; padding: 0.7rem 0.75rem; background: #f3f4f6; text-align: left; cursor: pointer; font-weight: 700; }
.mobile-lang-grid button.active { background: var(--brand); }
.hero { padding: 8.5rem 0 5rem; overflow: hidden; }
.hero-grid { display: grid; gap: 3rem; align-items: center; grid-template-columns: 1.1fr 0.9fr; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.65rem 0.9rem; border: 1px solid rgba(255,204,0,0.28); border-radius: 999px; background: rgba(255,204,0,0.1); color: var(--brand-dark); font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 1.5rem; }
.hero-badge .dot { width: 0.5rem; height: 0.5rem; border-radius: 999px; background: var(--brand); animation: pulse 1.8s infinite; }
.hero h1 { font-size: clamp(2.8rem, 5vw, 4.7rem); line-height: 1.05; margin: 0 0 1.3rem; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; letter-spacing: -0.03em; }
.hero h1 span { color: var(--brand); }
.hero-copy { font-size: 1.05rem; line-height: 1.7; color: var(--muted); max-width: 35rem; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.4rem; }
.store-btn { display: inline-flex; align-items: center; gap: 0.8rem; padding: 1rem 1.3rem; border-radius: 1.2rem; font-weight: 800; border: 2px solid #000; }
.store-btn.dark { background: #000; color: #fff; }
.store-btn.light { background: var(--surface); color: #000; }
.store-btn small { display: block; font-size: 0.7rem; font-weight: 500; opacity: 0.62; }
.hero-social { display: flex; align-items: center; gap: 1rem; }
.hero-social .avatars { display: flex; margin-right: 0.4rem; }
.hero-social .avatars .avatar { width: 2.9rem; height: 2.9rem; border-radius: 999px; border: 3px solid var(--surface); margin-left: -0.7rem; overflow: hidden; }
.hero-social .avatars .avatar:first-child { margin-left: 0; }
.hero-social .stars { display: flex; gap: 0.2rem; color: var(--brand); margin-bottom: 0.2rem; }
.hero-social .meta { color: var(--muted); font-weight: 700; font-size: 0.95rem; }
.phone-card { position: relative; max-width: 320px; margin: 0 auto; padding: 1rem; background: var(--surface); border-radius: 2.5rem; box-shadow: var(--shadow); transform: rotate(-2deg); }
.phone-card::before { content: ''; position: absolute; inset: -1.8rem; background: linear-gradient(135deg, rgba(255,204,0,0.3), transparent); border-radius: 50%; filter: blur(32px); z-index: -1; }
.phone-screen { background: #f4f4f4; border-radius: 2rem; padding: 1.2rem; min-height: 600px; position: relative; }
.phone-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; }
.icon-pill { width: 2.3rem; height: 2.3rem; display: grid; place-items: center; border-radius: 999px; background: #fff; box-shadow: 0 10px 20px rgba(17,24,39,0.06); }
.phone-screen h3 { font-size: 1.2rem; margin: 0 0 1.4rem; }
.location-card, .ride-card { display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; padding: 0.8rem 0.95rem; background: #fff; border-radius: 1.1rem; margin-bottom: 0.8rem; border: 1px solid var(--border); }
.location-card.active { border-color: var(--brand); box-shadow: inset 0 0 0 1px rgba(255,204,0,0.3); }
.ride-card.active { border-color: var(--brand); background: rgba(255,204,0,0.06); }
.ride-icon { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 0.8rem; background: #f2f2f2; }
.ride-info p, .ride-info small { margin: 0; }
.ride-info small { color: var(--muted); }
.phone-cta { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; border: 0; background: #000; color: #fff; padding: 0.95rem 1rem; border-radius: 1rem; font-weight: 800; display: flex; align-items: center; justify-content: center; gap: 0.6rem; }
.stats { background: #111; color: #fff; padding: 3rem 0; }
.stats-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; }
.stat-card h4 { color: var(--brand); font-size: 2rem; margin: 0 0 0.2rem; font-family: 'Plus Jakarta Sans', sans-serif; }
.stat-card p { text-transform: uppercase; letter-spacing: 0.16em; color: #9ca3af; font-size: 0.75rem; font-weight: 700; }
.countries { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.country-pill { padding: 0.75rem 1rem; border-radius: 999px; background: rgba(255,255,255,0.08); font-weight: 700; font-size: 0.95rem; }
.section { padding: 5.5rem 0; }
.section-title { text-align: center; margin-bottom: 2.8rem; }
.section-title h2 { font-size: clamp(2rem, 3vw, 2.8rem); font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; margin: 0 0 0.8rem; }
.section-title p { color: var(--muted); margin: 0 auto; line-height: 1.7; }
.features-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.feature-card { padding: 2rem; border-radius: 2rem; border: 1px solid var(--border); background: var(--surface); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-card .icon { width: 3.5rem; height: 3.5rem; display: grid; place-items: center; border-radius: 1.2rem; background: #fafafa; margin-bottom: 1.2rem; }
.feature-card h3 { margin: 0 0 0.7rem; font-size: 1.25rem; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.driver-cta { padding: 4rem 0 5.5rem; }
.driver-card { position: relative; background: var(--brand); border-radius: 2.6rem; overflow: hidden; padding: 3rem; display: grid; grid-template-columns: 1fr 0.9fr; gap: 2rem; align-items: center; }
.driver-card::after { content: ''; position: absolute; inset: 0 0 0 auto; width: 40%; background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.08)); pointer-events: none; }
.driver-card img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; border-radius: 2rem; }
.driver-badge { display: inline-block; background: #000; color: #fff; padding: 0.55rem 0.8rem; border-radius: 999px; font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 1.2rem; }
.driver-card h2 { font-size: clamp(2rem, 3vw, 3rem); margin: 0 0 1rem; font-family: 'Plus Jakarta Sans', sans-serif; }
.driver-card p { margin: 0 0 1.5rem; color: rgba(0,0,0,0.7); line-height: 1.7; }
.driver-list { display: grid; gap: 0.9rem; margin-bottom: 1.8rem; }
.driver-item { display: flex; align-items: center; gap: 0.8rem; font-weight: 700; }
.driver-item .icon { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 999px; background: rgba(0,0,0,0.08); }
.language-showcase { padding: 0 0 5.5rem; }
.language-showcase .content { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3rem; align-items: center; }
.language-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.9rem; }
.language-pill-box { padding: 1.2rem; border-radius: 1.2rem; text-align: center; font-weight: 800; font-size: 1.1rem; }
.language-pill-box.alt { background: #111; color: #fff; }
.language-pill-box.base { background: var(--brand); }
footer { background: #111; color: #fff; padding: 4.5rem 0 2.5rem; }
.contact-section { padding: 0 0 5.5rem; }
.contact-card { background: var(--surface); border: 1px solid var(--border); border-radius: 2rem; padding: 2rem; box-shadow: var(--shadow); }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.contact-item { padding: 1rem 0; }
.contact-item h3 { margin: 0 0 0.6rem; font-size: 1.05rem; }
.contact-item p { margin: 0.3rem 0; color: var(--muted); }
.contact-item a { color: inherit; }
.contact-item a:hover { color: var(--brand); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr)); gap: 2rem; margin-bottom: 2rem; }
.footer-grid h5 { margin: 0 0 1rem; font-size: 1rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.8rem; color: #9ca3af; }
.footer-grid a:hover { color: var(--brand); }
.footer-actions button { width: 100%; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.08); color: #fff; padding: 0.9rem 1rem; border-radius: 1.2rem; display: flex; align-items: center; gap: 0.8rem; margin-bottom: 0.9rem; }
.footer-meta { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; color: #9ca3af; }
.socials { display: flex; gap: 0.7rem; }
.socials span { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 999px; border: 1px solid rgba(255,255,255,0.12); font-size: 0.75rem; font-weight: 800; }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.2); opacity: 0.75; } }
@media (max-width: 900px) { .hero-grid, .driver-card, .language-showcase .content { grid-template-columns: 1fr; } .stats-grid, .features-grid, .footer-grid, .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .driver-card::after { display: none; } }
@media (max-width: 720px) { .desktop-nav { display: none; } .menu-toggle { display: inline-flex; } .hero { padding-top: 7.2rem; } .stats-grid, .features-grid, .footer-grid, .language-grid, .contact-grid { grid-template-columns: 1fr; } .footer-meta { flex-direction: column; align-items: flex-start; } .driver-card { padding: 2rem 1.2rem; } }
