/* Sažeta poslovna početna stranica. */
body:has(.hero) .services>.container{display:block}
body:has(.hero) .services .section-top,body:has(.hero) .services .service-grid{grid-column:auto}
body:has(.hero) .services{padding:90px 0!important}
body:has(.hero) .services .section-top{margin-bottom:34px}
body:has(.hero) .services .service-grid{grid-template-columns:repeat(4,1fr);border:0;gap:14px}
body:has(.hero) .services .service-card{min-height:290px;border:1px solid #dce5ed;padding:28px}
body:has(.hero) .services .service-icon{margin:38px 0 20px}
body:has(.hero) .pantheon-band{padding:85px 0!important}
body:has(.hero) .cta-wrap{min-height:230px}
@media(max-width:900px){body:has(.hero) .services .service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){body:has(.hero) .services{padding:65px 0!important}body:has(.hero) .services .service-grid{grid-template-columns:1fr}body:has(.hero) .services .service-card{min-height:250px}}
