.expertise .service-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    color: #16191c;
    font-size: 0;
}
.expertise .service-icon svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.expertise .service-icon svg .accent { stroke: #f28b00; }
.expertise .service-card:hover .service-icon { color: #f28b00; }
.expertise .service-card:hover .service-icon svg .accent { stroke: #16191c; }
.epoxy-benefits b {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
}
.epoxy-benefits b svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: #f28b00;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.project-card-provisional .project-meta { display:flex;gap:18px;color:#6b6f72;font-size:12px; }
.project-card-provisional .project-meta span:before { content:"•";color:#f28b00;margin-right:6px; }
.project-card-provisional small { color:#8a8d90;font-size:10px;text-transform:uppercase;letter-spacing:.06em; }
.reassurance-grid i { display:grid;place-items:center;width:46px;height:46px;margin:0 auto 8px; }
.reassurance-grid i svg { width:40px;height:40px;fill:none;stroke:#f28b00;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round; }
