/* Icon fix for feature cards - professional SVG approach */
.feature-icon {
    width: 60px;
    height: 60px;
    background: #4ecdc4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    color: #1a2332;
}

.feature-icon svg {
    color: #1a2332;
    fill: #1a2332;
}

/* Dimension-specific colors */
.dna-color {
    background: #4ecdc4 !important;
}

.enablers-color {
    background: #4ecdc4 !important;
}

.assets-color {
    background: #4ecdc4 !important;
}

.ambition-color {
    background: #4ecdc4 !important;
}