html {
    scroll-behavior: smooth
}
/* General */

body, p, h3, h4, div {
  font-family: 'HelveticaNeueLight', sans-serif;
}

.benihaus-faqs {
    background: #FFF;
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.benihaus-faq-toggle {
    margin-bottom: 1rem;
    background: #FFF;
    border: 1px solid #327D6D;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    transition: border-color .3s ease, transform .3s ease
}

.benihaus-faq-toggle:hover {
    border-color: #A3C8BF;
    transform: scale(1.01)
}

.benihaus-faq-toggle summary {
    display: flex;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    min-height: 48px;
    transition: background .3s ease
}

.benihaus-faq-toggle summary:hover {
    background: #E8F1EF
}

.benihaus-faq-toggle .indicator {
    width: 32px;
    height: 32px;
    background: #E8F1EF;
    color: #327D6D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-right: 1rem;
    flex-shrink: 0
}

.benihaus-faq-toggle[open] .indicator:before {
    content: "▲"
}

.benihaus-faq-toggle .indicator:before {
    content: "▼"
}

.benihaus-faq-toggle summary dt {
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
    flex-grow: 1;
    line-height: 1.6
}

.benihaus-faq-toggle .answer {
    padding: 0 1rem 1rem 4rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .3s ease, opacity .3s ease
}

.benihaus-faq-toggle[open] .answer {
    max-height: 300px;
    opacity: 1
}

.benihaus-faq-toggle dd {
    font-size: .875rem;
    font-weight: 400;
    color: #666;
    margin: 0;
    line-height: 1.6
}

.benihaus-faq-toggle a {
    color: #327D6D;
    text-decoration: none;
    transition: color .2s ease
}

.benihaus-faq-toggle a:hover {
    color: #A3C8BF
}

.benihaus-stars {
    max-width: 800px;
    margin: 0 auto 0.7rem;
    text-align: left;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    padding: .3rem;
    background: transparent
}

.benihaus-stars .stars-rating {
    margin-bottom: .5rem
}

.benihaus-stars .stars {
    font-size: 1rem;
    color: #FFF;
    text-shadow: 0 0 1px #327D6D, 0 0 1px #327D6D, 0 0 1px #327D6D, 0 0 1px #327D6D;
    letter-spacing: 2px
}

.benihaus-stars .stars-text {
    color: #666;
    font-size: .875rem;
    font-weight: 400;
    margin-left: .5rem;
    text-decoration: none;
    transition: color .2s ease
}

.benihaus-stars .stars-text:hover {
    color: #A3C8BF
}

.benihaus-icon-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.benihaus-icon-boxes .icon-box {
    background: #ffffff;
    border-radius: 8px;
    border-color: #327D6D;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    transition: transform .3s ease, background .3s ease
}

.benihaus-icon-boxes .icon-box:hover {
    transform: scale(1.05);
    background: #E8F1EF
}

.benihaus-icon-boxes .box-icon {
    font-size: 2rem;
    color: #327D6D;
    font-weight: 300;
    display: block;
    margin-bottom: .5rem
}

.benihaus-icon-boxes h3 {
    font-size: 1.5rem;
    color: #333;
    margin: 0 0 .5rem;
    font-weight: 500
}

.benihaus-icon-boxes p {
    font-size: 1rem;
    color: #666;
    margin: 0;
    line-height: 1.6
}

.benihaus-testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.benihaus-testimonials .testimonial {
    background: #FFF;
    border: 1px solid #E8F1EF;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    transition: transform .3s ease, border-color .3s ease
}

.benihaus-testimonials .testimonial:hover {
    transform: scale(1.05);
    border-color: #A3C8BF
}

.benihaus-testimonials .avatar {
    width: 40px;
    height: 40px;
    background: #E8F1EF;
    color: #327D6D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 auto .5rem
}

.benihaus-testimonials .stars {
    font-size: 1rem;
    color: #FFF;
    text-shadow: 0 0 1px #327D6D, 0 0 1px #327D6D, 0 0 1px #327D6D, 0 0 1px #327D6D;
    margin-bottom: .5rem
}

.benihaus-testimonials blockquote {
    font-size: 1rem;
    color: #666;
    margin: 0 0 .5rem;
    font-style: italic;
    line-height: 1.6
}

.benihaus-testimonials cite {
    font-size: .875rem;
    color: #327D6D;
    font-weight: 500;
    display: block;
    margin-bottom: .5rem
}

.benihaus-testimonials .verified-badge {
    display: inline-block;
    background: #E8F1EF;
    color: #327D6D;
    font-size: .75rem;
    padding: .2rem .5rem;
    border-radius: 20px;
    margin-bottom: .5rem;
    border: 1px solid #E8F1EF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05)
}

.benihaus-testimonials .product-link {
    display: block;
    color: #327D6D;
    font-size: .875rem;
    text-decoration: none;
    transition: color .2s ease
}

.benihaus-testimonials .product-link:hover {
    color: #A3C8BF
}

@media (max-width:768px) {
    .benihaus-faqs {
        padding: 1.5rem
    }

    .benihaus-faq-toggle {
        margin-bottom: .75rem
    }

    .benihaus-faq-toggle summary {
        padding: .75rem
    }

    .benihaus-faq-toggle .answer {
        padding: 0 .75rem .75rem 3.5rem
    }

    .benihaus-stars .stars {
        font-size: .875rem
    }

    .benihaus-stars .stars-text {
        font-size: .75rem
    }

    .benihaus-icon-boxes {
        padding: 1.5rem;
        gap: 1.5rem
    }

    .benihaus-testimonials {
        padding: 1.5rem;
        gap: 1.5rem
    }
}