/* ============================================================
   POSLUGYI (Services) page
   .pcard styles live in base.css (re-used on homepage too).
   ============================================================ */

/* ── HERO ───────────────────────────────────────── */
.poslugy-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, var(--navy-light) 100%);
  padding: 5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.poslugy-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239CC4EE' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.poslugy-hero__inner { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }
.poslugy-hero__eyebrow {
  font-size: .72rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: .75rem;
}
.poslugy-hero__title {
  font-family: var(--font-h);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700; color: var(--white);
  margin-bottom: .75rem; line-height: 1.15;
}
.poslugy-hero__sub {
  color: rgba(255,255,255,.78);
  font-size: 1.05rem; max-width: 620px; margin: 0 auto;
}

/* ── SECTION ─────────────────────────────────────── */
.poslugy-section { padding: 5rem 2rem; }
.poslugy-inner   { max-width: var(--wrap); margin: 0 auto; }

.poslugy-intro {
  max-width: 720px; margin: 0 auto 3rem;
  text-align: center; color: var(--text-mid);
  line-height: 1.75; font-size: 1.02rem;
}

.poslugy-empty {
  text-align: center;
  padding: 4rem;
  color: var(--text-light);
}

/* ── CTA BANNER ─────────────────────────────────── */
.poslugy-cta {
  background: var(--peach);
  padding: 4rem 2rem;
  text-align: center;
}
.poslugy-cta__inner { max-width: 600px; margin: 0 auto; }
.poslugy-cta h2 {
  font-family: var(--font-h);
  font-size: 1.75rem;
  margin-bottom: .75rem;
  color: var(--text);
}
.poslugy-cta p {
  color: var(--text-mid);
  margin-bottom: 1.75rem;
}

/* ── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 768px) {
  .poslugy-hero    { padding: 3.5rem 1.25rem; }
  .poslugy-section { padding: 3rem 1.25rem 3.5rem; }
  .poslugy-cta     { padding: 3rem 1.25rem; }
}
