/* ============ VARIABLES ============ */
:root{
  --bg-dark: #0e0f0d;
  --bg-darker: #0a0b09;
  --bg-card: #17190f;
  --bg-card-2: #1b1d13;
  --green: #7ed321;
  --green-2: #9ee62f;
  --gold: #e0b15c;
  --gold-2: #d9a44c;
  --white: #f5f5f0;
  --gray: #b9bbb2;
  --gray-dim: #8a8d82;
  --border: #2a2d20;
  --radius: 10px;
  --font: 'Be Vietnam Pro', sans-serif;
  --font-serif: 'Playfair Display', serif;
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  font-family: var(--font);
  background: var(--bg-dark);
  color: var(--white);
  line-height: 1.5;
}
img{ max-width:100%; display:block; }
a{ text-decoration:none; color:inherit; }
ul{ list-style:none; margin:0; padding:0; }
.container{
  width:100%;
  max-width: 1240px;
  margin:0 auto;
  padding: 0 24px;
}

.text-green{ color: var(--green); }

/* ============ BUTTONS ============ */
.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:700;
  font-size:14px;
  letter-spacing:.3px;
  border-radius: 30px;
  padding: 13px 26px;
  cursor:pointer;
  border:none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn--primary{
  background: linear-gradient(135deg, var(--green-2), var(--green));
  color:#0a0b09;
  box-shadow: 0 6px 20px rgba(126,211,33,.35);
}
.btn--primary:hover{ transform: translateY(-2px); box-shadow: 0 10px 26px rgba(126,211,33,.45); }
.btn--primary .arrow{ font-size:18px; line-height:0; }
.btn--call{
  background: transparent;
  border: 1.5px solid var(--green);
  color: var(--white);
  padding: 10px 20px;
  font-size:14px;
}
.btn--call:hover{ background: rgba(126,211,33,.12); }
.icon-phone{ width:16px; height:16px; fill: var(--green); }

/* ============ SECTION TITLE ============ */
.section-title{
  text-align:center;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 0 40px;
  color: var(--white);
}
.section-title .leaf{ font-size:20px; margin: 0 8px; opacity:.9; }

/* ============ ICONS (inline mask-based) ============ */
.ic{ display:inline-block; width:16px; height:16px; background: var(--green); vertical-align:-3px; margin-right:6px;
  -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat; -webkit-mask-position:center; mask-position:center; }
.ic-tag{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z'/%3E%3C/svg%3E");}
.ic-bike{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 16a3 3 0 100 6 3 3 0 000-6zm14 0a3 3 0 100 6 3 3 0 000-6zM15 5l-2 4H8l-1.5 3H3v2h4.5L9 11h5l2-4h3V5h-4z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 16a3 3 0 100 6 3 3 0 000-6zm14 0a3 3 0 100 6 3 3 0 000-6zM15 5l-2 4H8l-1.5 3H3v2h4.5L9 11h5l2-4h3V5h-4z'/%3E%3C/svg%3E");}
.ic-truck{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 8h-3V4H3a1 1 0 00-1 1v11h2a3 3 0 106 0h5a3 3 0 106 0h1v-5l-2-3zM6.5 18a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm12 0a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm-.5-6V9.5h2.5L21 12h-3z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 8h-3V4H3a1 1 0 00-1 1v11h2a3 3 0 106 0h5a3 3 0 106 0h1v-5l-2-3zM6.5 18a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm12 0a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm-.5-6V9.5h2.5L21 12h-3z'/%3E%3C/svg%3E");}
.ic-clock{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm1 10.41V6h-2v7.41l5.29 5.3 1.41-1.42z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm1 10.41V6h-2v7.41l5.29 5.3 1.41-1.42z'/%3E%3C/svg%3E");}
.ic-shield{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l8 4v6c0 5-3.5 8.7-8 10-4.5-1.3-8-5-8-10V6l8-4z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l8 4v6c0 5-3.5 8.7-8 10-4.5-1.3-8-5-8-10V6l8-4z'/%3E%3C/svg%3E");}
.ic-pin{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 00-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 00-7-7zm0 9.5A2.5 2.5 0 1112 6.5a2.5 2.5 0 010 5z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 00-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 00-7-7zm0 9.5A2.5 2.5 0 1112 6.5a2.5 2.5 0 010 5z'/%3E%3C/svg%3E");}
.ic-phone{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24 11.36 11.36 0 003.56.57 1 1 0 011 1V20a1 1 0 01-1 1A17 17 0 013 4a1 1 0 011-1h3.5a1 1 0 011 1 11.36 11.36 0 00.57 3.56 1 1 0 01-.25 1.02l-2.2 2.21z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24 11.36 11.36 0 003.56.57 1 1 0 011 1V20a1 1 0 01-1 1A17 17 0 013 4a1 1 0 011-1h3.5a1 1 0 011 1 11.36 11.36 0 00.57 3.56 1 1 0 01-.25 1.02l-2.2 2.21z'/%3E%3C/svg%3E");}
.ic-mail{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");}
.ic-web{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm7.93 9h-3.06a15.6 15.6 0 00-1.31-5.61A8.02 8.02 0 0119.93 11zM12 4.06c.9 1.3 1.98 3.5 2.13 6.94H9.87c.15-3.44 1.23-5.64 2.13-6.94zM9.87 13h4.26c-.15 3.44-1.23 5.64-2.13 6.94-.9-1.3-1.98-3.5-2.13-6.94zM8.44 5.39A15.6 15.6 0 007.13 11H4.07a8.02 8.02 0 014.37-5.61zM4.07 13h3.06a15.6 15.6 0 001.31 5.61A8.02 8.02 0 014.07 13zm11.49 5.61A15.6 15.6 0 0016.87 13h3.06a8.02 8.02 0 01-4.37 5.61z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm7.93 9h-3.06a15.6 15.6 0 00-1.31-5.61A8.02 8.02 0 0119.93 11zM12 4.06c.9 1.3 1.98 3.5 2.13 6.94H9.87c.15-3.44 1.23-5.64 2.13-6.94zM9.87 13h4.26c-.15 3.44-1.23 5.64-2.13 6.94-.9-1.3-1.98-3.5-2.13-6.94zM8.44 5.39A15.6 15.6 0 007.13 11H4.07a8.02 8.02 0 014.37-5.61zM4.07 13h3.06a15.6 15.6 0 001.31 5.61A8.02 8.02 0 014.07 13zm11.49 5.61A15.6 15.6 0 0016.87 13h3.06a8.02 8.02 0 01-4.37 5.61z'/%3E%3C/svg%3E");}

/* ============ HEADER ============ */
.header{
  position: sticky;
  top:0;
  z-index: 100;
  background: rgba(10,11,9,.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 24px;
  padding: 12px 24px;
}
.logo{ display:flex; align-items:center; flex-shrink:0; }
.logo__img{ height:44px; width:auto; }

.nav__list{ display:flex; align-items:center; gap: 28px; }
.nav__link{
  font-size:14px; font-weight:600; color: var(--gray);
  padding: 8px 2px; position:relative; transition:color .2s;
  display:flex; align-items:center; gap:4px;
}
.nav__link:hover, .nav__link.active{ color: var(--green); }

.burger{ display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:6px; }
.burger span{ width:24px; height:2px; background:var(--white); border-radius:2px; }

/* ============ HERO ============ */
.hero{
  position:relative;
  background: var(--bg-darker);
}
.hero__slider{ position:relative; width:100%; }
.hero__slide{
  display:none;
  width:100%; height:auto;
}
.hero__slide--active{ display:block; }

.hero__nav{
  position:absolute; top:50%; transform: translateY(-50%);
  width:44px; height:44px; border-radius:50%; border:1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.25); color:var(--white); font-size:22px; cursor:pointer;
  display:flex; align-items:center; justify-content:center; z-index:3; transition: background .2s;
}
.hero__nav:hover{ background: rgba(126,211,33,.35); border-color: var(--green); }
.hero__nav--prev{ left: 24px; }
.hero__nav--next{ right: 24px; }

.hero__dots{
  position:absolute; bottom: 22px; left:50%; transform:translateX(-50%);
  display:flex; gap:8px; z-index:3;
}
.hero__dots .dot{ width:8px; height:8px; border-radius:50%; background: rgba(255,255,255,.35); cursor:pointer; transition: all .2s; }
.hero__dots .dot.active{ background: var(--green); width:22px; border-radius:5px; }

/* ============ SERVICES ============ */
.services{ padding: 70px 0 60px; background: var(--bg-dark); }

.services__carousel{ display:flex; align-items:center; gap: 16px; }
.services__viewport{ flex:1; overflow:hidden; }
.services__track{
  display:flex; gap: 18px;
  transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.service-card{
  position:relative; border-radius: 14px; overflow:hidden;
  flex: 0 0 calc((100% - 2 * 18px) / 3);
  aspect-ratio: 16/10; border: 1px solid rgba(255,255,255,.12);
  background: var(--bg-card); cursor:pointer;
  transition: border-color .4s ease, transform .4s ease, box-shadow .4s ease;
}
.services__nav{
  flex-shrink:0; width:44px; height:44px; border-radius:50%;
  border:1px solid var(--border); background: var(--bg-card); color:var(--white);
  font-size:20px; cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition: background .2s, border-color .2s;
}
.services__nav:hover{ background: rgba(126,211,33,.2); border-color: var(--green); }
.services__dots{ display:flex; justify-content:center; gap:8px; margin-top: 24px; }
.services__dots .dot{ width:8px; height:8px; border-radius:50%; background: rgba(255,255,255,.25); cursor:pointer; transition: all .2s; }
.services__dots .dot.active{ background: var(--green); width:22px; border-radius:5px; }
.service-card img{
  width:100%; height:100%; object-fit:cover;
  transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .5s ease;
}
.service-card__overlay{
  position:absolute; inset:0; display:flex; align-items:flex-end; justify-content:center;
  padding-bottom: 24px;
  background: linear-gradient(180deg, rgba(10,11,9,0) 45%, rgba(10,11,9,.92) 100%);
  opacity:0; transition: opacity .45s ease;
}
.service-card__name{
  position:relative; z-index:2; text-align:center;
  font-size: 14.5px; font-weight:800; letter-spacing:.4px; color: var(--white);
  padding: 0 10px; opacity:0; transform: translateY(18px);
  transition: transform .45s cubic-bezier(.2,.8,.2,1) .05s, opacity .45s ease .05s;
}
.service-card__name::after{
  content:''; position:absolute; left:50%; bottom:-10px;
  width: 34px; height: 2px; background: var(--green);
  transform: translateX(-50%) scaleX(0); transform-origin:center;
  transition: transform .4s ease .2s;
}

.service-card.is-hover{ border-color: var(--green); transform: translateY(-4px); box-shadow: 0 16px 32px rgba(0,0,0,.4); }
.service-card.is-hover img{ transform: scale(1.14); filter: brightness(.5) saturate(1.15); }
.service-card.is-hover .service-card__overlay{ opacity:1; }
.service-card.is-hover .service-card__name{ opacity:1; transform: translateY(0); }
.service-card.is-hover .service-card__name::after{ transform: translateX(-50%) scaleX(1); }

/* ============ BIKES ============ */
.bikes{ padding: 70px 0; background: var(--bg-dark); }
.bikes__grid{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.bike-card{
  display:block;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow:hidden;
  position:relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.bike-card:hover{ transform: translateY(-4px); box-shadow: 0 14px 28px rgba(0,0,0,.35); border-color: rgba(126,211,33,.4); }
.bike-card__badge{
  position:absolute; top:10px; left:10px; z-index:2;
  background: var(--green); color:#0a0b09; font-size:10.5px; font-weight:800;
  padding: 4px 10px; border-radius: 4px; letter-spacing:.5px;
}
.bike-card__img{ aspect-ratio: 4/3; overflow:hidden; background:#0c0d0a; }
.bike-card__img img{ width:100%; height:100%; object-fit:cover; }
.bike-card__body{ padding: 14px 14px 16px; }
.bike-card__name{ font-size:14.5px; font-weight:700; margin:0 0 8px; color:var(--white); }
.bike-card__price{ font-size:14px; font-weight:700; color: var(--gold); margin:0 0 12px; }
.bike-card__desc{ font-size:12.5px; color: var(--gray-dim); line-height:1.6; margin:0 0 12px; }
.bike-card__btn{
  display:block; text-align:center; width:100%;
  border: 1px solid var(--green); color: var(--green);
  font-size:12.5px; font-weight:700; letter-spacing:.5px;
  padding: 9px 0; border-radius: 6px; background:transparent; cursor:pointer;
  transition: background .2s, color .2s;
}
.bike-card__btn:hover{ background: var(--green); color:#0a0b09; }

.bikes__more{ text-align:center; margin-top: 36px; }

/* ============ TESTIMONIALS ============ */
.testimonials{ padding: 80px 0; background: var(--bg-dark); position:relative; overflow:hidden; }
.testimonials::before{
  content:''; position:absolute; top:-120px; left:50%; transform:translateX(-50%);
  width:600px; height:300px; background: radial-gradient(ellipse, rgba(126,211,33,.08), transparent 70%);
  pointer-events:none;
}
.testi__wrap{ display:flex; align-items:stretch; gap: 16px; position:relative; z-index:1; }
.testi__track{
  flex:1; display:grid; grid-template-columns: repeat(4, 1fr); gap: 20px; overflow:hidden;
}
.testi-card{
  position:relative; background: linear-gradient(160deg, var(--bg-card) 0%, var(--bg-card-2) 100%);
  border:1px solid var(--border); border-radius: 16px;
  padding: 30px 22px 24px; text-align:center; overflow:hidden;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.testi-card::before{
  content:''; position:absolute; inset:0; border-radius:16px; padding:1px;
  background: linear-gradient(160deg, rgba(126,211,33,.35), transparent 40%, rgba(224,177,92,.25));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events:none;
}
.testi-card:hover{ transform: translateY(-6px); box-shadow: 0 18px 34px rgba(0,0,0,.4); border-color: rgba(126,211,33,.4); }
.testi-card__quote-icon{
  position:absolute; top:8px; left:16px; font-family: Georgia, serif;
  font-size:64px; line-height:1; color: var(--green); opacity:.18; font-weight:700;
}
.testi-card__avatar{
  width:64px; height:64px; border-radius:50%; object-fit:cover; margin:0 auto 12px;
  border: 3px solid var(--bg-dark); box-shadow: 0 0 0 2px var(--green); position:relative;
}
.testi-card__stars{ color: var(--gold); font-size:14px; letter-spacing:2px; margin-bottom: 12px; }
.testi-card__quote{ font-size: 13.5px; color: var(--gray); font-style: italic; margin:0 0 16px; min-height:70px; line-height:1.7; }
.testi-card__name{ font-size:14.5px; font-weight:800; color:var(--white); margin:0; }
.testi-card__place{ font-size:12px; color: var(--gray-dim); margin: 2px 0 0; }

.testi__nav{
  flex-shrink:0; width:44px; height:44px; align-self:center; border-radius:50%;
  border:1px solid var(--border); background: var(--bg-card); color:var(--white);
  font-size:20px; cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition: background .2s, border-color .2s;
}
.testi__nav:hover{ background: rgba(126,211,33,.2); border-color:var(--green); }

.testi__dots{ display:flex; justify-content:center; gap:8px; margin-top: 28px; }
.testi__dots .dot{ width:8px; height:8px; border-radius:50%; background: rgba(255,255,255,.25); cursor:pointer; }
.testi__dots .dot.active{ background: var(--green); width:22px; border-radius:5px; }

/* ============ CTA BANNER ============ */
.cta{ position:relative; }
.cta__banner{ width:100%; display:block; }

/* ============ NEWS ============ */
.news{ padding: 70px 0 80px; background: var(--bg-dark); }
.news__grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.news-card{
  background: var(--bg-card); border:1px solid var(--border); border-radius: var(--radius);
  overflow:hidden; transition: transform .25s ease;
}
.news-card:hover{ transform: translateY(-4px); }
.news-card__img{ aspect-ratio: 16/10; overflow:hidden; }
.news-card__img img{ width:100%; height:100%; object-fit:cover; }
.news-card__body{ padding: 16px; }
.news-card__date{ font-size:12px; color: var(--green); font-weight:700; margin:0 0 8px; }
.news-card__title{ font-size:14.5px; font-weight:700; color:var(--white); margin:0 0 12px; line-height:1.4; }
.news-card__link{ font-size:12.5px; font-weight:700; color: var(--gold); }

/* ============ FOOTER ============ */
.footer{ background: var(--bg-darker); border-top: 1px solid var(--border); padding-top: 60px; }
.footer__inner{
  display:grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 40px;
}
.footer__col--brand p{ font-size:13px; color: var(--gray-dim); margin: 14px 0 18px; line-height:1.7; }
.footer__social{ display:flex; gap:10px; }
.footer__social a{
  width:34px; height:34px; border-radius:50%; border:1px solid var(--border);
  display:flex; align-items:center; justify-content:center; font-size:13px; color:var(--gray);
  transition: all .2s;
}
.footer__social a:hover{ background: var(--green); color:#0a0b09; border-color: var(--green); }

.footer__col h3{ font-size:14px; font-weight:800; letter-spacing:.5px; margin: 4px 0 18px; color:var(--white); }
.footer__col ul{ display:flex; flex-direction:column; gap: 10px; }
.footer__col ul li a{ font-size:13px; color: var(--gray-dim); transition: color .2s; }
.footer__col ul li a:hover{ color: var(--green); }
.footer__contact li{ display:flex; align-items:flex-start; gap:8px; font-size:13px; color: var(--gray-dim); line-height:1.6; }
.footer__contact .ic{ margin-top:3px; flex-shrink:0; }

.footer__bottom{ border-top: 1px solid var(--border); padding: 18px 0; }
.footer__bottom-inner{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; }
.footer__bottom-inner span{ font-size:12.5px; color: var(--gray-dim); }
.footer__pay{ display:flex; gap:8px; }
.pay{ font-size:10.5px; font-weight:700; color: var(--gray-dim); border:1px solid var(--border); padding:4px 8px; border-radius:4px; }

/* ============ FLOATING ACTIONS ============ */
.float-actions{
  position: fixed; right: 24px; bottom: 24px; z-index: 300;
  display:flex; flex-direction:column; gap: 12px;
}
.float-btn{
  width: 52px; height: 52px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  color:#fff; box-shadow: 0 8px 22px rgba(0,0,0,.4);
  transition: transform .2s ease, box-shadow .2s ease;
  position:relative;
}
.float-btn svg{ width:24px; height:24px; fill:currentColor; }
.float-btn:hover{ transform: scale(1.08); }
.float-btn::before{
  content:''; position:absolute; inset:0; border-radius:50%;
  border: 2px solid currentColor; opacity:.6;
  animation: float-pulse 1.8s ease-out infinite;
}
.float-btn--call{ background: var(--green); color: var(--green); }
.float-btn--call svg{ color:#0a0b09; }
.float-btn--zalo{ background: #0068ff; color:#0068ff; }
.float-btn--zalo svg{ color:#fff; }
.float-btn--map{ background: var(--gold); color: var(--gold); }
.float-btn--map svg{ color:#0a0b09; }

@keyframes float-pulse{
  0%{ transform: scale(1); opacity:.6; }
  100%{ transform: scale(1.5); opacity:0; }
}

/* ============ PAGE HEADER (SUBPAGES) ============ */
.page-header{
  padding: 54px 0 44px; text-align:center;
  background: linear-gradient(160deg, var(--bg-card) 0%, var(--bg-dark) 100%);
  border-bottom: 1px solid var(--border);
}
.page-header h1{ font-size: 32px; font-weight:800; text-transform:uppercase; letter-spacing:.5px; margin: 0 0 10px; }
.page-header .breadcrumb{ font-size:13px; color: var(--gray-dim); }
.page-header .breadcrumb a{ color: var(--green); }
.page-header .breadcrumb span{ margin: 0 6px; }

/* ============ ABOUT PAGE ============ */
.about-intro{ padding: 70px 0; background: var(--bg-dark); }
.about-intro__grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items:center; }
.about-intro__img{ border-radius: 16px; overflow:hidden; border:1px solid var(--border); }
.about-intro__img img{ width:100%; height:100%; object-fit:cover; }
.about-intro__text h2{ font-size:26px; font-weight:800; text-transform:uppercase; margin:0 0 18px; line-height:1.3; }
.about-intro__text p{ font-size:14.5px; color: var(--gray); line-height:1.8; margin:0 0 14px; }
.about-intro__features{ display:grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.about-intro__features li{
  display:flex; align-items:center; gap:10px; font-size:13.5px; font-weight:600;
  background: var(--bg-card); border:1px solid var(--border); border-radius:10px; padding: 12px 14px;
}

.about-message{ padding: 60px 0; text-align:center; background: var(--bg-card); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.about-message p{
  max-width: 760px; margin: 0 auto; font-family: var(--font-serif); font-style:italic;
  font-size: 22px; line-height:1.6; color: var(--gold);
}
.about-message p::before, .about-message p::after{ content:'"'; }

.about-pricing{ padding: 70px 0; background: var(--bg-dark); }
.price-table{ width:100%; border-collapse: collapse; overflow:hidden; border-radius:12px; }
.price-table thead th{
  background: var(--bg-card-2); color: var(--white); font-size:13px; letter-spacing:.5px;
  text-transform:uppercase; text-align:left; padding: 14px 18px; border-bottom:1px solid var(--border);
}
.price-table tbody td{ padding: 14px 18px; font-size:14px; border-bottom:1px solid var(--border); color: var(--gray); }
.price-table tbody tr:hover{ background: rgba(126,211,33,.06); }
.price-table td.price-table__name{ color: var(--white); font-weight:600; }
.price-table td.price-table__price{ color: var(--gold); font-weight:700; text-align:right; }
.price-table__wrap{ overflow-x:auto; border:1px solid var(--border); border-radius:12px; }

.about-map{ padding: 70px 0 80px; background: var(--bg-dark); }
.map-card{
  display:flex; align-items:center; justify-content:space-between; gap: 24px; flex-wrap:wrap;
  background: var(--bg-card); border:1px solid var(--border); border-radius: 16px; padding: 30px 32px;
}
.map-card__info{ display:flex; align-items:flex-start; gap: 16px; }
.map-card__icon{
  width:52px; height:52px; border-radius:50%; background: rgba(126,211,33,.15);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.map-card__icon .ic{ width:24px; height:24px; background: var(--green); }
.map-card__title{ font-size:16px; font-weight:800; margin:0 0 4px; }
.map-card__addr{ font-size:13.5px; color: var(--gray); margin:0; max-width:420px; }

/* ============ PRODUCT LISTING (THUE-XE) ============ */
.listing{ padding: 60px 0 80px; background: var(--bg-dark); }
.listing__filters{ display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-bottom: 36px; }
.listing__filter{
  font-size:13px; font-weight:700; letter-spacing:.3px; color: var(--gray);
  background: var(--bg-card); border:1px solid var(--border); border-radius: 30px;
  padding: 9px 20px; cursor:pointer; transition: all .2s ease;
}
.listing__filter:hover{ color: var(--white); border-color: rgba(126,211,33,.4); }
.listing__filter.active{ background: var(--green); border-color: var(--green); color:#0a0b09; }
.listing__grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* ============ PRODUCT DETAIL ============ */
.detail{ padding: 60px 0 80px; background: var(--bg-dark); }
.detail__grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.detail__gallery-main{ border-radius:16px; overflow:hidden; border:1px solid var(--border); aspect-ratio: 4/3; background:var(--bg-card); }
.detail__gallery-main img{ width:100%; height:100%; object-fit:cover; }
.detail__gallery-thumbs{ display:flex; gap:10px; margin-top:12px; }
.detail__gallery-thumbs img{
  width:72px; height:72px; object-fit:cover; border-radius:8px; cursor:pointer;
  border: 2px solid var(--border); transition: border-color .2s;
}
.detail__gallery-thumbs img.active{ border-color: var(--green); }
.detail__category{
  display:inline-block; font-size:12px; font-weight:700; letter-spacing:.5px; color: var(--green);
  background: rgba(126,211,33,.12); border-radius:20px; padding: 5px 14px; margin-bottom:14px;
}
.detail__name{ font-size:28px; font-weight:800; margin:0 0 14px; line-height:1.25; }
.detail__price{ font-size:26px; font-weight:800; color: var(--gold); margin:0 0 20px; }
.detail__price span{ font-size:14px; font-weight:600; color: var(--gray-dim); }
.detail__desc{ font-size:14.5px; color: var(--gray); line-height:1.9; margin: 0 0 26px; }
.detail__actions{ display:flex; gap:14px; flex-wrap:wrap; }
.detail__meta{ display:flex; flex-wrap:wrap; gap: 12px; margin: 24px 0; }
.detail__meta li{
  display:flex; align-items:center; gap:8px; font-size:13px; font-weight:600;
  background: var(--bg-card); border:1px solid var(--border); border-radius:10px; padding:10px 14px;
}
.detail__related{ margin-top: 70px; }
.detail-not-found{ padding: 100px 0; text-align:center; }
.detail-not-found h2{ font-size:26px; font-weight:800; margin:0 0 14px; }
.detail-not-found p{ color: var(--gray-dim); margin: 0 0 24px; }

/* ============ PRICE LIST PAGE ============ */
.price-page{ padding: 70px 0 90px; background: var(--bg-dark); text-align:center; }
.price-page__title{
  font-size: 38px; font-weight:800; text-transform:uppercase; letter-spacing:.5px;
  margin: 0 0 8px; color: var(--white);
}
.price-page__title span{ color: var(--green); }
.price-page__sub{ font-size:14.5px; color: var(--gray-dim); margin: 0 0 40px; }
.price-page__img{
  max-width: 900px; margin: 0 auto; border-radius: 16px; overflow:hidden;
  border: 1px solid var(--border); box-shadow: 0 20px 50px rgba(0,0,0,.4);
}
.price-page__img img{ width:100%; display:block; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px){
  .bikes__grid, .listing__grid{ grid-template-columns: repeat(3, 1fr); }
  .news__grid{ grid-template-columns: repeat(2, 1fr); }
  .testi__track{ grid-template-columns: repeat(2, 1fr); }
  .footer__inner{ grid-template-columns: 1fr 1fr; }
  .about-intro__grid, .detail__grid{ grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 900px){
  .nav{ display:none; }
  .burger{ display:flex; }
  .service-card{ flex-basis: calc((100% - 18px) / 2); }
}
@media (max-width: 640px){
  .bikes__grid, .listing__grid{ grid-template-columns: repeat(2, 1fr); }
  .news__grid, .testi__track{ grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .footer__inner{ grid-template-columns: repeat(2, 1fr); }
  .btn--call{ display:none; }
  .service-card{ flex-basis: calc((100% - 18px) / 2); }
  .services__nav{ width:36px; height:36px; font-size:16px; }
  .float-actions{ right:14px; bottom:14px; }
  .float-btn{ width:44px; height:44px; }
  .float-btn svg{ width:20px; height:20px; }
}

/* Mobile nav open state */
.nav.open{
  display:flex; position:absolute; top:100%; left:0; right:0;
  background: var(--bg-card); flex-direction:column; padding: 12px 20px 20px;
  border-bottom: 1px solid var(--border);
}
.nav.open .nav__list{ flex-direction:column; align-items:flex-start; gap:4px; width:100%; }
