.check-list{display:flex;flex-direction:column;gap:12px;margin:16px 0 24px}.check-item{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:rgba(255,255,255,.9);font-weight:500}.check-item::before{content:"";width:20px;height:20px;border-radius:50%;background:var(--accent);flex-shrink:0;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:center}.faq-item.open .faq-q{border-radius:20px 20px 0 0;background:var(--accent);border-color:var(--accent)}.faq-item.open .faq-q:hover{background:var(--accent-h)}.faq-item.open .faq-icon{transform:rotate(45deg);background:rgba(255,255,255,.3)}.faq-item.open .faq-a{max-height:320px}.fade-up.visible{opacity:1;transform:translateY(0)}.d2{transition-delay:.2s}