.landing-faq-accordion{max-width:930px;margin:0 auto;display:grid;gap:14px}.landing-faq-item{border:1px solid #dce5ed;border-radius:14px;background:#ffffff;overflow:hidden;box-shadow:0 16px 34px -28px rgba(17,38,64,.55);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background-color .28s ease}.landing-faq-item:hover{transform:translateY(-2px);box-shadow:0 20px 40px -30px rgba(17,38,64,.6)}.landing-faq-item.is-open{border-color:#9fd0eb;background:#fbfdff;box-shadow:0 24px 48px -32px rgba(15,137,203,.58)}.landing-faq-title{margin:0}.landing-faq-trigger{position:relative;width:100%;border:none;background:transparent;color:#0f89cb;display:flex;align-items:center;justify-content:center;gap:16px;text-align:center;font-size:var(--public-faq-question);font-weight:600;line-height:1.45;padding:20px 60px;cursor:pointer;transition:background-color .24s ease,color .24s ease}.landing-faq-trigger-label{color:inherit;text-wrap:balance}.landing-faq-trigger:focus-visible,.landing-faq-trigger:hover{background:#f1f7fb;color:#0b74ab}.landing-faq-trigger:focus-visible{outline:none;box-shadow:inset 0 0 0 2px rgba(18,147,213,.2)}.landing-faq-trigger i{position:absolute;right:22px;top:50%;transform:translateY(-50%) rotate(0deg);width:30px;height:30px;border-radius:50%;background:rgba(15,137,203,.12);color:inherit;font-size:var(--public-faq-icon);line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:transform .26s ease,background-color .26s ease,color .26s ease}.landing-faq-item.is-open .landing-faq-trigger i{transform:translateY(-50%) rotate(90deg);background:rgba(15,137,203,.2)}.landing-faq-panel{overflow:hidden;border-top:1px solid #e5edf3;background:#fafdff;transition:background-color .24s ease}.landing-faq-panel p{margin:0;padding:0 56px 24px;color:#5f6977;text-align:center;font-size:var(--public-faq-answer);line-height:1.62;text-wrap:pretty}@media (max-width:767px){.landing-faq-trigger{padding:16px 48px;font-size:var(--public-faq-question-mobile)}.landing-faq-trigger i{right:14px;width:26px;height:26px;font-size:var(--public-faq-icon-mobile)}.landing-faq-panel p{padding:0 18px 16px;font-size:var(--public-faq-answer-mobile)}}@media (prefers-reduced-motion:reduce){.landing-faq-item,.landing-faq-panel,.landing-faq-trigger,.landing-faq-trigger i{transition:none}}