/* Hej Taxi — palette taken from rideshare_passenger/lib/theme/app_theme.dart */
:root{
  --yellow:#F7D00B; --on-yellow:#1F1A00; --yellow-dark:#7A5A00;
  --bg:#F6F7F9; --surface:#FFFFFF; --ink:#15171C; --night:#0E1014;
  --muted:#667085; --border:#E3E7EE; --success:#127C57;
  --on-dark:#E9ECF2; --on-dark-muted:#9AA3B2; --dark-line:#262A33;
  --radius:18px; --wrap:1120px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,Helvetica,Arial,sans-serif;
  font-size:17px;line-height:1.6;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3{line-height:1.12;letter-spacing:-.02em;margin:0}
p{margin:0}

/* Bilingual content: Bosnian is the no-JS default */
html:not([data-lang="en"]) [lang="en"]{display:none!important}
html[data-lang="en"] [lang="bs"]{display:none!important}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}
.skip{position:absolute;left:-999px;top:12px;background:var(--yellow);color:var(--on-yellow);
  padding:10px 16px;border-radius:10px;font-weight:700;z-index:10}
.skip:focus{left:12px}
:focus-visible{outline:3px solid var(--yellow);outline-offset:3px;border-radius:6px}

/* ---------- header ---------- */
.site-header{background:var(--night);color:var(--on-dark)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:18px;padding-bottom:18px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;font-size:19px;letter-spacing:-.01em}
.brand img{width:42px;height:42px}
.nav-links{display:flex;align-items:center;gap:26px}
.nav-links a{text-decoration:none;color:var(--on-dark-muted);font-size:15px;font-weight:600}
.nav-links a:hover{color:#fff}
.lang{display:inline-flex;border:1px solid var(--dark-line);border-radius:999px;padding:3px}
.lang button{all:unset;cursor:pointer;font-size:13px;font-weight:800;letter-spacing:.06em;
  padding:6px 12px;border-radius:999px;color:var(--on-dark-muted)}
.lang button[aria-pressed="true"]{background:var(--yellow);color:var(--on-yellow)}
.lang.on-light{border-color:var(--border)}
.lang.on-light button{color:var(--muted)}
@media (max-width:760px){.nav-links a{display:none}}

/* ---------- hero ---------- */
.hero{background:var(--night);color:var(--on-dark);overflow:hidden;
  background-image:radial-gradient(900px 480px at 85% 30%,rgba(247,208,11,.13),transparent 60%)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding-top:56px;padding-bottom:84px}
.pill{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:700;color:var(--yellow);
  border:1px solid rgba(247,208,11,.35);background:rgba(247,208,11,.08);padding:7px 14px;border-radius:999px}
.pill::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--yellow);
  box-shadow:0 0 0 4px rgba(247,208,11,.22)}
.hero h1{font-size:clamp(38px,5.4vw,62px);margin:22px 0 20px;color:#fff;font-weight:850}
.hero h1 em{font-style:normal;color:var(--yellow)}
.lede{font-size:clamp(18px,1.9vw,21px);color:var(--on-dark-muted);max-width:540px}
.cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px;align-items:center}
.store-soon{display:inline-flex;align-items:center;gap:12px;background:#1B1E25;border:1px solid var(--dark-line);
  border-radius:14px;padding:11px 18px;color:var(--on-dark)}
.store-soon svg{width:26px;height:26px;flex:none}
.store-soon small{display:block;font-size:12px;color:var(--on-dark-muted);font-weight:600;letter-spacing:.02em}
.store-soon strong{display:block;font-size:16px;line-height:1.25}
.btn{display:inline-flex;align-items:center;gap:8px;font-weight:750;text-decoration:none;border-radius:14px;
  padding:14px 22px;font-size:16px;transition:transform .15s ease,background .15s ease}
.btn:hover{transform:translateY(-1px)}
.btn-yellow{background:var(--yellow);color:var(--on-yellow)}
.btn-ghost{color:var(--on-dark);border:1px solid var(--dark-line)}
.btn-ghost:hover{background:#1B1E25}

.phones{position:relative;display:flex;justify-content:center;gap:22px;min-height:520px}
.phone{width:min(46%,250px);border-radius:30px;overflow:hidden;background:#fff;
  border:6px solid #1F232B;box-shadow:0 30px 60px -18px rgba(0,0,0,.7)}
.phone:first-child{transform:translateY(34px) rotate(-3deg)}
.phone:last-child{transform:translateY(-10px) rotate(3deg)}
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;padding-top:36px;padding-bottom:64px;gap:40px}
  .phones{min-height:0}
  .phone:first-child{transform:rotate(-2deg)}
  .phone:last-child{transform:translateY(24px) rotate(2deg)}
}

/* ---------- sections ---------- */
section{padding:92px 0}
.eyebrow{font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--yellow-dark)}
.section-head{max-width:640px;margin-bottom:48px}
.section-head h2{font-size:clamp(30px,3.6vw,44px);margin-top:12px;font-weight:820}
.section-head p{margin-top:16px;color:var(--muted);font-size:19px}

.steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;counter-reset:step}
.step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:30px 28px;counter-increment:step}
.step::before{content:counter(step);display:grid;place-items:center;width:40px;height:40px;border-radius:12px;
  background:var(--yellow);color:var(--on-yellow);font-weight:850;font-size:18px;margin-bottom:20px}
.step h3{font-size:21px;font-weight:780}
.step p{margin-top:10px;color:var(--muted)}
@media (max-width:860px){.steps{grid-template-columns:1fr}}

.features{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.feature{display:flex;gap:18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px}
.feature .ico{flex:none;width:46px;height:46px;border-radius:13px;background:#FFF6CC;display:grid;place-items:center}
.feature .ico svg{width:24px;height:24px;stroke:var(--yellow-dark)}
.feature h3{font-size:19px;font-weight:760}
.feature p{margin-top:6px;color:var(--muted);font-size:16px}
@media (max-width:760px){.features{grid-template-columns:1fr}}

/* ---------- fleets ---------- */
.fleets{background:var(--night);color:var(--on-dark)}
.fleets .eyebrow{color:var(--yellow)}
.fleet-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.fleet-grid h2{font-size:clamp(30px,3.6vw,44px);margin-top:12px;color:#fff;font-weight:820}
.fleet-grid .intro{margin-top:18px;color:var(--on-dark-muted);font-size:18px}
.checks{list-style:none;padding:0;margin:28px 0 34px;display:grid;gap:14px}
.checks li{display:flex;gap:12px;align-items:flex-start}
.checks li::before{content:"";flex:none;margin-top:5px;width:18px;height:18px;border-radius:6px;background:var(--yellow);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat,linear-gradient(#000,#000);
  -webkit-mask-composite:source-out;mask-composite:exclude}
.banner{border-radius:22px;overflow:hidden;border:1px solid var(--dark-line);box-shadow:0 30px 60px -24px rgba(0,0,0,.8)}
@media (max-width:900px){.fleet-grid{grid-template-columns:1fr;gap:36px}}

/* ---------- footer ---------- */
.site-footer{background:#08090C;color:var(--on-dark-muted);padding:48px 0 40px;font-size:15px}
.foot{display:flex;flex-wrap:wrap;justify-content:space-between;gap:28px;align-items:flex-start}
.foot .brand{color:#fff}
.foot nav{display:flex;flex-wrap:wrap;gap:22px}
.foot nav a{text-decoration:none}
.foot nav a:hover{color:#fff}
.fine{margin-top:32px;padding-top:24px;border-top:1px solid var(--dark-line);display:flex;flex-wrap:wrap;
  justify-content:space-between;gap:12px;font-size:14px}

/* ---------- legal pages ---------- */
.legal-top{background:var(--night);color:var(--on-dark)}
.legal{max-width:760px;margin:0 auto;padding:56px 24px 90px}
.legal h1{font-size:clamp(32px,4vw,44px);font-weight:820}
.legal .updated{margin-top:10px;color:var(--muted);font-size:15px}
.legal .intro{margin-top:28px;display:grid;gap:14px;font-size:18px}
.legal .card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px 30px;margin-top:22px}
.legal .card h2{font-size:21px;font-weight:760;margin-bottom:12px}
.legal .card p+p{margin-top:12px}
.legal .card p{color:#3A3F4B}
.legal .contact-card{background:#FFFBEA;border-color:#F3E3A0}
.back{display:inline-flex;align-items:center;gap:6px;margin-bottom:26px;font-weight:700;text-decoration:none;color:var(--yellow-dark)}
