/* Diseño Cine — portada pública POS (http://127.0.0.1:8002/) */
.cine-home-acts { display: none; }
body:not(.page-home) .cine-overlay { display: none !important; }
body.page-home .cine-home-acts {
  display: flex !important;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
body.page-home .topbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  background: transparent !important;
  z-index: 40;
}
body.page-home .topbar .navbar-toggler,
body.page-home #ppNav { display: none !important; }
body.page-home .cine-home-acts .book {
  background: var(--brand, #c1121f);
  color: #fff !important;
  padding: 9px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
body.page-home .cine-home-acts .nav-auth,
body.page-home .cine-home-acts .cine-menu {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.4);
  padding: 8px 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
body.page-home .cine-home-acts .rm-system-icon-link { color: #fff !important; }
.cine-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 45;
  background: rgba(7,7,8,.96);
  padding: 88px 36px 36px;
  flex-direction: column;
  gap: 14px;
  overflow: auto;
}
body.page-home.cine-open .cine-overlay { display: flex !important; }
.cine-overlay a {
  color: #fff;
  text-decoration: none;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: clamp(20px, 3.6vw, 30px);
}
.cine-overlay .auth { font-size: 18px; color: #e8c56a; margin-top: 12px; }

body.page-home {
  background: #070708;
  color: #eeeae3;
  font-family: "Source Sans 3", sans-serif;
}
body.page-home #rm-main { padding: 0; }
body.page-home .cine-row p,
body.page-home .cine-row .txt { color: #d8d2c6; }
body.page-home .rm-ad-band--top { display: none; }

.cine-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: #070708 var(--hero) center/cover no-repeat;
  color: #fff;
}
.cine-hero .bgvid { display: none; }
.cine-hero .veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.18) 40%, rgba(7,7,8,.95) 100%);
}
.cine-hero .copy { position: relative; z-index: 2; width: min(920px, calc(100% - 40px)); margin: 0 auto 56px; }
.cine-hero .k { color: #e8c56a; letter-spacing: .18em; text-transform: uppercase; font-size: 12px; }
.cine-hero h1 {
  font-family: Oswald, sans-serif;
  font-size: clamp(40px, 7vw, 78px);
  line-height: .95;
  text-transform: uppercase;
  margin: 10px 0 16px;
}
.cine-hero p { max-width: 62ch; font-size: 18px; line-height: 1.55; color: #d8d2c6; }
.cine-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.cine-cta a, .cine-cta .btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 16px; text-decoration: none; font-weight: 700; border-radius: 4px;
}
.cine-cta .btn-brand { background: var(--brand, #c1121f); color: #fff; border: 0; }
.cine-cta .btn-light, .cine-cta .btn-outline-light, .cine-cta .btn-success {
  background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.4);
}

.cine-marquee, .logo-band { background: #fff; }
.cine-marquee { overflow: hidden; }
.cine-track {
  display: flex; align-items: center; gap: 22px;
  padding: 16px 20px; width: max-content;
  animation: cine-scroll 40s linear infinite;
}
.logo-band {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 18px 24px; padding: 20px 16px;
}
.cine-track img, .logo-band img {
  height: 48px; width: auto; max-width: 140px; object-fit: contain; background: #fff;
}
@keyframes cine-scroll { to { transform: translateX(-50%); } }

.cine-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
.cine-stats div { padding: 32px 20px; border-right: 1px solid #222; text-align: center; }
.cine-stats b { display: block; font-family: Oswald, sans-serif; font-size: 36px; color: var(--brand, #c1121f); }

.cine-row { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 360px; }
.cine-row.reverse { grid-template-columns: .9fr 1.1fr; }
.cine-row.reverse .txt { order: -1; }
.cine-row img { width: 100%; height: 100%; object-fit: cover; min-height: 300px; }
.cine-row .txt { padding: 44px 36px; display: flex; flex-direction: column; justify-content: center; }
.cine-row .n { font-family: Oswald, sans-serif; color: var(--brand, #c1121f); letter-spacing: .16em; }
.cine-row h3 { font-family: Oswald, sans-serif; text-transform: uppercase; font-size: 30px; margin: 6px 0 12px; }

.cine-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(260px, 280px);
  gap: 12px;
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto 28px;
}
.cine-bento article { position: relative; overflow: hidden; min-height: 260px; }
.cine-bento img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cine-bento .cap {
  position: absolute; inset: auto 0 0; padding: 18px 16px 16px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.88) 42%, #000);
}
.cine-bento h3 {
  margin: 0 0 6px; font-family: Oswald, sans-serif; text-transform: uppercase;
  color: #fff; font-size: clamp(16px, 1.6vw, 20px);
}
.cine-bento p {
  margin: 0; font-size: 13px; color: #d8d2c6;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

.cine-gal { columns: 3; column-gap: 10px; }
.cine-gal img { width: 100%; margin: 0 0 10px; cursor: zoom-in; }
.cine-buy { text-align: center; padding: 8px 0 20px; }
.cine-buy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--brand, #c1121f);
  color: #fff !important;
  padding: 14px 22px;
  text-decoration: none !important;
  font-weight: 700;
  border-radius: 4px;
}
.cine-buy a:hover { color: #fff !important; filter: brightness(1.08); }
.cine-wrap { width: min(1100px, calc(100% - 40px)); margin: 0 auto; padding: 48px 0 16px; }
.cine-wrap h2 { font-family: Oswald, sans-serif; text-transform: uppercase; font-size: 36px; margin: 0; }
.cine-map { position: relative; min-height: 520px; }
.cine-map iframe,
.cine-map .rm-maps-embed,
.cine-map .rm-maps-embed iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
  filter: grayscale(.4) contrast(1.1);
}
.cine-map .card {
  position: absolute; left: 40px; top: 50%; transform: translateY(-50%);
  width: min(420px, calc(100% - 40px)); background: #111216; padding: 28px;
  border: 1px solid #2a2d33; color: #eeeae3; z-index: 2;
}
.cine-map h2 { font-family: Oswald, sans-serif; text-transform: uppercase; margin: 0 0 10px; color: #fff; }
.cine-map .book {
  display: inline-block; margin-top: 12px; background: var(--brand, #c1121f);
  color: #fff; padding: 10px 16px; border-radius: 999px; text-decoration: none; font-weight: 700;
}

body.page-home h2 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
body.page-home .divider { background: var(--brand, #c1121f); }
body.page-home .rm-section-muted,
body.page-home section[style*="background:#f8fafc"] { background: transparent !important; }
body.page-home #contactos,
body.page-home #opiniones { background: #0c0d10 !important; }
body.page-home #contactos .card-soft,
body.page-home #opiniones .card-soft,
body.page-home #opiniones .rm-review-card {
  background: #111216;
  border-color: #2a2d33;
  color: #eeeae3;
}

.rm-contact-lead {
  margin: 14px auto 0;
  max-width: 520px;
  color: #b8b2a6;
  font-size: 1.05rem;
}
.rm-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 28px;
}
.rm-contact-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #2a2d33;
  background: #111216;
  color: #eeeae3;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.rm-contact-cta:hover { border-color: var(--brand, #c1121f); color: #fff; }
.rm-contact-cta-wa { background: #128c4a; border-color: #128c4a; color: #fff; }
.rm-contact-cta-wa:hover { filter: brightness(1.08); color: #fff; }
.rm-contact-cta-brand { background: var(--brand, #c1121f); border-color: var(--brand, #c1121f); color: #fff; }
.rm-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}
.rm-contact-tile {
  background: #111216;
  border: 1px solid #2a2d33;
  border-radius: 20px;
  padding: 24px 22px;
  min-width: 0;
}
.rm-contact-tile h3 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 0 16px;
  color: #fff;
}
.rm-contact-tile-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(193, 18, 31, .16);
  color: var(--brand, #c1121f);
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 12px;
}
.rm-contact-hours {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rm-contact-hours li {
  position: relative;
  padding: 8px 0 8px 22px;
  border-bottom: 1px solid #222;
  color: #eeeae3;
}
.rm-contact-hours li:last-child { border-bottom: 0; }
.rm-contact-hours li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand, #c1121f);
}
.rm-contact-kicker {
  display: block;
  margin-top: 10px;
  color: #9a9488;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rm-contact-kicker:first-of-type { margin-top: 0; }
.rm-contact-city { display: block; color: #fff; font-size: 1.2rem; }
.rm-contact-address { margin: 4px 0 12px; color: #d8d2c6; line-height: 1.45; }
.rm-contact-mini {
  color: #e8c56a;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}
.rm-contact-mini:hover { color: #fff; }
.rm-contact-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #222;
  color: #eeeae3;
  text-decoration: none;
  min-width: 0;
}
.rm-contact-line:last-child { border-bottom: 0; }
.rm-contact-line i { color: var(--brand, #c1121f); margin-top: 4px; }
.rm-contact-line span { min-width: 0; overflow-wrap: anywhere; }
.rm-contact-line small {
  display: block;
  color: #9a9488;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.rm-contact-line:hover { color: #e8c56a; }
.rm-contact-line-wa i { color: #25d366; }
.rm-contact-empty { margin: 0; color: #9a9488; }
body.page-home #opiniones .text-muted { color: #b8b2a6 !important; }
body.page-home .rm-site-footer {
  background: #0c0d10;
  color: #d8d2c6;
  border-top: 1px solid #222;
}
body.page-home .rm-site-footer .fw-bold,
body.page-home .rm-site-footer a { color: #e8c56a; }
body.page-home .rm-site-footer .text-dark { color: #fff !important; }

body.page-home #rmCsatInviteModal .modal-content,
body.page-home #rmCsatSurveyModal .modal-content {
  background: #111216;
  color: #eeeae3;
  border: 1px solid #2a2d33;
}
body.page-home #rmCsatInviteModal .modal-title,
body.page-home #rmCsatSurveyModal .modal-title {
  color: #fff !important;
}
body.page-home #rmCsatInviteMessage,
body.page-home #rmCsatSurveySubtitle,
body.page-home #rmCsatInviteModal .text-muted,
body.page-home #rmCsatSurveyModal .text-muted {
  color: #c8c2b6 !important;
}
body.page-home #rmCsatInviteNo,
body.page-home #rmCsatCancelBtn {
  color: #eeeae3;
  border-color: #5a606a;
  background: transparent;
}
body.page-home #rmCsatSurveyModal .btn-close {
  filter: invert(1) grayscale(1);
}
body.page-home #rmCsatSurveyModal .form-label,
body.page-home #rmCsatSurveyModal .rm-csat-q label {
  color: #eeeae3;
}
body.page-home #rmCsatSurveyModal .form-control,
body.page-home #rmCsatSurveyModal .form-select {
  background: #0c0d10;
  color: #eeeae3;
  border-color: #2a2d33;
}
body.page-home #rmCsatSurveyModal .rm-csat-section-title {
  border-bottom-color: #2a2d33;
}

@media (max-width: 900px) {
  .cine-stats, .cine-row, .cine-row.reverse, .cine-bento { grid-template-columns: 1fr; }
  .cine-row.reverse .txt { order: 0; }
  .cine-map .card { position: relative; left: 0; top: 0; transform: none; width: auto; margin: 20px; }
  .cine-map { min-height: 0; }
  .cine-map iframe,
  .cine-map .rm-maps-embed,
  .cine-map .rm-maps-embed iframe { position: relative; min-height: 280px; }
  .cine-gal { columns: 2; }
  .rm-contact-grid { grid-template-columns: 1fr; }
}
