.customer-story-content__layout{align-items:stretch}.customer-story-content__section{padding-bottom:2.5rem}.customer-story-content__section+.customer-story-content__section{border-top:1px solid var(--neutral-200);padding-top:2.5rem}.customer-story-content__heading{margin-bottom:1.5rem}.customer-story-content__quote{background-color:var(--neutral-100);border:none;border-radius:12px;margin:0 0 1.5rem;padding:1.5rem 2rem}.rich-text p.customer-story-content__quote-text{color:var(--text-dark);font-weight:400;line-height:1.6;margin:0;padding:0}.customer-story-content__stats{display:flex;gap:2rem;grid-template-columns:repeat(var(--grid-col-count),1fr);margin:1.5rem 0;padding:1.5rem 0}.customer-story-content__stat{display:flex;flex-direction:column;gap:.25rem;padding:0 10px;width:100%}.customer-story-content__stat--bordered{border-right:1px solid var(--neutral-200)}.customer-story-content__stat-text{color:var(--text-gray);margin:0}.customer-story-content__cards{display:grid;gap:1rem;grid-template-columns:repeat(var(--grid-col-count),1fr);margin:1.5rem 0}.customer-story-content__card{background-color:var(--tofu-gray-bg);border-radius:40px;box-shadow:var(--shadow-1);overflow:hidden;transition:box-shadow .3s ease}.customer-story-content__card .base-card__image{overflow:hidden}.customer-story-content__card .base-card__image img{margin:0;transform:scale(1.05);transition:transform .3s ease}.customer-story-content__card:hover .base-card__image img{transform:scale(1.1)}.customer-story-content__card:hover{box-shadow:var(--shadow-2)}a.customer-story-content__card:hover{text-decoration:none}.customer-story-content__card h3{border-left:none;padding:0}.customer-story-content__sidebar-card{background-color:var(--white);border-radius:40px;box-shadow:var(--shadow-1)}.customer-story-content .toc{background-color:var(--white);border:1px solid var(--tofu-gray-92);border-radius:40px;box-shadow:var(--shadow-1);padding:1.25rem}.customer-story-content .toc h3{color:var(--text-dark);font-size:22px;font-weight:600;letter-spacing:-.5px;line-height:1.2;margin-bottom:.5rem}.customer-story-content .toc ul{gap:.5rem}.customer-story-content .toc a{color:var(--indigo-950);font-size:18px;font-weight:500;letter-spacing:-.5px;line-height:1.2;margin-bottom:.5rem}.customer-story-content .toc a:hover{color:var(--text-gray)}.customer-story-content .toc a.active{background-color:var(--tofu-lilac-light,#f3e8ff);color:var(--tofu-lilac-dark,#7c3aed);font-weight:600;position:relative}.customer-story-content .toc a.active:before{background-color:var(--tofu-lilac-dark,#7c3aed);border-radius:0 2px 2px 0;content:"";height:60%;left:0;position:absolute;top:50%;transform:translateY(-50%);width:3px}@media (max-width:992px){.customer-story-content__layout{flex-direction:column-reverse}.customer-story-content__sidebar{width:100%}.customer-story-content__stats{flex-wrap:wrap}.customer-story-content__quote{padding:1.25rem 1.5rem}.customer-story-content__cards{grid-template-columns:1fr}}