.features{background:#ece5df;padding:2.7em 40px}.features__inner{margin:0 auto;max-width:var(--max-width)}.features__description{line-height:1.7;margin-bottom:32px}.features__heading{color:#12211e;font-family:Inter,arial,sans-serif;font-size:2rem;margin-bottom:48px}.features:not(.features--left-aligned) .features__heading{text-align:center}.features__grid{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.features__item{background:#ece5df;border-radius:0;box-shadow:none;padding:0}.features__icon{height:40px;margin-bottom:12px;width:40px}.features__item h3{color:#12211e;font-family:Inter,arial,sans-serif;margin-bottom:.5rem}.features--left-aligned .features__accordion{display:flex;flex-direction:column}.feat-acc-item{border-bottom:1px solid #e0e0e0}.feat-acc-item:first-child{border-top:1px solid #e0e0e0}.feat-acc-item__btn{align-items:center;background:none;border:none;color:#12211e;cursor:pointer;display:flex;font-family:Inter,arial,sans-serif;font-size:1rem;font-weight:600;gap:12px;justify-content:space-between;padding:18px 0;text-align:left;width:100%}.feat-acc-item__btn span{align-items:center;display:flex;gap:10px}.feat-acc-item__btn:hover{color:#497e74}.feat-acc-item__icon{flex-shrink:0;height:28px;width:28px}.feat-acc-item__chevron{flex-shrink:0;transition:transform .2s}.feat-acc-item--open .feat-acc-item__chevron{transform:rotate(180deg)}.feat-acc-item__body{color:#555;line-height:1.7;max-height:0;overflow:hidden;padding:0;transition:max-height .3s ease,padding .2s}.feat-acc-item--open .feat-acc-item__body{max-height:600px;padding-bottom:16px}@media (max-width:768px){.features{padding:48px 20px}.features__grid{grid-template-columns:1fr}}