.home-faq-part{padding:96px 0}.home-faq__container{width:100%;max-width:940px;margin:0 auto;padding:0 20px}.home-faq__header{text-align:center}.home-faq__list{display:flex;max-width:900px;margin:44px auto 0;flex-direction:column;gap:16px}.home-faq__item{overflow:hidden;border:1px solid var(--border-default);border-radius:24px;background:var(--bg-card)}.home-faq__question-button{display:flex;width:100%;min-height:84px;align-items:center;justify-content:space-between;gap:24px;padding:24px 32px;border:0;background:rgba(0,0,0,0);text-align:left}.home-faq-question{color:var(--text-primary);font-size:18px;font-weight:600;line-height:1.5}.home-faq__toggle{display:inline-flex;width:32px;height:32px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:50%;background:var(--bg-section-alt);color:var(--text-muted)}.home-faq__toggle-icon{position:relative;width:14px;height:14px;transition:transform .28s cubic-bezier(.22,1,.36,1)}.home-faq__toggle-icon:after,.home-faq__toggle-icon:before{position:absolute;top:6px;left:1px;width:12px;height:1.5px;border-radius:2px;background:currentColor;content:""}.home-faq__toggle-icon:after{transform:rotate(90deg)}.home-faq__answer-wrap{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .34s cubic-bezier(.22,1,.36,1),opacity .3s cubic-bezier(.22,1,.36,1)}.home-faq__answer-overflow{overflow:hidden}.home-faq__item.is-open .home-faq__answer-wrap{grid-template-rows:1fr;opacity:1}.home-faq__item.is-open .home-faq__toggle-icon{transform:rotate(45deg)}.home-faq__answer{max-width:800px;margin:0 32px 24px;padding-top:18px;border-top:1px solid var(--border-default);color:var(--text-secondary);font-size:15px;font-weight:400;line-height:1.75}.home-faq-part--homepage{padding:88px 0 96px;background:var(--bg-section)}.home-faq-part--homepage .home-faq__eyebrow{color:var(--brand-blue,#2563eb);font-size:14px;font-weight:600;line-height:1.4}.home-faq-part--homepage .home-faq__title{margin-top:12px;color:var(--text-primary);font-size:36px;font-weight:700;line-height:1.2;letter-spacing:-.005em}.home-faq-part--homepage .home-faq__description{max-width:720px;margin:16px auto 0;color:var(--text-secondary);font-size:16px;font-weight:400;line-height:1.7}.home-faq-part--homepage .home-faq__list{gap:12px;margin-top:42px}.home-faq-part--homepage .home-faq__item{border-color:var(--border-default);border-radius:20px;box-shadow:none;transition:border-color .25s ease,background-color .25s ease}.home-faq-part--homepage .home-faq__item:hover{border-color:var(--border-strong);background:var(--brand-soft)}.home-faq-part--homepage .home-faq__item.is-open{border-color:rgba(37,99,235,.14);background:linear-gradient(180deg,var(--brand-soft),var(--bg-card))}.home-faq-part--homepage .home-faq__question-button{min-height:76px;padding:20px 24px;cursor:pointer}.home-faq-part--homepage .home-faq-question{padding-right:8px;color:var(--text-primary);font-size:16px;font-weight:600;line-height:1.5;transition:color .25s ease}.home-faq-part--homepage .home-faq__item.is-open .home-faq-question,.home-faq-part--homepage .home-faq__item:hover .home-faq-question{color:#2563eb}.home-faq-part--homepage .home-faq__toggle{width:40px;height:40px;background:var(--bg-section-alt);color:var(--text-muted);transition:color .25s ease,background-color .25s ease}.home-faq-part--homepage .home-faq__item.is-open .home-faq__toggle{background:rgba(37,99,235,.1);color:#2563eb}.home-faq-part--homepage .home-faq__answer{margin:0 24px 22px;padding-top:18px;font-size:15px!important;line-height:1.75}.home-faq__question-button:focus-visible{outline:3px solid rgba(37,99,235,.2);outline-offset:-3px}@media(max-width:767px){.home-faq-part--homepage{padding:64px 0}.home-faq-part--homepage .home-faq__container{padding:0 20px}.home-faq-part--homepage .home-faq__title{font-size:30px;line-height:1.25}.home-faq-part--homepage .home-faq__list{margin-top:40px}.home-faq-part--homepage .home-faq__question-button{min-height:72px;gap:12px;padding:18px}.home-faq-part--homepage .home-faq-question{font-size:15px;line-height:1.5}.home-faq-part--homepage .home-faq__toggle{width:36px;height:36px}.home-faq-part--homepage .home-faq__answer{margin:0 18px 20px;padding-top:18px;font-size:15px!important;line-height:1.75}}@media(prefers-reduced-motion:reduce){.home-faq-question,.home-faq__answer-wrap,.home-faq__item,.home-faq__toggle,.home-faq__toggle-icon{transition:none!important}}