/* ==========================================================================
   Holdviola Masszázs — v2 — pages.css
   NEW section styles for the inner pages only:
   /masszazsok (listing), /masszazsok/<slug> (detail), /masszazs-ajandekutalvany.
   Reuses :root tokens + base/shell/home classes. Loaded ONLY on inner pages.
   ========================================================================== */

/* ============================ INNER PAGE HERO ============================ */
/* A lighter hero than the home hero — shorter, centered, same image+overlay system. */
.page-hero {
  position: relative;
  display: flex; align-items: center;
  color: #fff; overflow: hidden;
  min-height: clamp(360px, 56vh, 520px);
  margin-top: calc(-1 * var(--nav-h));
  padding-top: var(--nav-h);
}
.page-hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 3, 40, 0.46) 0%, rgba(28, 5, 53, 0.6) 100%),
    radial-gradient(120% 90% at 20% 25%, rgba(74, 2, 146, 0.42), transparent 62%);
}
.page-hero__inner { position: relative; z-index: 1; width: 100%; padding-block: clamp(2.5rem, 6vh, 4.5rem); }
.page-hero__content { max-width: 46rem; }
.page-hero.is-center .page-hero__content { margin-inline: auto; text-align: center; }
.page-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-btn); font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.16em; font-size: 0.74rem; color: #f3d9ff;
  background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.45rem 0.95rem; border-radius: 999px;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  margin-bottom: 1.1rem;
}
.page-hero__eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); }
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 5.4vw, 3.6rem); line-height: 1.08; margin-bottom: 0.6rem; }
.page-hero__sub { font-family: var(--font-head); font-size: clamp(1.2rem, 2.4vw, 1.7rem); color: #fbe9ff; margin-bottom: 1rem; }
.page-hero__lead { font-size: clamp(1.02rem, 1.6vw, 1.18rem); color: rgba(255, 255, 255, 0.92); max-width: 38rem; margin-bottom: 1.8rem; }
.page-hero.is-center .page-hero__lead { margin-inline: auto; }
.page-hero__cta { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.page-hero.is-center .page-hero__cta { justify-content: center; }
.page-hero__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.6rem; }
.page-hero.is-center .page-hero__chips { justify-content: center; }
.page-hero__chips .chip {
  background: rgba(255, 255, 255, 0.16); color: #fff; border-color: rgba(255, 255, 255, 0.32);
}

/* ============================ SERVICE CARD GRID (/masszazsok) ============================ */
.svc-group + .svc-group { margin-top: clamp(2.5rem, 5vw, 4rem); }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: clamp(1.1rem, 2.2vw, 1.8rem);
}
.svc-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-card); box-shadow: var(--shadow-sm);
  padding: clamp(1.4rem, 2.4vw, 1.8rem);
  transition: transform var(--dur-2) var(--ease-out), box-shadow var(--dur-2) var(--ease-out), border-color var(--dur-2) var(--ease-out);
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.svc-card__tag { margin-bottom: 0.9rem; }
.svc-card__name { font-family: var(--font-head); color: var(--violet); font-size: 1.4rem; line-height: 1.25; margin-bottom: 0.7rem; }
.svc-card__prices { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 0.9rem; }
.svc-card__price {
  display: flex; align-items: baseline; gap: 0.5rem;
  font-family: var(--font-body); font-size: 0.98rem; color: var(--ink-soft);
}
.svc-card__price .dur { color: var(--muted); }
.svc-card__price .amt { color: var(--ink); font-family: var(--font-head); }
.svc-card__blurb { font-size: 0.98rem; line-height: 1.6; color: var(--ink-soft); margin-bottom: 1.3rem; }
.svc-card__cta { margin-top: auto; display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }

/* bérlet note band */
.berlet-note {
  margin-top: clamp(2rem, 4vw, 3rem);
  background: var(--panel-2); border: 1px solid var(--line);
  border-radius: var(--r-card); padding: clamp(1.3rem, 3vw, 2rem);
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.8rem 1.4rem;
  justify-content: space-between;
}
.berlet-note__text { display: flex; align-items: center; gap: 0.85rem; }
.berlet-note__ic {
  flex-shrink: 0; width: 2.6rem; height: 2.6rem; border-radius: 50%;
  display: grid; place-items: center; color: #fff; background: var(--grad-sheen);
}
.berlet-note__ic svg { width: 1.3rem; height: 1.3rem; }
.berlet-note p { margin: 0; font-size: 1.02rem; color: var(--ink-soft); }
.berlet-note p strong { color: var(--violet); }

/* ============================ DETAIL PAGE BODY ============================ */
.detail-intro { max-width: 50rem; }
.detail-intro .lead { margin-bottom: 0; }

/* media: one or two illustrations side by side */
.detail-media {
  display: grid; gap: clamp(1rem, 2.5vw, 1.6rem);
  grid-template-columns: 1fr;
}
.detail-media.is-two { grid-template-columns: 1fr 1fr; }
.detail-media__fig {
  margin: 0; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-md);
  position: relative;
}
.detail-media__fig::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 60%, rgba(74, 2, 146, 0.16)); pointer-events: none; }
.detail-media__fig img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3.1; display: block; }
@media (max-width: 720px) { .detail-media.is-two { grid-template-columns: 1fr; } }

/* benefit / info list blocks */
.info-block + .info-block { margin-top: clamp(2.2rem, 4.5vw, 3.4rem); }
.info-block__head { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.3rem; }
.info-block__head .h3 { margin: 0; }
.info-block__icon {
  flex-shrink: 0; width: 2.7rem; height: 2.7rem; border-radius: 14px;
  display: grid; place-items: center; color: #fff; background: var(--grad-cta-b);
}
.info-block__icon svg { width: 1.35rem; height: 1.35rem; }
.info-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.85rem; }
.info-list li {
  position: relative; padding-left: 2.1rem;
  font-size: 1.04rem; line-height: 1.6; color: var(--ink-soft);
}
.info-list li::before {
  content: ""; position: absolute; left: 0; top: 0.18em;
  width: 1.35rem; height: 1.35rem; border-radius: 50%;
  background: var(--violet)
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>")
    center / 0.8rem no-repeat;
}
.info-list li strong { color: var(--violet); }

/* two-column detail layout: intro/lists on the left card-ish wrapper */
.detail-body { max-width: 56rem; }

/* ============================ GIFT VOUCHER FORM ============================ */
.gift-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.8rem, 4vw, 3.5rem); align-items: start;
}
@media (max-width: 880px) { .gift-grid { grid-template-columns: 1fr; } }
.gift-form-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 20px; box-shadow: var(--shadow-md);
  padding: clamp(1.5rem, 3.5vw, 2.6rem);
}
.gift-form { display: grid; gap: 1.1rem; }
.gift-aside {
  background: var(--panel-2); border: 1px solid var(--line);
  border-radius: 20px; padding: clamp(1.5rem, 3.5vw, 2.4rem);
  position: relative; overflow: hidden;
}
.gift-aside__media { border-radius: 16px; overflow: hidden; margin-bottom: 1.4rem; box-shadow: var(--shadow-sm); }
.gift-aside__media img { width: 100%; height: auto; display: block; }
.gift-aside h3 { margin-bottom: 0.8rem; }
.gift-aside__list { list-style: none; margin: 1.1rem 0 0; padding: 0; display: grid; gap: 0.75rem; }
.gift-aside__list li { position: relative; padding-left: 1.9rem; color: var(--ink-soft); font-size: 1rem; line-height: 1.5; }
.gift-aside__list li::before {
  content: ""; position: absolute; left: 0; top: 0.15em;
  width: 1.25rem; height: 1.25rem; border-radius: 50%;
  background: var(--violet)
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>")
    center / 0.75rem no-repeat;
}
.gift-success {
  display: none; margin-top: 1.2rem;
  background: var(--success-bg); color: var(--success);
  border-radius: 12px; padding: 1rem 1.1rem; font-size: 1rem; line-height: 1.6;
}
.gift-success.is-on { display: block; }
.gift-form .gift-submit-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
