:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.testimonial__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.testimonial__grid .testimonial__item{height:100%;padding:40px 28px;background:#ffffff;border-radius:16px}.testimonial__grid .testimonial__item h4{margin:0}.brand__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:32px;gap:32px;align-items:center;padding:0 24px}.brand__grid .brand__slide{display:flex;align-items:center;justify-content:center;min-height:96px}.brand__grid .brand__slide img{max-width:100%;max-height:82px;width:auto;height:auto;object-fit:contain}@media (max-width:991px){.testimonial__grid{grid-template-columns:1fr}.brand__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:575px){.brand__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}