/* ── Promo Moto Section ── */

.pm-section {
  background: #fff;
  padding: 64px 0 0;
  overflow: hidden;
  position: relative;
}

/* Palmas decorativas */
.pm-palm {
  position: absolute;
  font-size: 6rem;
  opacity: .18;
  pointer-events: none;
  line-height: 1;
  z-index: 0;
}
.pm-palm--tl { top: 10px;  left: -20px;  transform: scaleX(-1) rotate(-20deg); }
.pm-palm--tr { top: 10px;  right: -20px; transform: rotate(20deg); }
.pm-palm--br { bottom: 80px; right: -10px; transform: rotate(10deg); }

/* Grid principal */
.pm-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 52px;
  display: grid;
  grid-template-columns: 1fr 360px 1fr;
  gap: 0 32px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ── IZQUIERDA ── */
.pm-left {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pm-eyebrow {
  font-size: .72rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: #0a9396; margin-bottom: 6px;
}
.pm-title {
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 900; color: #14213d;
  margin: 0 0 2px; line-height: 1.1;
}
.pm-subtitle {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 800; color: #0a9396;
  margin: 0 0 20px;
}

.pm-features {
  list-style: none; margin: 0 0 22px; padding: 0;
  display: flex; flex-direction: column; gap: 9px;
}
.pm-features li {
  display: flex; align-items: center; gap: 10px;
  font-size: .9rem; color: #374151; font-weight: 500;
}
.pm-check {
  width: 20px; height: 20px; flex-shrink: 0;
  color: #0a9396; stroke: #0a9396;
}

.pm-price {
  display: flex; align-items: baseline; gap: 6px; margin-bottom: 20px;
}
.pm-desde  { font-size: .8rem; font-weight: 700; color: #6b7280; letter-spacing: .05em; }
.pm-amount { font-size: 2.4rem; font-weight: 900; color: #14213d; line-height: 1; }
.pm-currency { font-size: 1.6rem; }
.pm-period { font-size: .85rem; font-weight: 700; color: #6b7280; }

.pm-reserva-btn {
  display: inline-flex; align-items: center; gap: 9px; width: fit-content;
  background: #0a9396; color: #fff;
  padding: 12px 22px; border-radius: 10px;
  font-weight: 700; font-size: .87rem; text-decoration: none;
  transition: background .15s;
}
.pm-reserva-btn:hover { background: #0c7a7d; }

/* ── CENTRO: imagen ── */
.pm-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pm-moto-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.12));
}

/* ── DERECHA: servicios ── */
.pm-right {
  display: flex; flex-direction: column; gap: 0;
}
.pm-service {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 18px 0;
}
.pm-service-icon {
  width: 52px; height: 52px; flex-shrink: 0;
  border-radius: 12px;
  border: 2px solid #0a9396;
  display: flex; align-items: center; justify-content: center;
  color: #0a9396;
}
.pm-service-body h4 {
  font-size: .85rem; font-weight: 800;
  color: #0a9396; text-transform: uppercase;
  letter-spacing: .05em; margin: 0 0 5px;
}
.pm-service-body p {
  font-size: .82rem; color: #6b7280; line-height: 1.6; margin: 0;
}
.pm-service-divider {
  height: 1px; background: #e5e7eb; margin: 0;
}

/* ── RUTAS RECOMENDADAS ── */
.pm-rutas {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
  padding: 40px 24px 48px;
}

.pm-rutas-title {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  font-size: .82rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
  color: #0a9396; margin-bottom: 32px;
}
.pm-rutas-title svg { stroke: #0a9396; }

.pm-rutas-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.pm-ruta-card {
  text-decoration: none;
  display: flex; flex-direction: column;
  border-radius: 10px; overflow: hidden;
  background: #fff; border: 1px solid #e5e7eb;
  transition: box-shadow .18s, transform .18s;
}
.pm-ruta-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.1); transform: translateY(-3px); }

.pm-ruta-img-wrap { height: 140px; overflow: hidden; background: #e0f7fa; }
.pm-ruta-img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.pm-ruta-card:hover .pm-ruta-img { transform: scale(1.08); }
.pm-ruta-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }

.pm-ruta-body { padding: 12px 12px 14px; flex: 1; }
.pm-ruta-icon { font-size: 1.1rem; display: block; margin-bottom: 5px; }
.pm-ruta-nombre {
  display: block; font-size: .78rem; font-weight: 800;
  color: #14213d; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 4px;
}
.pm-ruta-desc { font-size: .76rem; color: #6b7280; line-height: 1.5; margin: 0; }

/* Responsive */
@media (max-width: 900px) {
  .pm-inner { grid-template-columns: 1fr; gap: 32px; }
  .pm-center { order: -1; }
  .pm-moto-img { max-width: 100%; height: 220px; }
  .pm-rutas-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .pm-rutas-grid { grid-template-columns: 1fr 1fr; }
}
