@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;8.html00;900&display=swap");
* {
  font-family: Inter, system-ui, sans-serif;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
.site-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #fff 55%, #f8fafc);
}
.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(35px);
  opacity: 0.35;
  animation: drift 12s ease-in-out infinite;
}
.orb-one {
  width: 420px;
  height: 420px;
  left: -140px;
  top: 90px;
  background: #fecaca;
}
.orb-two {
  width: 360px;
  height: 360px;
  right: -110px;
  top: 45%;
  background: #bfdbfe;
  animation-delay: -3s;
}
.orb-three {
  width: 280px;
  height: 280px;
  left: 40%;
  bottom: -110px;
  background: #fed7aa;
  animation-delay: -6s;
}
.grid-wave {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 50% 15%, #000, transparent 72%);
  animation: gridMove 18s linear infinite;
}




.magnetic-btn {
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.magnetic-btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 45px rgba(220, 38, 38, 0.25);
}
.eyebrow {
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #dc2626;
}
.hero-white {
  display: flex;
  align-items: center;
}
.hero-bike-ring {
  position: absolute;
  inset: 6% 2%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 68, 68, 0.16), transparent 58%);
  border: 1px solid rgba(239, 68, 68, 0.15);
  animation: spinSlow 18s linear infinite;
}
.hero-bike-ring:after {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 2px dashed rgba(15, 23, 42, 0.12);
}
.floating {
  animation: floating 4.5s ease-in-out infinite;
}
.spec-float {
  position: absolute;
  z-index: 12;
  border: 1px solid rgba(226, 232, 240, 0.8);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  padding: 16px 20px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
  font-weight: 800;
}
.spec-float b {
  display: block;
  color: #dc2626;
}
.stat-card {
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 15px 45px rgba(15, 23, 42, 0.06);
}
.stat-card b {
  display: block;
  font-size: 34px;
  font-weight: 900;
  color: #dc2626;
}
.stat-card span {
  font-weight: 800;
  color: #64748b;
}
.section-head {
  text-align: center;
  max-width: 780px;
  margin: auto;
}
.section-head h2 {
  margin-top: 14px;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: -0.05em;
}
.feature-card,
.light-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 32px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.07);
  transition: 0.45s;
}
.feature-card:before,
.light-card:before {
  content: "";
  position: absolute;
  inset: auto -30% -60% -30%;
  height: 80%;
  /* background: radial-gradient(circle, rgba(239, 68, 68, 0.16), transparent 70%); */
  transition: 0.45s;
}
.feature-card:hover,
.light-card:hover {
  transform: translateY(-12px);
  border-color: #eb0707;
  /* box-shadow: 0 35px 75px rgba(220, 38, 38, 0.13); */
}
.feature-card:hover:before,
.light-card:hover:before {
  bottom: -30%;
}
.feature-card span {
  font-size: 40px;
}
.feature-card h3 {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 900;
}
.feature-card p {
  margin-top: 10px;
  color: #64748b;
  line-height: 1.8;
}
.road-lines {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.06),
    transparent
  );
  animation: road 4s linear infinite;
}
.image-card {
  height: 260px;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}
.image-card:hover {
  transform: scale(1.04) rotate(-1deg);
}
.page-hero {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding: 90px 20px 55px;
  text-align: center;
}
.page-hero h1 {
  margin: 16px auto 0;
  max-width: 980px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.06em;
}
.page-hero p:not(.eyebrow) {
  margin: 22px auto 0;
  max-width: 760px;
  color: #64748b;
  font-size: 20px;
  line-height: 1.8;
}
.info-tile,
.tech-tile {
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 15px 45px rgba(15, 23, 42, 0.06);
  transition: 0.35s;
}
.info-tile:hover,
.tech-tile:hover {
  transform: translateY(-8px);
  border-color: #fecaca;
}
.info-tile b,
.tech-tile b {
  display: block;
  font-size: 24px;
  font-weight: 900;
}
.info-tile span,
.tech-tile span {
  color: #64748b;
}
.tech-tile b {
  font-size: 42px;
  color: #dc2626;
}
.process {
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}
.process b {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 18px;
  background: #fee2e2;
  color: #dc2626;
}
.process span {
  font-weight: 900;
}
.bike-shine {
  position: relative;
  overflow: hidden;
}
.bike-shine:before {
  content: "";
  position: absolute;
  top: -80%;
  left: -80%;
  z-index: 2;
  width: 60%;
  height: 260%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
  transform: rotate(25deg);
  transition: 0.8s;
}
.bike-shine:hover:before {
  left: 130%;
}
.product-card img {
  transition: 0.6s;
}
.product-card:hover img {
  transform: scale(1.06) rotate(-1deg);
}
.spec-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 40px;
  background: #0f172a;
  color: #fff;
  padding: 42px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.2);
  flex-wrap: wrap;
}
.spec-panel h2 {
  font-size: 38px;
  font-weight: 900;
}
.spec-panel p {
  margin-top: 8px;
  color: #cbd5e1;
}
.spec-panel a {
  border-radius: 999px;
  background: #fff;
  color: #dc2626;
  padding: 16px 24px;
  font-weight: 900;
}
.gallery-grid {
  columns: 1;
  column-gap: 20px;
}
@media (min-width: 768px) {
  .gallery-grid {
    columns: 3;
  }
}
.gallery-item {
  display: block;
  margin: 0 0 20px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.1);
}
.gallery-item img {
  width: 100%;
  transition: 0.6s;
}
.gallery-item:hover img {
  transform: scale(1.08);
}
.contact-card {
  height: 100%;
  border-radius: 48px;
  background: #0f172a;
  color: #fff;
  padding: 42px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.2);
}
.contact-card h2 {
  margin-top: 14px;
  font-size: 42px;
  font-weight: 900;
}
.contact-card p:not(.eyebrow) {
  margin-top: 20px;
  color: #cbd5e1;
  font-size: 20px;
  line-height: 1.9;
}
.contact-card a {
  margin-top: 30px;
  display: inline-block;
  font-size: 34px;
  font-weight: 900;
  color: #f87171;
}
.input {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  background: #f8fafc;
  padding: 17px 20px;
  font-weight: 700;
  outline: none;
  transition: 0.25s;
}
.input:focus {
  border-color: #ef4444;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.08);
}
.chip {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #dc2626;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 900;
}
.footer-glow {
  position: absolute;
  left: 20%;
  right: 20%;
  top: -90px;
  height: 150px;
  background: radial-gradient(circle, rgba(239, 68, 68, 0.12), transparent 70%);
}
.reveal {
  opacity: 100%;
  transform: translateY(32px);
  transition: all 0.8s ease;
  
}
.reveal.show {
  opacity: 1;
  transform: translateY(0);
}
@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(30px, -25px, 0) scale(1.08);
  }
}
@keyframes gridMove {
  to {
    background-position: 52px 52px;
  }
}
@keyframes floating {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes spinSlow {
  to {
    transform: rotate(360deg);
  }
}
@keyframes road {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 48px !important;
  }
  .spec-float {
    position: relative;
    display: inline-block;
    margin: 10px;
  }
  .hero-white {
    padding-top: 120px;
  }
  .stat-card b {
    font-size: 28px;
  }
  .spec-panel {
    padding: 28px;
  }
  .contact-card {
    padding: 28px;
  }
  .page-hero {
    padding-top: 70px;
  }
}





/* =========================================
   PREMIUM FLOW WAVE BACKGROUND
========================================= */

.wave-bg{
    position:fixed;
    inset:0;
    z-index:-1;
    overflow:hidden;

    /* background:
    radial-gradient(circle at 20% 20%, rgba(239,68,68,.30), transparent 28%),
    radial-gradient(circle at 80% 80%, rgba(59,130,246,.25), transparent 30%),
    linear-gradient(180deg,#ffffff,#f8fafc);*/
} 

/* FLOWING WAVE LINES */
.wave-bg::before{
    content:"";
    position:absolute;
    inset:-20%;

    background:
    repeating-linear-gradient(
        -12deg,
        transparent 0px,
        transparent 34px,
        rgba(0, 0, 0, 0.2) 35px,
        rgba(0, 0, 0, 0.2) 37px,
        transparent 38px,
        transparent 70px
    );

    opacity:.75;

    filter:blur(.2px);

    animation:waveFlow 12s linear infinite;
}

/* DIAGONAL LIGHT */
.wave-bg::after{
    content:"";
    position:absolute;

    width:60%;
    height:160%;

    top:-30%;
    left:-70%;

    /* background:
    linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.75),
        transparent
    ); */

    transform:rotate(25deg);

    animation:lightSweep 7s linear infinite;
}

/* ANIMATION */
@keyframes waveFlow{
    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(90px);
    }
}

@keyframes lightSweep{
    from{
        left:-70%;
    }

    to{
        left:130%;
    }
}