*{margin:0;padding:0;box-sizing:border-box}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-family);max-width:100vw;overflow-x:hidden}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.pulse{animation:pulse 2s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:480px){.service-card{flex-direction:column;align-items:flex-start!important}.service-meta{width:100%;justify-content:space-between;padding-left:22px}}
