:root {
  --ink: #0f172a;
  --muted: #64748b;
  --brand: #2db2ff;
  --surface: #fff;
  --radius: 16px;
  --shadow: 0 8px 24px rgba(2, 6, 23, 0.1);
  --stats-bg: #0e0f12;
  --stats-ring: rgba(255, 255, 255, 0.18);
  --stats-text: #e5e7eb;
}

	.container{
		width: 70% !important;
	}

/* ====== STATS HEADER ====== */
.stats-hero {
  background: linear-gradient(180deg, #0d1117 0%, #0b0c10 100%);
  color: var(--stats-text);
  margin: 0 0 18px 0;
  padding: clamp(16px, 3.2vw, 24px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.22);
  height: 220px;
  margin-bottom: 50px;
}
.stats-inner {
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: clamp(16px, 3vw, 28px);
  align-items: center;
}
.stats-copy h3 {
  margin: 0 0 10px 0;
  font-weight: 600;
  font-size: 2.5rem;
  color: #f3f4f6;
}
.rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rating .stars {
  letter-spacing: 2px;
  color: #fbbf24;
  font-size: 1.6rem;
}
.rating .score {
  font-weight: 600;
  color: #fff;
  font-size: 1.6rem;
}
.rating .hint {
  color: #94a3b8;
  font-size: 1.6rem;
}

/* Circles */
.stats-circles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2.4vw, 22px);
}
.stats-circles .circle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 140px;
  border-radius: 999px;
  color: #cbd5e1;
  isolation: isolate;
}
.stats-circles .circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px var(--stats-ring),
    inset 0 0 60px rgba(255, 255, 255, 0.04);
  opacity: 0.9;
}
.stats-circles .circle strong {
  font-size: clamp(1.3rem, 3.2vw, 1.8rem);
  color: #fff;
  font-weight: 900;
  line-height: 1;
}
.stats-circles .circle span {
  font-size: 0.85rem;
  color: #a7b0be;
  margin-top: 6px;
  text-align: center;
}

/* Luces decorativas */
.stats-hero::before,
.stats-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.25;
  pointer-events: none;
}
.stats-hero::before {
  width: 240px;
  height: 240px;
  left: -60px;
  top: -60px;
  background: radial-gradient(
    closest-side,
    rgba(45, 178, 255, 0.45),
    transparent
  );
}
.stats-hero::after {
  width: 240px;
  height: 240px;
  right: -60px;
  bottom: -60px;
  background: radial-gradient(
    closest-side,
    rgba(99, 102, 241, 0.45),
    transparent
  );
}

/* Responsive */
@media (max-width: 992px) {
  .stats-inner {
    grid-template-columns: 1fr;
  }
  .stats-circles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .stats-circles {
    grid-template-columns: 1fr 1fr;
  }
  .stats-circles .circle {
    height: 120px;
  }
}

/* ====== LISTADO HOTEL ====== */
.section-style4 .product-item-container.item {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid rgba(2, 6, 23, 0.06);
  margin-bottom: 18px;
}

/* Ajuste de columnas (imagen + contenido) */
.section-style4 .item-block {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 16px;
  align-items: stretch;
  min-height: 180px;
}

.section-style4 .item-block .image {
  position: relative;
  overflow: hidden;
}
.section-style4 .item-block .image a,
.section-style4 .item-block .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.section-style4 .product-item-container:hover .image img {
  transform: scale(1.04);
}
.section-style4 .label-rate.style2 {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff3b30;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(255, 59, 48, 0.35);
}

/* Contenido */
.section-style4 .item-content {
  padding: 12px 16px 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.section-style4 .item-content h3 {
  margin: 0;
  font-size: 1.5rem;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.2;
}
.section-style4 .item-content h3 a {
  color: inherit;
  text-decoration: none;
}
.section-style4 .reviews-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-style4 .item-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.92rem;
}
.section-style4 .item-content ul li {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-style4 .des {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Precio + Botón */
.section-style4 .item-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.section-style4 .price {
  text-align: left;
}
.section-style4 .price del {
  color: #94a3b8;
  font-size: 0.9rem;
  margin-right: 6px;
}
.section-style4 .price label {
  color: #0ea5e9;
  font-weight: 900;
  font-size: 1.2rem;
  margin-right: 6px;
}
.section-style4 .price span {
  color: var(--muted);
  font-size: 0.86rem;
}

/* Botón */
.section-style4 .book-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  background: #2b6df3;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(2, 6, 23, 0.15);
  transition: transform 0.06s ease, background 0.2s ease;
}
.section-style4 .book-now:hover {
  background: #000;
}
.section-style4 .book-now:active {
  transform: translateY(1px);
}

/* Responsive */
@media (max-width: 900px) {
  .section-style4 .item-block {
    grid-template-columns: 180px 1fr;
  }
}
@media (max-width: 560px) {
  .section-style4 .item-block {
    grid-template-columns: 1fr;
  }
  .section-style4 .item-content {
    padding: 12px;
  }
  .section-style4 .item-block .image {
    aspect-ratio: 16 / 9;
  }
  .section-style4 .item-bot {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .section-style4 .book-now {
    width: 100%;
    justify-content: center;
  }
}
