.feature-families{display:flex;flex-direction:column}.feature-family__divider{margin:0;border:none;border-top:1px solid rgba(var(--color-foreground),0.08)}.feature-family{padding:1.6rem 0}.feature-family__header{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;list-style:none;cursor:pointer;user-select:none}.feature-family__header::-webkit-details-marker,.feature-family__header::marker{display:none}.feature-family__identity{display:flex;align-items:flex-start;gap:1.6rem;flex:1;min-width:0}.feature-family__icon{flex-shrink:0;width:4.8rem;height:4.8rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(var(--color-foreground),0.12);border-radius:0.4rem;padding:0.8rem}.feature-family__icon img{width:100%;height:100%;object-fit:contain}.feature-family__text{display:flex;flex-direction:column;gap:0.6rem;min-width:0}.feature-family__title{font-size:2rem;font-weight:var(--font-body-weight,400);line-height:1.2;color:rgb(var(--color-foreground))}.feature-family__chips{display:flex;flex-wrap:wrap;gap:0.4rem 0.8rem;list-style:none;margin:0;padding:0}.feature-family__chip{font-size:1.1rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:rgba(var(--color-foreground),0.55)}.feature-family__chip+.feature-family__chip::before{content:'·';margin-right:0.8rem;color:rgba(var(--color-foreground),0.3)}.feature-family__toggle-icon{flex-shrink:0;width:1.6rem;height:1.6rem;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),0.5)}.feature-family[open] .feature-family__toggle-icon{transform:scaleY(-1)}.feature-family__description{margin-top:1.2rem;padding-left:6.4rem;font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),0.75)}@media screen and (max-width:749px){.feature-family__description{padding-left:0;margin-top:1rem}.feature-family__title{font-size:1.8rem}}
.accordion .accordion__title{font-size:2rem;text-transform:none;letter-spacing:0}