main.faq-page{padding-top:4rem}.faq-wrapper{max-width:1024px;margin:0 auto}.faq-hero{padding:4rem 1rem;padding-top:8rem!important;background:linear-gradient(to bottom,hsl(var(--primary) / .05),hsl(var(--background)))}.faq-hero h1{font-size:2.5rem;text-align:center;margin-bottom:1.5rem}.faq-hero p{font-size:1.125rem;color:hsl(var(--muted-foreground));text-align:center;margin:0 auto 2rem}.search-container{position:relative;max-width:400px;margin:0 auto}.search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:1px solid hsl(var(--border));border-radius:8px;font-size:1rem;background:#fff;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground))}.category-tabs{display:flex;justify-content:flex-start;gap:.5rem;margin-bottom:2rem;background:hsl(var(--muted));padding:.25rem;border-radius:8px;overflow:auto}.js-category-tab{padding:.75rem 1rem;border:none;background:transparent;color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease;text-align:center}.js-category-tab:hover{color:hsl(var(--foreground))}.js-category-tab.active{background:#fff;color:hsl(var(--foreground));box-shadow:0 1px 3px #0000001a}.search-results-info{background:hsl(var(--primary) / .05);padding:1rem;border-radius:8px;margin-bottom:1.5rem}.search-results-info p{color:hsl(var(--muted-foreground));margin-bottom:.5rem}.clear-filters-btn{background:transparent;border:1px solid hsl(var(--border));color:hsl(var(--foreground));padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s ease}.clear-filters-btn:hover{background:hsl(var(--muted))}.faq-accordion{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid hsl(var(--border));border-radius:8px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.faq-question{width:100%;padding:1.5rem;border:none;background:transparent;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;transition:background-color .2s ease;font-family:Inter,"system-ui","sans-serif"}.faq-question:hover{background:hsl(var(--muted) / .3)}.faq-question-content{display:flex;flex-direction:column;gap:.5rem;flex:1}.faq-category-badge{font-size:.75rem;background:hsl(var(--primary) / .1);color:hsl(var(--primary));padding:.25rem .5rem;border-radius:4px;width:fit-content;font-family:Inter,"system-ui","sans-serif"}.faq-question-text{font-size:1rem;font-weight:500;color:hsl(var(--foreground))}.faq-chevron{width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground));transition:transform .2s ease;flex-shrink:0;margin-top:.25rem}.faq-item.expanded .faq-chevron{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.5rem;color:hsl(var(--muted-foreground));line-height:1.7;display:none}.faq-item.expanded .faq-answer{display:block;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.no-results{text-align:center;padding:3rem 0}.no-results p{font-size:1.125rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}.contact-section{padding:4rem 0;background:linear-gradient(to bottom,hsl(var(--background)),hsl(var(--primary) / .05))}.contact-section h2{font-size:2rem;font-weight:700;text-align:center;margin-bottom:1.5rem}.contact-section p{font-size:1.125rem;color:hsl(var(--muted-foreground));text-align:center;margin-bottom:2rem;max-width:768px;margin-left:auto;margin-right:auto}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1024px;margin:0 auto}.contact-card{background:#fff;border:1px solid hsl(var(--border));border-radius:8px;padding:2rem;text-align:center;transition:box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between}.contact-card:hover{box-shadow:0 4px 12px #0000001a}.contact-icon{width:2rem;height:2rem;color:hsl(var(--primary));margin:0 auto 1rem}.contact-card h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.contact-card p{color:hsl(var(--muted-foreground));margin-bottom:1rem;font-size:1rem}.contact-btn{width:100%;padding:1rem 1.5rem;font-size:.875rem;text-decoration:none;line-height:1;border:1px solid hsl(var(--border));background:#fff;color:hsl(var(--foreground));border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease}.contact-btn:hover{background:hsl(var(--muted))}.contact-btn.primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.contact-btn.primary:hover{background:hsl(var(--primary) / .9)}@media (min-width: 768px){.faq-hero h1{font-size:3rem}.js-category-tabs{grid-template-columns:repeat(6,1fr)}.js-category-tab{font-size:.875rem}}@media (max-width: 768px){.nav-links{display:none}.faq-hero{padding:5rem 0 3rem}.faq-hero h1{font-size:2rem}.faq-hero p{font-size:1.125rem}.faq-question{padding:1rem}.faq-answer{padding:0 1rem 1rem}.contact-grid{grid-template-columns:1fr}}.hidden{display:none}
