/* Extracted from mikro-oev-software.html */
.sec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;}
.sec-card{position:relative;background:#fff;border-radius:16px;padding:2rem 1.5rem;border:1px solid #e8ecf0;overflow:hidden;}
.sec-card__blob{position:absolute;top:-20px;right:-20px;width:100px;height:100px;border-radius:50%;background:rgba(102,255,126,0.13);}
.sec-card__content{position:relative;z-index:1;}
.sec-card__title{font-family:'Bricolage Grotesque',sans-serif;font-weight:700;font-size:1.1rem;color:#0f1c2e;margin-bottom:0.5rem;}
.sec-card__desc{color:#4a5568;font-size:0.9rem;line-height:1.5;}
@media(max-width:900px){.sec-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){.sec-grid{grid-template-columns:1fr;}}

