.hero{width:100%;height:clamp(350px,50vh,500px);background-size:cover;background-position:50%;background-repeat:no-repeat}@media (max-width:1024px){.hero{height:clamp(180px,45vh,450px)}}@media (max-width:768px){.hero{height:clamp(150px,40vh,400px)}}@media (max-width:480px){.hero{height:clamp(120px,35vh,350px)}}@media (max-width:433px){.hero{height:clamp(100px,30vh,300px)}}@media (max-width:323px){.hero{height:clamp(700px,24vh,250px)}}.sales-hero{width:100%;background-color:#fff;padding:2rem 1rem}.sales-hero-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:2rem}.sales-hero-image img{width:280px;height:280px;border-radius:50%;object-fit:cover}.sales-hero-content{flex:1 1}.sales-hero-content h2{color:#0058a3;font-size:2rem;margin:0 0 1rem}.sales-hero-content p{color:#333;font-size:1.125rem;margin:0 0 1.5rem}.sales-hero-button{background-color:#0070f3;color:#fff;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease-in-out}.sales-hero-button:hover{background-color:#005dc1}@media (max-width:768px){.sales-hero-container{flex-direction:column;text-align:center}.sales-hero-image img{width:200px;height:200px;margin-bottom:1rem}.sales-hero-content h2{font-size:1.5rem}.sales-hero-content p{font-size:1rem}}@media (max-width:480px){.sales-hero-image img{width:150px;height:150px}.sales-hero-content h2{font-size:1.25rem}.sales-hero-button{padding:.6rem 1.2rem;font-size:.9rem}}.business-section{background-color:#f0f0f0;padding:2rem 1rem}.business-section-title{font-size:1.5rem;color:#333;margin:0 0 1.5rem;text-align:center}.business-card{border-radius:30px;overflow:hidden}.business-card img{display:block;width:100%;height:auto}.users-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;grid-gap:1rem;gap:1rem;max-width:1200px;margin:0 auto 3rem}.users-grid .business-card:nth-child(3){grid-column:1/3;grid-row:2;justify-self:center}.businesses-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;max-width:1200px;margin:0 auto}@media (max-width:768px){.users-grid{grid-template-columns:1fr;grid-template-rows:auto}.users-grid .business-card:nth-child(3){grid-column:auto;grid-row:auto;justify-self:auto}.businesses-grid{grid-template-columns:1fr}}.solutions-section{width:100%;background-color:#fff;padding:2rem 1rem}.solutions-container{max-width:1200px;margin:0 auto}.solutions-title{text-align:center;font-size:1.8rem;color:#333;margin-bottom:2rem}.solutions-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1.5rem;gap:1.5rem}.solution-card{display:flex;flex-direction:column;align-items:center}.solution-image{width:100%;height:auto;border-radius:8px}.solution-label{margin-top:1rem;font-size:1rem;text-align:center;color:#333}@media (max-width:992px){.solutions-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.solutions-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.solutions-grid{grid-template-columns:1fr}}