/* ==========================================================================
   MOTOBOX — Apple Pro Hardware & Official Dealership Design System
   Concesionaria Oficial Multimarca de Motos 0km | Córdoba, Argentina
   Ultra-compact mobile layout, studio motorcycle presentation, zero blank spaces
   ========================================================================== */

:root {
  /* Apple Pro Materials & Colors */
  --bg-primary: #f5f5f7;
  --bg-secondary: #ffffff;
  --bg-tertiary: #f0f0f2;
  --bg-quaternary: rgba(0, 0, 0, 0.03);
  --bg-segmented: #e8e8ed;
  --bg-card: #ffffff;
  --bg-glass: rgba(255, 255, 255, 0.82);
  --bg-glass-strong: rgba(255, 255, 255, 0.95);

  /* Precision Borders & Hairlines */
  --border-subtle: rgba(0, 0, 0, 0.06);
  --border-medium: rgba(0, 0, 0, 0.12);
  --border-highlight: #e02e24;

  /* Typography Colors */
  --text-primary: #1d1d1f;
  --text-secondary: #6e6e73;
  --text-muted: #86868b;
  --text-inverse: #ffffff;

  /* Accent Colors */
  --accent-orange: #e02e24;
  --accent-orange-hover: #c4241b;
  --accent-orange-glow: rgba(224, 46, 36, 0.12);
  --accent-whatsapp: #25d366;
  --accent-whatsapp-dark: #1ea952;
  --accent-whatsapp-glow: rgba(37, 211, 102, 0.2);
  --accent-live: #34c759;
  --accent-blue: #0071e3;

  /* Native System Fonts */
  --font-heading: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", sans-serif;
  --font-mono: "SF Mono", SFMono-Regular, ui-monospace, Menlo, monospace;

  /* Precision Depths — softer, more diffused */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04);
  --shadow-card: 0 2px 8px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.1);
  --shadow-whatsapp: 0 4px 14px rgba(37, 211, 102, 0.28);

  /* Apple-rounded Radii */
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-sheet: 16px;
  --radius-pill: 100px;

  /* Layout */
  --max-width: 1140px;
  --header-height: 54px;
  --bottom-bar-height: 56px;

  /* Transitions & Physics */
  --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: 0.18s cubic-bezier(0.25, 0.1, 0.25, 1);
  --transition-smooth: 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── RESET & GLOBAL ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-family: var(--font-body);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: -0.015em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: calc(var(--bottom-bar-height) + 12px + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 900px) {
  body { padding-bottom: 0; }
}

img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
button { font: inherit; border: none; background: none; cursor: pointer; }
input, select, textarea { font: inherit; }
ul, ol { list-style: none; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 0.85rem;
}
@media (min-width: 768px) {
  .container { padding: 0 1.5rem; }
}

/* ── SAFE SCROLL MOTION (Zero Risk of Blank Spaces) ── */
.reveal-on-scroll {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s var(--ease-spring), transform 0.5s var(--ease-spring);
}

/* Entrance Animations */
.animate-fade-in { animation: fadeIn 0.6s var(--ease-spring) both; }
.animate-fade-up { animation: fadeUp 0.7s var(--ease-spring) both; }
.delay-1 { animation-delay: 0.08s; }
.delay-2 { animation-delay: 0.16s; }
.delay-3 { animation-delay: 0.24s; }

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── SITE NAVIGATION HEADER ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  background: var(--bg-glass);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--border-subtle);
  transition: transform var(--transition-smooth), background var(--transition-fast), box-shadow var(--transition-fast);
}

.site-header.scrolled {
  background: var(--bg-glass-strong);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.site-header.header-hidden {
  transform: translateY(-100%);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.brand-logo:hover { opacity: 0.85; }

/* El logo ya trae el nombre y la bajada, así que reemplaza al texto. */
.brand-logo-img {
  height: 42px;
  width: auto;
  flex: none;
}
@media (min-width: 768px) {
  .brand-logo-img { height: 46px; }
}

.brand-name {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
  color: var(--text-primary);
  line-height: 1;
}

.brand-tagline {
  font-size: 0.62rem;
  color: var(--text-muted);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-desktop { display: none; }

@media (min-width: 768px) {
  .nav-desktop {
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
}

.nav-desktop-link {
  position: relative;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--text-secondary);
  padding: 0.3rem 0.1rem;
  transition: color var(--transition-fast);
}
.nav-desktop-link:hover { color: var(--text-primary); }
.nav-desktop-link.active {
  color: var(--text-primary);
  font-weight: 700;
}
.nav-desktop-link.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent-orange);
  border-radius: 1px;
}

.nav-highlight {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.nav-badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent-orange);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.btn-catalog-nav-header {
  display: none;
}
@media (min-width: 600px) {
  .btn-catalog-nav-header {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--text-primary);
    background: var(--bg-tertiary);
    border: 1px solid var(--border-subtle);
    padding: 0.38rem 0.75rem;
    border-radius: var(--radius-xs);
    transition: all var(--transition-fast);
  }
  .btn-catalog-nav-header:hover {
    background: #e8e8ed;
    border-color: var(--border-medium);
    transform: translateY(-1px);
  }
  .btn-catalog-nav-header:active {
    transform: scale(0.98);
  }
}

.btn-whatsapp-header {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: white;
  background: var(--accent-whatsapp);
  padding: 0.42rem 0.9rem;
  border-radius: var(--radius-pill);
  box-shadow: 0 1px 4px rgba(37, 211, 102, 0.18);
  transition: all 0.25s var(--ease-spring);
}
.btn-whatsapp-header:hover {
  background: var(--accent-whatsapp-dark);
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
  transform: translateY(-1px);
}

/* ── HERO SECTION (HOME) ── */
.hero-section {
  padding: 0.5rem 0 0.85rem;
}
@media (min-width: 768px) {
  .hero-section { padding: 0.85rem 0 1.25rem; }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--bg-secondary);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
  }
}

.hero-copy-col {
  padding: 1.25rem 0.95rem;
}
@media (min-width: 768px) {
  .hero-copy-col { padding: 2.25rem 2rem; }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent-orange);
  margin-bottom: 0.65rem;
}
.eyebrow-line {
  display: inline-block;
  width: 12px;
  height: 2px;
  background: var(--accent-orange);
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 6vw, 2.85rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--text-primary);
  margin-bottom: 0.65rem;
}

.hero-title-highlight {
  color: var(--text-secondary);
  font-weight: 700;
}

.hero-subtitle {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.4;
  margin-bottom: 1rem;
  max-width: 440px;
}

.hero-perks {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  color: var(--text-secondary);
  margin-bottom: 1.25rem;
}

.perk-chip { display: inline-flex; align-items: center; }
.perk-chip + .perk-chip::before {
  content: '·';
  margin: 0 0.4rem;
  color: var(--text-muted);
  font-weight: bold;
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 480px) {
  .hero-cta-group { flex-direction: row; }
}

/* HIGH-VISIBILITY PRIMARY CATALOG BUTTON */
.btn-hero-catalog-primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  background: #111113;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 0.8rem 1.1rem 0.8rem 1.3rem;
  border-radius: var(--radius-xs);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: all 0.25s var(--ease-spring);
}
.btn-hero-catalog-primary:hover {
  background: #000000;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}
.btn-hero-catalog-primary:active { transform: scale(0.98); }

.btn-hero-catalog-primary .btn-icon-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: var(--radius-xs);
  background: rgba(255, 255, 255, 0.15);
  transition: transform 0.25s var(--ease-spring), background 0.25s ease;
}
.btn-hero-catalog-primary:hover .btn-icon-arrow {
  transform: translateX(3px);
  background: var(--accent-orange);
}

.btn-secondary-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: var(--bg-tertiary);
  border: 1px solid var(--border-subtle);
  color: var(--text-primary);
  font-size: 0.86rem;
  font-weight: 600;
  padding: 0.8rem 1.15rem;
  border-radius: var(--radius-xs);
  transition: all var(--transition-fast);
}
.btn-secondary-hero:hover {
  background: #e8e8ed;
  border-color: var(--border-medium);
  transform: translateY(-1px);
}

.hero-media-wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hero-image-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Franja reservada para la tarjeta del showroom, que va superpuesta:
     sin esto se apoya sobre el flyer y tapa la palabra MotoBox. */
  padding-bottom: 3.9rem;
}

/* El flyer se muestra completo: la caja toma su misma proporción para que
   no queden ni recortes ni franjas vacías a los costados. */
.hero-main-img {
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
  transition: transform 0.5s var(--ease-spring);
}
.hero-image-card:hover .hero-main-img { transform: scale(1.03); }

.hero-floating-stat {
  position: absolute;
  bottom: 0.65rem;
  left: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  background: #ffffff;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-xs);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.floating-animation {
  animation: floatSubtle 4s ease-in-out infinite alternate;
}
@keyframes floatSubtle {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-3px); }
}

.stat-info-group { display: flex; align-items: center; gap: 0.45rem; }
.stat-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-orange);
}

.stat-label {
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  font-weight: 600;
  display: block;
}

.stat-val {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--text-primary);
}

.stat-cta {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent-orange);
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

/* ── TRUST STATS BAR (HOME) ── */
.trust-stats-section {
  padding: 0.25rem 0 0.65rem;
}

.trust-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.45rem;
}
@media (min-width: 768px) {
  .trust-stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.65rem;
  }
}

.trust-stat-item {
  background: var(--bg-secondary);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xs);
  padding: 0.65rem 0.75rem;
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: transform var(--transition-fast), border-color var(--transition-fast);
}
.trust-stat-item:hover {
  border-color: var(--border-medium);
  transform: translateY(-2px);
}

.trust-stat-val {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 0.15rem;
}

.trust-stat-desc {
  font-size: 0.68rem;
  color: var(--text-secondary);
  font-weight: 500;
  line-height: 1.2;
}

/* ── BRANDS BAR SECTION ── */
.brands-bar-section {
  padding: 0.25rem 0 0.75rem;
}

.brands-bar-inner {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-secondary);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xs);
  padding: 0.65rem 1rem;
  box-shadow: var(--shadow-sm);
}
@media (min-width: 640px) {
  .brands-bar-inner { flex-direction: row; }
}

.brands-bar-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}

.brands-chips-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.brand-chip {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--text-primary);
  background: var(--bg-tertiary);
  padding: 0.22rem 0.6rem;
  border-radius: var(--radius-xs);
  transition: all var(--transition-fast);
}
.brand-chip:hover {
  background: var(--text-primary);
  color: #ffffff;
  transform: translateY(-1px);
}

/* ── FEATURED SECTION (HOME) ── */
.featured-section {
  padding: 0.75rem 0;
}

.section-header-split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.75rem;
}

.section-tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-orange);
  margin-bottom: 0.15rem;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 3.5vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text-primary);
  line-height: 1.15;
}

.btn-link-all {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent-orange);
  transition: all var(--transition-fast);
}
.btn-link-all:hover { transform: translateX(3px); }

.featured-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 580px) {
  .featured-cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .featured-cards-grid { grid-template-columns: repeat(3, 1fr); }
}

/* DIRECT CATALOG CALLOUT BANNER */
.catalog-direct-banner {
  margin-top: 1rem;
  background: linear-gradient(135deg, #151518 0%, #1e1e24 100%);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.25rem 1rem;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .catalog-direct-banner {
    flex-direction: row;
    align-items: center;
    padding: 1.85rem 2.25rem;
  }
}

.catalog-direct-banner::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(224, 46, 36, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.banner-pill-badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--accent-orange);
  color: white;
  padding: 0.18rem 0.5rem;
  border-radius: var(--radius-xs);
  margin-bottom: 0.35rem;
}

.direct-banner-text h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.25rem;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.direct-banner-text p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 500px;
  line-height: 1.4;
}

.btn-catalog-banner-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  color: #111113;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 0.75rem 1.35rem;
  border-radius: var(--radius-xs);
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  transition: all 0.25s var(--ease-spring);
}
.btn-catalog-banner-primary:hover {
  background: #f0f0f2;
  transform: translateY(-2px);
}

/* ── PROMO POSTER SECTION (CRM EDITABLE) ── */
.promo-poster-section {
  padding: 0.75rem 0;
}

.promo-poster-card {
  position: relative;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: #111113;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .promo-poster-card {
    min-height: 280px;
    display: block;
  }
}

.promo-poster-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
@media (min-width: 768px) {
  .promo-poster-media {
    position: absolute;
    inset: 0;
    min-height: auto;
  }
}

.promo-poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s var(--ease-spring);
}
.promo-poster-card:hover .promo-poster-img {
  transform: scale(1.03);
}

.promo-poster-gradient {
  display: none;
}

.promo-poster-content {
  position: relative;
  z-index: 2;
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .promo-poster-content {
    padding: 2.5rem 2.25rem;
    max-width: 600px;
    gap: 0.75rem;
  }
}

.promo-poster-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--accent-orange);
  color: white;
  padding: 0.22rem 0.6rem;
  border-radius: var(--radius-xs);
}

.promo-poster-title {
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 4vw, 1.85rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.promo-poster-desc {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.45;
}

.promo-poster-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 480px) {
  .promo-poster-actions { flex-direction: row; }
}

.btn-promo-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: var(--accent-whatsapp);
  color: white;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius-xs);
  box-shadow: var(--shadow-whatsapp);
  transition: all var(--transition-fast);
}
.btn-promo-whatsapp:hover {
  background: var(--accent-whatsapp-dark);
  transform: translateY(-1px);
}

.btn-promo-catalog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius-xs);
  transition: all var(--transition-fast);
}
.btn-promo-catalog:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

/* ── CATEGORIES SECTION (HOME) ── */
.categories-section {
  padding: 0.75rem 0;
}

.categories-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .categories-track { grid-template-columns: repeat(3, 1fr); }
}

.category-tile {
  background: var(--bg-secondary);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}
.category-tile:hover {
  border-color: var(--border-medium);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.category-tile:active { transform: scale(0.985); }

.category-tile-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f0f0f2;
}

.category-tile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease-spring);
}
.category-tile:hover .category-tile-media img { transform: scale(1.04); }

.category-badge-chip {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  font-size: 0.58rem;
  font-weight: 700;
  padding: 0.18rem 0.45rem;
  border-radius: var(--radius-xs);
}

.category-tile-info {
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.category-tile-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.15rem;
  letter-spacing: -0.02em;
}

.category-tile-desc {
  font-size: 0.76rem;
  color: var(--text-secondary);
  line-height: 1.35;
  margin-bottom: 0.65rem;
}

.category-tile-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-subtle);
  padding-top: 0.45rem;
  margin-top: auto;
}

.category-state-pill {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-muted);
}

.category-btn-pill {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--accent-orange);
  transition: transform var(--transition-fast);
}
.category-tile:hover .category-btn-pill { transform: translateX(3px); }

/* ── 3-STEP PURCHASE PROCESS (HOME) ── */
.process-section {
  padding: 0.75rem 0;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}
@media (min-width: 768px) {
  .process-grid { grid-template-columns: repeat(3, 1fr); }
}

.process-card {
  background: var(--bg-secondary);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.15rem 1rem;
  box-shadow: var(--shadow-card);
  transition: transform var(--transition-fast), border-color var(--transition-fast);
}
.process-card:hover {
  border-color: var(--border-medium);
  transform: translateY(-2px);
}

.process-number {
  font-family: var(--font-mono);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--accent-orange);
  margin-bottom: 0.35rem;
}

.process-card h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
}

.process-card p {
  font-size: 0.8rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

/* ── BENEFITS SECTION ── */
.benefits-section {
  padding: 0.75rem 0;
}

.benefits-grid-modern {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--bg-secondary);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
@media (min-width: 640px) {
  .benefits-grid-modern { grid-template-columns: repeat(2, 1fr); }
}

.benefit-card-modern {
  padding: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid var(--border-subtle);
  transition: background var(--transition-fast);
}
.benefit-card-modern:hover { background: #fafafc; }

.benefit-icon-badge {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefit-card-modern h3 {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.1rem;
  letter-spacing: -0.015em;
}

.benefit-card-modern p {
  font-size: 0.76rem;
  color: var(--text-secondary);
  line-height: 1.35;
}

.benefit-card-modern[data-accent="red"] .benefit-icon-badge { color: #e02e24; background: rgba(224, 46, 36, 0.08); }
.benefit-card-modern[data-accent="emerald"] .benefit-icon-badge { color: #059669; background: rgba(5, 150, 105, 0.08); }
.benefit-card-modern[data-accent="blue"] .benefit-icon-badge { color: #0071e3; background: rgba(0, 113, 227, 0.08); }
.benefit-card-modern[data-accent="amber"] .benefit-icon-badge { color: #d97706; background: rgba(217, 119, 6, 0.08); }

/* ── FAQ ACCORDION (HOME) ── */
.faq-section {
  padding: 0.75rem 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.faq-item {
  background: var(--bg-secondary);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xs);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--transition-fast);
}
.faq-item.active { border-color: var(--border-medium); }

.faq-question {
  width: 100%;
  text-align: left;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-primary);
  cursor: pointer;
  transition: background var(--transition-fast);
}
.faq-question:hover { background: #fafafc; }

.faq-chevron {
  color: var(--text-muted);
  flex-shrink: 0;
  transition: transform 0.3s var(--ease-spring);
}
.faq-item.active .faq-chevron {
  transform: rotate(180deg);
  color: var(--accent-orange);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s var(--ease-spring), padding 0.35s ease;
  padding: 0 1rem;
}
.faq-item.active .faq-answer {
  max-height: 250px;
  padding: 0 1rem 1rem 1rem;
}

.faq-answer p {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.45;
  border-top: 1px solid var(--border-subtle);
  padding-top: 0.65rem;
}

/* ── SHOWROOM TEASER BANNER (HOME) ── */
.showroom-teaser-section {
  padding: 0.75rem 0;
}

.showroom-teaser-card {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--bg-secondary);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
@media (min-width: 768px) {
  .showroom-teaser-card { grid-template-columns: 1.2fr 0.8fr; }
}

.showroom-teaser-copy {
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
@media (min-width: 768px) {
  .showroom-teaser-copy { padding: 2rem; }
}

.showroom-teaser-copy h2 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.showroom-teaser-copy p {
  font-size: 0.84rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.showroom-teaser-info {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background: var(--bg-tertiary);
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-xs);
}
.showroom-teaser-info strong {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}
.showroom-teaser-info span {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-primary);
}

.showroom-teaser-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 200px;
}

/* ── CATALOG DEDICATED PAGE (catalogo.html) ── */
.catalog-page-hero {
  padding: 0.75rem 0 1rem;
}

.catalog-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-bottom: 0.65rem;
}
.catalog-breadcrumbs a:hover { color: var(--text-primary); }

.catalog-page-header {
  margin-bottom: 1rem;
}

.catalog-page-title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 4.5vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text-primary);
  line-height: 1.1;
  margin-bottom: 0.25rem;
}

.catalog-page-subtitle {
  font-size: 0.86rem;
  color: var(--text-secondary);
  max-width: 600px;
}

/* Catalog Toolbar */
.catalog-toolbar {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.catalog-toolbar-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 640px) {
  .catalog-toolbar-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.catalog-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 380px;
}

.catalog-search-wrap .search-icon {
  position: absolute;
  left: 0.75rem;
  color: var(--text-muted);
  pointer-events: none;
}

.catalog-search-input {
  width: 100%;
  background: var(--bg-secondary);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xs);
  padding: 0.5rem 2rem 0.5rem 2.25rem;
  font-size: 0.82rem;
  color: var(--text-primary);
  outline: none;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-fast);
}
.catalog-search-input:focus {
  border-color: var(--text-primary);
  box-shadow: 0 0 0 1px var(--text-primary);
}

.catalog-search-clear {
  position: absolute;
  right: 0.5rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--bg-tertiary);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: bold;
}

.catalog-stock-summary {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.stock-summary-badge {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--text-primary);
  color: white;
  padding: 0.18rem 0.45rem;
  border-radius: var(--radius-xs);
}

.stock-summary-text {
  font-size: 0.78rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Filter Pills Segmented Control */
.filter-pills-bar {
  display: inline-flex;
  gap: 2px;
  background: var(--bg-segmented);
  padding: 2px;
  border-radius: var(--radius-xs);
  overflow-x: auto;
  scrollbar-width: none;
  width: 100%;
}
@media (min-width: 640px) {
  .filter-pills-bar { width: auto; }
}
.filter-pills-bar::-webkit-scrollbar { display: none; }

.filter-pill {
  flex: 1;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.38rem 0.8rem;
  border-radius: 2px;
  background: transparent;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.15s ease;
}
.filter-pill:hover { color: var(--text-primary); }

.filter-pill.active {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.pill-count {
  font-size: 0.65rem;
  margin-left: 0.2rem;
  opacity: 0.6;
}
.filter-pill.active .pill-count {
  opacity: 0.8;
  color: #000000;
}

/* Cards Grid — STRICTLY 2 COLUMNS ON ALL MOBILE DEVICES */
.catalog-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (min-width: 640px) {
  .catalog-cards-grid {
    gap: 0.75rem;
  }
}
@media (min-width: 900px) {
  .catalog-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

/* ── MOTORCYCLE CARD (ATTRACTIVE STUDIO PRESENTATION) ── */
.moto-card-modern {
  background: var(--bg-secondary);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.25s var(--ease-spring), border-color 0.25s ease, box-shadow 0.25s ease;
}
.moto-card-modern:hover {
  border-color: var(--border-medium);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.moto-card-modern:active { transform: scale(0.985); }

/* Perfect 4:3 Ratio for 1200x896 Motorcycle Photography */
.moto-card-header {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: radial-gradient(circle at 50% 55%, #ffffff 35%, #f0f0f3 100%);
  border-bottom: 1px solid var(--border-subtle);
}

.moto-card-header img,
.moto-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s var(--ease-spring);
}

.moto-card-modern:hover .moto-card-header img,
.moto-card-modern:hover .moto-gallery-slide img {
  transform: scale(1.05);
}

.moto-badge-tag {
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
  z-index: 4;
  font-size: 0.52rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--text-primary);
  color: white;
  padding: 0.15rem 0.38rem;
  border-radius: var(--radius-xs);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 640px) {
  .moto-badge-tag {
    top: 0.45rem;
    left: 0.45rem;
    font-size: 0.58rem;
    padding: 0.2rem 0.45rem;
  }
}

.moto-gallery {
  position: relative;
  width: 100%;
  height: 100%;
}

.moto-gallery-track {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.moto-gallery-track::-webkit-scrollbar { display: none; }

.moto-gallery-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
}

.moto-gallery-dots {
  position: absolute;
  bottom: 0.35rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  z-index: 3;
  pointer-events: none;
}

.gallery-dot {
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease;
  pointer-events: auto;
  cursor: pointer;
}
.gallery-dot.active {
  background: #000000;
  width: 12px;
}

.moto-card-body {
  padding: 0.55rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 640px) {
  .moto-card-body {
    padding: 0.85rem;
  }
}

.moto-brand-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
}

.moto-brand-label {
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent-orange);
}
@media (min-width: 640px) {
  .moto-brand-label { font-size: 0.68rem; }
}

.moto-category-label {
  font-size: 0.58rem;
  color: var(--text-muted);
}
@media (min-width: 640px) {
  .moto-category-label { font-size: 0.68rem; }
}

.moto-title-h3 {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.12rem;
  letter-spacing: -0.025em;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 640px) {
  .moto-title-h3 {
    font-size: 1.05rem;
    white-space: normal;
  }
}

.moto-tagline {
  font-size: 0.72rem;
  color: var(--text-secondary);
  line-height: 1.3;
  margin-bottom: 0.35rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 640px) {
  .moto-tagline {
    font-size: 0.78rem;
    -webkit-line-clamp: 2;
    margin-bottom: 0.55rem;
  }
}

.moto-specs-strip {
  display: flex;
  margin-bottom: 0.45rem;
  background: var(--bg-tertiary);
  border-radius: var(--radius-xs);
  padding: 0.22rem 0.3rem;
}
@media (min-width: 640px) {
  .moto-specs-strip {
    padding: 0.35rem 0.55rem;
    margin-bottom: 0.65rem;
  }
}

.spec-item {
  flex: 1;
  text-align: center;
}
.spec-item:not(:last-child) {
  border-right: 1px solid var(--border-subtle);
  padding-right: 0.2rem;
  margin-right: 0.2rem;
}

.spec-k {
  display: block;
  font-size: 0.48rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--text-muted);
  margin-bottom: 0.02rem;
  line-height: 1;
}
@media (min-width: 640px) {
  .spec-k { font-size: 0.55rem; }
}

.spec-v {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.1;
}
@media (min-width: 640px) {
  .spec-v { font-size: 0.75rem; }
}

.moto-card-actions {
  margin-top: auto;
  padding-top: 0.45rem;
  border-top: 1px solid var(--border-subtle);
}
@media (min-width: 640px) {
  .moto-card-actions { padding-top: 0.55rem; }
}

.btn-card-whatsapp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background: var(--accent-whatsapp);
  color: white;
  font-size: 0.76rem;
  font-weight: 600;
  padding: 0.55rem 0.5rem;
  border-radius: var(--radius-pill);
  box-shadow: 0 1px 4px rgba(37, 211, 102, 0.15);
  transition: all 0.25s var(--ease-spring);
  white-space: nowrap;
  letter-spacing: 0.01em;
}
@media (min-width: 640px) {
  .btn-card-whatsapp {
    font-size: 0.82rem;
    padding: 0.62rem 0.75rem;
  }
}
.btn-card-whatsapp:hover {
  background: var(--accent-whatsapp-dark);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.28);
  transform: translateY(-1px);
}
.btn-card-whatsapp:active { transform: scale(0.97); }

/* Empty State */
.catalog-empty-state {
  grid-column: 1 / -1;
  background: var(--bg-secondary);
  border: 1px dashed var(--border-medium);
  border-radius: var(--radius-lg);
  padding: 2.25rem 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}
.empty-state-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-xs);
  background: var(--bg-tertiary);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.catalog-empty-state h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
}
.catalog-empty-state p {
  font-size: 0.8rem;
  color: var(--text-secondary);
  max-width: 360px;
  margin-bottom: 0.45rem;
}

/* ── DETAIL MODAL (Quick View Sheet) ── */
.assistant-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 768px) {
  .assistant-modal-backdrop { align-items: center; }
}
.assistant-modal-backdrop.open {
  opacity: 1;
  pointer-events: all;
}

.assistant-modal-card {
  width: 100%;
  max-width: 540px;
  background: var(--bg-primary);
  border-radius: var(--radius-sheet) var(--radius-sheet) 0 0;
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.3s var(--ease-spring);
  box-shadow: var(--shadow-lg);
}
@media (min-width: 768px) {
  .assistant-modal-card {
    border-radius: var(--radius-lg);
    transform: scale(0.95);
    transition: transform 0.25s var(--ease-spring);
  }
}
.assistant-modal-backdrop.open .assistant-modal-card { transform: translateY(0); }
@media (min-width: 768px) {
  .assistant-modal-backdrop.open .assistant-modal-card { transform: scale(1); }
}

.assistant-header {
  padding: 0.75rem 1rem;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.assistant-header-info { display: flex; align-items: center; gap: 0.55rem; }

.moto-detail-brand-badge {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-xs);
  background: var(--text-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.75rem;
}

.assistant-title-col h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-primary);
}

.assistant-title-col span {
  font-size: 0.65rem;
  color: var(--text-muted);
  font-weight: 600;
}

.btn-close-modal {
  width: 28px;
  height: 28px;
  border-radius: var(--radius-xs);
  background: var(--bg-tertiary);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
}
.btn-close-modal:hover {
  background: var(--border-medium);
  color: var(--text-primary);
}

.assistant-body {
  padding: 0.9rem;
  overflow-y: auto;
  flex-grow: 1;
}

.moto-detail-gallery-box {
  position: relative;
  border-radius: var(--radius-xs);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 0.65rem;
}

.moto-detail-gallery-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  aspect-ratio: 4 / 3;
}
.moto-detail-gallery-track::-webkit-scrollbar { display: none; }

.moto-detail-gallery-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
}
.moto-detail-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moto-detail-counter {
  position: absolute;
  bottom: 0.45rem;
  right: 0.45rem;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.18rem 0.5rem;
  border-radius: var(--radius-xs);
  z-index: 5;
}

.moto-detail-thumbs {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.moto-detail-thumbs::-webkit-scrollbar { display: none; }

.moto-detail-thumb {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-xs);
  overflow: hidden;
  border: 2px solid var(--border-subtle);
  background: #ffffff;
  opacity: 0.6;
  cursor: pointer;
  flex-shrink: 0;
  transition: all var(--transition-fast);
}
.moto-detail-thumb.active {
  border-color: var(--accent-orange);
  opacity: 1;
}
.moto-detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moto-detail-tagline {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.45;
  margin-bottom: 0.75rem;
}

.moto-detail-section-title {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
}

.moto-detail-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}
@media (min-width: 480px) {
  .moto-detail-specs-grid { grid-template-columns: repeat(3, 1fr); }
}

.moto-detail-spec-card {
  background: var(--bg-secondary);
  border-radius: var(--radius-xs);
  border: 1px solid var(--border-subtle);
  padding: 0.6rem 0.7rem;
}
.moto-detail-spec-card .spec-k {
  font-size: 0.55rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.08rem;
}
.moto-detail-spec-card .spec-v {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-primary);
}

.moto-detail-perks-box {
  background: var(--bg-secondary);
  border-radius: var(--radius-xs);
  border: 1px solid var(--border-subtle);
  padding: 0.75rem;
  margin-bottom: 0.75rem;
}
.moto-detail-perks-list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.76rem;
  color: var(--text-secondary);
}
.moto-detail-perks-list li { display: flex; align-items: center; gap: 0.35rem; }
.moto-detail-perks-list li strong { color: var(--accent-live); }

.moto-detail-actions {
  display: flex;
  flex-direction: column;
  margin-top: 0.75rem;
  position: sticky;
  bottom: 0;
  background: var(--bg-primary);
  padding-top: 0.35rem;
}

.btn-match-whatsapp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: var(--accent-whatsapp);
  color: white;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.7rem;
  border-radius: var(--radius-xs);
  box-shadow: var(--shadow-whatsapp);
  transition: all var(--transition-fast);
}
.btn-match-whatsapp:hover { background: var(--accent-whatsapp-dark); }

/* ── NOSOTROS PAGE (nosotros.html) ── */
.about-hero-section {
  padding: 0.75rem 0 1.25rem;
}

.about-hero-card {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--bg-secondary);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
@media (min-width: 768px) {
  .about-hero-card { grid-template-columns: 1.2fr 0.8fr; }
}

.about-hero-content {
  padding: 1.25rem 1rem;
}
@media (min-width: 768px) {
  .about-hero-content { padding: 2.25rem 2rem; }
}

.about-title {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 4.5vw, 2.3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: var(--text-primary);
  margin-bottom: 0.65rem;
}

.about-lead {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.45;
}

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

.about-pillars-section {
  padding: 0.75rem 0;
}

.about-pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .about-pillars-grid { grid-template-columns: repeat(3, 1fr); }
}

.about-pillar-card {
  background: var(--bg-secondary);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1rem;
  box-shadow: var(--shadow-card);
}

.pillar-number {
  font-family: var(--font-mono);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--accent-orange);
  margin-bottom: 0.35rem;
}

.about-pillar-card h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.3rem;
  letter-spacing: -0.02em;
}

.about-pillar-card p {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

/* ── LOCATION SECTION (NOSOTROS) ── */
.location-section {
  padding: 0.75rem 0 1.5rem;
}

.location-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 900px) {
  .location-layout { grid-template-columns: 1fr 1.3fr; }
}

.location-info-card {
  background: var(--bg-secondary);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  padding: 1.25rem 1rem;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.loc-item h4 {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent-orange);
  margin-bottom: 0.12rem;
  font-weight: 700;
}

.loc-item p {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-primary);
}

.loc-item span {
  display: block;
  font-size: 0.8rem;
  color: var(--text-secondary);
}

.map-embed-wrapper {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  min-height: 280px;
  background: var(--bg-tertiary);
  box-shadow: var(--shadow-card);
}

.map-embed-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: none;
}

/* ── FOOTER ── */
.site-footer {
  background: #151516;
  color: white;
  padding: 2rem 0 1.5rem;
  margin-top: 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
}

.footer-brand-bio .brand-logo { margin-bottom: 0.4rem; }
.footer-brand-bio .brand-name { color: white; font-size: 1.15rem; }

.footer-brand-bio p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
  line-height: 1.4;
  max-width: 280px;
  margin-top: 0.25rem;
}

.footer-nav-col h5 {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.45rem;
}

.footer-nav-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.footer-nav-col li {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
}

.footer-nav-col a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
  transition: color var(--transition-fast);
}
.footer-nav-col a:hover { color: white; }

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
}
@media (min-width: 600px) {
  .footer-bottom-bar {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* ── MOBILE BOTTOM DOCK ── */
.mobile-bottom-dock {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 95;
  height: calc(var(--bottom-bar-height) + env(safe-area-inset-bottom, 0px));
  background: var(--bg-glass);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  border-top: 1px solid var(--border-subtle);
  padding: 0.2rem 0.5rem calc(0.2rem + env(safe-area-inset-bottom, 0px));
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 900px) {
  .mobile-bottom-dock { display: none; }
}

.btn-dock-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  background: transparent;
  color: var(--text-secondary);
  font-size: 0.6rem;
  font-weight: 700;
  padding: 0.2rem 0;
  transition: all var(--transition-fast);
}
.btn-dock-item.active { color: var(--accent-orange); }
.btn-dock-item:active { transform: scale(0.95); }

.btn-dock-catalog-highlight {
  color: var(--text-primary);
  font-weight: 800;
}

.btn-dock-item svg {
  width: 18px;
  height: 18px;
}

.btn-dock-item.btn-dock-whatsapp {
  color: var(--accent-whatsapp);
}

/* ── DESKTOP FLOATING WHATSAPP FAB ── */
.floating-fab-desktop { display: none; }

@media (min-width: 900px) {
  .floating-fab-desktop {
    display: inline-flex;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 90;
    background: var(--accent-whatsapp);
    color: white;
    padding: 0.7rem 1.4rem;
    border-radius: var(--radius-pill);
    font-size: 0.84rem;
    font-weight: 600;
    align-items: center;
    gap: 0.45rem;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.25);
    transition: all 0.25s var(--ease-spring);
    letter-spacing: 0.01em;
  }
  .floating-fab-desktop:hover {
    background: var(--accent-whatsapp-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.35);
  }
  .floating-fab-desktop:active { transform: scale(0.97); }
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid var(--accent-orange);
  outline-offset: 2px;
}

@media print {
  .site-header,
  .mobile-bottom-dock,
  .floating-fab-desktop,
  .assistant-modal-backdrop {
    display: none !important;
  }
}

/* ==========================================================================
   SIMPLIFIED HOME PAGE — Estilo TRU Motos
   Hero oscuro centrado + Catálogo directo + Footer mínimo
   Colores MOTOBOX: Rojo #e02e24, Blanco, Negro
   ========================================================================== */

/* ── HERO SIMPLE ── */
.simple-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('img/hero.jpg') center center / cover no-repeat;
  overflow: hidden;
}

.simple-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 18, 0.65) 0%, rgba(10, 12, 18, 0.82) 100%);
  z-index: 1;
}

.simple-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 5rem 1.5rem 4rem;
  max-width: 680px;
}

.simple-hero-tag {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.simple-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5.5vw, 3.4rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin-bottom: 1.2rem;
}

.simple-hero-subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 2.5rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.simple-hero-btns {
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-hero-red {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  background: var(--accent-orange);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: var(--radius-pill);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: all 0.25s var(--ease-spring);
}

.btn-hero-red:hover {
  background: var(--accent-orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(224, 46, 36, 0.35);
}

.btn-hero-outline {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 2rem;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-pill);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: all 0.25s var(--ease-spring);
}

.btn-hero-outline:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

/* ── CATÁLOGO DIRECTO EN HOME ── */
.simple-catalog {
  padding: 4.5rem 0 5rem;
  background: var(--bg-primary);
}

.simple-catalog-title {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary);
  text-align: center;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.simple-catalog-sub {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 520px;
  margin: 0 auto 3rem;
}

.simple-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 900px) {
  .simple-catalog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 560px) {
  .simple-catalog-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* ── CARD DE MOTO SIMPLE ── */
.simple-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  animation: cardFadeIn 0.5s ease both;
}

.simple-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.06);
}

@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.simple-card-img {
  position: relative;
  background: #f7f7f8;
  padding: 1.5rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  overflow: hidden;
}

.simple-card-img img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.simple-card:hover .simple-card-img img {
  transform: scale(1.05);
}

.simple-card-badge {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  background: var(--accent-orange);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.simple-card-body {
  padding: 1.1rem 1.25rem 1.4rem;
}

.simple-card-name {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.4rem;
  letter-spacing: -0.01em;
}

.simple-card-desc {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.45;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.simple-card-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.72rem 1rem;
  background: var(--accent-orange);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: background 0.2s, transform 0.12s;
}

.simple-card-btn:hover {
  background: var(--accent-orange-hover);
  transform: translateY(-1px);
}

/* ── FOOTER MÍNIMO ── */
.simple-footer {
  background: #1d1d1f;
  color: rgba(255, 255, 255, 0.65);
  padding: 3rem 0 0;
}

.simple-footer .brand-name {
  font-size: 1.3rem;
}

.simple-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.simple-footer-brand p {
  font-size: 0.82rem;
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.4);
  max-width: 340px;
  line-height: 1.55;
}

.simple-footer-contact {
  text-align: right;
  font-size: 0.82rem;
  line-height: 2;
}

.simple-footer-contact a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.simple-footer-contact a:hover {
  color: #ffffff;
}

.simple-footer-contact strong {
  color: rgba(255, 255, 255, 0.8);
}

.simple-footer-bottom {
  padding: 1.2rem 0;
  text-align: center;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0.02em;
}

@media (max-width: 600px) {
  .simple-footer-inner {
    flex-direction: column;
    gap: 1.5rem;
  }
  .simple-footer-contact {
    text-align: left;
  }

  /* Hero mobile */
  .simple-hero {
    min-height: 85vh;
    min-height: 85dvh;
  }
  .simple-hero-content {
    padding: 2rem 1.2rem 2.5rem;
  }
  .simple-hero-title {
    font-size: 1.85rem;
  }
  .simple-hero-subtitle {
    font-size: 0.9rem;
  }
  .simple-hero-btns {
    flex-direction: column;
    gap: 0.6rem;
  }
  .btn-hero-red,
  .btn-hero-outline {
    width: 100%;
    justify-content: center;
    padding: 0.9rem 1.5rem;
    font-size: 0.92rem;
  }

  /* Catalog section mobile */
  .simple-catalog {
    padding: 2.5rem 0 3rem;
  }
  .simple-catalog-title {
    font-size: 1.5rem;
  }
  .simple-catalog-sub {
    font-size: 0.85rem;
    padding: 0 0.5rem;
    margin-bottom: 1.8rem;
  }

  /* Cards mobile */
  .simple-card-img {
    min-height: 200px;
    padding: 1.2rem 1rem;
  }
  .simple-card-img img {
    max-height: 180px;
  }
  .simple-card-name {
    font-size: 1.05rem;
  }
  .simple-card-btn {
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
  }

  /* Footer mobile spacing for bottom dock */
  .simple-footer {
    padding-bottom: 0.5rem;
  }
}

/* Tablet adjustments */
@media (min-width: 601px) and (max-width: 900px) {
  .simple-hero {
    min-height: 480px;
  }
  .simple-card-img {
    min-height: 190px;
  }
  .simple-card-img img {
    max-height: 170px;
  }
}

/* ==========================================================================
   ANIMACIONES MEJORADAS — Toda la web
   ========================================================================== */

/* ── HERO: entrada secuencial de elementos ── */
.simple-hero-tag,
.simple-hero-title,
.simple-hero-subtitle,
.simple-hero-btns {
  opacity: 0;
  transform: translateY(24px);
  animation: heroFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.simple-hero-tag       { animation-delay: 0.15s; }
.simple-hero-title     { animation-delay: 0.35s; }
.simple-hero-subtitle  { animation-delay: 0.55s; }
.simple-hero-btns      { animation-delay: 0.75s; }

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── CATÁLOGO TÍTULO: slide suave ── */
.simple-catalog-title,
.simple-catalog-sub {
  opacity: 0;
  transform: translateY(20px);
  animation: sectionReveal 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.simple-catalog-title { animation-delay: 0.1s; }
.simple-catalog-sub   { animation-delay: 0.25s; }

@keyframes sectionReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── CARDS: entrada escalonada con rebote suave ── */
.moto-card-modern {
  opacity: 0;
  transform: translateY(30px) scale(0.97);
  animation: cardSlideIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

[data-page="home"] .catalog-cards-grid .moto-card-modern:nth-child(1) { animation-delay: 0.2s; }
[data-page="home"] .catalog-cards-grid .moto-card-modern:nth-child(2) { animation-delay: 0.35s; }
[data-page="home"] .catalog-cards-grid .moto-card-modern:nth-child(3) { animation-delay: 0.5s; }

@keyframes cardSlideIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ── CARD HOVER mejorado ── */
.moto-card-modern {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}
.moto-card-modern:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.06);
}

/* ── CARD IMAGE zoom al hover ── */
.moto-card-header img {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.moto-card-modern:hover .moto-card-header img {
  transform: scale(1.06);
}
.moto-card-header {
  overflow: hidden;
}

/* ── BOTONES: transiciones suaves ── */
.btn-hero-red,
.btn-hero-outline,
.btn-card-whatsapp,
.btn-promo-whatsapp {
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1),
              background 0.2s ease,
              box-shadow 0.2s ease,
              border-color 0.2s ease;
}

.btn-hero-red:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(224, 46, 36, 0.35);
}

.btn-hero-outline:hover {
  transform: translateY(-2px);
}

.btn-card-whatsapp:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}

/* ── PROMO BANNER: entrada deslizante ── */
.promo-poster-section {
  opacity: 0;
  transform: translateY(30px);
  animation: promoReveal 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

@keyframes promoReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.promo-poster-card {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}
.promo-poster-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

/* ── WHATSAPP FAB: pulso suave ── */
.floating-fab-desktop {
  animation: fabPulse 2.5s ease-in-out infinite;
}

@keyframes fabPulse {
  0%, 100% {
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.28);
  }
  50% {
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  }
}

.floating-fab-desktop:hover {
  animation: none;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.4);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── FOOTER: fade in suave ── */
.simple-footer {
  opacity: 0;
  animation: footerFade 0.5s ease 0.5s forwards;
}

@keyframes footerFade {
  to { opacity: 1; }
}

/* ── HEADER: transición más suave al scroll ── */
.site-header {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              background 0.25s ease,
              box-shadow 0.25s ease;
}

/* ── MOBILE BOTTOM DOCK: entrada desde abajo ── */
.mobile-bottom-dock {
  animation: dockSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.6s both;
}

@keyframes dockSlideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── RESPETAR preferencias de usuario ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0s !important;
    transition-duration: 0.01ms !important;
  }
}
