.hero-section{position:relative;display:flex;align-items:center;justify-content:center;height:100vh;max-height:860px;padding-top:4rem;overflow:hidden;background:linear-gradient(135deg,#f3e7ff,#ffffff 50%,#e7f3ff)}.hero-section:after,.hero-section:before{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;pointer-events:none}.hero-section:before{width:500px;height:500px;background:radial-gradient(circle,rgba(167,139,250,.6),rgba(139,92,246,.3));top:-10%;left:-10%;animation:orbFloat 15s ease-in-out infinite}.hero-section:after{width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,.6),rgba(96,165,250,.3));bottom:-10%;right:-10%;animation:orbFloat2 18s ease-in-out infinite}.hero-background{background:radial-gradient(ellipse at top right,rgba(167,139,250,.3),transparent 50%);opacity:.7;animation:pulseGlow 8s ease-in-out infinite}.hero-background,.hero-particles{position:absolute;inset:0;pointer-events:none}.hero-particles{background-image:radial-gradient(circle at 20% 30%,rgba(139,92,246,.1) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(59,130,246,.1) 0,transparent 50%),radial-gradient(circle at 50% 50%,rgba(168,85,247,.05) 0,transparent 50%);animation:particleFloat 20s ease-in-out infinite}.hero-logo{position:relative;z-index:10;width:66.666667%;max-height:660px;object-fit:contain;filter:drop-shadow(0 25px 50px rgba(139,92,246,.3));animation:logoFloat 6s ease-in-out infinite,fadeIn 1s ease-out}@media (min-width:640px){.hero-logo{width:50%}}.faq-section{position:relative;padding-bottom:1rem;background:linear-gradient(180deg,#f9fafb,#ffffff);overflow:hidden}.faq-section:before{width:600px;height:600px;background:radial-gradient(circle,rgba(147,51,234,.08),transparent 70%);top:20%;right:-15%;animation:orbFloat3 20s ease-in-out infinite}.faq-section:after,.faq-section:before{content:"";position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;z-index:0}.faq-section:after{width:500px;height:500px;background:radial-gradient(circle,rgba(37,99,235,.08),transparent 70%);bottom:10%;left:-10%;animation:orbFloat 22s ease-in-out infinite reverse}@media (max-width:767px){.faq-section{margin-top:1rem;padding-bottom:1rem}}.wave-container{position:absolute;top:0;left:0;right:0;width:100%;height:5rem;margin-top:-5rem;transform:translateZ(0);pointer-events:none;z-index:1}.wave-svg{position:absolute;bottom:0;overflow:hidden;animation:waveMove 10s ease-in-out infinite}.faq-wrapper{flex-wrap:wrap;margin-top:1rem;text-align:center;position:relative;z-index:2}.faq-container,.faq-wrapper{display:flex;justify-content:center}.faq-container{align-items:center;width:100%}.faq-content{display:flex;flex-direction:column;justify-content:center;padding:.5rem;margin:.5rem;max-width:56rem}@media (max-width:480px){.faq-content{margin:1rem;padding:1rem}}.faq-header{margin-bottom:2.25rem}.faq-title{font-size:1.75rem;font-weight:700;background:linear-gradient(90deg,#9333ea,#2563eb);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:.5rem;animation:titleSlideIn .8s ease-out,gradientShift 5s ease infinite}@media (max-width:480px){.faq-title{font-size:1.5rem}}.title-underline{width:6rem;height:.25rem;background:linear-gradient(90deg,#9333ea,#2563eb);margin:0 auto;border-radius:9999px;animation:underlineExpand .8s ease-out .3s both,shimmer 3s ease-in-out infinite}.faq-list{display:flex;flex-direction:column;gap:.8rem}.faq-item{width:100%;border-radius:.75rem;transition:all .25s cubic-bezier(.4,0,.2,1);background:white;box-shadow:0 4px 6px -1px rgba(0,0,0,.06);border:1px solid #e9d5ff;overflow:visible;will-change:transform;position:relative}.faq-item:before{content:"";position:absolute;inset:-2px;border-radius:.75rem;background:linear-gradient(45deg,#9333ea,#2563eb,#9333ea);background-size:200% 200%;opacity:0;z-index:-1;transition:opacity .3s ease;animation:gradientRotate 3s linear infinite}@media (hover:hover) and (min-width:640px){.faq-item:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.08),0 10px 10px -5px rgba(0,0,0,.03);transform:translateY(-2px)}.faq-item:hover:before{opacity:.3}}.faq-item-active{background:linear-gradient(90deg,#faf5ff,#eff6ff);box-shadow:0 12px 18px -6px rgba(0,0,0,.06);border:2px solid #a855f7}.faq-question{width:100%;padding:1.25rem;text-align:left;display:flex;align-items:center;justify-content:space-between;cursor:pointer;background:transparent;border:none;transition:all .15s}.faq-question:focus{outline:none;box-shadow:0 0 0 3px rgba(167,139,250,.12)}.faq-question-text{font-size:1.0625rem;font-weight:600;color:#1f2937;padding-right:1rem;transition:color .15s}.faq-icon{width:1.2rem;height:1.2rem;color:#9333ea;flex-shrink:0;transition:transform .25s ease}.faq-icon-open{transform:rotate(180deg)}.faq-answer-wrapper{overflow:hidden;max-height:0;opacity:0;transition:max-height .35s ease,opacity .25s ease}.faq-answer-open{max-height:2000px;opacity:1}.faq-answer-content{padding:0 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.8rem}.faq-answer-text{color:#4b5563;line-height:1.6;text-align:left;font-size:.95rem}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes particleFloat{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes titleSlideIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes underlineExpand{0%{width:0}to{width:6rem}}@keyframes orbFloat{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.9)}75%{transform:translate(20px,30px) scale(1.05)}}@keyframes orbFloat2{0%,to{transform:translate(0) scale(1) rotate(0deg)}33%{transform:translate(-40px,30px) scale(1.15) rotate(120deg)}66%{transform:translate(30px,-20px) scale(.95) rotate(240deg)}}@keyframes orbFloat3{0%,to{transform:translate(0) scale(1);opacity:.5}50%{transform:translate(-50px,40px) scale(1.2);opacity:.8}}@keyframes pulseGlow{0%,to{opacity:.7;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes shimmer{0%,to{opacity:1;transform:scaleX(1)}50%{opacity:.8;transform:scaleX(1.05)}}@keyframes gradientRotate{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes waveMove{0%,to{transform:translateX(0)}50%{transform:translateX(-10px)}}@media (max-width:767px){.hero-section{display:none!important;height:0;padding:0;margin:0}.faq-content{padding:6rem 1rem 0;margin:0}}@media (max-width:639px){.faq-wrapper{margin-top:0}.faq-content{padding:0 .3rem}.faq-header{margin-bottom:1.25rem}}