.services-advantages-section{position:relative;width:100%}.services-advantages-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;margin-top:2rem}@media (min-width:768px){.services-advantages-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-advantages-grid{grid-template-columns:repeat(4,1fr)}}.service-advantage-item{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:column;align-items:flex-start;height:100%;border:1px solid rgba(0,0,0,0.03);position:relative;overflow:hidden}.service-advantage-item:after{content:"";position:absolute;bottom:-70px;right:-15px;width:140px;height:140px;border-radius:50%;background:rgba(0,135,170,0.08);z-index:0}.service-advantage-item>*{position:relative;z-index:1}.service-advantage-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,0.08)}.sa-icon-wrapper{margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background-color:rgba(var(--accent-color-rgb,0,123,255),0.1);color:var(--accent-color,#007bff)}.sa-content{font-size:1.05rem;line-height:1.6;color:#555;flex-grow:1}.sa-content b{display:block;font-size:1.2rem;color:#333;margin-bottom:0.5rem;font-weight:700}