:root {
  --bg: #0b0b10;
  --bg-soft: #171721;
  --ink: #ffffff;
  --muted: #c8c8d0;
  --pink: #ec008c;
  --pink-soft: #ff4eb5;
  --card: rgba(255,255,255,.08);
  --line: rgba(255,255,255,.16);
  --shadow: 0 24px 70px rgba(0,0,0,.36);
  --radius-xl: 32px;
  --radius-md: 18px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(236,0,140,.24), transparent 36%),
    radial-gradient(circle at 5% 20%, rgba(255,78,181,.12), transparent 28%),
    var(--bg);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.section-pad { padding: 92px clamp(20px, 5vw, 72px); }
.site-header { min-height: 100vh; position: relative; overflow: hidden; }
.site-header::before {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(236,0,140,.18);
  border-radius: 50%;
  right: -220px;
  top: 120px;
  pointer-events: none;
}
.navbar {
  width: min(1180px, calc(100% - 36px));
  margin: 18px auto 0;
  min-height: 86px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(15,15,21,.72);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  position: relative;
  z-index: 20;
}
.brand {
  width: 230px;
  max-width: 54vw;
  background: #fff;
  border-radius: 16px;
  padding: 8px 12px;
}
.nav-links { display: flex; align-items: center; gap: 10px; }
.nav-links a {
  padding: 11px 15px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  transition: .25s ease;
}
.nav-links a:hover { color: var(--ink); background: rgba(255,255,255,.08); }
.nav-cta {
  color: #fff !important;
  background: linear-gradient(135deg, var(--pink), var(--pink-soft));
  box-shadow: 0 14px 34px rgba(236,0,140,.28);
}
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  cursor: pointer;
}
.menu-toggle span {
  width: 22px;
  height: 2px;
  display: block;
  margin: 5px auto;
  background: #fff;
  transition: .25s ease;
}

.hero {
  width: min(1180px, 100%);
  margin: 0 auto;
  min-height: calc(100vh - 110px);
  display: grid;
  grid-template-columns: 1fr .92fr;
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  position: relative;
  z-index: 2;
}
.eyebrow {
  color: var(--pink-soft);
  text-transform: uppercase;
  font-size: .82rem;
  letter-spacing: .22em;
  font-weight: 900;
  margin-bottom: 12px;
}
h1, h2, h3 { line-height: 1.05; }
h1 {
  font-size: clamp(3.2rem, 9vw, 7.8rem);
  text-transform: uppercase;
  letter-spacing: -.08em;
  max-width: 760px;
}
.hero-text {
  margin: 26px 0 30px;
  color: var(--muted);
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  max-width: 560px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-3px); }
.primary {
  background: linear-gradient(135deg, var(--pink), var(--pink-soft));
  color: #fff;
  box-shadow: 0 22px 44px rgba(236,0,140,.28);
}
.secondary {
  color: #fff;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.07);
}
.secondary.light { background: #fff; color: #101015; border: 0; }
.full { width: 100%; }

.hero-visual { position: relative; min-height: 540px; }
.logo-card {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 32px;
  transform: rotate(-2deg);
  box-shadow: var(--shadow);
  border: 8px solid rgba(255,255,255,.08);
  position: relative;
  z-index: 2;
}
.logo-card img { width: 100%; }
.motor-card {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: min(310px, 72%);
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(18,18,28,.84);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  z-index: 3;
}
.helmet-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--pink-soft);
  font-size: 38px;
  border: 1px solid rgba(236,0,140,.36);
  margin-bottom: 12px;
}
.motor-card p { font-size: 1.3rem; font-weight: 900; }
.motor-card span { color: var(--muted); }
.speed-lines {
  position: absolute;
  inset: auto auto 55px -34px;
  width: 72%;
  height: 170px;
  background: repeating-linear-gradient(165deg, transparent 0 20px, rgba(236,0,140,.42) 21px 25px, transparent 26px 52px);
  filter: blur(.1px);
  opacity: .7;
}

.section-title { width: min(960px, 100%); margin: 0 auto 34px; text-align: center; }
.section-title h2, .location h2, .contact h2, .final-card h2 { font-size: clamp(2.2rem, 5vw, 4.6rem); }
.intro-panel, .location-card, .contact-wrap, .final-card {
  width: min(1080px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  box-shadow: var(--shadow);
}
.intro-panel {
  padding: clamp(26px, 5vw, 52px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.intro-panel p { color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.45rem); max-width: 690px; }
.inline-link { color: #fff; font-weight: 900; border-bottom: 2px solid var(--pink); white-space: nowrap; }

.products { background: linear-gradient(180deg, transparent, rgba(255,255,255,.035), transparent); }
.product-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.product-card {
  min-height: 285px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(236,0,140,.18), transparent 48%),
    rgba(255,255,255,.07);
  position: relative;
  overflow: hidden;
  transition: .25s ease;
}
.product-card:hover { transform: translateY(-8px); border-color: rgba(236,0,140,.6); }
.product-card::after {
  content: "";
  width: 160px;
  height: 160px;
  border: 1px solid rgba(236,0,140,.22);
  border-radius: 50%;
  position: absolute;
  right: -55px;
  bottom: -55px;
}
.product-icon {
  width: 64px;
  height: 64px;
  border-radius: 22px;
  background: #fff;
  color: var(--pink);
  display: grid;
  place-items: center;
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 35px;
}
.product-card h3 { font-size: 1.7rem; margin-bottom: 12px; }
.product-card p { color: var(--muted); }

.location-card {
  padding: clamp(28px, 5vw, 54px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    linear-gradient(135deg, rgba(236,0,140,.22), rgba(255,255,255,.07)),
    var(--bg-soft);
}
.location-card p { color: var(--muted); max-width: 560px; }
.contact-wrap {
  padding: clamp(28px, 5vw, 56px);
  display: grid;
  grid-template-columns: 1.1fr .8fr;
  gap: 28px;
  align-items: center;
}
.contact-copy p { color: var(--muted); font-size: 1.12rem; margin-top: 18px; }
.contact-box {
  background: #fff;
  color: #101015;
  border-radius: 26px;
  padding: 30px;
  box-shadow: var(--shadow);
}
.contact-box span { color: var(--pink); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; }
.contact-box strong { display: block; font-size: clamp(2rem, 4vw, 3rem); margin: 8px 0 22px; }

.final-card {
  padding: clamp(30px, 6vw, 70px);
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 24px;
  overflow: hidden;
  position: relative;
}
.final-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(236,0,140,.16), transparent);
  pointer-events: none;
}
.final-card img { width: min(460px, 90%); background: #fff; border-radius: 22px; padding: 16px; position: relative; z-index: 1; }
.final-card h2, .final-card .btn { position: relative; z-index: 1; }
.footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 24px;
  padding: 26px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}
.footer strong { color: #fff; font-size: 1.1rem; }
.float-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--pink), var(--pink-soft));
  color: #fff;
  font-weight: 900;
  box-shadow: 0 20px 42px rgba(236,0,140,.35);
  z-index: 30;
}
.reveal { opacity: 1; transform: translateY(0); transition: opacity .7s ease, transform .7s ease; }
html.js .reveal { opacity: 0; transform: translateY(28px); }
html.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .nav-links {
    position: fixed;
    left: 18px;
    right: 18px;
    top: 116px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid var(--line);
    background: rgba(11,11,16,.96);
    display: grid;
    gap: 8px;
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
  }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a { width: 100%; text-align: center; }
  .hero { grid-template-columns: 1fr; padding-top: 58px; }
  .hero-visual { min-height: 380px; }
  .intro-panel, .location-card { flex-direction: column; align-items: flex-start; }
  .product-grid { grid-template-columns: 1fr; }
  .contact-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .section-pad { padding: 68px 18px; }
  .navbar { width: calc(100% - 24px); border-radius: 20px; min-height: 76px; }
  .brand { width: 190px; }
  .hero-actions .btn { width: 100%; }
  .logo-card { padding: 18px; border-radius: 22px; }
  .motor-card { width: 86%; bottom: 0; }
  .contact-box { padding: 22px; }
  .float-whatsapp { right: 16px; bottom: 16px; width: 56px; height: 56px; }
}
