/* Shared stroke icons — use with <x-msh-icon />; color from currentColor */
.msh-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    color: var(--accent, #c9a962);
}

.msh-icon--sm {
    width: 20px;
    height: 20px;
}

.msh-icon--md {
    width: 28px;
    height: 28px;
}

.msh-icon--lg {
    width: 40px;
    height: 40px;
}

/* Service / card hovers that flip to light backgrounds */
.service-card:hover .msh-icon,
.portfolio-item:hover .msh-icon,
.deliverable-card:hover .msh-icon,
.portfolio-item:hover .portfolio-icon .msh-icon {
    color: #ffffff;
}

.portfolio-icon,
.deliverable-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-icon .msh-icon,
.deliverable-icon .msh-icon {
    color: var(--accent, #c9a962);
}

.social-post-meta .msh-icon--sm {
    vertical-align: -4px;
    display: inline-block;
    margin-right: 0.15rem;
}

.review-avatar .msh-icon,
.author-avatar .msh-icon,
.social-avatar .msh-icon {
    width: 22px;
    height: 22px;
    color: rgba(255, 255, 255, 0.95);
}

.tech-icon,
.process-icon,
.benefit-icon,
.audit-card-icon,
.performance-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.tech-icon .msh-icon,
.process-icon .msh-icon,
.benefit-icon .msh-icon,
.audit-card-icon .msh-icon,
.performance-icon .msh-icon {
    color: var(--accent, #c9a962);
}

.tech-card:hover .msh-icon,
.process-step:hover .msh-icon,
.benefit-card:hover .msh-icon {
    color: #ffffff;
}

.expertise-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0;
    margin-bottom: 1.5rem;
}

.expertise-icon .msh-icon {
    width: 40px;
    height: 40px;
    color: var(--accent, #c9a962);
}

.funnel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.funnel-icon .msh-icon {
    color: var(--accent, #c9a962);
}

.funnel-step:hover .funnel-icon .msh-icon {
    color: var(--bg-dark, #0a0a0a);
}

.stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.stat-icon .msh-icon {
    width: 48px;
    height: 48px;
    color: rgba(255, 255, 255, 0.95);
}

.format-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.format-icon .msh-icon {
    color: var(--accent, #c9a962);
}

.pricing-stat-value {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0;
}

.pricing-stat-value .msh-icon {
    width: 36px;
    height: 36px;
    color: var(--accent, #c9a962);
    margin-bottom: 0.35rem;
}

.engagement-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.engagement-item .msh-icon--sm {
    flex-shrink: 0;
}

.testimonial-stars {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    margin-bottom: 1.5rem;
}

.testimonial-stars .msh-icon--sm {
    width: 18px;
    height: 18px;
    color: var(--accent, #c9a962);
}

.result-value--rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.result-value--rating .msh-icon--sm {
    width: 18px;
    height: 18px;
    color: var(--accent, #c9a962);
    flex-shrink: 0;
}
