.industries-customerresults{padding:var(--section-padding-vertical) 0;border-top:2px solid var(--primary-color);border-bottom:2px solid var(--primary-color)}.industries-customerresults.bg-white{background-color:var(--background-color)}.industries-customerresults.bg-blue{background-color:var(--secondary-color);color:var(--text-color-light)}.industries-customerresults .results-intro{text-align:center;max-width:1200px;margin:0 auto 4rem}.industries-customerresults.bg-blue .results-intro h2{color:var(--text-color-light)}.customer-results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:4rem}.customer-result-card{padding:3rem;border-radius:12px;text-align:center;border:1px solid var(--primary-color-medium-border)}.industries-customerresults.bg-white .customer-result-card{background-color:var(--secondary-color);color:var(--text-color-light);box-shadow:0 10px 30px rgb(0 0 0 / .15)}.industries-customerresults.bg-blue .customer-result-card{background-color:var(--background-color);color:var(--text-color)}.customer-result-card .result-icon{margin-bottom:2rem}.customer-result-card .result-icon i{font-size:3.5rem;color:var(--primary-color)}.customer-result-card .result-percentage{display:block;font-size:3rem;font-weight:700;margin-bottom:1rem}.industries-customerresults.bg-white .result-percentage{color:var(--text-color-light)}.industries-customerresults.bg-blue .result-percentage{color:var(--secondary-color)}.customer-result-card p{margin-bottom:0}.industries-customerresults .results-summary{text-align:center;max-width:600px;margin:0 auto}.industries-customerresults .results-cta{margin-top:2.5rem}@media (max-width:900px){.customer-results-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.customer-results-grid{grid-template-columns:1fr}}