/* Fonts hosted with the site (all SIL Open Font License, see fonts/*-OFL.txt) */
@font-face{font-family:"Instrument Sans";font-style:normal;font-weight:400 500;font-display:swap;src:url(fonts/instrument-sans-regular.woff) format("woff")}
@font-face{font-family:"Instrument Sans";font-style:normal;font-weight:600 800;font-display:swap;src:url(fonts/instrument-sans-bold.woff) format("woff")}
@font-face{font-family:"Bricolage Grotesque";font-style:normal;font-weight:400 500;font-display:swap;src:url(fonts/bricolage-regular.woff) format("woff")}
@font-face{font-family:"Bricolage Grotesque";font-style:normal;font-weight:600 800;font-display:swap;src:url(fonts/bricolage-bold.woff) format("woff")}
@font-face{font-family:"Instrument Serif";font-style:italic;font-weight:400;font-display:swap;src:url(fonts/instrument-serif-italic.woff) format("woff")}
@font-face{font-family:"Geist Mono";font-style:normal;font-weight:400;font-display:swap;src:url(fonts/geist-mono-regular.woff) format("woff")}
/* Zigoo website - navy on pale blue-white, same palette as the app */
:root {
  --navy: #0D1B2A;
  --navy-2: #16273B;
  --slate: #5B6B7A;
  --muted: #66768A;
  --bg: #F4F7FB;
  --card: #FFFFFF;
  --soft: #E6EDF6;
  --border: #DFE6EF;
  --sky: #8FB3E6;
  --radius: 18px;
  --shadow: 0 6px 24px rgba(13, 27, 42, 0.07);
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--navy);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }

/* Language switch: show only the chosen language */
body.lang-sw .en { display: none !important; }
body.lang-en .sw { display: none !important; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(244, 247, 251, 0.92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--border);
}
.header .wrap { display: flex; align-items: center; gap: 16px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 21px; letter-spacing: -0.4px; }
.brand svg { width: 36px; height: 36px; border-radius: 10px; }
.nav { display: flex; gap: 22px; margin-left: auto; }
.nav a { text-decoration: none; font-weight: 500; font-size: 15px; color: var(--slate); }
.nav a:hover { color: var(--navy); }
.lang {
  display: flex; border: 1px solid var(--border); border-radius: 999px; overflow: hidden; background: #fff;
}
.lang button {
  border: 0; background: transparent; padding: 6px 11px; font: inherit; font-size: 13px; font-weight: 700;
  color: var(--slate); cursor: pointer;
}
.lang button.on { background: var(--navy); color: #fff; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px; border-radius: 14px; font-weight: 700; font-size: 15px; text-decoration: none;
  border: 1.5px solid transparent; cursor: pointer; font-family: inherit;
}
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--navy-2); }
.btn-ghost { background: #fff; color: var(--navy); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--navy); }
.header .btn { padding: 10px 16px; font-size: 14px; }

/* ---------- Hero ---------- */
.hero { padding: 72px 0 56px; }
.hero .wrap { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; background: var(--soft); color: var(--navy);
  font-weight: 700; font-size: 13px; padding: 6px 12px; border-radius: 999px;
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--navy); }
h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.08; letter-spacing: -1.4px; margin: 18px 0 16px; }
.lead { font-size: 18px; color: var(--slate); max-width: 540px; margin: 0 0 28px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.note { font-size: 13px; color: var(--muted); margin-top: 14px; }

.phone {
  justify-self: center; width: 290px; border-radius: 38px; background: #0b1622; padding: 10px;
  box-shadow: 0 30px 60px rgba(13, 27, 42, 0.22);
}
.phone .screen { background: var(--bg); border-radius: 30px; overflow: hidden; padding: 22px 16px 18px; }
.ph-greet { display: flex; align-items: center; gap: 10px; }
.ph-greet svg { width: 34px; height: 34px; border-radius: 9px; }
.ph-hi { font-weight: 800; font-size: 17px; }
.ph-sub { font-size: 11.5px; color: var(--slate); }
.ph-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 16px; }
.ph-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 10px; }
.ph-card.sel { border: 1.6px solid var(--navy); }
.ph-card svg { width: 100%; height: 44px; }
.ph-card b { display: block; font-size: 12px; margin-top: 6px; }
.ph-card span { font-size: 10.5px; color: var(--slate); }
.ph-search {
  margin-top: 12px; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 12px;
  display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px;
}
.ph-search i { margin-left: auto; font-style: normal; font-size: 10.5px; background: var(--soft); padding: 3px 9px; border-radius: 999px; color: var(--slate); }

/* ---------- Sections ---------- */
section { padding: 64px 0; }
.section-head { max-width: 640px; margin-bottom: 34px; }
h2 { font-size: clamp(26px, 3.4vw, 36px); letter-spacing: -0.8px; line-height: 1.15; margin: 0 0 10px; }
.section-head p { color: var(--slate); font-size: 17px; margin: 0; }
.alt { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px;
  box-shadow: var(--shadow);
}
.alt .card { box-shadow: none; background: var(--bg); }
.card h3 { margin: 12px 0 4px; font-size: 18px; letter-spacing: -0.2px; }
.card p { margin: 0; color: var(--slate); font-size: 15px; }
.vehicle svg { height: 70px; width: 100%; }
.cap { display: inline-block; margin-top: 10px; font-size: 13px; font-weight: 700; background: var(--soft); padding: 4px 10px; border-radius: 999px; }
.soon { margin-top: 16px; color: var(--muted); font-size: 14px; }

.step-num {
  width: 38px; height: 38px; border-radius: 12px; background: var(--navy); color: #fff; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.icon-tile {
  width: 44px; height: 44px; border-radius: 12px; background: var(--soft); display: flex; align-items: center; justify-content: center;
}
.icon-tile svg { width: 24px; height: 24px; }

.areas { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.area {
  background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 10px 18px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px;
}
.area .pin { width: 9px; height: 9px; border-radius: 50%; background: var(--navy); }

/* Two-column feature blocks (drivers / business) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.ticks { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.ticks li { display: flex; gap: 12px; align-items: flex-start; }
.ticks li::before {
  content: ""; flex: none; width: 22px; height: 22px; border-radius: 7px; margin-top: 1px;
  background: var(--navy) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4 8-9' fill='none' stroke='white' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px no-repeat;
}

/* Form */
.form { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.form h3 { margin: 0 0 4px; font-size: 20px; }
.form p.small { margin: 0 0 16px; color: var(--slate); font-size: 14px; }
.field { display: grid; gap: 6px; margin-bottom: 14px; }
.field label { font-weight: 700; font-size: 14px; }
.field input, .field select {
  font: inherit; font-size: 15px; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--border);
  background: var(--bg); color: var(--navy);
}
.field input:focus, .field select:focus { outline: 2px solid var(--navy); outline-offset: 1px; background: #fff; }
.form .btn { width: 100%; }

/* Download band */
.band {
  background: var(--navy); color: #fff; border-radius: 26px; padding: 44px; display: grid;
  grid-template-columns: 1.3fr 1fr; gap: 30px; align-items: center;
}
.band h2 { color: #fff; }
.band p { color: #C7D6E2; margin: 0; font-size: 17px; }
.band .cta-row { justify-content: flex-end; }
.band .btn-primary { background: #fff; color: var(--navy); }
.band .btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.35); }
.store {
  display: inline-flex; align-items: center; gap: 10px; padding: 11px 18px; border-radius: 14px;
  border: 1.5px solid rgba(255, 255, 255, 0.35); color: #fff; text-decoration: none;
}
.store small { display: block; font-size: 11px; color: #C7D6E2; }
.store b { display: block; font-size: 16px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-grid a { text-decoration: none; }
.contact-grid .card:hover { border-color: var(--navy); }
.contact-grid .val { font-weight: 800; font-size: 17px; margin-top: 4px; word-break: break-word; }

/* Footer */
.footer { padding: 34px 0 44px; border-top: 1px solid var(--border); color: var(--slate); font-size: 14px; }
.footer .wrap { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; }
.footer nav { display: flex; gap: 18px; flex-wrap: wrap; }
.footer a { text-decoration: none; font-weight: 600; }
.footer a:hover { color: var(--navy); }

/* ---------- Legal pages ---------- */
.legal { padding: 48px 0 64px; }
.legal .doc {
  max-width: 820px; margin: 0 auto; background: #fff; border: 1px solid var(--border); border-radius: 22px;
  padding: 44px; box-shadow: var(--shadow);
}
.legal h1 { font-size: clamp(30px, 4vw, 40px); margin: 0 0 6px; }
.legal .meta { color: var(--muted); font-size: 14px; margin-bottom: 26px; }
.legal h2 { font-size: 21px; margin: 32px 0 10px; letter-spacing: -0.3px; }
.legal p, .legal li { color: #25384B; font-size: 15.5px; }
.legal ul { padding-left: 20px; }
.legal li { margin: 6px 0; }
.legal .callout { background: var(--bg); border: 1px solid var(--border); border-radius: 14px; padding: 16px 18px; margin: 18px 0; }
.legal table { width: 100%; border-collapse: collapse; font-size: 14.5px; margin: 10px 0; }
.legal th, .legal td { text-align: left; padding: 10px 8px; border-bottom: 1px solid var(--border); vertical-align: top; }
.legal th { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.8px; color: var(--muted); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero .wrap, .split, .band { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3, .contact-grid { grid-template-columns: 1fr; }
  .band .cta-row { justify-content: flex-start; }
  .nav { display: none; }
  .header .wrap { justify-content: space-between; }
  .lang { margin-left: auto; }
}
@media (max-width: 560px) {
  .hero { padding: 44px 0 36px; }
  section { padding: 48px 0; }
  .grid-4 { grid-template-columns: 1fr 1fr; gap: 12px; }
  .card { padding: 18px; }
  .band { padding: 28px 22px; border-radius: 22px; }
  .legal .doc { padding: 26px 20px; border-radius: 18px; }
  .header .btn { display: none; }
  .phone { width: 260px; }
}

/* =====================================================================
   v2 – friendly, playful layout (inspired by on-demand delivery sites)
   ===================================================================== */
.hero2 {
  position: relative; background: var(--navy); color: #fff; overflow: hidden;
  padding: 70px 0 120px;
}
.hero2::after { /* wavy bottom edge */
  content: ""; position: absolute; left: -5%; right: -5%; bottom: -1px; height: 90px;
  background: var(--bg); border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}
.hero2 .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.hero2 h1 { color: #fff; }
.hero2 .lead { color: #C7D6E2; }
.hero2 .eyebrow { background: rgba(143, 179, 230, 0.18); color: #DDE8F7; }
.hero2 .eyebrow .dot { background: var(--sky); }
.blob { position: absolute; border-radius: 50%; background: rgba(143, 179, 230, 0.12); z-index: 1; }
.blob.b1 { width: 420px; height: 420px; right: -120px; top: -140px; }
.blob.b2 { width: 220px; height: 220px; left: -80px; bottom: 40px; background: rgba(143, 179, 230, 0.08); }

/* Booking box in the hero */
.bookbox { background: #fff; color: var(--navy); border-radius: 24px; padding: 18px; box-shadow: 0 24px 50px rgba(0,0,0,0.25); max-width: 480px; }
.bookbox .row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 14px; background: var(--bg); }
.bookbox .row + .row { margin-top: 8px; }
.bookbox .row .mk { width: 12px; height: 12px; border-radius: 50%; background: var(--slate); flex: none; }
.bookbox .row .mk.sq { border-radius: 3px; background: var(--navy); }
.bookbox .row input { border: 0; background: transparent; font: inherit; font-size: 15px; width: 100%; color: var(--navy); outline: none; }
.bookbox .btn { width: 100%; margin-top: 12px; }
.bookbox .hint { font-size: 12.5px; color: var(--muted); margin-top: 10px; text-align: center; }

/* Floating vehicle bubbles */
.bubbles { position: relative; height: 380px; }
.bubble {
  position: absolute; width: 150px; height: 150px; border-radius: 50%; background: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25); color: var(--navy); font-weight: 800; font-size: 14px;
  animation: float 6s ease-in-out infinite;
}
.bubble svg { width: 92px; height: 50px; }
.bubble.s1 { left: 6%; top: 10px; }
.bubble.s2 { right: 6%; top: 40px; width: 170px; height: 170px; animation-delay: -1.5s; }
.bubble.s3 { left: 18%; bottom: 0; width: 160px; height: 160px; animation-delay: -3s; }
.bubble.s4 { right: 16%; bottom: 20px; width: 130px; height: 130px; animation-delay: -4.5s; }
.bubble.s4 svg { width: 76px; height: 40px; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@media (prefers-reduced-motion: reduce) { .bubble { animation: none; } }

/* Category circles */
.cats { display: flex; justify-content: center; align-items: flex-start; gap: 28px; flex-wrap: wrap; margin-top: -10px; }
.cat { display: flex; flex-direction: column; align-items: center; gap: 10px; text-decoration: none; width: 130px; text-align: center; }
.cat .circle {
  width: 104px; height: 104px; border-radius: 50%; background: #fff; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); transition: transform .2s;
}
.cat:hover .circle { transform: translateY(-4px); }
.cat .circle svg { width: 70px; height: 38px; }
.cat b { font-size: 15px; }
.cat > span:not(.circle) { font-size: 12.5px; color: var(--slate); margin-top: -6px; }
.cat b span { font-size: inherit; color: inherit; }
.cat.soon .circle { background: var(--soft); }

/* Three audience cards with photo slots */
.aud { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.aud .card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.aud .body { padding: 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.aud .body .btn { margin-top: auto; align-self: flex-start; }
.photo {
  position: relative; aspect-ratio: 16 / 10; background: linear-gradient(135deg, #1E3A5F, #0D1B2A); overflow: hidden;
}
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo .ph-label { display: none; }
.photo.empty img { display: none; }
.photo.empty .ph-label {
  display: flex; position: absolute; inset: 0; align-items: center; justify-content: center; text-align: center;
  color: #C7D6E2; font-size: 13px; padding: 20px; border: 2px dashed rgba(199, 214, 226, 0.35); margin: 12px; border-radius: 14px;
}

/* Example prices */
.price-wrap { background: #fff; border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; }
.price-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.price-table th, .price-table td { padding: 14px 16px; text-align: right; border-bottom: 1px solid var(--border); white-space: nowrap; }
.price-table th:first-child, .price-table td:first-child { text-align: left; white-space: normal; }
.price-table thead th { background: var(--bg); font-size: 13px; color: var(--slate); font-weight: 700; }
.price-table td b { font-size: 15px; }
.price-table td small { display: block; color: var(--muted); font-size: 12px; }
.price-table tr:last-child td { border-bottom: 0; }
.price-scroll { overflow-x: auto; }
.price-note { font-size: 13px; color: var(--muted); margin-top: 12px; }

/* FAQ */
.faq { display: grid; gap: 10px; max-width: 820px; }
.faq details { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 4px 20px; }
.faq summary {
  cursor: pointer; list-style: none; font-weight: 700; font-size: 16px; padding: 16px 0;
  display: flex; justify-content: space-between; gap: 16px; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; font-weight: 400; color: var(--slate); flex: none; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0 0 16px; color: var(--slate); }

/* Testimonials */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quote p { font-size: 16px; color: var(--navy); margin: 0 0 16px; }
.quote .who { display: flex; align-items: center; gap: 10px; }
.quote .who img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.quote .who b { display: block; font-size: 14px; }
.quote .who span { font-size: 12.5px; color: var(--slate); }

/* Social icons */
.social { display: flex; gap: 10px; }
.social a {
  width: 40px; height: 40px; border-radius: 12px; background: #fff; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
}
.social a:hover { border-color: var(--navy); }
.social svg { width: 18px; height: 18px; }

@media (max-width: 960px) {
  .hero2 .wrap, .aud, .quotes { grid-template-columns: 1fr; }
  .bubbles { height: 300px; }
  .bubble { width: 120px; height: 120px; font-size: 12.5px; }
  .bubble svg { width: 72px; height: 40px; }
  .bubble.s2 { width: 136px; height: 136px; }
  .bubble.s3 { width: 128px; height: 128px; }
  .bubble.s4 { width: 108px; height: 108px; }
}
@media (max-width: 560px) {
  .hero2 { padding: 44px 0 100px; }
  .cats { gap: 14px; }
  .cat { width: 42%; }
  .cat .circle { width: 90px; height: 90px; }
  .price-table th, .price-table td { padding: 12px 10px; font-size: 14px; }
}
[hidden] { display: none !important; }

/* driver feature photo */
.driver-photo{display:block;width:100%;aspect-ratio:5/3;object-fit:cover;border-radius:22px;margin:0 0 22px;box-shadow:0 18px 40px -22px rgba(13,27,42,.55)}
.price-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
@media (max-width:560px){
  .price-table th,.price-table td{padding:11px 6px;font-size:13px}
  .price-table th:first-child,.price-table td:first-child{padding-left:14px}
  .price-table th:last-child,.price-table td:last-child{padding-right:14px}
  .price-table td b{font-size:13px}
  .price-table td small{font-size:11px}
}

/* ---------- Real vehicle photos in circles ---------- */
.veh + svg { display: none; }
.bubble { overflow: hidden; isolation: isolate; }
.bubble .veh { width: 70%; height: auto; mix-blend-mode: multiply; pointer-events: none; }
.cat .circle { overflow: hidden; }
.cat .circle .veh { width: 82%; height: auto; mix-blend-mode: multiply; transition: transform .45s cubic-bezier(.34,1.56,.64,1); }

/* ---------- Motion (Glovo-style) ---------- */
body { -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-weight: 700; }
.bubble { translate: var(--px, 0) var(--py, 0); transition: translate .5s cubic-bezier(.22,1,.36,1), box-shadow .3s; cursor: pointer; user-select: none; -webkit-tap-highlight-color: transparent; }
.bubble:hover { box-shadow: 0 26px 50px rgba(0,0,0,.35); }
.bubble.pop { animation: float 6s ease-in-out infinite, pop .6s cubic-bezier(.34,1.56,.64,1); }
@keyframes pop { 0% { scale: 1; } 30% { scale: 1.16; } 55% { scale: .94; } 75% { scale: 1.04; } 100% { scale: 1; } }

.cat .circle { transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .3s; }
.cat:hover .circle, .cat.tap .circle { transform: translateY(-8px) scale(1.06); box-shadow: 0 18px 34px -12px rgba(13,27,42,.35); }
.cat:hover .circle .veh, .cat.tap .circle .veh { transform: scale(1.12) rotate(-4deg); }
.cat:hover .circle svg, .cat.tap .circle svg { transform: scale(1.1); transition: transform .35s; }

.aud .card { transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s; }
.aud .card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -24px rgba(13,27,42,.45); }
.photo img { transition: transform .8s cubic-bezier(.22,1,.36,1); }
.aud .card:hover .photo img { transform: scale(1.07); }
.driver-photo { transition: transform .6s cubic-bezier(.22,1,.36,1); }
.driver-photo:hover { transform: scale(1.02) rotate(-.4deg); }

.btn { transition: transform .15s, background .2s, border-color .2s, box-shadow .2s; }
.btn:hover { box-shadow: 0 10px 24px -12px rgba(13,27,42,.6); }
.btn:active { transform: scale(.96); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .8s cubic-bezier(.22,1,.36,1); transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .bubble, .bubble.pop { animation: none; translate: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .cat .circle, .cat .circle .veh, .aud .card, .photo img { transition: none; }
}

/* ---------- Hero: Zigoo app icon (replaces the vehicle bubbles) ---------- */
.hero-art { position: relative; height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; perspective: 900px; }
.hero-art .ring { position: absolute; left: 50%; top: 46%; border-radius: 50%; border: 1px solid rgba(199,214,226,.14); transform: translate(-50%,-50%); animation: ringPulse 6s ease-in-out infinite; }
.hero-art .r1 { width: 300px; height: 300px; }
.hero-art .r2 { width: 400px; height: 400px; animation-delay: -2s; border-color: rgba(199,214,226,.09); }
.hero-art .r3 { width: 500px; height: 500px; animation-delay: -4s; border-color: rgba(199,214,226,.05); }
@keyframes floatY { 0%,100% { translate: 0 0; } 50% { translate: 0 -14px; } }
@keyframes ringPulse { 0%,100% { scale: 1; opacity: 1; } 50% { scale: 1.04; opacity: .6; } }
.app-icon {
  position: relative; width: 230px; height: 230px; border-radius: 52px;
  transform: rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)); transition: transform .5s cubic-bezier(.22,1,.36,1);
  animation: floatY 6s ease-in-out infinite; cursor: pointer;
  box-shadow: 0 40px 80px -20px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.08), 0 0 90px rgba(91,143,214,.25);
}
.app-icon svg { width: 100%; height: 100%; display: block; border-radius: 52px; }
.app-icon::after { content: ""; position: absolute; inset: 0; border-radius: 52px; pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,0) 45%); }
.app-icon.pop { animation: floatY 6s ease-in-out infinite, pop .6s cubic-bezier(.34,1.56,.64,1); }
.icon-name { margin-top: 26px; color: #fff; font-weight: 700; font-size: 22px; letter-spacing: -.3px; opacity: .92; }

/* ---------- Fleet: big photo tiles ---------- */
.fleet { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tile {
  position: relative; display: flex; flex-direction: column; text-decoration: none; color: var(--navy);
  background: #fff; border: 1px solid var(--border); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow);
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s; -webkit-tap-highlight-color: transparent;
}
.tile-pic { aspect-ratio: 4 / 3; overflow: hidden; background: var(--soft); }
.tile-pic img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .9s cubic-bezier(.22,1,.36,1); }
.tile-art { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(120% 90% at 50% 20%, #7FB0EA 0%, #3D6FB0 45%, #1E3A5F 100%); transition: transform .9s cubic-bezier(.22,1,.36,1); }
.tile-art svg { width: 72%; }
.tile-txt { padding: 14px 56px 16px 16px; display: flex; flex-direction: column; gap: 2px; }
.tile-txt b { font-size: 17px; font-weight: 700; }
.tile-txt > span { font-size: 13px; color: var(--slate); }
.tile .go { position: absolute; right: 14px; bottom: 16px; width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-style: normal; font-weight: 700;
  background: var(--soft); color: var(--navy); transition: background .3s, color .3s, transform .4s cubic-bezier(.34,1.56,.64,1); }
.tile:hover, .tile.tap { transform: translateY(-8px); box-shadow: 0 30px 60px -28px rgba(13,27,42,.55); }
.tile:hover .tile-pic img, .tile.tap .tile-pic img, .tile:hover .tile-art, .tile.tap .tile-art { transform: scale(1.12); }
.tile:hover .go, .tile.tap .go { background: var(--navy); color: #fff; transform: translateX(3px); }

@media (max-width: 900px) {
  .fleet { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .tile { border-radius: 18px; }
  .tile-txt { padding: 10px 44px 12px 12px; }
  .tile-txt b { font-size: 15px; }
  .tile-txt > span { font-size: 12px; }
  .tile .go { width: 28px; height: 28px; right: 10px; bottom: 12px; font-size: 13px; }
  .hero-art { height: 300px; }
  .app-icon, .app-icon svg, .app-icon::after { width: 170px; height: 170px; border-radius: 40px; }
  .hero-art .r1 { width: 230px; height: 230px; }
  .hero-art .r2 { width: 300px; height: 300px; }
  .hero-art .r3 { width: 370px; height: 370px; }
  .icon-name { font-size: 19px; margin-top: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .app-icon, .hero-art .ring { animation: none; }
  .tile, .tile-pic img, .tile-art { transition: none; }
}
.split > * { min-width: 0; }

/* ---------- About: vision, mission, values ---------- */
.about { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.about::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -160px; top: -200px; background: rgba(91,143,214,.12); }
.about .wrap { position: relative; }
.about h2 { color: #fff; }
.about .section-head p { color: #C7D6E2; max-width: 760px; margin: 0 auto; }
.kicker { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #8FB3E6; margin-bottom: 10px; }
.vm { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.vm-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 30px;
  transition: transform .4s cubic-bezier(.22,1,.36,1), background .3s; }
.vm-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.09); }
.vm-ic { width: 48px; height: 48px; border-radius: 14px; background: #fff; color: var(--navy); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.vm-ic svg { width: 24px; height: 24px; }
.vm-card h3 { color: #fff; font-size: 21px; margin: 0 0 10px; }
.vm-card p { color: #D5E1EC; font-size: 16px; line-height: 1.65; margin: 0; }
.values { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 30px; }
.val { border-top: 2px solid #8FB3E6; padding: 14px 4px 0; display: flex; flex-direction: column; gap: 4px; }
.val b { font-size: 16px; color: #fff; }
.val > span { font-size: 13px; color: #A9BCCD; }
@media (max-width: 900px) {
  .vm { grid-template-columns: 1fr; }
  .vm-card { padding: 24px; }
  .values { grid-template-columns: 1fr 1fr; gap: 16px 14px; }
}

/* ---------- Contact: "Wasiliana nasi" ---------- */
.contact-panel { display: grid; grid-template-columns: 1.05fr 1fr; gap: 0; border-radius: 28px; overflow: hidden; box-shadow: 0 30px 70px -40px rgba(13,27,42,.6); border: 1px solid var(--border); }
.cp-info { background: var(--navy); color: #fff; padding: 44px; position: relative; overflow: hidden; }
.cp-info::after { content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%; right: -140px; bottom: -160px; background: rgba(91,143,214,.14); }
.cp-info h2 { color: #fff; margin-bottom: 10px; }
.cp-lead { color: #C7D6E2; font-size: 16px; margin: 0 0 26px; max-width: 440px; }
.cp-row { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; text-decoration: none; color: #fff;
  padding: 14px 16px; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); margin-bottom: 12px;
  transition: background .25s, transform .3s cubic-bezier(.22,1,.36,1); }
.cp-row:hover { background: rgba(255,255,255,.12); transform: translateX(4px); }
.cp-ic { width: 44px; height: 44px; flex: none; border-radius: 12px; background: #fff; color: var(--navy); display: flex; align-items: center; justify-content: center; }
.cp-ic svg { width: 22px; height: 22px; }
.cp-row small { display: block; font-size: 12.5px; color: #A9BCCD; }
.cp-row b { font-size: 17px; font-weight: 700; word-break: break-word; }
.cp-meta { position: relative; z-index: 1; margin-top: 22px; display: flex; flex-direction: column; gap: 10px; color: #C7D6E2; font-size: 14px; }
.cp-meta div { display: flex; align-items: center; gap: 10px; }
.cp-meta svg { width: 18px; height: 18px; flex: none; color: #8FB3E6; }
.cp-form { background: #fff; padding: 40px; }
.cp-form h3 { font-size: 21px; margin: 0 0 18px; }
.cp-form textarea { font: inherit; font-size: 15px; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--border); background: var(--bg); color: var(--navy); resize: vertical; width: 100%; box-sizing: border-box; }
.cp-form textarea:focus { outline: 2px solid var(--navy); outline-offset: 1px; background: #fff; }
.cp-btns { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 6px; }
.cp-btns .btn { flex: 1 1 0; justify-content: center; white-space: nowrap; padding-left: 14px; padding-right: 14px; min-width: 170px; }
@media (max-width: 900px) {
  .contact-panel { grid-template-columns: 1fr; border-radius: 22px; }
  .cp-info, .cp-form { padding: 26px 20px; }
  .cp-row b { font-size: 16px; }
}
.cp-info, .cp-form { min-width: 0; } .cp-row > span:last-child { min-width: 0; } .cp-row b { overflow-wrap: anywhere; }

/* ---------- Hero: live delivery map in the background ---------- */
.hero-map { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.7) 40%, #000 70%);
          mask-image: linear-gradient(90deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.7) 40%, #000 70%); }
.hero2::after { z-index: 2; }
.hero2 .wrap { z-index: 3; }
@media (max-width: 900px) {
  .hero-map { -webkit-mask-image: none; mask-image: none; opacity: .6; }
}

/* ---------- Hero: real background video (videos/hero.mp4) ---------- */
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0; transition: opacity .8s ease; }
.hero2.has-video .hero-video { opacity: 1; }
.hero2.has-video::before { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(13,27,42,.9) 0%, rgba(13,27,42,.72) 45%, rgba(13,27,42,.42) 100%); }
.hero2.has-video .hero-map, .hero2.has-video .blob { display: none; }
@media (max-width: 900px) { .hero2.has-video::before { background: rgba(13,27,42,.78); } }


/* ================= Typography upgrade ================= */
:root { --display: "Bricolage Grotesque", "Instrument Sans", system-ui, sans-serif; --serif: "Instrument Serif", Georgia, serif; --mono: "Geist Mono", ui-monospace, monospace; --accent: #3D6FB0; }
body { font-size: 16.5px; line-height: 1.6; letter-spacing: -0.005em; font-feature-settings: "ss01", "cv11"; text-rendering: optimizeLegibility; }
h1, h2, h3, .brand, .tile-txt b, .val b, .cp-row b, .icon-name, .price-table td b, .vm-card h3 { font-family: var(--display); }
h1 { font-size: clamp(42px, 6.2vw, 76px); line-height: 1.0; letter-spacing: -0.035em; font-weight: 700; }
h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.06; letter-spacing: -0.03em; font-weight: 700; }
h3 { letter-spacing: -0.015em; font-weight: 700; }
.accent { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -0.01em; color: var(--accent); padding-right: .04em; }
h1 .accent { font-size: 1.08em; color: #9DC0F0; }
.hero2 .accent, .about .accent, .cp-info .accent, .band .accent { color: #9DC0F0; }
.lead { font-size: 18.5px; line-height: 1.6; }
.section-head p { font-size: 17.5px; }
.kicker { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-weight: 400; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.kicker::before { content: ""; width: 26px; height: 1.5px; background: currentColor; opacity: .7; }
.about .kicker, .cp-info .kicker { color: #8FB3E6; }
.section-head[style*="center"] .kicker { justify-content: center; }
.eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; font-weight: 400; }
.nav a { font-size: 15px; letter-spacing: -0.005em; }
.btn { font-family: var(--display); font-weight: 600; letter-spacing: -0.01em; border-radius: 999px; }
.price-table td, .price-table th { font-variant-numeric: tabular-nums; }
.price-table td:not(:first-child) { font-family: var(--mono); font-size: 14.5px; letter-spacing: -0.02em; }
.price-table thead th { font-family: var(--mono); font-weight: 400; text-transform: uppercase; letter-spacing: .08em; font-size: 11.5px; }
.cp-row b, .tile-txt b { letter-spacing: -0.02em; }
.tile-txt b { font-size: 18px; }
.faq summary { font-family: var(--display); letter-spacing: -0.015em; }

/* hero trust row */
.trust { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 26px; }
.trust div { display: flex; flex-direction: column; }
.trust b { font-family: var(--display); font-size: 26px; font-weight: 700; color: #fff; letter-spacing: -0.03em; line-height: 1.1; }
.trust span { font-family: var(--mono); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: #9FB4C8; }
.trust .sep { width: 1px; background: rgba(199,214,226,.2); align-self: stretch; }
@media (max-width: 900px) {
  h1 { letter-spacing: -0.03em; }
  .trust { gap: 10px 18px; }
  .trust b { font-size: 22px; }
  .trust .sep { display: none; }
}
