:root {
  color-scheme: light;
  --blue-900: #071c3a;
  --blue-800: #003c8f;
  --blue-600: #005bbb;
  --blue-100: #e8f2ff;
  --red-600: #e41e2b;
  --ink: #121923;
  --muted: #5d6877;
  --line: #dce3ec;
  --surface: #ffffff;
  --soft: #f4f7fb;
  --shadow: 0 18px 54px rgba(7, 28, 58, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 227, 236, 0.85);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-mark {
  display: block;
  width: 52px;
  height: 52px;
  overflow: hidden;
  background: #02040a;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(7, 28, 58, 0.18);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 2px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex: 1;
  color: #394556;
  font-size: 0.94rem;
}

.site-nav a {
  padding: 8px 0;
}

.header-cta,
.button,
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
}

.header-cta,
.button.primary,
.floating-whatsapp {
  color: #fff;
  background: var(--red-600);
}

.button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.menu-button {
  display: none;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--blue-900);
}

.promo-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.8fr);
  min-height: calc(100vh - 76px);
  background: #050914;
}

.promo-media {
  position: relative;
  min-height: 620px;
}

.promo-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 9, 20, 0.1), rgba(5, 9, 20, 0.68)),
    linear-gradient(0deg, rgba(5, 9, 20, 0.72), rgba(5, 9, 20, 0.05) 55%);
}

.promo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 64px);
  color: #fff;
}

.promo-panel h1 {
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 4.9vw, 5rem);
  line-height: 0.94;
}

.promo-panel > p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.06rem;
  line-height: 1.6;
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 800;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font: inherit;
}

.lead-form select option {
  color: var(--ink);
}

.lead-form input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.lead-consent {
  grid-column: 1 / -1;
  grid-template-columns: 20px 1fr;
  align-items: start;
  line-height: 1.45;
}

.lead-consent input {
  min-height: 18px;
  width: 18px;
  margin: 2px 0 0;
  accent-color: var(--red-600);
}

.lead-form .button {
  grid-column: 1 / -1;
  width: 100%;
  border: 0;
  cursor: pointer;
}

.promo-note {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.5;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 28, 58, 0.93), rgba(7, 28, 58, 0.66) 48%, rgba(7, 28, 58, 0.16)),
    linear-gradient(0deg, rgba(7, 28, 58, 0.92), rgba(7, 28, 58, 0.05) 55%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  width: min(900px, 100%);
  padding: clamp(52px, 8vw, 96px) clamp(20px, 6vw, 72px);
}

.hero-logo {
  width: clamp(86px, 11vw, 132px);
  height: clamp(86px, 11vw, 132px);
  object-fit: cover;
  border: 1px solid rgba(142, 197, 255, 0.45);
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  margin-bottom: 20px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red-600);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #8ec5ff;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-content > p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(700px, 100%);
  margin: 34px 0 0;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-proof div {
  padding: 18px;
  background: rgba(7, 28, 58, 0.42);
}

.hero-proof dt {
  font-size: 1.2rem;
  font-weight: 900;
}

.hero-proof dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.trust-band article {
  min-height: 210px;
  padding: 32px;
  border-right: 1px solid var(--line);
  background: #fff;
}

.trust-band span {
  color: var(--blue-600);
  font-weight: 900;
  font-size: 0.8rem;
}

.trust-band h2,
.service-grid h3,
.content-grid h3 {
  margin: 12px 0 10px;
  font-size: 1.12rem;
}

.trust-band p,
.service-grid p,
.content-grid p,
.section-heading p,
.split-content p,
.location-copy p,
.site-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.section {
  padding: clamp(64px, 9vw, 118px) clamp(20px, 5vw, 64px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.65fr);
  gap: 36px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 34px;
}

.section-heading.compact {
  display: block;
  max-width: 780px;
  margin-left: 0;
}

.section-heading h2,
.split-content h2,
.location-copy h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.section-heading > p:last-child {
  margin-bottom: 0;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1180px;
  margin: 0 auto 24px;
}

.filter {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.filter.active {
  color: #fff;
  border-color: var(--blue-800);
  background: var(--blue-800);
}

.inventory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.moto-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 40px rgba(7, 28, 58, 0.07);
}

.moto-card figure {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  background: var(--soft);
}

.moto-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moto-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #fff;
  background: rgba(7, 28, 58, 0.88);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.moto-card-content {
  padding: 18px;
}

.moto-card h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.moto-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.88rem;
}

.moto-price {
  margin: 0 0 16px;
  color: var(--blue-900);
  font-size: 1.28rem;
  font-weight: 900;
}

.moto-card .button {
  width: 100%;
}

.split-section,
.location-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  align-items: stretch;
  background: var(--blue-900);
}

.split-media,
.split-content,
.location-copy {
  min-height: 600px;
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-content,
.location-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 74px);
  color: #fff;
}

.split-content p,
.location-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.86);
}

.check-list li {
  padding-left: 20px;
  border-left: 3px solid var(--red-600);
}

.text-link {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--red-600);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.services-section {
  background: var(--soft);
}

.service-grid,
.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.service-grid article,
.content-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.gallery-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 260px;
  gap: 8px;
  padding: 8px;
  background: var(--blue-900);
}

.gallery-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.gallery-section img:first-child {
  grid-row: span 2;
}

.content-grid article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-grid article p {
  margin-bottom: 18px;
  color: var(--blue-600);
  font-weight: 900;
  text-transform: uppercase;
}

.content-grid a {
  color: var(--red-600);
  font-weight: 900;
}

.location-section {
  background: var(--blue-900);
}

.location-section iframe {
  width: 100%;
  min-height: 600px;
  border: 0;
  filter: saturate(0.9);
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.contact-list a {
  min-height: 42px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
}

.hours {
  font-size: 0.95rem;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  box-shadow: var(--shadow);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 36px clamp(20px, 5vw, 64px);
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
}

.site-footer p {
  max-width: 560px;
  margin: 8px 0 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--muted);
  font-weight: 800;
}

@media (max-width: 960px) {
  .site-header {
    gap: 14px;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.nav-open .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 84px;
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .site-header.nav-open .site-nav a {
    padding: 12px;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
  }

  .hero {
    min-height: 780px;
  }

  .promo-lead {
    grid-template-columns: 1fr;
  }

  .promo-media {
    min-height: 360px;
  }

  .promo-media::after {
    background: linear-gradient(0deg, rgba(5, 9, 20, 0.82), rgba(5, 9, 20, 0.12));
  }

  .trust-band,
  .inventory-grid,
  .service-grid,
  .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading,
  .split-section,
  .location-section {
    grid-template-columns: 1fr;
  }

  .split-media {
    min-height: 420px;
  }

  .split-content,
  .location-copy {
    min-height: auto;
  }

  .gallery-section {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 15vw, 4.6rem);
  }

  .promo-panel h1 {
    font-size: clamp(2.25rem, 13vw, 3.6rem);
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .hero-proof,
  .trust-band,
  .inventory-grid,
  .service-grid,
  .content-grid,
  .gallery-section {
    grid-template-columns: 1fr;
  }

  .hero-proof div,
  .trust-band article {
    padding: 18px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-heading h2,
  .split-content h2,
  .location-copy h2 {
    font-size: 2.15rem;
  }

  .gallery-section {
    grid-auto-rows: 220px;
  }

  .gallery-section img:first-child {
    grid-row: auto;
  }

  .site-footer {
    display: block;
    padding-bottom: 90px;
  }

  .site-footer nav {
    margin-top: 20px;
  }
}
