.services-section{position:relative;padding:4rem 1rem;background:transparent;border-radius:2rem;margin:0 auto;z-index:0;overflow:hidden}.services-section:before{content:"";position:absolute;inset:0;z-index:-1}.business-card{max-width:280px;padding:1.5rem;text-align:center;border-radius:.75rem;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e0e0e0;display:flex;flex-direction:column;justify-content:space-between;margin:20px auto 0;background:linear-gradient(180deg,#cfccceda,#e0e5ed87);box-shadow:0 0 30px rgba(250,210,255,.4)}.business-card:before{background:radial-gradient(circle at top center,rgba(255,255,255,.3),transparent 70%)}.business-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.icon-wrapper{margin-bottom:1rem}.icon-wrapper svg{width:40px;height:40px}.card-title{font-size:1.1rem;font-weight:500;margin-bottom:.4rem}.card-description{font-size:.7rem;word-break:break-word;overflow-wrap:break-word;max-width:100%;line-height:1.5;max-height:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.read-button{margin:0 auto;display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.2rem;font-size:.875rem;font-weight:600;color:#ffffff;background-color:#9e8f9969;border:none;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.08);cursor:pointer;transition:background .3s ease,transform .2s ease,box-shadow .2s ease}.read-button:hover{background-color:#2563eb;box-shadow:0 4px 8px rgba(0,0,0,.12);transform:translateY(-1px)}.business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:72rem;margin-left:auto;margin-right:auto}@media (max-width:768px){.business-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.business-grid{grid-template-columns:1fr}}