/* Pillow Statistics 2026 - Additional Styles */
/* Most styles are inline in the HTML for this page */
/* This file handles any overrides or additional responsive adjustments */

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* FAQ toggle interaction */
.faq-item.active .faq-question::after {
    content: "−";
}

.faq-item .faq-answer {
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

/* Print styles */
@media print {
    .stats-hero {
        background: #1e40af !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    .key-highlights {
        border: 2px solid #1e40af;
        box-shadow: none;
    }
    .nav, .footer, .breadcrumb-nav {
        display: none;
    }
}
