
/* ============================================
   GLOBAL DARK BACKGROUND
============================================ */
body.preview-body {
  background-color: #0f0f10;
}

/* ============================================
   REVEAL ANIMATIONS (rovnaké ako Služby)
============================================ */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.9s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  transform: translateX(-60px);
}

.reveal-right {
  transform: translateX(60px);
}

.reveal-top {
  transform: translateY(-60px);
}

.reveal-bottom {
  transform: translateY(60px);
}

.reveal-left.active,
.reveal-right.active,
.reveal-top.active,
.reveal-bottom.active {
  transform: translate(0,0);
}

/* ============================================
   FAQ HERO – HORNÝ BANNER
============================================ */

.faq-hero {
  position: relative;
  padding: 120px 20px 110px;
  border-bottom: 1px solid rgba(255,255,255,0.08);

  background-image: 
    linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.85) 100%),
    url("../assets/bannerotazky.png");
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
}

.faq-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  color: #f9fafb;
}

/* ============================================
   FAQ HERO TEXT
============================================ */

.faq-pill {
  display: inline-block;
  font-size: 0.82rem;
  padding: 4px 13px;
  border-radius: 30px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  margin-bottom: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-hero-inner h1 {
  font-size: 2.4rem;
  margin-bottom: 0.7rem;
  line-height: 1.18;
  font-weight: 600;
  text-shadow: 0 4px 20px rgba(0,0,0,0.7);
}

.faq-hero-inner p {
  max-width: 650px;
  font-size: 1.04rem;
  color: #d4d4dd;
  line-height: 1.6;
}

/* ============================================
   FAQ MAIN SECTION
============================================ */

.faq-section {
  background: #0f0f10;
  padding: 3.2rem 20px 4rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.faq-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2.8rem;
  align-items: flex-start;
}

.faq-intro {
  color: #f9fafb;
}

.faq-intro h2 {
  font-size: 1.8rem;
  margin-bottom: 0.7rem;
  font-weight: 600;
}

.faq-intro p {
  font-size: 1.02rem;
  color: #c5c5ce;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.faq-highlight {
  background: radial-gradient(circle at top left, rgba(248,113,113,0.18), transparent 60%);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 1.2rem 1.3rem;
  margin-bottom: 1.4rem;
}

.faq-highlight h3 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.faq-highlight p {
  margin: 0;
  font-size: 0.98rem;
  color: #d4d4dd;
}

.faq-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #a9a9b0;
  font-size: 0.98rem;
}

.faq-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin-bottom: 0.45rem;
}

.faq-bullets li::before {
  content: "•";
  color: #f97373;
  margin-top: 1px;
}

/* ============================================
   FAQ LIST
============================================ */

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.faq-item {
  background: #111217;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.2rem 1rem 1.25rem;
  font-size: 0.98rem;
  font-weight: 500;
  color: #f9fafb;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.2rem;
  color: #f97373;
  transform-origin: center;
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  content: "–";
  transform: rotate(180deg);
}

.faq-item summary:hover {
  background: rgba(255,255,255,0.02);
}

.faq-answer {
  padding: 0 1.25rem 1.1rem;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.faq-answer p {
  font-size: 0.96rem;
  color: #c5c5ce;
  line-height: 1.6;
  margin: 0.7rem 0 0.4rem;
}

/* ============================================
   FINAL CTA – SPODNÝ BANNER
============================================ */

.faq-final {
  padding: 90px 20px 100px;
  position: relative;

  background-image:
    linear-gradient(to bottom, rgba(0,0,0,0.82), rgba(0,0,0,0.90)),
    url("../assets/otazkyspodnybanner.png");
  background-size: cover;
  background-position: center;
}

.faq-final-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #f9fafb;
}

.faq-final-inner h2 {
  font-size: 2.1rem;
  margin-bottom: 0.6rem;
  font-weight: 600;
}

.faq-final-inner p {
  font-size: 1rem;
  color: #d0d0d5;
  margin-bottom: 1.8rem;
}

.faq-final-cta {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

/* ============================================
   RESPONSIVE
============================================ */

@media (max-width: 900px) {
  .faq-hero {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .faq-hero-inner h1 {
    font-size: 2rem;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .faq-final-cta {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .faq-hero-inner h1 {
    font-size: 1.8rem;
  }

  .faq-item summary {
    font-size: 0.95rem;
  }
}
.footer-socials {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 10px;
}

.footer-socials img {
  width: 60px;
  height: 60px;
  filter: none; /* nechávame farbu ikon bez prefarbovania */
  opacity: 0.8;
  transition: opacity .2s ease, transform .2s ease;
}

.footer-socials img:hover {
  opacity: 1;
  transform: scale(1.1);
}
body {
  display: block !important;
}

.nav-wrapper {
  position: sticky !important;
  top: 0;
  z-index: 1000;
}
/* FIX FAQ NA PODSTRÁNKE – DETAILS/SUMMARY */
.faq-list details {
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding: 18px 0;
}

.faq-list summary {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  outline: none;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

/* No display:none pre answer! */
.faq-list .faq-answer {
  padding: 12px 0 5px;
  color: #ccc;
  font-size: 1.05rem;
  line-height: 1.55;
}
.faq-list summary::after {
  content: "+";
  float: right;
  transition: transform 0.2s ease;
  font-size: 1.5rem;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}
