/* ============================================
   HASHRATE — Flat SVG Icon System
   All icons use stroke-based flat design
   ============================================ */

.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon svg {
    width: 100%;
    height: 100%;
}

/* Service icons — 56px */
.icon-service {
    width: 56px;
    height: 56px;
}

/* Process number */
.icon-process {
    width: 48px;
    height: 48px;
}

/* Contact info icons */
.icon-contact {
    width: 40px;
    height: 40px;
}

/* Team avatars */
.icon-team {
    width: 100px;
    height: 100px;
}

/* Small decorative */
.icon-sm {
    width: 24px;
    height: 24px;
}

/* Large hero/about */
.icon-lg {
    width: 80px;
    height: 80px;
}

/* Check circle */
.icon-check {
    width: 24px;
    height: 24px;
}

/* Project thumbnails — will be overridden per-project */
.icon-project {
    width: 64px;
    height: 64px;
}
