.bento-grid__container{margin:0 auto;display:grid;max-width:80rem;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;padding:1rem}@media (min-width:768px){.bento-grid__container{grid-auto-rows:18rem;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}.bento-grid-item__root{grid-row:span 1;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;border-radius:1rem;border:1px solid rgba(var(--color-border-primary),1);background-color:rgba(var(--color-bg-secondary),1);padding:1.5rem;transition:all .3s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);position:relative;overflow:hidden}.bento-grid-item__root:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(var(--color-blue),.05) 0,rgba(var(--color-purple),.05) 100%);opacity:0;transition:opacity .3s ease}.dark .bento-grid-item__root{border-color:rgba(var(--color-border-secondary),1);background-color:rgba(var(--color-bg-tertiary),1);box-shadow:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -1px rgba(0,0,0,.2)}.bento-grid-item__content{transition:transform .3s ease;position:relative;z-index:1}.bento-grid-item__title{margin-top:.75rem;margin-bottom:.5rem;font-family:var(--font-family-sans);font-weight:700;font-size:1.125rem;line-height:1.4}.bento-grid-item__title,.dark .bento-grid-item__title{color:rgba(var(--color-text-primary),1)}.bento-grid-item__description{font-family:var(--font-family-sans);font-size:.875rem;font-weight:400;line-height:1.5}.bento-grid-item__description,.dark .bento-grid-item__description{color:rgba(var(--color-text-secondary),1)}.bento-grid-demo__container{max-width:64rem;margin:0 auto}.bento-grid-demo__item--span-2{grid-column:span 2}.bento-grid-demo__skeleton{display:flex;flex:1;width:100%;height:100%;min-height:6rem;border-radius:.75rem;background:linear-gradient(135deg,rgba(var(--color-bg-secondary),.8) 0,rgba(var(--color-bg-tertiary),.8) 100%);border:1px solid rgba(var(--color-border-primary),.3)}.dark .bento-grid-demo__skeleton{background:linear-gradient(135deg,rgba(var(--color-bg-tertiary),.8) 0,rgba(var(--color-bg-quaternary),.8) 100%);border-color:rgba(var(--color-border-secondary),.3)}.bento-grid-demo__icon{height:1.25rem;width:1.25rem;color:rgba(var(--color-blue),1)}.customers__container{min-height:100vh;padding-top:2rem;padding-bottom:4rem}.customers-page__container{padding:2rem 1rem;max-width:80rem;margin:0 auto}@media (min-width:768px){.customers-page__container{padding:4rem 2rem}}.customers__container__L7j3s{width:100%}.customers__hero{text-align:center;margin-bottom:4rem;padding:0 2rem}.customers__hero-content{max-width:48rem;margin:0 auto}.customers-page__heading{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--color-text-primary)}@media (max-width:768px){.customers__title{font-size:2.25rem}}.customers__title{font-size:3rem;font-weight:700;color:rgba(var(--color-text-primary),1);margin-bottom:1rem;line-height:1.2}html[data-theme=dark] .customers-page__heading{color:rgba(var(--color-text-inverted),1)}.dark .customers__title{color:rgba(var(--color-text-primary),1)}.customers__subtitle{font-size:1.25rem;color:rgba(var(--color-text-secondary),1);line-height:1.6;margin:0}@media (max-width:768px){.customers__subtitle{font-size:1.125rem}}.dark .customers__subtitle,html[data-theme=dark] .customers__subtitle{color:rgba(var(--color-text-secondary),1)}.customers__header__P8k4q{text-align:center;margin-bottom:3rem;padding-inline:var(--system-padding);margin-inline:auto;max-width:calc(var(--system-max-width) + (var(--system-padding) * 2))}.customers__title__Z5m8r{font-size:3rem;font-weight:var(--font-weight-bold);line-height:1.2;margin-bottom:1rem;color:rgba(var(--color-text-primary),1)}.customers__subtitle__B3n7p{font-size:1.25rem;line-height:1.5;margin-bottom:2rem;color:rgba(var(--color-text-secondary),1)}.customers__content__K9j6q{max-width:1200px;margin:0 auto;padding-inline:var(--system-padding)}.customers__grid-section{padding:0 1rem}.customers__logos__H7p3s{margin-bottom:4rem}.customers__logos-grid__Q5k8q{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width:640px){.customers__logos-grid__Q5k8q{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.customers__logos-grid__Q5k8q{grid-template-columns:repeat(6,1fr)}}.customer-logo__container{display:flex;height:100%;width:100%;align-items:center;justify-content:center;background-color:rgba(var(--color-bg-tertiary),1);border-radius:8px}.customers__logo-item__L3j7q,html[data-theme=dark] .customer-logo__container{background-color:rgba(var(--color-bg-secondary),1)}.customers__logo-item__L3j7q{display:flex;flex-direction:column;align-items:center;padding:1.5rem;border:1px solid rgba(var(--color-border-primary),1);border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.customers__logo-item__L3j7q:hover{transform:translateY(-5px);box-shadow:var(--shadow-stack-medium)}.customer-logo__initials-wrapper{width:64px;height:64px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;background:linear-gradient(to bottom right,#f3f4f6,#e5e7eb)}html[data-theme=dark] .customer-logo__initials-wrapper{background:linear-gradient(to bottom right,#27272a,#171717)}.customer-logo__initials{font-size:48px;font-weight:700;color:rgba(var(--color-text-secondary),1)}html[data-theme=dark] .customer-logo__initials{color:rgba(var(--color-text-tertiary),1)}.customer-logo__info{text-align:center}.customer-logo__name{font-weight:600;font-size:14px;color:#404040;margin-bottom:4px}html[data-theme=dark] .customer-logo__name{color:#e5e7eb}.customer-logo__industry{font-size:12px;color:#737373}html[data-theme=dark] .customer-logo__industry{color:#a3a3a3}.customers__testimonials__K5j8q{margin-bottom:2rem}.customers__section-title__Q3j7q{font-size:2rem;font-weight:var(--font-weight-bold);margin-bottom:2rem;text-align:center;color:rgba(var(--color-text-primary),1)}.customers__testimonials-grid__P5k8p{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media (min-width:768px){.customers__testimonials-grid__P5k8p{grid-template-columns:repeat(3,1fr)}}.testimonial-card__root{display:flex;flex-direction:column;justify-content:space-between;height:100%}.testimonial-card__content-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center}.testimonial-card__quote{font-size:16px;color:rgba(var(--color-text-primary),1);margin-bottom:16px;font-style:italic}html[data-theme=dark] .testimonial-card__quote{color:rgba(var(--color-text-inverted),1)}.testimonial-card__author-info-wrapper{display:flex;align-items:center;gap:12px}.testimonial-card__author-avatar-wrapper{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,#f3f4f6,#e5e7eb)}html[data-theme=dark] .testimonial-card__author-avatar-wrapper{background:linear-gradient(to bottom right,#27272a,#171717)}.testimonial-card__author-initials{font-size:14px;font-weight:600;color:rgba(var(--color-text-secondary),1)}html[data-theme=dark] .testimonial-card__author-initials{color:rgba(var(--color-text-tertiary),1)}.testimonial-card__author-name{font-size:14px;font-weight:500;color:rgba(var(--color-text-primary),1)}html[data-theme=dark] .testimonial-card__author-name{color:rgba(var(--color-text-inverted),1)}.testimonial-card__author-position{font-size:12px;color:rgba(var(--color-text-secondary),1)}html[data-theme=dark] .testimonial-card__author-position{color:rgba(var(--color-text-tertiary),1)}.testimonial-card__company{font-size:14px;color:rgba(var(--color-text-secondary),1)}html[data-theme=dark] .testimonial-card__company{color:rgba(var(--color-text-tertiary),1)}