/* Página negocio — Facebook Page local */
.np { background: var(--bg, #070d18); color: var(--text, #eef3fb); min-height: 100vh; }
.np-cover {
  position: relative;
  min-height: min(52vh, 420px);
  background: #121b2c center/cover no-repeat;
  border-bottom: 1px solid rgba(255,255,255,.08);
  animation: np-cover-in .7s ease both;
}
.np-cover--photo { background-position: center 40%; }
.np-cover__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7,13,24,.2) 0%, rgba(7,13,24,.55) 45%, rgba(7,13,24,.92) 100%);
}
.np-cover__inner {
  position: relative; z-index: 1;
  max-width: 880px; margin: 0 auto;
  padding: 5.5rem 1.25rem 1.6rem;
  display: flex; gap: 1rem; align-items: flex-end;
}
.np-avatar {
  flex: 0 0 auto;
  width: 72px; height: 72px; border-radius: 18px;
  display: grid; place-items: center;
  font: 700 1.6rem/1 var(--display, "Space Grotesk", sans-serif);
  background: rgba(242,193,78,.18);
  border: 2px solid rgba(242,193,78,.55);
  color: var(--gold, #f2c14e);
}
.np-kicker {
  margin: 0 0 .25rem;
  font-size: .72rem; letter-spacing: .07em; text-transform: uppercase;
  color: var(--gold, #f2c14e);
}
.np-cover h1 {
  margin: 0;
  font-family: var(--display, "Space Grotesk", sans-serif);
  font-size: clamp(2rem, 6vw, 3.1rem);
  line-height: 1.02;
  text-shadow: 0 2px 18px rgba(0,0,0,.45);
  letter-spacing: -.02em;
}
.np-headline { margin: .45rem 0 0; color: #d5deec; font-size: 1.05rem; max-width: 34rem; }
.np-gmaps-rating {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .45rem .65rem;
  margin-top: .75rem;
}
.np-gmaps-rating__score {
  font-family: var(--display, "Space Grotesk", sans-serif);
  font-weight: 700; font-size: 1.15rem; color: var(--gold, #f2c14e);
}
.np-gmaps-rating__meta { color: #c5d0e2; font-size: .92rem; }
.np-main { max-width: 880px; margin: 0 auto; padding: 1.1rem 1.25rem 3rem; }
.np-cta {
  display: flex; flex-wrap: wrap; gap: .5rem;
  position: sticky; top: .5rem; z-index: 5;
  padding: .55rem; margin: -.35rem 0 1rem;
  border-radius: 14px;
  background: rgba(7,13,24,.82);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}
.btn--gold {
  background: linear-gradient(135deg, #f2c14e, #d4a017);
  color: #1a1408; border: 0; font-weight: 700;
}
.np-claim-banner {
  display: flex; flex-wrap: wrap; gap: .85rem; align-items: center;
  justify-content: space-between;
  margin: 0 0 1.25rem; padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(242,193,78,.28);
  background: rgba(242,193,78,.08);
}
.np-claim-banner p { margin: .25rem 0 0; color: var(--muted, #8b9bb4); font-size: .92rem; }
.np-section { margin: 0 0 1.35rem; }
.np-section h2 {
  margin: 0 0 .55rem;
  font-family: var(--display, "Space Grotesk", sans-serif);
  font-size: 1.15rem;
}
.np-section p { margin: 0; color: #d7e0ef; line-height: 1.55; }
.np-meta p { margin: .35rem 0; color: #c5d0e2; }
.np-hours__list {
  margin: 0; padding: 0; list-style: none;
  display: grid; gap: .35rem;
}
.np-hours__list li {
  padding: .55rem .75rem;
  border-radius: 10px;
  background: rgba(18,27,44,.72);
  border: 1px solid rgba(255,255,255,.07);
  color: #d7e0ef; font-size: .92rem;
}
.np-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
}
@media (min-width: 720px) {
  .np-gallery__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.np-gallery__item {
  display: block; overflow: hidden; border-radius: 12px;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255,255,255,.08);
  background: #121b2c;
  animation: np-fade-up .55s ease both;
}
.np-gallery__item:nth-child(1) { animation-delay: .05s; }
.np-gallery__item:nth-child(2) { animation-delay: .1s; }
.np-gallery__item:nth-child(3) { animation-delay: .15s; }
.np-gallery__item:nth-child(4) { animation-delay: .2s; }
.np-gallery__item:nth-child(1),
.np-gallery__item:nth-child(2) {
  grid-column: span 2;
  aspect-ratio: 16 / 10;
}
@media (min-width: 720px) {
  .np-gallery__item:nth-child(1) { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; min-height: 100%; }
  .np-gallery__item:nth-child(2) { grid-column: span 2; aspect-ratio: 16 / 9; }
}
.np-gallery__item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .45s ease;
}
.np-gallery__item:hover img { transform: scale(1.04); }
.np-gallery__attr {
  margin: .65rem 0 0 !important;
  font-size: .78rem; color: var(--muted, #8b9bb4) !important;
}
.np-gallery__attr a { color: var(--gold, #f2c14e); }
.np-map__frame {
  border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  aspect-ratio: 16 / 9;
  background: #121b2c;
}
.np-map__frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.np-map__link { margin: .55rem 0 0 !important; }
.np-map__link a { color: var(--gold, #f2c14e); font-weight: 600; text-decoration: none; }
.np-forms { margin: 1rem 0 1.5rem; }
.np-form, .np-card {
  padding: 1.1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(18,27,44,.88);
}
.np-form h3, .np-card h2 {
  margin: 0 0 .85rem;
  font-family: var(--display, "Space Grotesk", sans-serif);
}
.np-form label, .np-card label {
  display: grid; gap: .3rem; margin-bottom: .7rem;
  font-size: .85rem; color: #c5d0e2;
}
.np-form input, .np-form textarea, .np-form select,
.np-card input, .np-card textarea, .np-card select {
  width: 100%; padding: .65rem .7rem; border-radius: 10px;
  border: 1px solid rgba(255,255,255,.14);
  background: #0b1220; color: var(--text, #eef3fb);
  font: 500 .95rem/1.4 var(--body, "IBM Plex Sans", sans-serif);
}
.np-check {
  display: flex !important; align-items: flex-start; gap: .55rem;
  grid-template-columns: none !important;
}
.np-check input { width: auto; margin-top: .2rem; }
.np-form-msg { margin: .65rem 0 0; font-size: .9rem; }
.np-form-msg.is-ok { color: #8fd9a8; }
.np-form-msg.is-err { color: #ff8e8e; }
.np-note { color: var(--muted, #8b9bb4); font-size: .85rem; }
.np-voice-actions { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: .35rem; }
.np-voice-welcome { color: #d5deec; margin: 0 0 .85rem; }

.np-panel-main h1 {
  font-family: var(--display, "Space Grotesk", sans-serif);
  margin: 0 0 .35rem;
}
.np-tabs { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: 1rem; }
.np-tabs button {
  border: 1px solid rgba(255,255,255,.12);
  background: transparent; color: #c5d0e2;
  border-radius: 999px; padding: .4rem .75rem; cursor: pointer;
  font: 600 .85rem var(--display, "Space Grotesk", sans-serif);
}
.np-tabs button.is-active {
  background: rgba(242,193,78,.16);
  border-color: rgba(242,193,78,.4);
  color: var(--gold, #f2c14e);
}
.np-bookings { display: grid; gap: .65rem; margin-bottom: 1rem; }
.np-booking {
  padding: .85rem .9rem; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(11,18,32,.7);
}
.np-booking__top {
  display: flex; justify-content: space-between; gap: .5rem;
  font-size: .78rem; color: var(--gold, #f2c14e); text-transform: uppercase;
  letter-spacing: .04em; margin-bottom: .35rem;
}
.np-booking__actions { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .55rem; }
.np-booking__actions button {
  font-size: .78rem; padding: .3rem .55rem; border-radius: 8px; cursor: pointer;
  border: 1px solid rgba(255,255,255,.14); background: #0b1220; color: #eef3fb;
}

.np-produce-lead {
  margin: 0 0 .85rem;
  color: #c5d0e2;
  font-size: .9rem;
  line-height: 1.45;
}
.np-produce-preview {
  margin: 0 0 1rem;
  padding: .75rem .9rem;
  border-radius: 12px;
  border: 1px solid rgba(79, 122, 58, .45);
  background: rgba(26, 48, 32, .55);
}
.np-produce-preview__title {
  margin: 0 0 .4rem;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #9dce7a;
}
.np-produce-preview ul {
  margin: 0;
  padding-left: 1.1rem;
  color: #eef3fb;
  font-size: .9rem;
}
.np-produce-preview li span { color: #9aabc4; }
.np-produce-preview__total {
  margin: .55rem 0 0;
  font-family: var(--display, "Space Grotesk", sans-serif);
  font-size: 1.05rem;
  color: var(--gold, #f2c14e);
}
.np-produce-preview__note {
  margin: .25rem 0 0;
  font-size: .75rem;
  color: #9aabc4;
}

@keyframes np-cover-in {
  from { opacity: .55; transform: scale(1.02); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes np-fade-up {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
  .np-cover { min-height: min(46vh, 340px); }
  .np-cover__inner { padding-top: 3.5rem; }
  .np-avatar { width: 58px; height: 58px; border-radius: 14px; }
  .np-cta .btn { font-size: .82rem; padding: .55rem .75rem; }
  .np-gallery__item:nth-child(1),
  .np-gallery__item:nth-child(2) { grid-column: span 2; }
}
