body:has(.static-page),html:has(.static-page){background:linear-gradient(135deg,#111827,#1f2937)!important}body:has(.static-page) .prime-navbar,html:has(.static-page) .prime-navbar{background-color:rgba(0,5,13,.95)!important;box-shadow:0 2px 10px rgba(0,0,0,.3)!important}.static-page{background:linear-gradient(135deg,#111827,#1f2937);color:#fff;padding:80px 30px;max-width:900px;margin:60px auto;font-family:Poppins,Roboto,sans-serif;min-height:100vh;min-height:100dvh}.static-page h1{font-size:42px;margin-bottom:50px;color:#fff;font-weight:700;text-align:center;letter-spacing:.5px;position:relative;padding-bottom:20px}.static-page h1:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#3a7bd5,#00d2ff);border-radius:2px}.faq-container{display:flex;flex-direction:column;gap:16px}.faq-item{background-color:hsla(0,0%,100%,.05);border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:all .3s ease;border-left:4px solid transparent}.faq-item:hover{border-left-color:#3a7bd5;background-color:hsla(0,0%,100%,.07)}.faq-item.active{background-color:hsla(0,0%,100%,.1);margin:8px 0}.faq-question-header{padding:24px 30px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-toggle{display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-toggle img{width:18px;height:18px;filter:brightness(0) invert(1);transition:transform .3s ease}.faq-answer-container{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer-container{max-height:500px;padding-bottom:24px}.faq-answer{padding:0 30px;color:hsla(0,0%,100%,.8);font-size:16px;line-height:1.7}@media (max-width:768px){.static-page{padding:60px 20px;margin:40px auto}.static-page h1{font-size:32px;margin-bottom:40px}.faq-question-header{padding:18px 20px}.faq-question{font-size:16px}.faq-answer{padding:0 20px;font-size:15px}}