* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-black: #000000;
    --color-red: #dc2626;
    --color-red-dark: #b91c1c;
    --color-white: #ffffff;
    --color-zinc-50: #fafafa;
    --color-zinc-100: #f4f4f5;
    --color-zinc-400: #a1a1aa;
    --color-zinc-500: #71717a;
    --color-zinc-800: #27272a;
    --color-zinc-900: #18181b;
    --color-zinc-950: #09090b;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: var(--color-black);
    color: var(--color-white);
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Header */
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.95);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--color-zinc-800);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 6rem;
}

/* HAMBURGUER visível por padrão (mobile) */
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}


.logo img {
    height: 5rem;
    width: auto;
}

.desktop-nav {
    display: none;
    align-items: center;
    gap: 2rem;
}

.desktop-nav a {
    color: var(--color-white);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.3s;
}

.desktop-nav a:hover {
    color: var(--color-red);
}

.mobile-whatsapp {
    display: flex;
    background-color: var(--color-red);
    color: var(--color-white);
    border: none;
    padding: 0.75rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s;
}

.mobile-whatsapp:hover {
    background-color: var(--color-red-dark);
}

/* Buttons */
.btn-primary {
    background-color: var(--color-red);
    color: var(--color-white);
    border: none;
    padding: 0.625rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    display: block;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s;
    text-decoration: none;
    overflow: visible;
}

.btn-moto {
    background-color: var(--color-red);
    color: var(--color-white);
    border: none;
    box-shadow: 0 10px 25px rgba(220, 38, 38, 0.20);
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 0.6rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 1.5rem;
}

.btn-moto:hover {
    transform: scale(1.05);
    background-color: var(--color-red-dark);
}

.btn-moto i.fa-whatsapp {
    font-size: 1.6rem; /* controla o tamanho do ícone */
    line-height: 1;
}


.btn-primary svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.btn-primary i.fa-whatsapp {
    font-size: 1.1rem;   /* tamanho do ícone */
    line-height: 0.7;      /* evita esticar o botão */
    position: relative;
    left: -4px; /* ajuste horizontal */
    top: 1px; /* ajuste vertical */
}

.btn-primary:hover {
    background-color: var(--color-red-dark);
    transform: scale(1.03);
}

/* BOTÃO "VER MOTOS DISPONÍVEIS" */
.btn-primary.btn-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;

    overflow: visible;
    line-height: 1.2; /* 🔥 importante */
}

/* SVG da setinha */
.btn-primary.btn-large svg {
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
}

.btn-primary.btn-large:hover {
    transform: scale(1.02);
}

.btn-secondary {
    background-color: var(--color-white);
    color: var(--color-black);
    border: none;
    padding: 0.625rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s;
    text-decoration: none;
}

.btn-secondary:hover {
    background-color: var(--color-zinc-100);
    transform: scale(1.05);
}

/* Apenas o botão do WhatsApp */
.btn-secondary.btn-large {
    display: inline-flex;
    align-items: center;
}

/* ÍCONE WhatsApp */
.btn-secondary.btn-large .fa-whatsapp {
    font-size: 1.6rem;   /* aumenta só o ícone */
    margin-left: -6px;   /* puxa para a esquerda */
    margin-right: 2px;   /* mantém espaço do texto */
    line-height: 1;
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

.btn-xlarge {
    padding: 1.5rem 3rem;
    font-size: 1.25rem;
    font-weight: 800;
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 5rem;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, var(--color-black), var(--color-zinc-900), var(--color-black));
}

.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1558981806-ec527fa84c39?w=1920&h=1080&fit=crop');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 64rem;
    margin: 0 auto;
}

.hero h1 {
    font-size: 3.82rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero h1 .highlight {
    display: block;
    color: var(--color-red);
    margin-top: 0.5rem;
    font-size: 4.5rem;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--color-zinc-400);
    margin-bottom: 2rem;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 42rem;
    margin: 0 auto;
    padding-top: 3rem;
}

.stat {
    text-align: center;
}

.stat-number {
    font-size: 2.25rem;
    font-weight: 900;
    color: var(--color-red);
}

.stat-label {
    font-size: 0.875rem;
    color: var(--color-zinc-400);
    margin-top: 0.25rem;
}

/* Sections */
section {
    padding: 5rem 0;
}

.motos-section {
    background-color: var(--color-zinc-950);
}

.como-funciona-section {
    background-color: var(--color-black);
}

.consignacao-section {
    background-color: var(--color-zinc-950);
}

.diferenciais-section {
    background-color: var(--color-black);
}

.testimonials-section {
    background-color: var(--color-zinc-950);
}

.section-header {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 4rem;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.section-header h2 .highlight {
    color: var(--color-red);
}

.section-header p {
    font-size: 1.125rem;
    color: var(--color-zinc-400);
}

.section-cta {
    text-align: center;
    margin-top: 3rem;
}

/* Motorcycles Grid */
.motorcycles-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.motorcycle-card {
    background-color: var(--color-zinc-900);
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid var(--color-zinc-800);
    transition: all 0.3s;
}

.motorcycle-card:hover {
    border-color: var(--color-red);
    transform: scale(1.02);
}

.motorcycle-badge {
    background-color: var(--color-red);
    color: var(--color-white);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    text-align: center;
}

.motorcycle-image {
    position: relative;
    height: 16rem;
    overflow: hidden;
}

.motorcycle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    object-position: center 95%;
}

.motorcycle-card:hover .motorcycle-image img {
    transform: scale(1.05);
}

.motorcycle-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.motorcycle-info {
    padding: 1.5rem;
}

.motorcycle-title {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 0.25rem;
}

.motorcycle-model {
    font-size: 1.25rem;
    color: var(--color-zinc-400);
    margin-bottom: 1rem;
}

.motorcycle-details {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.motorcycle-details span:first-child {
    color: var(--color-zinc-500);
}

.motorcycle-details span:last-child {
    font-weight: 600;
}

.motorcycle-price {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--color-red);
    margin-bottom: 1rem;
}

.motorcycle-button {
    width: 100%;
    background-color: var(--color-red);
    color: var(--color-white);
    border: none;
    padding: 0.75rem;
    border-radius: 0.5rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s;
}

.motorcycle-button:hover {
    background-color: var(--color-red-dark);
    transform: scale(1.05);
}

/* Steps Grid */
.steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.step {
    text-align: center;
}

.step-icon {
    font-size: 3.75rem;
    margin-bottom: 1rem;
}

.step-number {
    font-size: 3rem;
    font-weight: 900;
    color: var(--color-red);
    margin-bottom: 1rem;
}

.step h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.step p {
    color: var(--color-zinc-400);
}

/* Consignação */
.consignacao-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.consignacao-content h2 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.consignacao-content h2 .highlight {
    color: var(--color-red);
}

.subtitle {
    font-size: 1.125rem;
    color: var(--color-zinc-400);
    margin-bottom: 1.5rem;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.benefit {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.125rem;
}

.benefit svg {
    flex-shrink: 0;
    background-color: var(--color-red);
    border-radius: 50%;
    padding: 0.25rem;
}

.consignacao-image {
    position: relative;
    height: 24rem;
    border-radius: 1rem;
    overflow: hidden;
}

.consignacao-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.consignacao-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

/* Diferenciais */
.diferenciais-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.diferencial {
    background-color: var(--color-zinc-900);
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid var(--color-zinc-800);
    text-align: center;
    transition: all 0.3s;
}

.diferencial:hover {
    border-color: var(--color-red);
    transform: scale(1.05);
}

.diferencial-icon {
    background-color: rgba(220, 38, 38, 0.1);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.diferencial-icon svg {
    color: var(--color-red);
}

.diferencial h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.diferencial p {
    color: var(--color-zinc-400);
}

/* Testimonials */
.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 72rem;
    margin: 0 auto;
}

.testimonial {
    background-color: var(--color-zinc-900);
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid var(--color-zinc-800);
}

.stars {
    color: var(--color-red);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.testimonial p {
    font-size: 1.125rem;
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial strong {
    font-weight: 700;
}

/* CTA Section */
.cta-section {
    padding: 8rem 0;
    background: linear-gradient(to bottom, var(--color-black), #7f1d1d);
}

.cta-content {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center;
}

.cta-content h2 {
    font-size: 3.75rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.cta-content h2 .highlight {
    color: var(--color-red);
}

.cta-content p {
    font-size: 1.25rem;
    color: var(--color-zinc-300);
    margin-bottom: 2rem;
}

/* Footer */
.footer {
    background-color: var(--color-black);
    border-top: 1px solid var(--color-zinc-800);
    padding: 3rem 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-logo {
    height: 5rem;
    width: auto;
    margin-bottom: 1rem;
}

.footer-col p {
    color: var(--color-zinc-400);
}

.footer-col h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-links a {
    color: var(--color-zinc-400);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--color-red);
}

.footer-hours {
    color: var(--color-zinc-400);
}

.footer-hours p {
    margin-bottom: 0.25rem;
}

.footer-bottom {
    border-top: 1px solid var(--color-zinc-800);
    padding-top: 2rem;
    text-align: center;
}

.footer-bottom p {
    color: var(--color-zinc-500);
    font-size: 0.875rem;
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    background-color: #25d366;
    color: var(--color-white);
    border: none;
    padding: 1rem;
    border-radius: 50%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
}

.whatsapp-float {
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float i.fa-whatsapp {
    font-size: 32px;
}

.cta-section .fa-whatsapp {
    font-size: 32px;
    line-height: 1;
    position: relative;
    top: 1.5px; /* ajuste fino */
}

.cta-section .btn-secondary .fa-whatsapp {
    margin-left: -0.50rem; /* puxa o ícone para a esquerda */
}

/* ===== DETALHE DA MOTO ===== */
.moto-detalhe-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  background-color: var(--color-zinc-900);
  border-radius: 1rem;
  border: 1px solid var(--color-zinc-800);
  padding: 2rem;
}

.moto-detalhe-card img {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

.moto-detalhe-info h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.moto-detalhe-info p {
  font-size: 1.125rem;
  color: var(--color-zinc-400);
  margin-bottom: 0.5rem;
}

.moto-detalhe-info .price {
  font-size: 2rem;
  font-weight: 900;
  color: var(--color-red);
  margin: 1.5rem 0;
}

/* ===== DETALHE DA MOTO ===== */
.moto-detalhe-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
  background: #1a1a1a;
  padding: 2.5rem;
  border-radius: 1.2rem;
}

.moto-imagem img {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

.moto-info h1 {
  font-size: 1.5rem;
  margin: 1rem 0;
}

.moto-preco {
  display: inline-block;
  background: #e53935;
  color: #fff;
  padding: 0.6rem 1.2rem;
  font-weight: 700;
  border-radius: 0.4rem;
  font-size: 1.3rem;
}

.moto-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  margin: 1.2rem 0;
  font-size: 0.95rem;
  color: #ddd;
}

.moto-beneficios {
  margin: 1.2rem 0;
  padding-left: 1rem;
  color: #ccc;
}

.moto-beneficios li {
  margin-bottom: 0.4rem;
}

/* Remove estilo padrão de link dos cards */
.motorcycle-card {
  text-decoration: none;
  color: inherit;
}

/* Card geral */
.moto-detalhe-card {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

/* GALERIA */
.moto-galeria {
  display: flex;
  gap: 1rem;
}

.moto-thumb {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.6;
  border: 2px solid transparent;
  transition: 0.3s;
}


/* IMAGEM PRINCIPAL */
.moto-imagem img {
  width: 420px;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
}

/* Animação da imagem principal */
#main-moto-image {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fade-out {
  opacity: 0;
  transform: scale(0.97);
}

.fade-in {
  opacity: 1;
  transform: scale(1);
}

.moto-galeria {
  display: flex;
  gap: 1rem;
}

/* Thumbs à esquerda (desktop) */
.moto-thumbs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.moto-thumb {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;

  opacity: 0.6;
  border: 2px solid transparent;

  transition: 
    opacity 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.moto-thumb:hover,
.moto-thumb.active {
  opacity: 1;
  transform: scale(1.08);
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.45);
}

.moto-thumb-glass {
  position: relative;

  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;

  background: linear-gradient(
    135deg,
    rgba(220, 38, 38, 0.35),
    rgba(0, 0, 0, 0.85)
  );

  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);

  opacity: 0.7;
  transition: 
    opacity 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* IMAGEM DE FUNDO */
.moto-thumb-glass img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}

/* TEXTO +X */
.moto-thumb-glass .thumb-count {
  position: relative;
  z-index: 2;

  color: #fff;
  font-weight: 900;
  font-size: 1.3rem;
}

/* HOVER — IGUAL THUMB NORMAL */
.moto-thumb-glass:hover {
  opacity: 1;
  transform: scale(1.08);
  box-shadow:
    0 0 0 2px rgba(220, 38, 38, 0.55),
    0 12px 30px rgba(0, 0, 0, 0.7);
}

.moto-thumb-glass:hover::before {
  border-color: #dc2626;
}

.moto-thumb-glass:hover::before {
  border-color: #ff0000;
}

/* Imagem principal */
.moto-imagem img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

.moto-imagem {
  overflow: hidden;
  border-radius: 10px;
}

.moto-imagem img {
  transition: transform 0.4s ease;
}

.moto-thumb,
.moto-thumb-glass {
  border: 2px solid transparent;
  border-radius: 10px;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    opacity 0.3s ease;
}

.moto-thumb:hover,
.moto-thumb.active,
.moto-thumb-glass:hover {
  opacity: 1;
  transform: scale(1.08);

  border-color: var(--color-red);

  box-shadow:
    0 0 0 2px rgba(220, 38, 38, 0.45),
    0 10px 30px rgba(0, 0, 0, 0.6);
}

.hamburger span {
  width: 26px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
}


/* ===== MENU MOBILE ===== */
.mobile-menu {
  position: fixed;
  top: 6rem;
  right: 0;
  width: 100%;
  height: calc(100vh - 6rem);

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2rem;

  background: linear-gradient(
    180deg,
    rgba(20, 20, 20, 0.75),
    rgba(10, 10, 10, 0.65)
  );

  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);

  border-top: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 999;

  transform: translateX(100%);
  transition: transform 0.35s ease;
}

/* 🔥 MENU ENTRA */
.mobile-menu.show {
  transform: translateX(0);
}

/* LINKS */
.mobile-menu a {
  width: 100%;
  max-width: 320px;
  padding: 1rem 1.2rem;
  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;

  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  opacity: 0;
  transform: translateY(14px);
}

/* CASCATA */
.mobile-menu.show a {
  animation: menuItemIn 0.45s ease forwards;
}

.mobile-menu.show a:nth-child(1) { animation-delay: 0.08s; }
.mobile-menu.show a:nth-child(2) { animation-delay: 0.16s; }
.mobile-menu.show a:nth-child(3) { animation-delay: 0.24s; }
.mobile-menu.show a:nth-child(4) { animation-delay: 0.32s; }

@keyframes menuItemIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* HOVER */
.mobile-menu a:hover {
  background: rgba(225, 29, 72, 0.12);
  border-color: rgba(225, 29, 72, 0.45);
  transform: translateY(-2px);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.hamburger {
  width: 32px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* 🔥 QUANDO ESTIVER ATIVO (VIRA X PERFEITO) */
.hamburger.active span:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}

.moto-galeria-bottom {
  display: none;
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 5px;
}

.moto-galeria-bottom::-webkit-scrollbar {
  height: 6px;
}

.moto-galeria-bottom::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2);
  border-radius: 10px;
}

.moto-thumb-bottom {
  width: 90px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: .6;
  transition: .3s;
  flex-shrink: 0;
}

.moto-thumb-bottom.active,
.moto-thumb-bottom:hover {
  opacity: 1;
}

.fancybox-hidden {
  display: none !important;
}

/* ===== THUMB VIDRO + CONTADOR ===== */
.moto-thumb-glass {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;

  background: rgba(20, 20, 20, 0.4);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);

  border: 1px solid rgba(0, 0, 0, 0.15);
}

.moto-thumb-glass img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2px) brightness(0.8);
  transform: scale(1.1);
}

/* CONTADOR +X */
.thumb-count {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;

  background: rgba(255, 255, 255, 0.02);

  text-shadow: 0 2px 10px rgba(0,0,0,.7);
}

.moto-thumb-glass:hover {
  transform: scale(1.08);
}

.thumb-count {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@media (max-width: 768px) {


  .logo img {
    height: 60px;
  }

  .moto-thumb,
  .moto-thumb-glass {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    border-radius: 9px;
  }

  .thumb-count {
    font-size: 1rem;
  }

  .thumb-count {
    font-size: 1rem;
  }

  .moto-thumb-bottom {
    width: 75px;
    height: 60px;
  }

  .moto-galeria-bottom {
    scroll-snap-type: x mandatory;
  }

  .moto-thumb-bottom {
    scroll-snap-align: start;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .desktop-nav {
    display: none;
  }

  .mobile-whatsapp {
    display: none;
  }

  .hamburger {
    display: flex;
  }


  .moto-thumbs::-webkit-scrollbar {
    display: none;
  }

  .moto-thumb,
  .moto-thumb-more {
    width: 56px;                  /* 🔥 tamanho ideal mobile */
    height: 56px;
    border-radius: 8px;
  }

  .moto-thumb-more {
    font-size: 1rem;
  }
}

/* ===== DESKTOP ===== */
@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .moto-galeria {
        flex-direction: column;
  }
  .moto-thumb-more {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    font-size: 1rem;
    border-radius: 9px;
  }

  .btn-moto {
        font-size: 1rem;
        padding: 0.9rem 1.5rem;
        width: 100%;
  }

  .moto-thumbs {
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
  }

  .moto-thumb,.moto-thumb-glass {
    width: 64px;
    min-width: 64px;
    height: 64px;
  }

  .moto-imagem {
    order: 1;
  }
}

@media (max-width: 768px) {
  .moto-detalhe-card {
    flex-direction: column;
  }

  .moto-galeria {
    flex-direction: column-reverse;
  }

  .moto-imagem img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 900px) {
  .moto-detalhe-card {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .moto-detalhe-card {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
  }
}


@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Responsive */
@media (min-width: 640px) {
    .hero h1 {
        font-size: 3rem;
    }
    
    .hero-buttons {
        flex-direction: row;
        justify-content: center;
    }
    
    .stat-label {
        font-size: 0.875rem;
    }
}

@media (min-width: 768px) {
    .desktop-nav {
        display: flex;
    }
    .hamburger {
    display: none;
    }
    .mobile-whatsapp {
        display: none;
    }
    .mobile-whatsapp {
        display: none;
    }

    .hero h1 {
        font-size: 3.82rem;
    }
    
    .motorcycles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .consignacao-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .diferenciais-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .motorcycles-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .steps-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .diferenciais-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ===== HERO MOBILE FIX ===== */
@media (max-width: 768px) {

  .hero {
    min-height: auto;
    padding-top: 7rem; /* compensa header fixo */
    padding-bottom: 3rem;
  }

  .hero-content {
    padding: 0 1rem;
  }

  .hero h1 {
    font-size: 1.7rem;
    line-height: 1.15;
    padding-top: 1.5rem;
  }

  .hero h1 .highlight {
    font-size: 1.9rem;
    margin-top: 0.4rem;
  }

  .hero-subtitle {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
  }

  .hero-buttons {
    gap: 0.75rem;
  }

  .btn-primary.btn-large,
  .btn-secondary.btn-large {
    width: 80%;
    font-size: 0.85rem;
    padding: 0.9rem 1.2rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: 2rem;
  }

  .stat-number {
    font-size: 1.8rem;
  }

  .stat-label {
    font-size: 0.85rem;
  }
}
