@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";.faq-page{padding-top:90px;background:#fff;position:relative;overflow:hidden}@media(max-width:1024px){.faq-page{padding-top:70px}}.faq-container{max-width:1200px;margin:0 auto;padding:0 30px;position:relative;z-index:1}.faq-hero{padding:120px 0 100px;background:linear-gradient(135deg,#0f1e56,#2170b2,#46b1df);color:#fff;position:relative;overflow:hidden;text-align:center}.faq-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite}.faq-hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(70,177,223,.15) 0%,transparent 70%);border-radius:50%;animation:float 25s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.faq-hero-content{position:relative;z-index:1;max-width:1100px;margin:0 auto;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.faq-hero h1{font-size:4rem;font-weight:900;margin-bottom:32px;font-family:Poppins,sans-serif;line-height:1.2;text-shadow:0 4px 20px rgba(0,0,0,.3);letter-spacing:-.02em}.faq-hero p{font-size:1.3rem;line-height:1.9;color:#fffffff2;font-family:Poppins,sans-serif;font-weight:400}.faq-section{padding:120px 0;position:relative;background:#fff}.faq-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}@media(max-width:1024px){.faq-layout{grid-template-columns:1fr;gap:60px}}.faq-left{position:sticky;top:120px}.faq-title-section{margin-bottom:40px}.faq-main-title{font-size:3.5rem;font-weight:900;color:#131e5d;margin-bottom:24px;font-family:Poppins,sans-serif;line-height:1.2;letter-spacing:-.02em}.faq-intro{font-size:1.1rem;line-height:1.9;color:#0f1e56cc;font-family:Poppins,sans-serif}.faq-visual{position:relative;margin-top:40px;animation:fadeInLeft .8s ease-out}.faq-visual-wrapper{position:relative;width:100%;max-width:500px;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #00000026;background:#f5f5f5}.faq-visual-image{width:100%;height:auto;min-height:400px;display:block;object-fit:cover;border-radius:16px;transition:transform .3s ease}.faq-visual-wrapper:hover .faq-visual-image{transform:scale(1.02)}@media(max-width:1024px){.faq-visual-wrapper{max-width:100%}.faq-visual-image{min-height:350px}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.faq-right{animation:fadeInRight .8s ease-out}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background:#0f1e56;border-radius:16px;padding:24px 28px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;cursor:pointer;border:2px solid transparent;animation:fadeInUp .6s ease-out both;box-shadow:0 4px 15px #0f1e5633}.faq-item:nth-child(1){animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.2s}.faq-item:nth-child(3){animation-delay:.3s}.faq-item:nth-child(4){animation-delay:.4s}.faq-item:nth-child(5){animation-delay:.5s}.faq-item:nth-child(6){animation-delay:.6s}.faq-item:nth-child(7){animation-delay:.7s}.faq-item:nth-child(8){animation-delay:.8s}.faq-item:nth-child(9){animation-delay:.9s}.faq-item:nth-child(10){animation-delay:1s}.faq-item:hover{background:#2170b2;transform:translateY(-2px);box-shadow:0 8px 30px #0f1e5659}.faq-item.active{background:#1a2a6b;border-color:#46b1df80;box-shadow:0 8px 30px #0f1e5659}.faq-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.faq-question{font-size:1.1rem;font-weight:600;color:#fff;margin:0;font-family:Poppins,sans-serif;transition:color .3s ease;flex:1;line-height:1.5}.faq-toggle{width:36px;height:36px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;color:#131e5d;transition:all .3s ease;flex-shrink:0;cursor:pointer;position:relative;box-shadow:0 2px 8px #00000026}.faq-toggle:before,.faq-toggle:after{content:"";position:absolute;background:#0f1e56;transition:all .3s ease;border-radius:2px}.faq-toggle:before{width:14px;height:2px}.faq-toggle:after{width:2px;height:14px}.faq-item.active .faq-toggle{background:#46b1df}.faq-item.active .faq-toggle:before,.faq-item.active .faq-toggle:after{background:#fff}.faq-item.active .faq-toggle:after{opacity:0;transform:rotate(90deg)}.faq-toggle svg{display:none}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease;padding:0}.faq-answer-content{padding-top:20px}.faq-answer-content p{color:#ffffffe6;font-size:1rem;line-height:1.7;margin:0;font-family:Poppins,sans-serif}.faq-item.active .faq-answer{max-height:2000px;padding-top:20px}.faq-answer-content{font-size:1rem;line-height:1.8;color:#fffffff2;font-family:Poppins,sans-serif}.faq-answer-content p{margin-bottom:20px}.faq-answer-content p:last-child{margin-bottom:0}.faq-answer-content ul{margin:20px 0;padding-left:0;list-style:none}.faq-answer-content ul li{position:relative;padding-left:32px;margin-bottom:14px;line-height:1.9;font-size:1.05rem}.faq-answer-content ul li:before{content:"✓";position:absolute;left:0;color:#46b1df;font-weight:800;font-size:1.2rem;width:24px;height:24px;background:#46b1df1a;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(70,177,223,.3)}@media(max-width:1024px){.faq-layout{grid-template-columns:1fr;gap:60px}.faq-left{position:static}.faq-visual-content{height:400px}.faq-main-title{font-size:2.5rem}}@media(max-width:768px){.faq-hero{padding:80px 0 60px}.faq-hero h1{font-size:2.5rem}.faq-hero p{font-size:1.1rem}.faq-section{padding:80px 0}.faq-main-title{font-size:2rem}.faq-intro{font-size:1rem}.faq-item{padding:18px 20px}.faq-question{font-size:1rem}.faq-visual-content{height:350px}.faq-visual-wrapper{max-width:100%}.cleaner-body{width:140px;height:220px}.cleaning-sign{transform:translateY(-50%) scale(.85)}}@media(max-width:480px){.faq-hero h1{font-size:2rem}.faq-container{padding:0 20px}}@media(prefers-reduced-motion:reduce){.faq-hero:before,.faq-hero:after,.faq-item{animation:none}.faq-item:hover,.faq-item.active{transform:none}}
