.faq-container{display:flex;flex-direction:column}.quick-access{order:1;margin-bottom:30px;background-color:#f8f8f8;border:1px solid #e0e0e0;border-radius:4px;padding:15px}.quick-access h2{color:#699;font-size:1.2rem;text-transform:uppercase;margin-bottom:15px;padding-bottom:8px;border-bottom:2px solid #699}.quick-access-items{display:flex;flex-direction:column;gap:8px}.quick-access-link{background-color:#699;color:#fff;padding:10px 15px;border-radius:4px;text-decoration:none;font-size:.9rem;transition:background-color .3s;display:block}.quick-access-link:hover{background-color:rgba(102,153,153,.8)}.quick-access-link.active{background-color:#c33}.back-to-all-faqs{margin-top:20px;padding-top:15px;border-top:1px solid #e0e0e0}.back-link{display:flex;align-items:center;color:#699;text-decoration:none;font-size:.9rem;transition:color .3s}.back-link:hover{color:#c33}.back-icon{margin-right:8px}.faq-content{order:2}.faq-category{margin-bottom:30px}.category-title{background-color:#699;color:#fff;padding:12px 15px;font-size:1.1rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:0}.faq-item{border:1px solid #e0e0e0;border-top:none}.faq-item:last-child{margin-bottom:0}.faq-question{background-color:#f5f5f5;padding:15px;cursor:pointer;font-weight:bold;position:relative}.faq-question::after{content:"+";position:absolute;right:15px;top:15px;font-size:1.2rem;color:#699}.faq-question.active::after{content:"-"}.faq-answer{overflow:hidden;max-height:0;transition:max-height .3s ease-out;background-color:#fff}.faq-answer-content{padding:15px}.faq-answer-content p{margin-bottom:10px}.faq-answer-content ul{margin-left:20px;margin-bottom:15px}.faq-answer-content li{margin-bottom:5px}.faq-answer.active{max-height:1000px}.faq-no-items,.no-faq-message,.no-category-message{padding:15px;font-style:italic;color:#777}.no-faq-message{background-color:#f8f8f8;border:1px solid #e0e0e0;border-radius:4px;text-align:center;padding:30px 15px}.cta-box{background-color:#f0f0f0;border-left:4px solid #699;padding:20px;margin:30px 0}.cta-title{color:#699;font-size:1.2rem;margin-bottom:10px}.cta-text{margin-bottom:15px}.cta-button{display:inline-block;background-color:#c33;color:#fff;padding:10px 20px;text-decoration:none;border-radius:4px;font-weight:bold;transition:background-color .3s}.cta-button:hover{background-color:hsl(0,60%,40%)}.hero-banner{background-color:#699;color:#fff;padding:30px 0;text-align:center;margin-bottom:30px}.hero-title{font-size:1.8rem;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px;color:#fff}.hero-subtitle{font-size:1rem;opacity:.9;max-width:700px;margin:0 auto}.breadcrumbs{font-size:.85rem;margin-bottom:20px;color:#333}.breadcrumbs a{color:#699;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .separator{margin:0 5px}@media(min-width: 768px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.faq-container{flex-direction:row;gap:30px}.quick-access{order:2;width:30%;position:sticky;top:100px;align-self:flex-start;margin-bottom:0;height:-moz-fit-content;height:fit-content}.faq-content{order:1;width:70%}}
