@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* =========================================================
   ZENION — FULL CSS (CLEAN + FIXED)
   - Solutions: NO gradient fade layer (as requested)
   - Fleet bullets: CENTERED (as requested)
   - More space between Fleet title/content and the 3 boxes (CSS-only)
   - Fleet background: image + 50% black overlay throughout
   - Hero bike: ALWAYS 50% opacity
   - Partners: subtle black -> #0097ff gradient
   - Fixed: Duplicate/Secondary scrollbars removed (vw overflow fix)
   ========================================================= */


/* =========================
   1) TOKENS / BASE
   ========================= */
:root{
  --bg:#0097ff;

  --panel:rgba(255,255,255,.06);
  --panel-2:rgba(255,255,255,.04);

  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.68);

  --border:rgba(255,255,255,.12);
  --shadow:0 12px 40px rgba(0,0,0,.35);

  --container:1100px;
  --header-h:72px;

  --card:#2a4057;
}

*{ box-sizing:border-box; }

html{
  scroll-behavior:smooth;
  scroll-padding-top:var(--header-h);
}

html, body{
  min-height:100%;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  background:var(--bg);
}

body{
  margin:0;
  font-family:'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color:var(--text);
  line-height:1.5;
}

a{ color:inherit; text-decoration:none; }

h1,h2,h3{ letter-spacing:-0.02em; margin:0 0 12px; }
h1{ font-weight:800; }
h2{ font-weight:700; }
h3{ font-weight:600; }
p{ font-weight:400; margin:0 0 12px; }

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

.muted{ color:var(--muted); }

.lead{
  font-size:1.05rem;
  color:var(--muted);
  font-weight:400;
}

/* Accessibility */
.skip-link{
  position:absolute;
  left:-999px;
  top:12px;
  background:#fff;
  color:#000;
  padding:10px 12px;
  border-radius:10px;
  z-index:99999;
}
.skip-link:focus{ left:12px; }


/* =========================
   2) HEADER (fixed) + NAV
   ========================= */
.site-header{
  position:fixed;
  top:0; left:0; right:0;
  height:var(--header-h);
  z-index:9999;
  background:var(--bg);
  border-bottom:1px solid rgba(255,255,255,.14);
  transform:translate3d(0,0,0);
  transition:transform .35s ease;
  overflow:visible;
}

.site-header.header--hidden{ transform:translateY(-100%); }

main{ padding-top:var(--header-h); }

.header-inner{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

/* Brand logo */
.brand{
  height:100%;
  display:inline-flex;
  align-items:center;
}
.site-header .brand-logo{
  height:30px;
  width:auto;
  object-fit:contain;
  display:block;
}

/* Nav */
.site-nav{
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.nav-link{
  padding:6px 12px;
  border-radius:12px;
  font-weight:500;
  color:rgba(255,255,255,.85);
}
.nav-link:hover{
  background:var(--panel-2);
  color:#fff;
}


/* =========================
   3) LOGIN DROPDOWN
   ========================= */
.nav-login{
  position:relative;
  display:inline-flex;
  align-items:center;
}

.nav-login::after{
  content:"";
  position:absolute;
  left:0; right:0;
  top:100%;
  height:14px;
}

.login-btn{
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  font-weight:600;
  cursor:pointer;
  transition:background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.login-btn:hover{
  background:rgba(255,255,255,.24);
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(0,0,0,.25);
}

.login-menu{
  position:absolute;
  right:0;
  top:calc(100% + 10px);
  min-width:200px;
  padding:10px;
  background:var(--bg);
  border-radius:16px;
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 18px 40px rgba(0,0,0,.35);
  display:none;
  z-index:10000;
}

.nav-login:hover .login-menu,
.nav-login:focus-within .login-menu{ display:block; }

.login-menu a{
  display:block;
  padding:12px 14px;
  border-radius:12px;
  color:#fff;
  font-weight:500;
  transition:background .15s ease, transform .15s ease;
}
.login-menu a:hover{
  background:rgba(255,255,255,.12);
  transform:translateX(2px);
}


/* =========================
   4) SECTIONS (global)
   ========================= */
.section{ padding:72px 0; }

.section.alt{
  background:rgba(255,255,255,.02);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}

.section h2{
  font-size:clamp(2.2rem, 4.6vw, 3.4rem);
}


/* =========================
   5) HERO VIDEO
   ========================= */
.section.hero{ padding:0; }

.hero-video-wrap{
  width:100%;
  max-width:100%;
  height:calc(100svh - var(--header-h));
  background:#000;
  overflow:hidden;
}

.hero-video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  background:#000;
}


/* =========================
   6) STRIP / MARQUEE
   ========================= */
.strip{
  background:#eee;
  color:rgba(10,18,28,0.88);
  border-top:1px solid rgba(0,0,0,0.08);
  border-bottom:1px solid rgba(0,0,0,0.08);

  width:100%;
  max-width:100%;

  overflow:hidden;
}

.strip__inner{ width:100%; padding:10px 0; }

.strip__track{
  display:flex;
  width:max-content;
  will-change:transform;
  animation:stripMove 32s linear infinite;
}

.strip__group{
  display:flex;
  align-items:center;
  gap:40px;
  padding:0 28px;
  white-space:nowrap;
}

.strip__item{
  font-family:'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight:400;
  font-size:clamp(13px, 1.6vw, 18px);
  letter-spacing:-0.01em;
}

.strip__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:none !important;
  background:transparent !important;
}
.strip__icon img{
  width:40px;
  height:auto;
  display:block;
}

@keyframes stripMove{
  from{ transform:translateX(-25%); }
  to{ transform:translateX(0); }
}

.strip:nth-of-type(1) .strip__track,
.strip:nth-of-type(3) .strip__track,
.strip:nth-of-type(5) .strip__track{
  animation-direction:reverse;
}

.strip + .hero-features{ margin-top:60px; }


/* =========================
   7) HERO FEATURES (bike + 4 cards)
   ========================= */
.hero-features{
  padding-top:48px;
  padding-bottom:120px;
}

.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr 1fr;
  gap:56px;
  align-items:start;
}

.hero-left h1{ margin-bottom:12px; }
.hero-left .lead{ margin-bottom:28px; }

/* CPx bike: ALWAYS 50% opacity */
.hero-bike{
  max-width:520px;
  width:100%;
  height:auto;
  display:block;
  

  transform:translateX(80vw);
  will-change:transform;
  transition:transform 4800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-features.bike-inview .hero-bike{
  transform:translateX(0);
}

img.hero-bike{
  box-shadow:none !important;
  filter:none !important;
  transition:transform .2s ease, filter .2s ease;
}
img.hero-bike:hover{
  transform:translateY(-3px);
  filter:drop-shadow(0 12px 30px rgba(0,0,0,.25)) !important;
}

.hero-right{
  display:grid;
  grid-template-columns:repeat(2, minmax(280px, 1fr));
  gap:24px;
}

.feature-card{
  background:#fff;
  color:#0a121c;
  border-radius:26px;
  padding:18px 34px;
  text-align:center;
  box-shadow:0 8px 20px rgba(0,0,0,.12), 0 2px 6px rgba(0,0,0,.06);
  transition:transform .2s ease, box-shadow .2s ease;
}
.feature-card h3{ margin:0 0 6px; font-weight:700; }
.feature-card p{ margin:0; font-size:.95rem; line-height:1.45; }
.feature-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 30px rgba(0,0,0,.25);
}


/* =========================
   8) BUTTONS
   ========================= */
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:var(--card);
  color:#fff;
  font-weight:600;
  transition:background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.button:hover{
  background:#324d69;
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.25);
}


/* =========================
   9) GRIDS / CARDS (shared)
   ========================= */
.grid{ display:grid; gap:14px; }
.cards{ grid-template-columns:repeat(3, minmax(0,1fr)); }

.card{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.18);
  background:#fff;
  padding:16px;
  color:#0a121c;
}


/* =========================
   10) URBAN MOBILITY SOLUTIONS
   - NO gradient overlay (per your request)
   - Image at 50% opacity
   ========================= */
#solutions{
  position:relative;
  background:#000;
  overflow:hidden;
}

#solutions::before{
  content:"";
  position:absolute;
  inset:0;
  background:url("https://storage.googleapis.com/zenion.com/JKZenion.com/CPxParkWillesden.jpg")
    center 40% / cover no-repeat;
  opacity:.5;
  z-index:0;
}

#solutions > .container{
  position:relative;
  z-index:1;
}

#solutions > .container > h2,
#solutions > .container > p{
  text-align:center;
  text-shadow:0 4px 12px rgba(0,0,0,.35);
}

#solutions .card{
  text-align:center;
  transition:transform .2s ease, box-shadow .2s ease;
}
#solutions .card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 30px rgba(0,0,0,.25);
}

#solutions .card h3,
#solutions .card p,
#solutions .card li{ color:#000; }

#solutions .card ul{
  list-style:none;
  padding:0;
  margin:12px 0 0;
}


/* =========================
   11) FLEET SOLUTIONS (Zero Emission section)
   - Full image + 50% black overlay
   - MORE SPACE between title area and the 3 boxes (CSS-only)
   - Bullets centered (as requested)
   ========================= */
.section.fleet-solutions{
  position:relative;
  min-height:100vh;
  background:#000;
  overflow:hidden;
}

.section.fleet-solutions::before{
  content:"";
  position:absolute;
  inset:0;
  background:url("https://storage.googleapis.com/zenion.com/JKZenion.com/stuart-fleet.jpg")
    center center / cover no-repeat;
  z-index:0;
}

.section.fleet-solutions::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.5);
  z-index:1;
}

.section.fleet-solutions > .container{
  position:relative;
  z-index:2;
  padding-top:8vh;
  padding-bottom:5vh;
}

/* Title + subtitle */
.fleet-title{
  text-align:center;
  text-shadow:0 4px 12px rgba(0,0,0,.35);
  margin-bottom:12px;
}

.fleet-subtitle{
  text-align:center;
  color:rgba(255,255,255,.85);
  max-width:820px;
  margin:0 auto 22px;
  font-size:1.05rem;
}

/* White intro card */
.white-info-card{
  background:#fff;
  color:#0a121c;
  border-radius:28px;
  padding:28px 32px;
  max-width:900px;
  margin:18px auto 78px;


  box-shadow:
    0 12px 30px rgba(0,0,0,.12),
    0 2px 6px rgba(0,0,0,.06);

  transition:transform .2s ease, box-shadow .2s ease;
  text-align:center;
}

.white-info-card:hover{
  transform:translateY(-4px);
  box-shadow:
    0 20px 44px rgba(0,0,0,.22),
    0 6px 14px rgba(0,0,0,.12);
}

.white-info-lead{
  font-weight:800;
  font-size:1.15rem;
  margin-bottom:14px;
}

.white-info-card p{
  margin-bottom:14px;
  line-height:1.55;
}
.white-info-card p:last-child{ margin-bottom:0; }

#solutions .container{
  text-align:center;
}

#solutions .muted{
  margin-bottom:48px;
}

#solutions .grid.cards{
  margin-top:0;
  gap:24px;
}


/* Fleet cards grid */
.fleet-cards{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:44px;
  margin:0;
}

.fleet-card{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.18);
  background:#fff;
  padding:18px 18px;
  color:#0a121c;
  transition:transform .2s ease, box-shadow .2s ease;
  text-align:center;
}
.fleet-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 30px rgba(0,0,0,.25);
}

.fleet-card h3{
  text-align:center;
  margin-bottom:18px;
}

.fleet-list{
  list-style:disc;
  list-style-position:inside;
  padding:0;
  margin:0;
  text-align:center;
}

.fleet-list li{
  margin:0 0 10px;
  font-size:.95rem;
  line-height:1.45;
  color:#000;
}

.fleet-list li:last-child{ margin-bottom:0; }

.fleet-list li::marker{
  color:var(--bg);
  font-weight:800;
}


/* =========================
   12) PARTNERS (subtle gradient)
   ========================= */
.section.partners{
  background: #212830;
}


.partners-title{
  text-align:center;
  text-shadow:0 4px 12px rgba(0,0,0,.35);
  margin:0 0 28px;
}

.partners-grid{
  display:grid;
  grid-template-columns:repeat(7, max-content);
  justify-content:center;
  align-items:center;
  gap:34px 44px;
}

.partner-logo{
  height:126px;
  width:auto;
  display:block;
  object-fit:contain;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  outline:0 !important;
  transition:transform .2s ease, filter .2s ease;
  flex-shrink:0 !important;
}
.partner-logo:hover{
  transform:translateY(-3px);
  filter:drop-shadow(0 12px 30px rgba(0,0,0,.25));
}


/* =========================
   13) TEAM
   ========================= */
.section.team{ position:relative; padding:90px 0; }
.team-inner{ position:relative; }

.team-title{
  text-align:center;
  font-weight:800;
  font-size:clamp(2.2rem, 4.6vw, 4rem);
  letter-spacing:-0.02em;
  margin:0 0 56px;
  color:#fff;
  text-shadow:0 4px 12px rgba(0,0,0,.35);
  position:relative;
  z-index:2;
}

.team-watermark{
  position:absolute;
  inset:0;
  margin:auto;
  width:min(760px, 62vw);
  height:min(760px, 62vw);
  background:url("https://storage.googleapis.com/zenion.com/JKZenion.com/ZenionWhitePinOnly.png") center / contain no-repeat;
  opacity:.10;
  pointer-events:none;
  z-index:1;
}

.team-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:44px 34px;
  align-items:start;
  justify-items:center;
}

.team-card{
  text-align:center;
  max-width:240px;
  perspective:1000px;
}

.team-card:nth-child(1){ grid-column:2 / span 2; }
.team-card:nth-child(2){ grid-column:4 / span 2; }
.team-card:nth-child(3){ grid-column:1 / span 2; }
.team-card:nth-child(4){ grid-column:3 / span 2; }
.team-card:nth-child(5){ grid-column:5 / span 2; }

.photo-flip{
  position:relative;
  width:150px;
  height:150px;
  margin:0 auto 16px;
  perspective:1000px;
  transform-style:preserve-3d;
}

.photo-face{
  position:absolute;
  inset:0;
  backface-visibility:hidden;
  transition:transform .7s cubic-bezier(.4,.2,.2,1);
}
.photo-back{ transform:rotateY(180deg); }

.team-card:hover .photo-front{ transform:rotateY(180deg); }
.team-card:hover .photo-back{ transform:rotateY(360deg); }

.team-photo{
  width:100%;
  height:100%;
  border-radius:999px;
  object-fit:cover;
  display:block;
  border:6px solid rgba(255,255,255,.85);
  box-shadow:0 10px 26px rgba(0,0,0,.20);
}

.team-name{
  margin:0;
  font-size:1.25rem;
  font-weight:800;
  letter-spacing:-0.01em;
  color:#fff;
}
.team-role{
  margin:6px 0 0;
  font-size:1rem;
  color:rgba(255,255,255,.85);
}


/* =========================
   14) IMPACT
   ========================= */
#about{ background:var(--bg); }

.impact{ padding:26px 0 10px; }

.impact-title{
  text-align:center;
  margin:0 0 42px;
  font-size:clamp(2.2rem, 4.4vw, 4rem);
  font-weight:800;
  letter-spacing:-0.02em;
  color:#fff;
  text-shadow:0 4px 12px rgba(0,0,0,.35);
}

.impact-stage{
  position:relative;
  min-height:430px;
  display:grid;
  place-items:center;
}

.impact-backdrop{
  position:absolute;
  left:0; right:0;
  margin:0 auto;
  width:min(980px, 92vw);
  height:340px;
  background:#94f489;
  border-radius:34px;
  z-index:1;
}

.impact-card{
  position:absolute;
  width:360px;
  max-width:84vw;
  border-radius:28px;
  padding:32px 28px;
  text-align:center;
  z-index:2;
  transition:transform .2s ease, box-shadow .2s ease;
}

.impact-card--white{
  background:#fff;
  color:#0a121c;
  left:12%;
  top:50%;
  transform:translateY(-50%);
  box-shadow:0 18px 40px rgba(0,0,0,.20);
}

.impact-card--green{
  background:#94f489;
  color:#0a121c;
  right:12%;
  top:50%;
  transform:translateY(-50%);
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}

.impact-card:hover{
  transform:translateY(calc(-50% - 3px));
  box-shadow:0 18px 40px rgba(0,0,0,.30);
}

.impact-icon-wrap{
  width:140px;
  height:140px;
  border-radius:26px;
  background:#94f489;
  display:grid;
  place-items:center;
  margin:0 auto 18px;
}
.impact-icon-wrap--white{ background:#fff; }

.impact-icon{
  width:86px;
  height:86px;
  object-fit:contain;
  display:block;
}

.impact-label{ margin:0 0 12px; font-size:.95rem; opacity:.85; }
.impact-value{ margin:0 0 14px; font-size:1.8rem; font-weight:800; letter-spacing:-0.02em; }
.impact-desc{ margin:0; font-size:.95rem; line-height:1.5; opacity:.9; }


/* =========================
   15) CONTACT
   ========================= */
.contact-wrap{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:28px;
  align-items:start;
}

#contact h2{ text-shadow:0 4px 12px rgba(0,0,0,.35); }

.contact-social{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:18px 0 16px;
}

.social-btn{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  color:rgba(255,255,255,.92);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.social-btn svg{
  width:20px;
  height:20px;
  display:block;
  fill:currentColor;
}
.social-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 30px rgba(0,0,0,.25);
  background:rgba(255,255,255,.16);
}

.contact-meta p{ margin:0 0 8px; }
.contact-meta a{ text-decoration:underline; }

.contact-form{
  border-radius:22px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  padding:20px;
  box-shadow:0 12px 34px rgba(0,0,0,.18);
  width:100%;
}

.field-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-bottom:14px;
}

.field{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:14px;
}

label{
  font-weight:700;
  font-size:.95rem;
  color:rgba(255,255,255,.92);
}

input, textarea{
  font-family:'Plus Jakarta Sans', system-ui, sans-serif;
  font-size:1rem;
  color:rgba(255,255,255,.92);
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  padding:12px 14px;
  outline:none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder{
  color:rgba(255,255,255,.85);
  opacity:1;
}

input:focus, textarea:focus{
  border-color:rgba(0,180,255,.55);
  box-shadow:0 0 0 4px rgba(0,180,255,.18);
}

.form-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:10px;
}

.form-note{ margin-top:12px; font-size:.9rem; }


/* =========================
   16) LOCATIONS
   ========================= */
.locations{ margin-top:26px; }
.locations-title{ margin:0 0 14px; font-weight:800; }

.locations-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
  align-items:stretch;
}

.loc-card{
  border-radius:22px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  box-shadow:0 12px 34px rgba(0,0,0,.18);
  overflow:hidden;
  width:100%;
  max-width:520px;
  justify-self:center;
}

.loc-head{ padding:16px 16px 10px; }
.loc-name{ margin:0 0 6px; font-weight:800; }
.loc-addr{ margin:0; color:rgba(255,255,255,.80); }

.loc-map{ height:260px; background:rgba(0,0,0,.15); }
.loc-map iframe{ width:100%; height:100%; border:0; display:block; }

.loc-actions{ padding:14px 16px 16px; display:flex; justify-content:flex-start; }

.locations + .strip{ margin-top:64px; }


/* =========================
   17) REVIEWS
   ========================= */
.reviews-title{
  text-align:center;
  margin-bottom:36px;
  font-weight:800;
  text-shadow:0 4px 12px rgba(0,0,0,.35);
}

.reviews-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
}

.review-card{
  text-align:center;
  padding:26px 20px;
  transition:transform .2s ease, box-shadow .2s ease;
}
.review-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 34px rgba(0,0,0,.25);
}

.review-avatar{
  width:72px;
  height:72px;
  border-radius:999px;
  object-fit:cover;
  margin:0 auto 12px;
  display:block;
  border:4px solid rgba(255,255,255,.85);
}

.review-stars{
  font-size:1.1rem;
  letter-spacing:2px;
  margin-bottom:6px;
}

.review-name{
  margin:0 0 10px;
  font-weight:800;
}

.review-text{
  margin:0;
  font-size:.95rem;
  line-height:1.55;
  color:rgba(255,255,255,.9);
}


/* =========================
   18) FOOTER
   ========================= */
.site-footer{
  background-color:var(--bg);
  height:var(--header-h);
  display:flex;
  align-items:center;
  border-top:0;
  box-shadow:none;
}

.footer-inner{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.footer-brand{
  display:flex;
  align-items:center;
  height:100%;
}

.site-footer .footer-logo-img{
  height:30px;
  width:auto;
  margin:0;
  display:block;
}

.footer-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:nowrap;
}

.footer-links a{
  color:rgba(255,255,255,.78);
  padding:8px 10px;
  border-radius:12px;
}
.footer-links a:hover{
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.92);
}

.footer-legal{
  flex:1;
  text-align:center;
  font-size:.9rem;
  color:rgba(255,255,255,.85);
}

#contact{
  margin-bottom:0;
  padding-bottom:0;
  background:transparent;
}


/* =========================
   19) RESPONSIVE
   ========================= */
@media (max-width:1000px){
  .hero-grid{ grid-template-columns:1fr; }
  .hero-right{ grid-template-columns:1fr; }
  .hero-bike{ margin:0 auto; }

  .partners-grid{
    grid-template-columns:repeat(3, max-content);
    gap:26px 34px;
  }
  .partner-logo{ height:64px; }

  .fleet-cards{
    grid-template-columns:1fr;
    gap:24px;
  }
}

@media (max-width:900px){
  .cards{ grid-template-columns:1fr; }
  .hero-video-wrap{ height:60vh; }

  .contact-wrap{ grid-template-columns:1fr; }
  .field-row{ grid-template-columns:1fr; }

  .locations-grid{ grid-template-columns:1fr; }
  .loc-map{ height:240px; }

  .reviews-grid{ grid-template-columns:1fr; }

  .team-grid{ grid-template-columns:1fr 1fr; gap:32px 18px; }
  .team-card:nth-child(1),
  .team-card:nth-child(2),
  .team-card:nth-child(3),
  .team-card:nth-child(4),
  .team-card:nth-child(5){ grid-column:auto; }
}

@media (max-width:520px){
  .team-grid{ grid-template-columns:1fr; }

  .partners-grid{
    grid-template-columns:repeat(2, max-content);
    gap:22px 26px;
  }
  .partner-logo{ height:58px; }
}

@media (max-width:980px){
  .impact-stage{ min-height:720px; }
  .impact-backdrop{ height:520px; }

  .impact-card--white{
    left:50%;
    transform:translate(-50%, -50%);
  }
  .impact-card--green{
    right:auto;
    left:50%;
    transform:translate(-50%, -50%);
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .strip__track{ animation:none; }
  .hero-bike{
    transition:none !important;
    transform:none !important;
  }
}


/* ==========================================================================
   MOBILE & RESPONSIVE NAVIGATION
   ========================================================================== */

/* Hide hamburger button by default on Desktop */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 10001;
}

/* Pure CSS Hamburger Icon lines */
.hamburger, .hamburger::before, .hamburger::after {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: relative;
  transition: background 0.2s, transform 0.2s;
}
.hamburger::before, .hamburger::after {
  content: "";
  position: absolute;
  left: 0;
}
.hamburger::before { top: -6px; }
.hamburger::after { bottom: -6px; }


/* Mobile Styles (Triggers at 768px wide or smaller) */
@media (max-width: 768px) {
  .nav-toggle {
    display: block; /* Show hamburger on mobile */
  }

  /* Restructure nav into a full-width dropdown below the header */
  .site-nav {
    display: none; /* Hidden by default */
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: var(--bg);
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    gap: 12px;
    border-bottom: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 15px 30px rgba(0,0,0,.4);
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
  }

  /* JavaScript will add this class to show the menu */
  .site-header.nav-open .site-nav {
    display: flex;
  }

  /* Make links stack cleanly */
  .nav-link {
    display: block;
    width: 100%;
    padding: 12px;
  }

  /* Adjust Mobile Login Menu layout */
  .nav-login {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 8px;
  }

  .login-btn {
    width: 100%;
    text-align: left;
    border-radius: 12px;
  }

  /* Change absolute positioning to static so it pushes down content natively on mobile */
  .login-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
    background: rgba(255, 255, 255, 0.04);
    margin-top: 8px;
    padding: 5px;
  }

  /* Hamburger transform to 'X' animation when open */
  .site-header.nav-open .hamburger {
    background: transparent;
  }
  .site-header.nav-open .hamburger::before {
    transform: rotate(45deg);
    top: 0;
  }
  .site-header.nav-open .hamburger::after {
    transform: rotate(-45deg);
    bottom: 0;
  }

  #solutions br {
    display: none;
  }

  #solutions .muted {
    margin-bottom: 36px;
  }

  #solutions .grid.cards {
    gap: 24px;
  }

  .partner-logo {
    height: 100px;
  }

  .partners-grid {
    gap: 20px 24px;
  }

  .section.fleet-solutions > .container {
    padding-top: 0;
  }

  /* Reduce the large gap above the title */
  #impact .container {
    padding-top: 0;
  }

  .impact {
    padding-top: 0;
  }

  .impact-title {
    margin-bottom: 24px;
  }

  /* Stack the 2 cards vertically */
  .impact-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
    gap: 24px;
  }

  .impact-card {
    position: static;
    transform: none !important;
    width: 100%;
    max-width: 400px;
  }

  /* More space between contact section and locations */
  .locations {
    margin-top: 48px;
  }

  /* Match Environmental Impact heading size */
  .locations-title {
    font-size: clamp(2.2rem, 4.4vw, 4rem);
    font-weight: 800;
    text-align: center;
    margin-bottom: 24px;
  }

  #contact .contact-left {
    text-align: center;
  }

  #contact .contact-left h2 {
    text-align: center;
    width: 100%;
  }

  .footer-nav,
  .footer-menu {
    display: none;
  }

  .back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;

    width: calc(100% - 40px);
    margin: 40px auto;

    padding: 16px 20px;

    background: #fff;
    color: #0097ff;

    border-radius: 16px;
    font-weight: 700;
    text-decoration: none;

    box-shadow: 0 8px 20px rgba(0,0,0,.15);
  }

  .back-to-top:hover {
    transform: translateY(-2px);
  }

  .footer-links {
    display: none;
  }

  .footer-inner {
    text-align: center;
  }

  .footer-brand,
  .footer-legal {
    width: 100%;
    justify-content: center;
  }

  .hero-left {
    text-align: center;
  }

  .hero-left h1,
  .hero-left .lead {
    text-align: center;
  }

  .strip__item {
    font-size: 16px;
  }

  #solutions .card p {
    line-height: 1.9;
  }

  .solution-list div {
    display: block;
    margin-bottom: 10px;
  }

  .solution-list div:last-child {
    margin-bottom: 0;
  }

  .strip + .hero-features {
    margin-top: 20px;
  }

  .brand-wrap {
    gap: 10px;
  }

  .active-rentals {
    font-size: 11px;
  }

  .mobile-only-br {
    display: block;
  }

  .team-watermark {
    width: 500vw;
    height: 500vw;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    margin: 0;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 769px) {
  .back-to-top {
    display: none;
  }
}

/* =========================
   20) UTILITIES & COMPONENT OVERRIDES
   ========================= */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: auto;

  width: 320px;
  max-width: calc(100vw - 40px);

  background: #0097ff;
  color: #ffffff;

  padding: 16px;
  border-radius: 16px;

  box-shadow: 0 10px 30px rgba(0,0,0,.2);

  display: none;
  z-index: 99999;
}

.cookie-banner.show {
  display: block;
}

.cookie-banner p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.4;
}

.cookie-actions {
  display: flex;
  gap: 8px;
}

.cookie-actions button {
  flex: 1;
  padding: 10px 12px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}

#accept-cookies {
  background: #0097ff;
  color: #fff;

  border: 1px solid rgba(255,255,255,0.75);

  box-shadow:
    0 0 0 1px rgba(255,255,255,0.15),
    0 4px 12px rgba(0,0,0,.12);

  font-weight: 700;
}

#reject-cookies {
  background: #f1f3f5;
  color: #666;
  font-weight: 200;
}

.scroll-fade-inner {
  opacity: 0;
  transform: translateY(60px);
  will-change: opacity, transform;
}

.impact-subtitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}

.active-rentals {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}

.active-rentals strong {
  font-weight: 700;
}

.active-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  animation: activePulse 1.8s infinite;
}

@keyframes activePulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .55;
    transform: scale(1.35);
  }
}

.mobile-only-br {
  display: none;
}

.review-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.review-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-link:hover .review-card {
  cursor: pointer;
  transform: translateY(-2px);
}

.strip {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.strip__inner {
  width: 100%;
  max-width: 100%;
}

.hero-left .btn-book-now {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  margin-top: -2px; /* Pulls button slightly up to leave just a micro-gap */
  margin-bottom: 20px;
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.hero-left .btn-book-now:hover {
  background-color: #f0f0f0;
  transform: translateY(-1px);
}

.hero-left .btn-book-now:active {
  transform: translateY(0);
}

/* =========================================================
   SOLUTIONS SECTION - SINGLE BUTTON PATCH
   ========================================================= */

/* Ensure wrapper centers cleanly below grid without layout shifts */
.solutions-action {
  text-align: center;
  margin-top: 32px;
  width: 100%;
}

/* Matching White Button with Black Text styling */
.solutions-action .btn-solutions-book {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.solutions-action .btn-solutions-book:hover {
  background-color: #f0f0f0;
  color: #000000;
  transform: translateY(-1px);
}

.solutions-action .btn-solutions-book:active {
  transform: translateY(0);
}

/* =========================================================
   PARTNERS SECTION - BUTTON FIX
   ========================================================= */

.partners-action {
  text-align: center;
  margin-top: 36px;
  width: 100%;
}

.partners-action .btn-signup {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.partners-action .btn-signup:hover {
  background-color: #f0f0f0;
  color: #000000;
  transform: translateY(-1px);
}

.partners-action .btn-signup:active {
  transform: translateY(0);
}

/* =========================================================
   FLEET SECTION - BUTTON AFTER SECTION
   ========================================================= */

.fleet-after-action {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 40px;
  width: 100%;
}

.fleet-after-action .btn-fleet-signup {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.fleet-after-action .btn-fleet-signup:hover {
  background-color: #f0f0f0;
  color: #000000;
  transform: translateY(-1px);
}

.fleet-after-action .btn-fleet-signup:active {
  transform: translateY(0);
}

/* =========================================================
   IMPACT SECTION - BUTTON AFTER SECTION
   ========================================================= */

.impact-after-action {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 40px;
  width: 100%;
}

.impact-after-action .btn-impact-signup {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.impact-after-action .btn-impact-signup:hover {
  background-color: #f0f0f0;
  color: #000000;
  transform: translateY(-1px);
}

.impact-after-action .btn-impact-signup:active {
  transform: translateY(0);
}

/* =========================================================
   TEAM SECTION - BUTTON AFTER SECTION
   ========================================================= */

.team-after-action {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 40px;
  width: 100%;
}

.team-after-action .btn-team-signup {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.team-after-action .btn-team-signup:hover {
  background-color: #f0f0f0;
  color: #000000;
  transform: translateY(-1px);
}

.team-after-action .btn-team-signup:active {
  transform: translateY(0);
}

/* =========================================================
   REVIEWS SECTION - BUTTON AFTER SECTION
   ========================================================= */

.reviews-after-action {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 40px;
  width: 100%;
}

.reviews-after-action .btn-reviews-signup {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.reviews-after-action .btn-reviews-signup:hover {
  background-color: #f0f0f0;
  color: #000000;
  transform: translateY(-1px);
}

.reviews-after-action .btn-reviews-signup:active {
  transform: translateY(0);
}

