﻿/* === Kategorie === */
/* === Horní popis === */
.bb-cat-top {
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.8;
  margin: 20px 0 28px;
}
.bb-cat-top p {
  margin: 0 0 12px 0;
}
.bb-cat-top p:last-child {
  margin-bottom: 0;
}
.bb-cat-top strong {
  color: #000000;
  font-weight: 700;
}
.bb-cat-top ul {
  list-style: none;
  margin: 16px 0 0 0;
  padding: 0;
}
.bb-cat-top ul li {
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.7;
  padding: 8px 0 8px 24px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.bb-cat-top ul li:last-child {
  border-bottom: none;
}
.bb-cat-top ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #E02140;
  font-weight: 700;
  font-size: 13px;
  top: 10px;
}








/* === Rozcestník na parametrické kategorie === */
.bb-cat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0;
}
.bb-cat-grid a.bb-cat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  background: #f4f4f4;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 14px 12px 12px;
  width: 130px;
  flex: 0 0 130px;
  box-sizing: border-box;
  transition: border-color 0.2s, background 0.2s;
}
.bb-cat-grid a.bb-cat-item:visited {
  text-decoration: none !important;
  color: inherit;
}
.bb-cat-grid a.bb-cat-item:hover,
.bb-cat-grid a.bb-cat-item:focus {
  text-decoration: none !important;
  border-color: #E02140;
  background: #ececec;
  width: 130px;
  flex: 0 0 130px;
}
.bb-cat-grid a.bb-cat-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
  display: block;
  background: transparent;
  mix-blend-mode: multiply;
}
.bb-cat-item-label {
  font-family: 'Exo 2', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .bb-cat-grid a.bb-cat-item,
  .bb-cat-grid a.bb-cat-item:hover,
  .bb-cat-grid a.bb-cat-item:focus {
    width: calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
  }
}










/* === FAQ === */
.bb-faq {
  margin: 48px auto 20px;
  font-family: 'Source Sans 3', Arial, sans-serif;
  max-width: 860px;
  box-sizing: border-box;
}
.bb-faq-title {
  font-family: 'Exo 2', Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #E02140;
}
.bb-faq-item {
  border-bottom: 1px solid #e0e0e0;
}
.bb-faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  font-family: 'Exo 2', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.bb-faq-item summary::-webkit-details-marker {
  display: none;
}
.bb-faq-item summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 300;
  color: #E02140;
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.2s;
}
.bb-faq-item[open] summary::after {
  content: "−";
}
.bb-faq-answer {
  font-size: 15px;
  color: #606060;
  line-height: 1.75;
  padding: 0 0 18px 0;
}




.bb-guide {
  background: #f4f4f4;
  border: 1px solid #c1c1c1;
  border-left: 5px solid #E02140;
  border-radius: 8px;
  padding: 22px 26px;
  margin: 28px auto;
  font-family: 'Source Sans 3', Arial, sans-serif;
  max-width: 860px;
  box-sizing: border-box;
}






/* === Rozbalovací prvek průvodce === */
.bb-guide {
  background: #f4f4f4;
  border: 1px solid #c1c1c1;
  border-left: 5px solid #E02140;
  border-radius: 8px;
  padding: 22px 26px;
  margin: 28px auto;
  font-family: 'Source Sans 3', Arial, sans-serif;
  max-width: 860px;
  box-sizing: border-box;
}
.bb-guide-title {
  font-family: 'Exo 2', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #E02140;
  margin-bottom: 14px;
}
.bb-guide-preview {
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.75;
  margin: 0 0 12px 0;
}
.bb-guide-preview strong {
  color: #000000;
  font-weight: 700;
}
.bb-guide-body {
  display: none;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.75;
}
.bb-guide-body.bb-open {
  display: block;
}
.bb-guide-body p {
  margin: 0 0 12px 0;
}
.bb-guide-body p:last-child {
  margin-bottom: 0;
}
.bb-guide-body strong {
  color: #000000;
  font-weight: 700;
}
.bb-guide-body ul {
  list-style: none;
  margin: 10px 0 16px 0;
  padding: 0;
}
.bb-guide-body ul li {
  padding: 5px 0 5px 22px;
  position: relative;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.6;
  border-bottom: 1px solid #ebebeb;
}
.bb-guide-body ul li:last-child {
  border-bottom: none;
}
.bb-guide-body ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #E02140;
  font-weight: 700;
  font-size: 13px;
  top: 7px;
}
.bb-guide-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-family: 'Exo 2', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #E02140;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
}
.bb-guide-toggle:hover {
  color: #b5162f;
}
.bb-guide-section-title {
  font-family: 'Exo 2', Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #000000;
  margin: 20px 0 8px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}
.bb-guide-section-title:first-child {
  margin-top: 12px;
  border-top: none;
}










/* === USP trust sekce (dolní popis) === */
.bb-about {
  border: 1px solid #c1c1c1;
  border-left: 5px solid #E02140;
  border-radius: 8px;
  padding: 24px 28px;
  margin: 40px auto;
  background: #f4f4f4;
  font-family: 'Source Sans 3', Arial, sans-serif;
  max-width: 860px;
  box-sizing: border-box;
}
.bb-about-text {
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.8;
  margin-bottom: 20px;
}
.bb-about-text strong {
  color: #000000;
  font-weight: 700;
}
.bb-usp-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e0e0e0;
  padding-top: 18px;
}
.bb-usp-list li {
  font-family: 'Exo 2', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 7px;
}