.faq-section{padding:80px 20px;background:var(--bg-light)}.faq-container{max-width:900px;margin:0 auto}.faq-item{background:#fff;border:2px solid var(--border-light);border-radius:12px;margin-bottom:20px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:var(--accent-gold);box-shadow:0 5px 20px rgba(202,155,101,.15)}.faq-question{background:linear-gradient(135deg,rgba(202,155,101,.1) 0%,rgba(202,155,101,.05) 100%);padding:25px 30px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;position:relative}.faq-question::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--accent-gold)}.faq-question-text{font-size:1.15rem;font-weight:700;color:var(--text-dark);line-height:1.4;padding-left:20px}.faq-icon{flex-shrink:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:var(--accent-gold);border-radius:50%;transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-item.active .faq-answer{max-height:1000px;padding:25px 30px 25px 54px}.faq-answer p{font-size:1rem;color:#555;line-height:1.8;margin-bottom:15px}.faq-answer p:last-child{margin-bottom:0}.faq-answer ul{margin:15px 0;padding-left:20px}.faq-answer li{margin-bottom:10px;color:#555;line-height:1.7}.final-cta-phone{display:inline-flex;align-items:center;gap:20px;background:var(--accent-gold);color:var(--text-dark);padding:25px 50px;border-radius:60px;text-decoration:none;font-size:2rem;font-weight:800;transition:all .4s ease;box-shadow:0 10px 40px rgba(202,155,101,.4);margin-bottom:20px}.final-cta-phone:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 50px rgba(202,155,101,.6)}.final-cta-info{font-size:1rem;color:rgba(255,255,255,.8);margin-top:20px}@media screen and (max-width:1024px){.hero-title{font-size:2.5rem}}@media screen and (max-width:768px){.hero-section{padding:60px 20px}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.final-cta-phone{font-size:1.5rem;padding:20px 35px}}@media screen and (max-width:480px){.hero-title{font-size:1.6rem}.final-cta-phone{font-size:1.2rem;padding:18px 30px;flex-direction:column;gap:10px}}