/**
 * Category SEO Content Styling
 * 
 * Stijlen voor de uitgebreide SEO content op categoriepagina's
 * Ontworpen door Hugo - WinkelvanHugo.nl
 */

/* ==========================================================================
   MAIN CONTAINER
   ========================================================================== */

.category-seo-content {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid var(--lbc-gray-200, #e5e7eb);
}

/* ==========================================================================
   INTRO SECTION - "Hoi, ik ben Hugo!"
   ========================================================================== */

.seo-intro {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    background: linear-gradient(135deg, #fff8f0 0%, #fff 100%);
    border: 1px solid var(--lbc-orange, #FF5A4D);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.seo-intro__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: var(--lbc-orange, #FF5A4D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-intro__icon svg {
    width: 28px;
    height: 28px;
    color: white;
}

.seo-intro__content {
    flex: 1;
}

.seo-intro__label {
    display: inline-block;
    background: var(--lbc-orange, #FF5A4D);
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    margin-bottom: 0.75rem;
}

.seo-intro__content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--lbc-gray-700, #374151);
}

@media (max-width: 640px) {
    .seo-intro {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* ==========================================================================
   USPs
   ========================================================================== */

.seo-usps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.seo-usp {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: var(--lbc-gray-50, #f9fafb);
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--lbc-gray-700, #374151);
}

.seo-usp svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: #10b981;
}

/* ==========================================================================
   BUYING GUIDE
   ========================================================================== */

.seo-buying-guide {
    background: white;
    border: 1px solid var(--lbc-gray-200, #e5e7eb);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2.5rem;
}

.seo-buying-guide__title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--lbc-black, #111);
    margin: 0 0 1.5rem 0;
}

.seo-buying-guide__title svg {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    color: var(--lbc-orange, #FF5A4D);
}

.seo-buying-guide__content {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--lbc-gray-600, #4b5563);
}

.seo-buying-guide__content p {
    margin-bottom: 1rem;
}

.seo-buying-guide__content p:last-child {
    margin-bottom: 0;
}

.seo-buying-guide__content strong {
    color: var(--lbc-black, #111);
    font-weight: 600;
}

.seo-buying-guide__content ul,
.seo-buying-guide__content ol {
    margin: 0.5rem 0 1rem 1.5rem;
}

.seo-buying-guide__content li {
    margin-bottom: 0.35rem;
}

/* ==========================================================================
   BRANDS SECTION
   ========================================================================== */

.seo-brands {
    background: white;
    border: 1px solid var(--lbc-gray-200, #e5e7eb);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2.5rem;
}

.seo-brands__title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--lbc-black, #111);
    margin: 0 0 1.5rem 0;
}

.seo-brands__title svg {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    color: var(--lbc-orange, #FF5A4D);
}

.seo-brands__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.seo-brand {
    padding: 1.5rem;
    background: var(--lbc-gray-50, #f9fafb);
    border-radius: 12px;
    border-left: 4px solid var(--lbc-orange, #FF5A4D);
}

.seo-brand__name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--lbc-black, #111);
    margin: 0 0 0.75rem 0;
}

.seo-brand__description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--lbc-gray-600, #4b5563);
    margin: 0;
}

@media (max-width: 768px) {
    .seo-brands {
        padding: 1.25rem;
    }
    
    .seo-brands__title {
        font-size: 1.15rem;
    }
    
    .seo-brand {
        padding: 1rem;
    }
}

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

.seo-faq {
    background: var(--lbc-gray-50, #f9fafb);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2.5rem;
}

.seo-faq__title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--lbc-black, #111);
    margin: 0 0 1.5rem 0;
}

.seo-faq__title svg {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    color: var(--lbc-orange, #FF5A4D);
}

.seo-faq__list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.seo-faq__item {
    background: white;
    border: 1px solid var(--lbc-gray-200, #e5e7eb);
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.seo-faq__item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.seo-faq__item.is-open {
    border-color: var(--lbc-orange, #FF5A4D);
}

.seo-faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--lbc-black, #111);
    transition: color 0.2s ease;
}

.seo-faq__question:hover {
    color: var(--lbc-orange, #FF5A4D);
}

.seo-faq__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--lbc-gray-400, #9ca3af);
    transition: transform 0.3s ease, color 0.2s ease;
}

.seo-faq__item.is-open .seo-faq__icon {
    transform: rotate(180deg);
    color: var(--lbc-orange, #FF5A4D);
}

.seo-faq__answer {
    display: none;
    padding: 0 1.25rem 1.25rem 1.25rem;
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--lbc-gray-600, #4b5563);
}

.seo-faq__item.is-open .seo-faq__answer {
    display: block;
}

.seo-faq__answer p {
    margin: 0;
}

.seo-faq__answer p + p {
    margin-top: 0.75rem;
}

/* ==========================================================================
   RELATED CATEGORIES
   ========================================================================== */

.seo-related {
    margin-bottom: 2.5rem;
}

.seo-related__title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--lbc-gray-500, #6b7280);
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.seo-related__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.seo-related__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: white;
    border: 1px solid var(--lbc-gray-200, #e5e7eb);
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--lbc-gray-700, #374151);
    text-decoration: none;
    transition: all 0.2s ease;
}

.seo-related__link:hover {
    border-color: var(--lbc-orange, #FF5A4D);
    color: var(--lbc-orange, #FF5A4D);
    transform: translateX(2px);
}

.seo-related__link svg {
    width: 16px;
    height: 16px;
    opacity: 0;
    transform: translateX(-4px);
    transition: all 0.2s ease;
}

.seo-related__link:hover svg {
    opacity: 1;
    transform: translateX(0);
}

/* ==========================================================================
   CONTACT CTA
   ========================================================================== */

.seo-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    color: white;
}

.seo-contact__content h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.seo-contact__content p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.9;
}

.seo-contact__button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: white;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #25d366;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.seo-contact__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.seo-contact__button svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 640px) {
    .seo-contact {
        flex-direction: column;
        text-align: center;
    }
    
    .seo-contact__button {
        width: 100%;
        justify-content: center;
    }
}

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

@media (max-width: 768px) {
    .category-seo-content {
        margin-top: 2rem;
        padding-top: 2rem;
    }
    
    .seo-intro,
    .seo-buying-guide,
    .seo-faq {
        padding: 1.25rem;
    }
    
    .seo-buying-guide__title,
    .seo-faq__title {
        font-size: 1.15rem;
    }
    
    .seo-usps {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   DARK MODE SUPPORT (if needed)
   ========================================================================== */

@media (prefers-color-scheme: dark) {
    /* Add dark mode styles if your theme supports it */
}

