/* sections-branschrapport.css - Branschrapport page sections + responsive */

/* ============================================
   Features Grid Tablet Responsive (from sections.css)
   ============================================ */

/* Tablet Responsive - 2 columns */
@media (min-width: 769px) and (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .value-features-heading-main {
        font-size: 36px;
        padding-top: 64px;
        margin-bottom: 48px;
    }
}

/* ============================================
   Pricing Section FG (from sections.css)
   ============================================ */

/* Pricing Section */
.pricing-section-fg {
    background: #F5EFE7;
    padding: 80px 20px;
}

.pricing-container {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    align-items: center;
}

.pricing-mockup {
    display: flex;
    justify-content: center;
}

.pricing-mobile-image {
    width: 100%;
    max-width: 460px;
    height: auto;
}

.pricing-content {
    display: flex;
    flex-direction: column;
}

.pricing-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: #000000;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.pricing-price {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    margin: 0 0 20px 0;
}

.btn-pricing {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    background: #000000;
    padding: 15.5px 30px;
    border-radius: 53px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border: none;
    width: fit-content;
    cursor: pointer;
    font-family:  'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.btn-pricing:hover {
    background: #D14F09;
    transform: translateY(-2px);
}

.pricing-description {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.pricing-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ============================================
   Foretagsvardering Hero + Features Responsive
   (from responsive.css - shared button styles)
   ============================================ */

@media (max-width: 768px) {
    /* Företagsvärdering Mobile Styles */
    .hero-foretagsvardering {
        padding: 60px 0 40px;
        min-height: auto;
    }

    .hero-content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero-title-fg {
        font-size: 32px;
    }

    .hero-subtitle-fg {
        font-size: 12px;
    }

    .hero-buttons-fg {
        flex-direction: column;
        width: 100%;
    }

    .btn-fg-primary,
    .btn-fg-secondary {
        width: 100%;
        justify-content: center;
    }

    .hero-device-image {
        max-width: 100%;
    }

    .value-features-heading {
        font-size: 28px;
    }

    .value-features-subheading {
        font-size: 16px;
    }

    .value-features-counter .counter-number,
    .value-features-counter .plus {
        font-size: 32px;
    }

    .value-features-heading-main {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-card {
        padding: 20px;
    }

    .feature-card-title {
        font-size: 16px;
    }

    .feature-card-description {
        font-size: 13px;
    }

    .pricing-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .pricing-title {
        font-size: 28px;
    }

    .contact-cta-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-cta-title {
        font-size: 28px;
    }
}

/* Branschrapport Hero styles moved to hero.css (inlined for LCP) */

/* ============================================
   Why Choose Section - Bolagsbevakning
   (from responsive.css - base + responsive)
   ============================================ */

.why-choose-section-bb {
    background: #FFFFFF;
    padding: 100px 0;
    width: 100%;
}

.why-choose-wrapper-bb {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.why-choose-image-container-bb {
    flex: 1;
    max-width: 600px;
    min-width: 400px;
}

.why-choose-main-image-bb {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
}

.why-choose-content-bb {
    flex: 1;
    max-width: 600px;
}

.why-choose-text-bb {
    margin-bottom: 40px;
}

.why-choose-heading-bb {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2em;
    color: #000000;
    margin-bottom: 24px;
}

.why-choose-description-bb {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6em;
    color: #666666;
    margin-bottom: 20px;
}

.why-choose-features-bb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-choose-feature-card-bb {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: #F7F7F7;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.why-choose-feature-card-bb:hover {
    background: #EFEFEF;
    transform: translateX(5px);
}

.feature-icon-wrapper-bb {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.feature-icon-img-bb {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.feature-card-text-bb {
    flex: 1;
}

.feature-card-description-bb {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    color: #666666;
    margin: 0;
}

.why-choose-cta-bb {
    margin-top: 40px;
}

.btn-why-choose-bb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: #EA5A0B;
    color: #FFFFFF;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-why-choose-bb:hover {
    background: #D14F09;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 90, 11, 0.3);
}

@media screen and (max-width: 1200px) {
    .why-choose-wrapper-bb {
        gap: 60px;
        padding: 0 30px;
    }

    .why-choose-heading-bb {
        font-size: 36px;
    }

    .why-choose-image-container-bb {
        min-width: 350px;
    }
}

@media screen and (max-width: 968px) {
    .why-choose-section-bb {
        padding: 80px 0;
    }

    .why-choose-wrapper-bb {
        flex-direction: column;
        gap: 50px;
        padding: 0 20px;
    }

    .why-choose-image-container-bb {
        max-width: 100%;
        min-width: auto;
        width: 100%;
    }

    .why-choose-content-bb {
        max-width: 100%;
    }

    .why-choose-heading-bb {
        font-size: 32px;
    }
}

@media screen and (max-width: 480px) {
    .why-choose-section-bb {
        padding: 48px 0;
    }

    .why-choose-heading-bb {
        font-size: 28px;
    }

    .why-choose-description-bb {
        font-size: 15px;
    }

    .why-choose-features-bb {
        gap: 12px;
    }

    .why-choose-feature-card-bb {
        flex-direction: column;
        gap: 16px;
        padding: 18px;
    }

    .feature-icon-wrapper-bb {
        width: 40px;
        height: 40px;
    }

    .btn-why-choose-bb {
        width: 100%;
        justify-content: center;
        font-size: 16px;
        padding: 12px 24px;
    }
}

/* ============================================
   Testimonial Styles - Bolagsbevakning/Foretagsvardering
   (from responsive.css - base styles)
   ============================================ */

.feature-card-testimonial-bb {
    position: relative;
    padding: 30px !important;
    background: none;
    display: block;
}

.testimonial-quote-bb {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    color: #333333;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-header-bb {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.testimonial-avatar-bb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e94e0e;
}

.testimonial-info-bb {
    flex: 1;
}

.testimonial-name-bb {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin: 0 0 4px 0;
}

.testimonial-title-bb {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin: 0;
}
