/* =============================================
   FAQ – časté otázky
   ============================================= */

.faq-wrapper { margin: 40px 0; }
.faq-wrapper h2 { margin-bottom: 25px; color: #333; font-size: 24px; }
.faq-wrapper .faq-item { background: #ffffff !important; border: none !important; border-bottom: 1px solid #e0e0e0 !important; margin-bottom: 0 !important; overflow: hidden; transition: none !important; box-shadow: none !important; border-radius: 0 !important; }
.faq-wrapper .faq-item:hover { box-shadow: none !important; }
.faq-wrapper .faq-item:first-of-type { border-top: 1px solid #e0e0e0 !important; }
.faq-wrapper .faq-otazka { padding: 16px 8px 16px 0 !important; cursor: pointer; user-select: none; display: flex; justify-content: space-between; align-items: center; font-weight: 500 !important; font-size: 16px; color: #333 !important; background: #fff !important; transition: color 0.2s ease; }
.faq-wrapper .faq-otazka:hover { background: #fff !important; color: #0070c0 !important; }
.faq-wrapper .faq-sipka { transition: transform 0.3s ease; font-size: 14px; color: #666; flex-shrink: 0; margin-left: 12px; }
.faq-wrapper .faq-sipka.otevreno { transform: rotate(180deg); }
.faq-wrapper .faq-odpoved { padding: 0 !important; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; background: #fff !important; }
.faq-wrapper .faq-odpoved.zobrazeno { max-height: 800px; padding: 4px 8px 16px 0 !important; }
.faq-wrapper .faq-odpoved p { margin: 0 0 10px 0; line-height: 1.6; color: #555; font-size: 15px; }

@media (max-width: 768px) {
    .faq-wrapper h2 { font-size: 20px !important; }
    .faq-wrapper .faq-otazka { padding: 16px 4px 16px 0 !important; font-size: 16px !important; line-height: 1.4 !important; }
    .faq-wrapper .faq-odpoved p { font-size: 15px !important; }
}

/* =============================================
   Blockquote – citace specialisty
   ============================================= */

.expert-quote {
    border-left: 4px solid #0070c0;
    padding: 16px 20px 16px 40px;
    margin: 24px 0;
    background: #f7f7f8;
    border: 1px solid #e0e0e0;
    border-left: 4px solid #0070c0;
    border-radius: 8px;
    position: relative;
}

.expert-quote::before {
    content: '"';
    font-size: 48px;
    color: #0070c0;
    line-height: 1;
    position: absolute;
    top: 8px;
    left: 12px;
    font-family: Georgia, serif;
}

.expert-quote p {
    margin: 0 0 8px 0;
    font-style: italic;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.expert-quote footer {
    font-style: normal;
    font-size: 13px;
    color: #555;
}

/* =============================================
   Tip box
   ============================================= */

.tip-box {
    background: #f0faf4;
    border: 1px solid #d0e8da;
    border-radius: 6px;
    padding: 16px 20px;
    margin: 16px 0;
}

.tip-box-title {
    margin: 0 0 6px 0;
    font-weight: bold;
    font-size: 15px;
    color: #333;
}

.tip-box-text {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* =============================================
   Průvodce výběrem – rozbalovací box
   ============================================= */

.pruvodce-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    margin: 24px 0;
    overflow: hidden;
}

.pruvodce-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    color: #333;
    background: #f7f7f8;
    user-select: none;
}

.pruvodce-arrow {
    font-size: 14px;
    color: #666;
    transition: transform 0.3s ease;
}

.pruvodce-content {
    display: none;
    padding: 0 20px 8px;
}

.pruvodce-krok {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid #ebebec;
}

.pruvodce-krok:first-child {
    border-top: none;
}

.pruvodce-cislo {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #0070c0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-top: 2px;
}

.pruvodce-krok-nadpis {
    margin: 0 0 4px 0;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.pruvodce-krok-text {
    margin: 0;
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}


/* =============================================
   Tlačítka pod úvodní text kategorie
   ============================================= */

.category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 24px 0;
}

.category-link-btn {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background: #f0f4f8;
    color: #333;
    border: 1px solid #d0d8e0;
    transition: background 0.2s ease, color 0.2s ease;
}

.category-link-btn:hover {
    background: #0070c0;
    color: #fff;
    border-color: #0070c0;
}

.category-link-btn--outline {
    background: #fff;
    color: #0070c0;
    border-color: #0070c0;
}

.category-link-btn--outline:hover {
    background: #0070c0;
    color: #fff;
}

@media (max-width: 768px) {
    .category-link-btn {
        font-size: 13px;
        padding: 6px 12px;
    }
}