.atm-expert-faq{font-family:inherit;background-color:#f8f9fc;color:#1a1a1a;padding:80px 20px;width:100%;box-sizing:border-box;line-height:1.6}.atm-expert-faq *{box-sizing:border-box}.atm-expert-container{max-width:1280px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:60px}.atm-expert-header{flex:0 0 350px;position:sticky;top:40px}.atm-expert-label{font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#0e3acc;margin-bottom:16px;display:block}.atm-expert-header h2{font-size:32px;font-weight:700;color:#0b1c33;margin:0 0 24px;line-height:1.1;letter-spacing:-.5px}.atm-expert-line{width:80px;height:6px;background:linear-gradient(90deg,#0e3acc 0%,rgba(14,58,204,.2) 100%);border-radius:3px}.atm-expert-desc{margin-top:30px;font-size:17px;color:#667;max-width:300px}.atm-expert-list{flex:1;display:flex;flex-direction:column;gap:16px}.atm-expert-item{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:8px;overflow:hidden;transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative}.atm-expert-item:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(14,58,204,.08);border-color:rgba(14,58,204,.2)}.atm-expert-summary{list-style:none;padding:24px 30px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;position:relative}.atm-expert-summary::-webkit-details-marker{display:none}.atm-expert-question{font-size:18px;font-weight:700;color:#2c3e50;padding-right:20px;transition:color .3s}.atm-expert-item:hover .atm-expert-question{color:#0e3acc}.atm-expert-item::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#0e3acc;opacity:0;transition:opacity .3s}.atm-expert-item:hover::before,.atm-expert-item[open]::before{opacity:1}.atm-expert-icon{width:24px;height:24px;position:relative;flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1)}.atm-expert-icon::after,.atm-expert-icon::before{content:"";position:absolute;background-color:#0e3acc;border-radius:2px;top:50%;left:50%;transform:translate(-50%,-50%);transition:background-color .3s}.atm-expert-icon::before{width:14px;height:2px}.atm-expert-icon::after{width:2px;height:14px}.atm-expert-item[open] .atm-expert-icon{transform:rotate(45deg)}.atm-expert-item[open] .atm-expert-icon::after,.atm-expert-item[open] .atm-expert-icon::before{background-color:#ff4d4f}.atm-expert-answer{padding:0 30px 28px;color:#556;font-size:16px;line-height:1.7;opacity:.9;max-width:95%}.atm-expert-answer p{margin-bottom:12px;margin-top:0}.atm-expert-answer p:last-child{margin-bottom:0}@media (max-width:900px){.atm-expert-container{flex-direction:column;gap:30px}.atm-expert-header{flex:none;width:100%;position:static;margin-bottom:10px}.atm-expert-header h2{font-size:32px}.atm-expert-summary{padding:20px}.atm-expert-answer{padding:0 20px 24px}.atm-expert-question{font-size:16px}}