.sfaq{--sfaq-accent:#2468e8;--sfaq-text:#172033;--sfaq-muted:#5f6b7a;--sfaq-border:#dbe3ef;margin:40px 0 28px;color:var(--sfaq-text)}.sfaq__title{margin:0 0 18px;color:var(--sfaq-text);font-size:clamp(1.35rem,2vw,1.75rem);line-height:1.25}.sfaq__list{display:grid;gap:10px}.sfaq__item{overflow:hidden;margin:0;border:1px solid var(--sfaq-border);border-radius:12px;background:#fff;box-shadow:0 3px 12px rgba(26,45,76,.045)}.sfaq__question{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;color:var(--sfaq-text);font-size:1rem;font-weight:700;line-height:1.4;cursor:pointer;list-style:none}.sfaq__question::-webkit-details-marker{display:none}.sfaq__question::marker{content:""}.sfaq__question:hover{color:var(--sfaq-accent)}.sfaq__question:focus-visible{outline:3px solid rgba(36,104,232,.24);outline-offset:-3px}.sfaq__icon{position:relative;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#edf4ff}.sfaq__icon:before,.sfaq__icon:after{position:absolute;top:50%;left:50%;width:12px;height:2px;border-radius:2px;background:var(--sfaq-accent);content:"";transform:translate(-50%,-50%);transition:transform .18s ease}.sfaq__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.sfaq__item[open] .sfaq__question{color:var(--sfaq-accent)}.sfaq__item[open] .sfaq__icon:after{transform:translate(-50%,-50%) rotate(0deg)}.sfaq__answer{padding:0 18px 17px;color:var(--sfaq-muted);font-size:.98rem;line-height:1.7}.sfaq__answer:before{display:block;height:1px;margin:0 0 14px;background:#edf1f6;content:""}.sfaq__answer p:first-child{margin-top:0}.sfaq__answer p:last-child,.sfaq__answer ul:last-child,.sfaq__answer ol:last-child{margin-bottom:0}.sfaq__answer a{color:var(--sfaq-accent);text-decoration-thickness:1px;text-underline-offset:2px}@media (max-width:600px){.sfaq{margin-top:30px}.sfaq__title{margin-bottom:14px;font-size:1.35rem}.sfaq__list{gap:8px}.sfaq__item{border-radius:10px}.sfaq__question{min-height:54px;gap:12px;padding:13px 14px;font-size:.96rem}.sfaq__icon{flex-basis:26px;width:26px;height:26px}.sfaq__answer{padding:0 14px 15px;font-size:.94rem;line-height:1.65}}@media print{.sfaq__item:not([open]) .sfaq__answer{display:block}.sfaq__icon{display:none}}