/* Baqəme — landing page. V4 design system.
   Tokens (--lime, --ink, --muted, etc.) come from v4-tokens.css, loaded before this file.
   This file keeps a small local :root only for values with no direct v4 equivalent
   (a lime-tint wash used on dark sections, and the deprecated --lime-dark alias). */

:root {
  --lime-tint: rgba(199, 255, 46, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font: 15px/1.55 var(--ui), sans-serif; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: auto; }
.mono { font: 700 11px var(--ui), sans-serif; letter-spacing: .1em; }
.label { color: var(--lime); }

/* Header / nav */
.site-header { height: 82px; position: absolute; z-index: 5; left: 0; right: 0; color: #fff; }
.nav { height: 82px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: baseline; gap: 8px; font: 900 28px/1 var(--display), serif; letter-spacing: -1.4px; }
.brand i { color: var(--lime); font-style: normal; }
.brand span { font: 700 14px var(--amharic), sans-serif; letter-spacing: 0; color: var(--lime); }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 13px; font-weight: 700; }
.nav-links > a:not(.nav-cta) { opacity: .84; }
.nav-links > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { background: var(--lime); color: var(--ink); padding: 10px 15px; border-radius: 99px; }
.nav-cta b { font-size: 15px; }
.menu { display: none; margin-left: auto; color: inherit; background: none; border: 0; font-weight: 800; }

/* Hero */
.hero { min-height: 780px; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--ink); }
.hero-image { position: absolute; inset: 0; background: radial-gradient(circle at 80% 40%, var(--ink-4) 0%, var(--ink-2) 25%, var(--ink) 67%); }
.hero-shade { position: absolute; inset: auto 0 0; height: 55%; background: linear-gradient(transparent, var(--ink) 86%); }
.hero-content { position: relative; z-index: 2; padding-top: 112px; }
.hero-topline { display: flex; align-items: center; gap: 9px; color: var(--muted-2); font: 700 11px var(--ui), sans-serif; letter-spacing: .1em; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px var(--lime-tint); }
h1 { max-width: 760px; margin: 22px 0; font: 900 clamp(53px, 7.6vw, 100px)/.91 var(--display), serif; letter-spacing: -.07em; }
h1 em, h2 em { font-style: normal; color: var(--lime); }
.hero-content > p { max-width: 488px; color: var(--grey-2); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 14px 21px; border: 1px solid transparent; border-radius: 99px; font-size: 13px; font-weight: 800; transition: .2s; }
.button:hover { transform: translateY(-2px); }
.button.lime { background: var(--lime); color: var(--ink); }
.button.white { background: var(--white); color: var(--ink); }
.button.outline-light { border-color: var(--ink-4); color: #fff; }

/* Hero live-fare widget */
.live-card { z-index: 3; position: absolute; right: max(24px, calc((100vw - 1180px)/2)); bottom: 54px; width: 298px; padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(26,26,26,.84); backdrop-filter: blur(16px); box-shadow: 0 24px 55px rgba(0,0,0,.35); }
.live-head { display: flex; justify-content: space-between; color: var(--muted-2); font: 700 10px var(--ui), sans-serif; }
.live-head i { color: var(--lime); font-size: 11px; }
.live-route { display: grid; grid-template-columns: 18px 1fr; gap: 12px; margin: 17px 0; }
.route-line { display: flex; flex-direction: column; align-items: center; padding: 4px 0; }
.route-line b { width: 9px; height: 9px; border: 2px solid var(--lime); border-radius: 50%; }
.route-line b:last-child { background: var(--lime); }
.route-line i { height: 25px; margin: 4px 0; border-left: 1px dashed var(--ink-4); }
.live-route strong { display: block; font-size: 14px; }
.live-route small { display: block; margin: 1px 0 12px; color: var(--muted-2); font-size: 10px; }
.live-fare { display: flex; align-items: center; justify-content: space-between; padding: 12px; border-radius: 14px; background: var(--white); color: var(--ink); }
.live-fare small { display: block; color: var(--muted); font-size: 10px; }
.live-fare b { display: block; font-size: 19px; letter-spacing: -1px; }
.live-fare > span { padding: 5px 8px; border-radius: 7px; background: var(--grey-1); font: 700 10px var(--ui), sans-serif; color: var(--lime-deep); }
.scroll-cue { position: absolute; z-index: 3; bottom: 29px; left: max(24px, calc((100vw - 1180px)/2)); font: 700 9px var(--ui), sans-serif; letter-spacing: .12em; color: var(--muted-2); }
.scroll-cue i { display: inline-block; width: 42px; margin-left: 10px; vertical-align: middle; border-top: 1px solid var(--lime); }

/* Hero car illustration */
.hero-car { position: absolute; z-index: 1; width: min(65vw, 820px); right: -5vw; bottom: 9%; filter: drop-shadow(0 35px 22px rgba(0,0,0,.4)); animation: glide 1.2s cubic-bezier(.16,.8,.35,1) both; }
.hero-body { fill: var(--grey-1); }
.hero-glass { fill: var(--ink-3); }
.hero-highlight { fill: none; stroke: #fff; stroke-width: 4; }
.hero-door { fill: none; stroke: var(--muted-2); stroke-width: 2; }
.hero-light { fill: var(--lime); }
.hero-light.rear { fill: var(--red); }
.hero-wheel { fill: var(--ink); }
.hero-hub { fill: var(--muted); }
@keyframes glide { from { opacity: 0; transform: translateX(13%); } to { opacity: 1; transform: none; } }

/* Statement */
.statement { padding: 125px 0 115px; }
.statement-grid { display: grid; grid-template-columns: .5fr 1.5fr .78fr; gap: 38px; align-items: start; }
.statement h2, .section-head h2, .how h2, .business h2, .human h2, .closing h2 { margin: 0; font: 900 clamp(34px, 4.3vw, 60px)/1.04 var(--display), serif; letter-spacing: -.06em; }
.statement h2 em { color: var(--lime-deep); }
.statement-copy { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

/* Experience / ride feature cards */
.experience { padding: 95px 0 120px; background: var(--grey-1); }
.section-head { display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.section-head > p { max-width: 355px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.ride-grid { display: grid; grid-template-columns: 1.1fr .9fr .7fr; gap: 15px; margin-top: 48px; }
.ride-feature { min-height: 438px; position: relative; overflow: hidden; border: 1px solid var(--grey-2); border-radius: 28px; padding: 27px; background: var(--white); }
.feature-tag { color: var(--lime-deep); font: 700 10px var(--ui), sans-serif; letter-spacing: .08em; }
.ride-feature h3 { max-width: 275px; margin: 45px 0 8px; font-size: 25px; line-height: 1.08; letter-spacing: -.04em; }
.ride-feature > p { max-width: 285px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.ride-main { background: var(--lime); border-color: var(--lime); }
.ride-main h3 { font: 900 42px/.96 var(--display), serif; letter-spacing: -.055em; }
.offer-ui { position: absolute; bottom: 0; left: 25px; right: 25px; padding: 19px; border-radius: 20px 20px 0 0; background: var(--ink); color: #fff; }
.offer-ui span, .offer-ui i { display: block; color: var(--muted-2); font-size: 10px; font-style: normal; }
.offer-ui b { display: block; margin: 2px 0; font-size: 17px; }
.offer-ui strong { font-size: 36px; letter-spacing: -2px; }
.offer-ui i { color: var(--lime); }
.ride-map { background: var(--ink); color: #fff; border-color: var(--ink); }
.ride-map .feature-tag { color: var(--lime); }
.ride-map > p { color: var(--muted-2); }
.map-art { position: absolute; left: -3%; right: -3%; bottom: 0; height: 190px; background: repeating-linear-gradient(21deg, transparent 0 29px, rgba(199,255,46,.14) 30px 32px, transparent 33px 72px), repeating-linear-gradient(-39deg, transparent 0 38px, rgba(199,255,46,.11) 39px 41px, transparent 42px 86px); }
.map-art svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-art path { fill: none; stroke: var(--lime); stroke-width: 3; stroke-dasharray: 8 8; }
.map-pin { position: absolute; z-index: 1; width: 20px; height: 20px; border-radius: 50% 50% 50% 0; background: var(--lime); transform: rotate(-45deg); box-shadow: 0 0 0 8px var(--lime-tint); }
.pin-a { top: 96px; left: 82px; }
.pin-b { top: 49px; right: 66px; }
.ride-types { display: flex; flex-direction: column; background: var(--white); }
.type-list { margin-top: auto; }
.type-list div { padding: 13px 0; border-top: 1px solid var(--grey-2); }
.type-list b { display: block; font: 700 10px var(--ui), sans-serif; letter-spacing: .08em; }
.type-list span { color: var(--muted); font-size: 12px; }

/* Driver section */
.driver-section { overflow: hidden; padding: 0; background: var(--ink); color: #fff; }
.driver-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 690px; align-items: center; gap: 50px; }
.label.light { color: var(--lime); }
.driver-copy h2 { margin: 15px 0; font: 900 clamp(45px, 5.5vw, 77px)/.95 var(--display), serif; letter-spacing: -.065em; }
.driver-copy > p:not(.label) { max-width: 425px; margin: 0 0 28px; color: var(--muted-2); font-size: 15px; line-height: 1.75; }
.driver-facts { display: flex; gap: 40px; margin-top: 54px; }
.driver-facts div { display: flex; align-items: center; gap: 11px; }
.driver-facts b { font: 900 35px/1 var(--display), serif; color: var(--lime); letter-spacing: -2px; }
.driver-facts span { color: var(--muted-2); font-size: 10px; line-height: 1.4; }

/* Car-stage illustration */
.car-stage { align-self: stretch; min-height: 490px; position: relative; overflow: hidden; }
.moon { position: absolute; top: 15%; right: 4%; width: 310px; height: 310px; border-radius: 50%; background: var(--lime); opacity: .95; }
.road { position: absolute; left: -8%; right: -8%; bottom: 27%; height: 1px; background: var(--ink-4); transform: rotate(-5deg); }
.road::before, .road::after { content: ""; position: absolute; left: 5%; right: 5%; border-top: 1px dashed var(--ink-4); }
.road::before { top: 45px; }
.road::after { top: 90px; }
.car { position: absolute; width: 114%; right: -15%; bottom: 18%; filter: drop-shadow(0 28px 22px rgba(0,0,0,.4)); }
.car-body { fill: var(--grey-1); }
.car-glass { fill: var(--ink-3); }
.car-highlight { fill: none; stroke: #fff; stroke-width: 4; opacity: .9; }
.car-door { fill: none; stroke: var(--muted-2); stroke-width: 2; }
.car-light { fill: var(--lime); }
.car-light.rear { fill: var(--red); }
.wheel { fill: var(--ink); }
.hub { fill: var(--muted); }
.car-caption { position: absolute; bottom: 29px; right: 8%; z-index: 1; }
.car-caption span { display: block; color: var(--lime); font: 700 10px var(--ui), sans-serif; letter-spacing: .1em; }
.car-caption b { display: block; margin-top: 8px; font: 900 30px/.98 var(--display), serif; letter-spacing: -.045em; }

/* How it works */
.how { padding: 120px 0; }
.how-intro { text-align: center; }
.how-intro h2 { margin-top: 14px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 65px; border-top: 1px solid var(--grey-2); }
.steps article { min-height: 225px; padding: 27px 28px 0; border-right: 1px solid var(--grey-2); }
.steps article:first-child { padding-left: 0; }
.steps article:last-child { border-right: 0; }
.steps span { color: var(--lime-deep); font: 700 11px var(--ui), sans-serif; }
.steps h3 { margin: 46px 0 8px; font-size: 19px; letter-spacing: -.035em; }
.steps p { max-width: 280px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

/* Business */
.business { padding: 112px 0; background: var(--grey-1); }
.business-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.business-visual { min-height: 468px; position: relative; overflow: hidden; border-radius: 30px; background: var(--grey-2); }
.business-arch { position: absolute; border-radius: 50%; border: 1px solid rgba(15,15,15,.14); }
.arch-one { width: 610px; height: 610px; left: -210px; bottom: -350px; }
.arch-two { width: 410px; height: 410px; right: -175px; top: -155px; }
.business-card { position: absolute; inset: 47px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; background: var(--ink); color: #fff; box-shadow: 20px 20px 0 rgba(199,255,46,.75); }
.business-card span { color: var(--lime); }
.business-card b { font: 900 clamp(39px, 4.4vw, 60px)/.92 var(--display), serif; letter-spacing: -.065em; }
.business-card i { color: var(--muted-2); font-size: 12px; font-style: normal; }
.business-copy > p:not(.label) { max-width: 385px; margin: 19px 0 25px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.text-link { font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.text-link b { padding-left: 6px; color: var(--lime-deep); font-size: 17px; }

/* Human / closing */
.human { padding: 125px 0; }
.human-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; }
.human h2 { margin-top: 15px; }
.human h2 em { color: var(--lime-deep); }
.human-grid > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.closing { padding: 0 0 110px; }
.closing-box { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: end; padding: 58px; background: var(--lime); border-radius: 30px; }
.closing h2 { margin-top: 13px; }
.closing-box > div > p:not(.mono) { margin: 0 0 23px; color: var(--ink-3); font-size: 14px; line-height: 1.7; font-weight: 600; }
.closing-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.closing .button.lime { background: var(--ink); color: #fff; }
.closing .button.outline-light { color: var(--ink); border-color: var(--ink-3); }

/* Footer */
footer { padding: 60px 0 27px; background: var(--ink); color: var(--muted-2); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 35px; }
.footer-grid .brand { color: #fff; }
.footer-grid > div > p { max-width: 245px; margin: 15px 0; font-size: 12px; line-height: 1.7; }
.footer-grid h4 { margin: 5px 0 14px; color: #fff; font: 700 10px var(--ui), sans-serif; letter-spacing: .1em; }
.footer-grid a:not(.brand) { display: block; margin: 7px 0; font-size: 12px; }
.footer-grid a:not(.brand):hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--ink-3); font-size: 10px; }
.footer-bottom a { color: var(--lime); }

/* People collage — images are existing project assets, used without invented names or testimonials. */
.human-side > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.people-strip { display: flex; align-items: center; margin-top: 24px; }
.people-strip img { width: 58px; height: 58px; object-fit: cover; border: 3px solid var(--white); border-radius: 50%; margin-right: -12px; filter: saturate(.82); }
.people-strip span { margin-left: 25px; color: var(--lime-deep); font: 700 10px/1.35 var(--ui), sans-serif; letter-spacing: .09em; }

/* Responsive */
@media (max-width: 900px) {
  .hero { min-height: 720px; }
  .hero-car { right: -15vw; width: 86vw; bottom: 13%; }
  .live-card { right: 24px; }
  .statement-grid { grid-template-columns: 1fr 2fr; }
  .statement-copy { grid-column: 2; }
  .ride-grid { grid-template-columns: 1fr 1fr; }
  .ride-types { grid-column: 1/-1; min-height: 260px; }
  .driver-grid, .business-wrap { grid-template-columns: 1fr; gap: 25px; }
  .driver-grid { padding-top: 90px; }
  .car-stage { min-height: 390px; }
  .business-wrap { gap: 45px; }
  .business-copy { grid-row: 1; }
  .human-grid, .closing-box { grid-template-columns: 1fr; gap: 25px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 32px, 1180px); }
  .site-header { height: 68px; }
  .nav { height: 68px; }
  .brand { font-size: 25px; }
  .menu { display: block; }
  .nav-links { display: none; position: absolute; left: 16px; right: 16px; top: 61px; align-items: stretch; gap: 0; padding: 10px; background: var(--white); color: var(--ink); border-radius: 18px; box-shadow: 0 18px 35px rgba(0,0,0,.25); }
  .nav-links.open { display: flex; flex-direction: column; }
  .nav-links > a { padding: 10px; }
  .nav-cta { text-align: center; margin-top: 5px; }
  .hero { min-height: 730px; }
  .hero-car { width: 135vw; right: -45vw; bottom: 25%; }
  .hero-shade { height: 70%; }
  .hero-content { padding-top: 100px; }
  h1 { font-size: 57px; }
  .hero-content > p { font-size: 14px; }
  .live-card { left: 16px; right: 16px; bottom: 53px; width: auto; }
  .scroll-cue { left: 16px; bottom: 20px; font-size: 8px; }
  .statement { padding: 75px 0; }
  .statement-grid { grid-template-columns: 1fr; gap: 22px; }
  .statement-copy { grid-column: auto; }
  .statement h2, .section-head h2, .how h2, .business h2, .human h2, .closing h2 { font-size: 40px; }
  .experience, .how, .business, .human { padding: 75px 0; }
  .section-head { display: block; }
  .section-head > p { margin-top: 17px; }
  .ride-grid { grid-template-columns: 1fr; }
  .ride-feature { min-height: 350px; }
  .ride-types { grid-column: auto; min-height: 300px; }
  .driver-grid { min-height: 0; padding-top: 75px; }
  .driver-copy h2 { font-size: 56px; }
  .driver-facts { gap: 15px; margin-top: 38px; }
  .driver-facts b { font-size: 29px; }
  .car-stage { min-height: 305px; }
  .moon { width: 225px; height: 225px; }
  .car-caption { bottom: 15px; }
  .car-caption b { font-size: 22px; }
  .steps { grid-template-columns: 1fr; margin-top: 42px; }
  .steps article, .steps article:first-child { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--grey-2); }
  .steps h3 { margin: 20px 0 7px; }
  .business-visual { min-height: 350px; }
  .business-card { inset: 32px; padding: 22px; }
  .business-card b { font-size: 43px; }
  .closing { padding-bottom: 75px; }
  .closing-box { padding: 30px 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-grid > div:last-child { display: block; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .footer-bottom { flex-wrap: wrap; margin-top: 30px; }
  .people-strip { margin-top: 19px; }
}
