.faq-page {background:#fff;}
.faq-banner img {width:100vw;height:100%;object-fit:cover;}
.faq-wrap {display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:2rem;align-items:start;}
.faq-head {grid-column:1 / -1;max-width:760px;}
.faq-head span {display:inline-block;margin-bottom:.5rem;color:#63AF4A;font-size:.85rem;font-weight:600;text-transform:uppercase;}
.faq-head h2 {margin:0;color:#2E4CA9;font-size:2rem;font-weight:500;}
.faq-head p {margin-top:1rem;color:#555;line-height:1.7;}
.faq-list {display:flex;flex-direction:column;gap:.75rem;}
.faq-item {border:1px solid #e1e5ef;background:#fff;box-shadow:0 6px 18px rgba(46,76,169,.06);transition:.3s;}
.faq-question {position:relative;width:100%;min-height:72px;padding:1rem 4rem 1rem 1rem;background:#fff;border:0;display:grid;grid-template-columns:48px 1fr;grid-gap:1rem;align-items:center;text-align:left;cursor:pointer;color:#232323;}
.faq-question span {display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#f3f7f2;color:#63AF4A;font-weight:600;}
.faq-question strong {font-size:1rem;font-weight:600;line-height:1.45;}
.faq-question:after {content:'+';position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);width:32px;height:32px;border:1px solid #2E4CA9;color:#2E4CA9;display:flex;align-items:center;justify-content:center;font-size:1.35rem;font-weight:300;transition:.3s;}
.faq-answer {display:none;padding:0 4rem 1.25rem 5rem;color:#555;line-height:1.7;}
.faq-answer p {margin:0;}
.faq-item-opened {border-color:#2E4CA9;}
.faq-item-opened .faq-question:after {content:'-';background:#2E4CA9;color:#fff;}
.faq-item-opened .faq-answer {display:block;}
.faq-contact {position:sticky;top:6rem;width:auto;padding:1.5rem;border:1px solid #e1e5ef;background:#f8fafc;}
.faq-contact strong {display:block;color:#2E4CA9;font-size:1.25rem;font-weight:500;line-height:1.4;}
.faq-contact p {margin:1rem 0;color:#555;line-height:1.6;}
.faq-contact a {display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.25rem;background:#f58220;border:1px solid #f58220;color:#fff;font-weight:600;}
.faq-contact a:hover {background:#fff;color:#f58220;}

@media only screen and (max-width: 768px) {
    .faq-wrap {display:block;}
    .faq-head h2 {font-size:1.5rem;}
    .faq-head p {font-size:.95rem;}
    .faq-list {margin-top:1.5rem;}
    .faq-question {min-height:64px;grid-template-columns:40px 1fr;padding:.75rem 3.25rem .75rem .75rem;grid-gap:.75rem;}
    .faq-question span {width:40px;height:40px;}
    .faq-question strong {font-size:.95rem;}
    .faq-question:after {right:.75rem;width:28px;height:28px;}
    .faq-answer {padding:0 1rem 1rem 4.25rem;font-size:.95rem;}
    .faq-contact {position:static;margin-top:1.5rem;}
}
