/*******************
Margin
*******************/
html body .m-0 {
  margin: 0px; }

html body .m-l-5 {
  margin-left: 5px; }

html body .m-l-10 {
  margin-left: 10px; }

html body .m-l-15 {
  margin-left: 15px; }

html body .m-l-20 {
  margin-left: 20px; }

html body .m-l-30 {
  margin-left: 30px; }

html body .m-l-40 {
  margin-left: 40px; }

html body .m-r-5 {
  margin-right: 5px; }

html body .m-r-10 {
  margin-right: 10px; }

html body .m-r-15 {
  margin-right: 15px; }

html body .m-r-20 {
  margin-right: 20px; }

html body .m-r-30 {
  margin-right: 30px; }

html body .m-r-40 {
  margin-right: 40px; }

html body .m-t-0 {
  margin-top: 0px; }

html body .m-t-5 {
  margin-top: 5px; }

html body .m-t-10 {
  margin-top: 10px; }

html body .m-t-15 {
  margin-top: 15px; }

html body .m-t-20 {
  margin-top: 20px; }

html body .m-t-30 {
  margin-top: 30px; }

html body .m-t-40 {
  margin-top: 40px; }

html body .m-b-0 {
  margin-bottom: 0px; }

html body .m-b-5 {
  margin-bottom: 5px; }

html body .m-b-10 {
  margin-bottom: 10px; }

html body .m-b-15 {
  margin-bottom: 15px; }

html body .m-b-20 {
  margin-bottom: 20px; }

html body .m-b-30 {
  margin-bottom: 30px; }

html body .m-b-40 {
  margin-bottom: 40px; }
/*******************
Border
*******************/
html body .b-0 {
  border: none !important; }

html body .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13); }

html body .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13); }

html body .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }

html body .b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13); }

html body .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13); }
/*******************
font weight
*******************/
html body .font-bold {
  font-weight: 700; }

html body .font-normal {
  font-weight: normal; }

html body .font-light {
  font-weight: 300; }

html body .font-medium {
  font-weight: 500; }

html body .font-16 {
  font-size: 16px; }

html body .font-15 {
  font-size: 15px; }

html body .font-14 {
  font-size: 14px; }

html body .font-13 {
  font-size: 13px; }

html body .font-12 {
  font-size: 12px; }

html body .font-11 {
  font-size: 11px; }

html body .font-10 {
  font-size: 10px; }

html body .font-18 {
  font-size: 18px; }

html body .font-20 {
  font-size: 20px; }

html body .font-25 {
  font-size: 25px; }

html body .font-30 {
  font-size: 30px; }
/*******************
Paddings
*******************/
html body .p-80 {
  padding: 80px; }
html body .p-10 {
  padding: 10px; }
html body .p-20 {
  padding: 20px; }
/*******************
Otros
*******************/
html body .text-center {
  text-align: center; }
html body .font-30 {
  font-size: 30px !important; }

@media (min-width: 768px) {
	.card-categoria{
		display: block;
	}
}

@media (max-width: 767px) {
	.card-categoria{
		display: none;
	}
}

.table-head th{
  color: #455a64 !important;
  font-weight: 500 !important;
  background: #f9fbf8 !important;
  border-left: 0px !important;
}
.table-head th:hover{
  border-left: 0px !important;
}
.stylish-table thead th {
  font-weight: 400;
  color: #99abb4;
  border: 0px;
  border-bottom: 1px; }

.stylish-table tbody tr {
  border-left: 4px solid #a3a3a3; }
  .stylish-table tbody tr:hover, .stylish-table tbody tr.active {
    border-left: 4px solid #ea764b !important;
    background: #fefde3 !important; }

.stylish-table tbody td {
  vertical-align: middle; }
  .stylish-table tbody td h6 {
    font-weight: 500;
    margin-bottom: 0px;
    white-space: nowrap; }
  .stylish-table tbody td small {
    line-height: 12px;
    white-space: nowrap;}

/*******************
Table-Data Table
******************/
.dataTables_wrapper {
  padding: 0px;}

.dt-buttons {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 15px; }
  .dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: 4px;
    background: #009efb;
    color: #ffffff;
    margin-right: 3px; }
    .dt-buttons .dt-button:hover {
      background: #2f3d4a; }

.dataTables_info, .dataTables_length {
  display: inline-block; }

.dataTables_length {
  margin-top: 10px; }
  .dataTables_length select {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009efb), to(#009efb)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#009efb, #009efb), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    padding-bottom: 5px; }
    .dataTables_length select:focus {
      outline: none;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#009efb), to(#009efb)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
      background-image: -webkit-linear-gradient(#009efb, #009efb), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
      background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(#d9d9d9, #d9d9d9);
      background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
      background-size: 100% 2px, 100% 1px;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }

.dataTables_filter {
  float: right;
  margin-top: 10px; }
  .dataTables_filter input {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009efb), to(#009efb)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#009efb, #009efb), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px; }
    .dataTables_filter input:focus {
      outline: none;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#009efb), to(#009efb)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
      background-image: -webkit-linear-gradient(#009efb, #009efb), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
      background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(#d9d9d9, #d9d9d9);
      background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
      background-size: 100% 2px, 100% 1px;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent; }

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  cursor: pointer; }

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  cursor: pointer; }

table.dataTable thead .sorting:after {
  content: "\f0dc";
  margin-left: 10px;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  cursor: pointer;
  color: rgba(50, 50, 50, 0.5); }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  min-width: 1.5em;
  padding: 0.1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  *cursor: hand;
justify-content: center;
   align-items: center;}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {

}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
}
/* PAGINACION DATATABLE */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white;}

.dataTables_wrapper .dataTables_paginate .paginate_button:active { }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; 
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #666 !important;
  border-color: #666 !important;
  border-radius: 5px;
  vertical-align: middle;
}
/*******************
Rounds
*******************/
.round {
  line-height: 48px;
  color: #ffffff;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #00afe9; }
  .round img {
    border-radius: 100%; }

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px; }

.round.round-info {
  background: #00afe9; }

.round.round-warning {
  background: #ffb22b; }

.round.round-danger {
  background: #fc4b6c; }

.round.round-success {
  background: #34d16e; }

.round.round-primary {
  background: #7460ee; }

/* ============================================================
   TEMA RESTAURANTE PERUANO
   Colores: Ají rojo · Ají amarillo dorado · Cacao · Crema
   ============================================================ */

:root {
  --pe-rojo:        #E31837;  /* Rojo vibrante (estilo Chili's) */
  --pe-rojo-osc:    #B01229;  /* Rojo oscuro (hover)            */
  --pe-dorado:      #6B6B6B;  /* Plomo / gris medio             */
  --pe-dorado-clr:  #999999;  /* Gris claro (acento)            */
  --pe-verde:       #2D7A3F;  /* Verde (mantener)               */
  --pe-crema:       #F5F5F5;  /* Gris muy claro                 */
  --pe-marron:      #1A1A1A;  /* Casi negro                     */
  --pe-oscuro:      #111111;  /* Fondo oscuro                   */
}

/* ── Badges Perú ── */
.badge-pe-rojo {
  background: var(--pe-rojo) !important;
  color: #fff !important;
}
.badge-pe-dorado {
  background: var(--pe-dorado) !important;
  color: #fff !important;
}
.badge-hoy-pe {
  background: var(--pe-dorado);
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 10px;
}

/* ── Botones Perú ── */
.btn-pe-agregar {
  background: var(--pe-rojo);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 5px 14px;
  font-size: 0.82rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  white-space: nowrap;
}
.btn-pe-agregar:hover {
  background: var(--pe-rojo-osc);
  color: #fff;
  transform: translateY(-1px);
}
.btn-pe-outline {
  background: transparent;
  color: var(--pe-rojo);
  border: 2px solid var(--pe-rojo);
  border-radius: 6px;
  padding: 5px 14px;
  font-size: 0.82rem;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-pe-outline:hover {
  background: var(--pe-rojo);
  color: #fff;
}

/* ── Sección Menú del Día — Página Principal ── */
#menu-dia-section {
  background: var(--pe-crema) !important;
  border-top: 5px solid var(--pe-rojo);
  border-bottom: 4px solid var(--pe-dorado);
}
#menu-dia-section .badge-success {
  background: var(--pe-rojo) !important;
  font-size: 0.82rem;
  letter-spacing: 0.5px;
}
#menu-dia-section h2 {
  color: var(--pe-marron);
  font-weight: 700;
}
#menu-dia-section .btn-outline-primary {
  color: var(--pe-rojo) !important;
  border-color: var(--pe-rojo) !important;
}
#menu-dia-section .btn-outline-primary:hover {
  background: var(--pe-rojo) !important;
  color: #fff !important;
}

/* ── Sección Menú del Día — Página Carta ── */
#menu-dia-carta-section > div {
  background: linear-gradient(135deg, #8B0F1F 0%, #E31837 60%, #B01229 100%) !important;
  padding: 24px 0;
}

/* ── Cards Menú del Día ── */
.card-menu-dia {
  border: 2px solid var(--pe-dorado) !important;
  border-radius: 10px !important;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  background: #fff;
}
.card-menu-dia:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(192, 57, 43, 0.22) !important;
}
.card-menu-dia .badge-especial {
  background: var(--pe-dorado);
  color: #fff;
  font-size: 0.68rem;
  border-radius: 10px;
  padding: 2px 8px;
  vertical-align: middle;
  margin-left: 4px;
}
.card-menu-dia .precio-prod {
  color: var(--pe-rojo);
  font-size: 1.15rem;
  font-weight: 700;
}
.card-menu-dia .nombre-prod {
  font-weight: 600;
  color: var(--pe-marron);
  font-size: 0.92rem;
}

/* ── Cards Carta / Categorías (listarProductos) ── */
.card-producto-pe {
  border: none !important;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  background: #fff;
}
.card-producto-pe:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(192, 57, 43, 0.16) !important;
}
.card-producto-pe .card-body {
  padding: 10px 12px;
}
.card-producto-pe .nombre-prod {
  font-weight: 600;
  color: var(--pe-marron);
  font-size: 0.88rem;
  line-height: 1.3;
}
.card-producto-pe .precio-prod {
  color: var(--pe-rojo);
  font-weight: 700;
  font-size: 1.05rem;
}
.card-producto-pe .pres-prod {
  color: #888;
  font-size: 0.76rem;
}

/* ── Categoría: bordes inferiores de sección ── */
.menu-category-title {
  position: relative;
  overflow: hidden;
}
.menu-category-title::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--pe-rojo), var(--pe-dorado));
  opacity: 0;
  transition: opacity 0.3s;
}
.menu-category-title:hover::after { opacity: 1; }

/* ── CTA Reservar Mesa ── */
.section-cta-reserva {
  background: var(--pe-crema) !important;
  border-top: 4px solid var(--pe-dorado);
}
.section-cta-reserva h2 { color: var(--pe-marron); }
.section-cta-reserva .icon-cta { color: var(--pe-dorado); font-size: 48px; }
.section-cta-reserva .btn-success {
  background: var(--pe-rojo) !important;
  border-color: var(--pe-rojo) !important;
}
.section-cta-reserva .btn-success:hover {
  background: var(--pe-rojo-osc) !important;
  border-color: var(--pe-rojo-osc) !important;
}

/* ── Sección Reserva ── */
#form-reserva-container {
  border-top: 4px solid var(--pe-rojo) !important;
  border-radius: 10px !important;
}
#btn-reservar {
  background: var(--pe-rojo) !important;
  border-color: var(--pe-rojo) !important;
}
#btn-reservar:hover {
  background: var(--pe-rojo-osc) !important;
  border-color: var(--pe-rojo-osc) !important;
}

/* ── Navegación menú de categorías ── */
.nav.nav-menu {
  background: var(--pe-oscuro) !important;
}
.nav.nav-menu li a {
  color: var(--pe-crema) !important;
  border-left: 3px solid transparent;
  transition: border-color 0.2s, background 0.2s;
}
.nav.nav-menu li a:hover,
.nav.nav-menu li a.active {
  border-left-color: var(--pe-dorado) !important;
  background: rgba(212, 134, 11, 0.15) !important;
  color: var(--pe-dorado) !important;
}

/* ── Hero - sección principal ── */
.section-main-4 .btn-outline-primary span {
  color: var(--pe-dorado) !important;
}

/* ── Responsive ── */
@media (max-width: 575px) {
  .card-menu-dia img { height: 140px !important; }
  .card-producto-pe img { height: 110px !important; }
  .card-menu-dia .precio-prod { font-size: 1rem; }
}

/* ============================================================
   CARTA DE RESTAURANTE — Diseño Vibrante y Apetitoso
   ============================================================ */

/* ── Fondos de la sección de carta ── */
.page-content.bg-light {
  background: #F5F5F5 !important; /* gris muy claro */
}

/* ── Categorías: tiles grandes y coloridos ── */
.menu-category {
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(0,0,0,0.10);
}

.menu-category-title {
  min-height: 100px !important;
  cursor: pointer;
  background: linear-gradient(135deg, #8B0F1F 0%, #E31837 55%, #555 100%) !important;
  position: relative;
  overflow: hidden;
  display: flex !important;
  align-items: center !important;
  transition: background 0.3s;
}
.menu-category-title:hover {
  background: linear-gradient(135deg, #6A0C17 0%, #B01229 55%, #444 100%) !important;
}
/* La imagen de categoría como overlay semitransparente */
.menu-category-title .bg-image {
  opacity: 0.22 !important;
  transition: opacity 0.4s;
}
.menu-category-title:hover .bg-image {
  opacity: 0.32 !important;
}
/* Título de categoría */
.menu-category-title .title {
  position: relative;
  z-index: 2;
  color: #fff !important;
  font-size: 1.55rem !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-shadow: 0 3px 12px rgba(0,0,0,0.6) !important;
  padding-left: 24px !important;
}
/* Franja dorada al costado izquierdo del título */
.menu-category-title::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 6px;
  background: var(--pe-dorado);
  z-index: 3;
}
/* Franja dorada inferior cuando está colapsado */
.menu-category-title[aria-expanded="false"]::after,
.menu-category-title.collapsed::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--pe-dorado), var(--pe-rojo));
  opacity: 1 !important;
}

/* Icono flecha de expansión */
.menu-category-title .fa-chevron-down,
.menu-category-title .collapse-toggle-icon {
  position: absolute;
  right: 20px;
  z-index: 3;
  color: #fff !important;
  font-size: 1.2rem;
}

/* ── Área de productos expandida ── */
.menu-category-content {
  background: #F5F5F5 !important;
}
.menu-category-content .row.gutters-sm {
  background: transparent !important;
  padding: 16px 12px !important;
  gap: 0 !important;
}

/* ── Tarjetas de producto — diseño apetitoso ── */
.card-producto-pe {
  background: #fff !important;
  border-radius: 14px !important;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(0,0,0,0.08) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-producto-pe:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 32px rgba(192, 57, 43, 0.20) !important;
}

/* Imagen de producto */
.card-producto-pe .card-image {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #C0392B 0%, #D4860B 100%);
  flex-shrink: 0;
}
.card-producto-pe .card-image img {
  display: block;
  width: 100%;
  height: 150px !important;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.card-producto-pe:hover .card-image img {
  transform: scale(1.10);
}
/* Precio flotante sobre la imagen */
.card-producto-pe .price-overlay-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(192, 57, 43, 0.92);
  color: #fff;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 3px 10px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35);
  line-height: 1.4;
}
/* Cuerpo de la tarjeta */
.card-producto-pe .card-body {
  padding: 10px 12px 12px !important;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-producto-pe .nombre-prod {
  font-size: 0.87rem !important;
  font-weight: 700 !important;
  color: #4A2000 !important;
  line-height: 1.3;
  margin-top: 0 !important;
  margin-bottom: 2px !important;
}
.card-producto-pe .pres-prod {
  font-size: 0.72rem !important;
  color: #aaa !important;
  margin-bottom: 4px !important;
}
.card-producto-pe .desc-prod {
  font-size: 0.73rem;
  color: #888;
  line-height: 1.35;
  flex: 1;
  min-height: 18px;
  margin-bottom: 8px;
}
.card-producto-pe .card-actions {
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid #F5E6D0;
}
/* Botón agregar — ancho completo, estilo cálido */
.btn-pe-cart {
  background: var(--pe-rojo);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 6px 0;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background 0.2s, transform 0.15s;
}
.btn-pe-cart:hover {
  background: var(--pe-rojo-osc);
  transform: scale(1.03);
}
/* Estado AGOTADO */
.badge-agotado {
  background: #e0e0e0;
  color: #888;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 0.76rem;
  width: 100%;
  text-align: center;
  display: block;
}

/* ── Navegación lateral de categorías (desktop) ── */
.nav.nav-menu {
  background: #1C0A00 !important;
  border-radius: 10px;
  overflow: hidden;
  position: sticky;
  top: 70px;
}
.nav.nav-menu li a {
  color: #F5E6C8 !important;
  padding: 10px 16px;
  border-left: 4px solid transparent;
  font-size: 0.88rem;
  transition: all 0.2s;
  display: block;
}
.nav.nav-menu li a:hover,
.nav.nav-menu li a.active {
  border-left-color: var(--pe-dorado) !important;
  background: rgba(212,134,11,0.18) !important;
  color: var(--pe-dorado) !important;
}

/* ── Título de sección "Nuestra Carta" ── */
.page-title .container h1 {
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* ── Colores extras para carrusel de categorías (home) ── */
.menu-sample .title {
  background: linear-gradient(to top, rgba(176,18,41,0.92) 0%, rgba(0,0,0,0) 100%) !important;
  padding: 16px 12px 12px !important;
}

/* ── Responsive carta ── */
@media (max-width: 767px) {
  .menu-category-title {
    min-height: 80px !important;
  }
  .menu-category-title .title {
    font-size: 1.2rem !important;
  }
  .card-producto-pe .card-image img {
    height: 120px !important;
  }
  .menu-category-content .row.gutters-sm {
    padding: 10px 8px !important;
  }
}

/* ============================================================
   REDISEÑO HOME — ESTILO CHILI'S (Rojo · Plomo · Blanco)
   ============================================================ */

/* ── HERO ── */
.hero-chilis {
  position: relative;
  min-height: 520px;
  background: #1A1A1A;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-chilis-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(227,24,55,0.88) 0%, rgba(26,26,26,0.72) 55%, rgba(26,26,26,0.40) 100%);
  z-index: 1;
}
.hero-chilis-content {
  position: relative;
  z-index: 2;
  padding: 80px 15px 80px;
}
.hero-img-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}
.hero-badge {
  display: inline-block;
  background: var(--pe-rojo);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 18px;
}
.hero-title {
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 18px;
  text-shadow: 0 3px 16px rgba(0,0,0,0.5);
}
.hero-title .text-accent {
  color: var(--pe-rojo);
}
.hero-sub {
  color: #fff !important;
  font-size: 1.05rem;
  margin-bottom: 32px;
  max-width: 480px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn-hero-primary {
  display: inline-block;
  background: var(--pe-rojo);
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 18px rgba(227,24,55,0.40);
  letter-spacing: 0.5px;
}
.btn-hero-primary:hover {
  background: var(--pe-rojo-osc);
  transform: translateY(-2px);
  text-decoration: none;
  color: #fff !important;
}
.btn-hero-secondary {
  display: inline-block;
  background: transparent;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 4px;
  border: 2px solid rgba(255,255,255,0.7);
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: 0.5px;
}
.btn-hero-secondary:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  text-decoration: none;
  color: #fff !important;
}

/* ── OPCIONES DE SERVICIO (Delivery / Mesa / Llevar) ── */
.section-opciones {
  background: #fff;
  padding: 50px 0 40px;
  border-bottom: 3px solid #F0F0F0;
}
.opcion-card {
  background: #fff;
  border: 2px solid #EBEBEB;
  border-radius: 12px;
  padding: 32px 24px 28px;
  text-align: center;
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
  height: 100%;
}
.opcion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.10);
  border-color: var(--pe-rojo);
}
.opcion-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--pe-rojo);
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 6px 18px rgba(227,24,55,0.30);
}
.opcion-card h4 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1A1A1A;
  margin-bottom: 8px;
}
.opcion-card p {
  color: #6B6B6B;
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 20px;
}
.btn-opcion {
  display: inline-block;
  background: var(--pe-rojo);
  color: #fff !important;
  font-size: 0.87rem;
  font-weight: 700;
  padding: 9px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-opcion:hover {
  background: var(--pe-rojo-osc);
  color: #fff !important;
  text-decoration: none;
}

/* ── MENÚ DEL DÍA — HOME ── */
#menu-dia-section {
  background: #fff !important;
  border-top: 4px solid var(--pe-rojo) !important;
  border-bottom: 1px solid #F0F0F0 !important;
  padding: 50px 0 40px !important;
}
#menu-dia-section .badge-success {
  background: var(--pe-rojo) !important;
}

/* ── Badges y títulos de sección ── */
.seccion-badge {
  display: inline-block;
  background: var(--pe-rojo);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 14px;
}
.seccion-titulo {
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #1A1A1A !important;
  margin-bottom: 8px !important;
}
.seccion-sub {
  color: #6B6B6B;
  font-size: 0.95rem;
}

/* ── Botón "Ver toda la carta" ── */
.btn-ver-mas {
  display: inline-block;
  background: transparent;
  color: var(--pe-rojo) !important;
  border: 2px solid var(--pe-rojo);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-ver-mas:hover {
  background: var(--pe-rojo);
  color: #fff !important;
  text-decoration: none;
}

/* ── CÓMO FUNCIONA ── */
.section-como-funciona {
  background: #1A1A1A;
  padding: 60px 0;
}
.paso-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--pe-rojo);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.paso-icon {
  font-size: 2rem;
  color: #fff !important;
  margin-bottom: 12px;
}
.section-como-funciona h5 {
  font-weight: 700;
  margin-bottom: 8px;
}
.section-como-funciona p {
  color: #888;
  font-size: 0.9rem;
}

/* ── CTA RESERVA ── */
.section-cta-reserva {
  background: var(--pe-rojo) !important;
  border-top: none !important;
  padding: 60px 0 !important;
}
.section-cta-reserva h2 {
  color: #fff !important;
  font-weight: 800;
  font-size: 2.2rem;
}
.section-cta-reserva p {
  color: #fff !important;
  font-size: 1rem;
}
.section-cta-reserva .icon-cta {
  color: #fff !important;
  font-size: 52px;
}
.btn-cta-reserva {
  display: inline-block;
  background: #fff;
  color: var(--pe-rojo) !important;
  font-size: 1rem;
  font-weight: 800;
  padding: 14px 36px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.20);
}
.btn-cta-reserva:hover {
  background: #f0f0f0;
  color: var(--pe-rojo-osc) !important;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ── Actualizar CTA reserva de la sección class ── */
.section-cta-reserva .btn-success {
  display: none !important; /* reemplazado por btn-cta-reserva */
}

/* ── Cards Menú del Día actualizadas ── */
.card-menu-dia {
  border: 2px solid #EBEBEB !important;
  border-radius: 12px !important;
}
.card-menu-dia:hover {
  border-color: var(--pe-rojo) !important;
  box-shadow: 0 10px 28px rgba(227,24,55,0.14) !important;
}
.card-menu-dia .precio-prod {
  color: var(--pe-rojo) !important;
}
.card-menu-dia .nombre-prod {
  color: #1A1A1A !important;
}
.card-menu-dia .badge-pe-rojo {
  background: var(--pe-rojo) !important;
}

/* ── Nav menú sidebar (carta) ── */
.nav.nav-menu {
  background: #1A1A1A !important;
}
.nav.nav-menu li a:hover,
.nav.nav-menu li a.active {
  border-left-color: var(--pe-rojo) !important;
  background: rgba(227,24,55,0.10) !important;
  color: var(--pe-rojo) !important;
}

/* ── Responsive HOME ── */
@media (max-width: 767px) {
  .hero-title { font-size: 2rem; }
  .hero-chilis { min-height: 380px; }
  .hero-chilis-content { padding: 50px 15px 50px; }
  .section-cta-reserva h2 { font-size: 1.6rem; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 1.6rem; }
  .hero-actions { gap: 10px; }
  .btn-hero-primary, .btn-hero-secondary { font-size: 0.9rem; padding: 11px 20px; }
}

/* ============================================================
   CARTA — Estilo Chili's completo
   ============================================================ */

/* ── Menú del Día banner (en la carta) ── */
.ch-menudia-banner {
  background: linear-gradient(135deg, #8B0F1F 0%, #E31837 60%, #B01229 100%);
  padding: 24px 0;
}
.ch-menudia-badge {
  display: inline-block;
  background: rgba(255,255,255,0.22);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.35);
}
.ch-menudia-badge-lim {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  color: #fff !important;
  font-size: 0.74rem;
  padding: 3px 12px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.25);
}

/* ── Barra de categorías ── */
.ch-catbar {
  background: #fff;
  border-bottom: 2px solid #F0F0F0;
  position: sticky;
  top: 0;
  z-index: 1001; /* Por encima del #header (z-index:900) para que nunca quede bloqueada */
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}
.ch-catbar-inner {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  padding: 0 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ch-catbar-inner::-webkit-scrollbar { display: none; }

.ch-cat-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 16px 10px;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s;
  min-width: 72px;
  flex-shrink: 0;
}
.ch-cat-btn:hover {
  border-bottom-color: #ddd;
}
.ch-cat-btn.active {
  border-bottom-color: var(--pe-rojo);
  color: var(--pe-rojo);
}

.ch-cat-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  transition: border-color 0.2s;
  flex-shrink: 0;
}
.ch-cat-btn.active .ch-cat-icon-wrap {
  border-color: var(--pe-rojo);
}
.ch-cat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ch-cat-icon-all {
  font-size: 1.2rem;
  color: #6B6B6B;
}
.ch-cat-btn.active .ch-cat-icon-all {
  color: var(--pe-rojo);
}
.ch-cat-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #444;
  text-transform: capitalize;
  line-height: 1;
}
.ch-cat-btn.active .ch-cat-label {
  color: var(--pe-rojo);
}

/* ── Área principal carta ── */
.ch-carta-main {
  background: #F5F5F5;
  padding: 24px 0 40px;
  min-height: 60vh;
}

/* ── Sidebar filtros ── */
.ch-sidebar-filtros {
  padding-top: 4px;
}
.ch-filtro-card {
  background: #fff;
  border-radius: 10px;
  padding: 18px 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.ch-filtro-titulo {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 14px;
}
.ch-filtro-grupo {
  border-top: 1px solid #F0F0F0;
  padding-top: 12px;
}
.ch-filtro-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 12px;
  cursor: pointer;
}
.ch-filtro-opciones {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ch-precio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.83rem;
  color: #444;
  cursor: pointer;
  margin-bottom: 0;
}
.ch-precio-label input[type="checkbox"] {
  accent-color: var(--pe-rojo);
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

/* ── Header resultado ── */
.ch-resultado-bar {
  padding: 8px 4px 14px;
}
.ch-loading-msg {
  color: #888;
  font-size: 0.9rem;
  padding: 10px 0;
}
#resultado-count {
  font-size: 0.9rem;
  color: #444;
  font-weight: 600;
}

/* ── Tarjeta de producto (Chili's style) ──
   ESTRUCTURA (5 niveles para app.js):
   .col(5) > .ch-card(4) > .ch-card-body(3) > .ch-card-bottom(2) > .ch-btn-block(1) > button
*/
.ch-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #EBEBEB;
}
.ch-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* Imagen */
.ch-card-img-wrap {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.ch-card-img-wrap img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.ch-card:hover .ch-card-img-wrap img {
  transform: scale(1.06);
}
/* Placeholder sin imagen */
.ch-prod-no-img {
  width: 100%;
  height: 160px;
  background: linear-gradient(145deg, #1c1c2e 0%, #2a2a40 60%, #1a1a2e 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #555;
  gap: 8px;
  user-select: none;
}
.ch-prod-no-img i { font-size: 1.8rem; color: #444; }
.ch-prod-no-img span { font-size: 0.62rem; letter-spacing: 1.5px; text-transform: uppercase; color: #444; }
.ch-dest-no-img {
  width: 100%;
  height: 190px;
  background: linear-gradient(145deg, #1c1c2e 0%, #2a2a40 60%, #1a1a2e 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  user-select: none;
}
.ch-dest-no-img i { font-size: 2rem; color: #444; }
.ch-dest-no-img span { font-size: 0.62rem; letter-spacing: 1.5px; text-transform: uppercase; color: #444; }
@media (max-width: 767px) {
  .ch-dest-no-img { height: 160px; }
}
.ch-agotado-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ch-agotado-overlay span {
  background: #555;
  color: #fff;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 0.75rem;
  font-weight: 700;
}

/* Cuerpo */
.ch-card-body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ch-card-body .nombre-prod {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #1A1A1A !important;
  line-height: 1.3;
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}
.ch-card-body .pres-prod {
  font-size: 0.76rem !important;
  color: #999 !important;
  margin-bottom: 8px !important;
}

/* Footer de tarjeta */
.ch-card-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #F0F0F0;
  gap: 8px;
}
.ch-price-block { flex: 1; min-width: 0; }
.ch-precio-desde {
  font-size: 0.7rem;
  color: #999;
  margin-bottom: 1px !important;
  line-height: 1;
}
.ch-card-body .precio {
  font-size: 1rem !important;
  font-weight: 800 !important;
  color: #1A1A1A !important;
  margin-bottom: 0 !important;
  line-height: 1.2;
}

/* Botón "Agregar" estilo Chili's (pill outline) */
.ch-btn-block { flex-shrink: 0; }
.btn-ch-agregar {
  display: inline-block;
  background: transparent;
  color: var(--pe-rojo);
  border: 1.5px solid var(--pe-rojo);
  border-radius: 30px;
  padding: 6px 16px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  white-space: nowrap;
  line-height: 1.3;
}
.btn-ch-agregar:hover {
  background: var(--pe-rojo);
  color: #fff;
}
.ch-agotado {
  display: inline-block;
  background: #E0E0E0;
  color: #888;
  border-radius: 30px;
  padding: 5px 12px;
  font-size: 0.75rem;
  font-weight: 600;
}

/* ── Sin resultados ── */
.ch-sin-resultados {
  text-align: center;
  padding: 60px 0;
  color: #aaa;
}
.ch-sin-resultados i {
  font-size: 3rem;
  display: block;
  margin-bottom: 12px;
}
.ch-sin-resultados p {
  font-size: 1rem;
  color: #aaa;
}

/* ── Responsive carta ── */
@media (max-width: 575px) {
  .ch-card-img-wrap img { height: 130px; }
  .ch-card-body { padding: 10px 10px 12px; }
  .ch-card-body .nombre-prod { font-size: 0.82rem !important; }
  .btn-ch-agregar { padding: 5px 12px; font-size: 0.75rem; }
  .ch-cat-btn { padding: 10px 12px 8px; min-width: 62px; }
  .ch-cat-icon-wrap { width: 40px; height: 40px; }
}
@media (max-width: 767px) {
  .ch-carta-main { padding: 16px 0 30px; }
}

/* ============================================================
   HOME — Estilo Chili's completo
   ============================================================ */

/* ── Hero ── */
.ch-hero {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #111;
}
.ch-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ch-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.55;
}
.ch-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(227,24,55,0.80) 0%, rgba(17,17,17,0.65) 55%, rgba(17,17,17,0.30) 100%);
  z-index: 1;
}
.ch-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
}
.ch-hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.35);
  margin-bottom: 20px;
}
.ch-hero-title {
  font-size: 3.5rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 16px;
  text-shadow: 0 3px 16px rgba(0,0,0,0.5);
}
.ch-hero-accent {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--pe-rojo);
  text-underline-offset: 6px;
}
.ch-hero-sub {
  color: #fff !important;
  font-size: 1.05rem;
  margin-bottom: 32px;
  max-width: 460px;
  line-height: 1.6;
}
.ch-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.ch-btn-red {
  display: inline-block;
  background: var(--pe-rojo);
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 30px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 18px rgba(227,24,55,0.40);
}
.ch-btn-red:hover {
  background: var(--pe-rojo-osc);
  transform: translateY(-2px);
  color: #fff !important;
}
.ch-btn-outline {
  display: inline-block;
  background: transparent;
  color: #fff !important;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 26px;
  border-radius: 4px;
  border: 2px solid rgba(255,255,255,0.7);
  text-decoration: none !important;
  transition: all 0.2s;
}
.ch-btn-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  color: #fff !important;
}

/* ── Barra de servicios (debajo del hero) ── */
.ch-servicios-bar {
  background: #fff;
  padding: 20px 0;
  border-bottom: 2px solid #F0F0F0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.ch-servicio-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none !important;
  color: #1A1A1A !important;
  transition: background 0.18s;
  cursor: pointer;
}
.ch-servicio-item:hover {
  background: #FFF5F5;
}
.ch-servicio-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--pe-rojo);
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(227,24,55,0.28);
}
.ch-servicio-item > div strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.2;
}
.ch-servicio-item > div span {
  font-size: 0.78rem;
  color: #888;
}

/* ── Secciones (favoritos, novedades) ── */
.ch-favoritos-section {
  background: #fff;
  padding: 40px 0;
  border-bottom: 1px solid #F0F0F0;
}
.ch-novedades-section {
  background: #F5F5F5;
  padding: 40px 0;
}
.ch-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.ch-section-title {
  font-size: 1.55rem !important;
  font-weight: 800 !important;
  color: #1A1A1A !important;
  margin-bottom: 0 !important;
}
.ch-section-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--pe-rojo) !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.ch-section-link:hover {
  text-decoration: underline !important;
}

/* ── Scroll horizontal de favoritos ── */
.ch-favoritos-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #E31837 #F5F5F5;
  padding-bottom: 8px;
}
.ch-favoritos-inner {
  display: flex;
  gap: 16px;
  padding-bottom: 6px;
}

/* ── Tarjeta favorito (scroll horizontal) ── */
.ch-fav-card {
  flex: 0 0 200px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: default;
}
.ch-fav-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.10);
}
.ch-fav-img {
  position: relative;
  height: 140px;
  overflow: hidden;
}
.ch-fav-img img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  transition: transform 0.35s;
}
.ch-fav-card:hover .ch-fav-img img {
  transform: scale(1.06);
}
.ch-fav-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--pe-rojo);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
}
.ch-fav-body {
  padding: 10px 12px 12px;
}
.ch-fav-nom {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: #1A1A1A !important;
  margin-top: 0 !important;
  margin-bottom: 3px !important;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ch-fav-pre {
  font-size: 0.72rem !important;
  color: #999 !important;
  display: block;
  margin-bottom: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ch-fav-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  border-top: 1px solid #F0F0F0;
  padding-top: 8px;
}
.ch-fav-precio {
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  color: #1A1A1A !important;
  margin-bottom: 0 !important;
  line-height: 1;
}
.btn-ch-fav-agregar {
  background: transparent;
  color: var(--pe-rojo);
  border: 1.5px solid var(--pe-rojo);
  border-radius: 30px;
  padding: 4px 12px;
  font-size: 0.74rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  white-space: nowrap;
  flex-shrink: 0;
}
.btn-ch-fav-agregar:hover {
  background: var(--pe-rojo);
  color: #fff;
}

/* ── CTA Section (estilo "Sobre nosotros" Chili's) ── */
.ch-cta-section {
  background: #1A1A1A;
  padding: 40px 0;
}
.ch-cta-card {
  position: relative;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  background: #333;
  display: flex;
  align-items: flex-end;
}
.ch-cta-reserva {
  background: linear-gradient(135deg, #8B0F1F, #E31837);
}
.ch-cta-delivery {
  background: linear-gradient(135deg, #1A1A1A, #444);
}
.ch-cta-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 60%);
}
.ch-cta-card-content {
  position: relative;
  z-index: 2;
  padding: 20px 22px;
  width: 100%;
}
.ch-cta-card-content h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.3;
}
.ch-cta-card-content h3 strong {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 1px;
  display: block;
}
.ch-btn-cta {
  display: inline-block;
  background: #fff;
  color: #1A1A1A !important;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 8px 22px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.15s;
  letter-spacing: 0.5px;
}
.ch-btn-cta:hover {
  background: #F0F0F0;
  transform: translateY(-1px);
  color: #1A1A1A !important;
}

/* ── Categorías carousel (home) ── */
.ch-cat-carousel .menu-sample {
  padding: 0 6px;
}
.ch-cat-carousel .menu-sample .image {
  border-radius: 8px;
}

/* ── Responsive HOME ── */
@media (max-width: 767px) {
  .ch-hero { min-height: 360px; }
  .ch-hero-content { padding-top: 50px; padding-bottom: 50px; }
  .ch-hero-title { font-size: 2.2rem; }
  .ch-hero-sub { font-size: 0.95rem; }
  .ch-cta-card { height: 180px; }
  .ch-section-title { font-size: 1.25rem !important; }
  .ch-servicio-item { padding: 10px 8px; }
}
@media (max-width: 480px) {
  .ch-hero-title { font-size: 1.8rem; }
  .ch-hero-btns { gap: 10px; }
  .ch-btn-red, .ch-btn-outline { font-size: 0.9rem; padding: 11px 20px; }
  .ch-fav-card { flex: 0 0 165px; }
  .ch-fav-img, .ch-fav-img img { height: 115px; }
}


/* ════════════════════════════════════════════════════════
   FOOTER — Chili's Style
   ════════════════════════════════════════════════════════ */
.ch-footer {
  background: #111111;
  color: #aaa;
  padding-top: 0;
  margin-top: 0;
  position: relative;
}
.ch-footer-grid {
  padding: 52px 15px 32px;
}
.ch-footer-col {}
.ch-footer-logo {
  max-height: 70px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.ch-footer-tagline {
  font-size: 0.85rem;
  color: #888;
  line-height: 1.5;
  margin-bottom: 18px;
}
.ch-footer-heading {
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #E31837;
  display: inline-block;
}
.ch-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ch-footer-links li {
  margin-bottom: 10px;
}
.ch-footer-links a {
  color: #888;
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}
.ch-footer-links a:hover {
  color: #E31837;
}
.ch-footer-links a .fa {
  width: 16px;
  color: #E31837;
}
.ch-footer-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ch-footer-info li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 0.85rem;
  color: #888;
  line-height: 1.4;
}
.ch-footer-info .fa,
.ch-footer-info .fa {
  color: #E31837;
  margin-top: 2px;
  min-width: 14px;
}
.ch-footer-whatsapp {
  display: inline-flex;
  align-items: center;
  background: #25D366;
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none !important;
  transition: background 0.2s;
}
.ch-footer-whatsapp:hover { background: #1ebe5a; }
/* Iconos eliminar y editar en bolsa de compras */
a.action-icon { text-decoration: none; }
a#deleteProducto i,
a#deleteProducto .ti {
  color: #e53935 !important;
  font-size: 1rem;
  transition: color .15s, transform .15s;
}
a#deleteProducto:hover i,
a#deleteProducto:hover .ti {
  color: #b71c1c !important;
  transform: scale(1.2);
}
a#editProducto i,
a#editProducto .ti {
  color: #e53935 !important;
  font-size: 1rem;
  transition: color .15s, transform .15s;
}
a#editProducto:hover i,
a#editProducto:hover .ti {
  color: #b71c1c !important;
  transform: scale(1.2);
}
/* Badge Libro de Reclamaciones */
.ch-reclamos-badge {
  display: inline-block;
  margin-top: 14px;
  border-radius: 6px;
  overflow: hidden;
  transition: transform .18s, box-shadow .18s;
  box-shadow: 0 3px 10px rgba(192,57,43,.45);
  line-height: 0;
}
.ch-reclamos-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(192,57,43,.65);
}
/* Social icons */
.ch-footer-social {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ch-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1rem;
  color: #fff !important;
  text-decoration: none !important;
  transition: transform 0.2s, opacity 0.2s;
}
.ch-social-btn:hover { transform: translateY(-2px); opacity: 0.85; }
.ch-social-fb    { background: #1877F2; }
.ch-social-ig    { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.ch-social-order { background: #E31837; }
/* Map */
.ch-footer-map { border-radius: 8px; overflow: hidden; }
.ch-footer-map-placeholder {
  background: #1a1a1a;
  border: 1px dashed #333;
  border-radius: 8px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #555;
  text-align: center;
  padding: 20px;
  font-size: 0.82rem;
}
/* Footer bottom bar */
.ch-footer-bottom {
  background: #0a0a0a;
  border-top: 1px solid #222;
  padding: 14px 0;
}
.ch-footer-copy {
  font-size: 0.8rem;
  color: #555;
}
.ch-footer-copy strong { color: #888; }
.ch-footer-dev {
  font-size: 0.78rem;
  color: #444;
}
.ch-footer-dev a {
  color: #E31837;
  text-decoration: none;
}
.ch-footer-dev a:hover { text-decoration: underline; }

/* ════════════════════════════════════════════════════════
   PRODUCT MODAL — Chili's Style
   ════════════════════════════════════════════════════════ */
.modal-product-ch {
  max-width: 460px;
  margin: 30px auto;
}
@media (max-width: 576px) {
  .modal-product-ch { margin: 10px; max-width: calc(100% - 20px); }
}
.ch-product-modal {
  border-radius: 12px;
  overflow: hidden;
  border: none;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}
/* Imagen */
.ch-pm-img-wrap {
  position: relative;
  height: 240px;
  background: #1a1a1a;
  overflow: hidden;
}
.ch-pm-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.ch-pm-img-wrap:hover .ch-pm-img { transform: scale(1.04); }
.ch-pm-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0,0,0,0.55);
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 5;
}
.ch-pm-close:hover { background: rgba(227,24,55,0.8); }
.ch-pm-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(39,174,96,0.9);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}
/* Body */
.ch-pm-body {
  background: #fff;
  padding: 20px 22px 4px;
}
.ch-pm-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.ch-pm-nombre {
  font-size: 1.05rem;
  font-weight: 800;
  color: #1A1A1A;
  line-height: 1.3;
}
.ch-pm-presentacion {
  font-size: 0.82rem;
  color: #888;
  margin-top: 2px;
}
.ch-pm-precio-wrap {
  text-align: right;
  flex-shrink: 0;
}
.ch-pm-precio-label {
  display: block;
  font-size: 0.68rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ch-pm-precio {
  font-size: 1.2rem;
  font-weight: 900;
  color: #E31837;
  white-space: nowrap;
}
.ch-pm-divider {
  height: 1px;
  background: #f0f0f0;
  margin: 14px 0;
}
/* Notes */
.ch-pm-notes {}
.ch-pm-notes-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  display: block;
}
.ch-pm-textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 0.87rem;
  color: #333;
  resize: none;
  outline: none;
  transition: border-color 0.2s;
  background: #fafafa;
}
.ch-pm-textarea:focus {
  border-color: #E31837;
  background: #fff;
}
/* Botón agregar */
.ch-pm-btn-agregar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #E31837;
  color: #fff;
  border: none;
  padding: 16px 22px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 14px;
}
.ch-pm-btn-agregar:hover { background: #B01229; color: #fff; }
/* Prevent nested child elements from capturing clicks */
.ch-pm-btn-agregar * { pointer-events: none; }
.ch-pm-btn-price {
  background: rgba(0,0,0,0.15);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
}
.ch-pm-btn-edit {
  background: #1A1A1A;
}
.ch-pm-btn-edit:hover { background: #333; }

/* ── Responsive footer ── */
@media (max-width: 991px) {
  .ch-footer-grid { padding: 36px 15px 24px; }
}
@media (max-width: 767px) {
  .ch-footer-col { text-align: center; }
  .ch-footer-info li { justify-content: center; }
  .ch-footer-social { justify-content: center; }
  .ch-footer-heading { display: block; }
  .ch-footer-links { text-align: left; display: inline-block; }
}

/* ═══════════════════════════════════════════════════════════════
   MEJORAS GLOBALES — OLA BRAVA
   ═══════════════════════════════════════════════════════════════ */

/* ── Variables globales ── */
:root {
  --pe-rojo: #E31837;
  --pe-rojo-osc: #B01229;
  --pe-dark: #1A1A1A;
  --pe-gris: #F5F5F5;
  --pe-borde: #EBEBEB;
  --pe-trans: all 0.25s ease;
}

html { scroll-behavior: smooth; }

/* ─────────────────────────────────────────────
   NAVEGACION — Compacta + Boton Ordenar ahora
   ───────────────────────────────────────────── */
.nav-main-compact > li:not(:last-child) {
  margin-right: 0.8rem;
}
.nav-main-compact > li > a {
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}
/* Active nav link */
#header .nav-main > li.active > a {
  color: #58adb7 !important;
  position: relative;
}
#header .nav-main > li.active > a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #58adb7;
  border-radius: 2px 2px 0 0;
}
/* Mobile nav active */
.nav-main-mobile > li.active > a { color: #58adb7 !important; }

.nav-link-delivery {
  color: #E31837 !important;
  font-weight: 700 !important;
}
.nav-link-delivery:hover { color: #B01229 !important; }
.nav-link-especial .fa-star { color: #E31837; }

.nav-item-ordenar { margin-left: 4px; }

/* Especificidad alta para superar estilos del header dark */
#header .nav-main li.nav-item-ordenar > a,
#header .nav-main li.nav-item-ordenar > a:visited,
#header .nav-main li.nav-item-ordenar > a:focus,
.nav-orden-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: linear-gradient(135deg, #ff1744 0%, #c62828 100%) !important;
  background-color: #ff1744 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  padding: 9px 18px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
  letter-spacing: 0.3px !important;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s !important;
  box-shadow: 0 4px 14px rgba(255,23,68,0.55) !important;
  border: none !important;
}
#header .nav-main li.nav-item-ordenar > a:hover,
.nav-orden-btn:hover {
  background: linear-gradient(135deg, #d50000 0%, #b71c1c 100%) !important;
  background-color: #d50000 !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 22px rgba(255,23,68,0.65) !important;
}
.nav-orden-btn .fa { font-size: 0.82rem; }

/* ─────────────────────────────────────────────
   HERO — Animaciones y mejoras visuales
   ───────────────────────────────────────────── */
@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroBadgePop {
  from { opacity: 0; transform: scale(0.8); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes heroPulse {
  0%, 100% { box-shadow: 0 4px 18px rgba(227,24,55,0.40); }
  50%       { box-shadow: 0 4px 28px rgba(227,24,55,0.75); }
}

.ch-hero { min-height: 520px; }
.ch-hero-bg img {
  opacity: 0.48;
  transition: transform 8s ease;
}
.ch-hero:hover .ch-hero-bg img { transform: scale(1.04); }
.ch-hero-overlay {
  background: linear-gradient(110deg, rgba(227,24,55,0.82) 0%, rgba(17,17,17,0.7) 50%, rgba(17,17,17,0.25) 100%);
}

.ch-hero-badge {
  animation: heroBadgePop 0.6s ease both;
  animation-delay: 0.1s;
  backdrop-filter: blur(4px);
  border-color: rgba(255,255,255,0.45);
  letter-spacing: 1.5px;
}
.ch-hero-title {
  animation: heroFadeIn 0.7s ease both;
  animation-delay: 0.25s;
  font-size: 3.8rem;
}
.ch-hero-accent {
  text-decoration: none;
  color: #fff;
  background: rgba(227,24,55,0.35);
  border-radius: 4px;
  padding: 0 8px 2px;
}
.ch-hero-sub {
  animation: heroFadeIn 0.7s ease both;
  animation-delay: 0.4s;
}
.ch-hero-btns {
  animation: heroFadeIn 0.7s ease both;
  animation-delay: 0.55s;
}
.ch-btn-red { animation: heroPulse 2.5s ease-in-out infinite; }

/* ─────────────────────────────────────────────
   BARRA DE SERVICIOS — Mejorada
   ───────────────────────────────────────────── */
.ch-servicios-bar {
  padding: 24px 0;
  box-shadow: 0 6px 16px rgba(0,0,0,0.07);
}
.ch-servicio-item {
  border-radius: 10px;
  border: 1px solid transparent;
  transition: var(--pe-trans);
}
.ch-servicio-item:hover {
  background: #FFF0F2;
  border-color: rgba(227,24,55,0.15);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.07);
}
.ch-servicio-icon {
  width: 50px;
  height: 50px;
  font-size: 1.25rem;
  box-shadow: 0 4px 14px rgba(227,24,55,0.32);
  transition: var(--pe-trans);
}
.ch-servicio-item:hover .ch-servicio-icon {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 20px rgba(227,24,55,0.40);
}

/* ─────────────────────────────────────────────
   SECCIONES — Header mejorado
   ───────────────────────────────────────────── */
.ch-novedades-section { padding: 48px 0; }
.ch-favoritos-section { padding: 48px 0; }

.ch-section-header {
  padding-bottom: 6px;
  border-bottom: 3px solid #E31837;
  margin-bottom: 28px;
}
.ch-section-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.1em;
  background: #E31837;
  border-radius: 3px;
  margin-right: 10px;
  vertical-align: middle;
}
.ch-section-link {
  font-size: 0.85rem;
  border: 1.5px solid #E31837;
  padding: 5px 14px;
  border-radius: 20px;
  transition: var(--pe-trans);
}
.ch-section-link:hover {
  background: #E31837 !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* ─────────────────────────────────────────────
   CATEGORIAS CAROUSEL — Tarjetas mejoradas
   ───────────────────────────────────────────── */
.ch-cat-carousel .menu-sample { padding: 0 8px; }
.ch-cat-carousel .menu-sample > a > div {
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.ch-cat-carousel .menu-sample > a:hover > div {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.28);
}
.ch-cat-carousel .slick-prev,
.ch-cat-carousel .slick-next {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #E31837 !important;
  border: 2px solid #fff !important;
  box-shadow: 0 3px 10px rgba(0,0,0,0.25) !important;
  z-index: 10 !important;
}
.ch-cat-carousel .slick-prev:hover,
.ch-cat-carousel .slick-next:hover {
  background: #B01229 !important;
}
.ch-cat-carousel .slick-prev::before,
.ch-cat-carousel .slick-next::before {
  color: #fff !important;
  font-size: 16px !important;
}

/* ─────────────────────────────────────────────
   FAVORITOS — Tarjetas mejoradas
   ───────────────────────────────────────────── */
.ch-fav-card {
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ch-fav-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.13);
}

/* ─────────────────────────────────────────────
   CTA SECTION — Mejorada
   ───────────────────────────────────────────── */
.ch-cta-section {
  background: #111;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.ch-cta-card {
  height: 240px;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ch-cta-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.45);
}
.ch-cta-reserva {
  background: linear-gradient(135deg, #7A0A18 0%, #E31837 60%, #ff4d6d 100%);
}
.ch-cta-delivery {
  background: linear-gradient(135deg, #111 0%, #2a2a2a 60%, #444 100%);
  border: 1px solid rgba(255,255,255,0.08);
}
.ch-cta-card-content h3 { font-size: 1.25rem; letter-spacing: 0.5px; }
.ch-cta-card-content h3 strong { font-size: 1.7rem; letter-spacing: 2px; }

.ch-btn-cta {
  padding: 9px 26px;
  border-radius: 5px;
  font-size: 0.88rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: var(--pe-trans);
}
.ch-btn-cta:hover {
  background: #E31837 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(227,24,55,0.4);
}

/* ─────────────────────────────────────────────
   FOOTER — Mejoras adicionales
   ───────────────────────────────────────────── */
.ch-footer { box-shadow: 0 -4px 20px rgba(0,0,0,0.18); }
.ch-footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #25D366;
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 20px;
  text-decoration: none !important;
  transition: var(--pe-trans);
  box-shadow: 0 3px 10px rgba(37,211,102,0.35);
}
.ch-footer-whatsapp:hover {
  background: #1ebe5d !important;
  transform: translateY(-2px);
  color: #fff !important;
}

/* ─────────────────────────────────────────────
   BACK TO TOP — Mejorado
   ───────────────────────────────────────────── */
.back-to-top {
  background: #E31837 !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 44px !important;
  height: 44px !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(227,24,55,0.4) !important;
  transition: var(--pe-trans) !important;
}
.back-to-top:hover {
  background: #B01229 !important;
  transform: translateY(-3px) !important;
}

/* ─────────────────────────────────────────────
   RESPONSIVE GLOBAL
   ───────────────────────────────────────────── */
@media (max-width: 1199px) {
  .nav-main-compact > li:not(:last-child) { margin-right: 0.55rem; }
  .nav-main-compact > li > a { font-size: 0.74rem; }
  .nav-orden-btn { padding: 7px 12px !important; font-size: 0.73rem !important; }
}
@media (max-width: 991px) {
  .ch-hero { min-height: 380px; }
  .ch-hero-title { font-size: 2.4rem; }
  .ch-cta-card { height: 195px; }
}
@media (max-width: 767px) {
  .ch-hero { min-height: 320px; }
  .ch-hero-title { font-size: 2rem; }
  .ch-cta-card { height: 175px; }
}
@media (max-width: 480px) {
  .ch-hero-title { font-size: 1.7rem; }
  .ch-hero-btns { flex-direction: column; gap: 10px; }
  .ch-btn-red, .ch-btn-outline { text-align: center; }
}

/* ─────────────────────────────────────────────
   HERO — Elementos nuevos (decos, stats, badge dot)
   ───────────────────────────────────────────── */

/* Destellos decorativos */
.ch-hero-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.ch-hero-deco-1 {
  width: 320px;
  height: 320px;
  top: -80px;
  right: 10%;
  background: radial-gradient(circle, rgba(227,24,55,0.18) 0%, transparent 70%);
  animation: heroFadeIn 1.5s ease both;
}
.ch-hero-deco-2 {
  width: 180px;
  height: 180px;
  bottom: 40px;
  right: 30%;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
  animation: heroFadeIn 2s ease both;
}

/* Badge dot animado */
.ch-hero-badge-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #4EE24E;
  border-radius: 50%;
  margin-right: 6px;
  box-shadow: 0 0 0 0 rgba(78,226,78,0.6);
  animation: badgeDotPulse 1.8s infinite;
  vertical-align: middle;
}
@keyframes badgeDotPulse {
  0%   { box-shadow: 0 0 0 0 rgba(78,226,78,0.6); }
  70%  { box-shadow: 0 0 0 7px rgba(78,226,78,0); }
  100% { box-shadow: 0 0 0 0 rgba(78,226,78,0); }
}

/* Stats del hero */
.ch-hero-stats {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  animation: heroFadeIn 0.7s ease both;
  animation-delay: 0.7s;
}
.ch-hero-stat {
  display: flex;
  flex-direction: column;
}
.ch-hero-stat-num {
  color: #fff !important;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
}
.ch-hero-stat-lab {
  color: #fff !important;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 2px;
}
.ch-hero-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.4);
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .ch-hero-stats { gap: 12px; margin-top: 22px; }
  .ch-hero-stat-num { font-size: 1.1rem; }
}

/* ─────────────────────────────────────────────
   CTA — Label encima del titulo
   ───────────────────────────────────────────── */
.ch-cta-label {
  color: #fff !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ch-btn-cta .fa {
  font-size: 0.9rem;
  opacity: 0.85;
}

/* ═══════════════════════════════════════════════
   SLIDER PLATOS DESTACADOS
   ═══════════════════════════════════════════════ */
.ch-destacados-section {
  padding: 60px 0 40px;
  background: #f8f9fa;
}
.ch-destacados-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #e63946;
  margin-bottom: 4px;
}

/* ── Slide wrapper ── */
.ch-dest-slide { padding: 8px 10px 20px; }

/* ── Card ── */
.ch-dest-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.ch-dest-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.14);
}

/* ── Image area ── */
.ch-dest-img-wrap {
  position: relative;
  height: 190px;
  overflow: hidden;
}
.ch-dest-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.ch-dest-card:hover .ch-dest-img { transform: scale(1.06); }
.ch-dest-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 55%);
}

/* ── Rank badges ── */
.ch-dest-rank {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.ch-dest-rank-1 { background: linear-gradient(135deg,#FFB800,#FF6B00); }
.ch-dest-rank-2 { background: linear-gradient(135deg,#9E9E9E,#616161); }
.ch-dest-rank-3 { background: linear-gradient(135deg,#A0522D,#7B3A1F); }

/* ── "X pedidos" badge ── */
.ch-dest-pedidos {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(230,57,70,0.92);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
}

/* ── Body ── */
.ch-dest-body {
  padding: 14px 14px 12px;
}
.ch-dest-nom {
  font-size: 0.92rem;
  font-weight: 700;
  color: #1d2636;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ch-dest-pre {
  font-size: 0.75rem;
  color: #777;
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ch-dest-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.ch-dest-precio {
  font-size: 1.05rem;
  font-weight: 800;
  color: #e63946;
  margin: 0;
}
.ch-dest-btn {
  background: #e63946;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.ch-dest-btn:hover {
  background: #c62828;
  transform: scale(1.04);
}
.ch-dest-agotado {
  font-size: 0.7rem;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── Slick arrow overrides for this slider ── */
.ch-destacados-slider .slick-prev,
.ch-destacados-slider .slick-next {
  width: 36px;
  height: 36px;
  background: #e63946;
  border-radius: 50%;
  z-index: 2;
  top: 45%;
}
.ch-destacados-slider .slick-prev { left: -16px; }
.ch-destacados-slider .slick-next { right: -16px; }
.ch-destacados-slider .slick-prev:before,
.ch-destacados-slider .slick-next:before {
  font-size: 16px;
  color: #fff;
  opacity: 1;
}
.ch-destacados-slider .slick-dots li button:before {
  color: #e63946;
  font-size: 8px;
}
.ch-destacados-slider .slick-dots li.slick-active button:before { color: #e63946; }

@media (max-width: 767px) {
  .ch-destacados-section { padding: 40px 0 24px; }
  .ch-dest-img-wrap { height: 160px; }
  .ch-destacados-slider .slick-prev { left: 2px; }
  .ch-destacados-slider .slick-next { right: 2px; }
}
