.faq{background:#fff;padding-top:100px;padding-bottom:100px;position:relative;overflow:hidden}.faq__container{max-width:1400px;margin:0 auto;padding:0 20px}.faq__inner{display:flex;gap:60px;align-items:flex-start}.faq__left{flex:1;display:flex;flex-direction:column;gap:24px;min-width:0}.faq__tag{font-family:'Kobzar KS',sans-serif;font-weight:400;font-size:30px;line-height:.8;color:var(--color-orange);letter-spacing:-.6px;margin:0}.faq__heading{font-family:'e-Ukraine',sans-serif;font-weight:700;font-size:52px;line-height:1.1;color:var(--color-graphite);text-transform:uppercase;letter-spacing:-3.12px;margin:0}.faq__heading-accent{color:var(--color-orange)}.faq__text{font-family:'e-Ukraine',sans-serif;font-weight:300;font-size:16px;line-height:1.6;color:var(--color-dark)}.faq__text p{margin-bottom:0}.faq__cta{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;height:58px;padding:16px 40px;border-radius:56px;border:1px solid rgb(255 255 255 / .2);background:var(--color-orange);color:#fff;font-family:'e-Ukraine',sans-serif;font-weight:400;font-size:16px;letter-spacing:.32px;cursor:pointer;white-space:nowrap;filter:drop-shadow(0 4px 7px rgb(182 67 22 / .7));box-shadow:inset 0 4px 14px 0 #ff9268;transition:background 0.2s ease,filter 0.2s ease,box-shadow 0.2s ease}.faq__cta:hover{background:var(--color-orange-hover);filter:none;box-shadow:none}.faq__cta svg{flex-shrink:0}.faq__list{flex:0 0 670px;max-width:670px;display:flex;flex-direction:column;gap:16px}.faq__item{background:#f0eee9;border:1px solid #dddbd7;border-radius:10px;overflow:hidden}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 14px;background:#fff0;border:none;cursor:pointer;text-align:left}.faq__question-text{font-family:'e-Ukraine',sans-serif;font-weight:500;font-size:16px;line-height:1.4;color:var(--color-graphite);flex:1}.faq__icon{flex-shrink:0;color:var(--color-graphite);display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease}.faq__item.is-open .faq__icon{transform:rotate(45deg)}.faq__answer{overflow:hidden;transition:height 0.3s ease}.faq__answer[hidden]{display:block;height:0;visibility:hidden}.faq__answer-inner{padding:0 14px 16px;font-family:'e-Ukraine',sans-serif;font-weight:300;font-size:15px;line-height:1.6;color:var(--color-dark)}.faq__answer-inner p{margin-bottom:0}@media (max-width:1024px){.faq{padding-top:70px;padding-bottom:70px}.faq__inner{gap:40px}.faq__list{flex:0 0 400px;max-width:400px}.faq__heading{font-size:40px;letter-spacing:-2px}}@media (max-width:768px){.faq{padding-top:50px;padding-bottom:50px}.faq__inner{flex-direction:column;gap:32px}.faq__left{flex:none;width:100%;gap:16px}.faq__list{flex:none;width:100%;max-width:100%;gap:8px}.faq__item{width:100%}.faq__tag{font-size:24px;letter-spacing:-.48px}.faq__heading{font-size:32px;letter-spacing:-1.92px}.faq__text{font-size:14px}.faq__cta{align-self:center;width:100%;justify-content:center;height:50px;font-size:14px}.faq__question-text{font-size:14px}.faq__answer-inner{font-size:14px}}