.hub-faq-head{max-width:640px;margin:0 auto 32px;text-align:center}.hub-faq-kicker{display:inline-flex;align-items:center;gap:8px;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--green-700,#047857);margin-bottom:12px}.hub-faq-kicker:before{content:"";width:22px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--green-600),transparent)}.hub-faq-head p{color:var(--muted);margin-top:10px;line-height:1.6}.hub-faq{max-width:780px;margin:0 auto;display:grid;grid-gap:12px;gap:12px}.hub-faq-item{border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 6px 22px -16px rgba(2,28,19,.14);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.hub-faq-item:hover{transform:translateY(-2px);box-shadow:0 14px 32px -18px rgba(2,28,19,.22)}.hub-faq-item[open]{border-color:var(--green-200,#a7f3d0);box-shadow:0 16px 38px -18px rgba(5,150,105,.24)}.hub-faq-item summary{list-style:none;cursor:pointer;padding:20px 22px;font-weight:700;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:16px}.hub-faq-item summary::-webkit-details-marker{display:none}.hub-faq-item summary:after{content:"+";flex:none;width:30px;height:30px;border-radius:9px;display:grid;place-items:center;font-size:1.25rem;font-weight:700;line-height:1;color:var(--green-600);background:var(--green-50,#ecfdf5);transition:background .2s ease,color .2s ease}.hub-faq-item[open] summary:after{content:"\2212";background:var(--green-600);color:#fff}.hub-faq-item>div{padding:0 22px 20px;color:var(--muted);line-height:1.65;font-size:.96rem}