/* Nádszál LPG — booking widget styles. Inherits the site tokens (--sand/--cream/--ink/
   --emerald/--gold, --font-*). Upright only: no italics anywhere. */

/* CTA sitting on the dark emerald .book-card */
.nlpg-open { margin-top: 0.25rem; cursor: pointer; }
@media (max-width: 640px) { .nlpg-open { width: 100%; } }
.nlpg-open-note {
  margin-top: 0.9rem;
  font-size: 0.86rem;
  color: rgba(251, 245, 238, 0.8);
  max-width: 34ch;
}
/* The mount sits at the TOP of the .book-card (above the phone number), so it spaces below. */
.booking-mount { margin-bottom: 1.9rem; }

/* ---- dialog ---- */
.nlpg-dialog {
  border: none;
  padding: 0;
  width: min(680px, 94vw);
  max-height: 92vh;
  background: var(--cream);
  color: var(--ink);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(28, 54, 39, 0.34);
  overflow: hidden;
}
.nlpg-dialog::backdrop { background: rgba(28, 54, 39, 0.5); backdrop-filter: blur(2px); }
.nlpg-frame { display: flex; flex-direction: column; max-height: 92vh; }

.nlpg-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.15rem clamp(1.25rem, 4vw, 2rem);
  border-bottom: 1px solid var(--hairline);
  background: var(--sand);
}
.nlpg-eyebrow {
  font-family: var(--font-label); font-size: 0.72rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold-deep);
}
.nlpg-close {
  border: none; background: transparent; cursor: pointer;
  font-size: 1.7rem; line-height: 1; color: var(--ink-soft); padding: 0 0.25rem;
}
.nlpg-close:hover { color: var(--emerald); }

.nlpg-body { padding: clamp(1.25rem, 4vw, 2rem); overflow-y: auto; }

/* ---- steps breadcrumb ---- */
.nlpg-steps { display: flex; gap: 0.4rem; list-style: none; margin: 0 0 1.4rem; padding: 0; flex-wrap: wrap; }
.nlpg-step {
  font-family: var(--font-label); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-soft); padding: 0.3rem 0.7rem; border-radius: var(--radius-pill);
  background: rgba(38, 56, 45, 0.06);
}
.nlpg-step.is-current { background: var(--emerald); color: var(--cream); }
.nlpg-step.is-done { color: var(--gold-deep); cursor: pointer; }
.nlpg-step.is-done:hover { background: var(--sand-deep); }

.nlpg-h {
  font-family: var(--font-display); font-weight: 500; font-size: clamp(1.5rem, 3.6vw, 2rem);
  color: var(--ink); margin-bottom: 1.1rem; line-height: 1.15;
}
.nlpg-msg { color: var(--ink-soft); font-size: 0.97rem; line-height: 1.6; }
.nlpg-group {
  font-family: var(--font-label); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold-deep); margin: 1.3rem 0 0.6rem;
}

/* ---- treatments ---- */
.nlpg-treatments { display: grid; gap: 0.55rem; }
.nlpg-treatment {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  width: 100%; text-align: left; cursor: pointer;
  background: #fff; border: 1px solid var(--hairline); border-radius: 10px;
  padding: 0.95rem 1.15rem; transition: border-color 0.16s ease, background 0.16s ease;
}
.nlpg-treatment:hover { border-color: var(--gold); background: var(--sand); }
.nlpg-tname { font-family: var(--font-display); font-size: 1.2rem; color: var(--ink); }
.nlpg-tmeta { font-size: 0.86rem; color: var(--ink-soft); white-space: nowrap; }

/* ---- calendar ---- */
.nlpg-calnav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.8rem; }
.nlpg-calmonth { font-family: var(--font-display); font-size: 1.3rem; color: var(--ink); }
.nlpg-navbtn {
  border: 1px solid var(--hairline); background: #fff; color: var(--emerald);
  width: 2.3rem; height: 2.3rem; border-radius: 50%; cursor: pointer; font-size: 1.2rem; line-height: 1;
}
.nlpg-navbtn:hover:not(:disabled) { background: var(--sand); border-color: var(--gold); }
.nlpg-navbtn:disabled { opacity: 0.35; cursor: not-allowed; }

.nlpg-cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.3rem; }
.nlpg-cal-wd {
  text-align: center; font-family: var(--font-label); font-size: 0.66rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--ink-soft); padding-bottom: 0.35rem;
}
.nlpg-cal-empty { aspect-ratio: 1; }
.nlpg-cal-day {
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  border-radius: 8px; font-size: 0.95rem; font-family: var(--font-body); border: 1px solid transparent;
}
.nlpg-cal-day.is-off { color: rgba(38, 56, 45, 0.28); }
.nlpg-cal-day.is-open {
  background: rgba(47, 92, 70, 0.08); color: var(--emerald-deep); border-color: rgba(47, 92, 70, 0.3);
  cursor: pointer; font-weight: 600; transition: background 0.14s ease, color 0.14s ease;
}
.nlpg-cal-day.is-open:hover { background: var(--emerald); color: var(--cream); }
.nlpg-cal-day.is-selected { background: var(--emerald); color: var(--cream); border-color: var(--emerald); }

.nlpg-slotwrap { margin-top: 1.3rem; }
.nlpg-slotlabel {
  font-family: var(--font-label); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: 0.6rem;
}
.nlpg-slots { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.nlpg-slot {
  border: 1px solid var(--hairline); background: var(--sand); color: var(--emerald-deep);
  border-radius: var(--radius-pill); padding: 0.5rem 0.95rem; font-size: 0.9rem; cursor: pointer;
  font-family: var(--font-body); transition: background 0.14s ease, color 0.14s ease;
}
.nlpg-slot:hover { background: var(--emerald); color: var(--cream); }

/* ---- summary + form ---- */
.nlpg-summary {
  background: var(--sand); border-radius: 10px; padding: 0.9rem 1.1rem; margin-bottom: 1.3rem;
}
.nlpg-sum-row { font-size: 0.97rem; color: var(--ink); line-height: 1.7; }
.nlpg-sum-row strong { font-weight: 700; }

.nlpg-form { display: grid; gap: 0.9rem; }
.nlpg-label { display: grid; gap: 0.3rem; }
.nlpg-labeltext {
  font-family: var(--font-label); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-soft);
}
.nlpg-input {
  width: 100%; font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  background: #fff; border: 1px solid var(--hairline); border-radius: 8px; padding: 0.7rem 0.85rem;
}
.nlpg-input:focus { outline: 2px solid var(--gold-deep); outline-offset: 1px; border-color: var(--gold); }
textarea.nlpg-input { resize: vertical; min-height: 3.4rem; }

.nlpg-check { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.93rem; color: var(--ink); line-height: 1.5; }
.nlpg-check input { margin-top: 0.2rem; width: 1.05rem; height: 1.05rem; accent-color: var(--emerald); }
.nlpg-consent a { color: var(--emerald); border-bottom: 1px solid var(--gold); }
.nlpg-consent a:hover { color: var(--gold-deep); }

.nlpg-fieldset { border: 1px solid var(--hairline); border-radius: 8px; padding: 0.7rem 0.9rem; display: flex; gap: 1.2rem; align-items: center; flex-wrap: wrap; }
.nlpg-fieldset legend {
  font-family: var(--font-label); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-soft); padding: 0 0.4rem;
}
.nlpg-radio { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.93rem; }
.nlpg-radio input { accent-color: var(--emerald); }

.nlpg-policy { font-size: 0.82rem; color: var(--ink-soft); line-height: 1.55; }
.nlpg-formerr {
  background: #f7e2dc; border: 1px solid #d99; color: #8a2b1e; border-radius: 8px;
  padding: 0.65rem 0.85rem; font-size: 0.9rem;
}

/* honeypot: kept in the a11y tree but visually removed (not display:none — some bots skip those) */
.nlpg-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---- actions / buttons ---- */
.nlpg-actions { display: flex; gap: 0.7rem; margin-top: 0.5rem; flex-wrap: wrap; }
.nlpg-btn {
  font-family: var(--font-label); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  border-radius: var(--radius-pill); padding: 0.85rem 1.7rem; cursor: pointer; border: 1px solid transparent;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}
.nlpg-btn--primary { background: var(--emerald); color: var(--cream); }
.nlpg-btn--primary:hover:not(:disabled) { background: var(--emerald-deep); }
.nlpg-btn--primary:disabled { opacity: 0.6; cursor: default; }
.nlpg-btn--ghost { background: transparent; color: var(--emerald); border-color: var(--hairline); }
.nlpg-btn--ghost:hover { background: var(--sand); border-color: var(--gold); }

/* ---- success ---- */
.nlpg-success { text-align: center; padding: 0.5rem 0 0.5rem; }
.nlpg-check-badge {
  width: 3.2rem; height: 3.2rem; border-radius: 50%; margin: 0 auto 1rem;
  display: flex; align-items: center; justify-content: center;
  background: var(--emerald); color: var(--cream); font-size: 1.6rem;
}
.nlpg-success .nlpg-summary { text-align: left; margin-top: 1.2rem; }
.nlpg-success .nlpg-actions { justify-content: center; }

@media (max-width: 520px) {
  .nlpg-dialog { width: 100vw; max-width: 100vw; height: 100dvh; max-height: 100dvh; border-radius: 0; }
  .nlpg-frame { max-height: 100dvh; }
  .nlpg-treatment { flex-direction: column; gap: 0.2rem; align-items: flex-start; }
  .nlpg-tmeta { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  .nlpg-treatment, .nlpg-cal-day, .nlpg-slot, .nlpg-btn, .nlpg-navbtn { transition: none; }
}

.nlpg-cf{margin:.7rem 0}
