/* ==========================================================================
   FAQ26 — Pogosta vprašanja (redesign v3)
   Prefix: faq26-  |  scoped custom properties on .faq26-page wrapper
   ========================================================================== */

.faq26-page {
  --faq26-navy: #060f2b;
  --faq26-crimson: #c81249;
  --faq26-crimson-dark: #a10f3d;
  --faq26-cream: #f6f6fb;
  --faq26-line: #e9e9f1;
  --faq26-text-soft: #565875;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--faq26-navy);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
.faq26-page *,
.faq26-page *::before,
.faq26-page *::after { box-sizing: border-box; }

/* ---------- Hero ---------- */
.faq26-hero {
  position: relative;
  background: radial-gradient(120% 160% at 50% -20%, #14204a 0%, var(--faq26-navy) 55%, #04081a 100%);
  padding: 76px 24px 110px;
  text-align: center;
  overflow: hidden;
}
.faq26-hero::before,
.faq26-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.08);
  pointer-events: none;
}
.faq26-hero::before { width: 480px; height: 480px; right: -190px; top: -230px; }
.faq26-hero::after   { width: 300px; height: 300px; left: -130px; bottom: -170px; border-color: rgba(255,255,255,0.06); }
.faq26-hero-inner { position: relative; z-index: 1; }
.faq26-hero-kicker {
  display: inline-flex;
  align-items: center;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #ff6f9a;
  background: rgba(200,18,73,0.18);
  border: 1px solid rgba(200,18,73,0.35);
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.faq26-hero-title {
  font-size: clamp(30px, 5vw, 46px);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 14px;
}
.faq26-hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.68);
  max-width: 520px;
  margin: 0 auto 34px;
  line-height: 1.65;
}
.faq26-search-wrap { position: relative; max-width: 460px; margin: 0 auto; }
.faq26-search-icon {
  position: absolute; left: 20px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; color: #a3a6c2; pointer-events: none;
}
.faq26-search-input {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  padding: 16px 20px 16px 50px;
  border-radius: 999px;
  border: none;
  color: var(--faq26-navy);
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,0,0,0.28);
}
.faq26-search-input::placeholder { color: #9799b3; }
.faq26-search-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--faq26-crimson), 0 16px 34px rgba(0,0,0,0.28);
}

/* ---------- Body ---------- */
.faq26-body {
  max-width: 760px;
  margin: -46px auto 0;
  padding: 0 20px 72px;
  position: relative;
  z-index: 2;
  scroll-behavior: smooth;
}

.faq26-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  background: #fff;
  padding: 10px;
  border-radius: 28px;
  box-shadow: 0 14px 34px rgba(6,15,43,0.14);
  margin-bottom: 36px;
}

.faq26-pill {
  flex-shrink: 0;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  padding: 11px 18px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: var(--faq26-navy);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .2s ease, color .2s ease;
  white-space: nowrap;
  text-decoration: none;
}
.faq26-pill:hover:not(.is-active) { background: var(--faq26-cream); }
.faq26-pill.is-active { background: var(--faq26-crimson); color: #fff; }
.faq26-pill-count {
  font-size: 11.5px;
  font-weight: 600;
  background: rgba(6,15,43,0.07);
  padding: 2px 8px;
  border-radius: 999px;
}
.faq26-pill.is-active .faq26-pill-count { background: rgba(255,255,255,0.28); }

.faq26-pill-link {
  background: var(--faq26-cream);
  border: 1.5px dashed var(--faq26-line);
}
.faq26-pill-link:hover { background: #fff; border-color: var(--faq26-crimson); color: var(--faq26-crimson); }
.faq26-pill-link-icon { width: 13px; height: 13px; }

.faq26-empty {
  text-align: center;
  color: var(--faq26-text-soft);
  padding: 50px 20px;
  font-size: 14.5px;
  display: none;
}
.faq26-empty.is-visible { display: block; }
.faq26-empty a { color: var(--faq26-crimson); font-weight: 600; }

.faq26-group { margin-bottom: 38px; scroll-margin-top: 24px; }
.faq26-group:last-child { margin-bottom: 0; }
.faq26-group[hidden] { display: none; }

.faq26-group-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px 4px;
}
.faq26-group-icon {
  width: 34px; height: 34px;
  border-radius: 10px;
  background: rgba(200,18,73,0.1);
  color: var(--faq26-crimson);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.faq26-group-icon svg { width: 18px; height: 18px; }
.faq26-group-title { font-size: 19px; font-weight: 700; margin: 0; }

.faq26-list { display: flex; flex-direction: column; gap: 10px; }

.faq26-item {
  background: var(--faq26-cream);
  border: 1px solid var(--faq26-line);
  border-radius: 14px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.faq26-item[hidden] { display: none; }
.faq26-item.is-open { border-color: var(--faq26-crimson); box-shadow: 0 10px 24px rgba(200,18,73,0.1); background: #fff; }

.faq26-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 20px;
  background: none;
  border: none;
  text-align: left;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: var(--faq26-navy);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.faq26-chevron { flex-shrink: 0; width: 19px; height: 19px; color: var(--faq26-crimson); transition: transform .25s ease; }
.faq26-item.is-open .faq26-chevron { transform: rotate(180deg); }

.faq26-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows .3s ease;
}
.faq26-item.is-open .faq26-answer-wrap { grid-template-rows: 1fr; }
.faq26-answer { overflow: hidden; min-height: 0; }
.faq26-answer-inner {
  padding: 0 20px 19px;
  color: var(--faq26-text-soft);
  font-size: 14.5px;
  line-height: 1.7;
}
.faq26-answer-inner p { margin: 0 0 10px; }
.faq26-answer-inner p:last-child { margin-bottom: 0; }
.faq26-answer-inner a { color: var(--faq26-crimson); font-weight: 600; }

/* ---------- Strokovna podpora — highlight cards ---------- */
.faq26-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 16px;
}
.faq26-highlight-card {
  background: linear-gradient(165deg, #fff 0%, var(--faq26-cream) 100%);
  border: 1px solid var(--faq26-line);
  border-radius: 16px;
  padding: 20px 18px;
}
.faq26-highlight-icon {
  width: 38px; height: 38px;
  border-radius: 11px;
  background: rgba(200,18,73,0.1);
  color: var(--faq26-crimson);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
}
.faq26-highlight-icon svg { width: 20px; height: 20px; }
.faq26-highlight-title { font-size: 14.5px; font-weight: 700; margin: 0 0 6px; }
.faq26-highlight-text { font-size: 13px; line-height: 1.6; color: var(--faq26-text-soft); margin: 0; }

/* ---------- CTA / Kontakt ---------- */
.faq26-cta { background: var(--faq26-navy); padding: 60px 24px; text-align: center; }
.faq26-cta-inner { max-width: 460px; margin: 0 auto; }
.faq26-cta h2 { color: #fff; font-size: 23px; margin: 0 0 10px; }
.faq26-cta-sub { color: rgba(255,255,255,0.66); margin: 0 0 6px; font-size: 14.5px; }
.faq26-cta-address { color: rgba(255,255,255,0.46); margin: 0 0 26px; font-size: 12.5px; }
.faq26-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.faq26-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 22px; border-radius: 999px; font-weight: 600; font-size: 13.5px;
  text-decoration: none; transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
}
.faq26-btn svg { width: 15px; height: 15px; }
.faq26-btn:hover { transform: translateY(-2px); }
.faq26-btn-primary { background: var(--faq26-crimson); color: #fff; }
.faq26-btn-primary:hover { background: var(--faq26-crimson-dark); color: #fff; }
.faq26-btn-ghost { background: rgba(255,255,255,0.06); border: 1.5px solid rgba(255,255,255,0.25); color: #fff; }

/* ---------- Accessibility: focus states ---------- */
.faq26-pill:focus-visible,
.faq26-question:focus-visible,
.faq26-btn:focus-visible {
  outline: 2.5px solid var(--faq26-crimson);
  outline-offset: 2px;
}

/* ---------- Mobile ---------- */
@media (max-width: 640px) {
  .faq26-hero { padding: 56px 18px 96px; }
  .faq26-hero-title { font-size: 28px; }
  .faq26-body { margin-top: -40px; padding: 0 14px 56px; }
  .faq26-filters {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-radius: 999px;
  }
  .faq26-filters::-webkit-scrollbar { display: none; }
  .faq26-question { padding: 15px 16px; font-size: 14.5px; }
  .faq26-highlight-grid { grid-template-columns: 1fr; }
  .faq26-cta-actions { flex-direction: column; }
  .faq26-btn { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .faq26-answer-wrap, .faq26-chevron, .faq26-btn, .faq26-item { transition: none; }
}