.faq-hero{text-align:center;padding:60px 0 40px;position:relative;overflow:hidden}.faq-hero h1{letter-spacing:-.02em;margin-bottom:1rem;font-size:3.2rem;font-weight:800;line-height:1.2}.faq-hero h1 span{color:var(--orange)}.faq-hero p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.hero-bg-animation{z-index:-1;opacity:.3;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.moving-cube{border:2px solid var(--orange);opacity:.2;width:60px;height:60px;animation:20s linear infinite floatCube;position:absolute}.moving-cube:first-child{animation-duration:25s;top:10%;left:10%}.moving-cube:nth-child(2){width:40px;height:40px;animation-duration:30s;top:70%;left:80%}.moving-cube:nth-child(3){width:30px;height:30px;animation-duration:22s;top:40%;left:90%}@keyframes floatCube{0%{transform:rotate(0)translateY(0)}50%{transform:rotate(180deg)translateY(-40px)}to{transform:rotate(360deg)translateY(0)}}.faq-main{gap:40px;max-width:1280px;margin:0 auto;padding:0 32px 4rem;display:flex}.faq-sidebar{flex-shrink:0;align-self:start;width:280px;position:sticky;top:100px}.faq-sidebar ul{border:1px solid var(--border);border-radius:16px;padding:0;list-style:none;overflow:hidden}.faq-sidebar li{border-bottom:1px solid var(--border)}.faq-sidebar li:last-child{border-bottom:none}.faq-sidebar a{color:var(--text);background:#fff;padding:16px 20px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.faq-sidebar a:hover{background:var(--orange-light);color:var(--orange-dark);padding-left:28px}.faq-sidebar a.active{background:var(--orange);color:#fff;font-weight:600}.faq-content{flex:1;min-width:0}.faq-section{margin-bottom:3rem;scroll-margin-top:100px}.faq-section h2{border-left:6px solid var(--orange);margin:0 0 2rem;padding-left:1.2rem;font-size:2rem;font-weight:700}.faq-item{margin-bottom:2.5rem}.faq-item h3{color:#1a1a1a;margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.faq-item p{color:#2a2a2a;font-size:1.1rem;line-height:1.7}.faq-mobile-nav{border:1px solid var(--border);z-index:50;background:#fff;border-radius:16px;margin:0 0 30px;display:none;position:relative}.faq-mobile-header{cursor:pointer;color:var(--text);justify-content:space-between;align-items:center;padding:16px 20px;font-weight:600;display:flex}.faq-mobile-header .hamburger-icon{flex-direction:column;gap:4px;display:flex}.faq-mobile-header .hamburger-icon span{background:var(--orange);width:22px;height:2px}.faq-mobile-header span:last-child{color:var(--orange);font-size:.9rem}.faq-mobile-dropdown{border-top:1px solid var(--border);background:#fafafa;border-radius:0 0 16px 16px;flex-direction:column;display:none}.faq-mobile-dropdown.open{display:flex}.faq-mobile-item{color:var(--text);border-bottom:1px solid var(--border);padding:14px 20px;font-size:.95rem;text-decoration:none;transition:background .2s}.faq-mobile-item:last-child{border-bottom:none}.faq-mobile-item:hover{background:var(--orange-light);color:var(--orange-dark)}.faq-mobile-item.active{background:var(--orange-light);color:var(--orange);border-left:4px solid var(--orange);font-weight:600}.animate-up{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.animate-up.visible{opacity:1;transform:translateY(0)}@media (max-width:900px){.faq-main{flex-direction:column}.faq-sidebar{display:none}.faq-mobile-nav{display:block}}@media (max-width:600px){.faq-hero h1{font-size:2.5rem}.faq-section h2{font-size:1.6rem}}
