.expandable-section{background-color:#fff;margin:0 auto;max-width:1100px;padding:0 1rem}.expandable-section__trigger{display:flex;justify-content:center;padding:2rem 0}.expandable-section__button{align-items:center;background-color:#9234ea;border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-family:Overused Grotesk,sans-serif;font-size:var(--step-0);font-weight:600;gap:.5rem;padding:.75rem 2rem;transition:background-color .2s ease,transform .2s ease}.expandable-section__button:hover{background-color:#7a1fd4;transform:translateY(-1px)}.expandable-section__button:after{content:"↓";display:inline-block;transition:transform .3s ease}.expandable-section__button[aria-expanded=true]:after{transform:rotate(180deg)}.expandable-section__panel{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.25,.46,.45,.94)}.expandable-section__panel.is-open{max-height:9999px}