:root {
  --brand: #29c44d;
  --brand-dark: #082019;
  --brand-deep: #03110d;
  --text: #101828;
  --muted: #667085;
  --line: #d8e2db;
  --soft: #f6f8f7;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background: #fff;
}

.brand-icon {
  width: 38px;
  height: 38px;
  filter: brightness(0) invert(1);
}

.site-navbar {
  background: rgba(3, 17, 13, 0.95);
  backdrop-filter: blur(10px);
}

.navbar .nav-link,
.navbar .navbar-brand {
  color: rgba(255, 255, 255, .9);
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--brand);
}

.btn-brand {
  background: linear-gradient(135deg, #1fa243, var(--brand));
  border: none;
  color: #fff;
}

.btn-brand:hover {
  color: #fff;
  background: linear-gradient(135deg, #19893a, #23ad45);
}

.btn-outline-brand {
  border: 1px solid var(--brand);
  color: #fff;
}

.btn-outline-brand:hover {
  background: var(--brand);
  color: #fff;
}

.text-brand {
  color: #1fa243;
}

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

.hero-section {
  padding-top: 110px;
  padding-bottom: 110px;
  background: radial-gradient(circle at 80% 30%, rgba(41, 196, 77, 0.14), transparent 18%), linear-gradient(135deg, var(--brand-deep), #051711 55%, #0a241b);
}

.hero-section h1 {
  color: #fff;
}

.hero-section h1 span {
  color: var(--brand);
}

.hero-text {
  color: rgba(255, 255, 255, .78);
  max-width: 560px;
}

.hero-badges span {
  color: rgba(255, 255, 255, .85);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  padding: .65rem .9rem;
  border-radius: 999px;
}

.hero-visual {
  min-height: 420px;
}

.hero-image {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, .35));
}

.hero-line {
  position: absolute;
  border: 2px solid rgba(41, 196, 77, .35);
  border-radius: 22px;
  transform: skew(-35deg);
}

.line-1 {
  width: 210px;
  height: 100px;
  right: 10px;
  top: 30px;
}

.line-2 {
  width: 280px;
  height: 130px;
  right: 70px;
  top: 90px;
}

.line-3 {
  width: 360px;
  height: 170px;
  right: -10px;
  top: 150px;
}

.search-wrap {
  margin-top: -48px;
  position: relative;
  z-index: 5;
}

.search-card {
  background: #fff;
  border-radius: 22px;
  padding: 1.5rem;
}

.form-control-dark,
.form-dark,
.form-select,
.form-control {
  border-radius: 14px;
  min-height: 52px;
}

.btn-search {
  background: #082019;
  color: #fff;
  border-radius: 14px;
  min-height: 52px;
}

.section-kicker {
  color: #1fa243;
  font-weight: 700;
  letter-spacing: .14em;
  font-size: .78rem;
}

.section-title {
  font-weight: 700;
}

.bg-light-soft {
  background: var(--soft);
}

.bike-card,
.service-card,
.testimonial-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}

.bike-card .card-img-top {
  height: 220px;
  object-fit: cover;
}

.year-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: #e8f7ed;
  color: #1fa243;
  border-radius: 999px;
  padding: .55rem .75rem;
}

.price {
  color: #1fa243;
  font-size: 1.5rem;
  font-weight: 700;
}

.btn-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  font-weight: 600;
}

.service-card {
  padding: 1.5rem 1rem;
  text-align: center;
}

.service-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.service-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  background: #eaf7ee;
  color: #1fa243;
  font-size: 1.4rem;
}

.benefits-strip {
  background: linear-gradient(135deg, var(--brand-deep), var(--brand-dark));
  border-radius: 20px;
}

.benefit-item {
  color: #fff;
  padding: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.benefit-item:last-child {
  border-right: none;
}

.benefit-item i {
  color: var(--brand);
  font-size: 1.4rem;
  margin-bottom: .85rem;
}

.benefit-item p {
  color: rgba(255, 255, 255, .72);
  margin-bottom: 0;
}

.finance-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.25rem;
}

.finance-image {
  border-radius: 18px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: var(--brand-dark);
  fill: var(--brand-dark);
}

.finance-image path {
  fill: var(--brand-dark);
}

.testimonial-card {
  padding: 1.5rem;
}

.testimonial-card p {
  color: #475467;
}

.testimonial-card span {
  color: #1fa243;
  font-weight: 600;
}

.stars {
  color: var(--brand);
  letter-spacing: .18em;
  margin-bottom: .75rem;
}

.contact-panel {
  border-radius: 24px;
  background: #051711;
}

.contact-info,
.form-side {
  padding: 2rem;
}

.contact-copy {
  color: rgba(255, 255, 255, .75);
}

.info-fa {
  color: var(--brand);
  font-size: 1.3rem;
  margin-top: .15rem;
}

.form-side {
  background: linear-gradient(135deg, #04140f, #072019);
}

.contact-form label {
  color: #fff;
  font-weight: 600;
}

.form-dark {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .14);
}

.form-dark::placeholder {
  color: rgba(255, 255, 255, .45);
}

.form-dark:focus {
  background: transparent;
  color: #fff;
  border-color: rgba(41, 196, 77, .55);
  box-shadow: none;
}

.form-dark option {
  background-color: var(--brand-dark);
  color: #fff;
}

.map-box {
  min-height: 100%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .09) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(135deg, #edf2ef, #dce7de);
  position: relative;
  min-height: 420px;
}

.map-line {
  position: absolute;
  background: rgba(32, 133, 236, .16);
  border-radius: 999px;
}

.map-box .line-a {
  width: 280px;
  height: 12px;
  left: 22px;
  bottom: 90px;
  transform: rotate(18deg);
}

.map-box .line-b {
  width: 220px;
  height: 12px;
  right: 18px;
  top: 110px;
  transform: rotate(-24deg);
}

.map-pin {
  position: absolute;
  width: 36px;
  height: 36px;
  background: #103d28;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  left: 58%;
  top: 54%;
  box-shadow: 0 18px 30px rgba(0, 0, 0, .12);
}

.map-pin::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  left: 12px;
  top: 12px;
}

.site-footer {
  background: #07110c;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .9fr 1fr;
  gap: 24px;
  align-items: start;
}

.footer-copy,
.footer-links,
.site-footer p {
  color: rgba(255, 255, 255, .74);
}

.footer-links li+li {
  margin-top: .55rem;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }
}

@media (max-width: 991px) {
  .hero-section {
    padding-top: 92px;
  }

  .search-wrap {
    margin-top: 0;
    padding-top: 1.5rem;
  }

  .contact-panel {
    border-radius: 20px;
  }
}

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

  .hero-badges span {
    width: 100%;
  }
}